@charset "utf-8";

/* 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 */
html, body { margin:0; padding: 0; }
html, button, input, select, textarea {
	font-family: 'Roboto Condensed', sans-serif; font-style: normal;
	color: #1D1D1D;
}
html {
    font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
    height: 100%;
}
body {
	font-size: 16px; line-height: 1.231;
	background-color: #fff;
}

::selection {
	background: #dacb07;
	color: white; text-shadow: none;
}

/* Links */
a {
	color: #1D1D1D; 
	text-decoration: underline;
}
a:hover { color: #cfc006; }
a:focus { outline: none; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { text-decoration: none; }

/* Typography */
h1, h2, h3 { font-weight: normal; text-align: left; }
h1 { font-size: 2em; margin: 0.67em 0; }
h2 { font-size: 1.5em; margin: 0.83em 0; }
h3 { font-size: 1.25em; margin: 1em 0; }
h4 { font-size: 1.15em; margin: 1em 0; }
h5 { font-size: 1em; margin: 1em 0; }
h6 { font-size: 0.95em; margin: 1em 0; }

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
blockquote { margin: 1em 2.5em; }
dfn { font-style: italic; }
hr {
	border: none; border-top: 1px solid #000;
	-moz-box-sizing: content-box; box-sizing: content-box; display: block;
	height: 1px;
	margin: 1.5em 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, menu, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 2.5em; }
menu, ol, ul { padding: 0 0 0 2.5em; }
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; }
input { border: 1px solid #ddd; padding: 0.2em; }
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] { cursor: default!important; background: #838383; color: #FFF; }
button[disabled]:hover, html input[disabled]:hover { background: #838383;}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 14px; *width: 14px; }
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; border: 1px solid #fff;}

::-webkit-input-placeholder { color: #999; }
:-moz-placeholder { color: #999; }
::-moz-placeholder { color: #999; }
:-ms-input-placeholder { color: #999; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CUSTOM CLASSES */

/* 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; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg, .msgerror { margin-bottom: 15px; padding: 4px; }
.msg h2, .msgerror h2 { margin: 0 0 10px 0; }
.msg ul, .msgerror ul { margin-top: 0; }
.msg { background-color: white; border: 1px solid #ddd; }
.msg h2 { color: #444; }
.msgerror { background-color: white; border: 1px solid #c00; }
.msgerror, .msgerror h2 { color: #c00; }

/* 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"], #langselect a {
	background: #cfc006;
	border: 0;
	color: #000;
	display: inline-block;
	line-height: 140%; text-decoration: none; text-transform: uppercase;
	font-size: 0.875em; font-weight: bold;
	padding: 0.9em 1.5em;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover, #langselect a:hover { background: #dacb07; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* LAYOUT */
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}
.maximage {
	top: 0px; right: 0; bottom: 0; left: 0;
	position: fixed;
	background-repeat:  no-repeat;
	background-position: center center; 
    background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;
    z-index: -1;
}

#video-viewport {
	overflow: hidden;
	position: fixed; top: 0; left: 0; z-index: -1;
}

/* HEADER */
#header {
	position: fixed;
	left: 0; top: 0; right: 0;
	background-color: #FBE901;
	height: 120px;
	z-index: 1;
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8); -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8); -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8);
}
#showhide, #nav_mobile { display: none;}
#header .wrapper {
	display: table;
	position: relative;
	width: 100%; height: 100%;
}
#logo, #nav_main { display: table-cell; }
#logo {
	vertical-align: middle;
	width: 295px; height: 83px;
}
#logo img { 
	display: block;
	width: 100%; height: auto;
}

