body {
	font-family: 'Muli', sans-serif;
	font-size: 2vw;
	padding: 0;
	margin: 0;
	position: absolute;
	overflow: hidden;
	overflow-y: visible;
	height: 100%;
}

#mobile_navigator {
	position: absolute;
	top: 1vw;
	left: 80vw;
	height: 13vw;
	z-index: 2;
}

#sprachwahl {
	position: absolute;
	top: 2vw;
	height: 5vw;
	width: 17vw;
	left: 45vw;
	z-index: 1000;
	padding-top: 1.5vw;
}

#sprachwahl a {
	font-size: 3vw;
	font-weight: bold;
	color: white;
}

#sprachwahl li {
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#sprachwahl ul {
	display: inline-block;
	padding: 0;
	margin: 0;
}

#presse li {
	list-style: disc;
	display: block;
	padding: 1vh;
	margin-bottom: 1vh;
	border: 1px solid black;
	background-color: #B6DEE8;
}

#presse ul {
	list-style: disc;
	display: block;
	padding: 0;
	margin: 0;
}

#oben {
	font-size: 3em;
	background-color: white;
	background-color: #E95224;
	position: absolute;
	left: 0;
	top: 0;
	height: 15vw;
	width: 100vw;
	z-index: 1;

	background-image: url(img/mobiletop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
}

#oben img {
	position: relative;
	top: 0;
	left: 2vw;
	height: 15vw;
}

#unten {
	display: none;
//	position: absolute;
	position: relative;
	left: 0vw;
	width: 100vw;
//	bottom: 0;
	background-color: white;
}

#halb {
	display: none;
}

#linkblock {
//	display: none;
//	position: absolute;
	left: 3vw;
	width: 100vw;
//	bottom: 6.5vw;
}

#linkblock img {
	width: 5vw;
	margin-right: 1vw;
}

#nav {
	display: none;

	background-color: silver;
	position: absolute;
	font-size: 5vw;
	font-weight: bold;
	top: 10vw;
	height: 65vw;
	left: 30vw;
	width: 64vw;
	z-index: 1000;
}

#nav li {
	list-style: none;
	padding:  1vw 6vw 1vw 1vw;
}

#subnav {
	display: none;
	position: absolute;
	font-size: 5vw;
	font-weight: bold;
	top: 60vw;
	height: 50vw;
	left: 30vw;
	width: 64vw;
	z-index: 1000;
	background-color: white;
	background-color: #DDDDDD;
	display: none;
}

#subnav li {
	list-style: none;
	padding:  1vw 6vw 1vw 1vw;
}

#subnav a {
	color: black;
}

#subnav a:hover {
	color: white;
}

#subnav li:hover {
	color: white;
	background-color: #777777;
}

#inhalt {
	position: absolute;
	top: 0vw;
	height: 75vh;
	background-color: white;
	opacity: 1;
	padding: 0 2vw 0 2vw;
	overflow: auto;
	overflow-y: visible;
	display: block;

	margin-left: 5vw;
	width: 90vw;
}

#mitte {
	position: absolute;
	top: 17vw;
	left: 0;
	width: 100vw;
//	height: 70vw;
	background-color: #B6DEE8;

	}

td {
	font-size: 1.5em;
}

.teambild {
	width: 10vw;
	margin-right: 1vw;
	cursor: pointer;
}

.teambild_aktiv {
	width: 2vw;
	margin-left: 4.5vw;
	margin-right: 4.5vw;
	margin-bottom: 4.4vw;
	cursor: pointer;
}

.profilbild {
	width: 22vw;
	float: left;
	margin-right: 3vw;
}

#team_text ul {
	padding: 0;
	margin: 0;
	margin-left: 25vw;
	margin-top: 0vw;
	font-size: 3vw;
}

#team_text li {
	padding:  0 0 0.6vw 0;
}

#team_text {
	position: absolute;
	left: 5vw;
}

input[type="button"] {
	cursor: pointer;
	text-overflow: ellipsis;
}

.tablebutton, .waitbutton {
	white-space: normal;
	width: 16vw;
	font-family: 'MuliBold';
	font-size: 0.8em;
	padding: 0.3vw;
	margin-bottom: 0.2vw;
}

.doklink {
	width: 42vw;
	font-family: 'MuliBold';
	font-size: 1.5em;
	padding: 0.5vw;
	margin-bottom: 0.2vw;
}

.datumbereich {
	font-size: 1.5em;
}

.formular .feld, .formular textarea, .formular input{
	border: 1px solid;
	border-color: #EEEEEE;
	width: 30vw;
}

