:root {
	scroll-behavior: auto;
}
/* courgette-regular - latin */
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/courgette/courgette-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/courgette/courgette-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/courgette/courgette-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/courgette/courgette-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/courgette/courgette-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/courgette/courgette-v12-latin-regular.svg#Courgette') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto/roboto-v29-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v29-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v29-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v29-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('/fonts/roboto/roboto-v29-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v29-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v29-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v29-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/roboto/roboto-v29-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v29-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v29-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v29-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('/fonts/roboto/roboto-v29-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v29-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v29-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v29-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/roboto/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/roboto/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/roboto/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/roboto/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/roboto/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

html {
	height: 100%;
	width: 100%;
}
body {
	background: #325244;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	position: relative;
}
#pageWrap {
	margin: 15px;
	padding: 15px;
	position: relative;
	background: #fafafa;
	overflow-y: scroll;
	height: auto;
}

* {
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto",serif;
	font-weight: 700;
}

.h1,
h1 {
	font-family: "Courgette",serif;
	font-size: 27px;
	margin-bottom: 15px;
}

.h2,
h2 {
	margin-bottom: 15px;
}


/* Hauptmenü */
/* Hauptnavigation */
#mainNavWrap {
	background: #6B9C87;
}
.logo.navbar-brand {
	font-size: 24px;
	font-family: "Courgette",serif;
	font-weight: 700;
	color: #fff;
}
.logo.navbar-brand::after {
	content: '';
	display: block;
	background-image: url(../img/dtv_sterne-4-white.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100px;
	height: 23px;
}
#mainNavWrap .container {
	position: relative;
}
#mainNavWrap .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
#mainNav {
	border: none;
	position: relative;
}

#mainNav ul.navbar-nav {
	position: relative;
	margin: 10px 0 0 0;
}
#mainNav ul.navbar-nav > li > a {
	padding: 5px 0px;
	background: none;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	transition: background 0.3s ease-in-out;
	/* text-shadow: 1px 1px 2px rgba(0,0,0,0.8); */
	width: 100%;
	opacity: 0.8;
}

#mainNav ul.navbar-nav > li > a:hover,
#mainNav ul.navbar-nav > li:hover > a,
#mainNav ul.navbar-nav > li.active > a {
	opacity: 1;
}

.navbar-header {
	background: #8b1219;
	position: relative;
	z-index: 1;
}

/* MainNav Level 2 */
#mainNav ul.navbar-nav li ul {
	display: none;
	text-align: left;
	z-index: 1;
	padding-left: 25px;
}

#mainNav ul.navbar-nav li.active ul {
	display: block;
}

#mainNav ul.navbar-nav li ul li.active ul li {
	display: block;
}

#mainNav ul.navbar-nav li ul li.active ul li a {
	font-size: 16px;
	line-height: 30px;
	padding-left: 30px;
	display: block;
}



/* Special Hamburger Styles */
.hamburger {
	padding: 5px 5px 0px 5px;
	/* display: inline-block; */
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	float: none;
	color: #fff;
	text-transform: none;
	background-color: transparent;
	border: 0;
	overflow: visible;
	padding: 5px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: #6b131c;
	border-radius: 0;
}

