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


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


a.menu-link {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: 99999;
}

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

body {
	/*background: #fff url("../../images/background.jpg") no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background: none; 
	background-color: #fff;
 	color: #999;
 	font-size: 14px;
	height: 100%;
	letter-spacing: 0.5px;
	line-height: 22px;
	width: 100%;
}


/* Print Setup */

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

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



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

body,
.answer,
h4,
.togglebox h3,
#topmenu .menu a,
#sidebar ul.menu li.level_2,
#sidebar ul.menu li.level_3,
input,
textarea,
#footer ul.menu li.level_1,
.result-title,
#section2a .content h3 {
	font-family: 'Questrial', sans-serif;
}

h1, h2, .bg h3,
.toolbar ul.menu li.level_1 a,
header,
#agecheck h3,
h3,
#home ul.menu li.level_1 a,
#promo,
#splash .splash1,
#ion2ion1 h4,
.extrabox a,
.section-link,
#footerboxes h4,
p.claim,
.newsflash-title,
.intro-icon span,
#telefon-intro p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}


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

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.clear {
	clear: both;
	height: 25px;
}

h1, h2, h3, h4, h5, h6,
.result-title {
	color: #fa6423;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 12px 0;
	padding: 0 0 3px 0;
	text-align: left;
}

h1, h2 {
	font-size: 26px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h3 {
	border: none; 
	font-size: 24px;
	letter-spacing: 0;
	margin: 0 0 5px 0;
	padding: 0;
}

.datenschutz h3 {
	margin: 0 0 15px 0;
}

h4 {
	border: none; 
	font-size: 16px;
	letter-spacing: 0;
	margin: 0 0 5px 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: justify;
}

p.zoom-hinweis {
	color: #ccc;
	font-size: 14px;
	font-style: italic;
	padding: 10px 0 0 0;
	text-align: right;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

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: #fa6423;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.moduletable {
	position: relative;
}

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




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

#mobile-header {
	display: none;
}

.wow {
   visibility: hidden;
}



/* 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;
	width: 100%;
}



/* Header Area */

#header-wrapper {
	background-color: #000;
	height: 55px;
	margin: 0 auto;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 4995;
}

.home #header-wrapper {
	display: none;
}

header {
	height: 55px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}






/* Toolbar Menu */

.toolbar {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 17px;
	width: 100%;
}

.toolbar .menu {
	padding: 0 1% 0 0;
	width: 100%;
}

.toolbar ul.menu li.level_1 {
	border-right: 2px solid #fa6423;
	display: inline-block;
	margin: 0;
	position: relative;
	z-index: 20;
}

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

.toolbar ul.menu li.level_1 a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 24px;
	opacity: 0.5;
	overflow: hidden;
	padding: 0 7px;
	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;
}

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

.toolbar ul.menu li.level_1 a img {
	display: none !important;
}



/* Sitebar Menu */

.sitebar {
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	right: 30px;
	top: 0;
}

.sitebar .menu {
	float: right;
	padding: 0;
}

.sitebar ul.menu li.level_1 {
	display: inline-block;
	position: relative;
	z-index: 20;
}

.sitebar ul.menu li.level_1 a {
	border-bottom: 4px solid #000;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 24px;
	opacity: 0.5;
	overflow: hidden;
	padding: 13px 0 0 0;
	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;
}

.sitebar ul.menu li.level_1:hover a,
.sitebar ul.menu li.active a.level_1 {
	border-bottom: 4px solid #fff;
	opacity: 1;
}








/* Splash */

#splash {
	height: 160px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: -120px;
	top: -10px;
	width: 150px;
	z-index: 700;
}

#splash-inner {
	background: transparent url("../../images/splash.png") no-repeat scroll center top;
	height: 100%;
	-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%;
}

#splash-inner:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}



/* Home Icon */

a.home-icon {
	opacity: 0.5;
	position: relative;
	-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;
}

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

a.home-icon img {
	left: 0;
	position: absolute;
	top: 0;
}






/* Header */


#header {
	background: none;
	height: 500px;
	max-height: 700px;
	min-height: 400px;
	margin: 110px auto  0 auto;
	padding: 0;
	position: relative;
	width: 100%;
}

.site #header {
	height: 400px;
}


#header-inner {
	height: 100%;
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
}




