/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

/* you-dsgn webfont */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "you-dsgn";
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-backup:before { content: '\e800'; } /* '' */
.icon-choice:before { content: '\e801'; } /* '' */
.icon-element_article:before { content: '\e802'; } /* '' */
.icon-element_audio:before { content: '\e803'; } /* '' */
.icon-element_form:before { content: '\e804'; } /* '' */
.icon-element_gallery:before { content: '\e805'; } /* '' */
.icon-element_image:before { content: '\e806'; } /* '' */
.icon-element_langs:before { content: '\e807'; } /* '' */
.icon-element_map:before { content: '\e808'; } /* '' */
.icon-element_my_element:before { content: '\e809'; } /* '' */
.icon-element_social:before { content: '\e80a'; } /* '' */
.icon-element_time:before { content: '\e80b'; } /* '' */
.icon-element_video:before { content: '\e80c'; } /* '' */
.icon-element_webservice:before { content: '\e80d'; } /* '' */
.icon-filemanager:before { content: '\e80e'; } /* '' */
.icon-home:before { content: '\e80f'; } /* '' */
.icon-logout:before { content: '\e810'; } /* '' */
.icon-mail:before { content: '\e811'; } /* '' */
.icon-navigation:before { content: '\e812'; } /* '' */
.icon-save:before { content: '\e813'; } /* '' */
.icon-settings:before { content: '\e814'; } /* '' */
.icon-shopping:before { content: '\e815'; } /* '' */
.icon-style:before { content: '\e816'; } /* '' */
.icon-tools:before { content: '\e817'; } /* '' */
.icon-user:before { content: '\e818'; } /* '' */

html,
body {
	min-width: 320px;
}
html {
	overflow-y: scroll;
	/* Don't show scrollbar in x-direction because of slideshow on starting page */
	overflow-x: hidden;
	max-width: 100%;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	line-height: 24px;
	width: 100%;
	position: relative;
  box-sizing: border-box;
	overflow-x: hidden;
}
strong {
	font-weight: bold;
}
.admin-font {
	font-size: 16px;
	font-family: "Open Sans", Arial, sans-serif;
	text-transform: none;
	font-style: normal;
}
#page {
	position: relative;
	width: 100%;
	transition: all 0.3s;
}
.off-canvas.menu_left #page {
	left: 0;
}
.off-canvas.menu_center #page {
	left: 0;
}
.off-canvas.menu_right #page {
	right: 0;
}
.show_style_compact #page {
	
}
.show_menu.off-canvas.menu_left #page {
	transform: translate(300px,0);
}
.show_menu.off-canvas.menu_center #page {
	transform: translate(300px,0);
}
.show_menu.off-canvas.menu_right #page {
	transform: translate(-300px,0);
}
#cookie_message {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
}
#cookie_message .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}
.desktop #cookie_message .wrapper .padding {
	padding: 40px;
}
#cookie_message .wrapper .padding > *:first-child {
	margin-top: 0;
}
#cookie_message .wrapper .box {
	max-width: 600px;
	text-align: center;
	color: #1e1e1e;
	background: #fff;
}
#cookie_message .wrapper .box .logo {
	width: 200px;
	height: 200px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#cookie_message .wrapper .box .accordion {
	text-align: left;
}
#cookie_message .wrapper .box .accordion-content {
	padding-left: 30px;
	font-size: 16px;
}
#cookie_message .wrapper .box .entry-list {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
#cookie_message .wrapper .box .hidden {
	display: none;
}
#cookie_message .wrapper .box .buttons {
	display: flex;
	margin-top: 20px;
}
#cookie_message .wrapper .box .footer {
	font-size: 16px;
	line-height: 24px;
}
#container_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    box-sizing: border-box;
}
#container_bg .wrapper {
	height: 100%;
}
#page > #background {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
}
#page > #background ul,
#header_images ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	width: 200%;
	height: 100%;
}
#page > #background ul:after,
#header_images ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#page > #background ul li,
#header_images ul li {
	float: left;
	width: 50%;
	height: 100%;
	vertical-align: top;
	display: block;
	position: absolute;
	left: 0;
	transition: background-image 0.5s;
}
#page > #background ul.fullsize li {
  	background-size: cover;
}
#header_images ul.fullsize li {
  	background-size: 100% auto;
}
#header_images {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 100;
}
#header_images li.next,
#page > #background ul li.next {
	display: none;
}
#page > .mini_button {
	position: absolute !important;
	right: 10px;
	top: 10px;
	z-index: 600;
	display: none;
}
body.desktop #page > .mini_button {
	display: block;
}
#page > .upload_progress {
	position: absolute;
	top: 0;
	width: 100%;
}
#header {
	width: 100%;
	margin: 0;
	position: relative;
	min-width: 320px;
	opacity: 1;
	transition: opacity 0.5s 0.3s;
	right: 0;
}
.hide_header #header {
	opacity: 0;
}
#header.fixed {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
}
.menu_right #header.fixed {
	left: auto;
	right: 0;
}
.off-canvas.menu_left #header.fixed {
	transition: left 0.3s;
}
.off-canvas.menu_center #header.fixed {
	transition: left 0.3s;
}
.off-canvas.menu_right #header.fixed {
	transition: right 0.3s;
}
#menu.header_fixed {
	position: fixed;
}
#header .slider {
	position: absolute;
	width: 100%;
	height: 5px;
	cursor: move;
	bottom: 0;
	z-index: 700;
}
#header .slider:hover {
	background: rgba(255,0,0,0.5);
}
#header .wrapper > .mini_button {
	right: 10px;
	margin: 10px 10px 0 0;
	position: absolute !important;
	z-index: 700;
	display: none;
}
#header:hover .wrapper > .mini_button {
	display: block;
}
#header .background {
	position: relative;
}
#header .background_container {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}
#header .background_color {
	height: 100%;
}
#imagelogo {
	position: absolute;
	z-index: 700;
	cursor: pointer;
}
.admin #imagelogo {
	cursor: move;
}
.admin #imagelogo:hover,
.admin #textlogo:hover {
	background: rgba(255,255,255,0.3);
}
#imagelogo .ui-icon-gripsmall-diagonal-se {
	display: none !important;
}
#imagelogo:hover .ui-icon-gripsmall-diagonal-se {
	display: block !important;
}
#imagelogo .mini_button {
	display: none;
}
#imagelogo:hover .mini_button {
	display: block;
}
#imagelogo_upload,
#imagelogo_delete {
	position: absolute !important;
	margin: 10px !important;
}
#imagelogo_delete {
	right: 0;
}
#imagelogo .upload_progress {
	height: 100%;
	position: absolute;
	top: 0;
}
#imagelogo .upload_bar {
	height: 100%;
}
#textlogo {
	position: absolute;
	min-height: 50px;
	min-width: 50px;
	z-index: 750;
}
#textlogo .mini_button {
	display: none;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -13px;
}
#textlogo:hover .mini_button {
	display: block;
}
#textlogo p {
	margin: 0;
}
#menu {
	width: 100%;
	position: absolute;
	z-index: 600;
	height: 0;
	opacity: 1;
	transition: opacity 0.5s 0.3s;
}
.hide_menu #menu {
	opacity: 0;
}
#menu.fixed {
	position: fixed;
	top: 0;
}
#menu.fixed .container {
	top: 0 !important;
}
#languages {
	height: 26px;
	z-index: 650;
	position: relative;
	float: right;
	margin: 10px 10px 0 0;
}
.plastic #languages {
	right: 23px;
}
#languages ul:before {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#languages ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#languages .selected a {
	display: block;
	opacity: 1;
	float: right;
	width: 26px;
}
#languages li {
	display: inline-block;
	overflow: hidden;
}
#languages li a {
	display: inline-block;
	opacity: 0.4;
	display: block;
	cursor: pointer;
	margin-bottom: 0;
	width: 0;
	height: 26px;
}
#languages ul:hover li,
#languages ul:hover li a {
	width: 26px;
}
#languages ul li.selected {
	width: 26px;
}
.language_select {
	border-top: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 0 !important;
}
.language_select li {
	display: inline-block;
	position: relative;
	width: 55px;
	height: 36px;
	padding: 0 5px;
}
.language_select li.selected {
	background-color: #333;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.language_select li a {
	display: inline-block;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}
.language_select li .checkbox {
	margin: 5px 0;
}
.language_select li input[type='checkbox'] {
	margin: 0;
	position: absolute;
	top: 5px;
}
#languages a,
.languages a,
.language_select a {
	width: 26px;
	height: 26px;
	background-size: 572px 130px;
	background-repeat: no-repeat;
	background-image: url(admin_buttons.svg);
}
#languages a.de,
.languages a.de,
.language_select a.de {
	background-position: 0 -52px;
}
#languages a.en,
.languages a.en,
.language_select a.en {
	background-position: -26px -52px;
}
#languages a.fr,
.languages a.fr,
.language_select a.fr {
	background-position: -52px -52px;
}
#languages a.it,
.languages a.it,
.language_select a.it {
	background-position: -78px -52px;
}
#languages a.es,
.languages a.es,
.language_select a.es {
	background-position: -104px -52px;
}
.wrapper {
	width: auto; /* IE8 important */
	margin: 0 auto;
	position: relative;
	height: 100%;
}
#footer {
	width: 100%;
	position: relative;
}
#footer p {
	margin: 0;
	padding: 0 5px;
	line-height: 40px;
	float: right;
}
#footer .right {
	float: right;
	width: 33.333%;
	position: relative;
	z-index: 100;
}
#footer .social {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .social li {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 5px;
}
#footer .social li a {
	display: block;
	width: 26px;
	height: 26px;
    border-radius: 13px;
	text-decoration: none;
	background: #fff;
	text-align: center;
	color: #1e1e1e;
}
#footer .social li:hover a {
	color: #fff;
	background: #1e1e1e;
}
#footer .left {
	float: left;
	width: 66.666%;
	position: relative;
	z-index: 100;
}
.mobile #footer .right.copyright {
	width: 100%;
	text-align: center;
}
.mobile #footer .left.menu {
	margin-top: 20px;
	width: 100%;
}
.mobile #footer p {
	float: none;
	margin-top: 30px;
}
.mobile #footer .left #navi_meta {
	float: none;
	text-align: center;
}
.mobile #footer .right #navi_meta li {
	display: block;
}

/**************************************/
/************** TEASERS ***************/
/**************************************/
#teasers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/**************************************/
/************* CONTAINERS *************/
/**************************************/

#container {
	width: 100%;
	min-width: 320px;
	min-height: 500px;
	position: relative;
	opacity: 1;
	transition: opacity 0.3s;
}
#container.invisible {
	opacity: 0;
}
.elements .left div:first-child *,
.elements .right div:first-child * {
	margin-top: 0;
}
#container .left {
	float: left;
}
#container .right {
	float: right;
}
#container .left,
#container .right {
	width: 50%;
	position: relative;
}
.mobile #container .left,
.mobile #container .right {
	width: 100%;
}
#container .left .add_tag {
	margin-top: 10px;
}
#content .element input[type='text'] {
	height: 30px;
	line-height: 22px;
}
#container .label {
	margin: 0;
	line-height: 30px;
	outline: none;
}
#container .element .label,
#container .article_detail .label {
	width: 100%;
}
#container .element input[type='text'],
#container .article_detail input[type='text'],
#container .element li textarea ,
#container .article_detail textarea {
	width: 100%;
}
#container .setting .label,
#container .setting .general .tooltip {
	width: 50%;
	float: left;
	line-height: 30px;
}
#container .setting .value {
	line-height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	display: inline-block;
}
#container .setting .premium .value {
	font-weight: bold;
}
#container .setting .long {
	width: 100%;
}
input {
	height: 30px;
}
input,
textarea {
	padding: 4px 8px;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #1e1e1e;
	font-size: 16px;
	margin: 0 0 10px 0;
	outline: none;
	box-shadow: inset 0 1px 3px #999;
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
  border-radius: 5px;
  box-sizing: border-box;
}
input:disabled {
	background: rgba(118, 118, 118, 0.1);
}
input:focus,
textarea:focus {
	box-shadow: inset 0 1px 3px #1e1e1e;
}
::placeholder {
    color: #333;
}
:focus::placeholder {
    color: #ccc;
}
textarea {
	padding: 8px;
}
#content {
	opacity: 1;
	transition: opacity 0.3s;
}
#content.invisible {
	opacity: 0;
}
#content .table table {
	border-spacing: 0;
	margin-bottom: 20px;
}
#content .element li .table table {
	max-width: 100%;
}
#content .table table td {
	padding: 3px 20px 3px 5px;
}
#content .table table tr:first-child {
	background-color: #ffffff;
	color: #1e1e1e;
	font-weight: 600;
}
.elements {
	list-style-type: none;
	margin: 0;
	padding: 30px 0;
	position: relative;
}
.text > h1:first-child,
.text > h2:first-child,
.text > h3:first-child,
.text > p:first-child,
.text > table:first-child {
	margin-top: 0;
}
.quote {
	font-style: italic;
	padding: 15px 60px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	position: relative;
	text-align: center;
}
.quote:before,
.quote:after {
	font-size: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	width: 60px;
	text-align: center;
	line-height: 0;
}
.quote:before {
	content: '„';
	left: 0;
	bottom: 40px;
}
.quote:after {
	content: '“';
	right: 0;
	top: 30px;
}
.quote + p {
	font-style: italic;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.link_list {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.link_list li {
	width: 25%;
	display: inline-block;
}
#container .element li textarea {
	height: 100px;
}
.element {
	width: 100%;
	position: relative;
	display: block;
}
#container:not(.admin) .element[data-languages]:not([data-languages=""]) {
	display: none;
}
[data-lang="de"] :not(#container.admin) .element[data-languages~="de"] {
	display: block;
}
[data-lang="en"] :not(#container.admin) .element[data-languages~="en"] {
	display: block;
}
[data-lang="fr"] :not(#container.admin) .element[data-languages~="fr"] {
	display: block;
}
[data-lang="it"] :not(#container.admin) .element[data-languages~="it"] {
	display: block;
}
[data-lang="es"] :not(#container.admin) .element[data-languages~="es"] {
	display: block;
}
#container.admin .element:hover {
	z-index: 450;
}
.element .wrapper {
	z-index: 100;
}
.element .padding > ul {
	list-style-type: none;
	padding-left: 0;
	width: 100%;
}
.element .padding > ul > li {
	display: inline-block;
    box-sizing: border-box;
	min-height: 50px;
	position: relative;
	vertical-align: top;
	transition: background 0.3s;
}
.element .padding > ul > li > div:not(.button_container) {
	padding: 10px;
}
.element li.big {
	width: 100%;
}
.element li.small {
	width: 50%;
}
.element li.mini {
	width: 33.333%;
}
.element li .width_changer {
	width: 21px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -10px;
	padding: 0 !important;
	cursor: move;
}
.element li .width_changer:after {
	height: 100%;
	border-left: 1px dashed #f00;
	position: absolute;
	left: 10px;
}
.element li .width_changer:hover:after {
	content: '';
}
.mobile li.small,
.mobile li.mini {
	width: 100% !important;
}
.element li .image img {
	max-width: 100%;
	width: 100%; /* Important for Firefox */
	vertical-align: bottom;
}
.element li .image .fadeIn {
	animation-name: bounceIn;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;   
	visibility: visible !important; 
}
#teasers iframe,
#teasers img {
	vertical-align: bottom;
}
.element li .video.edit_mode {
	padding-bottom: 0;
	overflow: visible;
	height: auto;
}
.element li .video .container,
.element li .map .container {
	position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}
