/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}


body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height: 23px;
	color: #0076a8;
	text-align: center;
}

a {
    color:#0076A8;
}
img {
    max-width: 100%;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.fettschrift {
	font-weight:600;
}
.clr {
    clear:both;
}

.header {
	margin-top: 120px;
	margin-bottom: 25px;
}

.logo {
	width: 355px;
	margin: 0 auto;
}

.breite {
	width: 1200px;
	margin: 0 auto;
}
.container {
    background-color:#37A74E;
	font-size:18px;
	line-height: 25px;
	color: #fff;
	margin-top: 50px;
	padding: 60px 0;
}

.inhalte::after {
    clear: both;
    content: "";
    display: table;
}

.inhalte > div {
	float: left;
	width: 50%;
	padding: 1%;
	box-sizing: border-box;
}




@media (max-width: 1280px) {
	.breite {
        width: 100%;
	}
	.inhalte > div {
		float: none;
		width: 100%;	
	}	
	.inhalte > div:first-child {
		margin-bottom: 2%;
	}

}


@media (max-width: 600px) {
	.logo {
		margin: 0 3%;
		width: 94%;
	}
	.header {
        margin-top: 60px;
	}
	.inhalte > div {    
		padding: 3%;    
	}
	.container {
        font-size: 14px;
		line-height: 20px;    
	}
}
