@charset "utf-8";
/*
vogelfrei css by Ichier 2020
www.ichier.de
design by vogelfrei
www.vogelfrei-design.de
*/

@import url("vogelfrei.css");



#side_a, #side_b {
	max-height: calc(100vh - 103px);
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #fff000 #eee;
	overflow-x: hidden;
}



@media screen and (max-height:1000px) and (min-width:1300px) {
	body, header { width:1280px; }
	main { padding-top:70px !important; }
	main > nav.propen {
		margin-left:990px;
	}
}