/* FARBEN
#eeeeef = Very Pale
#cccccb = Pale
#aaaaa9 = Light
#666667 = Standard
#444445 = Dark
#cc3334 = Action
*/

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

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

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

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


body,
.answer,
#topmenu ul li a,
input,
textarea,
.toolbar ul li.level_1 .submenu ul li a,
.toolbar .submenu .submenu-inner ul li.subtitle h4,
#footer ul li.level_1,
.result-title,
.promo-more:after {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

h3, h4, h5,
.logo,
.toolbar ul li.level_1 .submenu ul li a,
.toolbar ul li a,
.section-link,
#article-header h2,
#footerboxes h4,
.newsflash-title,
#thank-you,
.mobile-nav,
.offer .head h3,
.offer .preis,
#splash,
.promo-tab,
.promo-title,
.promo-more,
.infocenter-iconlink,
.footerbox h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

h2#headertitle,
#splashtext-top,
.promo-tab span,
#homeshop-text h2,
.offer .tab,
#homenav ul li.level_1 a.nav-item {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}


/* Special*/

h1, h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.toolbar ul li a,
#thank-you,
.offer .head h3,
.offer .preis,
.promo-tab,
.promo-title,
.promo-more,
.slidetitle,
.telefon p {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

/*
h1, .home h2, h2, h3, h4, h5,
.slidetitle,
#splashtext-top,
.offer .tab,
#headertitle h2,
.intro-icon a,
.logo,
.toolbar ul.menu li.level_1 .submenu ul li a,
.toolbar ul li a,
.section-link,
.extrabox a,
#footerboxes h4,
.newsflash-title,
#thank-you,
.mobile-nav,
.offer .head h3,
.offer .preis,
#splash,
.infocenter-iconlink,
#homemenu .menu li.level_1 a,
#boxinfo-icons li p,
.getintouch-button,
.toolbar ul li a ,
.toolbar ul.menu li.level_2 a.level_2,
.telefon p {
	font-family: 'Cinzel', serif;
}
*/


/* ################################################################################ */


.mobile-nav {display: none;}
.js .toolbar {max-height: none;}

#mobile-block {
	background: #fff;
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#preloader {
/*
	background: #111 url("../../images/preloader.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover; */
	background-color: #fff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 5999;
}

#preloader-logo {
	height: auto;
	left: 50%;
	margin: 0 auto;
	max-width: 500px;
	overflow: hidden;
	position: absolute;
	top: 45%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 70%;
	z-index: 9999;
}

body {
	background-color: #fff;
 	color: #837d83;
 	font-size: 14px;
 	font-weight: 300;
	height: 100%;
	line-height: 22px;
	width: 100%;
}


/* Print Setup */

body.contentpane {
	background: #fff;
 	color: #555;
 	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.contentpane #maininfo {
	background: #fff;
	padding: 15px;
}


/* Global HTML ############################################################################################################################################ */

.clear {
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	border: none;
	color: #837d83;
	letter-spacing: 1;
	line-height: normal;
	text-align: left;
}

h1, h2, .home h2 {
	border-bottom: 1px solid #ffd3d9;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: normal;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
}

h2 {
	border: none;
	color: #837d83;
	font-size: 18px;
	margin: 0 0 10px 0;
}

h3 {
	border: none; 
	color: #837d83;
	font-size: 18px;
	margin: 15px 0 5px 0;
	padding: 0;
}

h4 {
	border: none; 
	color: #837d83;
	font-size: 16px;
	letter-spacing: 0;
	margin: 15px 0 10px 0;
	padding: 0;
}

h5 {
	border: none; 
	color: #837d83;
	color: #878787;
	font-size: 12px;
	margin: 0;
	padding: 0 0 5px 0;
}

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

p {
	margin: 0 0 10px 0;
	color: #777;
	padding: 0;
	text-align: justify;
}

ol, ul {
	list-style-type: disc;
	margin: 0;
	padding: 5px 0 10px 30px;
}

li {
	margin: 0 0 10px 0;
	text-align: left;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

a, #thank-you {
	color: #837d83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

hr {
	background-image: -webkit-linear-gradient(left, transparent, #666667, transparent); 
	background-image: -moz-linear-gradient(left, transparent, #666667, transparent); 
	background-image: -ms-linear-gradient(left, transparent, #666667, transparent); 
	background-image: -o-linear-gradient(left, transparent, #666667, transparent); 
	background-image: linear-gradient(left, transparent, #666667, transparent); 
	border: 0;
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 70px 0;
	width: 100%;
}




/* Global Elements  ############################################################################################################################################ */

#nav-inner,
.toolbar,
.submenu-wrapper,
footer,
.topbar,
#header-top-inner,
.toolbar,
.toolbar .submenu.icon ul,
.section-inner,
#infocenter-icons,
#maininfo,
#headerboxes,
#maininfo {
	max-width: 1320px;
}

#mobile-header {
	display: none;
}


/* Video */

#video-container {
	float: right;
	margin: 0 0 0 30px;
	width: 50%;
}



/* Icontop */

.icontop {
	height: 40px;
	margin: 0;
	position: relative;
	width: auto;
}


#wrapper {
	margin: 500px auto 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 200;
}

.home #wrapper {
	margin: 0 auto;
}


/* Nav Area */

#nav {
	background-color: #fff;
	border-bottom: 10px solid #837d83; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.25);
	display: block;
	height: 100px;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 4990;
}

.home #nav.homehide {
	top: -120px;
}

#nav-inner {
	height: 100%;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}





/* Logo */

#nav .logo {
	height: 95%;
	left: 15px;
	margin: 0 auto 0 auto;
	position: absolute;
	top: 0;
	width: auto%;
	z-index: 100;
}

.logo a {
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
}

#nav .logo img {
	height: 100%;
	margin: 0;
	padding: 0;
	width: auto;
}

.logo img {
	height: auto;
	margin: 0;
	padding: 0;
	width: 100%;
}



#logoscroll {
	display: none;
	height: 25px;
	left: 0;
	position: absolute;
	top: 2px;
}

#logoscroll img {
	height: 100%;
	width: auto;
}




/* Splash */

#splash {
	background-color: #837d83;
	border: 4px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	left: auto;
	margin: 0;
	max-width: 250px;
	padding: 0 20px 15px 20px;
	position: absolute;
	right: 5%;
	top: 30%;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	width: auto;
	z-index: 700;
}

.home #splash {
	left: 32%;
	right: auto;
	top: 25%;
}

#splash li {
	float: left;
	padding: 10px 15px;
}

#splash p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

#splash h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
	margin: 5px 0 0 0 !important;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

#splash .splashdate {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0;
	margin: 10px 0 0 0 !important;
	padding: 0;
	text-align: left;
}

#splash .splashtitle {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	margin: 0 0 5px 0 !important;
	padding: 0;
	text-align: center;
}

.splash-text {
	font-size: 14px;
	line-height: 20px;
}

.splash-big {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.splash-min {
	font-size: 10px;
	line-height: 20px;
}

.splash-link a {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	margin: 5px 0 5px 0;
	min-height: 20px;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 1000;
}

#splashclose {
	background: #666667 url("../../images/site/close.png") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-size: 16px;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -15px;
	top: -15px;
	white-space: nowrap;
	width: 30px;
	z-index: 1000;
}




/* PopUp */

#popup {
	background-color: rgba(255,255,255,0.85);
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#popup-inner {
	background-color: #6699cd;
	border: 3px solid #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	left: 0;
	margin: 0 auto;
	max-width: 400px;
	padding: 15px 25px;
	position: absolute;
	right: 0;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

#popup h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

#popup h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

#popup p {
	color: #fff;
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

#popup p span {
	font-weight: bold;
}

#popup hr {
	background-color: rgba(255,255,255,0.5);
	border: none;
	display: inline-block;
	height: 1px;
	margin: 10px 0;
	width: 100%;
}

#popup-close {
	background: #6699cd url("../../images/site/close.png") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -20px;
	top: -20px;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 35px;
}

#popup-close:hover {
	background-color: #c00;
}




/* Sprachen */

#sprachen {
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 200px;
	width: 25%;
	z-index: 5000;
}

#sprachen img {
	float: right;
	margin: 0 0 0 10px !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 40px !important
}

#sprachen a {
	bottom: 0;
	height: 100%:;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#sprachen p {
	color: #fff;
	font-size: 14px;
	padding: 10px 0 0 0 !important;
	text-align: right !important;
}

#sprachen:hover img {
	margin: 0 !important;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(0.8);
}




/* Topbar Menu */

.topbar-wrapper {
	background-color: #cccccb;
	height: 30px;
	left: 0;
	margin: 0 auto;
	position: relative;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 3500;
}

.topbar {
	height: 100%;
	margin: 0 auto;
	padding: 5px 20px 0 20px;
	position: relative;
}

