.picture {
	width: 100%;
}

.tabelle {
	font-size: 14px;
	padding: 8px;;
	vertical-align: middle;
	text-align: left;
}

.tabelle a, .tabelle a:visited, .table a, a:visited {
	color: #4c5f73;
	margin: 0px;
	text-decoration: underline;
}

.tabelle a:hover, .table a:hover {
	color: #4c5f73;
	text-decoration: underline;
}

.tabelle a:active, .table a:active {
	color: #4c5f73;
	text-decoration: underline;
}

.discription {
	padding-top: 5px;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.header {
		margin: 0px;
		font-size: 1.5vw;
		line-height: 1.8vw;
		color: white;
		background-size: cover;
		width: 66.66666666%;
		height: calc(66.66666666vw*0.35);
	}
	.header_discription {
		margin: 0px;
		bottom: 0px;
		padding-bottom:1.6vw;
		position: absolute;
		left:32%;
	}
	.subheader {
		float:left;
		top: 0xp;
		margin:0px;
		border: 1px solid white;
		background-image: url(../img/subheader.png);
		background-size: cover;
		width: 100%;
		height: calc(66.666666vw*0.09282371294);
	}
	.logo-left {
		width: 266px; 
		height: 109px; 
		margin-top:0px;
	}
	.logo-right {
		width: 211px; 
		height: 109px; 
		margin-top:0px;
	}
		
}

@media screen and (max-width: 767px) {
	.header {
		margin: 0px;
		font-size: 2.5vw;
		line-height: 2.5vw;
		color: white;
		background-size: cover;
		width: 100%;
		height: calc(100vw*0.35);
	}
	.header_discription {
		margin: 0px;
		bottom: 0px;
		padding-bottom:3vw;
		position: absolute;
		left:32%;
	}
	.subheader {
		float:left;
		top: 0xp;
		margin:0px;
		border: 1px solid white;
		background-image: url(../img/subheader.png);
		background-size: cover;
		width: 100%;
		height: calc(100vw*0.09282371294);
	}
	.logo-left {
		width: 133px; 
		height: 54px !important; 
		min-height: 54px;
		margin-top:0px;
	}
	.logo-right {
		width: 105px; 
		height: 54px !important; 
		min-height: 54px;
		margin-top:0px;
	}

	.picture {
		padding-top: 30px;
	}
}