[data-fullwidth] li .map .container {
	padding-bottom: 0;
	min-height: 500px;
	height: auto !important;
	height: 500px; /* IE */
}
.element li object.video,
.element li .video iframe,
.element li .video video {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.element li object embed {
    width: 100%;
    height: 100%;
}
.audio iframe {
	height: 166px;
}
.audio .search_results,
.video .search_results {
	max-width: 100%;
	overflow: scroll;
    border-radius: 5px;
	border: 1px solid #eee;
}
.audio .search_results:empty,
.video .search_results:empty {
	border: none;
}
.audio .search_results {
	max-height: 200px;
}
.video .search_results {
	max-height: 300px;
}
.audio .search_results .waiter,
.video .search_results .waiter {
	margin: 20px auto;
}
.audio .search_results ul,
.video .search_results ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.audio .search_results ul li,
.video .search_results ul li {
	padding: 10px;
	cursor: pointer;
    border-radius: 5px;
	position: relative;
}
.audio .search_results ul li:hover,
.video .search_results ul li:hover {
	background-color: #fff;
	transition: background 0.25s linear;
	color: #1e1e1e;
}
.audio .search_results ul .username,
.video .search_results ul .title {
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
.audio .search_results ul .title,
.video .search_results ul .author {
	line-height: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.video .search_results ul .description {
	line-height: 20px;
	height: 120px;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.video .search_results ul .left,
.audio .search_results ul .left {
	position: absolute !important;
	width: 50px !important;
	height: 50px !important;
	left: 10px;
	top: 10px;
	overflow: hidden;
}
.audio .search_results ul .left img,
.video .search_results ul .left img {
	width: 100%;
	vertical-align: bottom;
}
.audio .search_results ul .right,
.video .search_results ul .right {
	width: 100% !important;
}
.audio .search_results ul .right > *,
.video .search_results ul .right > * {
	padding: 0 10px 0 70px;
}
.video .search_results ul .title {
	font-weight: bold;
}


.video fieldset,
.audio fieldset {
	width: 100%;
}
.element li.small .image img,
#teasers .image img, 
#teasers .video {
	overflow: hidden;
}
.lang_elements {
	display: none;
}
.langs .current {
	width: 100%;
	min-height: 20px;
	position: relative;
}
.langs .current table,
.article_detail .long .viewport table {
	border-spacing: 0 2px;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
}
.langs .current table td,
.article_detail .long .viewport table td {
	vertical-align: top;
	padding-right: 10px;
	border: 1px solid transparent;
}
.langs .current .editor table td,
.article_detail .long .viewport .editor table td {
	border: 1px solid #ddd;
}
.langs .current table th,
.article_detail .long .viewport table th {
	vertical-align: top;
	padding-right: 10px;
	text-align: left;
	font-weight: bold;
	border: 0;
	background: #ddd;
}
.langs .current img,
.article_detail .long .viewport img {
	max-width: 100%;
	width: auto;
	border: 0;
}
.langs .current ul,
.article_detail .long ul,
.langs .current ol,
.article_detail .long ol {
	padding-left: 20px;
}

.langs .current span.fr-img-caption.fr-dii.fr-fil {
	float: left;
	margin: 5px 5px 5px 0;
	max-width: calc(100% - 5px);
}
.langs .current span.fr-img-caption.fr-dii.fr-fir {
	float: right;
	margin: 5px 0 5px 5px;
	max-width: calc(100% - 5px);
}
.langs .current img {
  z-index: 3;
  position: relative;
  overflow: auto;
  max-width: 100%;
}
.langs .current img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}
.langs .current img.fr-dib.fr-fil {
  margin-left: 0;
}
.langs .current img.fr-dib.fr-fir {
  margin-right: 0;
}
.langs .current img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}
.langs .current img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}
.langs .current img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}
.langs .current img.fr-rounded {
  border-radius: 100%;
  background-clip: padding-box;
}
.langs .current img.fr-bordered {
  border: solid 10px #ccc;
  box-sizing: content-box;
}
.langs .current table.fr-dashed-borders td,
.langs .current table.fr-dashed-borders th {
  border-style: dashed;
}
.langs .current table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
.langs .current table td:empty,
.langs .current table th:empty {
  height: 20px;
}
.langs .current table td.fr-highlighted,
.langs .current table th.fr-highlighted {
  border: 1px double red;
}
.langs .current table td.fr-thick,
.langs .current table th.fr-thick {
  border-width: 2px;
}
.toc li {
	margin-bottom: 5px;
}
.toc li p {
	line-height: 20px;
	height: auto;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}
.langs {
	position: relative;
}
.clear {
	clear: both;
}
p.right {
	text-align: right;
}
.image[data-align='left'] {
	text-align: left;
}
.image[data-align='center'] {
	text-align: center;
}
.image[data-align='right'] {
	text-align: right;
}
.fancyzoom {
	position: relative;
	display: inline-block;
}
.fancyzoom img {
	border: 0;
}
.fancyzoom .xslt_ignore {
	display: none;
	background-image: url(admin_buttons.svg);
	background-position: -234px 0;
	background-repeat: no-repeat;
	background-size: 572px 130px;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 8px;
	left: auto;
	top: auto;
	bottom: 8px;
	z-index: 150;
}
.no-touch .fancyzoom:hover .xslt_ignore {
	display: block;
	background-position: -234px -26px;
}
.button {
	display:inline-block;
	padding: 0 10px;
	text-decoration: none;
	text-align: center !important;
	white-space: nowrap;
	cursor: pointer;
    box-sizing: border-box;
}
.button + .button {
	margin-left: 10px;
}
.button.fullsize {
	width: 100%;
}
.pulsar {
	animation: pulsar 2s linear infinite;
}
.multi_button span {
	display: block;
	line-height: 30px;
	font-size: 14px;
	cursor: default;
}
.multi_button div {
	position: relative;
	display: none;
    border-radius: 5px;
	padding: 10px;
	background-color: #fff;
	margin-top: 5px;
}
.multi_button:hover div {
	display: block;
}
.multi_button div:before {
	content: '';
	position: absolute;
	left: 20px;
	top: -5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}
.multi_button .button {
	display: block;
	margin: 5px;
	min-width: auto;
}
.highlight {
	background-color: #fff;
}
.select {
	position: relative;
}
.select:before {
	right: 10px;
	content: '';
	position: absolute;
	bottom: 50%;
	margin-top: 5px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #1e1e1e;
}
.select input {
	height: 30px;
	width: 160px;
	padding-right: 25px;
}
.select.show_arrow:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}
.select > ul {
	position: absolute;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	display: none;
	max-height: 200px;
	overflow: auto;
    border-radius: 5px;
	background-color: #fff;
	min-width: 162px;
	width: 100%;
}
.select ul li {
	position: relative;
	color: #1e1e1e;
	cursor: pointer;
	overflow: hidden;
}
.select ul li.disabled {
	cursor: default;
}
.select ul li p {
	margin: 0;
	padding: 0 0 0 8px;
	height: 30px;
	line-height: 30px;
}
.select ul li.disabled p {
	color: #CCC;
}
.select > ul > li:hover {
	background-color: #1e1e1e;
	color: #fff;
}
.select > ul > li.disabled:hover {
	background-color: inherit;
}
.select > ul > li > ul {
	padding: 0;
	margin: 0;
	max-height: 0;
	list-style: none;
	transition: all 0.3s 0.5s;
	background: url('templates/pattern/17.png') 0 0;
	background-size: 256px;
	box-shadow:         inset 0 0 5px #000;
}
.select > ul > li > ul > li {
	padding-left: 8px;
	line-height: 30px;
	color: #ccc;
}
.select > ul > li > ul > li:hover {
	color: #fff;
}
.select > ul > li:hover > ul {
	max-height: 800px;
	padding: 10px 0;
}
.advantages {
	margin: 0;
	padding: 0;
	list-style: none;
}
.advantages li {
	background-image: url('formfeedback_ok.png');
	background-size: 30px;
	background-position: left top;
	background-repeat: no-repeat;
	line-height: 30px;
	min-height: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
}
.mini_button {
	width: 26px !important;
	height: 26px !important;
	overflow: hidden;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 572px 130px;
	background-image: url(admin_buttons.svg);
	background-repeat: no-repeat;
}
.mini_button.del {
	background-position: -104px 0;
}
.mini_button.del:hover {
	background-position: -104px -26px;
}
.mini_button.copy {
	background-position: -156px 0;
}
.mini_button.copy:hover {
	background-position: -156px -26px;
}
.mini_button.add {
	background-position: -78px 0;
}
.mini_button.add:hover {
	background-position: -78px -26px;
}
.mini_button.ok {
	background-position: -26px 0;
}
.mini_button.ok:hover {
	background-position: -26px -26px;
}
.mini_button.edit {
	background-position: -182px 0;
}
.mini_button.edit:hover {
	background-position: -182px -26px;
}
.mini_button.change {
	background-position: -52px 0;
}
.mini_button.change:hover {
	background-position: -52px -26px;
}
.mini_button.public {
	background-position: -208px 0;
}
.mini_button.public:hover {
	background-position: -208px -26px;
}
.mini_button.settings {
	background-position: 0 0;
}
.mini_button.settings:hover {
	background-position: 0 -26px;
}
.mini_button.alt_edit {
	background-position: -130px 0;
}
.mini_button.alt_edit:hover {
	background-position: -130px -26px;
}
.mini_button.title_edit {
	background-position: -546px 0;
}
.mini_button.title_edit:hover {
	background-position: -546px -26px;
}
.mini_button.link {
	background-position: -338px 0;
}
.mini_button.link:hover {
	background-position: -338px -26px;
}
.mini_button.lock {
	background-position: -364px 0;
}
.mini_button.lock:hover {
	background-position: -364px -26px;
}
.mini_button.move_horizontal {
	background-position: -390px 0;
}
.mini_button.move_horizontal:hover {
	background-position: -390px -26px;
}
.mini_button.hide {
	background-position: -520px 0;
}
.mini_button.hide:hover {
	background-position: -520px -26px;
}
.mini_button.half {
	background-position: -416px 0;
}
.mini_button.half:hover {
	background-position: -416px -26px;
}
.mini_button.full {
	background-position: -442px 0;
}
.mini_button.full:hover {
	background-position: -442px -26px;
}
.mini_button.image {
	background-position: -468px 0;
}
.mini_button.image:hover {
	background-position: -468px -26px;
}
.big .move_horizontal {
	display: none;
}
.mini_button.move_vertical {
	background-position: -494px 0;
}
.mini_button.move_vertical:hover {
	background-position: -494px -26px;
}

/**************************************/
/********** MAIN NAVIGATION ***********/
/**************************************/

#menu .container {
	position: relative;
	padding: 0;
	z-index: 600;
	width: 100%;
}
#menu .wrapper {
	position: relative;
}
#menu .wrapper.plastic .bg {
	padding: 0 10px;
	left: -10px;
}
#menu .wrapper .bg {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#menu .wrapper > .left {
	text-align: left;
}
#menu .wrapper > .center {
	text-align: center;
}
#menu .wrapper > .right {
	text-align: right;
}
#menu .wrapper .pull {
	cursor: pointer;
	display: none;
	font-size: 16px;
	position: relative;
	z-index: 200;
}
#menu .navi {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
	position: relative;
	display: inline-block;
}
#menu .navi > li {
	display: inline-block;
	cursor: pointer;
	position: relative;
	width: auto;
}
.menu_vertical #menu .navi > li {
	display: block;
}
#menu .navi > li.admin {
	display: none;
	position: absolute;
	width: 50px;
}
#menu.compact .navi > li.admin {
	position: static;
}
.menu_vertical #menu .navi > li.admin {
	left: 0;
}
#menu .wrapper:hover .navi > li.admin {
	display: inline-block;
}
#menu.compact.classic .wrapper > .left,
#menu.compact.classic .wrapper > .center,
#menu.compact.classic .wrapper > .right {
	margin: 0;
}
#menu.compact.classic .wrapper .pull {
	display: block;
	width: 100%;
}
#menu.compact .wrapper .pull p {
	margin: 0;
}
#menu.compact.classic .wrapper .pull p {
	text-align: center;
	padding: 0 20px;
}
#menu.compact.modern .wrapper .pull p,
#menu.compact.off-canvas .wrapper .pull p,
#menu.compact.overlay .wrapper .pull p {
    box-sizing: border-box;
	position: relative;
}
#menu.compact.modern .wrapper .pull,
#menu.compact.off-canvas .wrapper .pull,
#menu.compact.overlay .wrapper .pull {
	display: inline-block;
}
#menu.compact.modern .wrapper .pull p > span,
#menu.compact.off-canvas .wrapper .pull p > span {
	top: -10px;
	position: relative;
	height: 20px;
	display: block;
	padding-top: 50%;
}
#menu.compact.overlay .wrapper .pull p > span {
	position: relative;
	width: 50px;
	height: 50px;
	display: block;
}
#menu.compact.modern .wrapper .pull span span,
#menu.compact.off-canvas .wrapper .pull span span {
	display: block;
	width: 80%;
	height: 4px;
	margin: 4px auto 0 auto;
}
#menu.compact.overlay .wrapper .pull span span {
	display: block;
	position: absolute;
	width: 80%;
	height: 4px;
	left: 10%;
	top: 50%;
	margin-top: -2px;
}
#menu.compact.modern .wrapper .pull span span:first-child,
#menu.compact.off-canvas .wrapper .pull span span:first-child {
	margin-top: 0;
}
#menu.compact.overlay .wrapper .pull span span:first-child {
	margin-top: -10px;
}
#menu.compact.overlay .wrapper .pull span span:last-child {
	margin-top: 6px;
}
#menu.compact.overlay .wrapper .pull span span {
	transition: all 0.3s 0.3s, transform 0.3s;
	transform-origin: 50%;
}
.show_menu #menu.compact.overlay .wrapper .pull span span:first-child {
	transform: rotate(-45deg);
	margin-top: -2px;
	transition: all 0.3s, transform 0.3s 0.3s;
}
.show_menu #menu.compact.overlay .wrapper .pull span span:last-child {
	opacity: 0;
	margin-top: -2px;
	transition: all 0.3s, opacity 0.3s 0s;
}
.show_menu #menu.compact.overlay .wrapper .pull span span:nth-child(2) {
	transform: rotate(45deg);
	transition: all 0.3s, transform 0.3s 0.3s;
}
#menu.compact .navi {
	display: block;
	width: auto;
	overflow: hidden;
	height: 0;
}
#menu.compact.classic .navi {
    border-radius: 0;
}
#menu.compact.off-canvas .navi {
	position: absolute;
	width: 300px;
	overflow: visible;
}
.menu_left #menu.compact.off-canvas .navi {
	left: -300px !important;
}
.menu_center #menu.compact.off-canvas .navi {
	left: -300px !important;
}
.menu_right #menu.compact.off-canvas .navi {
	right: -300px !important;
}
#menu.compact.off-canvas .navi:before {
	position: absolute;
	top: 0;
	height: 100%;
	width: 10px;
	content: '';
	z-index: 100;
}
.compact.off-canvas .right #menu .navi:before {
	box-shadow:         inset 5px -5px 5px rgba(0,0,0,0.5);
	left: 0;
}
.compact.off-canvas .left #menu .navi:before {
	box-shadow:         inset -5px -5px 5px #333;
	right: 0;
}
#menu.compact.off-canvas .navi {
	top: 0 !important;
}
.menu_right #menu.compact.off-canvas .navi {
	left: auto;
}
#menu.overlay .bg {
	position: fixed;
	transition: all 0.5s;
	height: 0;
}
.show_menu #menu.overlay .bg {
	top: 0;
	background: rgba(0,0,0,0.85);
	height: 100vh;
}
#menu.overlay .navi {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}
.show_menu #menu.overlay .navi {
	visibility: visible;
	opacity: 1;
	height: auto;
}
#menu.overlay .navi > li {
	vertical-align: top;
}
.tablet #menu.overlay .navi > li {
	width: 50% !important;
	margin-top: 20px;
}
.mobile #menu.overlay .navi > li {
	width: 100% !important;
	margin-top: 0;
}
body:not(.mobile) #menu.overlay .navi > li > .drop_down > ul {
	display: block !important;
	height: auto !important;
}
#menu.overlay .navi > li > .level1:after {
	content: none;
}

#menu.compact:not(.overlay) .navi > li {
	display: block;
	width: 100%;
}
#menu.compact .navi > li > .level1 {
	text-align: left;
}
#menu.compact .navi > li > .drop_down {
	position: relative;
	left: 0;
}
#menu.compact .navi > li > .drop_down > ul {
	left: 0;
	padding: 0;
}
#menu.compact .navi > li > .drop_down > ul:before {
	content: none;
}
#menu.compact .navi > li > .drop_down > ul > li a[href] {
	padding: 0 20px;
}
#menu .navi > li > .level1 {
	margin: 0;
	text-align: center;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	width: auto;
	white-space: nowrap;
}
#menu .navi > li[hidden] {
	display: none;
}
.navi > li[locked] > .level1 {
	position: relative;
}
.navi > li[locked] > .level1:before {
	content: "\1f512";
	font-family: 'entypo', sans-serif;
	padding-right: 10px;
}
.menu_vertical #menu .navi > li > .level1 {
	text-align: left;
}
#menu .navi .active {
	margin-top: 0;
}
#menu .navi > li > .drop_down {
	text-align: left;
	position: absolute;
}
#menu .navi > li > .drop_down.center {
	left: 50%;
}
#menu .navi > li > .drop_down.right {
	right: 0;
}
.menu_vertical #menu .navi > li > .drop_down {
	position: static;
}
#menu .navi > li > .drop_down > ul {
	position: relative;
	display: none;
	list-style-type: none;
}
#menu .navi > li > .drop_down.center > ul {
	left: -50%;
}
.menu_vertical #menu .navi > li > .drop_down > ul {
	left: 0;
	padding: 0;
}
#menu .navi > li > .drop_down > ul > li {
	position: relative;
}
.navi > li > .drop_down > ul > li > a {
	position: relative;
}
.navi > li > .drop_down > ul > li[locked] > a:before {
	content: "\1f512";
	font-family: 'entypo', sans-serif;
	padding-right: 10px;
}
#menu .navi > li > .drop_down > ul > li[hidden] {
	display: none;
}
#menu .navi input {
	height: 30px;
	line-height: 30px;
}
#navi_main > li input {
	width: calc(100% - 10px);
	margin: 5px;
	text-align: center;
    box-sizing: border-box;
}
#menu.compact .navi > li input {
	text-align: left;
}
#menu .navi > li > .drop_down > ul > li input {
	text-align: left;
}
#menu .navi > li > .drop_down > ul > li a,
#menu .navi > li > .drop_down > ul > li p {
	display: block;
	width: auto;
	white-space: nowrap;
	padding: 0 10px;
    box-sizing: border-box;
}
#menu .navi #new_page {
	text-align: left;
}
/**************************************/
/********** META NAVIGATION ***********/
/**************************************/

#navi_meta {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navi_meta li {
	vertical-align: top;
	display: inline-block;
	width: auto;
	position: relative;
}
#navi_meta li a[href] {
	white-space: nowrap;
	text-decoration: none;
	padding: 0 10px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
#navi_meta li .mini_button {
	display: none;
	position: relative;
	top: 7px;
	right: 7px;
}
#navi_meta #new_page .mini_button {
	position: absolute;
}
#navi_meta #new_page {
	height: 40px;
}
#navi_meta #new_page input {
	margin: 7px 7px 0 7px;
}
#navi_meta > .admin a {
	width: 30px;
	text-align: center;
	display: inline-block;
}
#navi_meta > .admin {
	cursor: pointer;
	display: none;
}
#navi_meta:hover > .admin {
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
#navi_meta li:hover .mini_button {
	display: inline-block;
}