.fancybox-iframe { background: #000!important; }
#cta { position: absolute; right: 0; top: -1px; z-index: 1; }
#cta a { text-decoration: none; }
#cta a.spaced { padding: 1em 1.5em; }
#cta a.spaced:hover { color: #1D1D1D; }
#cta a:hover { color: #1D1D1D; }
#cta i.fa-facebook { vertical-align: -2px; }
#cta .whatsapp i, .extra-ctas .whatsapp i, #cta .livetv i, .extra-ctas .livetv i { font-weight: bold; }
#cta .facebook { vertical-align: 2px; }
#ctabuttons, #langselect { display: inline-block; }
#ctabuttons > div { display: inline; }
#ctabuttons span.text + i { display: none; }
#tiktok-logo {
	display: inline-block;
	margin-right: 10px;
	vertical-align: -2px;
	width: 14px;
}
#tiktok-logo img {
	display: block;
	height: auto;
	width: 100%;
}
.request-btn {
	background: #e2071a!important;
	color: #FFF!important;
}
.request-btn:hover { background: #B40011!important; }
.request-btn i {
	font-size: 1.5em;
	margin-right: 2px;
}

/* NAV */
#nav_main {	
	padding-top: 40px;
	vertical-align: middle;
}
#nav_main ul { z-index: 2; float: right; margin-top: 0em; }
#nav_main li { display: table-cell; }

#nav_main li a {
	color: #000;
	padding: 0.5em 0.8em 1.15em;
	text-decoration: none;
	font-family: 'Compacta Bold Italic', cursive; font-size: 1.47em;
	text-transform: uppercase;
}
#nav_main > ul > li:hover > a {
	background: #1e5799; /* Old browsers */
	background: -moz-linear-gradient(top,  #1e5799 0%, #fbe901 0%, #d0c106 97%, #d0c106 97%, #d0c106 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1e5799 0%,#fbe901 0%,#d0c106 97%,#d0c106 97%,#d0c106 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1e5799 0%,#fbe901 0%,#d0c106 97%,#d0c106 97%,#d0c106 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#d0c106',GradientType=0 ); /* IE6-9 */
	color: #1D1D1D;
}
#nav_main li:hover ul { 
	background: rgba(0,0,0,0.7);
	display: block;
	margin-top: 1.6em;
	padding: 2em;
}
#nav_main li ul { 
	display: none; 
	opacity: 1;
	position: absolute;
	z-index: 4;
	margin-top: 14px;
}
#nav_main ul li.active ul li, #nav_main li ul li { display: block; }
#nav_main li ul li a { 
	color: #fbe901;
    display: block;
    line-height: 1.231;
    padding: 0.7em 0;
    font-family: 'Roboto Condensed', sans-serif; font-size: 1em; font-weight: 700;
}
#nav_main li ul li.active a  { 
	padding-left: 1em; 
	position: relative;
}
#nav_main li ul li.active a:before {
	content: '»';
	position: absolute; top: 0.65em; left: 0; z-index: 1;
}
#cta a.zeggbutton {
	background: #3b383e;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    padding: 0.75em 0.5em;
	display: block;
	float: right;
	text-decoration: none;
    position: relative;
	margin-left: 4px;
}
#cta a.zeggbutton img {
	margin-right: 9px;
    vertical-align: -6px;
    height: 21px;
}
@media screen and (max-width: 1180px) {
	#nav_main li a { font-size: 1.25em; padding: 0.5em 0.8em 1.15em; }
}

#nav_mobile a.zeggbutton {
	background: #3b383e;
    color: #FFF;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    padding: 0.5em;
	display: inline-block;
	text-decoration: none;
	margin-left: 26px;
	margin-top: 12px;
}
#nav_mobile a.zeggbutton img {
	margin-right: 9px;
    vertical-align: -6px;
    height: 21px;
}

/* 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; }
.fancybox-button[disabled], .fancybox-button[disabled]:hover { background: none!important; }

/* ARTICLE */
#main {
	background-color: rgba(255,255,255,0.96);
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-top: 5em;
	margin-top: 80%;
	z-index: 3;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
#main.infopage {
	margin-top: 150px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;	
}
#main, #main.ontop {
	-webkit-transition: background-color 0.35s linear;
	-moz-transition: background-color 0.35s linear;
	-o-transition: background-color 0.35s linear;
	transition: background-color 0.35s linear;
}
#main.ontop {
    box-shadow: none;
    background-color: transparent;
	display: block;
}
#main.ontop header h1 {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    display: inline-block;
    border-radius: 2px;
    background: #FFF; background: rgba(255, 255, 255, 0.8);
    padding: 0.75em;
    margin-bottom: 3.5em; margin-left: -40px;
	min-width: 100%;
}
#main.ontop .asidecontainer { display: none; }
#main.ontop #aside { display: table-cell; vertical-align: top; }
#main.ontop a.arrowup {
    display: block;
    float: right;
    background: #FBE901; background: rgba(251, 233, 1, 0.8);
    text-shadow: none;
    margin-top: 2.5em;
    text-decoration: none; text-align: center;
    transition: background-color linear 250ms;
    cursor: pointer;
    z-index: 4000;
	width: 75px; height: 75px;
}
#main.ontop a.arrowup:hover { 
	background: #dacb07;
	color: #1D1D1D; 
}
#main.ontop a.arrowup i { 
	font-size: 3em;
	line-height: 75px;
}
#main.ontop #aside a:hover { background-color: #000; }
#main a.arrowup { display: none; }

