<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Header h4 {font-size: 14px;}

a.Link:link {
    color: white;
}

.FontGrey {
    color: #333;
}

.FontBlueGrey {
    color: rgb(79,129,189);
}

.FontWhite {
    color: rgb(255,255,255);
    font-size: 22px;
    overflow: auto;
    padding: 0px 20px;
    margin: 10px 0px;
}

input[type=checkbox] + label {
    background-color: #808080;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

input[type=checkbox]:checked + label {
    background-color: #d00911;
}

input[type=radio] + label {
    background-color: #808080;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

input[type=radio]:checked + label {
    background-color: #d00911;
}

input[type=text], textarea {border: 1px solid #ccc !important; padding: 5px 10px !important; border-radius: 10px !important;}

.form-control {margin: 0px 5px !important;}

#MainContent_LeistungenArea .col-md-6, #MainContent_LeistungenArea .col-sm-6 {margin-top: 0px !important;}
.col-md-6, .col-sm-6 {margin-top: 20px !important;}

.bntPrevNext, .bntPrevNext {margin: 0px 3px 0px 3px !important;}

.innerbuttonstyle {
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

#Leistungen div button {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#lblDurchzufArbeiten {
    font-size: 18px;
}

#MainContent_txtLeistungenSonstiges {
    font-size: 18px;
}

.button {
    background-color: #d00911;
}

    .button:hover {
        background-color: #333;
    }

    .button:active {
        background-color: #d00911;
    }

.buttonactive:hover {
    /*box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0 9px 10px rgba(0, 0, 0, 0.4), 0 2px 15px rgba(255, 255, 255, 0.4) inset, 0 -2px 9px rgba(0, 0, 0, 0.2) inset;*/
    background-color: #d00911;
}

.buttonactive:active {
    /*box-shadow: 0 2px 0 #393939, 0 4px 4px rgba(0, 0, 0, 0.4), 0 2px 5px rgba(0, 0, 0, 0.2) inset;
    top: 7px;*/
    background-color: #d00911;
}

.buttonnav {
    background-color: #d00911;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: none;
    border: 0px !important;
}
    
.buttonnav:hover {
        /*box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0 9px 10px rgba(0, 0, 0, 0.4), 0 2px 15px rgba(255, 255, 255, 0.4) inset, 0 -2px 9px rgba(0, 0, 0, 0.2) inset;*/
        background-color: #333;
        box-shadow: none;
    }

.buttonnav:active {
        /*box-shadow: 0 2px 0 #393939, 0 4px 4px rgba(0, 0, 0, 0.4), 0 2px 5px rgba(0, 0, 0, 0.2) inset;
    top: 7px;*/
        background-color: #d00911;
        box-shadow: none;
    }

.buttonnav2 {
    background-color: #D8D8D8;
    color: black;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: none;
}

.Contentarea {
    background-color: #ffffff;
}

.Header {
    color: white;
padding-top: 30px !important;
}

.FontGrey {
    color: #333;
}

.FontGreyUnderline {
    color: #333;
    text-decoration-line: underline;
}

.ContentGrey {
    background-color: #ffffff;
}

.content {
    background-color: #ffffff;
}

ul.topnav li a {
    color: black;
}

ul.topnav li a:hover:not(.active) {
        background-color: #A4A4A4;
    }

ul.topnav li a.active {
        background-color: #4CAF50;
    }

.Buttonround {
    background: #dddddd;
}

.ButtonroundGreen {
    background: #90ee90;
}

.month {
    background: #D8D8D8;
}

.month ul li {
        color: black;
        font-size: 20px;
    }

.weekdays {
    background-color: #ddd;
}

    .weekdays li {
        color: #666;
    }

.days {
    background: #eee;
}

    .days li {
        font-size: 12px;
        color: #777;
    }

.FooterAnschrift {
    color: #888888;
    font-size: 12px;
    margin-bottom: 30px;
}

.FooterAnschrift span {color: #888888 !important;}

.FooterAnschrift a:hover {color: #333 !important;}

.ErrorMsg {
    color: #CA5253;
    font-size: 18px;
    font-weight: bold;
}

#LinkBirne {
    color: #cbcbcb;
}

#LinkDatenschutz {
    color: #cbcbcb;
}

.Borderbottom {
border-bottom: 1px solid #333 !important;
}</pre></body></html>