@charset "utf-8";

/* zContent-Editor: redaktionelle Grundklassen */
body {
    margin: 0;
    padding: 12px;
    background: #fff;
    color: #2c2a27;
    font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

p {
    margin: 0 0 14px;
    color: #2c2a27;
    font: inherit;
}

/* Standardtext */
.normal {
    color: #2c2a27;
    font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

/* Hauptueberschrift im redaktionellen Inhalt */
.ueberschrift {
    display: inline-block;
    color: #1a171b;
    font-family: "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 4px solid #f0c010;
}

/* Zwischenueberschrift */
.titel {
    color: #1a171b;
    font-family: "Montserrat", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}

/* Hervorgehobener Text */
.pokal {
    color: #1a171b;
    font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
}

/* Hinweistext */
.bemerkung {
    color: #5c5a56;
    font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

/* CMS-Kompatibilitaet fuer bestehende Textcontainer */
.text {
    color: #2c2a27;
    font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

/* Linkstile im Editor */
.link,
a.link {
    color: #8b6d00;
    font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    text-decoration: none;
}

.link_aktiv,
a.link_aktiv,
.link:hover,
a.link:hover {
    color: #1a171b;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* Auswahlfelder des Redaktionssystems */
.auswahl {
    color: #2c2a27;
    background: #f7f6f2;
    border: 1px solid #e6e4de;
    border-radius: 4px;
    font-family: "Source Sans 3", "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Tabellen aus alten Editorinhalten sollen im neuen Layout mitlaufen. */
table {
    max-width: 100%;
    border-collapse: collapse;
}

td {
    overflow-wrap: anywhere;
}

td.link {
    color: #2c2a27 !important;
}

