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

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


a.menu-link {display: none;}
.js .toolbar {max-height: none;}

/* Preloader */
#preloader {background-color: #fff; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 4999;}

body {
	/*background: #f00 url("../../images/background.jpg") no-repeat fixed center top;*/
	background: none; 
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 	color: #777;
 	font-size: 14px;
	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;
}



/* Fonts  ############################################################################################################################################ */

body,
.answer,
h4,
#topmenu .menu  a,
.homemenu ul.menu li.level_2 a span.menu-title,
#sidebar ul.menu li.level_2,
#sidebar ul.menu li.level_3,
input,
textarea,
#footer ul.menu  li.level_1,
.result-title,
li.level_2 a span.menu-title  {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

header,
#agecheck h3,
h1, h2, h3,
.homemenu .menu  a,
.homemenu ul.menu li.level_2 a span.menu-title,
.homemenu ul li a span.menu-desc,
#topmenu .menu a,
#promo,
#splash .splash1,
#sidebar h3,
#sidebar ul.menu li.level_1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}



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

.clear {
	clear: both;
}

h1, h2, h4, h5, h6,
.result-title {
	border-bottom: 8px solid #a5cedd;
	color: #6699cc;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: normal;
	margin: 0 0 12px 0;
	padding: 0 0 3px 0;
	text-align: left;
	text-transform: uppercase;
}

h1 {
}

h2 {
}

h3 {
	color: #6699cc;
	font-size: 18px;
}

h4 {
	border: none; 
	color: #878787;
	font-size: 16px;
	margin: 0;
	padding: 0 0 7px 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: justify;
}

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

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

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

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

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

a img {
	border: 0;
}

a {
	color: #465165;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}





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

#mobile-header {
	display: none;
}


/* Global Device Padding */

#wrapper,
#onepage-wrapper,
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


#wrapper {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	overflow: auto;
	position: relative;
}




/* Header Area */

#nav {
	background-color: #fff;
	display: block;
	height: 120px;
	margin: 0 auto;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 4990;
}

header {
	background: #fff;
	border-bottom: 15px solid #6699cc; 
	border-top: 10px solid #6699cc; 
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

#header-image {
	height: 350px;
	margin: 120px auto 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.home #header-image {
	height: 500px;
	margin: 120px auto 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.header-inner {
	left: 0;
	margin: 0 auto;
	max-width: 1280px;
	position: absolute;
	right: 0;
	top: 0;
}



/* Header Promo */

#headerpromo-wrapper {
	display: block;
	left: 50%;
	position: absolute;
	width: 50%;
}

#headerpromo {
	background: transparent url("../../images/header-image-overlay.png") no-repeat left bottom;
	height: 500px;
	left: 0:;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#headerpromo img {
	border: none;
	left: 150px;
	position: absolute;
	top: 20px;
}

#headerpromo h3 {
	border: none;
	color: #6699cc;
	font-size: 36px;
	left: 130px;
	position: absolute;
	text-transform: uppercase;
	top: 260px;
}

#headerpromo p {
	color: #6699cc;
	font-size: 14px;
}

#headerpromo .promoline1 {
	left: 125px;
	position: absolute;
	top: 330px;
}

#headerpromo .promoline2 {
	left: 115px;
	position: absolute;
	top: 350px;
}

#headerpromo .promoline3 {
	left: 110px;
	position: absolute;
	top: 370px;
}

#headerpromo .segment-link {
	left: 85px;
	margin: 0;
	position: absolute;
	top: 420px;
}




/* Topmenu */

#topbar {
	float: left;
	height: 40px;
	margin: 0 auto;
	position: relative;
}

#topmenu  {
	float: right;
	position: relative;
	right: 0;
	top: 10px;
}

#topmenu ul.menu li.level_1 {
	border-right: 1px solid #ccc;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}

#topmenu ul.menu li.level_1.last {
	border-right: none;
}

#topmenu ul.menu li.level_1 a {
	color: #647D96;
	font-size: 12px;
	padding: 2px 0;
	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;
}

#topmenu ul.menu li.level_1 a:hover {
	border-bottom: 1px dashed #647D96;
	border-top: 1px dashed #647D96;
}




/* Toolbar Menu */

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

.toolbar {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

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

.toolbar ul.menu li.level_1 {
	display: inline-block;
	position: relative;
	width: 120px;
	z-index: 20;
}

.toolbar ul.menu:hover li.level_1 a {
	opacity: 0.3;
}

.toolbar .menu li.level_1 a {
	background: transparent url("../../images/toolbar.png") no-repeat;
	color: #6699cc;
	display: block;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	overflow: hidden;
	padding: 60px 0 10px 0;
	letter-spacing: 1px;
	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:hover a {
	opacity: 1;
}

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

.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 Submenu Slide */

.toolbar ul.menu li .submenu {
	background-color: #6699cc;
	border: none;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.25);
	-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);
	display: none;
	left: 50%;
	margin: 0 0 0 -1px;
	overflow: hidden !important;
	padding: 0;
	position: absolute;
	top: 100px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
}

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

