.assistent_box{
	width: 50vw;
	height: 6vh;
	display: flex;
	align-items:center;
	border: 5px solid black;
	margin-bottom: 1.5vh;
}

main{
	width: 50vw;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction: column;
}

.top{
	border: 5px solid black;
	margin-bottom: 1vh;
	width: 50vw;
	height: 4vh;
	display: flex;
	align-items: center;
	justify-content:center;
}

.assistent_pic{
	display:flex;
	justify-self: flex-start;
	height: 6vh;
	width: 20vw;
}

.assistent_head{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2vh;
	width: 24vw;
	border-bottom: 1px solid black;
}

.assistent_main{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4vh;
	width: 30vw;
}

.assistent_description{
	display:flex;
	align-items: center;
	flex-direction: column;
}

.assistent_foot{
	width: 50vw;
	display:flex;
	justify-content: space-between;
}

.assistent_zurück{
	width: 10vw;
	height: 2vh;
	display:flex;
	justify-content: center;
	align-items: center;
	border: 2px solid black;
}


.assistent_weiter{
	width: 10vw;
	height: 2vh;
	display:flex;
	justify-content: center;
	align-items: center;
	border: 2px solid black;
}

.assistent_zurück:hover{
	background-color: orange;
}

.assistent_weiter:hover{
	background-color: orange;
}

.assistent_selected{
	border: 5px solid green;
}

.hidden{
	width: 0;
	height: 0;
	overflow: hidden;
}

.hektar{
	background-image:url('./image/blau');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}