/* 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: 
       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: 
       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 */
}

* {
	margin:0;
	padding:0;
}
img { border:0;border-style: none;}
html, body {
	margin:0;
	padding:0;
	height:100%;

	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-weight:400;
	font-size: 16px;
	color:#101010;
	line-height:24px;
}
body {
	background-color:#ffffff;
	background-image: url(gfx/hg.jpg);
	background-size: cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-attachment: fixed;
}


/* -------------------------------------------------- */
#logo {
	position:relative;
	text-align:center;
}
#logo img {
	width:90%;
	max-width:550px;
	height:auto;
}
/* -------------------------------------------------- */
.abschnitt {
	position:relative;
	text-align:center;
}
.foto1 {
	position:relative;
	display:inline-block;
	width:250px;
	vertical-align: top;
	margin-right:30px;
	margin-bottom:20px;
}
.foto1 img {
	width:100%;
	height:auto;
	border:1px solid #e0e0e0;
}
.text1 {
	position:relative;
	display:inline-block;
	vertical-align: top;
	text-align:left;
	width:300px;
}
.text1 h1 {
	color:#465eb9;
	font-weight:600;
	font-size:22px;
	line-height:26px;
	margin-bottom:10px;
}
.text1 a {
	color:#465eb9;
	text-decoration:none;
}
.text1 a:hover {
	text-decoration:underline;
}
@media all and (max-width:640px) {
	.foto1 {
		margin-right:0px;
		width:60%;
	}
}
@media all and (max-width:500px) {
	.foto1 {
		margin-right:0px;
		width:90%;
	}
}
/* -------------------------------------------------- */
#datenschutz {
	position:relative;
	margin-left:15%;
	margin-right:15%;
	margin-top:80px;
}
#datenschutz {
	font-size:13px;
	line-height:16px;
	color:#404040;
}
#datenschutz h2 {
	color:#404040;
	font-size:15px;
	font-weight:600;
	line-height:17px;
	margin-bottom:20px;
}
#datenschutz a {
	color:#000000;
	text-decoration:underline;
}
#datenschutz a:hover {
	text-decoration:underline;
}
@media all and (max-width:1100px) {
	#datenschutz {
		margin-left:40px;
		margin-right:40px;
	}
}
/* -------------------------------------------------- */
.strich {
	position:relative;
	height:1px;
	background-color:#465eb9;
}
/* -------------------------------------------------- */
.slogan {
	color:#465eb9;
	font-weight:600;
	font-size:22px;
	line-height:26px;
	
	text-align:center;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
}
.text2 {
	text-align:center;
	margin-left:20%;
	margin-right:20%;
}
@media all and (max-width:1100px) {
	.text2 {
		margin-left:10%;
		margin-right:10%;
	}
}
@media all and (max-width:1100px) {
	.text2 {
		margin-left:20px;
		margin-right:20px;
	}
}
/* -------------------------------------------------- */