.toolbar ul.menu li .submenu li {
	background: none;
	border-top: 1px dashed #fff;
	padding: 0 20px;
	-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;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

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

.toolbar ul.menu li .submenu li a {
	background: none !important;
	color: #e1ebf5;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	margin: 0;
	padding: 3px 0;
	text-align: left;
	-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;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: auto;
}

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

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




/* Splash */

#splash {
	background: transparent url("../../images/splash.png") no-repeat scroll center top;
	height: 170px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -10px;
	width: 200px;
	z-index: 700;
}

.splash1, .splash2, .splash3 {
	color: #e1d7be;
	text-align: center;
	width; 80px;
}

.splash1 {
	font-size: 18px;
	padding: 15px 40px 0 30px;
	text-transform: uppercase;
}

.splash2 {
	font-size: 14px;
	line-height: 16px;
	padding: 15px 40px 10px 30px;
}

.splash3, .splash3 a {
	padding: 0 !important;
}



/* Home Icon */

a.home-icon {
	opacity: 0.5;
	position: relative;
	-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;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}

a.home-icon:hover {
	border: none !important;
	opacity: 1;
}

a.home-icon img {
	left: -5px;
	position: absolute;
	top: 2px;
}



/* Sprachen */

#sprachen {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: right;
	top: 10px;
}

div.mod-languages li {
	margin-left: 3px !important;
	margin-right: 3px !important;
}

#sprachen a {
	color: #6b6761;
	font-size: 16px;
	letter-spacing: 2px;
	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;
}

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



/* Search */

#search {
	left: 0;
	position: absolute;
	top: 285px;
}

#search label {
	display: none;
}

#search input {
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
	-webkit-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
	-moz-box-shadow: inset 0 0 4px 2px rgba(0,0,0, 0.1);
	opacity: 0.7;
	width: 200px;
	padding: 3px;
}

#search input:focus {
	opacity: 0.9;
	outline:0;
}

#search #mod-search-searchword {
	background: transparent;
	border: none;
	color: #555;
	line-height: 20px;
	outline: none;
	width: 175px;
}

.result-title {
	margin-top: 20px;
}




/* Logo */

#logo {
	height: 100px;
	left: 0;
	overflow: hidden;
	top: 0;
	width: 370px;
}

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

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

#logo-fan-wrapper {
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

#logo-fan {
	background: transparent url("../../images/logo-fan.png") no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-animation: logo 5s linear infinite;
	-moz-animation: logo 5s linear infinite;
	-ms-animation: logo 5s linear infinite;
	-o-animation: logo 5s linear infinite;
	animation: logo 5s linear infinite;
	width: 27%;
	z-index: 20;
}

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

@-webkit-keyframes logo /* Safari and Chrome */ {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes logo {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#logo-fan-overlay {
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 27%;
	z-index: 30;
}


#logoscroll {
	display: none;
	left: 0;
	top: 57px;
}

.logo {
	position: absolute;
}

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

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

#error {
	margin: 130px auto 0 auto;
	padding: 20px;
	width: 500px !important;
}

#error  h1, #error  p {
	border: none;
	text-align: center;
}




/* Header Boxes */

#headerboxes-wrapper {
	background-color: #999;
	margin-top: 470px;
	position: relative;
	width: 100%;
}

#headerboxes {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1280px;
	text-align: center;
}

#headerbox1,
#headerbox2,
#headerbox3 {
	background-color: #ff0;
	display: inline-block;
	height: 250px;
	margin: 0 15px;
	min-width: 150px;
	padding: 0px 15px;
	position: relative;
	text-align: left;
	width: 25%;
}

#headerboxes h3 {
	border: none;
	color: #3382b4;
	font-size: 20px;
	margin-bottom: 7px;
	padding: 0;
	text-align: left;
}

#headerboxes h3 a {
	color: #3382b4;
	text-decoration: none !important;
}

#headerboxes p { 
	color: #555;
}

#headerboxes a {
	color: #555;
	text-decoration: none;
}

#headerboxes a.boxlink {
	background: transparent url("../../images/boxlink.png") no-repeat 0 0;
	color: #fff;
	font-size: 14px;
	left: 0;
	padding: 10px 0 20px 0;
	position: absolute;
	text-align: center;
	text-decoration: none !important;
	top: 240px;
	width: 165px;
}

#headerboxes a.boxlink:hover {
	background-position: 0 -50px;
}

#headerboxes .thumb {
	border: 1px solid #96AABE;
	height: 162px;
	padding: 2px;
	width: 275px;
}