/* Logo */

#header-wrapper #logo {
	left: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	width: 250px;
	z-index: 20;
}

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

#logo p {
	margin: 0 0 5px 0;
	padding: 0;
}

p.logo-anschrift {
	font-size: 14px;
	margin: 0;
	padding: 0;
	width: 100%;
}









/* One Page ################################################################################################################################################################################# */


/* Section Styling */

.section {
	background-color: #fff;
	clear: both;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 20;
}

.section.bg {
	min-height: 80vh;
}

.content {
	margin: 100px 0 30px 0;
	max-width: 600px;
	padding: 0 50px 50px 50px;
	position: relative;
}

#section2 .section-left h2,
#section3 .section-right h2,
#section4 .section-left h2,
#section6 .section-right h2 {
	color: #fff;
	padding: 0 40px;
	position: absolute;
	top: 120px;
}

.section-inner {
	margin: 0 auto;
	padding: 150px 0 0 0;
	position: relative;
	width: 90%;
}

.section-content {
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 50%;
}

.section-images {
	bottom: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 50%;
}

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

.lbox {
	float: left;
	padding-left: 15px;
}

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

.rbox {
	float: right;
	padding-right: 15px;
}

.imagebox {
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	z-index: 10;
}

.imagebox a {
	bottom: 0;
	height: 100%;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 30;
}

.imagebox-bg {
	font-size: 0;
	height: 100%;
	position: absolute;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	text-align: center;
	width: 100%;
}

.imagebox-1 .imagebox-bg {
	background: #000 no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.imagebox-2 .imagebox-bg {
	background: #000 no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.imagebox-3 .imagebox-bg {
	background: #000 no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


.imagebox-image {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 49.5%;
	min-width: 49.5%;
	position: absolute;
	right: 0;
	top: 0;
}

.home .imagebox:hover .imagebox-bg {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}

.imagebox a {
	color: #fff;
	display: block;
	height: 100%;
	opacity: 1;
	text-decoration: none;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-ms-transition: all 1s ease; /* Opera */
	-o-transition: all 1s ease; /* IE 9 */
	transition: all 1s ease;
	width: 100%;
}





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


/* SECTION BGs */

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

.bg h3 {
	border-bottom: 7px solid #fff;
	border-top: 7px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 52px;
	left: 50%;
	letter-spacing: 7px;
	line-height: inherit;
	margin: 0 auto;
	padding: 20px 0;
	position: absolute;
	text-align: center;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 20;
}




/* SECTION 1: Profil */

#section1 {
	background: none;
	padding: 0;
	z-index: 10;
}

#section1 .section-content {
	left: 0;
	position: absolute;
}

#section1 .section-images {
	background-color: #000;
	left: 50%;
}

.stretch_it {
    white-space: nowrap;
}
.stretch-default {
    text-align: center;
}

#section1 .imagebox-1 .imagebox-bg {background-image: url("../../images/maennermode-kuttenreich-ingolstadt-1.jpg");}
#section1 .imagebox-2 .imagebox-bg {background-image: url("../../images/maennermode-kuttenreich-ingolstadt-2.jpg");}
#section1 .imagebox-3 .imagebox-bg {background-image: url("../../images/maennermode-kuttenreich-ingolstadt-3.jpg");}



#mobile-container {
	background-color: #da4213;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60%;
	z-index: 30;
}

#mobile-container img {
	height: auto;
	left: 5%;
	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: 80%;
}




#home {
	background-color: #222;
	border: 6px solid #fff;
	border-top: none;
	height: 52%;
	left: 30%;
	margin: 0 0 0 -6px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 350px;
	z-index: 50;
}

#homelogo {
	height: 25%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 5%;
	width: 100%;
	z-index: 200;
}

.homelogo {
	height: auto;
	left: 0;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}

#logo5 {
	display: block;
}




/* Home Menu */

#maininfo #home ul.menu {
	display: inline-block;
	height: 40%;
	left: 0;
	list-style: none;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 37%;
	-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%;
}

#maininfo #home ul.menu.show {
	opacity: 1;
}

#home ul.menu li.level_1 {
	height: 16.5%;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 20;
}

#home ul.menu li.level_1 a {
	display: inline-block;
	height: 100%;
	margin: 0;
	opacity: 0.35;
	padding: 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;
	width: 100%;
}

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

