@charset "UTF-8";
/* 
Author: Björn Pollmeyer
*/

@font-face {
    font-family: DiederichSerif;
    src: url("fonts/mdiederich-regular-webfont.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DiederichSerif;
    src: url("fonts/mdiederich-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DiederichSerif;
    src: url("fonts/mdiederich-light-webfont.eot") format("eot");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: DiederichSerif;
    src: url("fonts/mdiederich-light-webfont.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: FiraSans;
    src: url("fonts/FiraSans-Light.eot") format("eot");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: FiraSans;
    src: url("fonts/FiraSans-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: FiraSans;
    src: url("fonts/FiraSans-Medium.eot") format("eot");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: FiraSans;
    src: url("fonts/FiraSans-Medium.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}


* {
	list-style: none;
	outline: none;
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust:     100%; 
}


html {	
}

body {	
	font-family: 'FiraSans','Helvetica Neue','Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
	line-height: 2.8rem;
	padding: 0;
	margin:0;
	color: #444141;
	letter-spacing: 0.3px;
	position:relative;
	z-index:-1;
	overflow-x:hidden;
}


h1, h2, h3, h4, h5 {
	font-family: 'FiraSans', sans;
	font-weight: bold;	
	letter-spacing:0.5;
}

h2 {	
	font-size: 30px;
	font-size: 3.0rem;
	line-height: 40px;
	line-height: 4.0rem;
	font-weight:200;
	padding:5px 5px 20px 5px;
	margin: 30px 0 0 0;
	z-index:8000;
}
blockquote {	
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 34px;
	line-height: 3.4rem;
	font-weight:200;
	padding:5px 5px 20px 5px;
	margin: 30px 0 0 0;
	font-family:'DiederichSerif',serif;
	z-index:8000;
}

h3 {
	font-size: 26px;
	font-size: 2.6rem;
	padding-bottom:0;
	margin-bottom:0;
	font-family:'FiraSans';
	text-transform:uppercase;
	padding-left:5px;
	position:relative;
	z-index:8000;
}

section:first-of-type h2:first-of-type {	
	display: none;
}
section.blase:before {
	content:url(images/blase.png);
	position:absolute;
	left:0;
	top:-400px;
	z-index:-1;
}
section.blaserechts:before {
	content:url(images/blaserechts.png);
	position:absolute;
	right:0;
	top:-400px;
	z-index:-1;
}
.symbol {
	margin-top:-12px;
	position:absolute;
}
li, form {
	margin: 0 0 10px 0;
	padding:5px;
}
article li {
	list-style-type:disc;
}
p {
	margin: 0 0 10px 0;
	padding:5px;
	z-index:8000;
}
.links {
	padding-right:33%;
}
.rechts {
	padding-left:33%;
}
.light {
	font-weight:200;
}
.orange {
	color:#7ba02c;
}
.lila {
	color:#c84b00;
}
.weiss {
	color:#fff;
}
.serif {
	font-family:'DiederichSerif';
	font-size: 16px;
	font-size: 1.6rem;
}
.hoch {
	height:100%;
	background-size:cover;
	background-position:center;
}
form p {
	padding:0;
}
strong {
	font-weight:bold;
}

a {
	color:#7ba02c;
	text-decoration: none;
	font-weight: normal;
}



a:hover, a.cboxElement {
	border-bottom: none;
}


img {
	border: none;	
	margin-bottom: 10px;
	height:auto;
}
.alignleft {
	float:left;
	margin-right: 2%;
}
.alignright {
	float:right;
}
hr {
	display: none;
}

label, .required {
	font-size: 12px;
	font-size:1.2rem;
	padding-bottom:0;
	margin:0;
}

.clear {
	clear: both;
	float: none;
}




header {
	position: relative;	
	height:100%;
	margin:0;
	padding:0;
	box-sizing: border-box;
	text-align:center;
}

header h1 a {
	border-bottom:none;
	z-index:-1;
}

header h1 a span {
	display:none;
}

header img {
	padding-top:10%;
	padding-right:5%;
	width:80%;
	height:auto;
}

h2:nth-of-type(2) a {
	border:none;
	color: #019dc1;
}
h2:nth-of-type(2) a:hover {
	color: #68af41;
}

nav#top {
	position:fixed;
	width:100%;
	padding: 0;
	margin-top:0;
	top:0;
	left:0;
	right:0;
	background-color:rgba(150,193,31,0.8);
}

nav#top ul {
	padding:6px 15% 4px 15%;
	box-sizing: border-box;
	width:100%;
	margin-top:0 auto;
	z-index:9999;
	text-align:center;
}

nav#top li {
	font-family:'FiraSans', sans;
	color:#ff830a;
	margin-right:25px;
	padding:0 0 0 5px;
	display:inline;	
}
nav#top li:last-of-type {
	margin-right:0;
}
nav#top li a {
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 12px;
	font-size: 2rem;
	letter-spacing:0.5;
	border:none;	
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}

nav#top li a:hover {
	color:#7ba02c;
}
section {
	z-index:-1;
	position:relative;
	width:100%;
	padding:80px 15% 50px 15%;
	box-sizing: border-box;
	background-size:cover;
	background-position:center;
}