.formular .send{
	background: #999999;
	border-color: #000000;
	color:white;
	font-size: 1.5em;
	cursor: pointer;
	height: 7vw;
	width: 41vw;
}

.formular .feld{
	font-family: 'Open Sans', sans-serif;
	height: 12vw;
	width: 80vw;
	padding-top:0.3vw;
	padding-left: 3.5vw;
	font-size: 1.5em;
	margin-bottom: 0.1vw;
}

.formular textarea{
	font-family: 'Open Sans', sans-serif;
	width: 80vw;
	height: 20vw;
	margin-top:0.1vw;
	padding-top: 5vw;
	padding-left: 0.2vw;
	font-size: 1.2em;
}

.agbsend{
	height: 1vw;
	width: 1vw;
}

.send{
	width: 30vw;
	text-align:center;
}

.mail-send{
	font-size: 1vw;
	color: #888888;

}
.input-label {
	position: relative;
}
.input-label label {
	position: absolute;
	top: 0;
	left: 0.2vw;
	color: #666;
	font-size: 1em;
}

.radio-label {
	position: relative;
	border: 1px solid #EEEEEE;
	padding: 0.4vw;
	width: 17.7vw;
}

.radio-label label {
	position: relative;
	top: 0;
	left: 0.2vw;
	color: #666;
	font-size: 1em;
}

.select-label {
	position: relative;
	border: 1px solid #EEEEEE;
	height: 7vw;
	padding: 0;
	width: 41vw;
}
.select-label label {
	position: absolute;
	top: 0;
	left: 0.2vw;
	padding: 0;
	color: #666;
	font-size: 1em;
}
.select-label select {
	position: absolute;
	left: 3vw;
	width: 35vw;
	top: 3vw;
	font-size: 1.5em;
	border: 0;
	padding: 0;
	background-color: white;
}

.formular div {
	margin-top: 2vw;
	display:inline-block;
}
.input-label .msg{
	position: absolute;
	top: 0.5vw;
	left: 0.2vw;
}

#ampel img {
	height: 2vw;
}

.partner {
	position: relative;
	margin-right: 1vw;
	cursor: pointer;
	width: 40vw;
	height: 15vw;
	margin-bottom: 2vw;
	margin-right: 2vw;
	float: left;
	text-align: center;
	padding: 1vw;
	background-color: white;

	-webkit-box-shadow: 10px 10px 20px 0px rgba(50,50,50,0.75);
	-moz-box-shadow: 10px 10px 20px 0px rgba(50,50,50,0.75);
	box-shadow: 10px 10px 20px 0px rgba(50,50,50,0.75);

	border: 1px solid grey;
}

.partnerblock {
	position: relative;
	height: 50vw;
}

.partnerblock h2 {
	margin: 0 0 0.5vw 0;;
}

.partnerlogo {
	margin-right: 1vw;
	cursor: pointer;
	margin-bottom: 1vw;
	max-width: 35vw;
	max-height: 13vw;
}

.partnertext {
	position: absolute;
	bottom: 1vw;
	width: 90%;
	text-align: center;
	margin: 0;
	padding: 0;

	border: 1px dotted red;
}

#home {
	position: relative;
	top: 0vw;
	left: 2vw;
	width: 90vw;
	overflow: hidden;
	font-size: 0.8em;
}

#aktuell {
	background-color: #F0F0F0;
	position: relative;
	top: 6vw;
	right: 0vw;
	width: 90vw;
	padding: 1vw;
	overflow: hidden;
	overflow: auto;
	font-size: 0.8em;
}

#impressum {
	font-size: 0.8em;
}

#kontakt {
	font-size: 1.5em;
}

	.teambox img {
		width: 100%;

	}

	.teambox {
		width: 21vw;
		height: 30vw;
		background-color: #F1EAD0;
		float: left;
		padding: 0;
		border: 0.1px solid grey;

		-webkit-box-shadow: 10px 10px 20px 0px rgba(50,50,50,0.35);
		-moz-box-shadow: 10px 10px 20px 0px rgba(50,50,50,0.35);
		box-shadow: 10px 10px 20px 0px rgba(50,50,50,0.35);

		margin: 0 1vw 1vw 0;
		cursor: pointer;
	}

	.teamtext {
		padding-left: 0.5vw;
		font-size: 0.6em;
		cursor: pointer;
	}

	.teamdetail {
		width: 45vw;
		height: 75vh;
		float: left;
		padding: 0;
		margin: 0 2vw 2vw 2vw;
		font-size: 2em;
		line-height: 1.5em;
		cursor: pointer;
	}