#home ul.menu li.level_1 a img {
	border: 0;
	height: 100%;
	width: auto;
}

#home ul.menu li.level_1 a span {
	display: none !important;
}




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

#intro {
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px 15px rgba(0,0,0,0.5);
	height: 100vh;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 30;
}

.intro-box {
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	text-align: center;
	z-index: 10;
}

.intro-line {
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	z-index: 30;
}

#intro-hline {
	height: 6px;
	left: 0;
	margin: -3px 0 0 0;
	top: 50%;
	width: 100%;
}

#intro-vline {
	height: 50%;
	left: 35%;
	margin: 0 0 0 -3px;
	top: 50%;
	width: 6px;
}

#intro-vline2 {
	height: 50%;
	left: 65%;
	margin: 0 0 0 -3px;
	top: 50%;
	width: 6px;
}

#intro-box1 {
	height: 50%;
	left: 0;
	top: 0;
	width: 30%;
}

#intro-box2 {
	height: 50%;
	left: 50%;
	top: 0;
	width: 50%;
}

@media screen and (min-width: 1921px) {
	#intro-box2 {left: 41%; width: 59%;}
}

@media screen and (max-width: 1920px) {
	#intro-box2 {left: 45%; width: 55%;}
}

@media screen and (max-width: 1680px) {
	#intro-box2 {left: 48%; width: 52%;}
}

@media screen and (max-width: 1440px) {
	#intro-box2 {left: 50%; width: 50%;}
}

@media screen and (max-width: 1150px) {
	#intro-box2 {left: 53%; width: 47%;}
}

@media screen and (max-width: 1024px) {
	#intro-box2 {left: 55%; width: 45%;}
}

@media screen and (max-width: 800px) {
	#intro-box2 {left: 63%; width: 37%;}
}

#intro-box3 {
	height: 50%;
	left: 0;
	top: 50%;
	width: 35%;
}

#intro-box4 {
	height: 50%;
	left: 35%;
	top: 50%;
	width: 30%;
}

#intro-box5 {
	height: 50%;
	left: 65%;
	top: 50%;
	width: 35%;
} 

.introbg {
	background-attachment: scroll;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
	font-size: 0;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%;
}

.bg-image {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 49.5%;
	min-width: 49.5%;
	position: absolute;
	right: 0;
	top: 0;
}

/*
.intro-box:hover .introbg {
	-webkit-transform:scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	 transform:scale(1.15);
}
*/

.intro-box p {
	background-color: rgba(0,0,0,0.0);
	color: #fff;
	height: 100%;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
	-moz-transition: all 1s ease; /* Firefox */
	-o-transition: all 1s ease; /* IE 9 */
	-ms-transition: all 1s ease; /* Opera */
	transition: all 1s ease;
	z-index: 10;
}

.intro-box:hover p {
	background-color: rgba(0,0,0,0.7);
	opacity: 1;
}

.intro-icon a {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}

.intro-icon img {
	height: auto;
	width: 80px;
}

.intro-icon a {
	color: #fff;
	font-size: 20px;
	left: 0;
	letter-spacing: 3px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.intro-icon a span {
	display: block;
	margin: 10px 0 0 0;
}






/* Home Sprachen */

#telefon-intro {
	bottom: 10px;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
}

#telefon-intro p {
	background: transparent url("../../images/telefon-intro.png") no-repeat scroll left center;
	color: #999;
	display: inline-block;
	font-size: 22px;
	height: 25px;
	letter-spacing: 1px;
	padding: 0 0 0 25px;
	text-align: center;
}




/* Home Sprachen */

#sprachen {
	bottom: 15px;
	left: 0;
	margin: 80px auto 0 auto;
	padding: 0;
	position: absolute;
	right: 0;
}

#maininfo #sprachen ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#sprachen ul li {
	border-right: 2px solid #fa6423;
	display: inline-block;
	line-height: 14px;
}

#sprachen ul #lang-en {
	border: none;
}

#sprachen ul li.active {
	cursor: default;
}

#sprachen ul li a {
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	opacity: 0.2;
	padding: 0 10px 6px 10px;
	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;
}

#sprachen ul li.active a {
	opacity: 0.65;
}

#sprachen ul li a:hover {
	opacity: 1;
}







