body{
	background-color: white;
	font-family: Arial;
}
#banner{
	background-color: #FFFFFF;
	text-align: center;
}

#menu {
	width: 76%;
	height: 83%;
	font-size: 1.0vw;
	float: left;
	padding: 15px;
	color: black;
	/*border: 1px solid red;*/
}
#main {
	width: 20%;
	height: 83%;
	float: right;
	padding: 15px;
	font-size: 1.0vw;
	border-left: 1px solid gray;
}

.kurse{
	/*border: 1px solid red;
	float: left;
	width: 19%;
	height: 250px;*/
	color: black;
	/*margin: 1.5px;*/
}

.strike{
	text-decoration: line-through;
}

.main-top {
	float: center;
	width: 95%;
	height: 45%;
	padding: 5% 2.5% 10%;
	text-align: center;
}
.main-top p{
	font-size: 120%;
}
.main-bot-l {
	margin: auto;
	width: 60%;
	padding: 15px;
	text-align: center;
	height:24%;
}
.main-bot-r {
	margin: auto;
	width: 60%;
	height:24%;
	padding: 15px;
	text-align: center;
}


h4 {
	font-size:150%;
}


#txt {
	border-radius: 12px;
	background-color: black;
	text-align: center;
	font-size: 1.5em;
	padding: 0.5vw;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 2em;
	line-height: 0em;
}

#info-content > div {
	padding: 0.4vw 0;
	border-bottom: 1px dashed #aaa;
	width: fit-content;
}

#info-content > div:first-of-type {
	padding-top: 0;
}

#info-content > div:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}

.plan-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: minmax(min-content, max-content);
	row-gap: 2vw;
	column-gap: 0.5vw;
}

.plan-grid + .plan-grid {
	border-top: 1px dotted #000;
	margin-top: 2vw;
	padding-top: 2vw;
}