.topbar .menu {
	float: right;
	margin: 0 auto;
	padding: 0;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.topbar ul.menu li.level_1 {
	display: inline-block;
	float: right;
	position: relative;
}

.topbar .menu li.level_1 a {
	color: #fff;
	display: block;
	font-size: 14px;
	height: 20px;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.topbar ul.menu li.level_1:hover a {
	opacity: 1;
}

.topbar .menu li.active a.level_1 {
	color: #555;
}

.topbar ul.menu li.level_1 a span.menu-desc {
	display: none;
}





/* Topbar Submenu Slide */

.topbar .submenu {
	background-color: #cccccb;
	border: none;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	display: none;
	margin: 0 0 0 -1px;
	overflow: hidden !important;
	padding: 0;
	position: absolute;
	top: 25px;
	z-index: 999;
}

.topbar .submenu {
	top: 25x;
}

.topbar .submenu ul {
	list-style-type: none;
	padding: 0 20px 10px 20px;
}

.topbar .submenu ul li {
	border-bottom: 1px dashed #aaa;
}

.topbar .submenu ul li.last {
	border: none;
}

.topbar .submenu ul li a {
	background: none;
	color: #fff !important;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 0;
	text-align: left;
	text-transform: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
	width: auto;
}

.topbar .submenu ul li a:hover {
	color: #987 !important;
	text-decoration: none;
}






/* Toolbar Menu */

#toolbar-wrapper {
	height: 80px;
	margin-top: 0;
	position: relative;
	width: 100%;
}

.toolbar {
	background-color: #666667;
	margin: 0 auto;
	position: relative;
}

.toolbar .menu {
	margin: 0;
	float: right;
	padding: 0;
	position: relative;
	white-space: nowrap;
}

.toolbar ul.menu li.level_1 {
	display: inline-block;
	position: relative;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	z-index: 20;
}

.toolbar .menu li.level_1 a {
	background-color: transparent;
	background-image: url("../../images/toolbar.png");
	background-repeat: no-repeat;
	color: #837d83;
	display: block;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	padding: 57px 25px 20px 25px;
	letter-spacing: 0.5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.toolbar ul.menu li.level_1.home {
display: none;
	margin: 0;
	min-width: 0;
	position: relative;
	width: 20px;
	z-index: 20;
}

.toolbar .menu li.level_1.home a {
	background: none !important;
	opacity: 0.5;
	position: relative;
	width: 100%;
}

.toolbar .menu li.level_1.home a img {
	left: 0;
	position: absolute;
	top: 39px;
}

.toolbar .menu:hover li.level_1 {
	opacity: 0.5;
}

.toolbar .menu li.level_1:hover {
	opacity: 1;
}

.toolbar ul.menu li.level_1:hover a,
.toolbar .menu li.active a.level_1 {
	color: #837d83;
}

.toolbar ul.menu li.level_1.nav1 a {background-position: center -100px;}
.toolbar ul.menu li.level_1.nav2 a {background-position: center -300px;}
.toolbar ul.menu li.level_1.nav3 a {background-position: center -500px;}
.toolbar ul.menu li.level_1.nav4 a {background-position: center -700px;}
.toolbar ul.menu li.level_1.nav5 a {background-position: center -900px;}
.toolbar ul.menu li.level_1.nav6 a {background-position: center -1100px;}
 
.toolbar ul.menu li.level_1.nav1 a:hover, .toolbar ul.menu li.level_1.active.nav1 a {background-position: center 0px;}
.toolbar ul.menu li.level_1.nav2 a:hover, .toolbar ul.menu li.level_1.active.nav2 a {background-position: center -200px;}
.toolbar ul.menu li.level_1.nav3 a:hover, .toolbar ul.menu li.level_1.active.nav3 a {background-position: center -400px;}
.toolbar ul.menu li.level_1.nav4 a:hover, .toolbar ul.menu li.level_1.active.nav4 a {background-position: center -600px;}
.toolbar ul.menu li.level_1.nav5 a:hover, .toolbar ul.menu li.level_1.active.nav5 a {background-position: center -800px;}
.toolbar ul.menu li.level_1.nav6 a:hover, .toolbar ul.menu li.level_1.active.nav6 a {background-position: center -1000px;}

.toolbar ul.menu li.level_1:hover a,
.toolbar ul.menu li.active a.level_1 {
	opacity: 1;
}




/*########## Toolbar Submenu Start MEGAMENU ##########

.toolbar ul.menu li .submenu {
	background-color: #666667;
	border: none;
	border-bottom: 10px solid #666667;
	-webkit-box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 40px 40px -10px rgba(0, 0, 0, 0.35);
	display: none;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	right: 0; 
	text-align: center;
	top: 100px;
	width: 100%;
}

.toolbar ul.menu li .submenu * {
	white-space: normal;
}

.toolbar ul.menu li .submenu .submenu-wrapper {
	border-top: none;
	display: inline-block;
	padding: 20px 2%;
	width: 96%;
}

.toolbar ul.menu li .submenu div.submenu-inner {
	display: inline-block;
	float: right;
}

.toolbar ul.menu li .submenu .submenu-inner h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.toolbar ul.menu li .submenu div.toolbar-info,
.toolbar ul.menu li .submenu div.toolbar-image,
.toolbar ul.menu li .submenu ul {
	border-top: 4px solid #666667;
	float: left;
	vertical-align: top;
}

.toolbar ul.menu li .submenu .submenu-inner div.toolbar-info,
.toolbar ul.menu li .submenu .submenu-inner div.toolbar-image {
	float: left;
	margin: 0;
	max-width: 350px;
	padding: 15px 20px 0 0;
	position: relative;
}

.toolbar ul.menu li .submenu .submenu-inner.right div.toolbar-info,
.toolbar ul.menu li .submenu .submenu-inner.right div.toolbar-image {
	float: right;
	padding: 15px 0 0 20px;
}

.toolbar ul.menu li .submenu div.toolbar-info p {
	color: #fff;
	line-height: 20px;
}

.toolbar ul.menu li .submenu div.toolbar-info img {
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	height: auto;
	margin: 0 0 15px 0;
	width: 100%;
}

.toolbar ul.menu li .submenu .submenu-inner ul {
	list-style-type: none;
	margin: 0 auto;
	min-width: 240px;
	padding: 10px 0 15px 20px;
}

.toolbar ul.menu li .submenu .submenu-inner.right ul {
	padding: 10px 20px 15px 0;
}

.toolbar ul.menu li.level_1 .submenu ul li {
	border: none;
	border-bottom: 1px dashed #fff;
	margin: 0;
	padding: 5px 0;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
}

.toolbar ul.menu li.level_1 .submenu ul li.list-image {
	border: none;
	margin: 15px 0;
	text-align: center;
}

.toolbar ul.menu li.level_1 .submenu ul li.list-image img {
	height: auto;
	width: 80%
}

.toolbar ul.menu li.level_1 .submenu ul li.separator {
	border: none;
	clear: both;
	display: inline-block;
	float: none;
	margin: 15px 0 5px 0;
	width: 100%;
}

.toolbar ul.menu li .submenu .submenu-inner ul li.subtitle {
	border: none !important;
}

.toolbar .submenu .submenu-inner ul li.subtitle h3 {
	border: none;
	border-bottom: 1px dashed #fff;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 10px 0 5px 0;
	opacity: 0.7;
	padding: 0;
	text-transform: uppercase;
}

.toolbar ul.menu li .submenu .submenu-inner ul li.subtitle h4 {
	border: none;
	color: rgba(0,0,0,0.5);
	font-size: 12px;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 20px 0 5px 0;
	padding: 0;
}

.toolbar ul.menu li.level_1 .submenu ul li a {
	background: none !important;
	border: none;
	color: #fff;
	display: inline;
	font-size: 14px;
	letter-spacing: 0.5px;
	padding: 2px 10px 2px 5px;
	text-align: left;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
}

.toolbar ul.menu li.level_1 .submenu ul li span.separator {
	clear: both;
	font-size: 13px;
	font-style: italic;
	padding-top: 15px;
	width: 100%;
}

.toolbar ul.menu li.level_1 .submenu ul li a::before {
	content: "\00BB \0020";
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 0 0 5px;
}

.toolbar .submenu .submenu-inner ul li.menulogo {
	margin-top: 25px;
	position: relative;
}

.toolbar .submenu .submenu-inner ul li.menulogo img {
	height: auto;
	position: relative;
	width: 80%;
}

.toolbar ul.menu li.level_1 .submenu ul li:hover {
	background-color: rgba(0,0,0,0.25);
}

.toolbar ul.menu li.level_1 .submenu ul li.menulogo:hover {
	background: none;
}

.toolbar ul.menu li.level_1 .submenu ul li:hover a {
	color: #fff;
}

.toolbar ul.menu li.level_1 .submenu ul li.subtitle:hover {
	background: none;
}

.toolbar ul.menu li.level_1 .submenu ul li:hover a {
	padding-left: 10px;
	padding-right: 5px;
}

*/



/*########## Toolbar Submenu Start DROPDOWN ##########*/


.toolbar ul.menu li .submenu {
	background-color: #837d83;
	border: none;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	display: none;
	left: 50%;
	margin: 0 0 0 -1px;
	padding: 0;
	position: absolute;
	right: auto;
	top: 100px !important;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	z-index: 999;
}

.toolbar ul.menu li .submenu h3, .toolbar li .submenu .toolbar-info {
	display: none !important;
}

.toolbar ul.menu li .submenu ul {
	border-top: none;
	list-style-type: none;
	padding: 10px 0 3px 0;
}

.toolbar ul.menu li .submenu ul li {
	border-bottom: 1px dashed rgba(255,255,255,0.25);
	display: block;
	height: auto;
	margin: 0;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
}

.toolbar ul.menu li .submenu ul li.subtitle {
	display: none !important;
}

.toolbar ul.menu li .submenu ul li:hover {
	background-color: rgba(0,0,0,0.25);
	}

.toolbar ul.menu li .submenu ul li:last-child {
	border: none;
}

.toolbar ul.menu li .submenu ul li a {
	background: none !important;
	color: #fff !important;
	display: block;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 3px 25px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
	width: auto;
}

.toolbar ul.menu li .submenu ul li a.smalloption {
	color: #aaa !important;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding-top: 20px;
	text-transform: none;
}

.toolbar ul.menu li .submenu ul li a::before {
	content: none;
}

.toolbar ul.menu li .submenu ul li a:hover {
	color: #fff !important;
	text-decoration: none;
}



/*########## Toolbar Submenu End ##########*/






/* Homemenu */



/* Home Menus */

#homemenu {
	position: absolute;
	top: 30%;
	width: 100%;
}

#homemenu .menu {
	margin: 0;
	padding: 0;
}

