*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
} 

html {height: 100%;}

body {
	color: black;
	font-size: .7em;
	height: 100%;
	/* vertical-align: top; */
	background-color: white;
	/*line-height: 180%;*/
}

* {margin: 0; padding: 0;}




a.textlink {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

a.textlink:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.index {
	background-image: url(images/index_desktop.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: contain;
	background-position: top;
}
.impressum {
	background-image: url(images/impressum_desktop.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: contain;
	background-position: top;
}
.inhalt {
	width: 100%;

}

/*@media screen and (max-width: 1000px) {
	.index {background-image: url(images/index_bg_1280.jpg);}
}*/

@media screen and (max-width: 640px) {
	.index {background-image: url(images/index_mobil.png);}
    .impressum {background-image: url(images/impressum_mobil.png);}
}