/**************************************/
/*********** ADMINISTRATION ***********/
/**************************************/
#forgot_my_password {
	margin: 40px auto 20px auto;
	display: block;
	width: 200px;
}
.forgot_container input {
	height: 40px;
	width: 280px;
}
.forgot_container .button {
	margin-left: 10px;
}
form#login {
	padding: 20px !important;
	width: 200px;
	margin: 50px auto 0 auto;
	background-color: rgba(255,255,255,0.3);
    border-radius: 5px;
	position: relative;
}
form#login:hover {
    box-shadow:          0 0 5px #333;
}
form#login ul {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.waiter {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	position: relative;
}
.waiter .waiter-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.waiter .waiter-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.waiter .waiter-circle2 {
	transform: rotate(30deg);
}
.waiter .waiter-circle3 {
	transform: rotate(60deg);
}
.waiter .waiter-circle4 {
	transform: rotate(90deg);
}
.waiter .waiter-circle5 {
	transform: rotate(120deg);
}
.waiter .waiter-circle6 {
	transform: rotate(150deg);
}
.waiter .waiter-circle7 {
	transform: rotate(180deg);
}
.waiter .waiter-circle8 {
	transform: rotate(210deg);
}
.waiter .waiter-circle9 {
	transform: rotate(240deg);
}
.waiter .waiter-circle10 {
	transform: rotate(270deg);
}
.waiter .waiter-circle11 {
	transform: rotate(300deg); 
}
.waiter .waiter-circle12 {
	transform: rotate(330deg); 
}
.waiter .waiter-circle2:before {
	animation-delay: -1.1s; 
}
.waiter .waiter-circle3:before {
	animation-delay: -1s; 
}
.waiter .waiter-circle4:before {
	animation-delay: -0.9s; 
}
.waiter .waiter-circle5:before {
	animation-delay: -0.8s; 
}
.waiter .waiter-circle6:before {
	animation-delay: -0.7s; 
}
.waiter .waiter-circle7:before {
	animation-delay: -0.6s; 
}
.waiter .waiter-circle8:before {
	animation-delay: -0.5s; 
}
.waiter .waiter-circle9:before {
	animation-delay: -0.4s;
}
.waiter .waiter-circle10:before {
	animation-delay: -0.3s;
}
.waiter .waiter-circle11:before {
	animation-delay: -0.2s;
}
.waiter .waiter-circle12:before {
	animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}
#container > .waiter {
	margin-top: 90px;
	left: 50%;
	position: absolute;
	margin-left: -20px;
}
#admin_loader {
	position: absolute;
	margin-top: 150px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 5px;
	border: 1px solid #1e1e1e;
}
#admin_loader .bar {
	height: 5px;
	width: 0;
	background-color: #1e1e1e;
	transition: all 0.3s;
}
form#login ul li {
	position: relative;
	margin-bottom: 10px;
}
form#login ul li.hide {
	display: none;
}
form#login ul li.logo {
	text-align: center;
}
form#login ul li.logo img {
	height: 30px;
}
form#login ul li input {
	height: 40px;
	line-height: 30px;
	width: 100%;
	margin: 0;
}
form#login ul li a.mini_button {
	margin-left: 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
}
form#login ul li .button {
	width: 100%;
}
#container.admin .elements .element > .button {
	margin: 10px 0 10px 10px;
	display: inline-block;
}
#container.admin #content .element[data-new] {
	background-color: rgba(224,108,137,0.3);
}
#container.admin #content .element[data-visible="no"],
#container.admin #content .element[data-languages]:not([data-languages=""])
 {
	border-top: 1px solid #900;
	background: rgba(224,108,137,0.3) !important;
}
#container.admin #content .element[data-visible="no"]:after,
#container.admin #content .element[data-languages]:not([data-languages=""]):after {
	position: absolute;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	right: 0;
	top: -30px;
	color: #fff;
	background: #900;
	text-align: center;
}
#container.admin #content .element[data-visible="no"]:after {
	content: 'Nicht sichtbar';
}
#container.admin #content .element[data-languages]:not([data-languages=""]):after {
	content: "Nur für " attr(data-languages) " sichtbar";
}
#container.admin #content .element .mini:hover,
#container.admin #content .element .small:hover,
#container.admin #content .element .big:hover,
.droppable_hover {
	background: rgba(255,255,255,0.3);
}
#container.admin #content .element_wrapper {
	margin: 0;
	padding: 0;
	border: 0;
}
#container.admin .elements .settings_box {
	padding: 10px;
}

#container.admin .elements .settings_box .functions {
	margin-bottom: 20px;
}
#container.admin .elements .settings_box .label {
	float: left;
	width: 700px;
	margin: 0;
}
#container.admin .elements .settings_box .input_under {
	width: 220px;
}
#container.admin .elements .settings_box input[type="text"] {
	width: 210px;
	margin-left: 10px;
}
#container.admin .elements .settings_box div.clear + input[type="text"] {
	margin-left: 0;
}
#container.admin .elements .settings_box input[type="checkbox"] {
	float: left;
}
#container.admin .elements .settings_box textarea {
	width: 100%;
	height: 200px;
	margin-top: 10px;
}
#container.admin .elements .settings_box .button {
	margin-top: 20px;
}
#container.admin .elements .settings_box .languages {
	width: 100%;
	margin-left: 0;
}
#container.admin .elements .settings_box .languages li {
	width: auto;
	padding: 0;
}
#container.admin .elements .settings_box .languages li .checkbox {
	margin: 0 40px 0 0;
}
#container.admin .elements .settings_box .languages li .checkbox a {
	display: inline-block;
}
#container.admin .elements .image .container {
	min-height: 70px;
	position: relative;
	overflow: hidden;
}
#container.admin .elements .image .container label {
	color: #1e1e1e;
}
#container.admin .elements .image .container img {
	display: inline-block;
}
#container.admin .elements .image .container img[src=""] {
	width: 100%;
	height: 300px;
    box-sizing: border-box;
}
#container.admin .elements .image .container:hover .upload_text {
	display: block;
}
#container.admin .elements .image .container .upload_text {
	position: absolute;
	margin-top: -30px;
	height: 30px;
	top: 50%;
	line-height: 30px;
	width: 100%;
	color: #fff;
	text-align: center;
	display: none;
	text-shadow: 0 0 5px #1e1e1e;
}
#container.admin .elements .image .upload_field {
	position: absolute !important;
	height: 100%;
	line-height: 30px;
	top: 0;
	width: 100%;
	text-align: center;
}
#container.admin .elements .image .container[data-align='left'] {
	text-align: left;
}
#container.admin .elements .image .container[data-align='center'] {
	text-align: center;
}
#container.admin .elements .image .container[data-align='right'] {
	text-align: right;
}
#container.admin .elements .image .container[data-align='left'] .upload_field {
	left: 0;
}
#container.admin .elements .image .container[data-align='right'] .upload_field {
	right: 0;
}
#container.admin .elements .image .upload_field input {
	height: 100%;
}
#container.admin .elements .image .upload_progress,
#container.admin .elements .download .upload_progress {
	height: 100%;
	position: absolute;
	top: 0;
}
#container.admin .elements .image .upload_progress .upload_bar,
#container.admin .elements .download .upload_progress .upload_bar {
	height: 100%;
}
#container.admin .elements .image .upload_feedback,
#container.admin .elements .download .upload_feedback {
	width: 100%;
	text-align: center;
	top: 50%;
	line-height: 30px;
	height: 30px;
	margin-top: -15px;
	position: absolute;
	text-shadow: 0 0 5px #1e1e1e;
	color: #fff;
}
#container.admin .elements .image .upload_feedback p,
#container.admin .elements .download .upload_feedback p {
	margin: 0;
}
#container.admin .elements .image .alignment {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -39px;
	display: none;
}
#container.admin .elements .image:hover .alignment {
	display: block;
}
#container.admin .elements .image .alignment li {
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(admin_buttons.svg);
	background-repeat: no-repeat;
	background-size: 572px 130px;
	cursor: pointer;
}
#container.admin .elements .image .alignment li.left {
	background-position: -260px 0;
}
#container.admin .elements .image .alignment li.center {
	background-position: -286px 0;
}
#container.admin .elements .image .alignment li.right {
	background-position: -312px 0;
}
#container.admin .elements .image .alignment li.left:hover {
	background-position: -260px -26px;
}
#container.admin .elements .image .alignment li.center:hover {
	background-position: -286px -26px;
}
#container.admin .elements .image .alignment li.right:hover {
	background-position: -312px -26px;
}
.upload_progress {
	width: 100%;
}
#header .upload_progress {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 300;
}
.upload_progress {
	height: 10px;
	background-color: rgba(255,255,255,0.5);
}
.upload_bar {
	height: 10px;
	background-color: #1e1e1e;
}
#container.admin .element input#fileToUpload {
	width: 410px;
}
#container.admin .element input#fancyBox {
	margin: 0 5px 20px 0;
}
#container.admin .element li .line_container {
	position: relative;
}
#container.admin .element .table ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#container.admin .element input.table_line {
	margin-bottom: 10px;
}
#container.admin .element li.mini input.table_line {
	width: 208px;
}
#container.admin .element li.small input.table_line {
	width: 305px;
}
#container.admin .element li.big input.table_line {
	width: 730px;
}
#container.admin .empty {
	min-height: 80px;
}
#container.admin .empty p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 20px;
	padding-top: 20px;
	color: #fff;
}
#container.admin .elements > .element > a.button:first-child {
	margin-left: 162px;
}
#container.admin .preview {
	margin: 10px 0;
}
#logins .button + .button {
	margin-top: 10px;
}
#logins input[type="checkbox"] {
	float: left;
	height: 30px;
	margin: 0;
	padding-right: 10px;
	margin-bottom: 0 !important;
}
#logins p.label {
	width: 50%;
	height: 30px;
	line-height: 30px;
}
#logins input[type="text"] {
	width: 25%;
	height: 30px;
}
#logins input[type="password"],
#logins .select {
	width: 50%;
	height: 30px;
}
#logins .select:before {
	bottom: 12.5px;
}
#logins .select.show_arrow:after {
	bottom: -10px;
}
#logins .select input,
#logins .select ul {
	width: 100%;
}
.mobile #logins input[type="text"] {
	width: 50%;
}
.mobile #logins .select input {
	width: 100%;
}
#container.admin .time_label label {
	width: 100%;
	height: 30px;
	display: inline-block;
}
#container.admin .time_label span {
	float: left;
}
#container.admin .time_label span + span {
	float: right;
}
.gallery_effect {
	position: relative;
	margin-bottom: 10px !important;
}
.gallery_effect ul {
	z-index: 500;
	width: 152px;
}
.gallery_effect:after {
	left: 76px;
}
.colorscheme {
	position: relative;
}
.colorscheme ul {
	z-index: 500;
}
.colorscheme:after {
	left: 76px;
	top: 30px;
}
#container.admin .gallery input {
	padding: 4px 8px;
}
#container.admin .gallery_images {
	margin: 10px 0;
	padding: 0;
}
#container.admin .gallery_images:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container.admin .gallery_images li a {
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 100;
}
#container.admin .gallery_images li:hover a {
	display: block;
}
#container.admin .gallery_images a.link {
	right: 98px;
}
#container.admin .gallery_images a.alt_edit {
	right: 36px;
}
#container.admin .gallery_images a.title_edit {
	right: 67px;
}
#container.admin .gallery_images li {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
}
#container.admin .gallery_images li,
.mobile #container.admin .big .gallery_images li {
	width: 50%;
}
#container.admin .big .gallery_images li {
	width: 25%;
	position: relative;
}
#container.admin .gallery_images li img {
	width: 100%;
}
#container.admin .gallery_images li .image {
	position: relative;
	width: 100%;
	padding-bottom: 55%;
	background-position: center;
  	background-size: cover;
}
#container.admin .gallery_images .upload_field {
	position: relative;
	cursor: pointer;
	background-color: rgba(255,255,255,0.5);
}
#container.admin .gallery_images .upload_field:hover {
	background-color: #1e1e1e;
}
#container.admin .gallery_images .upload_field:hover p {
	color: #fff;
}
#container.admin .gallery_images .upload_field p {
	text-align: center;
	line-height: 20px;
	top: 50%;
	position: absolute;
	margin-top: -10px;
	width: 100%;
}
#container.admin .gallery_images .upload_field input {
	width: 100%;
	padding-bottom: 55% !important;
	position: relative !important;
}
#container.admin .gallery_images .upload_progress {
	position: relative;
	padding-bottom: 55%;
	height: auto;
}
#container.admin .gallery_images .upload_bar {
	height: 100%;
	background-color: #fff;
	position: absolute;
	width: 100%;
}
#container.admin .gallery_images .upload_feedback {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
}
#container.admin .gallery_images .upload_field p,
#container.admin .gallery_images .upload_feedback p {
	padding: 0;
	text-shadow: 0 0 5px #555;
	color: #fff;
	line-height: 20px;
	top: 50%;
	position: absolute;
	margin-top: -10px;
	text-align: center;
	width: 100%;
}
#teasers .notice {
	margin: 0 10px 10px 10px;
}
.teaser_line {
	background-image: url(teaser_line.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	height: 70px;
	margin: 0;
	position: relative;
	top: -20px;
	text-align: center;
}
.teaser_line .button {
	margin: 10px;
	display: inline-block;
	position: relative;
}
.notice {
	margin: 20px 0;
	background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
	border: 1px solid #1e1e1e;
}
.notice p {
	position: relative;
	z-index: 200;
	line-height: 30px;
	background-image: url(notifications_warning.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 50px;
	padding: 20px 20px 20px 80px;
	margin: 0;
	color: #1e1e1e;
}
#menu .navi .button_container {
	right: 5px;
}
#navi_main > li > .del {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -13px;
}
.button_container {
	right: 12px;
	top: 12px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 26px;
	height: 26px;
	display: none;
	z-index: 450;
	background-image: url('admin_buttons.svg');
	background-size: 572px 130px;
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: opacity 0.3s;
}
.button_container:hover {
	background-position: 0 -26px;
}
#home .button_container .del {
	display: none;
}
.button_container ul,
.button_container ul li {
	list-style:none;
	padding:0;
	margin:0;
}
.button_container ul {
	display: none;
	padding-top: 26px;
}
.button_container ul li {
	display:block;
}
.button_container ul li a {
	outline:none;
}
.element_btn_table_del {
	position: absolute;
	right: 0;
	top: 0;
}
#side_bar {
	position: absolute;
	width: 100%;
	z-index: 1096;
}
#side_bar .wrapper {
	padding: 0 60px;
}
#content > .page_settings {
	width: 100%;
	background: url('templates/pattern/17.png') 0 0;
	background: url('templates/pattern/17.png') 0 0;
	background: url('templates/pattern/17.png') 0 0;
	background: url('templates/pattern/17.png') 0 0;
	background-size: 256px;
	box-shadow:         inset 0 0 5px #000;
}
#side_bar > *:first-child {
	margin-top: 0;
}
#side_bar > p {
	padding: 0 10px;
	line-height: 30px;
	background-color: #1E1E1E;
	color: #ffffff;
}
#side_bar > a {
	border: 0;
}
/********** UPDATE 24.08.2012 **********/
/************ Notifications ************/
#notifications {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	z-index: 600;
    box-sizing: border-box;
}
#notifications li {
	overflow: hidden;
	position: relative;
	background: rgba(51,51,51,0.5);
	color: #fff;
	height: 0;
	opacity: 0;
	width: 100%;
}
#notifications h2 {
	cursor: pointer;
	padding: 3px 10px 3px 60px;
	line-height: 17px;
	vertical-align: middle;
	height: 34px;
	display: table-cell;
	font-size: 14px;
	margin: 0;
}
.icon {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
}
#notifications .further_info {
	padding: 10px 20px 10px 60px;
	height: 80px;
	overflow-y: auto;
}
#notifications li.ok .icon {
	background-image: url('notifications_ok.png');
}
#notifications li.error .icon {
	background-image: url('notifications_error.png');
}
#notifications li.warning .icon {
	background-image: url('notifications_warning.png');
}
#notifications li.waiter .icon .waiter {
	margin: 5px;
	width: 30px;
	height: 30px;
}
#notifications li.waiter .waiter .waiter-circle:before {
	background-color: #fff;
}
#notifications .del {
	position: absolute;
	right: 5px;
	top: 5px;
	display: none;
}
/********** UPDATE 10.11.2012 **********/
/************ Updater Form *************/
.updater_files {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	float: left;
}
.updater_form input[type='checkbox'] {
	margin: 5px !important;
	position: absolute;
}
.updater_form > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.updater_form > ul input,
.updater_form > ul textarea {
	float: left;
}
.updater_form > ul textarea {
	width: 300px;
	height: 100px;
}
.updater_form label {
	width: 150px;
	display: inline-block;
}
.updater_files label {
	width: 100%;
    box-sizing: border-box;
}
.updater_form input + label {
	padding-left: 30px;
}
.updater_form .button {
	margin-left: 150px;
}
/********** UPDATE 27.08.2013 **********/
/********** Template Exporter **********/
#render_image canvas {
	max-width: 100%;
	border: 1px solid #ccc;
}
#template_exporter {
	display: none;
}
#template_exporter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#template_exporter ul li {
	margin-top: 10px;
}
#template_exporter ul li > * {
	float: left;
	width: 50%;
}
#template_exporter ul li > .button {
	float: none;
	width: 100%;
	height: 60px !important;
	line-height: 60px;
}
#template_exporter ul li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}

