@charset "utf-8";

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 200;
	font-display: block;
	src: local('sans-serif'), url('../font/SourceSansPro-ExtraLight.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300;
	font-display: block;
	src: local('sans-serif'), url('../font/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400;
	font-display: block;
	src: local('sans-serif'), url('../font/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600;
	font-display: block;
	src: local('sans-serif'), url('../font/SourceSansPro-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 700;
	font-display: block;
	src: local('sans-serif'), url('../font/SourceSansPro-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Source Sans Pro'; font-style: normal; font-weight: 900;
	font-display: block;
	src: local('sans-serif'), url('../font/SourceSansPro-Black.ttf') format('truetype');
}

@font-face {
	font-family: 'Akko Pro'; font-style: normal; font-weight: 300;
	font-display: block;
	src: local('sans-serif'), url('../font/AkkoPro-Light.otf') format('opentype');
}

@font-face {
	font-family: 'Akko Pro'; font-style: normal; font-weight: 500;
	font-display: block;
	src: local('sans-serif'), url('../font/AkkoPro-Medium.otf') format('opentype');
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('/template/font/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('/template/font/material-icons.woff2') format("woff2");
}
.material-icons {
	font-family: "Material Icons";
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	font-feature-settings: "liga";
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
	background: #fff;
	color: #393d43;
	font-family: 'Source Sans Pro', Tahoma, Geneva, sans-serif; font-size: 18px; line-height: 1.4;
    margin: 0;
}
#footer { font-size: 1.25em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
	background: #f00; background: rgba(255,0,0, 0.5);
	color: white; text-shadow: none;
}

/* Links */
a {
	color: #393d43;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:focus { outline: thin dotted; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: black; text-decoration: none; }

/* Typography */
h1, h2, h3, h4, h5, h6 { font-family: 'Akko Pro'; font-weight: 300; line-height: 110%; text-align: left; text-transform: uppercase; }
h1 { font-size: 2.555em; margin: 0.67em 0; }
h2 { font-size: 2.05em; margin: 0.67em 0; }
h3 { font-family: 'Source Sans Pro'; font-size: 1em; font-weight: 600; margin: 0.5em 0 2.5em; color: #6e6e6d; }
h3.likeh2 { font-family: 'Akko Pro'; font-weight: 300; font-size: 2.555em; margin: 0.67em 0; }
h4 { font-size: 0.95em; margin: 1.33em 0; }
h5 { font-size: 0.85em; margin: 1.67em 0; }
h6 { font-size: 0.8em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px dashed #ccc;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] {
	background: #e7e7e7!important;
	cursor: default;
}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

#article fieldset { margin: 0.4em 0; padding: 0.4em; }
#article fieldset label {
	display: inline-block;
	padding-right: 0.4em;
	text-align: right;
	white-space: nowrap;
	width: 9.58em;
}
#article fieldset legend { margin-bottom: 0.6em; padding: 0 0.6em 0 0; }
#article label { vertical-align: top; }
#article fieldset input, fieldset select { margin: 0 0 0.1em 0; }
#article input[type="text"], #article input[type="date"], #article input[type="datetime"], #article input[type="email"], #article input[type="file"], #article input[type="number"], #article input[type="password"],
#article input[type="search"], #article input[type="tel"], #article input[type="time"], #article input[type="url"], #article select, #article textarea {
	border: 1px solid #ccc;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0.3em;
}
#article .inputxl { width: 18em; }
#article .inputl { width: 10em; }
#article .inputs { width: 5.8em; }
#article .inputxs { width: 2em; }
#article input { z-index: 0; }
#article input[type=submit] { margin-left: 12.18em; }
#article select, #article input[type="time"] {
	background-color: #FFF;
	-webkit-appearance: menulist;
}

/* Custom */
#article input[type="text"], #article input[type="date"], #article input[type="datetime"], #article input[type="email"], #article input[type="file"], #article input[type="number"], #article input[type="password"],
#article input[type="search"], #article input[type="tel"], #article input[type="time"], #article input[type="url"], #article select, #article textarea {
	color: #777;
	font-size: 0.9em;
}

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
table th {
	background: #393d43;
	color: #fff;
}
table th, table td {
	border: 1px solid black;
	padding: 0.25em 0.5em;
}
table tr:nth-of-type(even) { background: #f6f6f6; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper, .wrapper-m, .wrapper-s, .wrapper-l {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
	margin: 0 auto;
	padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1920px; }
.wrapper-l { width: 100%; max-width: 1200px; }
.wrapper-m { width: 100%; max-width: 1060px; }
.wrapper-s { width: 100%; max-width: 960px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
	content: '';
	clear: both;
	display: table;
}
[class*='col-'] {
	display: inline-block;
	float: left;
	margin-left: 2.127659574468085%;
	min-height: 1px;
	padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table { 
	display: table; 
	table-layout: fixed;
	width: 100%; 
}
.row.table > [class*="col-"] {
	display: table-cell;
	float: none;
	margin-left: 0;
	padding: 0.7em 1em;
	vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }

/* msg */
.msg {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
}
.msgerror { 
	background: #FFF; 
	border: 1px solid #C00;
	color: #C00;
}
.msg, .msgerror { padding: 1em; }
.msg h2, .msgerror h2 { margin: 0 0 0.5em!important; }
.msg ul, .msgerror ul { margin-top: 0; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
	font-size: 1.214em; vertical-align: bottom;
	padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
	border: 1px solid;
	margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
	background: #fff;
	border: 2px solid #393d43;
	color: #393d43;
	display: inline-block;
	font-family: 'Akko Pro'; font-size: 1.125em; font-weight: 500;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	line-height: 1em;
	padding: 0.84em 3.88em;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	background: #393d43;
	color: #fff;
}
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

a.button-neutral {
	background: #fff!important;
	border: 2px solid #393d43!important;;
	color: #393d43!important;;
}
a.button-neutral:hover { background: #f9f9f9!important; }

/* Datepicker */
div .ui-widget-header { background: #73733d!important; }

/* START CUSTOM PART */
ul, ol { list-style-position: inside!important; }

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 0 2em 0 1em;
	z-index: 100;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.25);
}
.infopage #header { border-bottom: 1px solid #f1f1f0; }
#header > div { display: table; }
#header > div > * {
	display: table-cell;
	vertical-align: middle;
}
#header .menu { 
	width: 90px;
	cursor: pointer;
}
#header .menu span { font-size: 4em; }
#header .logo { padding: 1.166em; }
#header .logo > div {
	display: inline-block;
	vertical-align: middle;
}
#header .actions { text-align: right; }
#header .actions > *:not(.button) span {
	color: #b8b7b6;
	text-align: center;
	vertical-align: middle;
	font-size: 1.75em;
}
#header .actions > * {
	border-left: 1px solid #f1f1f0;
	cursor: pointer;
	display: inline-block;
	line-height: 114px;
	padding: 0 1.25em;
	margin-left: -4px;
}
#header .actions > *.secondary, #header .actions > *.primary {
	border: 2px solid #73733d;
	line-height: 1em;
	padding: 0.75em 1em;
	margin-left: 0.25em;
}
#header .actions > *.primary { border: 2px solid #73733d; }
#header .actions > *.secondary {
	background: #fff;
	border: 2px solid #73733d;
	color: #73733d;
}
#header .actions > *.secondary:hover {
	background: #73733d;
	color: #fff;
}
#header .actions > *.secondary .material-icons, #header .actions > *.primary .material-icons { display: none; }
#header .actions div.phone { position: relative; }
#header .actions .phonenumber {
	display: none;
	background: #73733d;
	color: #fff;
	font-size: 1.25em;
	position: absolute; bottom: -47px; right: 0;
	white-space: normal;
	width: 200px;
	line-height: 1.6;
	padding: 0.25em;
	text-align: center;
}