/* SECTION 2: Services */

#section2 .section-images {
	background-color: #000;
	right: 0;
}

#section2 .section-content {
	float: left;
}

#section2  h4 {
	margin: 20px 0 0 0;
}

#section2 .content {
	float: right;
}

#section2 .imagebox-1 {
	left: 0;
	height: 50%;
	top: 0;
	width: 100%;
}

#section2 .imagebox-2 {
	left: 0;
	height: 50%;
	top: 50%;
	width: 50%;
}

#section2 .imagebox-3 {
	height: 50%;
	right: 0;
	top: 50%;
	width: 50%;
}

#section2 .imagebox-1 .imagebox-bg {background-image: url("../../images/fortner-schreinerei-neuburg-1.jpg");}
#section2 .imagebox-2 .imagebox-bg {background-image: url("../../images/fortner-schreinerei-neuburg-2.jpg");}
#section2 .imagebox-3 .imagebox-bg {background-image: url("../../images/fortner-schreinerei-neuburg-3.jpg");}





/* Fancybox */

#section2 .gallery {
	display: inline-block;
	margin: 10px 0 0 0;
	width: 100%;
}

#section2 .fancybox {
	display: inline-block;
	float: left;
	height: 75px;
	margin: 0.5%;
	overflow: hidden;
	position: relative;
	width: 19%;
}

#section2 .fancybox img {
	height: auto;
	position: absolute;
	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%;
}

#section2 .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);
}

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

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

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

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

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




/* SECTION 2a:  Chronik*/



/* SECTION 4: Service */

#section2a .section-images {
	background-color: #000;
	left: 0;
}

#section2a .section-content {
	float: right;
}

#section2a .content {
	left: 0;
}

#section2a .content h3 {
	font-size: 14px;
	margin: 0;
}

#section2a .content ul {
	margin: 0;
	padding: 0 0 5px 15px;
}

p.chronik-name {
	color: #fa6423;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0 0 0;
}

#section2a .imagebox-1 {
	left: 0;
	height: 50%;
	top: 0;
	width: 50%;
}

#section2a .imagebox-2 {
	right: 0;
	height: 50%;
	top: 0;
	width: 50%;
}

#section2a .imagebox-3 {
	left: 0;
	height: 50%;
	top: 50%;
	width: 100%;
}

#section2a .imagebox-1 .imagebox-bg {background-image: url("../../images/service-schreinerei-neuburg-1.jpg");}
#section2a .imagebox-2 .imagebox-bg {background-image: url("../../images/service-schreinerei-neuburg-2.jpg");}
#section2a .imagebox-3 .imagebox-bg {background-image: url("../../images/service-schreinerei-neuburg-3.jpg");}

#section2a .imagebox-bg {background-position: center top;}





/* SECTION 3: Leistungen */

/* ##### Horizontal Scrolling - START ##### */

#leistungen {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 200;
}

#leistungen ul {
}

#leistungen ul li {
	display: inline-block;
	margin: 0 5px;
}

#leistungen ul li a {
	background-color: rgba(0,0,0,0.25);
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	padding: 7px 12px;
	text-decoration: none;
	text-transform: uppercase;
	-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;
}

#leistungen ul li a:hover, #leistungen ul li a.active {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}


#hz-wrapper {
	clear: both;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 100;
}

#hz-mask {
	/*width: 6000px;*/
	height: 100%;
}

.hz-anker  {
	background: none;
	float: left;
	position: relative;
	width: 2000px;
}

.hz-segment  {
	float: left;
	height: 100%;
}

#hz-segment-left  {
	background: none;
}

#hz-segment-right  {
	background: none;
}

.hz-content {
	left: 0;
	margin: 50px auto 0 auto;
	max-width: 1200px;
	position: relative;
	right: 0;
	text-align: center;
}

.hz-content h3 {
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	letter-spacing: 7px;
	margin: 0 0 20px 0;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
}