/********** UPDATE 27.01.2012 **********/
/******* Zugangsdaten Verwaltung *******/
#container.edits #content {
	background-image: none !important;
}
#container.edits {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 30px;
}
#logins {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
}
#logins > li,
div.emails > ul li {
	counter-increment: section;
}
#logins > li,
.legend {
	padding: 10px 10px 10px 60px;
	position: relative;
}
.legend:before {
	content: '#';
	position: absolute;
	padding: 0;
	line-height: 30px;
	left: 10px;
}
#logins > li p,
#logins > li .select,
.legend > .type,
.legend > p {
	float: left;
}
#logins > li > *,
.legend > * {
	width: 25%;
}
#logins > li:before,
div.emails > ul li:before {
	position: absolute;
	left: 10px;
	line-height: 30px;
	content: counter(section) ".";
}
#logins li:after,
#logins .edit_box ul li:after,
.legend:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
#logins > li .mini_button {
	display: none;
	position: absolute;
	right: 10px;
}
#logins > li .mini_button.edit {
	right: 40px;
}
#logins > li:hover,
#logins > li.in_edit {
	background: rgba(255,255,255,0.3);
}
#logins > li:hover .mini_button {
	display: block;
}
#logins li:first-child:hover {
	background-image: none;
}
#logins > li > p,
.legend p {
	margin: 0;
	padding: 0;
	line-height: 30px;
	height: 30px;
    box-sizing: border-box;
}
#logins > li > p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#logins p .highlight {
	color: #1e1e1e;
	background: #FF0;
	display: inline-block;
}
.mobile #logins p.name,
.mobile .legend p.name {
	width: 70%
}
.mobile #logins .type,
.mobile .legend .type {
	width: 30% !important;
}
.mobile .last_change,
.mobile .last_login {
	display: none !important;
}
#logins li ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#logins li ul li {
	width: 100%;
}
#logins .edit_box {
	width: 50%;
	clear: both;
}
.mobile #logins .edit_box {
	width: 100%;
}
#logins li ul li p.label {
	line-height: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#logins > li > p.label {
	width: 25%;
}
.mobile #logins > li > p.label {
	width: 50%;
}
#logins li ul li a.button {
	margin: 10px 10px 10px 0;
	padding: 0;
	width: 130px;
}
#logins li ul li a.button + a.button {
	float: right;
	margin: 10px 0;
}
#logins li ul li .checkbox {
	margin: 2px 0 2px -1px;
}
#logins li ul li input {
	width: 200px;
}
#logins li #name {
	margin: 10px 0 0 10px !important;
}
#logins li ul li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
#login_options {
	padding: 10px 0;
}
#login_options:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#login_options a {
	float: left;
}
#login_options p {
	float: right;
	margin: 0;
	padding: 5px 0;
	line-height: 30px;
}
.mobile #login_options {
	text-align: center;
}
.mobile #login_options > * {
	float: none;
}
.mobile #login_options > a {
	margin-top: 20px;
}
/* Update 26.08.2012 */
/* Backup Verwaltung */
ul#backups {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
ul#backups:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
ul#backups.list > li {
	width: 100%;
}
ul#backups.grid > li {
	height: 130px;
	width: 25%;
}
ul#backups > li {
	padding: 10px;
	display: inline-block;
	position: relative;
    box-sizing: border-box;
	overflow: hidden;
	vertical-align: top;
}
ul#backups > li:hover {
	overflow: visible;
	z-index: 500;
}
.tablet ul#backups.grid > li {
	width: 33.333%;
}
.mobile ul#backups.grid > li {
	width: 50%;
}
ul#backups li .container {
	padding: 10px;
	border: 1px solid #1e1e1e;
    border-radius: 5px;
    box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-size: 150px auto;
	background-position: center -20px;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.5);
	color: #000;
}
ul#backups li:last-child .container {
	background-color: rgba(86,255,78,0.5);
}
ul#backups > li:hover .container {
	background-color: #fff;
	height: auto;
}
ul#backups > li:last-child:hover .container {
	background-color: #56FF4E;
}
ul#backups li .container .del {
	position: absolute;
	top: 20px;
	right: 15px;
	opacity: 0;
	transition: opacity 0.5s;
}
ul#backups li:hover .container .del {
	opacity: 1;
}
ul#backups li .data {
	position: relative;
	list-style: none;
	margin: 0 10px 10px 10px;
	padding: 0;
}
ul#backups.list li .data {
	margin: 0 185px 0 10px;
}
ul#backups li .data p {
	font-size: 14px;
}
ul#backups.grid li .data p.label {
	width: 50%;
	margin: 0;
	float: left;
}
ul#backups.list li .data p.label {
	display: none;
}
ul#backups li .data li {
	line-height: 30px;
}
ul#backups.list li .data li {
	width: 33.333%;
	display: inline-block;
}
ul#backups.grid li .data p.value {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
}
ul#backups.list li .data p.value {
	margin: 0;
	padding: 0;
	height: 30px;
}
ul#backups li .container .multi_button {
	margin: 0 10px;
}
ul#backups.list li .container .multi_button {
	position: absolute;
	right: 35px;
	top: 20px;
	width: 160px;
}
ul#backups.grid li .container .multi_button span {
	display: none;
}
ul#backups.grid li .container .multi_button div {
	padding: 0;
	background-color: transparent;
	display: block;
}
ul#backups.grid li .container .multi_button div:before {
	content: none;
}
ul#backups.grid li .container .multi_button div .button {
	margin: 0 0 10px 0;
}
.admin_options {
	padding: 20px 0;
}
#backup_options .upload_progress {
	margin-bottom: 20px;
}
.admin_options ul {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.admin_options ul li {
	display: inline-block;
	vertical-align: top;
}
.admin_options ul li .button {
	width: auto;
	padding: 0 10px;
}
#backup_upload {
	margin-left: 10px;
}
/* Wowslider */
.wowslider-container {
	display: table;
	position: relative;
	width: 100%;
	margin:0px auto 0px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */
	box-sizing: content-box;
}
.wowslider-container .ws_images ul {
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
}
.wowslider-container .ws_images ul li {
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

.wowslider-container .ws_images {
	position: relative;
	left:0;
	top:0;
	height:100%;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
.wowslider-container .ws_images ul a{
	width:100%;
	height:100%;
	display:block;
	color:transparent;
}

.wowslider-container img{
	max-width: none !important;
}
.wowslider-container .ws_images .ws_list img,
.wowslider-container .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}

.wowslider-container .ws_images > img {
	transform-origin: center;
}
.ws_thumbs { 
	font-size: 0px; 
	position:absolute;
	overflow:auto;
	z-index:70;
}
.ws_thumbs a { 
	position:relative;
	text-indent: -4000px; 
	color:transparent;
	opacity:0.85;
}
.ws_thumbs a img {
	/* Important for Firefox */
	display: inline-block;
	width: 150px;
	vertical-align: bottom;
	border: 5px solid transparent\0/; /* IE8 */
	border: 5px solid rgba(255,255,255,0.5);
}
.ws_thumbs a:hover,
.ws_thumbs .ws_selthumb {
	opacity:1;
}
.ws_thumbs a:hover img,
.ws_thumbs .ws_selthumb img {
	visibility:visible;
	border: 5px solid #fff;
}
.ws_thumbs {
    left: 0;
	width:100%;
}
.ws_thumbs div {
	position:relative;
}
.wowslider-container .ws_bulframe div div {
	height: 100%;
}
.wowslider-container .ws_bulframe div div img {
	vertical-align: top;
}

/* UPDATE 08.10.2013 */
.collage .images ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: calc(100% + 20px);
	position: relative;
	left: -10px;
}
.collage .images ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.collage .images ul li {
	width: 25%;
	display: inline-block;
	float: left;
}
.mobile .collage .images ul li {
	width: 50%;
}
.collage .images ul li img {
	width: 100%;
	vertical-align: bottom;
}
.collage .images ul li a {
	display: inline-block;
}
/* Slideshows */
.slideshow {
	position: relative;
}
.slideshow .images {
	overflow: hidden;
}
.slideshow .images ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 10000%;
	opacity: 1;
	left: 0;
}
.slideshow .images ul.ui-draggable-handle {
	-ms-touch-action: auto;
	touch-action: auto;
}
.slideshow .images ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.slideshow .images ul li {
	width: 1%;
	float: left;
	display: inline-block;
	height: 500px;
	vertical-align: top;
	background-position: center;
  	background-size: cover;
}
.article_detail .slideshow .images ul li {
	height: 300px;
}
.slideshow .images ul li a {
	width: 100%;
	height: 100%;
	display: block;
}
.slideshow .images ul li img {
	display: none;
}
.slideshow .slideshow-texts {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.slideshow .slideshow-thumbs + .slideshow-texts,
.slideshow .slideshow-thumbs + .slideshow-bullets + .slideshow-texts {
	bottom: 120px;
}
.slideshow .slideshow-texts .container {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 250px;
	background: rgba(255,255,255,0.9);
	overflow: hidden;
}
.slideshow .slideshow-texts .container > ul {
	width: 10000%;
	padding: 0;
	margin: 0;
	position: relative;
	list-style: none;
}
.slideshow .slideshow-texts .container > ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.slideshow .slideshow-texts .container > ul > li {
	display: inline-block;
	width: 1%;
	float: left;
	padding: 20px;
	vertical-align: top;
    box-sizing: border-box;
}
.slideshow .slideshow-texts .container > ul > li div {
	margin: 0;
	color: #1e1e1e;
}
.slideshow .slideshow-texts .container > ul > li .title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.slideshow .slideshow-bullets {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.slideshow .slideshow-thumbs + .slideshow-bullets {
	bottom: 120px;
}
.slideshow .slideshow-bullets ul {
	padding: 0 15px;
	margin: 0;
	list-style: none;
}
.slideshow .slideshow-bullets ul li {
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 5px;
	display: inline-block;
	box-shadow:         0 0 3px #1e1e1e;
	cursor: pointer;
}
.slideshow .slideshow-bullets ul li.active,
.slideshow .slideshow-bullets ul li:hover {
	background-color: #ccc;
}
.slideshow .slideshow-thumbs {
	overflow: hidden;
}
.slideshow .slideshow-thumbs ul {
	opacity: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 10000%;
}
.slideshow .slideshow-thumbs ul li {
	padding: 10px;
	display: inline-block;
}
.slideshow .slideshow-thumbs ul li:first-child {
	padding-left: 0;
}
.slideshow .slideshow-thumbs ul li:last-child {
	padding-right: 0;
}
.slideshow .slideshow-thumbs ul li a {
	display: block;
}
.slideshow .slideshow-thumbs ul li img {
	height: 100px;
	border: none;
	vertical-align: top;
}
.slideshow .slideshow-controls {
	position: absolute;
	top: 215px;
	width: 100%;
}
.mobile .slideshow .slideshow-controls {
	display: none;
}
.slideshow .slideshow-controls .prev,
.slideshow .slideshow-controls .next {
	color: #fff;
	font-size: 50px;
	line-height: 50px;
	padding: 20px;
	position: absolute;
	cursor: pointer;
	text-shadow: 0 0 5px #1e1e1e;
	z-index: 500;
}
.slideshow .slideshow-controls .prev:hover,
.slideshow .slideshow-controls .next:hover {
	color: #eee;
}
.slideshow .slideshow-controls .prev {
	left: 0;
}
.slideshow .slideshow-controls .next {
	right: 0;
}
/* Newsletter System Update */
.message,
.emails {
	margin: 20px 0;
	width: 100%;
}
div.emails {
	display: none;
}
div.message .label {
	width: 172px;
}
div.message input {
	width: 100%;
	height: 30px;
}
div.emails li {
	position: relative;
}
div.message > ul,
div.emails > ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
div.emails > ul {
	border-top: 1px solid #1e1e1e;
	border-bottom: 1px solid #1e1e1e;
}
div.message .button,
div.emails .button {
	margin-top: 10px;
}
div.emails ul {
	height: 520px;
	overflow-y: scroll;
}
div.emails li {
	padding: 10px 10px 10px 60px;
}
div.emails li:hover {
	background-color: rgba(255,255,255,0.5);
	color: #1e1e1e;
}
div.emails li .del {
	position: absolute;
	right: 6px;
	top: 12px;
}
div.emails li p {
	margin: 0;
	width: 25%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.message .button,
.emails .button {
	margin-right: 10px;
}
#msg {
	width: 392px;
	height: 300px;
}
.newsletter_navigation {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	border-bottom: 1px solid #1e1e1e;
	color: #1e1e1e;
	background-color: rgba(255,255,255,0.5);
}
.newsletter_navigation:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.newsletter_navigation li {
	cursor: pointer;
	width: auto;
	display: inline;
	float: left;
}
.newsletter_navigation li.active {
	background-color: #1e1e1e;
	color: #fff;
}
.newsletter_navigation li p {
	width: auto;
	padding: 0 10px;
	margin: 0;
	line-height: 30px;
	height: 30px;
}
/* 30.08.2012 Settings Color Update */

.settings_controller {
	padding: 0;
	margin: 20px 0 0 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	border-bottom: 1px solid #1e1e1e;
	font-size: 15px;
	background-color: rgba(255,255,255,0.5);
}
.settings_controller ul {
	-webkit-overflow-scrolling: touch;
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}
.settings_controller ul li {
	text-align: center;
	color: #1e1e1e;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	position: relative;
	display: table-cell;
	cursor: pointer;
}
.settings_controller ul li:first-child {
	border-top-left-radius: 5px;
}
.settings_controller ul li:last-child {
	border-top-right-radius: 5px;
}
.settings_controller ul li#selected {
	background-color: #1e1e1e;
	color: #fff;
}
#container .settings {
	margin: 40px 0;
	padding: 0;
	position: relative;
	font-size: 16px;
	line-height: 24px;
}
#container .settings .left,
#container .settings .right {
    box-sizing: border-box;
}
#container .settings .left {
	padding-right: 10px;
}
#container .settings .right {
	padding-left: 10px;
}
#container .settings .button_group {
	padding: 20px 0;
	text-align: center;
}
#container .settings .button_group > * {
	vertical-align: top;
}
.settings_controller ul li a {
	white-space: nowrap;
	display: block;
	cursor: pointer;
}
#container .settings .style label {
	color: #1e1e1e;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#container .settings .fr-basic {
	width: 100%;
	margin-top: 10px;
}
.settings_content {
	padding-top: 20px;
}
.mobile .setting .keywords,
.mobile .storage,
.mobile #container .settings .label,
.mobile #container .settings input,
.mobile #container .settings .statistics_bar,
.mobile #container .settings .tooltip {
	width: 100%;
}
.storage {
	width: 50%;
	position: relative;
	display: inline-block;
}
.storage .button {
	margin: 10px 0;
}
.storage .statistics_bar {
	width: 100% !important;
}
#container .settings .statistics_bar {
	width: 50%;
	display: inline-block;
}
.statistics_bar {
	width: 100%;
	height: 30px;
	border: 1px solid #1e1e1e;
    border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
    box-sizing: border-box;
	position: relative;
	margin-bottom: 3px;
}
.statistics_bar p {
	margin: 0;
	padding: 0;
	position: absolute;
	line-height: 30px;
	height: 30px;
	top: 0;
	text-align: center;
	width: 100%;
	text-shadow: 0 0 5px #fff;
	color: #1e1e1e;
}
.in_use {
	background-color: #fff;
	height: 30px;
}

