<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
responsive
 */

#navmobile {
	display: none;
}

#navmobil {
	z-index:4000 !important;
}


/* max. 1280 px breit */
@media only screen and (max-width: 1280px) {

#header .logo {
	margin-top:10px;
}

#main .inside {
	margin-top:0px !important;
}

}

/* max. 967 px breit */
@media only screen and (max-width: 967px) {

#wrapper {
	width:100%;
	margin:0;
	border:1px solid #fff;
}

#container {
	padding:0 10px;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}

#left {
	display:none;
}

#main {
	float:none;
}

#main .inside {
	max-width:100% !important;
	width:100% !important;
	margin-top:0px !important;
}

#header {
	height:280px;
}

#header .logo {
	left:0 !important;
	margin:60px auto 0 auto;
	width:100%;
	text-align:center;
}

#header .logo img{
	text-align:center !important;
	display:block;
	width:70%;
	height:auto;
	margin:0 auto;
}

/* Mobile Navigation */

/*
#navmobile {
	display: block;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#d9f54c;
}

#navmobile a {
	display: block;
	color:#403f55;
	text-decoration:none;
	text-transform:uppercase;
	font-size:40px;
	font-family: 'Cabin Sketch', verdana, sans-serif;
	font-weight:300;
}
*/

/* mobiles Menue */
.mod_mobile_menu {
	/* position: absolute;
	top: 0;
	right: 0; */
	text-align: center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	color: #000;
	cursor: pointer;
	display: block;
	z-index: 20;
}

.mobile_menu_trigger {
	font-weight: 400;
	font-size: 40px;
	font-family: 'Cabin Sketch', verdana, sans-serif;
	text-transform: uppercase;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	display: block;
	text-align:center;
	background-color: #d9f54c;
}

/* mobile menue */
.mobile_menu .inner {
	background: #fff;;
	overflow: auto;
}

/* mobile Navigation */
#mobilenav {
	padding: 10px 0 0 0;
}

#mobilenav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#mobilenav li {
	margin: 0;
	padding: 0;
	float: none;
	text-align: center;
	border-bottom:1px dotted rgba(0,0,0,0.4);
	padding: 6px 0;
}

#mobilenav li.dunkelblau span {
	color: #fff;
	font-size:30px;
}

#mobilenav li.kinderlabor span {
	color: #fff;
	font-size:30px;	
}

#mobilenav li.gruen span {
	color: #fff;
	font-size:30px;	
}

#mobilenav a {
	margin:0;
	padding: 4px 0;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	color: rgba(0,0,0,0.6);
	font-family: 'Cabin Sketch', verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 26px;
}

#mobilenav strong.active {
	font-weight: 300;
	color: rgba(0,0,0,0.6);
	margin: 0;
	padding:6px 0 6px 20px;
	box-sizing: border-box;
	display: block;
	font-family: 'Cabin Sketch', verdana, sans-serif;
	font-size: 26px;
	background-color: rgba(0,0,0,0.16);
}

#mobilenav li.active::after {
  content: '';
  margin-left: 0;
}

#mobilenav a:focus, #mobilenav a:hover {
	color:#403f55;
	text-decoration: none;
}

#mainnav {
	display:none;
}

#footer {
	width:100%;
	min-height:530px;
	line-height:20px;
	text-align:center;
}

#footer .left{
	width:100%;
	vertical-align:middle !important;
	margin-right:0px !important;
	margin-left:0px !important;
}

#footer .middle{
	width:100%;
	margin-right:0px !important;
	margin-left:0px !important;
}

#footer .right {
	width:100% !important;
	text-align:center;
	margin-right:0px !important;
	margin-left:0px !important;
}

#footer .beba {
    margin-top:150px;
    background:#fff;
    width:100% !important;
    size:6px;
    padding-top:5px;
    padding-bottom:10px;
    line-height:30px;
    letter-spacing:0px;
}

#main .inside {
	margin-top:330px;
}

.rsts-slide .rsts-slide-image {
	max-width:100%;
	height:auto;
}

.w300, .w400 {
	width:100% !important;
	padding:0 10px;
	box-sizing:border-box;
}

.float_left {
	float:none;
}

.mejs-container {
	width: 100% !important;
	height: auto !important;
	padding-top: 57%;
}
.mejs-overlay, .mejs-poster {
	width: 100% !important;
	height: 100% !important;
}
.mejs-mediaelement video,
.mejs-mediaelement .me-plugin,
.mejs-mediaelement embed {
	position: absolute;
	top: 0;
        left: 0;
        right: 0;
        bottom: 0;
	width: 100% !important;
	height: 100% !important;
}

}

/* minimal 969px breit */

@media only screen and (min-width: 968px) {



#main .inside {
	margin-top:430px;
	
}


}





/* +++++++  kleiner 400px ++++++ */
@media only screen and (max-width: 400px) {

	#navmobil {
			z-index:4000 !important;
	}

#header {
	z-index:10;
	height:190px;
}

#main .inside {
	margin-top:220px;
}

.oeffnungszeitenfloat {
	width:40% !important;
}

.rsts-skin-default .rsts-nav {
	display:none !important;
}

}


/* Kontaktformular kleiner 600px */

@media only screen and (max-width: 600px) {

#main {
    font-size: 15px !important;
}

#kontaktform label {
    width:100% !important;;
    letter-spacing:0.2px;
}

#kontaktform select {
    color:#313133;
    letter-spacing:0.2px;
    font-family:Verdana,sans-serif;
    font-weight:300;
    border:0px;
    margin-bottom:10px;
    width:100% !important;;
    }

#kontaktform .text {
    font-family:Verdana,sans-serif;
    font-weight:300;
    border:0px;
    color:#313133;
    margin-top:5px;
    margin-bottom:5px;
    width:100% !important;;
    }

#kontaktform .textarea {
    color:#313133;
    font-family:Verdana,sans-serif;
    font-weight:300;
    border:0px;
    margin-top:10px;
    margin-bottom:10px;
        width:100% !important;;
}

#kontaktform .captcha {
    color:#313133;
    font-family:Verdana,sans-serif;
    font-weight:300;
    border:0px;
  margin:0 !important;
    width:100% !important;
    }

#kontaktform .captcha_text {
    font:14px Verdana, Arial, sans-serif;
}

#kontaktform .submit {
    font-family:Roboto,Verdana,sans-serif;
    font-weight:300;
    color:#fff;
    background:#313133;
    border:none;
    margin:20px 0 !important;;
    padding:5px;
    text-transform:uppercase;
    cursor:pointer;
}

.oeffnungszeitenfloat, .oeffnungszeitennonfloat {
	width:42% !important;
}


.layout_upcoming.event {
	margin-bottom: 30px;
}


}

/* Natel landscape */
@media only screen and (orientation : landscape){

#header {position: inherit !important;}
#main .inside {margin-top:50px;}


.layout_upcoming.event {
	margin-bottom: 15px;
}

}
</pre></body></html>