.hz-content p {
	color: #fff;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

.hz-content-left {
	display: inline-block;
	float:; left;
	position: relative;
	text-align: left;
	width: 40%;
}

.hz-content-right {
	display: inline-block;
	float: right;
	margin: 0 0 0 5%;
	position: relative;
	width: 55%;
}



/* Content 3 */

#hz-anker3 .content-left {width: 30%;}
#hz-anker3 .content-right {width: 65%;}


/* Content 4 */

#hz-anker4 .content-left {width: 40%;}
#hz-anker4 .content-right {width: 55%;}




/* Parallax */

.parallax {
	height: 100%;
	overflow: hidden;
	width: 100%;
	z-index: 400;
}

#parallax1 {
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

#parallax1-innen {
	background:url("../../images/leistungen.jpg") repeat center top;
	height: 100%;
	width: 4000px;
}


/* Fancybox */

#section3 .gallery {
	display: inline-block;
	margin: 30px 0 0 0;
	text-align: left;
	width: 100%;
}

#section3 .fancybox {
	display: inline-block;
	float: left;
	height: auto;
	margin: 0.5%;
	overflow: hidden;
	position: relative;
	width: 15.5%;
}

#section3 .fancybox img {
	height: auto;
	left: 50%;
	min-height: 100%;
	position: absolute;
	top: 0;
	-webkit-transform: scale(1) translateX(-50%);
	-moz-transform: scale(1) translateX(-50%);
	-ms-transform: scale(1) translateX(-50%);
	-o-transform: scale(1) translateX(-50%);
	transform: scale(1) translateX(-50%);
	-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: auto;
}

#section3 .fancybox:hover img {
	-webkit-transform: scale(1.1) translateX(-45%);
	-moz-transform: scale(1.1) translateX(-45%);
	-ms-transform: scale(1.1) translateX(-45%);
	-o-transform: scale(1.1) translateX(-45%);
	transform: scale(1.1) translateX(-45%);
}

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

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

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

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

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

#section3 .gallery .fancybox .fbimg {
	height: 0;
	padding: 0 0 100% 0;
	position: relative;
	width: 100%;

}

/*  ##### Horizontal Scrolling - END ##### */






/* SECTION 4: Service */

#section4 .section-images {
	background-color: #000;
	left: 0;
}

#section4 .section-content {
	float: right;
}

#section4 .content {
	left: 0;
}

#section4 .imagebox-1 {
	left: 0;
	height: 50%;
	top: 0;
	width: 50%;
}

#section4 .imagebox-2 {
	right: 0;
	height: 50%;
	top: 0;
	width: 50%;
}

#section4 .imagebox-3 {
	left: 0;
	height: 50%;
	top: 50%;
	width: 100%;
}

#section4 .imagebox-1 .imagebox-bg {background-image: url("../../images/service-schreinerei-neuburg-1.jpg");}
#section4 .imagebox-2 .imagebox-bg {background-image: url("../../images/service-schreinerei-neuburg-2.jpg");}
#section4 .imagebox-3 .imagebox-bg {background-image: url("../../images/service-schreinerei-neuburg-3.jpg");}

#section4 .imagebox-bg {background-position: center top;}





/* SECTION 5: */

#section5 h2 {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
}

#team-wrapper {
	margin: 100px auto 30px auto;
	max-width: 1400px;
	padding: 0 25px;
	position: relative;
}



/* Team 3er-Reihe 

#team {
	clear: both;
	display: inline-block;
	margin: 20px 0 0 0;
	min-height: 450px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#team-links {
	float: left;
	width: 48%;
}

.team {
	cursor: pointer;
	float: left;
	padding: 0 2% 20px 0;
	width: 23%;
}

.team .name {
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: left;
}

.team .position {
	color: #ccc;
	font-size: 12px;
	font-style: italic;
	height: 25px;
	line-height: 14px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.team img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	height: auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#team-texts {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
}

#team-texts h4 {
	margin: 0;
}

#team-texts img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	float: right;
	height: auto;
	max-width: 250px;
	overflow: hidden;
	padding: 0;
	width: 40%;
}

.team-text {
	display: none;
}

.team-text:first-child {
	display: block;
}

.team-text h5 {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0;
	padding: 5px 0 10px 0;
	text-align: left;
	text-transform: none;
}

.team-text img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	padding: 0;
}
*/



/* Team 4er-Reihe */

#team {
	clear: both;
	display: inline-block;
	margin: 20px 0 0 0;
	min-height: 450px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#team-links {
	float: left;
	width: 62%;
}

.team {
	cursor: pointer;
	float: left;
	padding: 0 2% 20px 0;
	width: 18%;
}