.general,
.languages {
	list-style: none;
	margin: 0;
	padding: 0;
}
.general input {
	width: 50%;
}
.general textarea {
	width: 100%;
	min-height: 80px;
}
.general .header_code {
	height: 250px;
}
.CodeMirror {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
}
#style_compact .CodeMirror {
	font-size: 12px;
	line-height: 18px;
}
.general,
.languages {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.general:after,
.languages:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.general > li,
.languages > li {
	margin-bottom: 5px;
	width: 50%;
	float: left;
	padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}
.general > li.full,
.tablet .general > li,
.tablet .languages > li {
	width: 100%;
}
.setting .keywords {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
}
.setting .keyword_new {
	width: 100%;
	display: block;
}
.setting .keyword_new input {
	width: 100%;
}
.keywords li {
	position: relative;
    border-radius: 5px;
	display: inline-block;
}
.keywords li.keyword:hover {
	padding-right: 30px;
	transition: all 0.3s;
	background-color: rgba(255,255,255,0.5);
}
.keywords li p {
	margin: 0;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.keywords li a {
	position: absolute;
	right: 2px;
	top: 2px;
	display: none;
}
.keywords li:hover a {
	display: block;
}
.languages .basic,
.languages .other {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.languages .basic li,
.languages .other li {
	float: left;
	opacity: 0.3;
}
.languages .basic li a,
.languages .other li a {
	display: block;
	width: 26px;
	height: 26px;
	display: block;
	cursor: pointer;
}
.languages .basic li.selected,
.languages .other li.selected {
	opacity: 1;
}
.style {
	list-style: none;
	padding: 0;
	margin: 0;
}
.style .group {
	border: 1px solid #1e1e1e;
    border-radius: 5px;
	margin: 10px 0 0 0;
}
.style .group:first-child {
	margin: 0;
}
.style .group h3 {
	margin: 0;
	font-size: 20px;
	padding: 0 10px;
	line-height: 40px;
	color: #1e1e1e;
	background-color: rgba(255,255,255,1);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.style .group:first-child h3 {
	margin: 0;
}
.style .hidden h3:hover {
	background-color: rgba(255,255,255,1);
}
.style .hidden h3 {
    border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
}
.style .group h3 + * {
	padding: 10px;
	background-color: rgba(255,255,255,0.5);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.style .group .css textarea {
	width: 100%;
	height: 200px;
}
.style > li {
	margin-bottom: 5px;
	position: relative;
}
.style li > input,
.style li > .color_preview,
.style li > .slider {
	float: left;
}
.style li > .opacity .slider {
	margin: 8px 0 0 60px;
}
.style li > .opacity input[type='text'] {
	width: 50px;
	float: left;
}
.style li > .color input[type='text'] {
	width: 100%;
	padding-left: 60px;
}
.style li > .color .color_preview {
	position: absolute;
	top: 0;
	width: 50px;
	height: 29px;
	margin-right: 10px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: table-cell;
	border-bottom: 1px solid #fff;
	box-shadow: inset 0 2px 3px #999;
}
.style li > .checkbox {
	margin: 3px 0 12px 0;
	width: auto;
	float: left;
    box-sizing: border-box;
}
.style li > .font input[type='text'],
.style li > .input input[type='text'] {
	width: 100%;
}
.style li > .font ul,
.style li > .input ul {
	z-index: 500;
	width: 100%;
}
.style li > .input.bg ul li {
	width: 20%;
	height: 80px;
	float: left;
}
.tablet .style li > .input.bg ul li {
	height: 70px;
}
.mobile .style li > .input.bg ul li {
	height: 60px;
}
.style li > .font:after,
.style li > .input:after {
	right: 50%;
	margin-right: -10px;
}
.style .label {
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
    box-sizing: border-box;
}
.style .label + * {
	float: right;
	display: table;
	width: 50%;
	position: relative;
}
.mobile .style .label + * {
	float: left;
	width: 100%;
}
.colorpicker {
	z-index: 100;
}
#header .colorpicker {
	z-index: 700;
}
.updates ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
.updates ul li {
	margin-bottom: 10px;
}
.updates ul li.update {
	border: 1px solid #1e1e1e;
	background-color: rgba(255,255,255,0.5);
	color: #1e1e1e;
	padding: 10px;
	position: relative;
	min-height: 40px;
    border-radius: 5px;
}
.updates .label {
	height: 30px;
	line-height: 30px;
	margin-right: 10px !important;
}
.updates .version {
	width: 80px !important;
	float: left;
	margin: 0;
}
.updates .description {
	width: 100%;
	float: none !important;
	margin: 0 20px 0 0;
}
.updates .description p {
	margin: 0;
	padding: 0 180px 0 80px;
}
.update .date {
	position: absolute;
	right: 10px;
	top: 10px;
	max-width: 170px;
	font-size: 14px;
}
.updates .button {
	position: absolute;
	z-index: 300;
	right: 10px;
	top: 10px;
	width: 170px;
}
/* History Update 04.10.2012 */
.history h2 {
	margin-top: 20px;
}
.history .select:after {
	left: 50%;
	margin-left: -10px;
}
.mobile #histories {
	width: 100%;
}
#histories {
	position: relative;
	width: 50%;
	float: right;
}
#histories ul {
	position: absolute;
	width: 100%;
}
#histories input {
	width: 100%;
}
#current_history {
	padding: 0;
	margin: 0;
	list-style: none;
	display: table;
	width: 100%;
	max-height: 400px;
	overflow-y: scroll;
}
#current_history li {
	display: table-row;
	width: 100%;
}
#current_history li > * {
	display: table-cell;
	line-height: 30px;
	vertical-align: top;
}
#current_history li > p.datetime {
	width: 100px;
}
#templates_slider {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}
#template_title {
	margin-bottom: 0;
	text-align: center;
}
#template_button {
	position: absolute;
	left: 50%;
	margin-top: -60px;
	z-index: 100;
	display: inline-block;
}
#template_button .button {
	position: relative;
	left: -50%;
}
#container .setting.mobile .left {
	width: 290px;
}
.mobile #container .setting.mobile .left {
	display: none;
}
#container .setting.mobile .right {
	position: absolute;
	padding-left: 290px;
	width: 100%;
    box-sizing: border-box;
}
.mobile #container .setting.mobile .right {
	padding: 0;
	float: none;
	position: relative;
}
#container .setting.mobile .smartphone {
	width: 262.5px;
	margin: 20px 0;
	height: 550px;
	overflow: hidden;
	position: relative;
	z-index: 50;
}
#container .setting.mobile .smartphone input {
	position: absolute;
	z-index: 100;
	top: 66px;
	left: 19px;
	width: 150px;
	height: 20px;
	line-height: 20px;
	padding: 0 3px;
	margin: 0;
	border: 0;
	box-shadow: none;
	font-size: 10px;
}
#container .setting.mobile .smartphone iframe {
	width: 480px;
	height: 690px;
	padding: 185.5px 25px 200px 25px;
	border: none;
	background-size: 530px;
	background-image: url('smartphone_nexus.png');
    transform: scale(0.5);
	transform-origin: top left;
}
/* Premium Update 29.10.2012 */
.premium .code {
	width: 50%;
}
.premium ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.premium ul li {
	position: relative;
}
.premium .left {
	float: left;
	width: 310px !important;
}
.premium .right {
	float: right;
	width: 310px !important;
}
.formfeedback {
	width: 30px;
	height: 30px;
	background-position: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -35px;
	top: 0;
}
.mobile .formfeedback {
	top: 30px;
}
.form_element .formfeedback {
	top: 30px;
	right: -40px;
}
.wait {
	background-image: url('formfeedback_wait.png');
	animation: circle_rotate 5s linear infinite;
	transform-origin: center;
}
.formfeedback.ok {
	background-image: url('formfeedback_ok.png');
}
.formfeedback.error {
	background-image: url('formfeedback_error.png');
}
/* Maps Update 01.11.2012 */
.element li .map .element_wrapper {
	margin: 0 10px !important;
}
.element li .map.edit_mode {
	padding: 0 !important; /* 16/9 ratio */
    height: auto;
    overflow: visible;
}
.element li .map_data {
	display: none;
}
.element li .map_object {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.element li .map .maps_usage_confirmed {
	border: 1px solid #333;
	background-color: #fff;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	height: 100%;
	text-align: center;
}
.element li .map .maps_usage_confirmed p {
	max-width: 800px;
}
.element li .map .maps_usage_confirmed .button {
	margin-top: 20px;
	padding: 0 40px;
}
.element li .map .directions_panel {
	margin: 0 auto 10px auto;
}
.element li .map .directions_panel table {
	width: 100%;
}
.element li .map .adp-placemark {
	background: none;
	border: none;
}
.element li .map .adp-placemark .adp-text {
	font-weight: bold;
	padding-left: 10px;
}
.element li .map .gm-style-iw {
	color: #1e1e1e;
}
.element li .map .gm-style-iw a {
	cursor: pointer;
	display: block;
}
.element li .map .gm-style-iw p.title {
	margin: 0;
	font-weight: bold;
}
.element li .map .gm-style-iw a:hover {
	text-decoration: underline;
}
.element li .map .xslt_ignore {
	position: relative;
	padding: 10px 0;
}
[data-fullwidth] li .map .xslt_ignore {
	margin: 0 auto;
}
.element li .map .xslt_ignore .input_container {
	margin-right: 200px;
}
.element li .map .xslt_ignore input {
	width: 100%;
	margin-bottom: 0;
}
.element li .map .xslt_ignore .button {
	position: absolute;
	top: 10px;
	right: 0;
	width: 190px;
}
.element li .map .xslt_ignore .quit {
	display: none;
}
.element li .map.edit_mode .map_object {
	position: static;
	height: 300px;
}
/* Activation Update 10.01.2013 */
.deactivate ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Functions Update 28.01.2013 */
.functions {
	margin: 0;
	padding: 0;
	list-style: none;
}
.functions li {
	margin-bottom: 10px;
}
.functions .label {
	width: auto !important;
	float: none !important;
}
.switch {
	width: 60px;
	height: 30px;
	float: left;
	margin-right: 20px;
    border-radius: 15px;
	position: relative;
	cursor: pointer;
}
.switch.off {
	border: 1px solid #333;
	text-align: right;
	padding-right: 7px;
	background-color: #fff;
	color: #333;
}
.switch.on {
	border: 1px solid #00FF00;
	text-align: left;
	padding-left: 7px;
	background: #56FF4E;
	color: #1e1e1e;
}
.switch:after {
	content: '';
	display: block;
	width: 28px;
	height: 28px;
    border-radius: 14px;
	top: 1px;
	position: absolute;
	
	background: #eee;
}
.switch.on:after {
	right: 1px;
	background: #fff;
}
.switch.off:after {
	left: 1px;
}
.switch_text {
	line-height: 30px;
	font-size: 12px;
	color: #333;
}
.functions ul li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.functions ul li .label {
	width: auto;
}
/* 03.04.2013 Blog Settings Update */
ul.blog {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
ul.blog li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
ul.blog li > * {
	float: left;
}
ul.blog li > input[type='text'],
ul.blog li > textarea {
	width: 50%;
}
.mobile ul.blog li > input[type='text'],
.mobile ul.blog li > textarea {
	width: 100%;
}
ul.blog li .button {
	margin-right: 10px;
}
ul.blog li .checkbox {
	margin: 2px 0 12px 0;
}
/* 04.06.2021 Mail Settings Update */
ul.mail {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
ul.mail li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
ul.mail li > * {
	float: left;
}
ul.mail li > input[type='text'],
ul.mail li > textarea {
	width: 50%;
}
ul.mail > li.full,
 {
	width: 100%;
}
.mobile ul.mail li > input[type='text'],
.mobile ul.mail li > textarea {
	width: 100%;
}

/* 11.08.2021 Sound Design Settings Update */
ul.sounds {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
ul.sounds li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
ul.sounds li > * {
	float: left;
}
ul.sounds li > .select {
	width: 50%;
}
ul.sounds li > .select input {
	width: 100%;
}

/* 17.12.2021 Privacy Settings Update */
ul.cookie_modal {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}
ul.cookie_modal li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
ul.cookie_modal li > * {
	float: left;
}
ul.cookie_modal li > textarea,
ul.cookie_modal li > input {
	width: 50%;
}
ul.cookie_modal li > textarea {
	min-height: 100px;
}
/* 17.12.2021 Global Accordion Update */
.accordion-item {
  background: rgba(255,255,255,0.8);
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}
.accordion.light .accordion-item {
  background: none;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #1e1e1e;
  border-top: none;
}
.accordion-item .mini_button.move {
  position: absolute;
  right: 70px;
  top: 35px;
  background-position: -494px 0;
  z-index: 100;
}
.accordion-item .mini_button.move :hover {
  background-color: red;
}
.accordion-item.light .mini_button.move {
  top: 20px;
}
.accordion-title {
  cursor: pointer;
  position: relative;
}
.accordion-title img {
  vertical-align: middle !important;
  padding-right: 10px;
}
.accordion-title > *:first-child {
  margin: 0;
  padding-right: 30px;
}
.accordion-title:after {
  content: "\e764";
  font-family: 'entypo', sans-serif;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  font-size: 20px;
  transform: rotate(0);
  transition: transform 0.3s;
}
.accordion-item.open .accordion-title:after {
  transform: rotate(180deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
.accordion-item.open .accordion-content {
  max-height: 2500px;
}
.edit_mode .accordion-item.open .accordion-content {
  border: 1px dashed #ccc;
}
.accrdion.light .accordion-item.open .accordion-content {
  max-height: 500px;
}
.accordion-content > *:first-child {
  margin-top: 20px;
}

/* 11.08.2022 Global Tab Update */
.tabs .navigation {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	background: rgba(255,255,255,0.5);
}
.tabs .navigation li {
	display: inline-block;
	padding: 10px 20px;
	cursor: pointer;
	float: left;
}
.tabs .navigation:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.tabs .navigation li.active,
.tabs .navigation li:hover {
	background: #fff;
}
.tabs .content {
	border: 1px solid #fff;
}
.tabs .tab {
	display: none;
	padding: 20px;
}
.tabs .tab.active {
	display: block;
}



/* Update 08.09.2012 */
/* Blog */
#container.blog #content .wrapper > h1 {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 10px 0;
}
#container.blog .label {
	width: 100%;
	float: none !important;
}
#container.blog .label + p {
	margin: 0;
	line-height: 30px;
	height: 30px;
}
#container.blog .info {
	margin: 10px 0;
}
#container.blog .info ul {
	width: 100%;
	padding: 0;
	list-style: none;
	position: relative;
	margin: 0;
}
#container.blog .info ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.tablet #container.blog .info ul li:nth-Child(odd) {
	padding-left: 0;
}
#container.blog .info ul li:first-child {
	padding-left: 0;
}
#container.blog .info ul li {
	padding-left: 10px;
	float: left;
	width: 25%;
    box-sizing: border-box;
}
.tablet #container.blog .info ul li {
	width: 50%;
}
.mobile #container.blog .info ul li {
	width: 100%;
	padding-left: 0;
}
.tablet .info ul li,
.mobile .info ul li {
	width: 50%;
}
#container.blog .info ul li .keywords a,
#container.blog .info ul li .categories a {
	text-decoration: none;
}
#container.blog .info ul li .keywords a:after,
#container.blog .info ul li .categories a:after {
	content: ',';
	padding-right: 5px;
}
#container.blog .info ul li .keywords a:last-child:after,
#container.blog .info ul li .categories a:last-child:after {
	content: '';
	padding: 0;
}
#container.blog .info input[type='text'] {
	width: 100%;
}
.blog_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog_list > li {
	position: relative;
	padding-bottom: 20px;
}
.blog_list > li .teaser {
	color: #1e1e1e;
    border-radius: 5px;
	background-color: rgba(255,255,255,0.5);
	display: flex;
}
.mobile .blog_list > li .teaser {
	display: block;
}
.blog_list li > a.del {
	position: absolute;
	right: 10px;
	top: 10px;
	display: none;
	z-index: 100;
}
.blog_list > li:hover > a.del {
	display: block;
}
.blog_list li a {
	text-decoration: none;
}
.blog_list li .image {
	width: 30%;
	background-color: #ececec;
	position: relative;
}
.mobile .blog_list li .image {
	width: 100%;
}
.blog_list li .image img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.blog_list li .image a {
	display: block;
}
.blog_list li .image a:empty {
	position: absolute;
	width: 100%;
	height: 100%;
}
.blog_list li .texts {
	padding-right: 200px;
}
.mobile .blog_list li .texts {
	padding-right: 0;
}
.blog_list li .texts .keywords,
.blog_list li .texts .categories {
	font-size: 15px;
	line-height: 22px;
}
.blog_list li .texts .keywords .label:after,
.blog_list li .texts .categories .label:after {
	content:  ": ";
}
.blog_list li .texts > a > h2,
.blog_list li .further > *:first-child {
	margin-top: 0;
}
.blog_list li .further {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 180px;
	height: calc(100% - 40px);
	text-align: right;
}
.blog_list li .further:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.mobile .blog_list li .further {
	position:  static;
	width: 100%;
	height: auto;
	text-align: left;
}
.blog_list li .further .button {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
.mobile .blog_list li .further .button {
	position: static;
}
.blog_list li .langs {
	width: 70%;
	padding: 20px;
	min-height:  200px;
    box-sizing: border-box;
}
.mobile .blog_list li .langs {
	width: 100%;
}
.blog_list li .langs .button.continue {
	float: right;
}
.blog_list li .langs .current {
	font-size: 15px;
	line-height: 22px;
}
.blog_options {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #fff;
}
.blog_options .button {
	margin-left: 10px;
}
.blog_options .button:first-child {
	margin-left: 0;
}
.elements .ui-sortable-placeholder,
#content .children_small .ui-sortable-placeholder,
#content .children_mini .ui-sortable-placeholder,
.element .drop_bar {
	border: 1px dashed #CCC;
    box-sizing: border-box;
}
/* UPDATE 27.10.2012 */
/* Premium Notice */
.page_notice {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: #fff;
	background: rgba(255,255,255,0.9);
	top: 0;
	left: 0;
}
.page_notice .wrapper {
	max-width: 572px;
	height: 300px;
	margin: auto;
	position: relative;
}
.page_notice .wrapper > div {
	top: -50%;
	position: relative;
}
.page_notice .left,
.page_notice .right {
	padding: 10px;
	width: 50%;
	position: relative;
    box-sizing: border-box;
}
.page_notice .right > *:first-child {
	margin-top: 0;
}
.page_notice .wrapper > div:after,
.page_notice .wrapper > div:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.page_notice .left {
	float: left;
}
.page_notice .right {
	margin-top: 20px;
	float: right;
	color: #1e1e1e;
}
.page_notice .right .button + .button {
	margin-left: 0;
}
.page_notice img {
	max-width: 266px;
	width: 100%;
}
.page_notice .button {
	margin-top: 10px;
}
/* UPDATE 04.11.2012 */
/* Clipboard Notice */
#clipboard {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 20px 0;
	background-image: url(teaser_line.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 900px;
	position: relative;
	top: -25px;
}
#clipboard .button:first-child {
	margin-right: 10px;
}
/* UPDATE 08.11.2012 */
/* Form */
.form textarea {
	min-height: 70px;
}
.form_elements,
.form_elements_edit {
	padding: 0;
	margin: 0;
	list-style: none;
}
.form_elements > li,
.form_elements_edit > li {
    box-sizing: border-box;
	margin-top: 10px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.form_elements > li:first-child,
.form_elements_edit > li:first-child {
	margin-top: 0;
}
.form_elements > li.half,
.form_elements_edit > li.half {
	width: 50%;
	width: calc(50% - 20px);
}
.form_elements > li.half,
.form_elements_edit > li.half,
.form_elements > li.half + li.half + li.half,
.form_elements_edit > li.half + li.half + li.half {
	margin: 10px 20px 0 0;
}
.form_elements > li.half + li.half,
.form_elements_edit > li.half + li.half,
.form_elements > li.half + li.half + li.half + li.half,
.form_elements_edit > li.half + li.half + li.half + li.half {
	margin: 10px 0 0 20px;
}
.mobile .form_elements > li.half,
.mobile .form_elements_edit > li.half {
	width: 100%;
	margin: 10px 0 0 0 !important;
}
.form_elements .container > ul,
.form_elements_edit .container > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.form_elements .container > ul:after,
.form_elements_edit .container > ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.form_elements .container > ul > li,
.form_elements_edit .container > ul > li {
	width: calc(100% - 20px);
	box-sizing: border-box;
	float: left;
	margin: 0 10px;
	transition: padding 0.3s;
}
.form_elements_edit .container > ul > li:hover {
	padding-right: 90px;
}
.form_elements .container > ul > li.half,
.form_elements_edit .container > ul > li.half {
	width: calc(50% - 20px);
}
.form_elements_edit .container > ul {
	min-height: 50px;
}
.form_elements .form_element {
	position: relative;
}
.form_elements .form_element textarea {
	margin: 0 0 10px 0;
}
.form_elements .form_element .upload,
.form_elements_edit .form_element .upload {
	height: 100px;
	overflow: auto;
	border: 1px solid #fff;
	margin: 0 0 10px 0;
}
.form_elements .form_element .upload input {
	height: 100% !important;
}
.form_elements .form_element .upload ul {
	height: 100px;
	padding: 0;
}
.form_elements .form_element .upload ul li {
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
	background-size: auto 100px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.form_elements_edit .form_element .upload p {
	text-align: center;
	line-height: 100px;
	margin: 0;
}
.form_elements .form_element .upload ul li .mini_button {
	right: 5px;
	top: 5px;
	position: absolute;
	display: none;
}
.form_elements .form_element .upload ul li:hover .mini_button {
	display: block;
}
.form_elements .form_element .upload ul li .size {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.form_elements .form_element .upload ul li .size:after {
	content: " KB";
}
.form_elements .form_element .upload ul li .size.mb:after {
	content: " MB";
}
.form_elements .form_element .upload ul li .fa {
	display: block;
	text-align: center;
	top: 50%;
	position: relative;
	margin-top: -16px;
	font-size: 32px;
	line-height: 32px;
}
.form_elements .form_element .upload ul li.word {
	background-color: #2B5594;
}
.form_elements .form_element .upload ul li.excel {
	background-color: #226D43;
}
.form_elements .form_element .upload ul li.powerpoint {
	background-color: #CE452C;
}
.form_elements .form_element .upload ul li.pdf {
	background-color: #E62D2B;
}
.form_elements .form_element .upload ul li .upload_bar {
	height: 100%;
}
.form_elements .form_element .upload ul li.upload_field p {
	margin: 20px auto;
	width: 80px;
	line-height: 30px;
	text-align: center;
}
.form_elements .form_element .radio_group ul,
.form_elements_edit .form_element .radio_group ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form_elements .form_element .checkbox_group ul,
.form_elements_edit .form_element .checkbox_group ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.form_elements .form_element .radio_group ul:after,
.form_elements_edit .form_element .radio_group ul:after,
.form_elements .form_element .checkbox_group ul:after,
.form_elements_edit .form_element .checkbox_group ul:after  {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.form_elements .form_element .radio_group ul li,
.form_elements_edit .form_element .radio_group ul li {
	width: 25%;
	display: inline-block;
	float: left;
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
}
.form_elements .form_element .checkbox_group ul li,
.form_elements_edit .form_element .checkbox_group ul li {
	width: 25%;
	display: inline-block;
	float: left;
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
}
.tablet .form_elements .form_element .radio_group ul li,
.tablet .form_elements_edit .form_element .radio_group ul li,
.tablet .form_elements .form_element .checkbox_group ul li,
.tablet .form_elements_edit .form_element .checkbox_group ul li {
	width: 50%;
}
.form_elements .form_element .radio_group ul li input,
.form_elements_edit .form_element .radio_group ul li input {
	box-shadow: none;
}

.form_elements .form_element .checkbox_group ul li label,
.form_elements .form_element .radio_group ul li label,
.form_elements_edit .form_element .checkbox_group ul li label,
.form_elements_edit .form_element .radio_group ul li label {
	display: inline-block;
	line-height: 30px;
	height: 30px;
	vertical-align: top;
	margin-bottom: 0;
}
.form_elements .form_element .radio_group ul li label,
.form_elements_edit .form_element .radio_group ul li label {
	margin-left: 10px;
}
.form_elements_edit .form_element .radio_group ul li .del {
	top: 12px;
}
.form_elements_edit .form_element .checkbox_group ul li .del {
	top: 0;
}
.form_elements_edit .form_element .radio_group ul li.add p,
.form_elements_edit .form_element .checkbox_group ul li.add p {
	margin: 0;
	cursor: pointer;
}
.form_elements_edit .form_element .checkbox_group ul li .checkbox {
	margin: 0;
}
.form .description > *:first-child {
	margin-top: 0;
}
.form .settings_content > .response,
.form .settings_content > .preferences,
.form .settings_content > .auto_responder,
.form > .response,
.form > .auto_responder {
	display: none;
}
.form > .response > *:first-child {
	margin-top: 0;
}
.form .settings_content > .form {
	position: relative;
}
.form .settings_content > .form > .left {
	width: calc(100% - 200px) !important;
	min-height: 500px;
}
.form .settings_content > .form > .right {
	width: 180px !important;
	position: absolute !important;
	right: 0;
	height: 100%;
}
.form_elements_edit {
	min-height: 50px;
    border-radius: 5px;
	margin: 0 0 40px 0;
	position: relative;
}
.form_elements_edit .drag_info {
	line-height: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.form_elements_edit li {
	position: relative;
}
.form_elements li .name p,
.form_elements_edit li .name p {
	min-height: 30px;
	line-height: 30px;
	font-size: 24px;
	margin: 0 0 10px 0;
	outline: none;
}
.form_elements li .name p:empty {
	display: none;
}
.form_elements_edit li .name p:empty:before {
	content: 'Formularabschnitt Überschrift';
	opacity: 0.5;
}
.form_elements_edit > li {
	padding: 10px 10px 0 10px;
	border: 1px solid #fff;
}
.form_elements_edit > li > .mini_button {
	position: absolute;
}
.form_elements_edit > li > .del {
	top: 10px;
	right: 10px;
}
.form_elements_edit > li > .move_vertical {
	top: 10px;
	right: 40px;
}
.form_elements_edit > li > .half,
.form_elements_edit > li > .full {
	top: 10px;
	right: 70px;
}
.form_elements_edit > li:hover {
	background: rgba(255,255,255,0.3);
}
.form_elements_edit ul li .mini_button {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	bottom: 15px;
	transform: translateX(50px);
}
.form_elements_edit .container > ul > li:hover > .mini_button {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.3s, transform 0.3s;
}
.form_elements_edit .container > ul > li ul li:hover .mini_button {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.3s;
}
.form_elements_edit ul li .del {
	right: 0;
}
.form_elements_edit ul li .select .del {
	right: 2px;
	top: 2px;
}
.form_elements_edit ul li .move_vertical {
	right: 30px;
}
.form_elements_edit ul li .half,
.form_elements_edit ul li .full {
	right: 60px;
}
.form_elements.warehouse {
	background: #353535;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.form_elements.warehouse > li {
	position: relative;
	padding: 10px;
	margin-top: 0;
    box-sizing: border-box;
}
.form_elements.warehouse > li .mini_button {
	display: none;
}
.form_elements.warehouse .drag_helper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.form_elements.warehouse textarea {
	height: 50px !important;
	vertical-align: top;
}
.form_elements.warehouse .upload {
	height: 50px !important;
	margin: 0;
}
.form_elements.warehouse input,
.form_elements.warehouse textarea {
	margin: 0;
}
.form_elements.warehouse .checkbox {
	margin: 0;
}
.form_elements.warehouse input:disabled {
	background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%);
}
.form_elements.warehouse .upload p {
	line-height: 50px;
	margin: 0;
	text-align: center;
	color: #fff;
}
.form_elements.warehouse .radio_group label, 
.form_elements.warehouse .checkbox label {
	color: #fff;
}
.form_elements.warehouse .radio_group ul {
	margin: 0;
	padding: 0;
}
.form_elements.warehouse .radio_group ul li,
.form_elements.warehouse .checkbox_group ul li {
	width: 100%;
	padding: 0;
}
.form_elements.warehouse .radio_group ul li.add,
.form_elements.warehouse .checkbox_group ul li.add {
	display: none;
}
.form .add_container {
	display: inline-block;
	position: absolute;
	right: 0;
	margin-top: -40px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: #1e1e1e;
	cursor: pointer;
	background-color: rgba(255,255,255,0.5);
}
.form .add_container:hover {
	background-color: #fff;
}
.form.edit_mode .auto_responder .checkbox {
	margin-bottom: 20px;
}
/* UPDATE 25.05.2021 */
/* Form Slider */
[data-template='slider'] .form_elements {
	position: relative;
}
[data-template='slider'] .form_elements .container {
	padding: 20px;
	border: 1px solid #1e1e1e;
	display: none;
}
[data-template='slider'] .form_elements .container.visible {
	display: block;
}
[data-template='slider'] .controls:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
[data-template='slider'] .controls {
	margin-top: 20px;
}
[data-template='slider'] .controls .next,
[data-template='slider'] .controls .submit {
	float: right;
}
[data-template='slider'] .form_elements > li > .button {
	display: none;
}
/* UPDATE 11.11.2012 */
/* Admin Dock */
.dock {
	background-color: #333;
	border-top: 1px solid #1e1e1e;
	position: fixed;
	width: 100%;
	height: 40px;
	bottom: 0;
	left: 0;
	margin-bottom: -40px;
	z-index: 650;
}
.dock .wrapper {
    box-sizing: border-box;
}
.dock .dock_items {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
	width: 200px;
	position: relative;
	z-index: 650px;
	width: 100%;
}
.dock_items ul li a {
	text-decoration: none;
	color: #fff;
	padding-right: 10px;
}
.dock .dock_items ul li a span {
	margin-right: 10px;
}
.dock .dock_items li > a,
.dock .dock_items ul li a,
.dock .dock_items li > p,
.dock .dock_items ul li div p {
	line-height: 40px;
	display: inline-block;
}
.dock .dock_items li > a span,
.dock .dock_items ul li a span,
.dock .dock_items li > p span,
.dock .dock_items ul li div p span {
	vertical-align: top;
	display: inline-block;
	font-size: 40px;
	color: #fff;
}
.dock .dock_items li:hover > a span,
.dock .dock_items ul li:hover a span,
.dock .dock_items li:hover > p span,
.dock .dock_items ul li:hover div p span {
	color: #333;
	background-color: #fff;
}
.dock .dock_items > li {
	width: 40px;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.dock .dock_items > li .expand {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 60px;
	padding: 5px 5px 15px 5px;
	left: 0;
	
	transition: all 0.3s;
}
.dock .dock_items > li .expand:after {
	content: '';
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #333;
}
.dock .dock_items > li.admin_navi .expand:after {
	left: 50px;
}
.dock .dock_items > li.admin_icon.choice .expand:after {
	left: 90px;
}
.dock .dock_items > li:hover .expand {
	bottom: 40px;
	visibility: visible;
	opacity: 1;
}
.dock .dock_items > li .expand .box {
	background: #333;
	padding: 5px;
    border-radius: 2px;
}
.dock .dock_items > li .expand .box:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
.dock .dock_items > li a,
.dock .dock_items > li p {
	margin: 0;
	display: block;
	height: 40px;
}
.dock .dock_items .ui-draggable-dragging {
	width: auto !important;
}
.dock .dock_items .ui-draggable-dragging .mini_button {
	display: none;
}
.dock .dock_items ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.dock .dock_items ul li {
	display: list-item;
}
.dock .dock_items li ul li div p {
	color: #fff;
	position: absolute;
	margin: 0;
	white-space: nowrap;
	line-height: 40px;
}
.dock .dock_items li ul li div p span {
	margin-right: 5px;
}
.admin_navi {
	background-image: none !important;
}
.admin_navi p {
	position: relative;
	z-index: 900;
	background-position: 0 0;
}
.admin_navi ul li:after {
	line-height: 40px;
	vertical-align: top;
	padding: 0 10px;
	color: #fff;
}
.admin_navi ul li a {
	vertical-align: top;
}
.admin_navi ul .admin_icon {
	width: auto;
}
.admin_icon.choice ul {
	float: left;
	position: relative;
	width: 160px;
}
.admin_icon.choice ul li {
	height: 40px;
	position: relative;
}
.admin_icon.choice ul li:hover {
    z-index: 801;
}
.admin_icon.choice ul li .remove_my_element {
	position: absolute;
    right: 5px;
    top: 7px;
}
.admin_icon.choice ul.premium {
	border: 1px solid #fff;
	min-height: 240px;
}
.admin_icon.choice ul.premium:after {
	background-image: url(premium_element.png);
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 40px;
	display: block;
	z-index: 800;
	top: 0;
	right: 0;
}
.admin_icon.choice ul.my_elements {
	border: 1px solid #fff;
	margin-left: 5px;
	min-height: 240px;
}
.admin_icon.choice ul.my_elements:empty:before {
	content: 'Eigene Elemente können über das Plus-Icon (bei Mouseover eines Elements oben rechts) angelegt werden.';
	color: #fff;
	text-align: center;
	padding: 40px 5px 0 5px;
	display: block;
	line-height: 24px;
}
.admin_icon.choice ul.my_elements:after {
	background-image: url(my_element.png);
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 40px;
	display: block;
	z-index: 800;
	top: 0;
	right: 0;
}
.admin_icon.choice > p {
	position: relative;
	z-index: 900;
	background-position: -40px 0;
}
.admin_icon.choice:hover > p {
	background-color: #fff;
}
.admin_icon.save a {
	background-position: -80px 0;
}
.admin_icon.style a {
	background-position: 0 -280px;
}
.admin_icon.logout {
	position: absolute;
	right: 0;
}
.admin_icon.logout a {
	background-position: -120px 0;
}
.elements_choice .image p {
	background-position: -40px -40px;
}
.elements_choice .video p {
	background-position: -40px -80px;
}
.elements_choice .gallery p {
	background-position: -40px -120px;
}
.elements_choice .langs p {
	background-position: -40px -160px;
}
.elements_choice .map p {
	background-position: -40px -200px;
}
.elements_choice .social p {
	background-position: -40px -240px;
}
.elements_choice .form p {
	background-position: -40px -280px;
}
.elements_choice .audio p {
	background-position: -40px -320px;
}
.elements_choice .time p {
	background-position: -40px -360px;
}
.elements_choice .article p {
	background-position: -40px -400px;
}
.elements_choice .webservice p {
	background-position: -40px -440px;
}
.elements_choice .my_element p {
	background-position: -40px -480px;
}
/* UPDATE 24.09.2012 */
#admin_infos {
	width: 420px;
	margin: 0 auto;
}
#admin_infos > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#admin_infos > ul > li {
	 margin-bottom: 10px;
	 padding: 10px;
	background: rgba(255,255,255,0.3);
    border-radius: 5px;
}
#admin_infos > ul > li:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '.';
}
#admin_infos > ul > li > p {
	width: 220px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	float: left;
}
#admin_infos > ul > li .button {
	float: right;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
#admin_infos .select {
	position: absolute;
}
#admin_infos .select:before {
	bottom: 25px;
}
#admin_infos .select input {
	margin-bottom: 10px;
}
#admin_infos input {
	width: 190px;
	height: 40px;
	line-height: 30px;
	padding: 4px 8px;
	margin: 0;
}
#admin_infos .select:after {
	right: 85px;
}
#admin_infos .select ul {
	width: 190px;
}