#menublock {
	display: none;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid #b8b7b6;
	position: fixed;
	top: 114px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 90;
	max-height: calc(100% - 114px);
	overflow: auto;
}
#menublock .wrapper { margin: 4em auto; }
#menublock a {
	font-family: "Akko Pro";
	font-weight: 500;
}
#menublock ul {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
}
#menublock > div > ul > li {
	margin-top: 3em;
}
#menublock > div > ul > li > a {
	color: #484848;
	font-size: 2.22em;
	text-transform: uppercase;
	line-height: 1;
}
#menublock > div > ul > li > ul { margin-top: 0.25em; }
#menublock > div > ul > li > ul > li {
	display: inline-block;
}
#menublock > div > ul > li > ul > li::after {
	content: '|';
	margin: 0 0.25em;
}
#menublock > div > ul > li > ul > li:last-of-type::after { content: ''; }
@media screen and (max-width: 790px) {
	#menublock {
		top: 87px;
		max-height: calc(100% - 87px);
	}
	#menublock .wrapper { margin: 2em auto; }
	#menublock > div > ul > li { margin-top: 2em; }
}
.menuoverlay {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}

#subheader { margin-top: 115px; }
#subheader .wrapper { padding: 0; }
#subheader .panorama {
	overflow: hidden;
	height: calc(100vw * 0.48);
	max-height: 915px;
}
#subheader .panorama img { height: auto; }

#main {
	margin: 6em auto 4em;
	text-align: center;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 { text-align: center; }
.infopage #article { padding-top: 1em; }
#article a { text-transform: uppercase; }

#footer {
	color: #fff;
	padding: 4.7em 0 2.5em;
	margin-top: 0;
}
#footer a {
	color: #fff;
	font-weight: 400;
}
#footer > div > .info { display: table; }
#footer > div > .info > div {
	display: table-cell;
	vertical-align: top;
	padding: 0 1.5em;
}
#footer > div > .info > div .title {
	font-weight: 600;
	font-size: 0.81081em;
	text-transform: uppercase;
	margin-bottom: 2em;
}
#footer > div > .info > div:last-of-type .title { margin-bottom: 1.5em; }
#footer > div > .info > div .content .address { font-size: 0.81081em; }
#footer > div > .info .icon-desc-block {
	display: table;
	margin-bottom: 0.25em;
}
#footer > div > .info .icon-desc-block:last-of-type { margin-bottom: 0; }
#footer > div > .info .icon-desc-block .icon { padding-right: 0.5em; }
#footer > div > .info .icon-desc-block .icon span { vertical-align: middle; }
#footer > div > .info .icon-desc-block .desc {
	font-size: 1.28em;
}
#footer > div > .info .icon-desc-block > div {
	display: table-cell;
	vertical-align: middle;
}
#footer .actions {
	margin: 2em 0;
	text-align: center;
}
#footer .actions a { margin-left: 1em; }
#footer .actions a:first-of-type { margin-left: 0; }
#footer a.button.second, #footer button.second {
	font-size: 0.81081em;
	min-width: 170px;
	padding: 0.84em 2.88em;
}
#footer .socialmedia { text-align: center; }
#footer .socialmedia a { margin-left: 0.5em; }
#footer .socialmedia a:nth-of-type(3) { margin-left: 0.75em; }
#footer .socialmedia a:first-of-type { margin-left: 0; }

