html {
	height: 100%;
}

body {
	/*overflow: hidden;*/
	height: 100%;
	
	background-image: url("bg.jpg");
	 background-position: center;
	 background-size: cover;
	 background-attachment: fixed;	 
}

/* hauptmenü */

header {
	position: absolute;
	top: 0px;
	z-index: 1;
}

main {
	display: flex;
	flex-direction: row;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

main section {
	width: 100%;
	/*overflow-y: scroll;*/
	flex: 3 1 0;
}

#box0 {
	flex: 5 1 0;
	transform: rotate(0deg);
}

#box0 a {
}

#box1 {
	display: none;
	flex: 3 1 0;
	/*padding-top: 10%;*/
	transform: rotate(30deg);
	margin-top: -200px;
	margin-left: -600px;
	min-height: 200%;
	vertical-align: middle;
	flex-self: flex-end;
	max-width: 250px;
	overflow: hidden;
	/*background-color: rgba( 230 , 90 , 40 , .7 );*/
	box-shadow: 6px 6px 16px rgba( 230 , 90 , 40 , .7 ) , -6px -6px 16px rgba( 230 , 90 , 40 , .7 );
}

#box1 div {
	margin-left: 15px;

}

#box2 {
	position: fixed;
	top: 20px;
	left: 70px;
	flex: 2 1 0;
	padding: 7px 3px 0 0;
	align-self: flex-end;
}

@media screen and (min-width: 1000px) {
	footer {
	}
}

@media screen and (min-width: 1601px) {

main section {
	/*overflow-y: scroll; */
}


main section a {
	display: none;
}

footer {
}

.klein {
	display: none;
}

}

@media screen and (max-width: 1600px) {

#box1, #box2 {
	display: none;
}

main {
	flex-direction: column-reverse;
	height: 100%;
	left: 0%;
	/*margin-top: 10%;*/
}

main section, main section:first-child {
	min-height: min-content;
	padding-top: 0px;
}

main section {
}

main section a, footer {
	font-size: 30px;
}

main section a.main {
	margin-left: 0px;
}

footer, footer a {
	line-height: 1.25em;
	right: 5%;
}

main section div p {
	font-size: 20px;
}

main section div img {
	width: 100%;
	max-width: 1200px;
}

footer {
}

.gross {
	display: none;
}

}