﻿body {
	background-position: center top;
	background-size: 100% auto;
	background-color: #008ACE;
	color: #FFFFFF;
	font-family: Calibri, Verdana, Arial;
	font-size: 20px;
	background-image: url('../images/hintergrund.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 25px;
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px dotted #FF0000;
	padding: 15px;
	border-radius: 10px;
}
a {
	color: #FFFFFF;
}
p a:hover {
	background-color: #FFFF00;
	color: #0073AC;
}
.gruen {
	color: #000000;
	background-color: #00FF1D;
	font-weight: bold;
}
.main {
	background-color: #0073AC;
	width: 1200px;
	position: relative;
	margin: auto;
	padding: 25px;
	border-radius: 15px;
	border: 1px dotted #FFFFFF;
	z-index: 5;
}
.main p {
	line-height: 26px;
}
.main ul {
	list-style-image: url('../images/listenpunkt.jpg');
}
.main ul li {
	padding-left: 13px;
	padding-bottom: 8px;
}
.header {
	position: relative;
	z-index: 100;
	padding: 25px;
	height: 130px;
}
.logo {
	width: 400px;
	float: left;
}
.logo img {
	width: 400px;
}
.inhalt {
	width: 960px;
	position: relative;
	margin: auto;
	z-index: 500;
}
.footnote {
	border-radius: 5px;
	margin: 10px auto auto auto;
	padding: 5px 25px 5px 25px;
	background-color: #009900;
	color: #FFFFFF;
	width: 1200px;
	position: relative;
	z-index: 5;
	text-align: center;
}
.footnote p {
	padding: 0px;
	margin: 0px;
}
.footnote a {
	text-decoration: none;
}
.navi {
	position: relative;
	z-index: 10;
	width: 60%;
	margin-left: 430px;
	padding-top: 25px;
}
.navi ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	text-align: center;
}
.navi ul li {
	padding: 0px 6px 0px 0px;
	margin: 0px;
	display: inline;
	position: relative;
	height: 45px;
}
.navi ul li a {
	padding: 4px 8px 4px 8px;
	color: #0073AC;
	border: 1px dotted #0073AC;
	border-radius: 5px;
	margin: 2px;
	text-decoration: none;
	background-color: #FCD719;
	position: relative;
	line-height: 40px;
}
.navi ul li a:hover {
	background-color: #009900;
	color: #FFFFFF;
}
.hintergrund {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
.bild {
	margin: auto;
	border-radius: 5px;
	width: 960px;
	height: 330px;
	position: relative;
	text-align: center;
}
.passbild {
	margin-bottom: 0px;
	border-radius: 5px;
	border: 1px dotted #FCD719;
	margin-right: 15px;
}
.rahmenlos {
	border-width: 0px;
}
.zentriert {
	text-align: center;
}
.auto-style1 {
	font-weight: normal;
}
.auto-style2 {
	color: #000000;
}
.whatsapp {
	border-width: 0px;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 100;
	display: none;
}
.social {
	width: 45px;
	height: 45px;
	text-decoration: none;
	border-style: none;
	border-width: 0px;
	padding: 10px;
	display: none;
}
.container {
	position: relative;
}
.container1 {
	width: 400px;
	position: relative;
}
.container2 {
	width: 400px;
	position: absolute;
	right: 0px;
	top: 0px;
}
@media screen and (max-width: 1400px){
.whatsapp {
	bottom: 10px;
	left: 10px;
	top: auto;
	position: fixed;
}
@media screen and (max-width: 1300px) {
h1 {
	font-size: 18px;
}
.main {
	border: 5px solid #0073AC;
	border-radius: 5px;
	width: 98%;
	padding: 0px;
}
.navi {
	width: 100%;
	margin-left: 0px;
	padding-top: 5px;
}

.bild {
	width: 100%;
	height: auto;
}
.footnote {
	width: 98%;
	padding: 5px;
}
.hintergrund {
	display: none;
}
.logo {
	margin: auto;
	width: 600px;
	float: none;
	position: relative;
}
.logo img {
	width: 600px;
}
.header {
	height: auto;
}
.inhalt {
	width: 100%;
}

@media screen and (max-width: 900px) {
.container2 {
	width: 400px;
	position: relative;
	right: auto;
	top: auto;
}
@media screen and (max-width: 700px) {
.whatsapp {
	width: 55px;
	height: 55px;
}
.logo {
	width: 100%;
}
.logo img {
	width: 100%;
}

}