.other-site { background: #f3f3f3; }
.other-site > div {
	display: table;
	padding: 2em 20px;
}
.other-site > div > div {
	display: table-cell;
	vertical-align: middle;
}
.other-site > div .content {
	text-transform: uppercase;
}
.other-site > div .content div:first-of-type { margin-bottom: 0.25em; }
.other-site > div .content .deco { margin: 0 1em; }

.partners {
	padding: 2em 20px;
	text-align: center;
}
.partners .partner {
	display: inline-block;
	padding: 1em;
	vertical-align: middle;
}
.partners .partner img {
	width: auto;
	height: 100px;
}
.partners .partner:nth-of-type(1) img { width: 130px; height: auto; }
.partners .partner:nth-of-type(2) img { width: 80px; height: auto; }
.partners .partner:nth-of-type(3) img { width: auto; height: 75px; }
.partners .partner:nth-of-type(4) img { width: auto; height: 45px; }
.partners .partner:nth-of-type(5) img { width: auto; height: 56px; }
.partners .partner:nth-of-type(6) img { width: 170px; height: auto; }

.copyright {
	border-top: 1px solid #e8e8e8;
	color: #b2b3b3;
	padding: 1em;
	text-align: center;
}
.copyright a {
	color: #b2b3b3;
	font-weight: 200;
}
.copyright > div > div, .copyright > div > nav { display: inline-block; }
.copyright .copyright-link { float: left; }
.copyright #nav_copyright { float: right; } /* Wieder löschen wenn Sprachwechsel eingelbendet wird */
.copyright::after {
	content: '';
	clear: both;
	display: block;
	float: none;
}

/* CLASSES */

/* PRIMARY STYLES [layout] */

/* START Hint */
.hints {
	position: fixed!important; z-index: 10001; bottom: -310px; right: -600px;
	transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	-webkit-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	-moz-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	-o-transition: right 0.6s cubic-bezier(0, 0, 0, 0.97), bottom 0.6s cubic-bezier(0, 0, 0, 0.97);
	text-align: right;
	width: 550px!important;
}
.hints.show { bottom: 1em; right: 3em; }
.hint-innercontainer {
	background: #FFF;
	/*box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75); -webkit-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75); -moz-box-shadow: 0px 4px 15px -4px rgba(0,0,0,0.75);*/
	display: table;
	table-layout: fixed; text-align: left;
	width: 100%;
}
.hint-innercontainer > * {
	display: table-cell;
	vertical-align: top;
}
.hint-image {
	background-position: center; background-repeat: no-repeat; background-size: cover; background-image: url('/grafik/template/hotelclosed.jpg');
	width: 200px;
}
.hint-content {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	font-size: 1.05em;
	line-height: 1.35em;
	position: relative; z-index: 1;
	width: 350px;
}
.hint-remove { cursor: pointer; }
.hint-content .hint-remove { position: absolute; z-index: 1; right: 1em; top: 1.15em; }
.hint-content .hint-remove img {
	display: block;
	height: 14px;
	width: 14px;
}
.hint-title {
	background: #737241;
	color: #FFF;
	padding: 1em;
}
.hint-content p {
	font-size: 0.9em;
	margin: 0;
	padding: 1em;
}
.hint-buttoncontainer {
	margin-left: 1em; margin-right: 1em; margin-top: 2em; margin-bottom: 1em;
	text-align: right;
}
.hint-content .button { font-size: 0.8em; }
.hint-innercontainer-mobile {
	background: #abbd05;
	color: #FFF!important;
	display: none;
	padding: 0.5em;
	text-decoration: none!important;
}
.hint-innercontainer-mobile .hint-remove { margin-left: 0.8em; }
@media screen and (max-width: 680px) {
	.hints { width: calc(100% - 6em)!important; }
	.hints.show { bottom: 5.5em; }
	.hint-innercontainer { display: none; }
	.hint-innercontainer-mobile {
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-right: 3em;
		padding-left: 2em;
	}
	.hints.owl-theme .owl-controls .owl-buttons .owl-next img {
		padding: 0.5em;
		width: 25px;
		height: 25px;
		right: -10px;
	}
	.hints.owl-theme .owl-controls .owl-buttons .owl-prev img {
		padding: 0.5em;
		width: 25px;
		height: 25px;
		left: -10px;
	}
	.hint-innercontainer-mobile .hint-remove {
		margin-left: 0.8em;
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 340px) {
	.hint-innercontainer-mobile { font-size: 0.9em; }
}
/* END Hint */

/* START Bild mit Text Links */
.bildtextlinks {
	display: table;
	margin: 6em 0;
}
.bildtextlinks > div {
	display: table-cell;
	vertical-align: bottom;
}
.bildtextlinks .img { padding-top: 3em; }
.bildtextlinks .img img {
	display: block;
	width: 100%;
	max-width: 960px;
	height: auto;
}
.bildtextlinks .content {
	background: #73733d;
	color: #fff;
	padding: 2em;
	position: relative;
	text-align: left;
	max-width: 500px;
}
.bildtextlinks .content .title {
	font-size: 2.83em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.bildtextlinks .content .subtitle {
	font-size: 1.16em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;
}
.bildtextlinks .content .text {
	margin-bottom: 2em;
	line-height: 200%;
}
.bildtextlinks .content .link {
	font-weight: bold;
}
.bildtextlinks .content .link a { color: #fff; }

@media screen and (max-width: 1532px) {
	.bildtextlinks {
		width: 100%;
		table-layout: fixed;
	}
	.bildtextlinks .img { width: 60%; }
	.bildtextlinks .content { width: 40%; }
	.bildtextlinks .content .title { font-size: 2em; }
}

@media screen and (max-width: 900px) {
	.bildtextlinks {
		margin-top: 3em;
		margin-bottom: 3em;
		display: block;
	}
	.bildtextlinks .img {
		display: block;
		padding-top: 0;
		width: 100%;
	}
	.bildtextlinks .content {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: none;
	}
	.bildtextlinks .content .title { margin-bottom: 0.2em; }
}
/* END Bild mit Text Links */

/* START Bild mit Text Rechts */
.bildtextrechts {
	display: table;
	margin: 6em 0 6em auto;
}
.bildtextrechts > div {
	display: table-cell;
	vertical-align: bottom;
}
.bildtextrechts .img { padding-top: 3em; }
.bildtextrechts .img img {
	display: block;
	width: 100%;
	max-width: 960px;
	height: auto;
}
.bildtextrechts .content {
	background: #efefef;
	color: #393d43;
	padding: 2em;
	position: relative;
	text-align: left;
	max-width: 500px;
}
.bildtextrechts .content .title {
	font-size: 2.83em;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.bildtextrechts .content .subtitle {
	font-size: 1.16em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1em;
}
.bildtextrechts .content .text {
	margin-bottom: 2em;
	line-height: 200%;
}
.bildtextrechts .content .link {
	font-weight: bold;
}
.bildtextrechts .content .link a { color: #393d43; }

@media screen and (max-width: 1532px) {
	.bildtextrechts {
		width: 100%;
		table-layout: fixed;
	}
	.bildtextrechts .img { width: 60%; }
	.bildtextrechts .content { width: 40%; }
	.bildtextrechts .content .title { font-size: 2em; }
}

@media screen and (max-width: 900px) {
	.bildtextrechts {
		margin-top: 3em;
		margin-bottom: 3em;
		display: block;
	}
	.bildtextrechts .img {
		display: block;
		padding-top: 0;
		width: 100%;
	}
	.bildtextrechts .content {
		box-sizing: border-box;
		display: block;
		width: 100%;
		max-width: none;
	}
	.bildtextrechts .content .title { margin-bottom: 0.2em; }
}
/* END Bild mit Text Rechts */

/* START Zwei Bildboxen */
.zweibildboxen {
	background: #808080;
	display: table;
	margin: 6em auto;
	width: 100%;
}
.zweibildboxen.wrapper { padding: 0; }
.zweibildboxen > * {
	display: table-cell;
	position: relative;
	width: 50%;
}
.zweibildboxen > div > img {
	display: block;
	width: 100%;
	height: auto;
}
.zweibildboxen > div > .overlay {
	background: rgba(0, 0, 0, 0.15);
	content: '';
	position: absolute;
	left: 0; right: 0;
	bottom: 0; top: 0;
}
.zweibildboxen .content {
	position: absolute; bottom: 0; left: 0;
	color: #fff;
	text-align: left;
	padding: 2em 4em 2em 2em;
}
.zweibildboxen .content .title {
	font-size: 2.88em;
	font-family: 'Akko Pro';
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	padding-right: 4em;
}
.zweibildboxen .content .desc {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 1280px) {
	.zweibildboxen .content .title {
		font-size: 2em;
		padding-right: 0;
	}
}
@media screen and (max-width: 900px) {
	.zweibildboxen {
		display: block;
		margin: 3em 0;
	}
	.zweibildboxen > * {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 400px) {
	.zweibildboxen .content .desc { display: none }
}
/* END Zwei Bildboxen */

/* START Eine Bildbox */
.einebildbox {
	display: table;
	margin: 6em auto;
	width: 100%;
}
.einebildbox.wrapper { padding: 0; }
.einebildbox > * {
	display: table-cell;
	position: relative;
	width: 50%;
}
.einebildbox > div > img {
	display: block;
	width: 100%;
	height: auto;
}
.einebildbox > div > .overlay {
	background: rgba(0, 0, 0, 0.15);
	content: '';
	position: absolute;
	left: 0; right: 0;
	bottom: 0; top: 0;
}
.einebildbox .content {
	position: absolute; bottom: 0; left: 0;
	color: #fff;
	text-align: left;
	padding: 2em 4em 2em 2em;
}
.einebildbox .content .title {
	font-size: 2.88em;
	font-family: 'Akko Pro';
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	padding-right: 4em;
}
.einebildbox .content .desc {
	margin-bottom: 1.5em;
}
.einebildbox > div {
	background-position: center;
	background-size: cover;
	height: 620px;
}
@media screen and (max-width: 1920px) {
	.einebildbox > div { height: 33vw; }
}
@media screen and (max-width: 900px) {
	.einebildbox > div { height: 70vw; }
}

@media screen and (max-width: 1280px) {
	.einebildbox .content .title {
		font-size: 2em;
		padding-right: 0;
	}
}
@media screen and (max-width: 900px) {
	.einebildbox {
		display: block;
		margin: 3em 0;
	}
	.einebildbox > * {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.einebildbox .content .desc { display: none }
}
/* END Eine Bildbox */

/* START Zweibildboxen und eine Bildbox */
.zweibildboxenundeinebildbox { margin: 6em auto; }
.zweibildboxenundeinebildbox .zweibildboxen { margin: 0 auto; }
.zweibildboxenundeinebildbox .einebildbox { margin: 0 auto; }
.zweibildboxenundeinebildbox a { color: #fff; }
.zweibildboxenundeinebildbox a:hover { color: #fff; text-decoration: none; }
/* END Zweibildboxen und eine Bildox */

/* START Angebote Element */
.offersblock { margin: 6em auto; }
.offersblock .tns-nav { bottom: -50px; }
.offersblock .tns-nav > * { background: #f3f0f0; }
.offersblock .offers {
	height: 455px;
	overflow: hidden;
}
.offersblock .offers .offer > div {
	background-size: cover;
	background-position: center;
	height: 455px;
	width: 100%;
	position: relative;
}
.offersblock .offers .offer .content {
	color: #fff;
	position: relative;
	top: 50%;
	text-transform: uppercase;
	transform: translateY(-50%);
	padding: 1em;
	font-weight: 600;
}
.offersblock .offers .offer .content .price { font-size: 1.611em; }
.offersblock .offers .offer .content .title { margin: 1em 0; }
.offersblock .offers .offer .content a {
	border: 3px solid;
	color: #fff;
	display: block;
	font-family: 'Akko Pro';
	font-size: 1.388em;
	font-weight: 500;
	padding: 0.25em;
	max-width: 240px;
	margin: 0 auto;
}
.offersblock .offers .offer .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.offersblock .offers .offer .content .price, .offers .offer .content .persons, .offers .offer .content .time, .offers .offer .overlay { display: none; }
.offersblock .link { margin-top: 5em; }
.offersblock .tns-controls > *:last-child { right: -60px; }
.offersblock .tns-controls > *:first-child { left: -60px; }
@media screen and (max-width: 1180px) {
	.offersblock .tns-controls { display: none; }
	.offersblock .offers .offer .content .title { margin: 1.5em; }
	.offersblock .tns-controls > *:last-child {
		right: 10px;
		border: none;
	}
	.offersblock .tns-controls > *:first-child {
		left: 10px;
		border: none;
	}
}
/* END Angebote Element */

/* CONTENT */

/* START Bildgalerieslider */
.bildgalerieslider {
	margin: 6em 0;
	overflow: hidden;
	height: 45.77vw;
	max-height: 580px;
}
.bildgalerieslider .wrapper { padding: 0; }
.galeriesliderimage.item {
	background-position: center;
	background-size: cover;
	display: block;
	height: 45.77vw;
	max-height: 580px;
}
/* END Bildgalerieslider */

/* END CUSTOM PART */

/* Responsive Videos */
#article .video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#article .video-container iframe,  
#article .video-container object,  
#article .video-container embed {
        border: none;
	position: absolute; top: 0; left: 0; z-index: 11;
	width: 100%; height: 100%;
}

/* Responsive Images */
.responsiveimages {
	clear: both;
	overflow: auto;
}
.responsiveimages a { 
	border-bottom: none!important;
	display: inline-block;
	float: left;
	margin-left: 0.5%; margin-top: 0.25%; margin-bottom: 0.25%;
	text-decoration: none;
	width: 100%;
}
.responsiveimages a:first-child { margin-left: 0!important; }
.responsiveimages.fullwidth a { margin-left: 0; }
.responsiveimages.portrait a { width: 100%; max-width: 300px; }
.responsiveimages.fiftyfifty a { width: 49.75%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2), 
.responsiveimages.sixtyfthirtyfx2 a:nth-child(2), .responsiveimages.sixtyfthirtyfx2 a:nth-child(3), .responsiveimages.sixtyfx2thirtyf .leftside { width: 34.65%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child, 
.responsiveimages.sixtyfthirtyfx2 a:first-child, .responsiveimages.sixtyfx2thirtyf .rightside { width: 64.85%; }

.responsiveimages.sixtyfthirtyfx2 a:nth-child(3) { margin-top: 0.5%; }

.responsiveimages.sixtyfx2thirtyf a { margin-left: 0!important; }
.responsiveimages.sixtyfx2thirtyf a:nth-child(2) { margin-top: 1.5%; }
.responsiveimages.sixtyfx2thirtyf > div { 
	display: inline-block;
	float: left;
	height: 100%;
}
.responsiveimages.sixtyfx2thirtyf .rightside { margin-left: 0.5%; }

.responsiveimages a img {
	height: auto;
	vertical-align: middle;
	width: 100%;
}
@media screen and (max-width: 560px) {
	.responsiveimages.sixtyfthirtyfx2 > *, .responsiveimages.sixtyfx2thirtyf .leftside > * { width: 49.75%!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:first-child {
		margin-bottom: 0.5%;
		width: 100%!important;
	}
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(2) { margin-left: 0!important; }
	.responsiveimages.sixtyfthirtyfx2 > *:nth-child(3) { margin-top: 0!important; }
	
	.responsiveimages.sixtyfx2thirtyf .leftside { width: 100%; }
	.responsiveimages.sixtyfx2thirtyf .rightside {
		margin-top: 0.5%; margin-left: 0;
		width: 100%;
	}
	.responsiveimages.sixtyfx2thirtyf .leftside > *:nth-child(2) { margin-left: 0.5%!important; margin-top: 0; }
}
@media screen and (max-width: 400px) {
	.responsiveimages.fiftyfifty a {
		margin-left: 0;
		width: 100%;
	}
	.responsiveimages.fiftyfifty a:nth-child(2) { margin-top: 0.5%; }
}

/* Bilder mit Fließtext */
#article .imgandtext {
	clear: both;
	overflow: auto;
}
#article .imgandtext.img_left > img, #article .imgandtext.img_left .responsiveimages {
	float: left;
	margin-right: 0.5em;
}
#article .imgandtext.img_right > img, #article .imgandtext.img_right .responsiveimages {
	float: right;
	margin-left: 0.5em;
}
#article .imgandtext > img, #article .imgandtext .responsiveimages {
	margin-top: 0.4em;
	width: 40%;
}
#article .imgandtext p { margin-top: 0; }

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
	height: 1133px; max-height: 80%;
	margin: 0;
	width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Tiny-Slider */
.tns-outer { position: relative; z-index: 1; }
.tns-nav {
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.tns-nav > * {
	background: #FFF;
	display: inline-block;
	outline: none;
	width: 13px;
	height: 13px;
	padding: 0;
	border-radius: 26px;
}
.tns-nav > *.tns-nav-active { background: #73733d; }
.tns-nav > * + * { margin-left: 15px; }
.tns-controls > * {
	background: transparent;
	border: none;
	color: #FFF;
	display: inline-block;
	font-size: 80px;
	outline: none;
	position: absolute; z-index: 1000; top: 50%;
	transform: translateY(-50%);
	width: 40px;
	padding: 0;
}
.tns-controls > *:hover { background: transparent; }
.tns-controls > *:first-child { left: 40px; }
.tns-controls > *:last-child { right: 40px; }

/* Cookie Hint */
#cookiehint {
	display: table;
	width: 100%;
	background: #000; background: rgba(0, 0, 0, 0.8);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #fff!important;
	line-height: 20px;
	padding: 0.5em;
	position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
	text-align: center;
}
#cookiehint p, #cookiehint button {
	display: table-cell!important;
	vertical-align: middle;
}
#cookiehint p {
	margin: 0;
	color: #fff!important;
}
#cookiehint a {
	border: none!important;
	color: #fff!important;
	text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
	background: #fff!important;
	border: none!important;
	color: #000!important;
	line-height: 1.25em!important;
	margin-left: 1em;
	padding: 0.4em!important;
	text-transform: uppercase!important;
}
#cookiehint button:hover { 
	background: #ddd!important;
	cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
	background: #aaa!important;
	color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

/* Advanced Cookie Hint */
#advanced-cookiehint-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 10000;
}
#advanced-cookiehint {
	background: #fff;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #000!important;
	font-size: 1em;
	line-height: 120%;
	max-height: calc(100vh - 20px);
	overflow: auto;
	padding: 1.5em;
	position: fixed; z-index: 10000; left: 50%; top: 50%; z-index: 101;
	transform: translate(-50%, -50%);
	width: calc(100% - 20px); max-width: 700px;
}
#advanced-cookiehint h2 {
	font-size: 1em; font-weight: bold;
	margin: 0 0 0.75em;
}
#advanced-cookiehint p {
	color: #000!important;
	font-size: 0.9em;
	line-height: 130%;
	margin: 0;
}
#advanced-cookiehint-actions {
	display: flex;
	font-size: 1em;
	gap: 20px;
	margin: 1.5em 0 0;
}
#advanced-cookiehint-actions a {
	border: none!important;
	text-decoration: none!important; text-align: center;
}
#advanced-cookiehint-privacy { margin: 0.5em 0 0.75em!important; }
#advanced-cookiehint-privacy a {
	display: block;
	font-size: 0.9em;
	margin-top: 1em;
}
.advanced-cookiehint-switch {
	display: inline-block;
	margin-top: 0.75em;
	white-space: nowrap;
}
.advanced-cookiehint-switch .label {
	cursor: pointer;
	font-size: 0.9em;
	margin: 0;
}
#tracking-switch, #essential-switch { margin-left: 1em; }
#advanced-cookiehint-save {
	background: #f1f1f1;
	border-radius: 0px;
	color: #393d43;
	display: inline-block;
	font-family: 'Akko Pro'; font-size: 1.125em; font-weight: 500;
	hyphens: none;
	line-height: 1em;
	padding: 0.84em 3.88em;
	text-transform: uppercase; text-align: center;
}
.willkommen #advanced-cookiehint-actions #advanced-cookiehint-saveall { border: 2px solid #393d43!important; }
#advanced-cookiehint p a { text-decoration: underline!important; }
#advanced-cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#advanced-cookiehint.light, #advanced-cookiehint.light p, #advanced-cookiehint.light a:not(.button) { color: #333!important; }
@media screen and (max-width: 510px) {
	#advanced-cookiehint-actions, #advanced-cookiehint-actions a { display: block; }
	#advanced-cookiehint-actions a + a  { margin-top: 0.75em; }
}