#homemenu ul.menu li.level_1 {
	display: block;
	margin: 1% 0;
}

#homemenu ul.menu li.level_1.first {
	display: none;
}

#homemenu .menu li.level_1 a {
	background: transparent url("../../images/homemenu.png") no-repeat;
	border-right: 0px solid #8c5542;
	color: #fff;
	display: block;
	font-weight: normal;
	line-height: 30px;
	overflow: hidden;
	padding: 10px 70px 5px 0;
	letter-spacing: 1px;
	text-align: right;
	text-decoration: none;
	text-transform: none;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#homemenu .menu li.level_1 a:hover,
#homemenu .menu li.active a.level_1 {
	background-color: #fff;
	border-right: 30px solid #8c5542;
	color: #494949;
	padding-right: 20px;
}

#homemenu ul.menu li.level_1.nav2 a {background-position: 0 0;}
#homemenu ul.menu li.level_1.nav3 a {background-position: 0 -80px;}
#homemenu ul.menu li.level_1.nav4 a {background-position: 0 -160px;}
#homemenu ul.menu li.level_1.nav5 a {background-position: 0 -240px;}

#homemenu ul.menu li.level_1.nav2 a:hover, .homemenu ul.menu li.level_1.active.nav2 a {background-position: 0 -40px;}
#homemenu ul.menu li.level_1.nav3 a:hover, .homemenu ul.menu li.level_1.active.nav3 a {background-position: 0 -120px;}
#homemenu ul.menu li.level_1.nav4 a:hover, .homemenu ul.menu li.level_1.active.nav4 a {background-position: 0 -200px;}
#homemenu ul.menu li.level_1.nav5 a:hover, .homemenu ul.menu li.level_1.active.nav5 a {background-position: 0 -280px;}

#homemenu ul.menu li.level_1 a span.menu-title {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#homemenu ul.menu li.level_1 a span.menu-desc {
	color: rgba(255,255,255,0.7);
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 0;
	text-transform: normal;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#homemenu ul.menu li.level_1 a:hover span.menu-title {
	color: #837d83;
}

#homemenu ul.menu li.level_1 a:hover span.menu-desc {
	color: #8c5542;
}

#homemenu ul.menu li.level_1 div.submenu {
	display: none;
}


.telefon {
	margin-top: 10% !important;
}

.telefon p {
	background: transparent url("../../images/site/telephone.png") no-repeat scroll left center;
    border-right: 0px solid #8c5542;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 70px 5px 30px;
    letter-spacing: 1px;
    text-align: right;
    text-decoration: none;
    text-transform: none;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}




/* ##### Intro Start #################### */


#intro {
	background-color: #fff;
	display: inline-block;
	height: 110vh;
	position: relative;
	width: 100%;
	z-index: 0;
}

#intro .fx {
}

#intro .content-inner {
	height: 100%;
	max-width: 100%;
	padding: 0;
}

#intro .lbox {
	background: #837d83;
	border-right: 8px solid #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 30%;
	z-index: 2000;
}

#intro .rbox {
	background-color: #837d83;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#intro1, #intro2 {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#intro1 {
	background: #fff url("../../images/bg-1.jpg") no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 20;
}

#intro2 {
	background: #fff url("../../images/bg-2.jpg") no-repeat left center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 10;
}



/* Logo */

#intro #logo {
	height: 130px;
	left: 0;
	padding: 30px 0;
	top: 0;
	width: 100%;
}

#intro #logo img {
	height: 100%;
	margin: 0 auto;
	max-width: 400px;
	width: auto;
}

#logoscroll {
	left: 0;
	top: 0px;
	width: 230px;
}

#intro-logo {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 300px;
}





#downlink {
	bottom: 100px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 500;
}

#downlink a {
	left: 0;
	margin: 0 auto;
	padding-top: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100px;
}

#downlink a:hover {
	background: transparent url("../../images/site/downlink.png") no-repeat scroll center top;
	padding-top: 12px;
}

#downtarget {
	bottom: 60px;
	position: absolute;
}



/* Logo Home */

#home {
	left: 2%;
	margin: 0 auto;
	position: absolute;
	text-align: center;
	top: 0;
	width: 320px;
	z-index: 500;
}

#homelogo {
	margin: 10% 10% 5px 10%;
	position: relative;
	text-align: center;
	width: 80%;
	z-index: 300;
}

.logopart {
	height: auto;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: scale(0) translate(-50%, -50%);
	-moz-transform: scale(0) translate(-50%, -50%);
	-ms-transform: scale(0) translate(-50%, -50%);
	-o-transform: scale(0) translate(-50%, -50%);
	transform: scale(0) translate(-50%, -50%);
	transform-origin: 0% 0%;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	z-index: 10;
}

#logo0 {
	bottom: 0;
	height: auto;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	right: 0;
	z-index: 10;
}

.logopart.grow {
	opacity: 1;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-moz-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	-o-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
}

#logotemp {
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}

#logo1 {left: 38%; top: 34%; width: 40%;}
#logo2 {left: 83.5%; top: 37.5%; width: 35%;}
#logo3 {left: 65.5%; top: 13%; width: 25%;}
#logo4 {left: 73%; top: 71%; width: 25%;}
#logo5 {left: 33%; top: 63.5%; width: 20%;}
#logo6 {left: 13%; top: 74%; width: 15%;}
#logo7 {left: 19.5%; top: 55%; width: 15%;}
#logo8 {left: 54.5%; top: 77.5%; width: 15%;}
#logo9 {left: 6%; top: 58%; width: 15%;}

.logopart img,
#logo4 img {
	height: auto;
	width: 100%;
}

#logo p {
	position: relative;
	text-align: center;
	z-index: 50;
}

#logoscroll {
	left: 20px;
	position: absolute;
	top: 10px;
	width: 150px;
}

.home #logoscroll {
	display: none;
}

.logo {
	position: absolute;
}

.logo, .logo p, .logo a, .logo img {
	height: 100%;
	margin: 0;
	padding: 0;
}

.logo img {
	border: none;
	height: auto;
	margin: 0 auto;
	width: 100%;
}

.logo p.claim {
	color: #965e77;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	margin: 0;
	opacity: 0;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
}



/* Homenav */

#homenav {
	bottom: 10%;
	height: 130px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 550;
}

#homenav .menu {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#homenav ul.menu li.level_1 {
	background-color: #666667;
	border: 2px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	display: inline-block;
	margin: 0 20px;
	position: relative;
	width: 230px;
	z-index: 20;
}

#homenav ul.menu li.level_1.home {
	display: block;
	left: 0;
	position: absolute;
	top: 14px;
	width: 30px;
	z-index: 20;
}

#homenav ul li.level_1 a {
	color: #fff;
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	overflow: hidden;
	padding: 5px 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	z-index: 20;
}


#homenav ul.menu li.level_1 img {
	left: 0px;
	margin: 0 auto;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 20px;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	z-index: 10;
}


#homenav ul.menu li.level_1:hover img {
	opacity: 1;
	top: 48px;
}





/* Topbar Submenu Slide */


#homenav ul li.level_1 .submenu {
	background-color: #666667;
	border: 2px solid #fff;
	border-bottom: none;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	bottom: 17px;
	display: none;
	left: 50%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 230px;
	z-index: 10;
}

#homenav ul li.level_1 .submenu {
	top: 25x;
}

#homenav ul li.level_1 .submenu ul {
	list-style-type: none;
	padding: 10px 0 25px 0;
	width: auto;
}

#homenav ul li.level_1 .submenu ul li {
	border-bottom: 1px dashed #aaa;
	margin: 0;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

#homenav ul li.level_1 .submenu ul li:last-child {
	border: none;
}

#homenav ul li.level_1 .submenu ul li a {
	background: none;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: nowrap;
	width: auto;
}

#homenav ul li.level_1 .submenu ul li:last-child a {
	padding-bottom: 10px;
}

#homenav ul li.level_1 .submenu ul li:hover {
	background: rgba(0,0,0,0.5);
}

