/* - Seite 1 - */

#seite1 {
	height: 420vw;
}

#banner {
	width: 90vw;
	padding: 5vw;
	font-size: 1em;
	background-color: #8ABF9C;
}

#banner h1 {
	font-size: 1.2em;
}

#bg_balken {
	display: none;
	position: absolute;
	top: 2vw;
	left: 0vw;
	height: 60vw;
	width: 100vw;
}

#boxen {
	color: rgba(49, 122, 158, 1);
	font-family: "Font-Regular";
	position: relative;
	top: 70vw;
//	width: 80vw;
	padding-left: 5vw;
	cursor: pointer;
}

.box {
	background-color: rgba(235, 216, 76, 1);
	border-radius: 1vw;
	font-size: 1.2em;
	text-align: center;
	width: 85vw;
	padding: 1.5vw;
	padding-top: 1vw;
	cursor: pointer;
	margin-bottom: 2vw;
}

/* - Seite 2 - */

#seite2 {
	height: 460vw;
}

#banner2 {
	position: absolute;
	top: 3vw;
	left: 0vw;
	width: 100vw;
	color: rgba(49, 122, 158, 1);
	text-align: center;
	font-size: 1.2em;
}

#boxen2 {
	color: rgba(235, 216, 76, 1);
	font-family: "Font-Regular";
	position: relative;
	top: 20vw;
	width: 100vw;
	padding-left: 5vw;
	cursor: pointer;
}

.box2 {
	background-color: rgba(49, 122, 158, 1);
	border-radius: 1vw;
	font-size: 1.2em;
	text-align: center;
	width: 85vw;
	padding: 1.5vw;
	padding-top: 1vw;
	cursor: pointer;
	margin-bottom: 2vw;
}

.box2 img {
	height: 5vw;
	display: block;
	margin: 1.5vw auto 2vw auto;
}

.box2 h2 {
	font-size: 1.2em;
}

.box2 p {
	font-size: 1.2em;
}

.morebutton {
	display: none;
}

/* - Seite 3 - */
#bg3 {
	height: 35vw;
	display: block;
	margin: auto;
	padding-top: 3vw;
}

/* - Seite 4 - */

#banner4 {
	position: relative;
	left: 0vw;
	width: 100vw;
	color: rgba(49, 122, 158, 1);
	text-align: center;
	font-size: 1.6em;
}

#seite4 {
	height: 400vw;
	display: block;
	margin: auto;
}

#seite4 h2 {
	font-size: 1em;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.box4 {
	position: relative;
	left: 5vw;
	width: 85vw;
	padding: 2vw;
	background-color: rgba(49, 122, 158, 1);
	color: rgba(235, 216, 76, 1);
	border-radius: 1.5vw;
	font-family: "Font-Regular";
	font-size: 1.3em;
	line-height: 1.3em;
}

.circ4 {
	position: absolute;
	left: 35vw;
	width: 18vw;
}

#box4_1 {
	top: 0vw;
}

#circ_4_1 {
	display: none;
	top: 15vw;
}

#box4_2 {
	top: 10vw;
}

#circ_4_2 {
	display: none;
	top: 370vw;
}

#circ_4_txt {
	position: absolute;
	left: 39vw;
	top: 174vw;
	font-family: "Font-Bold";
	font-size: 8vw;
	color: rgba(235, 216, 76, 1);
}