/* START Switch */
.cl-switch input[type="checkbox"] {
	display: none;
	visibility: hidden;
}
.cl-switch .switcher {
	display: inline-block;
	border-radius: 100px;
	width: 35px;
	height: 15px;
	background-color: #ccc;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	cursor: pointer;
}
.cl-switch .switcher:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	margin-top: -2.5px;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
	margin-right: 0;
	transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s;
}
.cl-switch .switcher:active:before {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(63, 81, 181, 0.3);
	transition: all, 0.1s;
}
.cl-switch .label {
	font-family: "Roboto", sans-serif;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 5px;
}
.cl-switch input[type="checkbox"]:checked + .switcher { background-color: #8591d5; }
.cl-switch input[type="checkbox"]:checked + .switcher:before {
	left: 100%;
	margin-left: -20px;
	background-color: #3f51b5;
}
.cl-switch [disabled]:not([disabled="false"]) + .switcher { background: #ccc !important; }
.cl-switch [disabled]:not([disabled="false"]) + .switcher:active:before { box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important; }
.cl-switch [disabled]:not([disabled="false"]) + .switcher:before {
	background-color: #e2e2e2 !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
}
.cl-switch.cl-switch-large .switcher {
	width: 52px;
	height: 22px;
}
.cl-switch.cl-switch-large .switcher:before {
	width: 30px;
	height: 30px;
	margin-top: -4px;
}
.cl-switch.cl-switch-large .label { font-size: 18px; }
.cl-switch.cl-switch-large input[type="checkbox"]:checked + .switcher:before { margin-left: -30px; }
.cl-switch.cl-switch-xlarge .switcher {
	width: 87px;
	height: 37px;
}
.cl-switch.cl-switch-xlarge .switcher:before {
	width: 50px;
	height: 50px;
	margin-top: -6px;
}
.cl-switch.cl-switch-xlarge .label { font-size: 24px; }
.cl-switch.cl-switch-xlarge input[type="checkbox"]:checked + .switcher:before { margin-left: -50px; }
.cl-switch.cl-switch-black input[type="checkbox"]:checked + .switcher { background-color: #676767; }
.cl-switch.cl-switch-black input[type="checkbox"]:checked + .switcher:before { background-color: #343434; }
.cl-switch.cl-switch-black .switcher:active:before { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(52, 52, 52, 0.3); }
.cl-switch.cl-switch-red input[type="checkbox"]:checked + .switcher { background-color: #ffcece; }
.cl-switch.cl-switch-red input[type="checkbox"]:checked + .switcher:before { background-color: #ff6868; }
.cl-switch.cl-switch-red .switcher:active:before { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(255, 104, 104, 0.3); }
.cl-switch.cl-switch-green input[type="checkbox"]:checked + .switcher { background-color: #77e4c0; }
.cl-switch.cl-switch-green input[type="checkbox"]:checked + .switcher:before { background-color: #29cc97; }
.cl-switch.cl-switch-green .switcher:active:before { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(41, 204, 151, 0.3); }
.cl-switch.cl-switch-orange input[type="checkbox"]:checked + .switcher { background-color: #ffc166; }
.cl-switch.cl-switch-orange input[type="checkbox"]:checked + .switcher:before { background-color: #ff9800; }
.cl-switch.cl-switch-orange .switcher:active:before { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6), 0 0 0 10px rgba(255, 152, 0, 0.3); }
/* END Switch */

/* Media Queries */
/* Mobil bzw. Touchscreen */
@media screen and (max-width: 1023px), (any-hover: none) {
}
@media screen and (max-width: 1050px) {
	#header .actions > *.secondary, #header .actions > *.primary { font-size: 0.9em; }
}
@media screen and (max-width: 1000px) {
	/* medium grid */
	.col-m-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
	.col-m-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
	.col-m-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
	.col-m-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
	.col-m-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
	.col-m-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
	.col-m-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
	.col-m-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
	.col-m-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
	.col-m-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
	.col-m-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
	.col-m-12 { width: 100%; }
	.grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }
	
	.m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
	.row.table .m-space { padding: 0.7em 1em!important; }
	.m-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .m-space-left { padding-left: 1em!important; }
	.m-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .m-space-right { padding-right: 1em!important; }
	
	.m-clearspace { margin: 0!important;}
	.row.table .m-clearspace { padding: 0; }
	.m-clearspace-left { margin-left: 0!important; }
	.row.table .m-clearspace-left { padding-left: 0!important; }
	.m-clearspace-right { margin-right: 0!important; }
	.row.table .m-clearspace-right { padding-right: 0!important; }

	body { font-size: 16px; }

	#header { padding: 0 1em; }
	#header .menu { width: auto; }
	#header .menu span { font-size: 3em; }
	#header .logo img { width: 170px; }
	#header .actions .phonenumber { bottom: -42px; }

	#footer a.button.second, #footer button.second { padding: 0.84em 1.25em; }
	#footer > div > .info .icon-desc-block .desc { font-size: 1em; }
	#footer > div > .info > div { padding: 0 1em; }
}

@media screen and (max-width: 840px) {
	#header .actions .gallery { display: none; }
}

@media screen and (max-width: 790px) {
	#header .wrapper { padding: 0; }
	#header .actions .gallery { display: none; }
	#header .actions .voucher { display: none; }
	#header .actions .discount { display: none; }
	#header .actions > * {
		border-left: none;
		line-height: 1.4;
	}
	#header .logo { padding: 0.5em; }
	#subheader { margin-top: 89px; }

	#header .actions .phonenumber {
		bottom: -59px;
	}

	#footer { padding: 2em 0; }
	#footer > div > .info {
		display: block;
		text-align: center;
	}
	#footer > div > .info > div { display: block; }
	#footer > div > .info > div .title {
		margin-top: 3em;
		margin-bottom: 0.5em!important;
		font-size: 1em;
	}
	#footer > div > .info .icon-desc-block { margin: 0 auto 0.25em; }
	#footer .actions a { margin-bottom: 1em; }

	.other-site > div { display: block; }
	.other-site > div > div {
		display: block;
		text-align: center;
	}
	.other-site > div > .logo { margin-bottom: 2em; }
}

@media screen and (max-width: 585px) {
	/* small grid */	
	.col-s-1  { width: 6.382978723404255%; }
	.grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
	.col-s-2  { width: 14.893617021276595%; }
	.grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
	.col-s-3  { width: 23.404255319148934%; }
	.grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
	.col-s-4  { width: 31.914893617021278%; }
	.grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
	.col-s-5  { width: 40.42553191489362%; }
	.grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
	.col-s-6  { width: 48.93617021276595%; }
	.grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
	.col-s-7  { width: 57.44680851063829%; }
	.grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
	.col-s-8  { width: 65.95744680851064%; }
	.grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
	.col-s-9  { width: 74.46808510638297%; }
	.grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
	.col-s-10 { width: 82.97872340425532%; }
	.grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
	.col-s-11 { width: 91.48936170212765%; }
	.grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
	.col-s-12 { width: 100%; }
	.grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }
	
	.s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
	.row.table .s-space { padding: 0.7em 1em!important; }
	.s-space-left { margin-left: 2.127659574468085%!important; }
	.row.table .s-space-left { padding-left: 1em!important; }
	.s-space-right { margin-right: 2.127659574468085%!important; }
	.row.table .s-space-right { padding-right: 1em!important; }
	
	.s-clearspace { margin: 0!important;}
	.row.table .s-clearspace { padding: 0; }
	.s-clearspace-left { margin-left: 0!important; }
	.row.table .s-clearspace-left { padding-left: 0!important; }
	.s-clearspace-right { margin-right: 0!important; }
	.row.table .s-clearspace-right { padding-right: 0!important; }

	body { font-size: 14px; }
	#header .menu span { font-size: 2.5em; }
	#header .logo img { width: 130px; }
	#header .actions > * { padding: 0 0.75em; }
	#header .actions > *.secondary .request-text, #header .actions > *.primary .request-text { display: none; }
	#header .actions > *.secondary .material-icons, #header .actions > *.primary .material-icons { display: inline; }
	#main { margin: 3em auto 2em; }
	#footer .actions > * { margin-left: 0; }

	.tns-controls button > img {
		width: 20px;
		height: auto;
	}
	.tns-controls > *:first-child { left: 0px; }
	.tns-controls > *:last-child { right: 0px; }

	.tns-nav { bottom: 5px; }
	.tns-nav > * {
		width: 10px;
		height: 10px;
	}
	.tns-nav > * + * { margin-left: 10px; }
	#header .actions div.phone { top: -7px; }
}
@media screen and (max-width: 476px) {
	#footer a.button.second, #footer button.second { margin-left: 0; }
}

/* PRINT STYLES */
@media print {
	* { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " [" attr(href) "]"; }
	abbr[title]:after { content: " [" attr(title) "]"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100%!important; }
	@page { margin: 1.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	/* custom print styles */
	#header, #subheader, #aside, #footer, #copyright, .copyright, .other-site, .partners { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 12pt; padding: 0; width: 100%; }
	#main { margin: 0; }
	.slidebox dd { display: block!important; }

	.bildgalerieslider, .bildtextlinks, .bildtextrechts, .zweibildboxenundeinebildbox, .offersblock  { display: none; }
}