#article {
	font-size: 1.125em;
	padding: 2.5em;
	display: table-cell;
	line-height: 1.8em;
	width: 70%;
}
#article h1 {
	font-family: 'Compacta Bold Italic', cursive; font-size: 3rem;
	line-height: 1.2em;
	margin: 0 0 0.25rem 0;
	text-transform: none;
}
#article h2 { 
	font-family: 'Compacta Bold', cursive; font-size: 2.25rem; 
	line-height: 1.2em;
}
#article h3 { font-size: 1.5em; line-height: 1.2em; }
#article ul { list-style-type: square; }
#article hr { clear: both; }

#article blockquote {
	margin: 1em 0;
	padding: 0.25em;
	padding-left: 2em; padding-right: 1em;
}

/* ASIDE */
#aside {
	display: table-cell;
	width: 30%;
	padding-top: 2.5em; padding-right: 2.5em; padding-bottom: 1.5em;
	vertical-align: top;
}
#aside a.button { display: block; }
#aside .asidecontainer { width: 100%; }
#aside .asidecontainer.fixed {
	position: fixed;
	top: 120px;
	width: 267px;
}
#aside dl {
	background-color: #FBE901;
	padding: 1.5em;
	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
}
#box-slider > a { text-decoration: none; }
#box-slider > a:hover dl {
	background-color: #dacb07;
	color: #1D1D1D;
}
#aside dt, #aside dd {
	margin: 0;
	padding: 0;
}
#aside dt {
	font-weight: bold; font-size: 1.5em;
	text-transform: uppercase;
}
#aside dd { padding-top: 0.5em; }
#aside dl dt a, #aside h3 a { text-decoration: none; }
#aside .asidecontainer #box-slider > *:first-child { margin-top: 0; }

#aside .imagetextshowcase img {
	display: block;
	height: auto;
	width: 100%;
}
#aside .imagetextshowcase img + * { margin-top: 0.8em;}

#partnershowcase a + a {
	display: block;
	margin-top: 1.5em;
}
#partnershowcase img { 
	height: auto;
	display: block;
	margin: 0 auto; margin-top: 0.5em;
	width: 100%; max-width: 250px;
}
#partnershowcase img + img { margin-top: 1.5em; }
#partnershowcase img.molitor { max-width: 200px; }

#weathershowcase dd { 
	display: table; 
	font-size: 1.7em;
	vertical-align: middle;
	width: 100%;
}
#weathershowcase dd > * { display: table-cell; }
#weathershowcase .icon {
	font-family: 'MeteoconsRegular';
	font-size: 4.7em;
	vertical-align: middle;
	padding-right: 0.25em;
}
#weathershowcase .icon, .wetter .temperature { display: table-cell; }
#weathershowcase .temperature { vertical-align: middle; }
#weathershowcase .max .value {
	font-size: 2.2em;
	line-height: 100%;
}
#weathershowcase .min .value {
	font-size: 1.3em;
	margin-top: 0.2em;
}
#weathershowcase .small {
	font-size: 14px!important;
	text-transform: uppercase;
}

#newsshowcase h2 { font-size: 1.2em; font-weight: bold; }
#newsshowcase h2 a { color: #1D1D1D!important; }
#newsshowcase p { line-height: 1.4em; }
#newsshowcase .buttons {
	clear: both;
	overflow: auto;
}
#newsshowcase .buttons > * {
	border-top: 2px solid #000;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	float: left;
	text-align: center;
	width: 49%;
}
#newsshowcase .buttons > * + * { margin-left: 2%; }
@media screen and (min-width: 981px) and (max-width: 1130px), (max-width: 430px) {
	#newsshowcase .buttons > * {
		margin-left: 0;
		width: 100%;
	}
	#newsshowcase .buttons > * + * { margin-top: 2%; }
}

