/* FARBEN
#eeeeef = Very Pale
#cccccb = Pale
#aaaaa9 = Light
#53a1b1 = 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;
}

h1, h2, 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, h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.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: 4999;
}

#preloader-logo {
	height: auto;
	left: 50%;
	margin: 0 auto;
	max-width: 300px;
	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;
}

#preloader-logo img {
	height: auto;
	position: relative;
	width: 100%;
	z-index: 20;
}

body {
	background-color: #fff;
 	color: #777;
 	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: #53a1b1;
	letter-spacing: 1;
	line-height: normal;
	text-align: left;
}

h1, h2, .home h2 {
	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;
	font-size: 18px;
	margin: 0 0 10px 0;
}

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

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

h5 {
	border: none; 
	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;
	padding: 0;
	text-align: left;
}

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: #53a1b1;
	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, #53a1b1, transparent); 
	background-image: -moz-linear-gradient(left, transparent, #53a1b1, transparent); 
	background-image: -ms-linear-gradient(left, transparent, #53a1b1, transparent); 
	background-image: -o-linear-gradient(left, transparent, #53a1b1, transparent); 
	background-image: linear-gradient(left, transparent, #53a1b1, transparent); 
	border: 0;
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 70px 0;
	width: 100%;
}




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

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

#mobile-header {
	display: none;
}

#befragung {
	border: 2px solid #ed6a57;
  border-radius: 10px;
  margin: 30px 0;
  padding: 10px;
}


/* Video */

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



/* Icontop */

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


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



/* Nav Area */

#nav {
	background-color: #cccccb;
	border-bottom: 10px solid #53a1b1; 
	-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: 110px;
	left: 0;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 4990;
}

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

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





/* Logo */


/* Logo */

.logo {
	max-width: 250px;
	position: relative;
}

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







/* Sprachen */

#sprachen {
	color: #ccc;
	display: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
	-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;
}

.home #sprachen {
	display: block;
	opacity: 1;
}

#sprachen ul {
	margin: 0;
	padding: 0;
}

#sprachen li {
	display: inline-block;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

#sprachen li a {
	color: #777778;
	font-size: 12px;
	letter-spacing: 1px;
	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;
}

#sprachen a:hover {
	color: #c00;
}





/* 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: #53a1b1;
	display: inline-block;
	float: right;
	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;
	min-width: 120px;
	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;
/*	width: 150px;*/
	z-index: 20;
}

.toolbar .menu li.level_1 a {
	background-color: transparent;
	background-image: url("../../images/toolbar.png");
	background-repeat: no-repeat;
	color: #777;
	display: block;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	padding: 62px 10px 10px 10px;
	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: #53a1b1;
}

.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: #53a1b1;
	border: none;
	border-bottom: 10px solid #53a1b1;
	-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 #53a1b1;
	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: #53a1b1;
	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 ##########*/






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

#intro {
	background-color: #fff;
	clear: both;
	height: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1;
}




/* ##### Downlink #################### */

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

#downlink a {
	background: transparent url("../../images/site/downlink.png") no-repeat scroll center top;
	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 {
	padding-top: 10px;
}

#downlink a img {
	opacity: 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;
}

#downlink a:hover img {
	opacity: 1;
}

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

#intro-inner {
	height: 100%;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 30;
}

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




/* Logo Home */


.logo {
	margin: 0 0 20px 0;
	max-width: 280px;
	position: relative;
}




/* 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: #53a1b1;
	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: #53a1b1;
	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;
}


/* Slide Captions */

#slidedescription { 
	color: #fff;
	left: 0;
	margin: 0 auto;
	max-width: 800px;
	overflow: hidden; 
	position: absolute;
	right: 0;
	text-align: center;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slidetitle, .slidecaption {
	color: #fff;
	line-height: normal;
	text-align: center;
}

.slidetitle span {
	display: inline-block;
	font-size: 42px;
	margin: 0 0 5px 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
} 

.slidecaption {
	clear: both;
	display: block;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
} 

.slidelink a {
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	margin: 5px 0 0 0;
	padding: 5px 15px;
	text-align: center;
	text-decoration: none;
	text-shadow: 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;
}

.slidelink a:hover {
	background-color: rgba(255, 255, 255, 0.75);
	color: #000;
}


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





/* Header */

header {
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 100px 0 0 0;
	position: relative;
	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: rgba(0,0,0,0.5);
	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: 47%;
	-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: #53a1b1;
}

