@charset "utf-8";
/* CSS Document */


html, body {
	/*font-family:'Oswald', sans-serif;*/
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}


body {
	margin:0;
	padding:0;
}

h1 {
	font-size:4.5em;
	color: #ffffff;
	text-align: center;
	padding: 6%;
	margin-top: 0px;
}

h2 {
	/*font-size:130%;*/
	font-size:1.5em;
	color: #B91E1D;
}

h3 {
	font-size:1em;
	color: #013068;
}

a {
	text-decoration:none;
	color:#00407c;
	/*color:#595959;*/
}

.line{
	border-top: 1px solid #96c038;
	margin-top: 2%
	
}


a > img {
	border:0px;
}

strong, b {
	/*font-weight:700;*/
	font-weight:600;
}


/* Klassen */


.flagblue {
	background-color:#013068;
	overflow:hidden;
}

.flaggreen {
	background-color:#96C038;
	/*overflow:hidden;*/
}

.clickable {
	cursor:pointer;	
}

.c000 {
	color: #000 !important;
}

/* IDs */



#wrapper {
	margin:auto;
	width:1000px;
	max-width:1000px;
	min-width:1000px;
}



#flagblue {
	height:40px;
	background-color:#013068;
}

#flagwhite {
	min-height:108px;
	background-color:#fff;
}

#flaggreen {
	/*height:40px;*/
	height:40px;
	background-color:#96C038;
	
	/*background-image: url(img/kl_B0CB1B9A2993CF7924D16E0893CC0CFD.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
}



#logo{
margin-top: 10px;
margin-left: 10px;
height: 90px;
/*float: left;*/
	 display: block;
    margin-left: auto;
    margin-right: auto

}

.pos{
	float: left;
	margin-right: 15%;
}