.hamburger .hamburger-box {
	width: 35px;
	height: 24px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.hamburger .menu-text {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	margin-top: 5px;
}

.hamburger .hamburger-inner {
	display: block;
	top: 50%;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
	width: 35px;
	height: 3px;
	background-color: #fff;
	border-radius: 0px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
	
.hamburger .hamburger-inner {
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
	content: "";
	display: block;
}
.hamburger .hamburger-inner:before {
	top: -8px;
	transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger .hamburger-inner:after {
	bottom: -8px;
	transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
	-webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* active state */

.hamburger.is-active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	transition-delay: 0.14s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* special Hamburger End*/


.content-container {
	background: #fff;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	border-radius: 0.25rem;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

ul.contact-links {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.contact-links li {
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none;
}
ul.contact-links li a,
ul.contact-links li button {
	min-width: 100%;
}

#logo-hindelang {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 50px;
	z-index: 99;
}

#logo-allergikerfreundlich {
	position: absolute;
	right: 20px;
	top: 90px;
	width: 50px;
	z-index: 99;
}

/* Slider and Slider Nav */
#mainSlider {
	position: relative;
	margin: -15px -15px 0 -15px;
	max-width: 1680px;
}
#mainSlider .slider-thumbs {
	background: #fff;
	padding: 10px 20px;
	/* transform: translateY(-50%); */
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
}
#mainSlider .slider-nav .slick-slide {
	border: 2px solid #e1e1e1;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
#mainSlider .slider-nav .slick-slide.slick-current {
	border-color: #6B9C87;
}
#mainSlider .copyright {
	position: absolute;
	left: 10px;
	top: 15px;
	color: #fff;
	font-size: 9px;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	
	-webkit-transform: rotate(-90deg) translateX(-100%);
		 -moz-transform: rotate(-90deg) translateX(-100%);
		-ms-transform: rotate(-90deg) translateX(-100%);
		 -o-transform: rotate(-90deg) translateX(-100%);
			transform: rotate(-90deg) translateX(-100%);

	-webkit-transform-origin: 0% 0%;
		 -moz-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		 -o-transform-origin: 0% 0%;
			transform-origin: 0% 0%;
}
/*
#mainSlider .slider-nav .slick-slide.slick-current:before {
	content: '';
	background: #f00;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: -10px;
	left: 50%;
	z-index: 100;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
*/

/* Content */
a.awc {
	max-width: 300px;
	margin: 0 auto 15px auto;
}
a.emmi {
	max-width: 210px;
	margin: 0 auto 15px auto;
}

ul.checkmark,
ul.checkmark li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.checkmark li {
	padding: 0 0 10px 30px;
	position: relative;
}
ul.checkmark li::before {
	font-family: 'bootstrap-icons' !important;
	content: "\F270";
	display: block;
	font-size: 22px;
	width: 20px;
	height: 25px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: -5px;
	color: #166d0b;
	font-family: sans-serif; 
}

.btn-rating {
	min-width: 100%;
}

/* Footer */
#footer-wrap {
	background: #7E764E;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	line-height: 1.8;
}
#footer-wrap h3 {
	margin: 0 0 10px 0;
}
#footer-wrap a {
	color: #fff;
}
#footer-wrap ul,
#footer-wrap ul li {
	list-style-type: none;
	padding: 0;
}
#footer .goldgrid-row {
	font-size: 0.8em;
	color: #fff;
	font-weight: 300;
}

#footer .goldgrid-row a {
	color: #DCCCA6;
}
/* Cookie Bar */
#cookie-bar {font-size: 14px;background:#000; background: rgba(0,0,0,0.8); height:auto; line-height:35px; color:#fff; text-align:center; padding: 10px;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;z-index:110;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:0 6px; margin-left: 15px;}
#cookie-bar .cb-enable {background: #e9b406; border: 1px solid #e9b406; color: #000;}
#cookie-bar .cb-enable:hover {background: #cea000; border-color: #cea000; color: #000;}
#cookie-bar .cb-disable {background:#fff;}
#cookie-bar .cb-disable:hover {background:#fff;}
#cookie-bar .cb-policy {border: 1px solid #fff; color: #fff;}
#cookie-bar .cb-policy:hover {background:#fff; color: #000;}

#cookie-bar .cb-enable,
#cookie-bar .cb-policy {
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
}
@media (max-width: 575px) {	
	/* Cookie Bar */
	#cookie-bar {
		line-height: normal;
	}
	#cookie-bar a {
		margin: 0;
	}
	#cookie-bar .cb-enable,
	#cookie-bar .cb-policy {
		display: block;
		margin-top: 20px;
		margin-bottom: 30px;
	}
}