.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 35px 0;
	position: relative;
	z-index: 20;
}

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

#content {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}


/* Site VK */

#sitevk {
	border: 2px solid rgba(255,255,255,0.7);
	margin: 0 auto;
	max-width: 1000px;
	padding: 4px;
	position: relative;
	z-index: 500 !important;
}

.home #sitevk {
	left: 0;
	max-width: 500px;
	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%);*/
}

#sitevk * {
	text-align: left;
}
.home #sitevk * {
	text-align: center !important;
}

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

#sitevk-inner h1 {
	margin: 0 auto 15px auto;
}




/* Main */

#maininfo {
	margin: 0 auto;
	min-height: 100vh;
	padding: 40px 25px 20px 25px;
	position: static;
}

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

#maininfo 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 ul {
	list-style-type: circle;
	padding: 5px 0 10px 20px;
}

#maininfo li {
	color: #53a1b1;
	list-style-type: circle;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.datenschutz #maininfo ul, .privacy #maininfo ul {
	padding: 5px 0 10px 20px;
}

#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;
}





/* 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;
	overflow: hidden;
	padding: 70px 2% 70px 2%;
	position: relative;
	width: 96%;
	z-index: 20;
}

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

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

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

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

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

.section-link {
	color: #53a1b1;
	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;
}

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

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

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

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

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

.bildbox {
}

.textbox {
	padding-top: 50px;
}




/* HomeIntro */

#homeintro.section {
	padding-top: 20px;
}




/* HomeBand */

#homeband.section {
	background-color: #53a1b1;
	height: 500px;
	margin-top: 100px;
	padding: 0 2% 0 2%;
	text-align: center;
}

#homeband .section-inner {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

#homeband .lbox,
#homeband .mbox,
#homeband .rbox {
	float: left;
	margin: 0 4%;
	padding: 0;
	position: relative;
	width: 25%;
}

#homeband .extrabox {
	margin: 0 auto;
	padding: 0;
	max-width: 780px;
	position: relative;
}

#homeband h2 {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	padding: 7px 12px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#homeband h3 {
	border: none;
	color: #ccc;
	font-size: 16px;
	padding: 0;
	margin: 0 0 7px 0;
	text-align: center;
	text-transform: uppercase;
}

#homeband h4 {
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
}

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

#homeband p.section1-link {
	padding-top: 15px;
	text-align: center;
}

#homeband p a {
	color: #fff;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}

#homeband .section-link a {}
#homeband .section-link a:hover {}



#homeband .section-link {
	color: #999;
}

#homeband .section-link:hover {
	color: #fff;
}





/* Blogboxes */

#blogboxes {
	display: inline-block;
}

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

.blogbox h3 {
	border-bottom: 1px dashed #53a1b1;
	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: 20px 0 20px 0;
	position: relative;
	text-align: center;
}

#services h2 {
	display: inline-block;
	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 #53a1b1;
	-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: 40%;
}

.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: left;
}

 .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: #53a1b1;
	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: #53a1b1;
	border: 2px solid #fff;
	color: #fff;
}










/* Info Banner */

#infobanner .section-inner {
	background-color: #53a1b1;
	-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: #53a1b1;
	-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-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%;
}

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

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

.iconrows li:hover img {
	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);
}

.iconrows li p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: -10px 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: #53a1b1;
	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 #53a1b1;
	color: #53a1b1;
	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: #53a1b1;
	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-color: #53a1b1;
	border-top: 20px solid #cccccb;
	clear: both;
	padding: 50px 0 0 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: #53a1b1;
	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: 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: 8px 5px 8px 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 {
	float: left;
	width: 47%;
}

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

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

.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: 10px 0 10px 0;
	position: relative;
	text-align: center;
	width: 100%;
}

#copyright p {
	display: inline-block;
}

#copyright p, #copyright a {
	color: #2a5189;
	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 #2a5189;
	border-top: 1px dashed #2a5189;
	color: #2a5189;
}


#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%;
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
	-webkit-filter: grayscale(100%);
	-moz-transition: grayscale(100%);
	-ms-transition: grayscale(100%);
	-o-transition: grayscale(100%);
	filter: grayscale(100%);	
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

#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: 0 auto;
	padding: 100px 0 35px 0;
	position: relative;
	text-align: center;
	width: 100%;
}


