html, body { 
    height: 100%; 
    margin: 0px;
    font-size: 90%;
    line-height: 150%;
    font-family: 'Open Sans', sans-serif;
}

header {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 666;
    background-color: #fff;
    border-bottom: 2px solid;
    border-bottom-color: #b71f12;
    text-align: center;
}

header img{
    margin-top: 15px;
}

.nav {
	width: 100%;
    height: 40px;
    position: absolute;
    z-index: 999;
    margin: 102px 0px 0px 0px;
    background-color: #fff;
    opacity: 0.9;
    text-align: center;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 10px 5px 10px 0;
	padding: 0;
    font-size: 1.1em;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 7px;
	text-decoration: none;
	color: #636362;
	line-height: 100%;
}
.nav a:hover {
	color: #b71f12;
}
.nav .current a {
	color: #b71f12;
}

#header-pic {
    width: 100%;
    height: 300px;
    position: absolute;
    margin-top: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section {
    width: 100%;
    position: absolute;
    margin-top: 400px;
}

#content {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 50px;
}

footer {
    width: 100%;
    float: left;
    padding: 25px 0px;
    margin-top: 50px;
    background-color: #636362;
}


h1 {
    font-family: "adobe-text-pro";
    font-weight: normal;
    font-size: 2.2em;
    line-height: 1em;
    color: #636362;
    margin: 0px 0px 30px 4.545%; 
}

h2 {
    font-family: "adobe-text-pro";
    font-weight: normal;
    font-size: 3em;
    line-height: 1em;
    color: #b71f12;
    margin: 60px 0px 10px 0px;
}