#homenav ul li.level_1 .submenu ul li:hover a {
	background: none;
	color: #fff;
}




/* ##### Intro End #################### */





/* Header */

header {
	height: 650px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.home header {
	height: 450px;
}




/* Artikel Header */

#article-header {
	background: #ccc url("../../images/article-header.jpg") no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: inline-block;
	height: 100%;
	margin: 0 0 15px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 100;
}

#article-header.thinheader {
	height: 250px;
}

 #article-header img {
	height: auto;
	left: 50%;
	min-height: 100% !important;
	min-width: 100% !important;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 320px;
	width: auto;
}

#article-header h2 {
	background-color: #837d83;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	left: 50%;
	letter-spacing: 3px;
	margin: 0;
	padding: 5px 20px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 28%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	z-index: 500;
}

#header-image-overlay {
	background: rgba(0,0,0,0.25);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.home #header-image-overlay {
	display: block;
}

#header-image {
	background: #fff no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}



/* Header-Boxes */

#headerboxes {
	bottom: 60px;
	height: 200px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	width: 100%;
	z-index: 200;
}

.headerbox {
	background: #aaaaa9 no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 2px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 100%;
	margin: 0 1%;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 30%;
	z-index: 10;
}

.headerbox:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 20;
}

.headerbox h3 {
	background-color: rgba(0,0,0,0.5);
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	color: #fff;
	display: inline-block;
	left: 0;
	margin: 0;
	padding: 7px 0;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
}

.headerbox:hover h3 {
	background-color: rgba(255,255,255,0.5);
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	color: #666667;
}

.headerbox a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 20;
}

.header-top {
	height: 45px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}

#header-top-inner {
	height: 100%;
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}

#headertitle {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -225px;
}

#headertitle h2 {
	background-color: rgba(0,0,0,0.35);
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	letter-spacing: 5px;
	padding: 10px 25px 12px 25px;
	text-align: center;
	text-transform: uppercase;
}








/* Content */

#content-wrapper {
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0 0 0px 0; /* prev: 0 0 35px 0 */
	position: relative;
	z-index: 20;
}

.home #content-wrapper {
	max-width: 100%;
	padding: 0;
}

#content {
	background: transparent url("../../images/content.png") repeat-x scroll center 300px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}




/* Main */

#maininfo {
	margin: 0 auto;
	padding: 270px 25px 20px 25px;
	position: static;
}

.onepage #maininfo {
	max-width: 100%;
	padding: 270px 0 50px 0;
}

.home #maininfo {
	padding-top: 0;
}

#maininfo h5:not(#jobtoggle h5) {
	color: #fff;
	float: left;
	font-size: 42px;
	left: 0;
	letter-spacing: 3px;
	position: absolute;
	right: 0;
	text-align: center;
	top: -250px;
}

.maininfo-left {
	float: left;
	width: 48.5%;
}

.maininfo-right {
	float: right;
	width: 48.5%;
}

#maininfo img.left,
#maininfo .img-intro-left {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	float: left;
	margin: 0 3% 15px 0;
	width: 48.5%;
}

#maininfo img.right,
#maininfo .img-intro-right {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	float: right;
	margin: 0 0 15px 3%;
	width: 48.5%;
}

#maininfo .img-intro-left img,
#maininfo .img-intro-right img {
	margin: 0;
	width: 100%;
}

.onepage #maininfo img.left,
.onepage #maininfo .img-intro-left,
.onepage #maininfo img.right,
.onepage #maininfo .img-intro-right {
	margin-bottom: 0 !important;
}

img.wide {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	clear: both;
	float: none;
	margin: 20px 0 0 0;
	width: 100%;
}

.section-inner img.wide {
	margin: 0 !important;
}

#maininfo .quote {
	color: #aaa;
	font-size: 16px;
	list-style-type: none;
	margin: 20px 0 15px 0;
}

#maininfo .quote span {
	font-size: 12px;
	font-style: italic;
	padding-left: 5px;
}

#maininfo ol {
	list-style-type: decimal;
	padding: 5px 0 10px 30px;
}

#maininfo ul.actions {
	float: right;
	height: 22px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 10px;
}

#maininfo ul.actions img {
	border: none;
	width: auto !important;
}

#maininfo ul.actions li {
	display: inline;
}

#maininfo .noborder {
	border: none !important;
}



.content-icon {
	position: absolute;
	top: -20px;
}

.onepage .content-icon {
	top: -60px;
}



/* Readmore */

#maininfo .readmore a {
	display: inline-block;
	font-style: italic;
	margin-top: 5px;
	text-decoration: none;
}





/* Blog Columns */

.blog {
	float: left;
	width: 48%;
}

.blog:nth-child(odd) {
	margin: 0 0 35px 2%;
}

.blog:nth-child(even) {
	margin: 0 2% 35px 0;
}

.blog img {
	margin-bottom: 50px !important;
	width: 40$ !important;
}





.whoops {
	padding-bottom: 250px;
}




/*##### Section Styling #####*/

.section {
	clear: both;
	display: inline-block;
	margin: 0 auto;
	padding: 70px 2% 70px 2%;
	position: relative;
	width: 96%;
	z-index: 20;
}

.home .section {
	overflow: hidden;
}

.section.dark {
	background-color: #f9f8f9;
}

.section-inner {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.section-inner.zentriert {
	text-align: center;
}

.section:first-child {
	padding-top: 0;
}

.section:last-child {
	margin-bottom: 0;
}

.section-link {
	color: #837d83;
	font-size: 16px;
	margin: 10px 0 0 0;
	padding-left: 0;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.section-link:hover {
	padding-left: 10px;
}

.section1-link a {
	color: white;
}

.lbox, .mbox, .rbox {
	padding-bottom: 30px;
	position: relative;
}

.onepage .lbox, .onepage .mbox, .onepage .rbox {
	display: inline-block;
	padding-bottom: 0;
}

.lbox {
	float: left;
	width: 47%;
}

.mbox {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

.rbox {
	float: right;
	width: 47%;
}

.vid-ger {
	margin-left: 10%;
	width: 90%;
}

.bildbox {
}

.textbox {
	/*padding-top: 50px;*/
}


.bubble {
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.bubble-wt {
	background: transparent url("../../images/bubbles-wt.png") no-repeat center top;
	height: 70px;
	top: 0;
}

.bubble-wb {
	background: transparent url("../../images/bubbles-wb.png") no-repeat center bottom;
	bottom: 0;
	height: 70px;
}

.bubble-gt {
	background: transparent url("../../images/bubbles-gt.png") no-repeat center bottom;
	bottom: 0;
	height: 100px;
}

.bubble-gb {
	background: transparent url("../../images/bubbles-gb.png") no-repeat center top;
	height: 100px;
	top: 0;
}




/* HomeIntro */

#homeintro {
	/*background: transparent url("../../images/homeintro.png") repeat-x center top;*/
}

#homeintro.section {
	background-color: #fff;
	overflow: visible;
	padding-bottom: 0;
	padding-top: 20px;
	position: relative;
	z-index: 10;
}

#homeintro .section-inner {
	margin-top: -100px;
	min-height: 500px;
	z-index: 20;
}


.tree {
	background-attachment: scroll;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 8px solid #837d83;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	-webkit-transform: scale(1) translate(-50%, -50%);
	-moz-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	-o-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.tree:hover {
	-webkit-transform: scale(1.1) translate(-45%, -45%);
	-moz-transform: scale(1.1) translate(-45%, -45%);
	-ms-transform: scale(1.1) translate(-45%, -45%);
	-o-transform: scale(1.1) translate(-45%, -45%);
	transform: scale(1.1) translate(-45%, -45%);
}

.tree a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}


.treeblend {
	background-color: rgba(136,170,59,0.85);
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
	z-index: 20;
}

.treeblend p {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	left: 50%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	width: 100%;
}

#tree1 .treeblend p {font-size: 22px;}
#tree2 .treeblend p {font-size: 18px;}
#tree3 .treeblend p {font-size: 20px;}
#tree4 .treeblend p {font-size: 16px;}

.tree:hover .treeblend {
	opacity: 1;
}

#tree1 {
	background-image: url("../../images/tree1.jpg");
	left: 38%;
	padding-top: 37%;
	top: 34%;
	width: 37%;
}

#tree2 {
	background-image: url("../../images/tree2.jpg");
	left: 66%;
	padding-top: 23%;
	top: 13%;
	width: 23%;
}

#tree3 {
	background-image: url("../../images/tree3.jpg");
	left: 84%;
	padding-top: 28%;
	top: 38%;
	width: 28%;
}

#tree4 {
	background-image: url("../../images/tree4.jpg");
	left: 73%;
	padding-top: 18%;
	top: 72%;
	width: 18%;
}

.home #intro-curve {
	/*background: transparent url("../../images/intro-curve.png") no-repeat center top;*/
	height: 1000px;
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: -80px;
	transform: translateX(-50%);
	width: 100%;
}

#intro-curve:not(.home #intro-curve) {
	background: transparent url("../../images/intro-curve.png") no-repeat center top;
	height: 1000px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	top: -80px;
	transform: translateX(-50%);
	width: 100%;
}