/*
#siebanlage:before {
	content:url(images/hg01.png);
	position:absolute;
	left:0;
	top:-219px;
}
*/
.responsive-video iframe {
position: absolute;
top: 0px;
left: 5px;
width: 100%;
height: 100%;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
margin-top: 20px;
height: 0;
overflow: hidden;
}
section:first-of-type {
	z-index:100;
	height:80vh;
	background: rgba(253,194,0,1);
background: -moz-linear-gradient(top, rgba(253,194,0,1) 0%, rgba(251,151,19,0) 38%, rgba(248,80,50,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,194,0,1)), color-stop(38%, rgba(251,151,19,0)), color-stop(100%, rgba(248,80,50,0)));
background: -webkit-linear-gradient(top, rgba(253,194,0,1) 0%, rgba(251,151,19,0) 38%, rgba(248,80,50,0) 100%);
background: -o-linear-gradient(top, rgba(253,194,0,1) 0%, rgba(251,151,19,0) 38%, rgba(248,80,50,0) 100%);
background: -ms-linear-gradient(top, rgba(253,194,0,1) 0%, rgba(251,151,19,0) 38%, rgba(248,80,50,0) 100%);
background: linear-gradient(to bottom, rgba(253,194,0,1) 0%, rgba(251,151,19,0) 38%, rgba(248,80,50,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc200', endColorstr='#f85032', GradientType=0 );
	background-size:cover;
	background-position:center;
}
section.image {
	padding:0;
	margin:0;
}
section.image img {
	width:100%;
	height:auto;
	max-height:100%;
	margin:0;
}


footer {
	padding:0 15% 0 15%;
	margin:0;
	width:100%;
	box-sizing: border-box;
	background-color:#7ba02c !important;
	display:table;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	line-height: 2.4rem;
	z-index:9999 !important;
}

footer li, footer p {
	float:left;
	margin-right:10px;
	color:#fff;
}




input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
	position: relative;
	padding: 8px;
	padding-bottom:4px;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
	background: #ddd;
	border: none;
	letter-spacing: 0.5px;
}

input[type="text"], input[type="number"], input[type="email"], input[type="tel"] {
	margin-bottom: 13px;
	width:50%;
}
input:hover {
}

input:focus {
	background: #fffdcb;
}



*[type="submit"] {
	font-family: 'FiraSans','Helvetica Neue','Trebuchet MS', sans-serif;	position: relative;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	font-size:1.4rem;
	text-transform: uppercase;
	background: #009dc6;
	border: none;
	cursor:pointer;
}

*[type="submit"]:hover, *[type="submit"]:focus {
	background: #68af41;
}


.slideshow {
    position:relative;
    width: 100vw;
    height: 60vw;
    z-index: 0 !important;
}
.slideshow li span {
    width: 100vw;
    height: 60vw;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0 !important;
    -webkit-backface-visibility:hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
.slideshow li:nth-child(1) span {
    background-image: url(images/1.jpg)
}
.slideshow li:nth-child(2) span {
    background-image: url(images/2.jpg);
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    background-image: url(images/6.jpg);
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    background-image: url(images/4.jpg);
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow li:nth-child(5) span {
    background-image: url(images/5.jpg);
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}
.slideshow li:nth-child(6) span {
    background-image: url(images/3.jpg);
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
}
@-webkit-keyframes 'imageAnimation' {
    0% { opacity: 0; -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1; -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation {
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}




/*nur iPhone*/
 
@media screen and (max-width: 600px) { 
    /*keine automatischen Schriftgroessen im mobilen Safari*/
 
    body {
        -webkit-text-size-adjust: none;
        background-attachment:scroll;
    }
    h2 {	
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 34px;
	line-height: 3.4rem;
	}
	h3 {	
	font-size: 20px;
	font-size: 2rem;
	line-height: 30px;
	line-height: 3rem;
	}
	p, li, form {
	margin: 0 0 10px 0;
	padding:5px;
	}
	header {
	padding:0 3% 0 5%;
	margin-top:30px;
	}
	header h1 a {
	padding-top:0;
	margin-top:0;
	}
	header img {
		width:95%;
		padding-top:25%;
	}
	
	nav#top ul {
	box-sizing: border-box;
	padding:0 5% 0 5%;
	width:100%;
	z-index:9999;
	display:table;
	}
	nav#top li {
	padding:0;	
	margin:0;
	}
	nav#top li a {
	padding:0 10px 0 0;
	display:inline-block;
	}
	.links {
	padding-right:0%;
	}
	.rechts {
	padding-left:0%;
	}
	
	.hoch {
	height:auto;
	}
	section.blase:before, section.blaserechts:before {
	width:20%;
	}

	
	input[type="text"], input[type="number"], input[type="email"] {
	width:100%;
	}
	*[type="submit"] {
	display:table;
	width:100%;
	text-align:left;
	white-space:normal;
	}
    
    input, textarea {
		-webkit-appearance: none;
		border-radius:0;
	}
	section {
	padding:50px 5% 50px 5%;
	}
	
	footer {
	padding:0 15% 0 5%;
	}
}
.footer-link {color:#fff !important;}
.footer-link a{color:#fff !important;}
#impressumtxt a {color:#fff !important;}
#datenschutztxt a {color:#fff !important;}
#impressum {height: 60%;}
#datenschutz {height: 60%;}