.team .name {
	font-size: 13px;
	line-height: 14px;
	margin: 0 0 3px 0;
	padding: 0;
	text-align: left;
}

.team .position {
	color: #ccc;
	font-size: 12px;
	font-style: italic;
	height: 25px;
	line-height: 14px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.team img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

#team-texts {
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
}

#team-texts h4 {
	margin: 0;
}

#team-texts p {
	text-align: left !important;
}

#team-texts img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	float: right;
	height: auto;
	max-width: 250px;
	overflow: hidden;
	padding: 0;
	width: 35% !important;
}

.team-text {
	display: none;
}

.team-text:first-child {
	display: block;
}

.team-text h5 {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0;
	padding: 5px 0 10px 0;
	text-align: left;
	text-transform: none;
}

.team-text img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	padding: 0;
}



/* SECTION 6 */

#section6 .section-content {
	float: right;
	text-align: left;
}

#section6 .section-images {
	background-color: #000;
	left: 0;
}

#section6 .content {
	max-width: 100%;
}

#section6 h2 {
	text-align: center;
}

#section6 .kontakt {
	padding: 0;
}

#section6 .lbox, #section6 .rbox {
	width: 25%;
}

#section6 .mbox {
	width: 40%;
}

#section6 .kontakt p {
	color: #555;
    font-size: 16px;
    line-height: 22px;
	text-align: center;
}

#section6 .kontakt a {
	text-decoration: none;
}

#section6 .kontakt a p {
	-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;
}

#section6 .kontakt a:hover p {
	color: #da4213;
	text-decoration: none;
}

#section6 .formarea {
	width: 100%;
}





/* SECTION 9 - Jobs */


#section9 h2 {
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}


#jobs {
	margin: 100px auto 30px auto;
	max-width: 650px;
	padding: 0;
	position: relative;
}

#jobs {
	max-width: 1200px;
}

.jobs {
	display: inline-block;
	margin: 0 0 50px 0;
	position: relative;
	text-align: center;
}

.jobs {
	display: inline-block;
	float: left;
	margin: 0 0 50px 0;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 48%;
}

.jobs:nth-child(odd) {
	margin-right: 2%;
}

.jobs:nth-child(even) {
	margin-left: 2%;
}

.jobs h3 {
	border-bottom: 3px dotted #bbb;
	color: #777;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 0 auto 15px auto;
	padding: 0 0 5px 0;
	text-align: center;
	text-transform: uppercase;
}

.jobs a {
	color: #fa6423;
	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;
}

.jobs a:hover {
	color: #000;
}

.jobicon {
	display: none;
	margin: 0 auto 15px auto;
}






/* Content  ############################################################################################################################################ */

#content-wrapper {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 50;
}

#header-image {
	height: 50vh;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

#content {
	background: #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;
	margin-top: 0;
	padding: 0 5%;
	position: relative;
	z-index: 20;
}

.home #content {
	padding: 0;
}

.ueberschrift {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -94px;
}

.ueberschrift h3 {
	color: #fff;
	font-size: 52px;
	letter-spacing: 5px;
	margin: -15px 0 0 0;
	opacity: 0.5;
	padding: 0;
	text-transform: uppercase;
}




/* Main */

#maininfo {
	display: inline-block;
	margin: 100px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.home #maininfo {
	margin: 0;
}

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

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

.whoops {
	padding-bottom: 250px;
}

#article-index h3 {
	font-size: 16px;
}

#maininfo img.left {
	float: left;
	margin: 0 25px 10px 0;
	width: 48%;
}

#maininfo img.right {
	float: right;
	margin: 0 0 10px 25px;
	width: 48%;
}

#maininfo img.symbol {
	border: none;
	float: right;
	margin: 0 0 0 25px;
	width: auto;
}

img.wide {
	clear: both;
	float: none;
	margin: 20px 0 0 0;
	width: 100%;
}

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

#maininfo img.icon {
	border: none;
	float: left;
	height: 70px;
	margin: 0 15px 0px 0;
	padding: 0;
	width: 70px;
}

#maininfo ul {
	list-style-type: circle;
	padding: 5px 0 10px 0;
}

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

.companyList li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 45%;
}



/* For Galleries */

#maininfo-left {
	float: left;
	width: 420px;
}