#countdownshowcase dd { 
	font-size: 2em;
	text-align: center; 
}
#countdownshowcase dd .days { font-size: 2em; font-weight: bold; }

/* FOOTER */
#footer {
	padding: 1em 2em 9em 2em;
	margin-top: 8em;
	background: #000;
	color: #FFF;
}
#footer > .wrapper { 
	display: table;
	width: 100%;
}
#footer a { color: #FFF; text-decoration: none; }
#footer a.active, #footer a:hover { color: #FBE901; }

#footer .footerlist { 
	list-style: none; 
	padding: 0;
	margin: 0;
}
#footer .footerlist li {
	display: block;
	padding: 0.8em 0;
}
#footer .footerlist.menucol li:first-child { padding-top: 0; }
#footer .footerlist li > span { margin-left: 2.4em; }
#footer .footerlist li > i { width: 20px; }
#footer .footerlist li > i + span { margin-left: 1.2em; }
#footer .footerlist.menucol li ul { 
	margin: 2em 0 0;
	padding: 0;
}

#footer .wrapper .box {
	display: table-cell;
	vertical-align: top;
	min-height: 8em;
	width: 45%;
	padding-right: 1em;
	padding-top: 20px;
}
#footer .wrapper .box:first-child { width: 40%; }
#footer .box:last-child { 
	padding-right: 0; 
	width: 15%;
}
#footer h3, #footer .footerlist > li > a {
	font-family: 'Compacta Bold Italic', cursive; font-size: 2.25rem;
	margin: 0 0 0.5em 0;
	padding: 0;
}

#footer .menucol {
	display: inline-block;
	float: left;
	width: 48%;
}
#footer .menucol:first-child { margin-right: 4%; }

#footer .box.partner img { width: 100%; max-width: 130px; height: auto; }
#footer .box.partner a { display: block; }
#footer .box.partner a:nth-of-type(1) { margin-top: 1em; }
#footer .box.partner a + a { margin-top: 2em; }

/* Tabelle */
table { width: 100%; }
table th, table td { 
	background: #FFF;
	padding: 0.4em 0.5em;
}
table th {
	background: #fbe901;
	text-align: left; 
}
table tr td { border-top: 1px solid #CCC; }
table tr:nth-child(2n+1) td { background: #fffeef; } 
table tr:hover td { background-color: #F4F4F4; }

/* 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; }

/* Responsive Videos */
.video-container {
	position: relative; z-index: 1;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	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%;
	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.5%; }
.responsiveimages.thirtyfsixtyf a:first-child, .responsiveimages.sixtyfthirtyf a:nth-child(2) { width: 34.75%; }

.responsiveimages.thirtyfsixtyf a:nth-child(2), .responsiveimages.sixtyfthirtyf a:first-child { width: 64.25%; }

.responsiveimages a img {
	display: block;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Gutschein */
#voucherform div.inlineblock { display: inline-block; }
#voucherform .radioinput label {
	min-width: 0!important; width: auto!important;
	text-align: left!important;
}
#voucherform label[for="text"] {
	line-height: 1.2em;
	white-space: normal;
}
#voucherform input[type="submit"] { margin-left: 200px!important; }
@media screen and (max-width: 650px) {
	#voucherform fieldset label {
		display: block!important;
		margin-top: 0.4em;
		text-align: left!important;
	}
	#voucherform fieldset .radioinput { margin-left: 1em; }
	#voucherform fieldset .radioinput label { 
		display: inline-block!important; 
		line-height: 1.2em;
		margin-top: 0.3em;
		width: 80%!important;
		white-space: normal;
	}
	#voucherform fieldset > select { max-width: none!important; }
	#voucherform input[type="text"], #voucherform input[type="email"], #voucherform select, #voucherform textarea {
		-moz-box-sizing: border-box!important; -webkit-box-sizing: border-box!important; box-sizing: border-box!important;
		width: 100%!important;
	}

	#voucherform div.inlineblock { display: block; width: 100%!important;}
	#voucherform input[type="submit"] { margin-left: 0!important; }
	#voucherform label[for="text"] {
		margin-bottom: 0.5em;
		width: 100%;
	}
}

