@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: #0068b2;
}

.whitebody {
    background: white;
    max-width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.container {
	max-width: 1112px;
	padding-top: 0.5%;
	padding-right: 5%;
	padding-bottom: 2%;    
	padding-left: 5%;
    margin: 0px auto;
		
}

.logo {
    max-width: 1112px;
	margin-bottom: 3%; /*Abstand Logo - Bild ändern!*/
	position: relative;
	z-index: 1;
}

.logo img {
    max-width: 30%; /*Größe vom Logo ändern!*/
}	

.imag0 {
    max-width: 1112px;
    margin: 0px auto;
    position: relative;
}

.imag0 img {
    max-width: 100%;
    margin-bottom: 4%;
    display: block;
}

.imag0 h2 {
	text-shadow: black 0.1em 0.1em 0.1em;	
    color: white;
    position: absolute;
    top: 0px;
    font-size: 3.5vw;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0px;
    padding-left: 3%;
    padding-top: 3%;
}

.imag1 {
	width: 50%;
    margin-right: 0%;
	float: left;
	position: relative;
	z-index: 2;
}

.imag1 img {
    width: 100%;
    float: left;
	margin-bottom: 16px;
}

.imag2 {
    width: 50%;
    float: right;
}

.imag2 img {
    width: 100%;
    float: right;
    margin-bottom: 16px;
}

.imagnote {	
	font-size: 15px;
	line-height: 21px;
}

.b {
    font-weight: 700;
    color: #505050;
	line-height: 25px;
}

.maintext {
	clear: both;
	width: 100%;
	line-height: 25px;
}

.maintext li {
    color: #0068b2;
}

h1 {
    font-size: 42px;
    font-weight: 300;
    text-transform: uppercase;
    color: #0068b2;
	line-height: 1.2em;
	padding-top: 0.6em;
	
}

h2 {
    font-size: 25px;
 	font-weight: 600;
    color: #505050;
    text-transform: uppercase;
	padding-top: 0.3em;
}

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: #0068b2;
    text-decoration: none;
}

.formular {
    width: 100%;
	margin-top: 5vh;
}

.form {
	padding-right: 20px;
}


.formularfeld {
    border-style: solid;
    border-width: 2px;
    border-color: #0068b2;
    width: 100%;
	color: #000; 
	font-style: normal;
	padding: 6px 9px 6px 9px ;
	font-family: os-reg, sans-serif;
}
.checkbox {
	margin-right: 20px;
	margin-left: 0px;
	cursor: pointer;
	height: 30px;
	width: 30px;
}
.button {
    color: white;
    width: 140px;
    background: #0068b2;
    border: 10px;
    height: 40px;
	margin-top: 25px;
}

.button:hover {
    background: #505050;
}

.button2 {
    text-decoration: none;
}

.footer {
    clear: both;
}

.footer-box {
    max-width: 1112px;
    padding-top: 2%;
    padding-left: 5%;
    padding-right: 5%;
    margin: 0px auto;
    min-height: 10vh;
}

.footerlink1 {
    font-size: 1.5vw;
}

.footerlink2 {
    padding-left: 5%;
    font-size: 1.5vw;
}

.footerlink1:datenlink {
    color: black;
}

.footerlink1:link {
    color: white;
    text-decoration: none;
}

.footerlink1:visited {
    color: white;
}

.footerlink1:hover {
    color: black;
}

.footerlink2:datenlink {
    color: black;
}

.footerlink2:link {
    color: white;
    text-decoration: none;
}

.footerlink2:visited {
    color: white;
}

.footerlink2:hover {
    color: black;
}



/*=========	BREAKPOINTS =========*/



/* Extra small devices (phones, 450px and down) */

@media only screen and (max-width: 450px) {
	
	.container {
    	padding-top: 3%;
    }
    .footerlink1 {
		font-size: 20px;
    }
	.footerlink2 {
		font-size: 20px;
    	padding-left: 0%;

    }
   	.logo img {
    	max-width: 100%; /*Größe vom Logo ändern!*/
		margin-bottom: 1%; /*Abstand Logo - Bild ändern!*/
    }
    .imag1 {
        min-width: 100%;
		float: left;
    }
    .imag2 {
        min-width: 100%;
		float: left;
		visibility: hidden;
		position: absolute;
		top: 0px;
		right: 0px;
    }
	.imag1 img {
        margin-bottom: 0px;
    }
	.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;
    }
	.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 {
		font-size: 23px;
    }
    h1 {
        font-size: 33px;
		font-weight: 500;
    }
    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 {
		font-size: 23px;
    }
	h1 {
        font-size: 42px;
		font-weight: 500;
	 }
	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;
    }
}