<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{font-family:"UberMove";src:url("../../../frontend/fonts/UberMove-Bold.eot");src:url("../../../frontend/fonts/UberMove-Bold.woff") format("woff"),url("../../../frontend/fonts/UberMove-Bold.ttf") format("truetype");font-weight:700}

@font-face{font-family:"UberMove";src:url("../../../frontend/fonts/UberMove-Medium.eot");src:url("../../../frontend/fonts/UberMove-Medium.woff") format("woff"),url("../../../frontend/fonts/UberMove-Medium.ttf") format("truetype");font-weight:500}

@font-face{font-family:"UberMove";src:url("../../../frontend/fonts/UberMove-Regular.eot");src:url("../../../frontend/fonts/UberMove-Regular.woff") format("woff"),url("../../../frontend/fonts/UberMove-Regular.ttf") format("truetype");font-weight:400}

@font-face{font-family:"UberMove";src:url("../../../frontend/fonts/UberMove-Light.eot");src:url("../../../frontend/fonts/UberMove-Light.woff") format("woff"),url("../../../frontend/fonts/UberMove-Light.ttf") format("truetype");font-weight:300}


body {
	background-color: #000;
	font-family: 'UberMove', sans-serif;
}

.box {
	background: #000; 
	/*
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	*/
	/* border fix because there will be two borders otherwise */
	 box-shadow: 
	    1px 0 0 0 #fff, 
	    0 1px 0 0 #fff, 
	    1px 1px 0 0 #fff,   /* Just to fix the corner */
	    1px 0 0 0 #fff inset, 
	    0 1px 0 0 #fff inset;
}
.box.active { /* background: #006666; */ }
.box.past { /* background: #01395D; */ }

.content { background:#fff; }
.calendar-below { background: #fff; }

span.day { color: #fff; }


.calendar-texts h4.title {
	color: #000;
}

.calendar-texts h3.subline {
	color: #009A51;
}

.calendar-texts h1.headline {
	color: #000;
}

.calendar-texts div.text {
	color: #000;
}
.calendar-texts div.text a {
	color: #000;
}

.btn {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.btn:hover {
	/* background-color: #393939; */
	opacity: 0.8;
}

.popup-head {
	background: #000;
}



.popup {
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}    

 .close-popup svg path {
	/* fill: #000; */
}

.popup-texts h4.title {
	color: #fff;
}

.popup-texts h1.headline {
	color: #fff;
}

.popup-texts h3.subline {
	color: #06C167;
}

.popup-texts div.text {
	color: #fff;
}
.popup-texts div.text a {
	color: #fff;
}


input[type="text"], textarea, select {
    background: #fff;
    color: #000;
	border: 1px solid #000;
}

input[type="text"]:focus, textarea:focus {
	border: 1px solid #bbb;
}

a, a:visited, a:active {
	color: #06C167;	
}


.confirm-content {
	background-color: #fff;
}
.confirm-content h1 {
	color: #000;
}
.confirm-content .text {
	color: #000;
}
.confirm .close-popup svg path {
	fill: #000;
}
</pre></body></html>