@import 'fonts';


* {
    letter-spacing: 0.06em;
    font-size: 17px;
}

body {
    padding: 0;
    margin: 0;
    max-width: 100%;
    font-family: os-reg, sans-serif;
    background-color: #a1c500;
}

.whitebody {
    background: white;
    max-width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.container {
	max-width: 1112px;
	padding-top: 2%;
	padding-right: 5%;
	padding-bottom: 2%;    
	padding-left: 5%;
    margin: 0px auto;
		
}

.logo {
    max-width: 1112px;
	margin-bottom: 0%; /*Abstand Logo - Bild ändern!*/
	text-align: right;
}
.logo img {
    max-width: 35%; /*Größe vom Logo ändern!*/
}	

.imag0 {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
}

.imag0 img {
    max-width: 100%;
    margin-bottom: 3%;
    display: block;
}

.imag0 h2 {
    color: #fff;
	text-shadow: 0 0 0.3em #a1c500;
    position: absolute;
    bottom: 0px;
    font-size: 4vw;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0px;
    padding-left: 3%;
    padding-top: 3%;
}

.imag1 {
	width: 48%;
    margin-right: 4%;
	float: left;
}

.imag1 img {
    width: 100%;
    float: left;
	margin-bottom: 16px;
}

.imag2 {
    width: 48%;
    float: right;
}

.imag2 img {
    width: 100%;
    float: right;
    margin-bottom: 16px;
}

.imagnote {	
	font-size: 15px;
	line-height: 21px;
}

.b {
    font-weight: 700;
    color: #565656;
	line-height: 25px;
}

.maintext {
	clear: both;
	width: 100%;
	line-height: 25px;
}

.maintext li {
    color: #a1c500;
}

h1 {
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    color: #a1c500;
	line-height: 1.4em;
	padding-top: 24px;
	
}

h2 {
    font-size: 25px;
 	font-weight: 600;
    color: #565656;
    text-transform: uppercase;
	padding-top: 24px;
}

ul {
	padding: 0;
	margin-left: 1%;
    list-style: "\00BB \0020";
}
li {
	padding-top: 8px;
}

ul span {
    color: black;
}
	
.kontakt {
    width: 100%;
	line-height: 25px;
}

.link1 {
    color: #a1c500;
    text-decoration: none;
}

.form {
	padding-right: 20px;
    }

.formular {
    width: 100%;
	margin-top: 5vh;
}

.formularfeld {
    border-style: solid;
    border-width: 2px;
    border-color: #a1c500;
    width: 100%;
	color: #000; 
	font-style: normal;
	padding: 6px 9px 6px 9px ;
	font-family: os-reg, sans-serif;
}
.checkbox {
	margin-right: 20px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
.button {
    color: white;
    width: 140px;
    background: #a1c500;
    border: 10px;
    height: 40px;
	margin-top: 40px;
}

.button:hover {
    background: #565656;
}

.button2 {
    text-decoration: none;
}


.trennstrich {
	border-bottom: medium solid #565656;
	margin-bottom: 1%
}


.footer {
    clear: both;
	background-color: #a1c500;
	width:100%;
}

.footer-box {
    max-width: 1112px;
    padding-top: 1%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0px auto;
    min-height: 10vh;
}

.footerlink1 {
	padding-left: 0%;
	font-size: 1.5vw;
}

.footerlink2 {
    padding-left: 3%;
    font-size: 1.5vw;
}

.footerlink1:datenlink {
    color: black;
}

.footerlink1:link {
    color: white;
    text-decoration: none;
}

.footerlink1:active {
    color: white;
}

.footerlink1:visited {
    color: white;
}

.footerlink1:hover {
    color: #565656;
}

.footerlink2:datenlink {
    color: black;
}

.footerlink2:link {
    color: white;
    text-decoration: none;
}

.footerlink2:active {
    color: white;
}

.footerlink2:visited {
    color: white;
}

.footerlink2:hover {
    color: #565656;
}



/*=========	BREAKPOINTS =========*/



/* Extra small devices (phones, 450px and down) */

@media only screen and (max-width: 450px) {
	
	.container {
    	padding-top: 3%;
    }
    .footerlink1 {
		font-size: 20px;
		padding-left: 0%;
    }
	.footerlink2 {
		font-size: 20px;
    	padding-left: 0%;

    }
   	.logo img {
    	max-width: 100%; /*Größe vom Logo ändern!*/
    }
    .imag1 {
        min-width: 100%;
    }
    .imag2 {
        min-width: 100%;
    }
	.imag1 img {
        margin-bottom: 12px;
    }
	.imag2 img {
        margin-bottom: 12px;
    }
   	.imagnote
	{
		font-size: 13px;
		line-height: 19px;
		padding-bottom: 4px;
	}
    h1 {
        font-size: 25px;
		font-weight: 500;
		padding-top: 14px;
    }
    h2 {
        font-size: 16px;
		padding-top:20px;
    }
	.imag0 h2 {
		font-size: 25px;
	}
    .maintext {
        font-size: 15px;
    }
	.maintext_note{
		font-size:15px;
	}
    span.b {
        font-size: 15px;
    }
    div.maintext li {
        font-size: 15px;
    }
    ul {
        font-size: 15px;
    }
    ul span {
        font-size: 15px;
    }
	.span_text2{
		font-size: 15px;
	}
    .kontakt {
        font-size: 15px;
    }
    .link1 {
        font-size: 15px;
    }
    .form {
        font-size: 15px;
    }
	.formularfeld {
		font-size: 	15px;
}

    .button {
        font-size: 15px;
        max-height: 35px;
        max-width: 120px;
    }
}


/* Medium devices (landscape tablets, 450px and up) */

@media only screen and (min-width: 450px) {
	
    .footerlink1 {
        padding-left: 0%;
		font-size: 23px;
    }
	.footerlink2 {
		padding-left: 3%;
		font-size: 23px;
    }
    h1 {
        font-size: 33px;
		font-weight: 500;
		padding-top: 26px;
    }
    h2 {
        font-size: 19px;
    }
    span.b {
        font-size: 17px;
    }
    div.maintext li {
        font-size: 17px;
    }
    ul {
        font-size: 17px;
    }
    ul span {
        font-size: 17px;
    }
    .kontakt {
        font-size: 17px;
    }
    .link1 {
        font-size: 17px;
    }
    .form {
        font-size: 17px;
    }
}


/* Extra large devices (large laptops and desktops, 1240px and up) */

@media only screen and (min-width: 1240px) {
	
    .footerlink1 {
        padding-left: 0%;
		font-size: 23px;
    }
	.footerlink2 {
		padding-left: 3%;
		font-size: 23px;
    }
	h1 {
        font-size: 42px;
		font-weight: 500;
		padding-top: 40px;
	 }
	h2 {
    font-size: 19px;
	}

    span.b {
        font-size: 17px;
    }
    div.maintext li {
        font-size: 17px;
    }
    ul {
        font-size: 17px;
    }
    ul span {
        font-size: 17px;
    }
    .kontakt {
        font-size: 17px;
    }
    .link1 {
        font-size: 17px;
    }
    .form {
        font-size: 17px;
    }
}