/* Anreise-Fragment */
#gmap_map {
	color: #1D1D1D;
	margin-bottom: 5px;
	width: 100%;
	height: 600px;
}	
#gmap_infowindow { height: 90px; line-height: 140%; text-align: left; }
#gmap_infowindow span { display: block; width: 200px; }
#gmap_directions { 
	overflow: auto;
	padding: 0!important;
	width: 100%;
}
#gmap_directions, #gmap_input, .adp-directions { width: 100%; }
#form_routenplaner form {
	display: table;
	width: 100%;
	margin-top: 0.5em;
}
#form_routenplaner label, #form_routenplaner input { display: table-cell; }
#form_routenplaner label {
	width: 1%;
	white-space: nowrap;
	padding-right: 0.5em;
}

/* Team-Fragment */
#teammembers {
	clear: both;
	overflow: auto;
}
#teammembers > * {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	color: #1D1D1D!important;
	display: inline-block;
	float: left;
	margin-right: 2%; margin-top: 1%; margin-bottom: 1%; 
	position: relative;
	text-decoration: none;
	width: 32%;
}
#teammembers > *:nth-child(3n) { margin-right: 0; }
#teammembers .teammember-name, .userinformation > div > .userimage > .shortdata {
	background: #FBE901;
	font-weight: bold;
	padding: 0.4em;
	text-align: center;
}
#teammembers .teammember-name { position: absolute; bottom: 0; left: 0; right: 0; }
#teammembers img, .userinformation img { 
	display: block;
	width: 100%; height: auto;
}

.userinformation {
	display: none;
	padding: 2em;
}
.userinformation > div {
	clear: both;
	overflow: auto;
	min-width: 40vw;
}
.userinformation > div > * {
	display: inline-block;
	float: left;
	width: 50%;
}
.userinformation > div > .userimage {
	overflow: hidden;
	width: 50%; max-width: 300px; min-width: 150px;
}
.userinformation > div > .userimage img { 
	display: none;
	max-width: 1px;
}
.userinformation > div > .userimage + * { padding-left: 5%;	}
.userinformation > div > .userimage > div { color: #6D6D6D; font-size: 1.1em; }
.username, .userinformation > div > .userimage > .shortdata span { color: #1D1D1D; font-size: 1.5em; font-weight: bold; font-family: 'Compacta Bold', cursive; }
.username { margin-bottom: 0.7em; }
.userinformation > div > .userimage > .shortdata span { 
	display: block; 
	font-size: 2em;
}
.liketable { display: table; }
.liketable > div { display: table-row; }
.liketable > div > div { display: table-cell; }
.userinformation .liketable > div > * {
	padding-right: 0.5em;
	vertical-align: top;
}
.userinformation .liketable > div > *:last-child { vertical-align: bottom; }
.userinformation .liketable > div > .th { 
	font-weight: bold;
	max-width: 300px;
	min-width: 150px;
}

#ctabuttonbox {
	display: none;
	position: fixed;
	right: 10px;
	bottom: 5px;
}
#ctabuttonbox a {
	background: #fbe900;
	border-radius: 25px;
	color: #000;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	margin: 0.5em 0;
}
#ctabuttonbox a:hover { color: #000; }
#ctabuttonbox a > i {
	font-size: 1.5em;
	vertical-align: middle;
}
#ctabuttonbox .extra-ctas { display: none; }

@media screen and (max-width: 1150px) {
	.userinformation > div > .userimage {
		display: block;
		float: none;
		margin: 0 auto 2em;
	}
	.username { display: none; }
	.userinformation > div > * {
		padding-left: 0!important;
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	#teammembers > * { width: 48%; }
	#teammembers > *:nth-child(2n) { margin-right: 0; }
	#teammembers > *:nth-child(3n) { margin-right: 2%; }
}

@media screen and (max-width: 550px) {
	.liketable, .liketable > div, .liketable > div > div { display: block; }
	.liketable > div + div { padding-top: 0.5em; }
}

@media screen and (max-width: 350px) {
	#teammembers > * { 
		margin: 1% 0; 
		width: 100%;
	}
	#teammembers .teammember-name { position: static; }
	#teammembers img { display: none; }
}