/* Content */

#content-wrapper {
	background-color: #fff;
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 20;
}

.home #content-wrapper {
	padding: 0;
}

#content-head {
	background-color: #6699cc;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

#content {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

#maininfo {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1280px;
	padding: 50px 0;
	position: relative;
	width: 100%;
}

h2#headertitle {
	background-color: rgba(0,0,0,0.35);
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	left: 50%;
	letter-spacing: 5px;
	margin: 0;
	padding: 5px 25px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: -250px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.home #maininfo {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

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

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

#maininfo ul, #maininfo ol, #maininfo li {
	text-align: left;
}

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

#maininfo img {
	height: auto;
}

#maininfo img.left {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	float: left;
	margin: 0 25px 10px 0;
	overflow: hidden;
	width: 48%;
}

#maininfo img.right {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	float: right;
	margin: 0 0 10px 25px;
	overflow: hidden;
	width: 48%;
}

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

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

.whoops {
	padding-bottom: 250px;
}




/* 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: #6699cc;
	min-height: 0;
	position: relative;
	width: 100%;
	z-index: 2000;
}

footer {
	margin: 0 auto;
	max-width: 1280px;
	padding: 50px 20px 60px 20px;
}

footer p {
	color: #0069b4;
	text-align: left;
}



/* Footerboxes */

.footerbox {
	position: relative;
}

footer h2, footer h3, footer h4 {
	border: none;
}

footer h3 {
	color: #d5e7f1;
	letter-spacing: 3px;
	margin: 20px 0 30px 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

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

footer h3 span {
	background-color: #6699cc;
	display: inline-block;
	font-size: 16px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

footer p {
	color: #fff;
}

footer a {
	color: #fff;
}

footer ul li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	list-style-type: 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;
}

footer ul li:hover {
	background-color: rgba(0,0,0,0.2);
}

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

footer li a:hover {
	color: #fff;
	padding: 8px 5px 8px 10px;
}

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

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

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

.footerbox-left img {
	height: auto;
	margin: 0 0 10px 0;
	width: 85%;
}

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

.footerbox-right li a {
	text-decoration: none;
}

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

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

.footerbox-bottom h3 {
	margin-bottom: 15px;
}

#footer-download {
	font-size: 15px;
	text-transform: uppercase;
}


/* Copyright */

#copyright {
	clear: both;
	line-height: 20px;
	padding: 50px 0 0 0;
	text-align: center;
}

.copyright {
	display: inline-block;
}

.copyright p {
	text-align: center;
}

#copyright p, #copyright a {
	color: #d5e7f1;
	font-size: 12px;
	line-height: 20px;
	padding: 2px 0;
	text-align: center;
	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;
}

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

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

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

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

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

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




/* GoogleMap  */
#google-map {
	height: 600px;
	margin: 0 auto;
	padding: 0;
	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);
}

#google-map-left, #google-map-right {
	box-sizing: border-box;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 50%;
}

#google-map-left {
	border-right: 5px solid #fff;
	float: left;
}

#google-map-right {
	border-left: 5px solid #fff;
	float: right;
}

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




/* Toplink  */

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

#toplink {
	background: transparent url("../../images/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;
}





/* Components & Add-Ons ########################################################################################################################## */

/* Toggle Box */

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

.togglebox {
	cursor: pointer;
	margin: 12px 0 0 10px;
}

.togglebox h3 {
	background: transparent url("../../images/togglebox-h3.png") no-repeat scroll 0 -30px;
	border-bottom: 1px dashed #ccc;
	color: #aaa;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: -15px;
	padding: 0 0 5px 15px;
	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 0px;
	border-bottom: 1px dashed #c00;
	color: #c00;
}

.togglebox p {
	width: 100%;
}

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

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




/* Fancybox */


.gallery {
    float: right;
	margin: 0 0 0 2%;
	width: 49%;
}

.gallery .fancybox {
	display: inline-block;
	float: left;
	height: auto;
	margin: 1%;
	overflow: hidden;
	position: relative;
	width: 31%;
}

.gallery.newsgall .fancybox {
	width: 23%;
}

.gallery .fancybox img {
	height: auto;
	position: relative;
	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%;
}

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

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

.gallery .fancybox .fancybox-zoom {
	background: transparent url("../../images/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;
}

.zoom-hinweis {
    color: #ccc;
	font-size: 12px;
	font-style: italic;
	margin-right: 2%;
	padding-left: 15px;
	text-align: right;
}






/* Video */

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















/* ONE PAGE - START ############################################################ */

/* One-Page Menu */

#onepagenav {
	list-style: outside none none;
	position: fixed;
	right: 20px;
	z-index: 4900;
}

#onepagenav li {
	margin: 5px;
}

