#teaser_image_1{
	height:30em;
	background:url(../images/stock/herzlich_willkommen_1.jpg);
    background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.teaser_text{
	position:relative;
	top:15%;
	padding-left:0.5em;
	font-size:20vh;
	color:var(--font-color-2);
}

#badge1{
	background-color:var(--color-1-100);
}
#badge2{
	background-color:var(--color-2-100);
}
#badge3{
	background-color:var(--color-3-100);
}
#badge4{
	background-color:var(--color-4-100);
}
#badge5{
	background-color:var(--color-5-100);
}
#badge6{
	background-color:var(--color-6-100);
}
#div_bewertungen{
	background-color:var(--color-3-100);
	color:var(--font-color-2);
	min-height: 10em;
}
#bewertungstitel{
    /*font-size: calc(1.175rem + 1.5vw);*/
	font-family: 'LemonYellowSun';
    /*font-weight: bold;*/
	padding: 2em 0 0.5em 0;
}
#div_einzelbewertungen{
	padding: 0.5em 0 2em 0;
    font-style: italic;
    min-height:9em;
}
#div_bewertungen button{
	border: none;
    background-color: transparent;
    padding:1em;
	color:var(--font-color-2);
}
.bewertung{
	float: left;
	display:none;
}

.name_kursteilnehmer{
	font-style: normal;
	float: right;
    margin-top: 0.5em;
    margin-right: 5em;
}
#teasermehr_image1{
	background:url(../images/stock/kind_auf_wiese.jpg);
    /*background-size: 99% auto;*/
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	height:60vh;
	min-height:25em;
	width:100%;
}
#teasermehr_image2{
	margin-left:1%;
	background:url(../images/stock/kind_erforscht.jpg);
    /*background-size: 100% auto;*/
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	height:60vh;
	min-height:25em;
	width:100%;
}
.teasermehr_text{
	position:relative;
	padding:0 0.5em 0.5em 0.5em;
	color:var(--font-color-2);
	background-color:rgba(0, 0, 0, 0.2);
	border-radius: 0 15px 15px  0;
	text-transform: uppercase;
	font-size: 400%;
	width:fit-content;
}
.teasermehr_text span{
	font-family: 'BrandonGrotesqueWeb-Light';
	font-size:55%;
}
#teasermehr_text1{
	top:15%;
}
#teasermehr_text2{
	top:10%;
	color:var(--font-color-1);
	background-color:rgba(255, 255, 255, 0.7);
}



@media handheld, only screen and (max-width: 768px) {
	.teaser_text{
		font-size:10vh;
		background-color:rgba(0,0,0,0.1);
		border-radius:0 15px 15px 0;
		padding-right:0.3em;
		width:fit-content;
	}
	.badges {
		font-size:75%;
		line-height: 1.4;
	}
	#teasermehr_image1,#teasermehr_image2{
		height:20vh;	
		min-height:15em;
    	background-size: cover;
    	margin:0;
	}
	.teasermehr_text{
		font-size: 200%;
		display: inline-block;
	}
	#bew_prev{
		padding:0 !important;
		text-align:center !important;
    	margin-right: 1em;
	}
	.bewertung_nav{
		margin-top: 2em;
	}
	#div_einzelbewertungen{
		min-height:8em;
	}
}0