body {
		margin: 0%;
	}

main {
	margin: 2%;
	width: 95%;
}

	

	.logo {
		position: absolute;
		margin-top: 5px;
		margin-left: 85%;
		left: 0;
		top: 0;
	}
	
	header {
		height: 10vh;
		background-size: cover;
	}
	
	
	
	#also {
		margin-top: 5px;
	}
	
	

	.titel {
		font-family: "Segoe UI", Arial, sans-serif;
		font-size: 25pt;
		color: #00B38D;
		margin-bottom: 1%;
	}

	.labels {
		font-family: 'Noto Sans', sans-serif;
		display: inline-block;
		margin-left: 0.2%;
		margin-bottom: 0.2%;
		font-size: 15pt;
		font-weight: bold;
		
	}

	
	.labelbox {
		font-family: 'Noto Sans', sans-serif;
		border-radius: 6px;
		border-width: 1px;
		width: 100%;
		font-size: 15pt; 
		font-weight: lighter;
		margin-left: 10px;
		margin-right: 10px;
	}

	
	footer {
		background-color: rgba(51, 51, 51);
		width: 100%;
		padding-bottom: 100px;
	}

	.fusszeile {
		padding-left: 50px;
		padding-top: 50px;
		color: white;
		font-family: "Segoe UI", Arial, sans-serif;
		font-size: large;
	}
.wrap{
	display: flex;
}

#button{
	color: white;
	font-family: "Segoe UI", Arial, sans-serif;
	background-color: #00B38D;
	border: none;
	width: 40%;
	height: 50px;
	margin-top: 20px;
	