#maininfo-right {
	float: right;
	margin-top: -8px;
	width: 460px;
}

#maininfo-right img {
	border: none;
	padding: 0;
}





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

#footer-wrapper {
	background-color: #fa6423;
	position: relative;
	width: 100%
}

footer {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}



#footer-icons {
	height: 50px;
	margin: 0 auto 20px 0;
	position: relative;
}

#footer-icons ul {
	display: inline-block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

#footer-icons ul:hover li a {
	opacity: 0.3;
}

#footer-icons li {
	float: left;
	height: 40px;
	margin: 0 10px;
	position: relative;
}

#footer-icons li a {
	-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-icons li img {
	height: auto;
	max-height: 40px;
	max-width: 40px;
	width: 100%:;
}

#footer-icons ul li:hover a {
	opacity: 1;
}




/* Copyright */

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

.copyright {
	display: inline-block;
}

.copyright p, #copyright a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 2px 0;
	text-decoration: none;
}

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

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

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

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



#footer-awards {
	position: relative;
	text-align: center;
}



/* Google Map */

.apcmap {
	height: 100%;
	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);
}




/* Toplink  */

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

#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 {
	text-align: center;
}

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





/* 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 ul {
	padding-top: 0 !important;
}

.togglebox h4 {
	border: 0;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 0.5px;
	margin: 3px 0 0 0;
}

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




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



#videoholder {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	text-align: center;
	width: 100%;
}

.videoholder {
	display: inline-block;
	margin: 0;
	position: relative;
	width: 47.5%;
}

.videoholder:nth-child(odd) {
	margin-right: 2%;
}

.videoholder:nth-child(even) {
	margin-left: 2%;
}

.videoholder h3 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
	text-align: center;
	text-transform: uppercase;
}

.videoholder video {
	margin: 0;
	position: relative;
	width: 100%;
}



#zertinfo {
	margin: 0 auto 50px auto;
	max-width: 650px;
}

#zertinfo h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

#zertinfo img.right {
	width: 20%;
}




/* Zoom IMG */

.imgzoomwrap,
.imgdialogwrap {
	float: right;
	height: auto !important;
	margin: 5px 0 15px 3%;
	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;
	width: 25%;
}

.imgzoomwrap.full {
	margin: 5px 0 15px 0;
	width: 100%;
}

