@font-face {
  font-family: 'LemonYellowSun';
  src: url('../fonts/font_lys.woff2') format('woff2'), url('../fonts/font_lys.woff') format('woff');
}
@font-face {
  font-family: 'BrandonGrotesqueWeb-Light';
  src: url('../fonts/font_bgw.woff2') format('woff2'), url('../fonts/font._bgwwoff') format('woff');
}

:root{
	--color-1-100:#F27583;
	--color-1-80:#F59098;
	--color-1-50:#F9B7B8;
	--color-1-20:#FCE0DF;
	--color-2-100:#FDB941;
	--color-2-80:#FEC668;
	--color-2-50:#FFD99D;
	--color-2-20:#FEF0D5;
	--color-3-100:#F69323;
	--color-3-80:#F9A74F;
	--color-3-50:#FCC68B;
	--color-3-20:#FEE6CB;
	--color-4-100:#1EBECC;
	--color-4-80:#64C9D4;
	--color-4-50:#A2DBE3;
	--color-4-20:#D8F0F4;
	--color-5-100:#5DC1A5;
	--color-5-80:#80CCB5;
	--color-5-50:#AFDDCE;
	--color-5-20:#DEF1EA;
	--color-6-100:#9D7EB8;
	--color-6-80:#B198C6;
	--color-6-50:#CEBFDC;
	--color-6-20:#EBE5F1;
	
	--font-color-1:black;
	--font-color-2:white;
}
input[type=checkbox]
,input[type=radio]
,label{
	cursor:pointer;
}
.input-group-text{
	padding:0.9em;
}
.btn
,.form-control{
	font-size:inherit;
}
.btn-primary{
	background-color:var(--color-4-100);
	border:2px solid var(--color-4-100);
}
.btn-primary:hover
,.btn-primary:focus{
	background-color:var(--color-4-50);
	color:var(--font-color-1);
	border:2px solid var(--color-4-100);
}
.btn-danger{
	background-color:var(--color-1-100);
	border:2px solid var(--color-1-100);
}
.btn-danger:hover
,.btn-danger:focus{
	background-color:var(--color-1-50);
	color:var(--font-color-1);
	border:2px solid var(--color-1-100);
}
.btn-warning{
	background-color:var(--color-2-100);
	border:2px solid var(--color-2-100);
}
.btn-warning:hover
,.btn-warning:focus{
	background-color:var(--color-2-50);
	color:var(--font-color-1);
	border:2px solid var(--color-2-100);
}

.form-control{
	appearance: menulist !important; 
}
hr{
	opacity:1;
	border-top:3px solid var(--color-3-100);
}
.error{
	border:1px solid red;
}
html{
	font-size:16px !important;
	font-family: "BrandonGrotesqueWeb-Light","Segoe UI","Arial", "Helvetica" !important;
	line-height:150%;
	color:var(--text-color);
	background-color:var(--html-bg-color);
}
body{
	margin:0;
	padding:0;
	font-size: 110%;
	font-weight: inherit;
    /*line-height: 1.5;*/
	color: inherit;
	background-color: inherit;
	font-family: inherit;
}
main,button{
	font-size:120% !important;
	font-weight: bold;
}
.row{
	padding:0 !important;
}
.row>*{
	/*padding-left:0 !important;
	padding-right:0 !important;*/
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	/*padding:0;*/
}
a{
	color:#0050BA;
	text-decoration: none;
}
h1,h2{
	font-family: 'LemonYellowSun',"Segoe UI","Arial", "Helvetica" !important;
	margin:0;
}
#aside_cookietext h2{
	font-family: "BrandonGrotesqueWeb-Light","Segoe UI","Arial", "Helvetica" !important;
	font-size:150%;	
}
h3{
	font-size:110%;
}

header{
	text-align: center;
	padding:1em 0 !important;
}

#row_nav{
	background-color:var(--color-4-100);
}
#row_nav a{
	text-transform:uppercase;
	color:var(--font-color-2);
	text-decoration:none;
}
#row_nav button{
	background-color: transparent;
	color:var(--font-color-2);
	border:none;
	padding:0.7em 0;
}
nav ul{
	margin:0;
	padding:0;
    list-style: none;
}
nav li{
	float:left;
}
nav li a{
	padding:0.8em 1em;
	display: inline-block;
}
#row_nav a:hover
,#row_nav a:focus{
	background-color:var(--color-4-50);
	color:var(--font-color-1);
	text-decoration:none;
}
.header_subnav_wrapper{
	position:absolute;
	display:none;
	min-width:12em;
	border: 1px solid var(--color-4-100);;
	background-color:var(--color-4-100);;
	z-index: 50;
}
nav li ul>li{
	float: none;
}
.header_subnav_wrapper a{
	width:100%;
	min-width:12em;
}
.nav_mobile{
	display: none;
}
#nav_mobile_expanded{
	font-weight: bold;
}
/*#header nav li:nth-child(n+2){
	margin-left:0.7em;
}*/

footer{
	background-color:var(--color-4-100);
	color:var(--font-color-2);
	padding:2em 5em;
	line-height: 1.8;	
}

footer a{
	border-bottom:1px dotted var(--font-color-2);
}
footer a
,footer a:hover{
	color:var(--font-color-2);
}


