<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Standard.css */
body {
    background-color:#f1f1ea;
    font:18px Roboto,Verdana,Arial;
    color:#585859;
    font-weight:300;
}
#main {
    background-color:#fff;
}
#main .inside,
#header .inside,
#footer .inside {
    margin-right:auto;
    margin-left:auto;
    padding-right:30px;
    padding-left:30px;
}
#wrapper {
    width:1020px;
    margin-right:auto;
    margin-left:auto;
}
#header {
    margin-top:30px;
    margin-bottom:30px;
}
#logo {
    width:230px;
    float:left !important;
}

h1 {
    font:24px 'PT Serif',Verdana,Arial,serif;
    font-weight:400;
}


h2 {
    color: #801515;
}

/*CORONA ROT*/
h3 {
    font:24px 'PT Serif',Verdana,Arial,serif;
    /*color:#801515;*/
    font-weight:400;
}





.linksfloat {
    width:31%;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px;
    border:1px dotted #f1f1ea;
}
.partnerfloat {
    width:31%;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px;
    border:1px dotted #f1f1ea;
}
.teamfloat {
    float:left;
    font-size: 14px;
    margin-right:11px;
    margin-bottom:40px;
}
#main a,
#main a:link,
#main a:visited {
    text-decoration:none;
    color:#a4a490;
    font-weight:400;
}
#main a:hover {
    color:#c6c6bb;
}
.mod_eventlist .layout_teaser {
    width:31%;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px;
    border:1px dotted #a4a490;
}
.mod_eventlist .header {
    font-weight:400;
}
.mod_eventlist h2 {
    margin-top:10px;
    margin-bottom:15px;
}
p.time {
    display:none;
}
.more {
    margin-top:0;
    margin-bottom:0;
}
.corona {
    text-decoration:line-through;
    text-decoration-color:#801515;
}

/* KONTAKTFORMULAR */
#kontaktform label {
    width:150px;
    float:left;
}
#kontaktform .text,
#kontaktform .textarea,
#kontaktform select#ctrl_1.select {
    width:99%;
    margin-bottom:10px;
    border-top:0px dotted #a4a490;
    border-right:0px dotted #a4a490;
    border-bottom:1px dotted #a4a490;
    border-left:0px dotted #a4a490;
    font-family:Roboto,Verdana,sans-serif;
    color:#a4a490;
    font-weight:300;
    background-color:rgba(241,241,234,0.2);
}
#kontaktform legend {
    font-weight:400;
    padding-top:30px;
}
#kontaktform fieldset.checkbox_container {
    border:1px dotted #807062;
    background-color:rgba(241,241,234,0.2);
    margin-bottom:15px;
    border:1px dotted #a4a490;
    width:96%;
}
#kontaktform .checkbox_container label {
    float:none;
    display:inline;
}
#kontaktform .submit {
    margin:20px 0;
    background-image:none;
    border:1px dotted #a4a490;
    font-size:100%;
    color:#a4a490;
    background-color:rgba(255,255,255,0.6) !important;
    cursor:pointer;
}
#kontaktform .checkbox_container span {
    margin-right:120px;
}

/* FOOTER */
#footer {
    margin-top:10px;
    background-color:rgba(198,198,187,0.5);
}
.footerfloat {
    width:50%;
    float:left;
    font-size:16px;
    color:#fff;
}
#footer a,
#footer a:link,
#footer a:visited {
    text-decoration:none;
    color:#a4a490;
}
#footer .beba a,
#footer .beba .a:link,
#footer .beba .a:visited {
    font-size:11px;
    color:rgba(164,164,144,0.7);
}
#footer .beba a:focus,
#footer .beba a:hover {
    font-size:11px;
    color:rgba(255,255,255,0.9);
}
#main .abgesagt h1,
#main .abgesagt h2 {
    color:#801515;
    text-decoration:line-through;
}

/* NEWS ARCHIV */
.mod_newslist .layout_latest {
    margin-top:10px;
    width:31%;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    padding:5px;
    border:1px dotted #a4a490;
    min-height: 470px;
}
#mbTitle {
    display:none;
}
#mbImage {
    background-color:#585859;
}
#mbBottom {
    background-color:#a4a490;
}
#mbNumber {
    color:#fff;
}
div#mbCenter {
    background-color:#a4a490;
}

.caption {
	font-weight: 700;
	margin-bottom:50px;
}

.filmlink {
	background-color: #a4a490;
	padding-left:2px;
	margin-bottom:30px;
}

#main .filmlink a,
#main .filmlink a:link,
#main .filmlink a:visited {
	color:#fff;
}</pre></body></html>