/* Datepicker */
div .ui-widget-header { 
	background: #FBE901!important; 
	border: none!important;
	color: #1D1D1D!important;
}
div .ui-widget-header .ui-state-hover { 
	background: #CFC006!important;
	border: none!important;
}
div .ui-widget-header > a { 
	height: 2.1em!important; 
	top: 1px!important;
}
div .ui-widget-header > a > span { background-image: url(/template/tools/jquery-ui/images/ui-icons_454545_256x240.png)!important; }
.ui-datepicker th { background: transparent; }
.ui-datepicker td { background: #FFF!important; }

/* MEDIAQUERIES */
@media screen and (min-width: 980px) and (max-width: 1210px) {
	#weathershowcase dd { font-size: 1.3em; }
}
@media screen and (max-width: 1040px) {
	#nav_main { padding-top: 50px; }
	#nav_main li:hover ul { margin-top: 1.45em; }
	#main.ontop a.arrowup {
	    position: absolute;
	    right: 0.3em;
		left: auto;
		z-index: 50000;
	}
	#langselect { padding-right: 0.3em; }
	
	#footer { padding-bottom: 4em; }
	#footer .wrapper { overflow: auto; }
	#footer .wrapper .box {
		width: 50%!important;
		display: block;
		float: left;
		padding: 1em;
		box-sizing: border-box;
		min-height: 200px;
	}
	#footer .wrapper .box:last-child { display: none; }
}

/* kleiner als 980 */
@media screen and (max-width: 980px) {
	#aside .button { font-size: 100%; }
	#article, #aside {
		display: block;
		width: auto;
		padding: 2em;
	}
	#main.ontop a.arrowup { display: none; }
	#main.ontop header h1 {
		margin-bottom: 72px;
		width: calc(100% + 76px);
	}
		
	#weathershowcase .icon { width: 160px; }
}

/* kleiner als 900 */
@media screen and (max-width: 1023px) {
	body { background-position: 0 70px!important; }
	#header {
		position: fixed;
		left: 0; top: 0; right: 0;
		color: #fff;
		z-index: 500; height: 100px;
	}
	.maximage { top: -100px; }
	#header { transition: top 1s ease-in-out; }
	#header.hide { top: -120px; }
	#logo {
		display: block;
		margin: 10px 0 10px 65px;
		text-align: center!important;
	}
	#nav_main { display: none; }
	#main.ontop a.arrowup { margin-top: 2em; }
	#article { padding: 2em; padding-bottom: 0; }
	#showhide {
		position: absolute!important;
		display: block;
		width: 40px;
		height: 40px;
		top: 30px;
		left: 0.5em!important;
		margin: 0;
		padding: 0;
		overflow: hidden;
		z-index: 10000;
	}
	#showhide a {
		display: block!important;
		width: 40px; height: 40px;
		background: #cfc006 url('/grafik/template/nav_icon.svg') no-repeat center center;
		text-indent: 99em;
		max-width: 60px;
	}
	#showhide a:hover { background-color: #dacb07; }
	#nav_mobile {
		display: block;
		position: fixed;
		top: 100px; left: -1029px; bottom: 0;
		padding: 1em 0;
		overflow: auto;
		background-color: #000;
		width: 100%;
	}
	#nav_mobile li a {
		padding: 0.5em 1.5em;
		text-decoration: none;
		font-size: 1.1em;
		font-weight: 500;
		display: block;
	}
	#nav_mobile a:hover { text-decoration: underline!important; }
	#nav_mobile > ul > li > a {
		color: #fbe901;
		text-decoration: none!important;
	}
	#nav_mobile > ul > li.active > a {
		color: #fff;
		font-size: 200%;
	}
	#nav_mobile li > ul {
		background: #fff;
		display: none;
		margin-bottom: 1em;
	}
	#nav_mobile li.active > ul { display: block; }
	#nav_mobile li ul li a { 
		display: block;
		font-size: 1.05em;
		line-height: 1.231;
		margin-left: 1.5em;
	}
	li ul li.active a { text-decoration: underline!important;	}
	li ul li a:hover { color: #000; }
	
	#ctabuttons { position: absolute; top: 7px; right: 0.3em; z-index: 1; }
	#ctabuttons > div { display: block; }
	#ctabuttons > div:last-of-type { margin-top: 7px; }
	#ctabuttons > * > #tiktok-logo {
		margin-right: 0;
		padding: 14px!important;
		vertical-align: -16px;
		width: 14px; height: 14px;
	}
	#langselect a {
		padding: 0;
		line-height: 40px;
	}
	#langselect {
		position: relative;
		top: -1px;
		left: -1px;
	}
	#langselect, #ctabuttons {
		text-align: right;
		width: 288px;
	}
	#cta .facebook { vertical-align: 0; }
	#ctabuttons > div > *, #langselect > div > * {
		background: #cfc006;
		display: inline-block;
		margin-left: 1%;
		padding: 0!important;
		text-align: center;
		width: 40px; height: 40px;
	}
	#ctabuttons > div > * i, #langselect > div > * { line-height: 40px!important; }
	#ctabuttons span.text { display: none; }
	#ctabuttons span.text + i { display: block; }
	#cta i.fa-facebook { vertical-align: 0; }

	#cta a.zeggbutton {
		display: inline-block;
		position: static;
		margin-left: calc(1% + 3px);
	}
	#cta a.zeggbutton img {
		margin-right: 0;
		vertical-align: -16px;
	}
	#cta a.zeggbutton span { display: none; }
}