sup{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

.box-3s{
    width: 54.54%;
    margin: 0px 0px 0px 4.545%;
    float: left;
}

.box-3s p{
    margin: 0px;
    color: #636362;
}

.box-3s b{
    margin: 0px;
    color: #b71f12;
    font-style: bold;
}

.box-3s ul{
    margin: 0px;
    padding: 0px;
}

.box-3s li{
    padding-left: 13px;
    list-style: none;
    color: #636362;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.box-1s{
    width: 27.27%;
    min-height: 300px;
    margin: 0px 0px 0px 4.545%;
    padding: 0px 0px 0px 4.545%;
    float: left;
    background-image: url(../img/schatten-links.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.box-1s p{
    margin: 0px;
    color: #636362;
}

.box-1s img{
    padding: 5px;
    margin: 5px 0px;
    width: 50%;
    border: solid 1px #f0f0f0;
}

.box-1s b{
    margin: 0px;
    color: #b71f12;
    font-style: bold;
}

.box-1s ul{
    margin: 0px;
    padding: 0px;
}

.box-1s li{
    padding-left: 13px;
    list-style: none;
    color: #636362;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.content-link{
    color: #636362;
    text-decoration: none;
}

.content-link:hover{
    text-decoration: underline;
}

.img-team{
    width: 50%;
    margin: 25px 25px 0px 0px;
    float: left;
    border-radius: 5px;
}

.team-text{
    width: calc(50% - 25px);
    float: left;
}

.button{
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0px;
    margin: 25px 0px;
    background-color: #b71f12;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
}

.button:hover{
    background-color: #a31a0e;
}

.footer-box-3s{
    width: 54.54%;
    margin: 30px 0px 30px 4.545%;
    float: left;
}

.footer-box-3s p{
    margin: 0px;
    color: #eee;
}

.footer-box-1s{
    width: 27.27%;
    margin: 30px 0px 30px 4.545%;
    padding: 0px 0px 0px 4.545%;
    float: left;
}

.footer-box-1s p{
    margin: 0px;
    color: #eee;
}

.footer-box-1s a{
    display: block;
    color: #eee;
    text-decoration: none;
}

.footer-box-1s a:hover{
    text-decoration: underline;
}

.cookieinfo{
    border-top: 1px solid #fff;
}

/*FORM*/

.font-form{
	font-family: "Myrian Pro", Arial;
	font-size: 10pt;
	line-height: 22px;
	text-decoration: none;
}

form{
	font-family: "Myrian Pro", Arial;
	font-size: 10pt;
	display: block;
	width: 100%;
	line-height: 22px;
	text-decoration: none;
	float: left;
}


.input {
	width: 95%;
	border: #aaaaaa;
 	border-style: solid;
 	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    background-color: #fff;
    padding: 7px 2.5%;
    margin: 6px 0px;
    font-size: 0.9em;
    border-radius: 5px;
    color: #636362;
}

.input-wichtig {
	width: 95%;
	border: #aaaaaa;
 	border-style: solid;
 	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    background-color: #fff;
    padding: 10px 2.5%;
    margin: 6px 0px;
    color: #636362;
    font-size: 1em;
    border-radius: 5px;
}

textarea {
	width: 95%;
	border: #aaaaaa;
 	border-style: solid;
 	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
    background-color: #fff;
    padding: 10px 2.5%;
    margin: 6px 0px;
    color: #636362;
    font-size: 1em;
    border-radius: 5px;
}

.absenden {
    text-align: left;
	width: 33%;
	border: #aaaaaa;
 	border-style: solid;
 	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
    background-color: #b71f12;
    padding: 10px 2.5%;
    margin: 0px 0px;
    color: #fff;
    font-size: 1em;
    border-radius: 5px;
    cursor: pointer;
}

.absenden:hover{
    background-color: #a31a0e;
}

.agreement{
    width: 95%;
    font-size: 0.9em;
    padding-bottom: 10px;
}

.rot {
	color: #ff0000;
}

.gruen {
	color: #00ff00;
}






/*FORM*/

@media screen and (min-width: 1400px) {
    #header-pic {
    height: 400px;
}
    section {
    margin-top: 500px;
}
    
}

@media screen and (max-width: 900px) {
    .img-team{
    width: 100%;
    margin: 25px 25px 0px 0px;
    float: left;
    border-radius: 5px;
}

    .team-text{
    width: 100%;
    float: left;
}
    
}


@media screen and (max-width: 600px) {
    #header-pic {
    height: 200px;
}

    section {
    margin-top: 300px;
}
    
    h1 {
    text-align: center;
}

    h2 {
    text-align: center; 
}
    
    #content {
    padding: 0px 25px;
}
    
    .box-3s {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
    

    
    .box-1s {
    width: 100%;
    padding: 25px 0px 0px 0px;
    margin: 25px 0px 0px 0px;
    min-height: inherit;
    float: left;
    background-image: url(../img/schatten-oben.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}
    
    .img-team{
    width: 100%;
    margin: 25px 25px 0px 0px;
    float: left;
    border-radius: 5px;
}

    .team-text{
    width: 100%;
    float: left;
}
    
    .footer-box-3s{
    width: 100%;
    margin: 30px 0px 0px 0px;
    padding-bottom: 15px;
    float: left;
    border-bottom: solid 1px #bbb;
}

    .footer-box-1s{
    width: 100%;
    margin: 15px 0px 100px 0px;
    padding: 0px;
    float: left;
}
    
    .cookieinfo-close{
        margin-top: 10px;
    }
    
    .absenden {
	width: 100%;
}

	.nav {
		min-height: 40px;
	}	
	.nav ul {
		width: 100%;
        min-height: 30px;
		padding: 5px 0;
        background: #fff url(../img/hamburger.png) no-repeat;
        background-position: center 8px ;
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
        padding: 4px 0px;
	}
	.nav .current {
		display: block; /* show only current <li> item */
	}
	.nav a {
		display: block;
        margin: 0px 0px 0px 0px;
		text-align: center;
	}

	.nav .current a {
        display: block;  
	}


	/* on nav hover */
	.nav ul:hover {
		background: #fff url(../img/hamburger.png) no-repeat;
        background-position: center 14px ;
        background-size: 20px;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
        
	}
}