/* Helpers / Extending Bootstrap */
ul.unstyled-list {
	padding: 0;
	list-style-type: none;
}
.strong {
	font-weight: 700;
}
.no-padding {
	padding: 0;
}
.padding-sm,
.padding-md {
	padding-left: 0;
	padding-right: 0;
}
.padding-top-bottom-xs {
	padding-top: 15px;
	padding-bottom: 15px;
}
.no-margin {
	margin: 0;
}
.lh-40 {
	line-height: 40px;
}
.form-btn-row {
  margin-top: 10px;
}
.transition-all {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.clear-before::before,
.clear-before:before {
    clear: both;
    content: "";
    display: block;
}

.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}

.content-box.grey .text-sm {
	color: #bfbcb9;
	font-weight: 300;
}

/* Responsive iframe and Video */
iframe {
	border: none;
}
.iframeWrapper,
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.iframeWrapper iframe,
.videoWrapper iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.iframeWrapper.trust-you-frame {
  min-height: 1770px;
}

/* Tiny MCE Classes */
.img.img-left,
.img.img-right {
  display: block;
  float: none;
  max-width: 100%;
  /* width: 100%; */
  height: auto;
  margin: 0 0 15px 0;
}

/* Buttons */
.btn {
	letter-spacing: 0.02em;
	padding: 4px 12px;
}

.btn .fa {
	margin-right: 5px;
}
.btn-primary {
	background: #e9b406;
	border-color: #e9b406;
	color: #000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
	background: #cea000;
	border-color: #cea000;
	color: #000;
}
.btn-primary.rounded {
	border-radius: 50px !important;
	padding-left: 20px;
	padding-right: 20px;
}
/* btn-default */
.btn-default {
	color: #332d24;
	background-color: #e9e4de;
	border-color: #332d24;
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #e9e4de;
	background-color: #332d24;
	border-color: #332d24;
}


.btn-xl {
	padding: .5rem 1rem;
	font-size: 1.4rem;
	border-radius: .3rem;
}


/* Navbar mobile until 991px */
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border: none;
		box-shadow: none;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}


@media (min-width: 576px) {
	.h1,
	h1 {
		font-size: 40px;
	}
	.h2,
	h2 {
		font-size: 30px;
	}

	.h3,
	h3 {
		font-size: 24px;
	}

	.h4,
	h4 {
		font-size: 22px;
	}

	.h5,
	h5 {
		font-size: 20px;
	}

	.h6,
	h6 {
		font-size: 16px;
	}
	
	.logo.navbar-brand {
		position: relative;
		padding-right: 120px;
		line-height: 34px;
	}
	.logo.navbar-brand::after {
		position: absolute;
		right: 0;
		top: 11px;
	}
	#mainSlider .copyright {
		top: 50px;
		font-size: 10px;
	}
	.btn-rating {
		min-width: 250px;
	}
}