/********** UPDATE 16.12.2012 **********/
/************ Page Settings ************/
.page_settings .label {
	float: none !important;
}
.page_settings input,
.page_settings textarea {
	width: 100%;
}
.page_settings textarea {
	margin-bottom: 0 !important;
	vertical-align: bottom;
}
.page_settings .keywords {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.page_settings .keyword a {
	display: none;
}
.page_settings .keyword:hover a {
	display: block;
}
.page_settings .container {
	display: none;
	margin: 0 auto;
	color: #fff;
}
.page_settings .container .accordeon_content {
	list-style: none;
	display: table;
	padding: 0;
	margin: 0;
	width: 100%;
}
.page_settings .container .accordeon_content > li {
	padding: 10px;
	width: 50%;
	display: table-cell;
}
.mobile .page_settings .container .accordeon_content > li {
	display: block;
	width: 100%;
}
.page_settings .accordeon_button {
	padding: 10px;
}
.page_settings .container .accordeon_button h3 {
	margin: 0;
	border-bottom: 1px solid #fff;
}
.page_settings {
	color: #1e1e1e;
}
.page_settings .options {
	list-style: none;
	padding: 0;
	margin: 0;
}
.page_settings .slider_bar label {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.page_settings .slider_bar .slider + label {
	margin-bottom: 0;
}
.page_settings .slider_bar label span {
	float: left;
}
.page_settings .slider_bar label span + span {
	float: right;
}
.show_settings {
	display: block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	position: absolute;
	background-color: #fff;
	left: 5px;
	top: 5px;
	z-index: 499;
    border-radius: 5px;
}
.show_settings:hover {
	background-color: #1e1e1e;
}
.show_settings:before {
	left: 50%;
	top: 2px;
	margin-left: -13px;
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background: url(admin_buttons.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 572px 130px;
	position: absolute;
}
.show_settings:hover:before {
	background-position: 0 -26px;
}
/* UPDATE 29.01.13 */
#reloader {
	color: #1e1e1e;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1500;
}
#reloader .window {
	width: 300px;
	margin: 0 auto;
	position: relative;
	top: 200px;
	background: rgba(255,255,255,0.8);
    border-radius: 5px;
	text-align: center;
	padding: 20px;
    box-shadow: 0 0 5px #1e1e1e;
}
/* UPDATE 11.02.13 */
.checkbox {
	margin: 10px 0;
	min-height: 26px;
	padding: 0 0 0 30px;
	line-height: 26px;
	position: relative;
}
.checkbox:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 5px;
	background: rgba(255,255,255,0.9);
    border-radius: 5px;
	font-family: 'entypo', sans-serif;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	box-shadow: inset 0 1px 3px #999;
}
.checkbox:not(.disabled):hover:before {
	background: #333;
}
.checkbox.disabled {
	opacity: 0.5;
}
.checkbox.check:before {
	content: "\2713";
	color: #333;
}
.checkbox.check:not(.disabled):hover:before {
	color: #fff;
}
input[type=radio] + label,
.checkbox label {
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}