#intro-curve img {
	bottom: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50px);
	user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	width: calc(100% + 100px);
}

#intro-curve #borderEl1 {
	rotate: -5.4deg;
}

#intro-curve #borderEl2 {
	rotate: 7.5deg;
}

#intro-curve #borderEl3 {
	rotate: 5.3deg;
}

.home #intro-curve {
	top: -1000px;
}


.curve {
	height: 100px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 200;
}

.curve.cwt {
	background: transparent url("../../images/curve-white-top.png") no-repeat center top;
	top: 0;
}

.curve.cwb {
	background: transparent url("../../images/curve-white-bottom.png") no-repeat center top;
	bottom: 0;
}

.curve.cgt {
	background: transparent url("../../images/curve-green-top.png") no-repeat center top;
	bottom: 0;
}

.curve.cgb {
	background: transparent url("../../images/curve-green-bottom.png") no-repeat center top;
	top: 0;
}



/* Video */

.section-bg {
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	height: 150%;
	position: absolute;
	top: 0;
	width: 100%;
}

#ingolstadt {
	padding: 0;
	width: 100%;
}

#ingolstadt .section-bg {background-color: #fff;}

#ingolstadt .section-inner {
	min-height: 800px;
}

#ingolstadt .section-content {
	left: 0;
	margin: 0 auto;
	max-width: 700px;
	position: absolute;
	text-align: center;
	right: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 90%;
}

#ingolstadt .section-content h2 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	text-shadow: 2px 2px 0px #000000;
}

#ingolstadt .section-content-text {
	background-color: #837d83;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding: 30px 25px 20px 25px;
	text-align: center;
}

#ingolstadt .section-content p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.section-content p {
	color: #555;
}

#ingolstadt-video {
	bottom: 0;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0px;
	width: auto;
}

#ingolstadt .section-link {
	color: #fff;
}



/* HomeBand */

#sortiment.section {
	margin-top: 80px;
}





/* MODULE - Band ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ */

.module.moduleband {
	max-width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}

.band {
	margin: 0 auto;
	max-width: 100% !important;
	overflow: hidden;
	padding: 250px 0;
	position: relative;
	width: 100% !important;
}

.band.custom {
	height: auto;
}

.band.rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.home .band.rounded {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.bandhead, .bandfoot {
	height: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.home .bandhead, .home .bandfoot {
	display: block;
}

.bandhead {
	background: transparent url("../../images/site/bandhead.png") no-repeat scroll center top;
	left: -50%;
	position: absolute;
	top: 0;
	transform: translateX(50%);
}

.bandhead-alt {
	background-color: white;
	height: 350px;
	left: 50%;
	position: absolute;
	top: -250px;
	transform: translateX(-50%);
	width: 120%;
}

.bandfoot {
	background: transparent url("../../images/site/bandfoot.png") no-repeat scroll center bottom;
	bottom: 0;
	left: -50%;
	transform: translateX(50%);
}

.bandfoot-alt {
	background-color: white;
	bottom: -130px;
	height: 250px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 120%;
}

.bandfooter {
	background: transparent url("../../images/site/bandfooter.png") no-repeat scroll center bottom;
	top: -149px;
}

.band-inner {
	height: 100%;
	padding: 0 25px;
	position: relative;
	text-align: center;
	z-index: 20;
}

.band-content {
	margin: 0 auto;
	max-width: 1200px;
	min-height: 100px;
	padding: 0 30px;
	position: relative;
}

.band-content.custom {
	background:  none;
	max-width: 100px;
	padding: 0;
}

.band.rounded .band-content {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.band-content * {
	text-align: center !important;
}

.band p.custom {
	color: #fff;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.band-content h2 {
	border-bottom-color: #fff !important;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 20px 0;
	padding-bottom: 6px;
}

.band-content p {
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

.band-content p.bandmore {
	background-color: #1c388f;
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
	padding: 8px 12px;
	text-align: right;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.band-content p.bandmore a {
	color: #fff;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.band-content p.bandmore:hover {
	background-color: #fff;
}

.band-content p.bandmore:hover a {
	color: #1c388f !important;
}

.band-content img {
	border: 0;
	max-width: 650px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.bg-inner {
	background-attachment: scroll;
	background-color: #fff;
	background-image: none;
	background-position: center center;
	background-repeat: repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 150%;
	margin: 0;
	min-height: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: -1;
}


/* SMARTPHONE */
@media screen and (max-width: 720px) {

.band-content {
	padding: 15px 15px;
}

.band-content h3 {
	font-size: 16px;
	margin: 0;
}

#maininfo .band-content p {
	font-size: 12px;
	line-height: 18px;
}

}




/* Blogboxes */

#blogboxes {
	display: inline-block;
}

.blogbox {
	margin-bottom: 30px;
	position: relative;
}

.blogbox h3 {
	border-bottom: 1px dashed #666667;
	font-size: 22px;
	margin: 0 0 15px 0;
	padding: 0 0 3px 0;
}

.blogbox img {
	margin: 0 0 10px 0;
}






/*##### Service Icons ##### */

#services {
	clear: both;
	display: inline-block;
	margin: 0;
	position: relative;
	text-align: center;
}

#services h2 {
	border: none;
	display: inline-block;
	font-size: 32px;
	letter-spacing: 3px;
	margin: 40px 0 25px 0;
	text-align: center;
}

.service-box {
	display: inline-block;
	margin: 15px 1% 35px 1%;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 31%;
}

/*
.service-box:nth-child(3n+2) {
	margin: 15px 3.5%;
}
*/

.service-box a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 20;
}

.service-box .icon-overlay {
	background: transparent url("../../images/site/zoom.png") no-repeat scroll center center;
	bottom: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
	z-index: 10;
}

.service-icon {
	border: 2px dashed #ffd3d9;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border-radius: 250px;
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	-o-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	-ms-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.15);
	overflow: hidden;
	margin: 0 auto 20px auto;
	padding: 0;
	position: relative;
	text-align: center;
	-moz-transition: all 0.15s ease-in-out 0s;
	-ms-transition: all 0.15s ease-in-out 0s;
	-o-transition: all 0.15s ease-in-out 0s;
	-webkit-transition: all 0.15s ease-in-out 0s;
	transition: all 0.15s ease-in-out 0s;
	width: 35%;
}

.service-box:hover .service-icon {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.service-icon img {
	height: auto;
	margin: 0;
	position: relative;
	width: 100%;
}

.service-icon img.b {
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
}

.service-icon img.a {
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	z-index: 10;
}

.service-box:hover img.a {
	opacity: 0;
}

.service-box:hover img.b {
	opacity: 1;
}

.service-title {
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center !important;
}

.service-text {
	text-align: center;
}

 .segment-link {
 	display: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
}

.segment-link p {
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	color: #ffd3d9;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 5px 10px;
	text-decoration: none;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	-webkit-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.service-box:hover .segment-link p {
	background-color: #ffd3d9;
	border: 2px solid #837d83;
	color: #837d83;
}










/* Info Banner */

#infobanner .section-inner {
	background-color: #666667;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
}

#infobanner .info {
	float: left;
	padding: 1% 2% 2% 2%;
	width: 46%;
}

#infobanner .info h3 {
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 15px 0 0 0;
	margin: 0 0 15px 0 !important;
	text-align: left;
}

#infobanner .info p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: justify;
}

#infobanner .info a {
	color: #555;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	padding: 0;
}

#infobanner .info .searchbox {
	float: left;
	margin: 0;
	max-width: none;
	padding: 0;
	position: relative;
	width: 50%;
}

#infobanner .info .recommend {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 45%;
}

#infobanner .info h4 {
	margin: 0 0 5px 0;
	padding: 0;
}

#infobanner .image {
	background: #fff no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 50%;
}

#infobanner .info ul {
	float: left;
	list-style: none !important;
	margin: 0;
	padding: 0 0 0 20px !important;
	width: 100%;
}

#infobanner .info ul li {
}

#infobanner .info ul li.spacer {
	border: none;
	height: 20px;
}

#infobanner .info li a::before {
	content: "\00BB \0020";
	display: block;
	float: left;
	font-size: 14px;
	margin-left: -10px;
}

#infobanner .info li a {
	color: #555;
	display: block;
	padding: 3px 10px 3px 0px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#infobanner .info li a:hover {
	padding: 3px 0px 3px 10px;
}

#infobanner .info ul li img {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
}






/* Wide Box */

.boxwide {
	background-color: #837d83;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}

.boxinfo {
	float: left;
	padding: 1% 2% 2% 2%;
	width: 46%;
}

.boxinfo h2 {
	border: none;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
	text-align: left;
}

.boxinfo p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: justify;
}

.boxinfo a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	padding: 0;
}

.boximage {
	background: #fff no-repeat scroll center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	width: 50%;
}





/* Iconrows */

.iconrows {
	display: inline-block;
	list-style-type: none !important;
	margin: 15px 0 0 0;
	padding: 0 !important;
	width: 100%;
}

#home .iconrows {
	opacity: 0;
}

.iconrows li {
	float: left;
	position: relative;
	text-align: center !important;
}

#home .iconrows li {
	margin: 0 0.5%;
	width: 11.5%;
}