.imgzoomwrap img,
.imgdialogwrap img {
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.imgzoomwrap .zoomicon,
.imgdialogwrap .zoomicon {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("../../images/site/zoom.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: -15px;
	cursor: pointer;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	-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: 50px;
	z-index: 500;
}

.zoomicon:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.imgzoomwrap.full .zoomicon {
	background-image: url("../../images/site/zoom-out.png");
}





/* DIALOG BOXES ØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØØ */

.dialogbox {
	bottom: 0;
	display: none;
	height: 100vh;
	left: 0;
	padding: 0;
	margin: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;

}

.dialogbox.dialogmeldung * {
	text-align: center !important;
}

.dialogbox-bg,
.dialogbox-bg-noclick,
.mnav-bg,
.fancybox-bg {
	background-color: #000 !important;
	bottom: 0;
	height: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	opacity: 0.75 !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}

.dialogbox-close,
.mnav-close {
	background-color: #6699cd;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	-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: 30px;
	z-index: 500;
}

.dialogbox-close::before {
	content: 'x';
	color: #fff !Important;
	font-size: 20px;
	font-weight: 600;
	left: 50%;
	line-height: 20px;
	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%);
}

.dialogbox-close:hover {
	background-color: #cc3334;
}

.dialogbox.dialogmeldung .dialogbox-inner {
	max-width: 350px;
}

.dialogbox.dialoghinweis .dialogbox-inner {
	max-width: 400px;
}

.dialogbox-inner {
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border: 2px solid #6699cd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	display: inline-block;
	left: 50%;
	margin: 0 auto;
	max-height: 80vh;
	max-width: 500px;
	opacity: 0;
	padding: 20px 25px 30px 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: scale(0.8) translate(-50%,-50%);
	-moz-transform: scale(0.8) translate(-50%,-50%);
	-ms-transform: scale(0.8) translate(-50%,-50%);
	-o-transform: scale(0.8) translate(-50%,-50%);
	transform: scale(0.8) translate(-50%,-50%);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 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;
	width: 90%;
	z-index: 20;
}

.dialogbox-inner.dialogdark {
	background: #6699cd url("../../images/site/bg.jpg") no-repeat scroll center bottom;
}

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

.dialogbox-inner.dialogimage {
	margin: 0;
	padding: 0;
	max-height: 100vh;
	max-width: 100%;
	top: 50%;
	width: auto;
}

.dialogbox-inner.dialogimage img {
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	height: auto;
	margin: 0;
	max-height: 90vh;
	max-width: 90vw;
	padding: 0;
	position: relative;
	width: auto;
}

.dialogbox-inner h2,
.dialogbox-inner h3,
.dialogbox-inner h4,
.dialogbox-inner a {
	font-weight: 500;
	letter-spacing: 0.5px;
	margin: 0 0 15px 0;
	text-align: center;
}

.dialogbox-inner h2,
.dialogbox-inner h3,
.dialogbox-inner h4 {
	color: #6699cd;
}

.dialogbox-inner.dialogdark h2,
.dialogbox-inner.dialogdark h3,
.dialogbox-inner.dialogdark h4,
.dialogbox-inner.dialogdark p,
.dialogbox-inner.dialogdark a {
	color: #fff;
}

.dialogbox-inner h2 {
	font-size: 20px;
	margin: 0 0 15px 0 !important;
}

.dialogbox-inner h3 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.dialogbox-inner h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

p.dialogmeldung {
	color: #6699cd;
	font-weight: 500;
	line-height: 20px;
	margin: 10px 0 0 0;
}

p.dialogwarning {
	color: #cc3334;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin: 10px 0 0 0;
	text-align: center;
}

.dialogbox-inner img.dialogicon {
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: center;
	width: 50px;
}

.formline {
	float: left;
	margin: 5px 0;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 1;
}

.formline label {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 16px;
	margin: 0 2% 0 0;
	padding: 12px 0 5px 0;
	text-align: left;
	width: 20%;
}

.formline input[type="text"], .formline input[type="email"], .formline input[type="url"], .formline input[type="password"] {
	background-color: #fff !important;
	border: 1px dashed #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #333;
	height: 35px;
	font-size: 14px;
	letter-spacing: 0.5px;
	outline: none;
	margin: 0;
	padding: 0 10px;
	width: 78%;
}

.dialogbox input:focus {
	opacity: 0.8;
	outline:0;
}

.formline textarea {
	background-color: rgba(255,255,255,0.75);
	border: 1px dashed #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #333 !important;
	height: 90px;
	font-size: 14px;
	letter-spacing: 0.5px;
	outline: none;
	padding: 10px;
	width: 100%;
}







/* Mosaicbox */

.mosaicbox {
	display: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	z-index: 10;
}

.mosaicbox-full {
	height: 100%;
	width: 100%;
}

.mosaicbox-half {
	height: 50%;
	width: 100%;
}

.mosaicbox-quar {
	height: 50%;
	width: 50%;
}

.mosaicbox-bg {
	background: #fff no-repeat scroll center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 0;
	height: 100%;
	position: absolute;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	text-align: center;
	width: 100%;
}

.mosaicbox-image {
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 49.5%;
	min-width: 49.5%;
	position: absolute;
	right: 0;
	top: 0;
}

.mosaicbox:hover .mosaicbox-bg {
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}

/*
#years20 {
	border: 0;
	height: auto;
	left: 50%;
	position: absolute;
	top: 35px;
	-webkit-transform: scale(1) translateX(-85%);
	-moz-transform: scale(1) translateX(-85%);
	-ms-transform: scale(1) translateX(-85%);
	-o-transform: scale(1) translateX(-85%);
	transform: scale(1) translateX(-85%);
	width: 150px;
	z-index: 1000;
}
*/


#years20 {
	border: 0;
	height: auto;
	margin: 0 0 10px -10px;
	position: relative;
/*
	-webkit-transform: scale(1) translateX(-85%);
	-moz-transform: scale(1) translateX(-85%);
	-ms-transform: scale(1) translateX(-85%);
	-o-transform: scale(1) translateX(-85%);
	transform: scale(1) translateX(-85%);
*/
	width: 90px;
	z-index: 1000;
}

#chroniktitle {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}


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