@import url(https://fonts.googleapis.com/css?family=Chau+Philomene+One);
@import url(https://fonts.googleapis.com/css?family=Abel);

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}
body {
	line-height: 1;}
ol, ul {
	list-style: outside none none;
}
blockquote, q {
	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;}
/*end CSS reset*/


html {
	min-height: 100%;
	background-color: #f59e06;}
body {
	font-size: 16px;
	font-family: 'Abel', sans-serif;
	color: black;}
img {
	max-width: 100%;
	height: auto; }
a {
    color: black;
    text-decoration: none;
	outline: none;}
a[name] {
	position: relative;
	display: block;
	top: -110px;}
strong,
.bold {
	font-weight: bold;}
.upperCase {
	text-transform: uppercase;}
.normalCase {
	text-transform: none;}
.displayNone {
	display: none !important;}
.maxWidth {
	box-sizing: border-box;
	max-width: 955px;
	margin: 0px auto;}
.fontChau {
	font-family: 'Chau Philomene One', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;}
.fontAbel {
	font-family: 'Abel', sans-serif;}

#burgermenu {
	margin: 10px 0 10px 10px;
	display: none;
	width: 40px;
	padding: 23px 5px 0;
	overflow: hidden;
	background: url("img/spitze-oben.png") top center no-repeat;
	background-size: 46px auto;}
#burgermenu .bar {
	height: 5px;
	border-radius: 3px;
	margin: 5px 0;
	background-color: #32353e;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;}
#burgermenu .bar:nth-child(2){
	-webkit-transform-origin: center center;
	transform-origin: center center;}
header.open #burgermenu .bar:nth-child(1){
	-webkit-transform: translateX(25%) rotate(45deg) scaleX(0.72);
	transform: translateX(25%) rotate(45deg) scaleX(0.72);}
header.open #burgermenu .bar:nth-child(2){
	-webkit-transform: scaleX(0);
	transform: scaleX(0);}
header.open #burgermenu .bar:nth-child(3){
	-webkit-transform: translateX(25%) rotate(-45deg) scaleX(0.72);
	transform: translateX(25%) rotate(-45deg) scaleX(0.72);}

@media (max-width: 850px) {} /*Tablets*/
@media (max-width: 450px) {} /*Smartphones*/
.colorMemory {
	color: #ec671e;
	color: #f59e06;
	color: #32353e;
	color: #f8efd8;
	color: #e8e6da;}

header {
	background: url("img/Hintergund_Holz.jpg") center bottom no-repeat;}
header.fixed {
	position: fixed;
	z-index: 1000;
	left:0;
	top:0;
	width: 100%;}

header ul {
	margin: 0px auto;
	width: 100%;}
header ul li {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;}
header ul li.nav {
	position: relative;
	width: 150px;
	padding: 10px;}
header ul li.section {
	background: #32353e;}
header ul li.section::after {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	padding-top: 60%;
	background: url("img/spitze-unten.png") top center no-repeat;
	background-size: contain;}
header li.logo a {
	position: relative;
	top: 1px;
	display: block;
	width: 100px;
	margin: 0 10px;
	padding-top: 84%;
	font-size: 0;
	background: url("img/logo_head.png") no-repeat;
	background-size: cover;}
header li a,
header li span {
	display: block;
	color: white;
	text-transform: uppercase;}
header ul li .main {
	font-size: 20px;
	letter-spacing: 0px;}
header .scroll {
	text-align: left;
	line-height: 1.3em;
	margin: 20px 0;}
header .scroll a.section {
	font-weight: bold;}
header .scroll a:not(:last-child) {
	margin-bottom: 20px;}

#layout {
	padding-top: 80px;}
#layout section {
	position: relative;
	margin-top: 35px;
	padding: 35px 70px;
	background: #f8efd8;}
#layout section::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	border-top: 35px solid #f59e06;
	border-right: 35px solid #f8efd8;}

footer.maxWidth {
	margin-top: 10px;
	margin-bottom: 70px;
	color: white;}
footer a {
	display: inline-block;
	color: white!important;}
footer a.mail-icon {
	padding-left: 26px;
	background: url('img/mail3.png') left center no-repeat;
	background-size: auto 100%;}
@media (max-width: 600px) {
	footer.typography table td	{
		display: block;
		padding-left: 0;}
}

@media (min-width: 956px) {
	header ul {
		display: table !important;
	}
}
@media (max-width: 955px) {
	#burgermenu {
	position: relative;
		z-index: 1000;
		display: block;	}
	header {
		background: #f59e06;}
	header ul {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 70px;
		background: #f59e06;}
	header ul,
	header ul li {
		display: block;
		text-align: left;}
	header ul li,
	header ul li a {
		width: auto!important;}
	header ul li:not(.section) a {
		color: #0A246A;}
	header ul li.logo{
		padding: 10px;}
	header ul li.logo a {
		position: static;
		margin: 0;
		padding: 0;
		font-size: inherit;
		background: none;}
	header ul li.spacer {
		display: none; }
	header ul li .scroll {}
	header ul li.section::after {
		display: none;	}

	#layout {
		margin-top: 0!important;}

	footer.maxWidth,
	#layout section {
		margin-left:5px;
		margin-right: 5px;	}
}
@media (max-width: 850px) {
	#layout section {
		padding-left: 35px;
		padding-right: 35px;	}
}
@media (max-width: 450px) {
	#layout section {
		padding-left: 15px;
		padding-right: 15px;	}
}


#layout > h1.title {
	padding-left: 35px;
	color: #32353e;}
body:not(.StartPage) #layout section > .title {
	margin-left: -35px;}
#layout section > .title .sub {
	display: block;
	font-size: 18px;}
