@media all {
	div {
		border:0px solid yellow;
		position:relative;
	}
	body{
		font:16px Verdana;
		margin:0;
		min-height:100%;
		width:100%;
		color:white;
	}
	#hintergrund {
		position:fixed;
		top:0;
		left:0;
		z-index:1;
		width:100%;
		height:100vh;
		background-image: linear-gradient(to bottom, rgb(80,10,10), #8c0c1a 20vh, #8c0c1a 80vh,rgb(80,10,10) 100vh);	
	}
	.seite {
		position:absolute;
		top:0;
		left:0;
		z-index:20;
		width:100%;
	}
	.seitescroll {
		position:relative; /*absolute;*/
		top:0;
		left:0;
		z-index:20;
		width:100%;
		padding-top:31vh;
	}
	.inhalt {
		position:relative;
		font-size:1.3em;
		padding-top:calc(220px + 2vw);
		min-height:95vh;
	}
	.inhaltscroll {
		position:relative;
		padding-top:16px;
		min-height:700px !important;
	}
	a {
		color:white;
	}
	.ueberschrift {
		font-size:22px;
		margin:0;
	}
}
@media all and (max-width: 1260px) {
	.inhalt {
		padding-top:calc(160px + 2vw);
	}
}

@media all and (max-width: 1380px) {
	.ueberschrift {
		font-size:18px;
	}
}
@media all and (max-width: 540px) {
	.seitescroll {
		padding-top:25vh;
	}
	.inhaltscroll {
		min-height:0 !important;
	}
}
