<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Der alles umschliessende Container */
#infocenter,
#xmlPortal,
#mandanteninformationen {
    max-width: 600px !important;
}

#PortalName {
    font-weight: 300;
    font-size: 1.6em;
    color: #B7B7B7;
    margin: 2% 0 2% 0;
}

#PortalBeschreibung {
    font-size: 13px;
    font-weight: normal;
    padding-left: 0px;
}

#PortalKategorie {
    padding-top: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #000;
}

#PortalKategorieBeschreibung {
    color: #676767;
    margin: 2% 0 1% 0;
}

.PortalUL {
    margin-top: 3%;
    margin-bottom: 5%;
    padding-left: 0 !important;
}


.PortalLI {
    margin-left: 35px;
    padding-left: 5px;
}

/* Der Trigger wird ueber die layout.css gesteuert. */

.trigger,
.trigger_active,
#PortalRubriken {
    background-color: #EAEAEA;
    cursor: pointer;
    border-bottom: 2px dotted #9E2A2D;
}

h3.trigger,
a:link.PortalTrigger {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #9E2A2D;
}

.trigger {
    margin-bottom: 10px;
    padding: 4px 20px 4px 20px;
}

h2.trigger {
    font-size: 14px;
    font-weight: normal;
    color: #9E2A2D !important;
    padding: 4px 20px;
}

/* h3.trigger:after,
#PortalRubriken.trigger a:after,
.PortalRubriken.trigger a:after,
#BriefArtikelHeadline.trigger:after {
    display: block;
    float: right;
    margin-left: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #9E2A2D !important;
    content: "\f0d7";
}

h3.trigger_active:after,
#PortalRubriken.trigger_active a:after,
.PortalRubriken.trigger_active a:after,
#BriefArtikelHeadline.trigger_active:after {
    content: "\f0d8";
} */

#PortalRubriken {
    font-weight: normal;
    padding: 4px 20px 4px 20px;
}

.PortalTrigger {
    text-decoration: none;
}

#PortalRubriken a {
    color: #676767;
}

#PortalRubrikenBeschreibung {
    padding-left: 20px;
}

#LinkBeschreibung {}

#BriefRubrikenWrapper,
#BriefStartbild,
#ArchivWrapper {
    max-width: 100%;
}

#BriefName {
    font-weight: normal;
    color: #000;
    text-align: left;
    padding: 0;
    margin: 2% 0 2% 0;
}

#BriefStartbild {
    width: 100%;
    max-width: 600px;
    height: auto;
    text-align: left;
}

#BriefStartbild img {
    max-width: 100%;
    height: auto;
    text-align: left;
}

#BriefRubriken {
    color: #696969;
    font-size: 1.6em;
    font-weight: 300;
    margin-bottom: 0.6em;
    padding-top: 10px;

}

#BriefArtikelHeadline {
    font-weight: normal;
    font-size: 0.9em;
    color: #fff;
    padding: 4px 20px 4px 20px;
}

#BriefArtikelInhalt {
    padding-left: 20px;
    text-align: justify;
}

#BriefArtikelHeadline a {
    font-size: 16px;
    color: #9E2A2D !important;
    text-decoration: none;
}

#BriefArtikelHeadline a:hover {
    color: #000 !important;
}

#ArchivWrapper {}

#ArchivArtikelInhalt {
    font-size: 13px;
    line-height: 18px;
    margin-top: 2%;
    margin-bottom: 5%;
}

#ArchivArtikelHeadline {
    padding-left: 20px;
    font-weight: normal;
}

#ArchivArtikelHeadline a:link {
    color: #fff !important;
}

#content#xmlPortal#xmlPortal#ArchivWrapper#ArchivArtikelHeadline a:hover {
    color: #3a5984 !important;
}

#infocenter span,
#xmlPortal span {
    display: none;
}
</pre></body></html>