.boxwide .iconrows li {
	margin: 0 1%;
	width: 23%;
}

.iconrows li a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

.iconrows li img {
	height: auto;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
}

#home .iconrows li img {
	opacity: 1;
	width: 100%;
}

.boxwide .iconrows li img {
	opacity: 0.7;
	width: 60%;
}

.iconrows li:hover img {
	opacity: 1;
}

.iconrows li p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 0 0 15px 0;
	text-align: center;
	text-transform: uppercase;
}

#home .iconrows li p {
	display: none;
}







/* Offers */

.offers {
	background-color: #aaaaa9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin: 0;
	padding: 25px;
}

.offers h2 {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.offer {
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 300px;
	margin: 0 0.5%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 23.5%;
}

.offer a {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 100;
}

.offer .tab {
	background-color: #cc3334;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -25px;
	top: 0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 120px;
	z-index: 700;
}

.offer .tab p {
	color: #fff;
	font-size: 18px;
	margin: 0;
	padding: 7px 0 5px 5px;
	text-align: center;
}

.offer .head {
	background-color: #666667;
	height: 40px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.offer .head h3 {
	border: none;
	clear: both;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 10px !important;
	text-align: left;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
}

.offer .foto {
	height: 220px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
	z-index: 10;
}

.offer:hover .foto {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.offer .foto img {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.offer .text {
	background-color: #cccccb;
	bottom: 40px;
	color: #fff;
	height: 65px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
	z-index: 20;
}

.offer .text p {
	font-size: 12px;
	padding: 10px;
	text-align: left;
}

.offer .foot {
	background-color: #aaaaa9;
	border-top: 1px dashed #fff;
	bottom: 0;
	font-size: 14px;
	height: 40px;
	line-height: 16px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 20;
}

.offer .ref,
.offer .preis {
	color: #fff;
	position: absolute;
	width: 100%;
}

.offer .ref {
	left: 13px;
	text-align: left;
	top: 15px;
}

.offer .preis {
	font-size: 16px;
	right: 10px;
	text-align: right;
	top: 12px;
}






/* Sidebar */

#sidebar {
	float: left;
	margin: 0 25px 0 0;
	position: relative;
	text-align: left;
	width: 250px;
}

#sidebar h3 {
	border-bottom: 1px dashed #666667;
	color: #666667;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 4px 0;
}

#sidebar ul {
	margin: 0 0 35px 0;
	padding: 0 0 0 5px;
}

#sidebar ul li {
	padding: 2px 0;
}

#sidebar ul li a {
	padding-left: 5px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#sidebar ul li a::before {
	content: "\00BB \0020";
	display: block;
	float: left;
	font-size: 14px;
}

#sidebar ul li a:hover {
	color: #666667;
	padding-left: 10px;
}

#sidebar li.subtitle {
	font-size: 12px;
	margin: 20px 0 0 0;
	opacity: 0.5;
}

#sidebar li.subtitle h4 {
	font-size: 14px;
	font-style: italic;
	margin: 0;
}



#facebook img {
	border: 2px solid #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 280px;
	width: 100%;
}




/* Bildhinweise */

#bildnachweise {
	list-style-type: none !important;
}

.bildnachweise {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.bildnachweise p {
	width: 100%;
}

#bildnachweise .flyoutbox {
	display: none;
	padding: 0;
	width: 100% !important;
}

.flyoutimage {
	border: none;
	float: left;
	margin: 0 15px 10px 0;;
}

a.nohover {
	color: inherit !important;
	cursor: text !important;
	text-decoration: none !important;
}

a.nohover:hover {
	border: none !important;
}










/* Footer ############################################################################################################################################ */

#footer-wrapper {
	background: #837d83;
	clear: both;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1000;
}

footer {
	margin: 0 auto;
	padding: 0 25px;
	position: relative;
}




/* Footerboxes */

#footerboxes {
	clear: both;
	position: relative;
}

.footerbox {
	position: relative;
}

.footerbox h3 {
	color: #fff;
	margin: 0 0 15px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.footerbox h3:before {
	border-top: 4px solid #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 37%;
	width: 100%;
	z-index: 1;
}

.footerbox h3 span {
	background-color: #837d83;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 3px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

footer .logo {
	margin: 0 0 20px 0;
	position: relative;
	width: 70%;
}

.footerbox p {
	color: #fff;
}

.footerbox a {
	color: #fff;
}

.footerbox ul {
	list-style-type: none;
}

.footerbox ul li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin: 1px 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.footerbox ul li:hover {
	background-color: rgba(0,0,0,0.25);
}

.footerbox ul li.spacer {
	border: none;
	height: 20px;
}

.footerbox li a::before {
	content: "\00BB \0020";
	display: block;
	float: right;
	font-size: 14px;
}

.footerbox li a {
	color: #fff;
	display: block;
	padding: 10px 5px 10px 0px;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.footerbox li a:hover {
	padding-left: 10px;
}

#footerbox1 {
	float: left;
	width: 60%;
}

#footerbox2 {
	float: right;
	width: 35%;
}

.footerbox-left {
	width: 100%;
}

.footerbox-left h3 {
	margin-top: 10px;
}

.footerbox-left .logo img {
	width: 35%;
}

.footerbox-right {
	float: right;
	width: 47%;
}

.footerbox-bottom {
	padding-top: 10px;
}







/* Footer Claim */

#claim-footer {
	border: none;
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 50px auto 0 auto !important;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}



/* Copyright */

#copyright {
	clear: both;
	display: inline-block;
	line-height: 20px;
	margin: 0 auto;
	padding: 35px 0 70px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

#copyright p {
	display: inline-block;
}

#copyright p, #copyright a {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 20px;
	margin: 0;
	padding: 2px 0;
	text-align: center;
	text-decoration: none;
}

#copyright a {
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	padding: 0 3px;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#copyright a:hover {
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #fff;
	color: #fff;
}


#copyright ul.menu {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: center;
}

#copyright ul.menu li.level_1 {
	border: none; 
	border-left: 1px solid #fff;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}

a.nohover {
	cursor: text !important;
	text-decoration: none !important;
}

a.nohover:hover {
	border: none !important;
}





/* Google Map */

#google-map {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;	
	height: 600px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#maininfo #google-map {
	height: auto;
}

.google-map-overlay {
	background: transparent; 
	display: inline-block;
	height: 100%;
	margin-top: 0;
	position:absolute;
	top: 0;
	width: 100%;
}




/* Toplink  */

#toplink-wrapper {
	bottom: -1px;
	display: none;
	height: 50px;
	left: 50%;
	margin: 0 auto;
	position: fixed;
	z-index: 10000;
}

#toplink {
	background: transparent url("../../images/site/toplink.png") no-repeat scroll center top;
	height: 50px;
	left: -50%;
	margin: 0 auto;
	position: relative;
	width: 100px;
}

#toplink p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#toplink a {
	padding: 0 50px 25px 50px;
	text-decoration: none;
}



/* Top Achor  */

#top {
	bottom: -1px;
	height: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: -1;
}




/* Modules ########################################################################################## */





/* MODULE: Infocentre */

#infocenter {
	clear: both;
	margin: 100px auto 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}

.home #infocenter {
	margin: 50px auto 0 auto;
}



/* MODULE: Infocenter Angebote */

.angebote {
	background-color: #ddddde;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	margin: 0;
	padding: 2%;
	text-align: center;
	width: 96%;
}

.angebote h2 {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

.angebot {
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 300px;
	margin: 0 0.5%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 23.5%;
}

.angebot a {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 100%;
	z-index: 100;
}

.angebot .tab {
	background-color: #222223;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -25px;
	top: 0;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 120px;
	z-index: 700;
}

.angebot .tab p {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 7px 0 4px 5px;
	text-align: center;
}

.angebot .head {
	background-color: #777778;
	height: 40px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.angebot .head h3 {
	border: none;
	clear: both;
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.5px;
	line-height: 40px;
	margin: 0 !important;
	padding: 0 10px !important;
	text-align: left;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
}

.angebot .foto {
	height: 220px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	width: 100%;
	z-index: 10;
}

.angebot:hover .foto {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.angebot .foto img {
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.angebot .text {
	background-color: #666667;
	bottom: 40px;
	color: #fff;
	height: 65px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	width: 100%;
	z-index: 20;
}

.angebot .text p {
	font-size: 12px;
	padding: 10px;
	text-align: left;
}

.angebot .foot {
	background-color: #777778;
	border-top: 1px dashed #fff;
	bottom: 0;
	font-size: 14px;
	height: 40px;
	line-height: 16px;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 20;
}

.angebot .ref,
.angebot .preis {
	color: #fff;
	position: absolute;
	width: 100%;
}

.angebot .ref {
	left: 13px;
	text-align: left;
	top: 15px;
}

.angebot .preis {
	font-size: 16px;
	right: 10px;
	text-align: right;
	top: 12px;
}






/* MODULE: Infocenter Anfahrt */

#infocenter-anfahrt {
	display: none;
	margin: 20px auto 60px auto;
	max-width: 900px;
	min-width: 600px;
	padding: 70px 2%;
	width: 75%;
}

.home #infocenter-anfahrt {
	margin: 120px auto 100px auto;
}

#infocenter-anfahrt h3, #infocenter-anfahrt p {
	text-align: center;
}

#infocenter-anfahrt h3 {
	font-size: 22px;
	margin: 0 0 10px 0; 
	text-align: center;
}