/* UPDATE 08.10.2013 */
.radio ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.radio ul li {
	padding: 0 20px 0 30px;
	background-image: url('radio_uncheck.png');
	background-repeat: no-repeat;
	background-size: 26px 26px;
	margin: 10px 0;
	line-height: 26px;
	height: 26px;
	display: inline-block;
}
.radio ul li:hover {
	background-image: url('radio_uncheck_over.png');
}
.radio ul li.check {
	background-image: url('radio_check.png');
}
.radio ul li.check:hover {
	background-image: url('radio_check_over.png');
}
/* UPDATE 14.02.13 */
#scroll_top_button.admin {
	bottom: 50px;
}
#scroll_top_button {
	position: fixed;
	bottom: -40px;
	right: 10px;
    border-radius: 5px;
	background: rgba(30,30,30,0.5);
	color: #1e1e1e;
	z-index: 1000;
	cursor: pointer;
	width: 40px;
	height: 40px;
	opacity: 0;
	overflow: hidden;
}
#scroll_top_button:hover {
	background-color: #fff;
}
#scroll_top_button a {
	background-image: url(scroll_top.png);
	background-size: 40px;
	width: 40px;
	height: 120px;
	padding: 7px;
	display: block;
    box-sizing: border-box;
	transition: transform 0.5s;
}

#scroll_top_button:hover a {
	background-image: url(scroll_top_over.png);
}

/* UPDATE 15.03.2013 */
#sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#sitemap ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#sitemap > ul > li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}

/* UPDATE 08.07.2013 */
/* DOWNLOAD ELEMENT */
.element li .download {
	min-height: 160px;
}
.element li .download img {
	width: 120px;
	position: absolute;
}
.element li .download .info {
	margin-left: 140px;
}
.element li .download .info .description {
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.element li .download .info .description > *:first-child {
	margin-top: 0;
}
.element li .download .info .values {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.element li .download .info .values li {
	display: inline;
	padding-right: 20px;
	width: auto !important;
}
.mobile .element li .download .info .values li {
	display: block;
}
.element li .download .info .values li p {
	white-space: nowrap;
	display: inline;
	margin: 0;
	padding: 0;
	width: auto !important;
	float: none !important;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 14px;
}
.element li .download .info .values li p.label:after {
	content: ':';
	padding-right: 5px;
}
.element li .download .info .button {
	float: right;
	width: 100px;
}
.element li .download .image_container {
	position: absolute;
	width: 120px;
	height: 100px;
}
.element li .download .image_container .upload_text {
	position: absolute;
	width: 150px;
	text-shadow: 0 0 5px #1e1e1e;
	color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 30px;
	height: 60px;
	display: none;
}
.element li .download .image_container .upload_field {
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100px;
}
.element li .download .image_container .upload_field input {
	height: 100% !important;
}
.element li .download .image_container:hover .upload_text {
	display: block;
}
.element li .download .info_container {
	margin-left: 140px;
}
.element li .download .info_container .upload_field {
	height: 80px;
	border: 2px dashed #bbb;
	background-color: #fff;
}
.element li .download .info_container input {
	width: 100%;
}
.element li .download .info_container .upload_field input {
	height: 100% !important;
}
.element li .download .info_container .upload_field > p {
	color: #1e1e1e;
	text-align: center;
	margin-top: 25px;
	height: 30px;
}
/* UPDATE 15.07.2013 */
/* Access Login */
#access_login {
	top: -300px;
	position: absolute;
	left: 50%;
	width: 180px;
	margin-left: -110px;
	z-index: 550;
	padding: 20px;
	background: rgba(0,0,0,0.8);
    border-radius: 5px;
}
#access_login ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#access_login ul li p {
	color: #fff;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
#access_login ul li input {
	height: 40px;
}
#access_login ul li > * {
	width: 100%;
}
#access_login .waiter {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	top: 50%;
}
/* UPDATE 17.07.2013 */
/* User Info */
#user_info {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #1e1e1e;
	border-top: 1px solid #fff;
	z-index: 600;
	display: none;
}
#user_info .padding {
	padding-top: 0;
	padding-bottom: 0;
}
#user_info ul {
	margin: 0 auto;
	list-style: none;
	height: 40px;
	padding: 0;
}
#user_info ul li {
	display: inline-block;
}
#user_info ul li p {
	float: left;
	margin: 0;
	line-height: 30px;
	height: 30px;
	padding: 5px 10px 5px 0;
	color: #fff;
}
#user_info ul li a {
	cursor: pointer;
}
#user_info ul li a:hover {
	text-decoration: underline;
}
#user_info ul li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
/* Tooltips */
.tooltip {
	position: relative;
	text-align:left;
	display: inline-block;
}
.tooltip .name {
	position: relative;
	display: inline-block;
}
.tooltip .name:before {
	display: none;
	content: '';
	position: absolute;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1e1e1e;
	right: 2.5px;
	bottom: -6px;
	z-index: 550;
}
.tooltip .name:after {
	content: 'i';
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	background-color: #1e1e1e;
	color: #fff;
	width: 15px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	text-align: center;
	margin: 0 0 0 5px;
	font-size: 16px;
}
.tooltip .tip {
	color: #fff;
	font-weight: normal;
	line-height: 20px;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: 500;
	width: 300px;
	background-color: #1e1e1e;
	border: 1px solid #fff;
	padding: 10px;
    border-radius: 5px;
	margin-top: 5px;
	display: block;
}
.tooltip .tip h3 {
	margin: 10px 0 5px 0;
	font-size: 14px;
	text-decoration: underline;
}
.tooltip .tip p {
	line-height: 20px;
}
.tooltip .tip h3:first-child {
	margin: 0 0 5px 0;
}
.tooltip .name:hover + .tip {
	opacity: 1;
	visibility: visible;
}
.tooltip .name:hover:before {
	display: block;
}

/* Upload file for admin area */
.upload-file {
	position: absolute !important;
	background: #1e1e1e;
	color: #fff;
	text-align: center;
	line-height: 29px;
}
.upload-file input[type=file] {
	width: 100%;
}
.upload-file:hover {
	background: #fff;
	color: #1e1e1e;
}
.general .upload-file {
	width: 50px;
	height: 29px;
	top: 0;
	right: 10px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

/* Fluid BG */
.element > .xslt_ignore {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;	
	z-index: 1;
}
.element > .xslt_ignore .data-fluid-bg {
	width: 100%;
	height: 100%;
	text-align: center;
}
.element > .xslt_ignore .data-fluid-bg img {
	width: 100%;
	min-width: 960px;
	position: relative;
	transform: translate3d(0,0,0);
}
/* FULLWIDTH */
.element[data-fullwidth] > .wrapper {
	max-width: none;
}
.element[data-fullwidth] > .wrapper > .padding {
	padding: 0;
}
.element[data-fullwidth] > .wrapper > .padding > ul > li > div {
	padding: 0;
}
/* Update 03.04.2016 */
.fr-popup {
	z-index: 500 !important;
}
.fr-toolbar {
	border-top: none !important;
}
.fr-input-line input {
	box-shadow: none;
}
.fr-toolbar.fr-top {
    border-radius: 0 !important;
	box-shadow: none !important;
}
.dark-theme.fr-box.fr-basic .fr-wrapper,
.fr-box.fr-basic.fr-top .fr-wrapper {
	box-shadow: none !important;
	background: none !important;
}
.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
	line-height: 18px;
}
.fr-basic .fr-element {
	padding: 10px 0 !important;
	color: inherit !important;
}
.fr-image-upload-layer .fr-form input,
.fr-file-upload-layer .fr-form input {
	height: 100% !important;
}
.fr-file:after {
	display: none !important;
}
/* Facebook Fanpage Feed */
.edit_mode div.fb_fanpage {
	width: 100%;
	margin-left: auto;
}
.fb_fanpage {
	width: calc(100% + 20px);
	margin-left: -10px;
}
.fb_fanpage > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fb_fanpage > ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.fb_fanpage > ul li {
	width: 25%;
	padding: 10px;
    box-sizing: border-box;
	float: left;
}
.tablet .fb_fanpage > ul li {
	width: 33.3%;
}
.mobile .fb_fanpage > ul li {
	width: 50%;
}
.fb_fanpage > ul li .container {
	position: relative;
	background-color: #fff;
	color: #1e1e1e;
	opacity: 1;
	transition: all 0.3s;
}
.fb_fanpage > ul li:hover .container {
	transform: scale(1.1);
	z-index: 100;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.fb_fanpage > ul.has-active li:not(.active) .container {
	opacity: 0.5;
}
.fb_fanpage > ul li .image {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: top center;
	overflow: hidden;
	background-color: #ccc;
}
.fb_fanpage > ul li .image a {
	display: block;
	position: absolute;
	width: 100%;
	left: 50%;
}
.fb_fanpage > ul li .text {
	position: absolute;
	max-height: 0;
	transition: all 0.3s;
	overflow: hidden;
	background: #fff;
	z-index: 10;
	width: 100%;
}
.fb_fanpage > ul li:hover .text {
	max-height: 300px;
	overflow: auto;
}
.fb_fanpage > ul li .title {
	margin: 0;
	padding: 20px;
	overflow: hidden;
}
.fb_fanpage > ul li .date {
	padding: 10px 20px;
	margin: 0;
	font-size: 14px;
}
.fb_fanpage > ul li .likes {
	position: absolute;
	margin: 0;
	right: 10px;
	bottom: 10px;
}
.fb_fanpage > ul li .likes:before {
	content: '♥ ';
}
/* Instagram Media */
.instagram_media ul {
	width: calc(100% + 20px);
	margin-left: -10px;
	padding: 0;
	list-style: none;
}
.instagram_media ul li {
	width: 25%;
	display: inline-block;
	padding: 0 10px;
	margin-bottom: 20px;
	position: relative;
	vertical-align: top;
    box-sizing: border-box;
}
.tablet .instagram_media ul li {
	width: 33%;
}
.mobile .instagram_media ul li {
	width: 50%;
}
.instagram_media ul li .image {
	padding-bottom: 100%;
	width: 100%;
	position: relative;
}
.instagram_media ul li .image a {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
  	background-size: cover;
	background-position: center;
}
.instagram_media ul li .image a > span {
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 100;
	display: inline-block;
	line-height: 20px;
	top: 45%;
	margin: 0 10px;
	color: #fff;
}
.instagram_media ul li:hover .image a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.instagram_media ul li:hover .image a > span {
	opacity: 1;
	visibility: visible;
}
.instagram_media ul li:hover .image a .fa {
	padding-right: 5px;
}
/* Newsletter Signup */
.social .newsletter form ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
  flex-wrap: wrap;
}
.social .newsletter form ul li {
	width: 25%;
	padding-right: 10px;
	box-sizing: border-box;
}
.social .newsletter form ul li input {
	width: 100%;
	height: 40px;
	line-height: 32px;
}
.social .newsletter form ul li input[type=submit] {
	margin-top: 30px;
}

/* Application Cache Status */
#appcache-bar {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
    box-sizing: border-box;
	transition: all 0.3s;
}
#appcache-bar .status {
	width: 100%;
	line-height: 30px;
	text-align: center;
	margin: 0;
}
#appcache-bar .bar {
	width: 100%;
	height: 5px;
	background-color: rgba(255,255,255,0.5);
}
#appcache-bar .bar .loaded {
	background-color: #1e1e1e;
	height: 5px;
}

/* STYLE COMPACT */
#style_compact {
	position: fixed;
	left: -360px;
	top: 0;
	height: 100%;
	width: 360px;
	background-color: #333;
	color: #fff;
	z-index: 850;
    box-sizing: border-box;
	transition: all 0.3s;
	font-size: 15px;
	line-height: 24px;
}
.show_style_compact #style_compact {
	left: 0;
}
#style_compact .waiter {
	margin-top: 100px;
}
#style_compact .label {
	margin: 0;
}
#style_compact > .style {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
	padding: 20px;
    box-sizing: border-box;
	width: 100%;
}
#style_compact > .style::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#style_compact > .style::-webkit-scrollbar-thumb {
  background: #fff;
}
#style_compact > .style::-webkit-scrollbar-track {
  background: rgba(255,255,255,.5);
}
#style_compact .options {
	text-align: center;
	background: rgba(51,51,51,0.9);
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
	margin: 0;
	padding: 10px 0;
}
#style_compact .options .button {
	min-width: 150px;
	margin: 0 7.5px;
}
#style_compact .style .group:last-child {
	margin-bottom: 50px;
}
.sp-palette-container {
	width: 268px;
}

/* WEBSHOP UPDATE 19.12.2013 */
.list_controller .view {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.list_controller .view li {
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: relative;
}
.list_controller .view li span,
.list_controller .cart_small .icon {
	background-image: url(webshop_icons.png);
	background-size: 120px 30px;
	width: 30px;
	height: 30px;
	position: relative;
	display: block;
}
.list_controller .cart_small .icon {
	background-position: -60px;
	padding-right: 1px;
    box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	color: #fff;
	line-height: 20px;
	display: block;
}
.list_controller .cart_small .icon.filled {
	background-position: -90px;
}
.list_controller .view li.grid span {
	background-position: -30px;
}
.list_controller .filter {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	vertical-align: top;
}
.list_controller .filter .button {
	height: 30px;
	line-height: 30px;
	margin: 0;
}
.list_controller .filter .button + .button {
	margin-top: 10px;
}
.list_controller .filter > .button {
	width: 60px;
}
.list_controller .filter > .options {
	display: none;
}
.list_controller .filter:hover > .options {
	display: block;
}
.list_controller .filter:hover > .options ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	padding: 10px;
	background: rgba(255,255,255,0.9);
}
.list_controller .filter:hover > .options ul:before {
	content: '';
	position: absolute;
	border-bottom: 10px solid rgba(255,255,255,0.9);
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: 0;
	left: 20px;
}
.list_controller .filter:hover > .options ul li p {
	font-weight: bold;
	margin: 5px 0;
}
.list_controller .filter > .options .button {
	width: 150px;
}
.list_controller .cart_small {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.list_controller .options {
	position: absolute;
	z-index: 100;
}
.list_controller .search {
	display: inline-block;
	float: right;
}
.list_controller .search  .reset_list {
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	width: 120px;
}
.list_controller .search input {
	width: 200px !important;
	transition: width 0.3s;
}
.list_controller .search input:focus {
	width: 300px !important;
}
.mobile .list_controller .search input:focus {
	width: 200px !important;
}
.list_controller:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

/* PAGING */
.paging {
	border-top: 1px solid #fff;
	text-align: right;
}
.paging ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 10px 0 0 10px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
}

.article > .list_data {
	display: none;
}
.article .viewport {
	border-top: 1px solid #fff;
	padding-top: 20px;
	position: relative;
}
.article .viewport .waiter {
	top: 100px;
	position: absolute;
	z-index: 100;
	left: 50%;
	margin-left: -20px;
}
.article .viewport ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article .viewport .images ul li img {
	width: 100%;
	vertical-align: top;
}
.article .viewport .texts .title a {
	text-decoration: none;
}
.pricing p {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}
.discount {
	position: absolute;
	width: 70px;
	height: 70px;
	z-index: 150;
	overflow: hidden;
}
.discount p {
	display: block;
	position: absolute;
	background-color: #F36;
	width: 100px;
	height: 16px;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	transform: rotate(-45deg);
	left: -20px;
	top: 10px;
}
.article .viewport > ul > li .edit {
	position: absolute;
	right: 0;
	z-index: 100;
	display: none;
}
.article .viewport > ul > li:hover .edit {
	display: block;
}
*[data-currency='euro']:after {
	content: '€';
	padding-left: 5px;
}
*[data-currency='dollar']:before {
	content: '$';
	padding-right: 5px;
}
.article .viewport .no_results {
	text-align: center;
}