#layout section > .typography {
	margin-top: 35px;}
#layout section > .typography:not(:last-child) {
	margin-bottom: 35px;}
body.StartPage #layout section > .toggle-content > .typography {
	margin-top: 70px;}

.toggle-container > .toggle-trigger {
	position: relative;
	cursor: pointer;}
.toggle-container > .toggle-trigger .icon {
	display: inline-block;
	width: 20px;
	height: 1em;
	background: url("img/toggle-pfeil.png") center center no-repeat;
	background-size: cover;}
.toggle-container.lvl1 > .toggle-trigger .icon,
.StartPage .toggle-container > .toggle-trigger .icon {
	position: absolute;
	top: 0px;
	right: 0;}
.toggle-container > .toggle-trigger .icon {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: webkit-transform 0.5s;
	transition: transform 0.5s;}
.toggle-container:not(.open) > .toggle-trigger .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);}

.toggle-container.lvl1 {
	margin-top: 30px;}
.toggle-container.lvl2 {
	margin-top: 15px;}
.toggle-container.lvl2 .toggle-content > *:first-child {
	margin-top: 30px;}

.toggle-container.lvl2.open {
	border-top: 10px solid #f59e06;
	border-bottom: 10px solid #f59e06;
	margin-left: -80px;
	margin-right: -80px;
	padding: 30px 80px;}
.toggle-container.lvl2.open + .toggle-container.lvl2.open {
	margin-top: -10px;}

.toggle-container.lvl2 .table {
	display: table;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;}
.toggle-container.lvl2 .table .sliderWrapper,
.toggle-container.lvl2 .table .lvl3,
.toggle-container.lvl2 .table .currentDisplayContent {
	display: table-cell;
	vertical-align: top;}
.toggle-container.lvl2 .table .sliderWrapper,
.toggle-container.lvl2 .table .lvl3 {
	width: 225px;}
.toggle-container.lvl2 .table .lvl3:nth-child(2) {
	width: 225px;
	padding-left: 70px;}
.toggle-container.lvl2 .lvl3 .title {
	cursor: pointer;}
.toggle-container.lvl2 .lvl3 .title:not(:last-child) {
	line-height: 2em;}
.toggle-container.lvl2 .lvl3 .title.open {
	text-decoration: underline;}
.toggle-container.lvl2 .lvl3 .typography {display: none;}

.toggle-container.lvl2 > .title {
	font-size: 16px;}

@media (max-width: 850px) {
	body:not(.StartPage) #layout section > .title {
		margin-left: 0;	}
	.toggle-container.lvl2 .table,
	.toggle-container.lvl2 .table > * {
		display: block !important;	}
	.toggle-container.lvl2 .table > .slider {
		width: 100%;
		max-width: 500px;
		margin-bottom: 15px;	}
	.toggle-container.lvl2 .table .lvl3 {
		float: left;
		width: 175px !important;
		padding-left: 0!important;	}
	.toggle-container.lvl2 .table > .currentDisplayContent {
		margin-left: 200px;	}
}
@media (max-width: 600px) {
	.toggle-container.lvl2 .table .lvl3 {
		width: auto !important;	}
	.toggle-container.lvl2 .table .currentDisplayContent {
		display: none!important;}
	.toggle-container.lvl2 .lvl3 .title {
		font-weight: bold;	}
	.toggle-container.lvl2 .lvl3 .typography.open {
		display: block;	}
}


.slider {}
.slider .slick-arrow {
	position: absolute;
	z-index: 10;
	top: calc(50% - 18px);
	left: 10px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	font-size: 26px;
	background: rgba(255,255,255,0.5);}
.slider .slick-arrow.slick-next {
	left: auto;
	right: 10px;}
.slider .slide {
	height: 500px;
	position: relative;}
.slider.small .slide {
	height: 225px;}
.slider .slide img {
	position: relative;
	top: 50%;
	max-width: 100%;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);}
.slider.popup .slide img {
	cursor: pointer;}
.slider .slide .text {
	position: absolute;
	z-index: 10;
	left: 155px;
	bottom: 40px;
	padding: 25px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
	color: #32353e;}
body:not(.StartPage) .slider .slide .text {
	display: none;}
.slider .slide .text:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: calc(-500% + 25px);
	top:0;
	width: 1000%;
	height: 1000%;
	transform-origin: 50% 0;
	transform: rotate(-45deg);
	background: rgba(248, 239, 216, 0.7);}
@media (max-width: 450px) {
	.slider .slide .text {
		left: 40px;
		bottom: 20px;
		padding: 10px;
		font-size: 16px;}
}

.reference {}
.reference.maxWidth {
	width: 550px;
	max-width: 100%;}
.reference .head {
	position: relative;
	margin-top: 35px;
	text-align: center;}
.reference .head .title {
	display: inline-block;
	max-width: calc(100% - 20px);
	padding: 30px 0 5px;
	border-bottom: 1px solid #f59e06;
	font-size: 18px;
	background: rgba(0, 0, 0, 0) url("img/home7.png") no-repeat scroll center top / auto 25px;}
.reference .head .prev,
.reference .head .next {
	position: absolute;
	top: 30px;
	font-weight: bold;
	font-size: 24px;}
.reference .head .prev {
	left: 0px;}
.reference .head .next {
	right: 0px;}
.reference .slider {
	margin-top: 35px;
	margin-bottom: 70px;}
.reference .toggle-container {
	padding-top: 5px;
	border-top: 3px solid #f59e06;}
.reference .toggle-container.lvl1 {
	margin-top: 35px;}
.reference .toggle-container.lvl1 .typography {
	margin-top: 35px;}