#onepagenav li a img {
	background-color: #ccc;
	border: 1px solid #777;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	height: 20px;
	opacity: 0.3;
	overflow: hidden;
	-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: 20px;
}

#onepagenav li a:hover img {
	opacity: 1;
}

#onepagenav li a.active img {
	opacity: 0.7;
}




/* Section Styling */

.section {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 100px 0 50px 0;
	position: relative;
	width: 100%;
}

.section-inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0;
	position: relative;
}

.lbox, .rbox, .mbox {
	position: relative;
}

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

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

.mbox {
	margin: 0 auto;
	width: 100%;
}



/*##### Segment Links ##### */

.segment-link {
    margin: 50px 0 0 0;
    padding: 0;
}

.segment-link a {
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px 20px;
	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;
}

.segment-link a {
	background-color: #465165;
	border: 2px solid #fff;
	color: #fff;
}

.segment-link a:hover {
	background-color: #fff;
	border: 2px solid #465165;
	color: #465165;
}


.lbox h1, .rbox h1, .mbox h1,
.lbox h2, .rbox h2, .mbox h2 {
	border: none;
    font-size: 28px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    padding: 0;
}

.lbox h3, .rbox h3, .mbox h3 {
	border-bottom: 1px dashed #aaa;
	color: #999;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 0 12px 0;
	padding: 0 0 7px 0;
	text-transform: uppercase;
}

.lbox img, .rbox img, .mbox img {
	height: auto;
	width: 100% !important;
}



/*##### Segment Icon-Links ##### */

.iconlink {
	display: inline-block;
	margin: 0 2%;
	vertical-align: top;
    width: 29%;
}

.iconlink-image {
	margin: 0 auto 30px auto;
	padding: 0;
	position: relative;
	text-align: center;
}

.iconlink-image a {
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	border: 5px solid #fff;
	border-radius: 250px;
/*	-webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.25); */
	color: #005aa8;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	height: 250px;
	line-height: 30px;
	margin: 0 20px;
	overflow: hidden;
	letter-spacing: 3px;
	position: relative;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	-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: 250px;
}

.iconlink-image a:hover {
	border: 5px solid #d5e7f1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.iconlink-image img {
	position: absolute;
	left: 0;
	top: 0;
}

.iconlink-image 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;
}

.iconlink-image a:hover img.a {
	opacity: 0;
}

.iconlink-title {
	text-align: center !important;
}

.iconlink-text {
	text-align: left;
}



/* ONE-PAGE: Sections #################################### */


/* ONE-PAGE: Profil */

#profil {background: #d5e7f1 url("../../images/profil-bg.jpg") no-repeat center top; padding-top: 50px;}
#profil .lbox {width: 40%;}
#profil .rbox {width: 50%;}
#profil h3 {color: #465165;}


/* ONE-PAGE: Leistung */

#leistung {background: #97c6d8 url("../../images/leistung-bg.jpg") no-repeat center top;}
#leistung .section-inner {text-align: center;}
#leistung .lbox {width: 30%;}
#leistung .mbox {width: 30%;}
#leistung .rbox {width: 30%;}
#leistung h3 {color: #465165; text-align: center;}
#leistung p {color: #fff; text-align: center;}
#leistung .segment-link {margin-top: 30px; text-align: center;}


/* ONE-PAGE: Service */

#service {background: #465165 url("../../images/service-bg.jpg") no-repeat center top;}
#service .lbox {width: 40%;}
#service .rbox {width: 55%;}
#service h2 {color: #fff;}
#service h3 {color: #97c6d8;}
#service p {color: #fff;}
#service .segment-link a {background-color: #97c6d8; border-color: #fff; color: #465165;}
#service .segment-link a:hover {background-color: #fff; border-color: #97c6d8; color: #465165;}


/* ONE-PAGE: Referenzen */

#extra {background: #fff url("../../images/extra-bg.jpg") no-repeat center top;}
#extra .lbox {width: 40%;}
#extra .rbox {width: 55%;}
#extra h2 {color: #6699cc;}
#extra h3 {color: #97c6d8;}
#extra .segment-link a {background-color: #97c6d8; border-color: #fff; color: #fff;}
#extra .segment-link a:hover {background-color: #6699cc; border-color: #fff; color: #fff;}


/* ONE-PAGE: Kontakt */

#kontakt {background: #d5e7f1 url("../../images/kontakt-bg.jpg") no-repeat center top;}
#kontakt .lbox {width: 35%;}
#kontakt .rbox {width: 62%;}
#kontakt p {color: #465165;}


/* ONE PAGE - END ############################################################ */






/* Kontakt */

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

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




/* Kontakt */

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

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



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

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

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

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

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

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

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

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

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

.form-name {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.thank-you {
	display: none;
}

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

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

.form-phone {
	display: none;
}


/* Captcha */

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

.captcha-container div.captcha-hinweis 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 ##### */



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