/* 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: #53a1b1;
	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 {
	margin: 50px auto 0 auto;
	max-width: 900px;
	min-width: 600px;
	padding: 70px 2%;
	width: 75%;
}

#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: #eee;
	border: 1px solid #bebebe;
	-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: #777778;
	border: 2px solid #fff;
	-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: #fff;
	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 #777778;
	color: #333334;
	padding: 12px 50px;
}




/* infocenter Icons */

#infocenter-icon-wrapper {
	background-color: #53a1b1;
	display: inline-block;
	width: 100%;
}

#infocenter-icons {
	margin: 0 auto;
	padding: 70px 0;
	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: 12px;
	line-height: 18px;
}

.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 {
	position: relative;
}

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

.gallery.wide {
	float: none;
	margin: 0;
	width: 100%;
}

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

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

.gallery .fancybox {
	border: 1px solid #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;
	float: left;
	height: 155px;
	margin: 0 0 10px 2%;
	overflow: hidden;
	position: relative;
	width: 47%;
}

.gallery.g1 .fancybox {margin: 0 0 2% 0; height: auto; padding-bottom: 60%; width: 100%;}
.gallery.g2 .fancybox {margin: 1%; height: 135px; width: 48%;}
.gallery.g3 .fancybox {margin: 1%; height: 100px; width: 31%;}
.gallery.g4 .fancybox {margin: 0.5%; height: 80px; width: 23.5%;}
.gallery.g5 .fancybox {margin: 0.5%; height: 60px; width: 19%;}
.gallery.g6 .fancybox {margin: 0.5%; height: 40px; width: 15.5%;}
.gallery.g7 .fancybox {margin: 0.5%; height: 40px; width: 15.5%;}
.gallery.g8 .fancybox {margin: 0.5%; height: 40px; width: 15.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: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) 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: translateY(-50%) scale(1.1);
	-moz-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	-o-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) 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 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: #eeeeef;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-ms-border-radius: 20px !important;
	-o-border-radius: 20px !important;
	border-radius: 20px !important;
	float: none;
	margin: 0 auto;
	min-width: 750px;
	padding: 15px 20px;
	position: relative;
   width: 60%;
}

#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;
	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: #53a1b1;
	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: #00b1b2;
	border: 1px solid #53a1b1;
	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 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 {
	background: #eee url("../../system/scripts/mailer/assets/refresh.png") no-repeat scroll center center;
	-webkit-background-size: auto 80%;
	-moz-background-size: auto 80%;
	-ms-background-size: auto 80%;
	-o-background-size: auto 80%;
	background-size: auto 80%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	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);
}

@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: #53a1b1 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 #####*/






/* Splash */

#splash-wrapper {
	bottom: -50px;
	height: 140px;
	left: 0;
	margin: 0 auto;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 2500;
}

#splash {
	background-color: #53a1b1;
	border: 4px solid #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5%;
	z-index: 700;
}

#splash.square {
	-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);
	max-width: 300px;
	padding: 10px 20px 15px 20px;
	width: auto;
}

#splash.round {
	-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);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	height: 180px;
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);
	width: 180px;
}

#splash #splash-inner {
	position: relative;
}

#splash.round #splash-inner {
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

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

#splash .splashsubtitle {
	color: #fff;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 !important;
	padding: 0;
	text-align: left;
}

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

#splash .splashtext {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
}

#splash.round .splashtext {
	padding: 0 15px;
}

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

#splash.round * {
	text-align: center !important;
}

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

#splashclose {
	background: #53a1b1 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;
}

#splash.round #splashclose {
	display: none !important;
}







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

.cb-slideshow,
.cb-slideshow:after {
	list-style-type: none !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

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

.cb-slideshow li:nth-child(1) span { background-image: url(../../images/bg1.jpg) }
.cb-slideshow li:nth-child(2) span {
    background-image: url(../../images/bg2.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/bg3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	35% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	50% {
	    opacity: 0;
	    -webkit-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	35% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	50% {
	    opacity: 0;
	    -moz-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	35% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	50% {
	    opacity: 0;
	    -o-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	35% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	50% {
	    opacity: 0;
	    -ms-transform: scale(1.1);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	15% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	35% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	50% {
	    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;
}




#termine {
	background-color: #53a1b1;
	border: 2px solid #53a1b1;;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin: 15px auto 0 auto;
	padding: 10px 15px;
	text-decoration: none;
	-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;
}

#termine:hover {
	background-color: #fff;
	color: #53a1b1;
}



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


.zzz {
	color: #f00 !important;
}


.mini {
	font-size: 12px !important;
	line-height: 16px !important;
}


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

.noscript #element {
	display: block;
}