#banner {
	font-size: 1.2em;
}

/* - Seite 1 - */
	#seite1 {
		height: 40vw;
		display: block;
		margin: auto;
		padding-top: 14vw;
	}

	.morebutton {
		position: absolute;
		bottom: 1vw;
		left: 23%;
		width: 50%;
		background-color: rgba(235, 216, 76, 1);
		color: rgba(49, 122, 158, 1);
		font-size: 1em;
		text-align: center;
		text-decoration: none;
		padding: 0.5vw;
		border-radius: 1vw;
	}


	#boxen1 {
		color: rgba(235, 216, 76, 1);
		font-family: "Font-Regular";
		position: absolute;
		top: 17vw;
		left: 28vw;
		width: 60vw;
		cursor: pointer;
		text-align: center;
		font-size: 1.3em;

		transition: color 1s;
	}

	.box1 {
		position: relative;
		background-color: rgba(235, 216, 76, 1);
		color: rgba(49, 122, 158, 1);
		float: left;
		margin-right: 1.7vw;
		margin-bottom: 1.7vw;
		border-radius: 1vw;

		font-family: "Font-Regular";
		width: 19vw;
		height: 15.5vw;
		padding: 1%;
		padding-top: 1vw;
		cursor: pointer;

		transition: color 1s;
	}

	.box1 img {
		height: 3vw;
		display: block;
		margin: 1.5vw auto 2vw auto;
	}

	.box1 h2 {
		font-size: 1.2em;
		text-align: center;
	}

	.box1 p {
		font-size: 1em;
	}


/* - Seite 2 - */

	#seite2 {
		height: 70vw;
		display: block;
		margin: auto;
		padding-top: 3vw;
	}

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

	#boxen2 {
		top: 12vw;
		left: 25vw;
		width: 55vw;
		color: rgba(235, 216, 76, 1);
		font-family: "Font-Regular";
		position: absolute;
		cursor: pointer;
		text-align: center;

		transition: color 1s;
	}

	.box2 {
		position: relative;
		background-color: rgba(49, 122, 158, 1);
		float: left;
		margin-right: 1.5vw;
		border-radius: 1vw;

		font-family: "Font-Regular";
		width: 23vw;
		height: 24vw;
		padding: 1%;
		padding-top: 1vw;
		cursor: pointer;
		margin-bottom: 2vw;

		transition: color 1s;
	}

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

	.box2 h2 {
		font-size: 1.7em;
		text-align: center;
	}

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

	#button3 {
	position: absolute;
	top: 42vw;
	left: 45vw;
	width: 10vw;
	background-color: rgba(235, 216, 76, 1);
	color: rgba(49, 122, 158, 1);
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	padding: 0.5vw;
	border-radius: 1vw;
	z-index: 1001;
	}