@media (min-width: 768px) {
	body { 
		padding-top: 95px;
	}
	#mainNavRow {
		position: fixed;
		width: 100%;
		width: calc(100% - 30px);
		top: 15px;
		z-index: 100;
		margin: 0 15px 15px 15px;
	}
	#mainNavRow > .navbar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.logo.navbar-brand {
		font-size: 28px;
	}
	#logo-hindelang {
		top: 30px;
		width: 105px;
	}
	#trustyou-desktop {
		position: absolute;
		top: 160px;
		right: 0px;
		z-index: 99;
	}
	#trustyou-desktop > a {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		text-indent: -5000px;
	}
		
	#logo-allergikerfreundlich {
		top: 280px;
		width: 100px;
		right: 22px;
	}
	#section-ferienwohung {
		margin-top: -15px;
	}
	#mainSlider .slider-nav .slick-slide {
		border: 5px solid #e1e1e1;
		margin-right: 10px;
		margin-left: 10px;
	}
	#mainSlider .slider-thumbs {
		margin-top: -40px;
	}
	#mainSlider .copyright {
		top: auto;
		bottom: 25px;
		-webkit-transform: rotate(-90deg) translateX(0%);
		   -moz-transform: rotate(-90deg) translateX(0%);
		    -ms-transform: rotate(-90deg) translateX(0%);
			 -o-transform: rotate(-90deg) translateX(0%);
				transform: rotate(-90deg) translateX(0%);
	}
	/* Helper */
	.padding-sm {
		padding-left: 15px;
		padding-right: 15px;
	}
    /* Tiny MCE Classes */
    .img.img-left {
      float: left !important;
      max-width: 250px;
      margin: 0 15px 15px 0;
    }

    .img.img-right {
      float: right !important;
      max-width: 250px;
      margin: 0 0 15px 15px;
    }
	
	/* Hauptnavigation */
	#mainNav ul.navbar-nav > li > a {
		width: auto;
	}
	.nav > li {
		display: inline-block;
	}
	
	#mainNav ul.navbar-nav > li > a:hover,
	#mainNav ul.navbar-nav > li.active > a {
		/* background: #f00; */
	}
	
	/* MainNav Level 2 */
	
	#mainNav ul.navbar-nav li ul {
		position: absolute;
		top: 50px;
		width: 250px;
		display: block;
		padding-left: 0;
	}
		
	#mainNav ul.navbar-nav li:hover ul,
	#mainNav ul.navbar-nav li:hover ul li {
		display: block;
	}
	#mainNav ul.navbar-nav li ul li {
					display: block;
				}

	#mainNav ul.navbar-nav li ul li a,
	#mainNav ul.navbar-nav li ul li.active a {
		border: none !important;
		background: #0f0;
		font-size: 18px;
		line-height: 30px;
		padding-left: 10px;
		display: block;
		text-align: left;
		width: 100%;
		-webkit-transition: max-height 0.3s ease-in;
		-moz-transition: max-height 0.3s ease-in;
		-o-transition: max-height 0.3s ease-in;
		transition: max-height 0.3s ease-in;
		max-height: 0;
		overflow: hidden;
		padding: 0 10px;
		margin: 0 0 1px 0;
		white-space: nowrap;
	}
	
	#mainNav ul.navbar-nav li:hover ul li a {
		max-height: 50px;
	}

	#mainNav ul.navbar-nav li ul li a:hover,
	#mainNav ul.navbar-nav li ul li.active a {
		background: #f00;
		border: none;
		color: #fff;
	}
}
@media (min-width: 992px) {
	.logo.navbar-brand {
		font-size: 20px;
		padding-right: 100px;
	}
	.logo.navbar-brand::after {
		width: 85px;
		height: 20px;
		top: 13px;
	}
	#logo-hindelang {
		top: 20px;
	}
	#logo-allergikerfreundlich {
		top: 280px;
	}
	/* Hauptnavigation */
	#mainNav ul.navbar-nav {
		margin: 0;
	}
	#mainNav ul.navbar-nav > li > a {
		font-size: 18px;
		padding: 10px;
	}
	
	#mainSlider .slider-thumbs {
		margin-top: -60px;
	}
	
	ul.contact-links li a,
	ul.contact-links li button {
		min-width: 240px;
	}
	
	ul.checkmark.colcount-lg-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	/* Helper */
	.padding-md {
		padding-left: 15px;
		padding-right: 15px;
	}
    /* Tiny MCE Classes */
    .img.img-left {
      max-width: 350px;
    }

    .img.img-right {
      max-width: 350px;
  }	
}

@media (min-width: 1200px) {
	.logo.navbar-brand {
		font-size: 24px;
		padding-right: 120px;
	}
	.logo.navbar-brand::after {
		width: 100px;
		height: 23px;
		top: 11px;
	}
	/* Hauptnavigation */
	#mainNav ul.navbar-nav > li > a {
		font-size: 20px;
	}
	
	#mainSlider .slider-thumbs {
		margin-top: -80px;
	}
	/* Helper*/
    /* Tiny MCE Classes */
    .img.img-left {
      max-width: 490px;
    }

    .img.img-right {
      max-width: 490px;
    }
	/* Hauptnavigation */
	#mainNav ul.navbar-nav {
		text-align: center;
	}
	/* mainSlider */
	#mainSlider .copyright {
		bottom: 5%;
	}
	

}
@media (min-width: 1680px) {
	#mainSlider {
		margin: -15px auto 0 auto;
	}
}