.badges-5>div{	
	width: 15.5%;
	margin-right: 4%;
}
.badges-6>div{	
	width: 14%;
	margin-right: 2%;
}
.badges:after{
	content: "";
	display:table;
	clear:both;
}
.badges>div{
	display:flex;
	color: var(--font-color-2);
	border-radius: 50%;
	height: 7vw;
	justify-content:center;
	align-items:center;
	vertical-align: bottom;
	float:left;
	text-transform: uppercase;
}
.badges>div{
	text-align: center;	
	font-weight: bold;
}
.badges>div:first-of-type{
	margin-left: 3%;
}
.badges>div:last-of-type{
	margin-right: 3%;
}
.badges>div span:last-of-type{
	font-size: 100%;
}
.badges>div span:first-of-type{
	font-size: 140%;
}


.teaser_meinekursangebote{
	background:url(../images/stock/kind_auf_wiese.jpg);
    /*background-size: 99% auto;*/
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	height:10em;
}
.teaser_meinekursangebote_text{
	background-color:var(--color-3-100);
	color:var(--font-color-2);
	text-transform:uppercase;
	font-size:200%;
	justify-content:flex-end;
	display: flex;
	align-items:center;
}
.teaser_meinekursangebote_text span{
	display: inline-block;
	vertical-align: middle;
	margin:0 1.5em;
	line-height: 1.1;
}

.teaser_duhastfragen{
	background:url(../images/stock/kind_mit_kreide.jpg);
    /*background-size: 99% auto;*/
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	height:10em;
}
.teaser_duhastfragen_text{
	background-color:var(--color-5-100);
	color:var(--font-color-2);
	text-transform:uppercase;
	font-size:200%;
	justify-content:flex-start;
	display: flex;
	align-items:center;
}
.teaser_duhastfragen_text span{
	display: inline-block;
	vertical-align: middle;
	margin:0 1.5em;
	line-height: 1.1;
}

.teaser_keineneuigkeitenverpassen{
	background:url(../images/stock/kind_erforscht.jpg);
    /*background-size: 99% auto;*/
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	height:10em;
}
.teaser_keineneuigkeitenverpassen_text{
	background-color:var(--color-2-100);
	color:var(--font-color-2);
	text-transform:uppercase;
	font-size:200%;
	justify-content:flex-start;
	display: flex;
	align-items:center;
}
.teaser_keineneuigkeitenverpassen_text span{
	display: inline-block;
	vertical-align: middle;
	margin:0 1.5em;
	line-height: 1.1;
}

/*summernote*/
.note-editable{
	font-weight: normal;
}

@media handheld, only screen and (max-width: 768px) {
	body{
		font-size:80%;
	}
	main p{
		/*font-size:140%;*/
	}
	#nav_desktop{
		display:none;
	}
	#nav_mobile_collapsed{
		display: inline-block;
	}
	#nav_mobile_expanded{
		position:fixed;
		top:0;
		left:0;
		z-index:50;
		padding:1em 0 0 1em;
		background-color:var(--color-4-100);
		overflow-y: auto;
		width:50%;
		margin:0;
	}
	#nav_mobile_expanded ul{
		display:block;
	}
	#nav_mobile_expanded li{
		float: none;	
	}
	#header nav li{
		float: none;
	}
	#header nav li a{
		font-weight:bold;
		padding:0.4em 1em;
	}
	nav li a{
		display: block;
	}
	#header nav .header_open_subnav{
		/*display:none;*/
	}
	#aside_cookietext{
		width:100% !important;
	}
	
	.hh_mt1{
		margin-top:1em;	
	}
	footer{
		padding:1em 2em;
		line-height: 1.4;	
	}
	.video_youtube{
		height:230px !important;
	}	
	.badges>div:first-of-type{
		margin-left: 0%;
	}
	.badges-6>div{	
		width: 30%;
		margin-right: 2%;
		margin-bottom:1.5%;
	}
}

.clear_both{
	clear:both;
}

.row{
	margin:0;
}

.combo_resultlist{
    position: absolute;
    background-color: white;
    border: 1px solid black;
    z-index: 1000;
}
.combo_resultlist div{
    border-bottom: 1px solid black;
	cursor:pointer;
	padding:0.3em;
}
.combo_resultlist div.selected{
	background-color:#a8e3e7;
}
.combo_resultlist span{
	font-size:80%;	
}
/***************  COOKIE   ************************************/
#btn_toggle_cookie{
	width: 0px;
	height: 0px;
	-webkit-transform:rotate(360deg);
	border-style: solid;
	border-width: 5em 0 0 5em;
	border-color: transparent transparent transparent #757575;
	background-color: transparent;
    position: fixed;
    bottom: 0;
    padding: 0;
    z-index: 1100;
}
#btn_toggle_cookie>span{
	height: 2em;
    position: absolute;
    width: 2em;
    top: -2.2em;
    left: -4.5em;
    color: white;
    font-weight:bold;
}
#aside_cookietext{
	position:fixed;
	top:0;
	border:1px solid black;
	background-color:#E5E5E5;
	z-index: 1050;
	width:40em;
	overflow-y: scroll;
	padding: 1em 1em 5em 1em;
}

.tbl_kurstermine td{
	vertical-align: middle;
}


#div_cookie{
	position:fixed;
	top:30px;
	width:80%;
	border:1px solid var(--border-color1);
	z-index:99999;
	background-color:var(--html-bg-color);
	margin-left:10%;
	padding:3% 2%;
}
#cookie_h{
	font-size:110%;
	font-weight: bold;
}
#div_cookie_details{
	margin-top: 1%;
	display:none;
}
#div_cookie label{
	margin-left:1%;	
}

/* Bootstrap überschreiben */
.btn-success {
	color: #fff !important;	
}