#infocenter-anfahrt p {
	text-align: center;
}

#infocenter-anfahrt form input {
	background-color: #fff6f7;
	border: 1px solid #837d83;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	color: #555;
	font-size: 16px;
	margin: 15px 0 20px 0;
	padding: 10px 1.5%;
	text-align: center;
	width: 97%;
}

#infocenter-anfahrt button {
	background-color: #ffd3d9;
	border: 2px solid #837d83;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	color: #837d83;
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

#infocenter-anfahrt button:hover {
	background-color: #fff;
	border: 2px solid #ffd3d9;
	color: #837d83;
	padding: 12px 50px;
}




/* infocenter Icons */

#infocenter-icon-wrapper {
	background: #837d83;
	display: inline-block;
	min-height: 420px;
	padding: 0 0 120px 0;
	position: relative;
	width: 100%;
}

#infocenter-icon-wrapper .bubble-gt {
	bottom: auto;
	top: -100px;
}

#infocenter-icon-wrapper .bubble-gb {
	bottom: -100px;
	top: auto;
}

#infocenter-icons {
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.infocenter-icon {
	display: inline-block;
	padding: 0;
	position: relative;
	vertical-align: top;
}

#infoicon5 {display: none;}

.infocenter-icon a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100
}

#infocenter-icons .infocenter-icon p {
	text-align: center;
}

#infocenter-icons.icons-3 .infocenter-icon {
	margin: 0 2%;
	width: 29%;
}

#infocenter-icons.icons-4 .infocenter-icon {
	margin: 0 1.5%;
	vertical-align: top;
	width: 21.5%;
}

.infocenter-icon .infocenter-icon-image {
	height: 120px;
	margin: 0 auto 10px auto;
	opacity: 0.75;
	padding: 0;
	position: relative;
	text-align: center;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	width: 120px;
}

.infocenter-icon:hover .infocenter-icon-image {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.infocenter-icon-image img {
	height: auto;
	width: 100%;
}

.infocenter-icon-title {
	color: #fff;
	font-size: 18px;
	margin: 0 0 5px 0;
	text-align: center !important;
}


#infocenter-icons.icons-3 .infocenter-icon-text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

#infocenter-icons.icons-4 .infocenter-icon-text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.infocenter-iconlink {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.infocenter-icon:hover .infocenter-iconlink {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}





/* MODULE:; Fancybox Galerie */

.gallery {
	float: right;
	margin: 5px 0 10px 25px;
	position: relative;
	width: 100%;
}

.gallery.ref {
	float: none;
	margin: 0;
	position: relative;
	width: 100%;
}

p.zoom-hinweis {
	bottom: -20px;
	color: #837d83;;
	font-size: 11px;
	font-style: italic;
	position: absolute;
	right: 15px;
	top: -25px;
}

.gallery .fancybox {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 0 10px 2%;
	overflow: hidden;
	position: relative;
	width: 47%;
}

.gallery.g1 .fancybox {margin: 0 0 2%; width: 100%;}
.gallery.g2 .fancybox {margin: 1%; width: 48%;}
.gallery.g3 .fancybox {margin: 1%; width: 31%;}
.gallery.g4 .fancybox {margin: 0.5%; width: 23.5%;}
.gallery.g5 .fancybox {margin: 0.5%; width: 19%;}
.gallery.g6 .fancybox {margin: 0.5%; width: 15.5%;}
.gallery.g7 .fancybox {margin: 0.5%; width: 15.5%;}
.gallery.g8 .fancybox {margin: 0.5%; width: 11.5%;}

.gallery.ref .fancybox {
	height: 120px;
	margin: 5px 0.5%;
	width: 15.3%;
}

.gallery .fancybox img {
	border: none !important;
	height: auto;
	padding: 0 !important;
	position: relative;
	top: 50%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
}

.gallery .fancybox:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery .fancybox .fancybox-mouseover {
	background-color: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 20;
}

.gallery .fancybox .fancybox-zoom {
	background: transparent url("../../images/site/zoom.png") no-repeat scroll center center;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	width: 100%;
	z-index: 30;
}

.gallery .fancybox:hover .fancybox-zoom {
	opacity: 1;
}

.gallery:hover .fancybox .fancybox-mouseover {
	opacity: 0.5;
}

.gallery .fancybox:hover .fancybox-mouseover {
	opacity: 0;
}

.fancybox-caption-wrap {
}

.fancybox-caption {
	text-align: center !important;
}





/* MODULE:; Toggle Box */

#togglebox {
	list-style-type: none !important;
	padding: 5px 0 10px 0 !important;
}

.togglebox {
	clear: both;
	cursor: pointer;
	float: left;
	margin: 12px 0 0 10px;
	width: 100%;
}

.togglebox h3 {
	background: transparent url("../../images/site/togglebox-h3.png") no-repeat scroll 0 -24px;
	border-bottom: 1px dashed #ccc;
	color: #aaa;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 0 0 -15px !important;
	padding: 0 0 5px 15px !important;
	text-align: left;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.togglebox h3:hover,
.togglebox.opened h3 {
	background-position: 0 5px;
	border-bottom: 1px dashed #c00;
	color: #c00;
}

.togglebox p {
	width: 100%;
}

.flyoutbox {
	display: none;
	padding: 5px 0 0 0;
	width: 100% !important;
}

.flyoutimage {
	border: none;
	float: left;
	margin: 0 15px 10px 0;;
}






/* MODULE: Toggle Row Tabs */

#togglerow {
	display: inline-block;
	margin: 35px 0 0 0;
	width: 100%;
}

.togglerow {
	display: inline-block;
	list-style-type: none !important;
	padding: 0 !important;
	position: relative;
	z-index: 20;
}

li.togglelink {
	background-color: #eee;
	border: 1px solid #555;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	cursor: pointer;
	float: left;
	height: 32px;
	list-style-type: none;
	margin: 0 3px 0 0;
	position: relative;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.showtab {
	color: #aaa;
	font-size: 12px;
	left: 0;
	position: absolute;
	top: -30px;
}

.togglelink h3 {
	background: transparent url("../../images/site/togglebox-h3.png") no-repeat scroll 7px -22px;
	border: none;
	color: #555;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 0;
	opacity: 0.7;
	padding: 7px 15px 3px 23px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

.togglelink h3:hover {
	background-position: 7px 8px;
	color: #a00;
}

.togglelink.opened {
	background-color: #fff;
	border-bottom-color: #fff;
}

.togglelink.opened h3 {
	background-position: 7px 8px;
	color: #a00;
}

.flyout-holder {
	background-color: #fff;
	border: 1px solid #555;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	clear: both;
	margin: -1px 0 0 0;
	padding: 20px 20px;
	position: relative;
	z-index: 10;
}

.flyoutrow {
	clear: both;
	display: none;
	margin-top: 5px;
	padding: 0;
	position: relative;
	width: 100% !important;
}

.flyoutrow .cover {
	background-color: rgba(255,255,255,0.85);
	content: "";
	display: none;
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.flyoutrow ul {
	list-style-type: circle !important;
	padding: 5px 0 10px 25px !important;
}

.flyoutrow h3 {
	margin-top: 0 !important;
	padding: 0 0 10px 0;
}

.flyoutrow li {
	cursor: pointer;
	padding: 0 0 2px 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.flyoutrow li:hover {
	color: #92c46b;
	padding-left: 30px;
}



/* Lightslider */ 

#slidegalerie {
	position: relative;
	text-align: center;
}

.referenz {
	display: inline-block;
	margin: 0 0 20px 0;
	position: relative;
	vertical-align: top;
	width: 46.5%;
}

.referenz:nth-child(odd) {
	margin-right: 3%;
}

.referenz:nth-child(even) {
	margin-left: 3%;
}

#slidegalerie h2 {
	font-size: 24px;
	letter-spacing: 3px;
	margin: 0;
	text-align: center;
}

#slidegalerie h3 {
	margin: 30px 0 15px 0;
	text-align: center;
}

#maininfo .slidegalerie {
	background-color: #edf2e2;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0 auto;
	max-width: 800px;
	padding: 15px;
	position: relative;
   width: 100%;
}

#maininfo .slidegalerie h3 {
   text-align: center;
}

#maininfo .slidegalerie ul {
	list-style: none;
	margin: 0 auto;
	padding: 0 !important;
}

#maininfo .slidegalerie ul.lSGallery {
	width: 100% !important;
}


#maininfo .slidegalerie.s3 ul.lSGallery li {
	margin: 0 0.5% !important;
	width: 32% !important;
}

#maininfo .slidegalerie.s5 ul.lSGallery li {
	margin: 0 0.5% !important;
	width: 19% !important;
}

#maininfo .slidegalerie.s8 ul.lSGallery li {
	margin: 0 0.5% !important;
	width: 11.5% !important;
}

.lSSlideWrapper {
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important;
	overflow: hidden !important;
}