.article .viewport.list > ul > li {
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.article .viewport.list > ul > li:last-child {
	border-bottom: none;
}
.article .viewport.list .images {
	position: absolute;
	width: 150px;
	overflow: hidden;
}
.mobile .article .viewport.list .images {
	width: auto;
	margin-right: 150px;
	position: relative;
    box-sizing: border-box;
}
.article .viewport.list .images ul {
	width: 10000%;
}
.article .viewport.list .images ul li {
	display: inline-block;
	width: 1%;
}
.article .viewport.list .texts {
	padding: 0 150px 0 170px;
	min-height: 100px;
}
.mobile .article .viewport.list .texts {
	padding: 20px 0 0 0;
}
.article .viewport.list .texts .title {
	font-weight: bold;
	font-size: 20px;
}
.article .viewport.list .texts .description {
	padding-top: 10px;
}

.article .viewport.list .conversion {
	position: absolute;
	right: 0;
	top: 20px;
	width: 130px;
}

.settings_content .articles {
	overflow: hidden;
}
.settings_content .select:after {
	left: 81px;
	margin-left: -10px;
}
.article .show_in_list,
.article .search_list {
	width: 50%;
	display: inline-block;
	vertical-align: top;
    box-sizing: border-box;
}
.mobile .article .show_in_list,
.mobile .article .search_list {
	width: 100%;
	padding: 0;
}
.mobile .article .search_list {
	margin-top: 20px;
}
.article .show_in_list {
	padding-right: 10px;
}
.article .search_list {
	padding-left: 10px;
}
.article .search_list input {
	margin: 0;
}
.article .show_in_list .label {
	float: none !important;
	text-align: center;
}
.article ul.article_list {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	min-height: 50px;
	max-height: 400px;
	overflow: scroll;
	border: 1px solid #eee;
}
.article ul.article_list.show {
}
.article ul.article_list li {
	position: relative;
	padding: 5px;
}
.article ul.article_list li:hover {
	background-color: rgba(255,255,255,0.5);
}
.article ul.article_list li img,
.article ul.article_list li .tag,
.article ul.article_list li .waiter {
	position: absolute;
	width: 50px;
	vertical-align: bottom;
}
.article ul.article_list li .waiter {
	height: 30px;
	background-color: rgba(255,255,255,0.5);
}
.article ul.article_list li .title {
	padding: 5px 30px 0 60px;
	margin: 0;
	line-height: 20px;
	font-weight: bold;
	min-height: 25px;
}
.article ul.article_list li .del {
	position: absolute;
	right: 5px;
	top: 5px;
}
.article ul.article_list li .tag {
	height: 30px;
	background-color: #1e1e1e;
	color: #fff;
	text-align: center;
	line-height: 30px;
}

/* GRID */
.article .viewport.grid > ul > li {
	padding: 10px;
	position: relative;
    box-sizing: border-box;
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
}
.article .viewport.grid > ul > li .edit {
	right: 18px;
	top: 18px;
}
.article .viewport.grid > ul > li:hover {
	background-color: rgba(255,255,255,0.5);
}
.mobile .article .viewport.grid > ul > li {
	width: 50%;
}
.article .viewport.grid .images {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.article .viewport.grid .images ul {
	width: 10000%;
}
.article .viewport.grid .images ul li {
	display: inline-block;
	width: 1%;
}
.article .viewport.grid .texts {
	padding-top: 10px;
}
.article .viewport.grid .texts .title {
	font-weight: bold;
}
.mobile .article .viewport.grid .texts .title {
	font-size: 16px;
}
.article .viewport.grid .texts .description {
	display: none;
}
.article .viewport.grid .conversion {
	padding: 10px 0;
}
.article .viewport.grid .conversion .pricing,
.article .viewport.grid .conversion .buy {
	display: inline-block;
	width: 50%;
}
.mobile .article .viewport.grid .conversion .pricing p {
	margin-bottom: 10px;
}
.article .viewport.grid .conversion .buy .button {
	width: 100%;
}
.mobile .article .viewport.grid .conversion .pricing,
.mobile .article .viewport.grid .conversion .buy {
	width: 100%;
}

.article_detail .button_container {
	right: 2px;
	top: 2px;
}
.article_detail .right > * {
	margin-left: 20px;
}
.article_detail .right > p {
	margin: 15px 0 10px 20px;
}
.mobile .article_detail .right > * {
	margin-left: 0;
}
.mobile .article_detail .right > *:first-child {
	padding-top: 20px;
}
.article_detail .text .viewport h1 {
	font-size: 20px;
	line-height: 30px;
	padding-bottom: 8px;
	font-weight: bold;
	margin: 0;
}
.article_detail .text .viewport .description.short {
	min-height: 80px;
	margin: 10px 0;
    box-sizing: border-box;
	vertical-align: bottom;
	display: inline-block;
	font-size: 16px;
}
.article_detail .text .available {
	display: none;
}
.article_detail .conversion {
	margin-top: 10px;
}
.article_detail .conversion .pricing,
.article_detail .conversion .buy {
	
}
.article_detail .conversion .buy {
	position: relative;
	margin-top: 40px;
}
.article_detail .conversion .buy .button {
	margin: 0 0 0 60px;
}
.article_detail .conversion .buy .small {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	top: -20px;
	margin: 0;
	position: absolute;
	width: 50px;
	text-align: center;
}
.article_detail .conversion .buy .amount {
	width: 50px !important;
	height: 50px;
	line-height: 41px;
	position: absolute;
	text-align: center;
}
.article_detail .description.long {
	padding-top: 40px;
}
.article_detail .description.long .available {
	display: none;
}
.article_detail .tags > p {
	margin: 15px 0 0 0;
}
.article_detail .tags > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.article_detail .tags > ul li {
	position: relative;
	display: inline-block;
	margin: 10px 10px 0 0;
	height: 40px;
	background-color: rgba(255,255,255,0.3);
	border: 1px solid #1e1e1e;
    border-radius: 5px;
	transition: padding 0.5s 0.3s;
}
.article_detail .tags > ul li > a:first-child {
	padding: 0 10px;
	line-height: 40px;
	color: #1e1e1e;
	text-decoration: none;
}
.article_detail .tags > ul li .mini_button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 7px;
	top: 7px;
	transition: opacity 0.5s 0.3s;
}
.article_detail .tags > ul li:hover .mini_button {
	display: inline-block;
	opacity: 1;
	visibility: visible;
}
.article_detail .tags > ul li:hover {
	background: rgba(0,0,0,0.5);
	padding-right: 26px;
}
.article_detail .tags > ul li:hover a {
	color: #fff;
}
.article_detail .social > iframe,
.article_detail .social > div {
	display: inline-block;
	max-width: 70px;
	vertical-align: top;
	margin-right: 5px;
}
.article_detail .fb-share-button.fb_iframe_widget > span {
	vertical-align: top !important;
}
.article_detail .zoom_area {
	width: 50%;
	height: 50%;
	background-color: rgba(255,255,255,0.3);
	display: none;
	position: absolute;
}
.article_detail .zoom {
	z-index: 200;
	position: absolute;
	display: none;
	width: 100%;
	overflow: hidden;
}
.article_detail .zoom ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.article_detail .zoom ul li {
	display: inline-block;
	overflow: hidden;
}
.article_detail .zoom ul li img {
	width: 200%;
	position: relative;
}
.article_detail > .options {
	text-align: center;
	border-top: 1px solid #fff;
	padding-top: 20px;
}
#search_tags ul {
	width: 100%;
}
#search_tags ul .waiter {
	margin: 20px auto;
}
/* CART */
#empty {
	text-align: center;
	font-weight: bold;
}
.checkout {
	float: right;
}
.cart:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.cart ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
.cart ul > li {
	position: relative;
}
.cart ul > li.item {
	margin-bottom: 10px;
}
.cart .item .name {
	display: inline-block;
    box-sizing: border-box;
	width: 100%;
	margin: 0;
	line-height: 30px;
	padding: 5px 340px 5px 0;
	min-height: 40px;
	font-size: 16px;
	text-decoration: none;
}
.mobile .cart .item .name {
	padding: 5px 0 10px 0;
}
.cart .conversion {
	position: absolute;
	top: 0;
	right: 0;
	width: 340px;
}
.mobile .cart .conversion {
	position: relative;
	width: 100%;
}
.cart .conversion .buy,
.cart .conversion .pricing {
	display: inline-block;
}
.cart .conversion .buy {
	right: 110px;
	position: absolute;
}
.cart .conversion .pricing {
	width: 100%;
}
.cart .conversion .amount {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	text-align: center;
}
.cart .conversion .button {
	width: 30px;
	height: 40px;
	line-height: 38px;
	margin: 0;
}
.cart .pricing p {
	font-size: 16px;
	line-height: 30px;
	padding: 5px 0;
	text-align: right;
	width: 100px;
	font-weight: normal;
}
.cart .conversion .pricing p.subtotal {
	float: right;
}
.cart .conversion .pricing p.net {
	float: left;
}
.cart .conversion .pricing p.gross {
	display: none;
}
.mobile .cart .conversion .pricing p.net {
	text-align: left;
}
.cart ul > .net {
	border-top: 1px solid #fff;
}
.cart .net .name,
.cart .vat .name,
.cart .gross .name {
	margin: 0;
	width: 100%;
	padding: 5px 100px 5px 0;
	line-height: 30px;
	display: inline-block;
    box-sizing: border-box;
}
.cart .net .pricing,
.cart .vat .pricing,
.cart .gross .pricing {
	width: 100px;
	position: absolute;
	right: 0;
	top: 0;
}
.cart .gross .pricing p,
.cart .gross .name {
	font-weight: bold;
}

#register {
	margin: 350px 0 40px 0;
	text-align: center;
}
#signup {
	min-width: 320px;
	max-width: 400px;
	padding: 20px;
	margin: 40px auto;
	background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
}
#signup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#signup ul li .label,
#signup ul li input {
	width: 100%;
}
#signup ul li input {
	height: 30px;
}
#signup ul li.errors .label {
	color: #F36;
	width: 100%;
}
#signup ul li .submit {
	margin-top: 20px;
	width: 100%;
}
#signup .terms_of_use {
	height: 150px;
	overflow: scroll;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
#signup .center {
	text-align: center;
}
#checkout .steps {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #000;
}
#checkout .steps li {
	display: inline-block;
	padding: 5px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
#checkout .steps li span {
	width: 26px;
	height: 26px;
	display: inline-block;
	background-image: url(admin_buttons.svg);
	background-repeat: no-repeat;
	background-size: 572px 130px;
	vertical-align: top;
}
#checkout .steps .active {
	background-color: #1e1e1e;
}
#checkout .steps .active p {
	color: #fff;
	display: inline-block !important;
}
#checkout .steps .articles span {
	background-position: 0 -78px;
}
#checkout .steps .person span {
	background-position: -26px -78px;
}
#checkout .steps .payment span {
	background-position: -52px -78px;
}
#checkout .steps .ship span {
	background-position: -78px -78px;
}
#checkout .steps .confirm span {
	background-position: -104px -78px;
}
#checkout .steps .articles.active span {
	background-position: 0 -104px;
}
#checkout .steps .person.active span {
	background-position: -26px -104px;
}
#checkout .steps .payment.active span {
	background-position: -52px -104px;
}
#checkout .steps .ship.active span {
	background-position: -78px -104px;
}
#checkout .steps .confirm.active span {
	background-position: -104px -104px;
}
#checkout .steps li p {
	display: inline-block;
	line-height: 26px;
	margin: 0;
	padding: 0 5px;
	vertical-align: top;
	text-decoration: none;
	color: #000;
}
.mobile #checkout .steps li p {
	display: none;
}
#checkout .step_data {
	overflow: hidden;
}
#checkout .step_data > div {
	width: 550%;
	position: relative;
	left: 0;
}
#checkout .step_data > div > div {
	position: relative;
	float: left;
	width: 20%;
	padding-right: 1.816%;
    box-sizing: border-box;
}
#checkout .step_data > div > div ul.form_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#checkout .step_data > div > div ul.form_list:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#checkout .step_data > div > div ul.form_list li {
	display: inline-block;
	float: left;
    box-sizing: border-box;
}
#checkout .small {
	width: 50%;
}
#checkout .big {
	width: 100%;
}
#checkout .small + .small {
	padding-left: 10px;
}
#checkout .step_data > div > div ul.form_list li input {
	width: 100%;
	height: 30px;
}
#checkout .left,
#checkout .right {
    box-sizing: border-box;
}
#checkout .left {
	padding-right: 20px;
}
#checkout .right {
	padding-left: 20px;
}
.mobile #checkout .left,
.mobile #checkout .right {
	padding: 0;
}
#checkout .controls {
	margin-top: 20px;
	padding-top: 10px;
}
#checkout .controls .next {
	float: right;
}
#checkout .container {
	position: relative;
}
#checkout .radio {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 100;
}
.mobile #checkout .radio {
	width: 100%;
}
#checkout .further {
	margin-top: 10px;
	width: 100%;
	position: absolute;
	padding-left: 200px;
	left: 0;
	top: 0;
    box-sizing: border-box;
}
.mobile #checkout .further {
	position: static;
	display: block;
	padding-left: 0;
}
#checkout .further > div {
	display: none;
	padding: 0 10px;
}
.mobile #checkout .further > div {
	padding: 0;
}
#checkout .further > div:first-child {
	display: block;
}
#checkout .further h3 {
	margin-top: 0;
}
#checkout .radio ul li {
	display: block;
    box-sizing: border-box;
}
.mobile #checkout .radio ul li {
	display: inline-block;
	width: 50%;
}
#checkout .button + .button {
	margin-left: 0;
}

#all_articles {
	list-style: none;
	margin: 0;
	padding: 0;
}
#all_articles li {
	margin: 0 0 10px 0;
}
#all_articles li a {
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #eee;
}
#all_articles li a span {
	display: inline-block;
}
#all_articles li a .name {
	width: 80%;
}
#all_articles li a .price {
	width: 20%;
	text-align: right;
}

/* Update 17.09.2015 */
/* Image scroller */
/*Plugin CSS*/
.scroller .images {
  overflow: hidden;
}
.scroller .images ul {
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 100000px;
}
.scroller .images ul:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.scroller .images li {
	display: inline-block;
	float: left;
}
.scroller .images li a {
	position: relative;
}
.scroller .images li a .xslt_ignore {
	right: 15px;
	bottom: 15px;
}
.scroller .images li img {
	padding: 10px;
	height: 300px;
	vertical-align: top;
}
/* Update 01.11.2015 */
#modal_editor {
	position: fixed;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
}
#modal_editor .box {
	width: 100%;
	margin-left: -50%;
	left: 50%;
	padding: 20px;
	position: absolute;
	background: #eee;
	max-height: 600px;
	top: -300px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
}
#modal_editor .redactor-editor {
	color: #1e1e1e;
	padding-top: 10px;
}
#modal_editor .center {
	text-align: center;
	padding-top: 10px;
	border-top: 1px solid #1e1e1e;
}

/* Update 31.10.2016 */
/* Webservice */
.element li .webservice > .request,
.element li .webservice > .response {
	display: none;
}
.element li .webservice.edit_mode .data {
	list-style: none;
	padding: 0;
	margin: 0;
}
.element li .webservice.edit_mode .data li {
	position: relative;
}
.element li .webservice.edit_mode .data li input {
	width: calc(50% - 5px) !important;
	display: inline-block;
	float: left;
}
.element li .webservice.edit_mode .data li input.name {
	margin-right: 5px;
}
.element li .webservice.edit_mode .data li input.value {
	margin-left: 5px;
}
.element li .webservice.edit_mode .data li .mini_button {
	position: absolute;
	right: 0;
	display: none;
}
.element li .webservice.edit_mode .data li:hover .mini_button {
	display: block;
}
.element li .webservice.edit_mode .data li:hover input.value {
	margin-right: 30px;
	width: calc(50% - 35px) !important;
}
.element li .webservice.edit_mode .data li:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.element li .webservice.edit_mode .data li .add {
	float: right;
}

/* RETINA DISPLAY SUPPORT */
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) {

	.advantages li {
		background-image: url('formfeedback_ok_2x.png');
	}
	
	.setting.mobile .smartphone iframe {
		background-image: url('smartphone_nexus_2x.png');
	}

	.redactor_btn_undo,
	.redactor_btn_redo {
		background-image: url(redactor_buttons_2x.png) !important;
	}
	
	.list_controller .view li span,
	.list_controller .cart_small .icon {
		background-image: url(webshop_icons_2x.png);
	}
	
	.admin_icon.choice ul.premium:after {
		background-image: url(premium_element_2x.png);
	}
	.admin_icon.choice ul.my_elements:after {
		background-image: url(my_element_2x.png);
	}
	
	#scroll_top_button a {
		background-image: url(scroll_top_2x.png);
	}
	#scroll_top_button:hover a {
		background-image: url(scroll_top_over_2x.png);
	}
	#notifications li.ok .icon {
		background-image: url('notifications_ok_2x.png');
	}
	#notifications li.error .icon {
		background-image: url('notifications_error_2x.png');
	}
	#notifications li.warning .icon {
		background-image: url('notifications_warning_2x.png');
	}
	.explanation_side_bar ul li {
		background-image: url('side_bar_show_left_2x.png');
	}
	.notice p {
		background-image: url(notifications_warning_2x.png);
	}
	.wait {
		background-image: url('formfeedback_wait_2x.png');
	}
	.formfeedback.ok {
		background-image: url('formfeedback_ok_2x.png');
	}
	.formfeedback.error {
		background-image: url('formfeedback_error_2x.png');
	}
	.teaser_line {
		background-image: url(teaser_line_2x.png);
	}
	.radio ul li {
		background-image: url('radio_uncheck_2x.png');
	}
	.radio ul li:hover {
		background-image: url('radio_uncheck_over_2x.png');
	}
	.radio ul li.check {
		background-image: url('radio_check_2x.png');
	}
	.radio ul li.check:hover {
		background-image: url('radio_check_over_2x.png');
	}
}

@keyframes pulsar {
    0% {
		box-shadow:    0 0 10px 0 #fff;
    }
	50% {
		box-shadow:    0 0 0 0 #fff;
	}
    100% {
        box-shadow:    0 0 10px 0 #fff;
    }
}

@keyframes circle_rotate {
	0% {
    	transform: rotate(0); 
    }
    100% {
    	transform: rotate(360deg); 
    }
}

@keyframes bounceIn {
  0% {
    transform: scale(0);
    opacity: 0.0;   
  }
  60% {
    transform: scale(1.1);  
  }
  80% {
    transform: scale(0.9);
    opacity: 1; 
  } 
  100% {
    transform: scale(1);
    opacity: 1; 
  }   
}