@media screen and (max-width: 840px) {
	#footer .wrapper .box {
		width: 100%!important;
		display: block;
		float: none;
		box-sizing: border-box;
		padding-left: 0; padding-right: 0;
	}
	#footer .footerlist li { padding: 0.3em; }
	#footer .footerlist.menucol li ul { margin-top: 1em; }
}

@media screen and (max-width: 720px) {
	/*#ctabuttonbox { display: block; }
	#ctabuttons { right: 0.5em; }
	#ctabuttons > * { display: none; }
	#ctabuttons .request-btn { display: inline-block; }*/
}

@media screen and (min-width: 396px) and (max-width: 720px) {
	/*#ctabuttons .request-btn {
		height: auto;
		padding: 0.9em 1.5em!important;
		width: auto;
	}
	#ctabuttons .request-btn .text { display: inline-block; }
	#ctabuttons .request-btn i { display: none!important; }*/
}

@media screen and (max-width: 645px) {
	#logo {
		margin-top: 25px;
		width: 200px; height: 65px;
	}
}

@media screen and (max-width: 600px) {
	#article, #aside { padding: 1em; }
	#main.ontop header h1 { 
		margin-left: -20px;
		width: calc(100% + 38px);
	}
}

/* kleiner als 580 */
@media screen and (max-width: 580px) {
	#footer { padding-left: 1em; padding-right: 1em; }
	#footer .footerlist.menucol { 
		float: none;
		margin-right: 0;
		width: 100%;
	}
	#footer .footerlist.menucol + .menucol { margin-top: 1.4em; }
}


/* kleiner als 560 */
@media screen and (max-width: 560px) {
	#main { display: block; }
	#main.ontop a.arrowup { margin-top: 1.5em; }
	#article h1 {
		font-size: 1.5em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
	}
	#article h2 { font-size: 1.25em; }
	#article h3 { font-size: 1.1em; }
	#article h4 { font-size: 1em; }
	#article h5 { font-size: 0.9em; }
	#article h6 { font-size: 0.85em; }
	
	.responsiveimages > a {
		float: none!important;
		margin-left: 0!important;
		width: 100%!important;
	}
}
@media screen and (max-width: 500px) {
	#ctabuttons > div > * { display: none; }
	#ctabuttons > div > .request-btn { display: inline-block; }
	#ctabuttons > div:last-of-type { margin-top: 23px; }

	#langselect > * {
		background: transparent!important;
		height: 25px;
		line-height: 25px;
		width: 25px;
	}
	#langselect > *:hover { text-decoration: underline; }
}

@media screen and (max-width: 400px) {
	#footer .box:first-child i { display: none; }
	#footer .box:first-child li > span { margin-left: 0; } 
}

@media screen and (max-width: 370px) {
	#cta a.zeggbutton { display: none; }
	#weathershowcase dd { font-size: 1.3em; }
}

@media screen and (max-width: 350px) {
	#nav_cta span { display: none!important; }
}
@media screen and (max-width: 340px) {
	#logo { width: 180px; }
}

/* 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, #aside, #footer, #copyright { display: none; }
	main { background: none; box-shadow: none; margin: 0; }
	main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
	.slidebox dd { display: block!important; }
}