.slidegalerie ul li {
	display: inline-block;
	float: none;
	margin: 0 !important;
	position: relative;
}

.slidegalerie ul li img {
	height: auto;
	width: 100%;
}

.slidegalerie li .caption {
	background-color: rgba(0,0,0,0.7);
	bottom: 5px;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.slidegalerie li .caption p {
	color: #fff;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
}

.slidegalerie ul.lSPager li img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: auto;
	width: 100%;
}




/* Kontakt */

.kontakt-left {
	float: left;
	width: 45%;
}

.kontakt-right {
	float: right;
	width: 50%;
}



/* ##### FORMULAR START ##### */

.formular-wrapper {
	display: inline-block;
	margin: 0 0 25px 0;
	width: 100%;
}

.form-hinweis {
	font-size: 14px;
	font-style: italic;
	margin: 0;
	padding: 10px 0 0 0;
}

.kontakt-input, .kontakt-area {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}

.form-radio {
	float: left;
	padding: 10px 25px 15px 0;
}

.formular input[type=radio] {
	padding: 0 10px 0 0;
}

.formular input[type=text] {
	background-color: rgba(255,255,255,0.75);
	border: none;
	border: 1px dashed #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #333 !important;
	float: left;
	height: 40px;
	font-size: 16px !important;
	letter-spacing: 0.5px;
	outline: none;
	padding: 0 0 0 10px;
	width: 100%;
}

.form-plz {
	float: left;
	width: 28%;
}

.form-ort {
	float: right;
	width: 68%;
}

.form-name {
	width: 100%;
}

.form-email {
	float: left;
	width: 58%;
}

.form-telefon {
	float: right;
	width: 38%;
}

.formular textarea {
	background-color: rgba(255,255,255,0.75);
	border: 1px dashed #aaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #333 !important;
	float: left;
	height: 150px;
	font-size: 16px !important;
	letter-spacing: 0.5px;
	outline: none;
	padding: 10px;
	width: 100%;
}

.form-message h4 {
	float: none;
	margin-bottom: 5px;
}

.formular .send-form {
	background-color: #fff;
	border: 1px solid #aaaaa9;
	color: #333;
	cursor: pointer;
	font-size: 16px;
	float: right;
	margin: 0;
	padding: 7px 12px 5px 12px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.formular .send-form:hover {
	background-color: #aaaaa9;
	border: 1px solid #cccccb;
	color: #fff;
}

.formular .form-dsgvo {
	clear: both;
	position: relative;
}

.formular .form-dsgvo input {
	float: left;
	margin: 4px 5px 0 0;
	padding: 0;
	position: relative;
	width: 20px;
}

.formular .form-dsgvo p {
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: static;
	text-align: justify;
}

.formular label.error,
.formular p.error {
	color: #900;
	display: none;
}

.thank-you {
	display: none;
}

.thank-you h3 {
	margin-top: 120px;
	text-align: center !important;
}

.thank-you h3::before {
	display: none;
}

.form-phone {
	display: none;
}


/* Captcha */

.captcha-container {
	display: inline-block;
	margin: 10px 0;
	position: relative;
	width: 100%;
}

.captcha-container div.captcha-hinweis {
	height: 20px;
	margin: 0 !important;
}

.captcha-container div.captcha-hinweis p {
	display: inline-block;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

#captcha {
	margin: 0 !important;
}

#captcha div {
	float: right;
	max-width: 200px;
	width: 35%;
}

#captcha canvas {
	float: right;
	text-align: center;
	width: 100%;
}

#captcha div.controls {
	float: left;
	max-width: 100%;
	padding: 8px 0 0 0;
	width: 60%;
}

#captcha div.controls img {
	border: none;
	height: 25px;
	width: auto;
}

#captcha div.controls .captcha-feld {
	float: left;
	max-width: 100%;
	width: 80%;
}

#captcha div.controls input {
	height: 35px;
	padding: 0;
	text-align: center;
	width: 100%;
}

#captcha div.controls button {
	float: right;
	height: 35px;
	padding: 0;
	width: 15%;
}

p.wrong {
	clear: both;
	display: none;
	width: 100%;
}

p.wrong.shake {
	display: block;
}

p.wrong.shake {
	animation: shake .4s cubic-bezier(.36, .07, .19, .97) both;
	backface-visibility: hidden;
	perspective: 1000px;
	transform: translate3d(0, 0, 0);
}

h2.philosophie {
	border: none;
	color: #41763d;
	font-size: 24px;
	letter-spacing: 1;
	line-height: normal;
	text-align: left;
}

@keyframes shake {
10%, 90% {transform: translate3d(-1px, 0, 0);}
20%, 80% {transform: translate3d(1px, 0, 0);}
30%, 50%, 70% {transform: translate3d(-2px, 0, 0);}
40%, 60% {transform: translate3d(2px, 0, 0);}
}

/* ##### FORMULAR END ##### */









/*##### Jobs Toggle #####*/

#jobtoggle {
	list-style-type: none !important;
	margin: 0 3%;
	padding: 5px 0 10px 0;
	width: 94%;
}

.jobtoggle {
	background-color: #fff;
	border: 1px dashed #aaaaa9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	clear: both;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 0 20px;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.jobtoggle h3 {
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 15px 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.jobtoggle h3 span {
	font-size: 14px;
	opacity: 0.7;
	padding-left: 5px;
	text-transform: lowercase;
}

.jobtoggle h3:hover,
.jobtoggle.opened h3 {
	color: #000;
}

.jobtoggle .link {
	background: #ffd3d9 url("../../images/site/joblink.png") no-repeat scroll center center;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 12px;
	height: 100%;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
	white-space: nowrap;
	width: 40px;
}

.jobtoggle.opened .link {
	display: none;
}

.jobtoggle p {
	width: 100%;
}

.jobflyout {
	display: none;
	padding: 5px 0 20px 0;
	width: 100% !important;
}

.jobflyout h4 {
	margin: 20px 0 0 0;
}

.jobflyout h4:first-child {
	margin: 0;
}

.jobflyout li {
	margin-bottom: 5px;
}

.jobflyoutimage {
	border: none;
	float: left;
	margin: 0 15px 10px 0;;
}

/*##### Jobs End #####*/




#apcontent {
    border: 2px solid rgba(255,255,255,0.7);
    display: none;
    left: 10%;
    margin: 0 auto;
    padding: 4px;
    position: absolute;
    top: 10%;
    z-index: 15000 !important;
}

#apcontent-inner {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(255,255,255,0.7);
    margin: 0 auto;
    padding: 30px 70px 15px 30px;
    position: relative;
}

.aplogo img {
    height: auto;
    margin-bottom: 10px;
    max-width: 250px;
    width: 100%;
}

#apcontent-inner a {
    color: #000;
    text-decoration: none;
}

#apcontent-inner a.datenschutz {
    color: #999;
    font-size: 12px;
}




/* BACKGROUNDS ########################################################################################################################## */

.cb-slideshow,
.cb-slideshow:after {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.cb-slideshow li {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.cb-slideshow li span {
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 30s linear infinite 0s;
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    animation: imageAnimation 30s linear infinite 0s;
	background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    opacity: 0;
    width: 100%;
    z-index: 0;
}



.cb-slideshow li:nth-child(1) span {
	background-image: url(../../images/apimages/intro1.jpg)
}
.cb-slideshow li:nth-child(2) span {
    background-image: url(../../images/apimages/intro2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
    background-image: url(../../images/apimages/intro3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}
.cb-slideshow li:nth-child(4) span {
    background-image: url(../../images/apimages/intro4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}
.cb-slideshow li:nth-child(5) span {
    background-image: url(../../images/apimages/intro5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}



/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1.1);
    }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    50% {
        opacity: 1;
        transform: scale(1.1);
    }
    70% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}


#slogan {
	bottom: 20%;
	left: 15%;
	position: absolute;
	z-index: 500;
}

#slogan p {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 48px;
}

#slogan p span {
	font-size: 60px;
}

#slogan p span.space {
	padding-left: 50px;
}

/* Einzugsgebiete */
.einzug-map {
	float: left;
	width: 48.5%;
}

.einzug-text {
	float: right;
	width: 48.5%;
}

.einzug-text li {
	margin: 0;
}

.einzug-text li li:hover {
	color: #944d5b;
	cursor: pointer;
	text-decoration: underline;
}

.einzugsgebiete {
	display: none;
}

/* Datenschutz */
.datenschutz #maininfo p, .privacy #maininfo p {font-size: 12px; line-height: 18px; margin: 0 0 10px 0; padding: 0; text-align: left;}
.datenschutz #maininfo h1, .privacy #maininfo h1 {margin: 0;}
.datenschutz #maininfo h2, .privacy #maininfo h2 {border: none; display: block; font-size: 20px; letter-spacing: 0; margin: 25px 0 10px 0; padding: 0; text-align: left; text-transform: none;}
.datenschutz #maininfo h3, .privacy #maininfo h3 {border: none; display: block; font-size: 16px; letter-spacing: 0; margin: 0 0 5px 0; padding: 0; text-align: left; text-transform: none;}



/* NO SCRIPT ########################################################################################################################## */

.noscript #element {
	display: block;
}


.zzz {
	color: #f00 !important;
}