/*
Umschaltpunkte
1440px - Abstand zur Seite 156px
1024px  -Abstand zur Seite 80px
768px - Abstand zur Seite 16px
*/




/* allgemeines */
/* Schriften */
h2 {
    font-family: 'TheSerif', serif;
    font-weight: 400;
}

p.ueberschrift .datum {
    float: right;
    font-size: 16px;
    line-height: 30px;
    font-family: 'TheSans-Plain';
    font-weight: normal;
}

.search-results p.ueberschrift_rubrikenbox {
    margin-bottom: 10px;
}

.search-results p.ueberschrift {
    margin-top: 10px;
}

.search-results p.ueberschrift_rubrikenbox, .search-results p.ueberschrift {
    margin-left: 0;
    width: auto;
    padding-left: 20px;
}

@media (max-width: 768px) {
    p.ueberschrift {
        font-size: 20px;
        line-height: 2;
    }

    p.ueberschrift_rubrikenbox {
        font-size: 16px;
        line-height: 1.2;
    }
}

/* /Schriften */

/* Seitenabstand links-rechts*/
.pagePaddingLeftRight {
    padding-left: 156px;
    padding-right: 156px;
}

@media (max-width: 1440px) {
    .pagePaddingLeftRight {
        padding-left: clamp(80px, calc(80px + (156 - 80) * ((100vw - 1024px) / (1440 - 1024))), 156px);
        padding-right: clamp(80px, calc(80px + (156 - 80) * ((100vw - 1024px) / (1440 - 1024))), 156px);
    }
}

@media (max-width: 1024px) {
    .pagePaddingLeftRight {
        padding-left: clamp(16px, calc(16px + 64 * ((100vw - 768px) / 256)), 80px);
        padding-right: clamp(16px, calc(16px + 64 * ((100vw - 768px) / 256)), 80px);
    }
}

@media (max-width: 768px) {
    .pagePaddingLeftRight {
        padding: 0 16px;
    }
}

.pageMarginLeftRight {
    margin-left: 156px;
    margin-right: 156px;
}

@media (max-width: 1440px) {
    .pageMarginLeftRight {
        margin-left: clamp(80px, calc(80px + (156 - 80) * ((100vw - 1024px) / (1440 - 1024))), 156px);
        margin-right: clamp(80px, calc(80px + (156 - 80) * ((100vw - 1024px) / (1440 - 1024))), 156px);

    }
}

@media (max-width: 1024px) {
    .pageMarginLeftRight {
        margin-left: clamp(16px, calc(16px + 64 * ((100vw - 768px) / 256)), 80px);
        margin-right: clamp(16px, calc(16px + 64 * ((100vw - 768px) / 256)), 80px);
    }
}

@media (max-width: 768px) {
    .pageMarginLeftRight {
        margin: 0 16px;
    }
}

.pagePositionRight {
    right: 156px;
}

@media (max-width: 1440px) {
    .pagePositionRight {
        right: clamp(80px, calc(80px + (156 - 80) * ((100vw - 1024px) / (1440 - 1024))), 156px);
    }
}

@media (max-width: 1024px) {
    .pagePositionRight {
        right: clamp(16px, calc(16px + 64 * ((100vw - 768px) / 256)), 80px);
    }
}

@media (max-width: 768px) {
    .pagePositionRight {
        right: 0 16px;
    }
}



/* header */
.header-regular {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    height: 150px;
    margin-top: 20px;
}

.evi_logo {
    width: 300px;
    height: 78px;
    position: absolute;
    /* left: 150px; */
    left: clamp(80px, calc(80px + (156 - 80) * ((100vw - 1024px) / (1440 - 1024))), 156px);
}

.evi_logo img {
    width: 100%;
    height: auto;
}

#avoxa_logo {
    position: absolute;
    /* right:156px; */
    top: 30px;
    width: 180px;
}

#avoxa_logo img {
    width: 100%;
    height: auto;
}

.top-head-link {
    position: absolute;
    /* right:156px; */
}

.meinkonto {
    background: url('../../../fileadmin/images/icons_black/actions-user.svg') left center no-repeat;
    display: inline-block;
    padding-left: 30px;
}

@media (max-width: 1440px) {}

@media (max-width: 1024px) {

    /*Logos verkleinern*/
    .evi_logo {
        width: 200px;
        left: 16px;
    }

    #avoxa_logo {
        width: 120px;
    }
}

@media (max-width: 768px) {

    .header-regular {
        height: 100px;
    }

    /*Logos verkleinern, abstande verrringern*/
    .evi_logo {
        width: 150px;
        left: 16px;
        top: 30px;
    }

    #avoxa_logo {
        width: 90px;
        /* right:16px */
    }

    .top-head-link {
        /* right:16px; */
    }
}

/* /header */
/* Menu */
.menu {
    width: 100%;
    display: flex;
    align-items: center;
    position: sticky;
    top: -1px;
    background-color: #ffffff;
    z-index: 10;
    max-width: 1440px;
    margin: 0 auto;
    transition: max-width 0.25s;
}

.menu.is-pinned {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

.menu a {
    color: #355670;
}

.menu-home {
    background: url('../../../fileadmin/images/icons_black/home.svg') left -5px center no-repeat;
    width: 16px;
    height: 24px;
    cursor: pointer;
}

.menu-wrapper {
    margin: 20px 0;
    flex-grow: 1;
    display: flex;
    gap: 20px;
}

.menu-fixed-elements {
    display: flex;
    gap: 20px;
}

.menu a {
    text-decoration: none;
}

.menu ul {
    display: inline-flex;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 15px;
}

.menu ul li {
    list-style-type: none;
    font-family: 'TheSerif';
    font-size: 18px;
}

.menu button.toggle-menu {
    display: none;
}

button.toggle-menu.active {}

#form-right-search {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 6px; */
    /* display: inline; */
    height: 30px;
    z-index: 20;
    flex-shrink: 1;
}

.menu-search {
    position: relative;
    display: flex;
}

input.mobilemenu-search {}

button.mobilemenu-search {
    width: 24px;
    height: 24px;
    background: url(../../../fileadmin/images/icons_black/search.svg) center no-repeat;
    border: none;
    cursor: pointer;
    /* border: 1px solid #355670; */
    border-radius: 2px;
    padding: 16px;
}

@media (max-width: 1440px) {}

@media (max-width: 1024px) {
    input.mobilemenu-search {
        width: 90px;
    }

    .menu ul li {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .menu-navigation:not(.visible) ul {
        padding: 0 15px;
    }

    .menu ul {
        overflow: hidden;
        flex-direction: column;
        gap: 5px;
        padding: 15px;
        transition: padding 0.25s ease-out;
    }

    .menu button.toggle-menu {
        display: flex;
        border: 1px solid #000;
        border-radius: 5px;
        background-color: #fff;
        z-index: 20;
    }

    button.toggle-menu.active {
        background-color: #355670;
        border-color: #355670;
    }

    .menu button.toggle-menu svg {
        width: 24px;
        height: 24px;
    }

    .menu button.toggle-menu.active svg {
        stroke: #fff;
    }

    #form-right-search {
        display: block;
    }

    .menu-wrapper {
        flex-direction: column;
    }

    .menu-navigation:not(.visible) {
        grid-template-rows: 0fr;
    }

    .menu-navigation {
        display: grid;
        grid-template-rows: 1fr;
        transition: grid-template-rows 0.25s ease-out;
        position: absolute;
        left: 0;
        width: 100%;
        top: 45px;
        background-color: #fff;
        z-index: 10;
    }

    input.mobilemenu-search {
        width: auto;
    }
}

/* /Menu */
/* page-content - Seiteninhalt */
.page-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 100px;
    background-color: #e8e8e8;
    flex-grow: 1;
}

.page-innercontent {
    max-width: 1440px;
    margin: 0 auto;
}


@media (max-width: 1440px) {
    .page-innercontent {
        /* padding-left: clamp(80px, calc(80px + (156 - 80) * ((100vw - 1024px) / (1440 - 1024))), 156px);
        padding-right: clamp(80px, calc(80px + (156 - 80) * ((100vw - 1024px) / (1440 - 1024))), 156px); */
    }
}

@media (max-width: 1024px) {
    .page-innercontent {
        /* padding:0 80px; */
    }
}

@media (max-width: 768px) {
    .page-innercontent {
        /* padding:0 16px; */
    }
}

/* /page-content - Seiteninhalt */
/* startseite */
.startHead {
    margin-bottom: 60px;
    min-height: 325px;
    background-color: #355670;
    position: relative;
}

.startHead h2 {
    margin: 0 0 25px 0;
}

.startHead * {
    color: #fff;
}

.startHead img {
    display:none;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    max-height: 100%;
}
.startHeadImage{
    height:100%;
    max-height:400px;
    width:50%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}
.startHeadImageDescritption{
    color: #000;
    font-size:10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.5);
    max-width:50%;
    padding:2px;
}

.startHeadText {
    padding: 60px 50px 15px 50px;
    width: 50%;
}

.articleKacheln {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 Spalten gleich breit */
    grid-template-rows: repeat(2, auto);
    /* 2 Zeilen, Höhe automatisch */
    gap: 24px;
    /* Abstand zwischen Zellen */
    width: 100%;
    margin: 0 auto;
}

.articleKacheln h3 {
    margin: 0;
}

.articleKacheln article {
    /* padding: 12px; */
    background: #fff;
    position: relative;
}

.articleKacheln .articelTop {
    padding: 20px;
    min-height: 140px;
}

.articleKacheln .articleContent {
    padding: 15px 20px 50px 20px;
}

.articleKacheln .articleLink {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.articleKacheln .articleLink a {
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #4c76ff;
}

@media (max-width: 1440px) {}

@media (max-width: 1024px) {
    .articleKacheln {
        grid-template-columns: repeat(2, 1fr);
        /* 3 Spalten gleich breit */
    }
    .startHeadText{
        padding:20px;
        width:50%;
    }
}

@media (max-width: 768px) {
    .startHeadText {
        width: auto;
    }

    .startHead img {
        width: 100%;
        position: relative;
        margin-top: 25px;
        display: block;
    }
    .startHeadImage{
        display:none;
    }
    .startHeadImageDescritption{
        bottom: 20px;
        right:20px;
    }
    .articleKacheln {
        grid-template-columns: repeat(1, 1fr);
        /* 3 Spalten gleich breit */
    }

}

/* /startseite */
/* Footer*/
footer {
    width: 100%;
    /* max-width:1440px; */
    margin: 0 auto;
    position: relative;
    background-color: #d81d1f;
}

footer h2 {
    margin-top: 0;
}

.footer-content {
    margin: 0 auto;
    /* padding: 40px 0; */
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1440px;
}

.footer-content div {
    line-height: 1.6;
    font-weight: bold;
}

footer a {
    color: white;
    text-decoration: none;
    margin-bottom: 20px;
}

footer .footer-content-links {
    flex: 1;
}

footer .footer-content-rechts {
    flex: 0;
}

footer .box-full {
    flex: 0 0 100%;
}

footer .footer-content-rechts a {
    display: block;
}

@media (max-width: 1440px) {
    .footer-content {
        /* padding: 40px 156px; */
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        /* padding: 20px 16px; */
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .footer-content-rechts a {
        display: inline-block;
        margin-right: 20px;
        word-wrap: nowrap;
    }
}

/* /Footer*/

/* Paginierung */

.pagenavi a, .pagenavi span.current {
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin: 0 5px;
    line-height: 28px;
}

.pagenavi span.current, .pagenavi a:hover {
    background-color: #355670;
    color: #fff;
}

.pagenavi span.current {
    font-weight: bold;
}

/* /Paginierung */

/* Suche */
.suchergtab {
    padding: 5px 0;
}

/* /Suche */

html{
    scroll-padding-top: 60px;
}
/* newsletter content*/
.newslettercontainer{
    background-color: #fff;
    margin-bottom:60px;
    padding-bottom:60px;
}
.newslettercontainer .frame{
    padding:0 50px;
}
p.ueberschrift {
    font-family: 'TheSerif';
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    background-color: #355670;
    margin: 0;
    padding: 5px 12px 0 50px;
    margin-top: 50px;
    line-height: 45px;
    margin-left: -50px;
    width: calc(100% + 50px);
}

        td.ueberschrift {
            font-weight: bold;
            color: #FFFFFF;
            background-color: #355670;
            margin: 0;
            padding: 5px 12px;
        }

        p.anzeige {
            color: #000000;
            margin: 0 0 0 0;
        }

        p.klein {
            font-size: 12px;
            font-style: normal;
            color: #000000;
        }

        p.klein a {
            font-size: 12px;
        }

        p.footer {
            font-size: 12px;
            font-style: normal;
            color: #ffffff;
        }

        a.footer {
            font-size: 12px;
            color: #ffffff;
            text-decoration: underline;
        }

        p {
            margin: 0px 0px 0px 0px;
            font-size: 16px;
            font-style: normal;
            color: #000000;
            line-height: 1.4;
        }

        td {
            color: #000000;
        }

        a.newsletter {
            color: #000000;
            text-decoration: underline;
        }

        a.teaserNewsletter {
            text-decoration: none;
        }

        a.teaserNewsletter:hover {
            color: #355670;
        }

        div.spacer10 {
            line-height: 10px;
            height: 10px;
            margin: 0;
            padding: 0;
        }

        p.h6 {
            font-size: 16px;
            color: #355670;
            font-weight: bold;
            margin: 0px 0px 5px 0px;
            padding: 0;
        }

        ul {
            list-style-type: square;
            padding-left: 20px;
        }

        ol {
            padding-left: 20px;
        }

        li {
            padding: 0px;
        }

        /* normal (h1) */
.newslettercontainer h1 {
    font-size: 16px;
    color: #355670;
    font-weight: 400;
    margin: 0 0 5px 50px;
    padding: 0;
}

        /* Überschrift klein (h3) */
.newslettercontainer h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    margin: 30px 0 5px 0;
    padding: 0;
}

.aktuelles_spotlight:not(h3):not(section) {background-color: #DB9EF4;}
.diskussion:not(h3):not(section) {background-color: #F895D3;}
.fokus:not(h3):not(section) {background-color: #FEB89B;}
.fragen_an_den_arzt:not(h3):not(section) {background-color: #FF9EB4;}
.glossar:not(h3):not(section) {background-color: #FBDB8A;}
.gut_zu_wissen:not(h3):not(section) {background-color: #A4FEEF;}
.hintergrund:not(h3):not(section) {background-color: #66c0fe;}
.infobox:not(h3):not(section) {background-color: #66EAFF;}
.kurzportrait:not(h3):not(section) {background-color: #ff9eb4;}
.ueberblick:not(h3):not(section) {background-color: #DAFEA4;}
.update:not(h3):not(section) {background-color: #FBDB8A;}

        /* Überschrift klein: FOKUS,ÜBERBLICK (h3) * /
        h3.fokus {
            color: #34812e;
        }

        /* Überschrift klein: HINTERGRUND (h3) * /
        h3.hintergrund {
            color: #0096fe;
        }

        /* Überschrift klein: GUT ZU WISSEN (h3) * /
        h3.gut_zu_wissen {
            color: #539a07;
        }

        /* Überschrift klein: FRAGEN AN DEN ARZT (h3) * /
        h3.fragen_an_den_arzt {
            color: #ae3131;
        }

        /* Überschrift klein: INFOBOX (h3) * /
        h3.infobox {
            color: #de7a27;
        }

        /* Überschrift klein: AKTUELLES/SPOTLIGHT (h3) * /
        h3.aktuelles_spotlight {
            color: #9379a7;
        }

        /* Überschrift klein: UPDATE (h3) * /
        h3.update {
            color: #de7a27;
        }

        /* Überschrift klein: DISKUSSION (h3) * /
        h3.diskussion {
            color: #be4182;
        }
        /**/

        /* Abstand rechts Bild zu Text */
        div.csc-textpic-image {
            margin-right: 10px;
        }

        /* Farben für Rubriken */
        .color_fokus {
            color: #FEB89B !important;
            /* hellgrün */
        }

        .color_ueberblick {
            color: #DAFEA4 !important;
            /* hellgrün */
        }

        .color_hintergrund {
            color: #66c0fe !important;
            /* blau */
        }

        .color_gut_zu_wissen {
            color: #A4FEEF !important;
            /* dkl.grün */
        }

        .color_fragen_an_den_arzt {
            color: #FF9EB4 !important;
            /* dkl.rot */
        }

        .color_infobox {
            color: #66EAFF !important;
            /* orange  */
        }

        .color_aktuelles_spotlight {
            color: #DB9EF4 !important;
            /* lila */
        }

        .color_update {
            color: #FBDB8A !important;
            /* gelb */
        }

        .color_diskussion {
            color: #F895D3 !important;
            /* rosa */
        }

        .bgcolor_fokus {
            background-color: #FEB89B !important;
            /* hellgrün */
        }

        .bgcolor_ueberblick {
            background-color: #DAFEA4 !important;
            /* hellgrün */
        }

        .bgcolor_hintergrund {
            background-color: #66c0fe !important;
            /* blau */
        }

        .bgcolor_gut_zu_wissen {
            background-color: #A4FEEF !important;
            /* dkl.grün */
        }

        .bgcolor_fragen_an_den_arzt {
            background-color: #FF9EB4 !important;
            /* dkl.rot */
        }

        .bgcolor_infobox {
            background-color: #66EAFF !important;
            /* orange  */
        }

        .bgcolor_aktuelles_spotlight {
            background-color: #DB9EF4 !important;
            /* lila */
        }

        .bgcolor_update {
            background-color: #FBDB8A !important;
            /* gelb */
        }

        .bgcolor_diskussion {
            background-color: #F895D3 !important;
            /* rosa */
        }

        .bgcolor_light_fokus {
            background-color: #eff7d9 !important;
            /* hellgrün light */
        }

        .bgcolor_light_ueberblick {
            background-color: #eff7d9 !important;
            /* hellgrün light  */
        }

        .bgcolor_light_hintergrund {
            background-color: #e3eef5 !important;
            /* blau light  */
        }

        .bgcolor_light_gut_zu_wissen {
            background-color: #e0edd2 !important;
            /* dkl.grün light  */
        }

        .bgcolor_light_fragen_an_den_arzt {
            background-color: #f0dada !important;
            /* dkl.rot light  */
        }

        .bgcolor_light_infobox {
            background-color: #f9e7d8 !important;
            /* orange light   */
        }

        .bgcolor_light_aktuelles_spotlight {
            background-color: #ece7ef !important;
            /* lila light  */
        }

        .bgcolor_light_update {
            background-color: #fff4d1 !important;
            /* gelb light  */
        }

        .bgcolor_light_diskussion {
            background-color: #fff0f0 !important;
            /* rot light */
        }

        /* Rubriken-Box (unterer Bereich) */
        p.ueberschrift_rubrikenbox {
            font-size: 20px;
            line-height: 28px;
            color: #355670;
            background-color: #dbe1e5;
            margin: 0;
            padding: 0 50px 10px;
            margin-bottom: 50px;
            color: #000000;
            margin-left: -50px;
            font-family: 'TheSans-Plain';
            width: calc(100% + 50px);
        }

        /* Rahmen/Boxen für Textelemente */
        div.rahmen_std {
            background-color: #dbe1e5;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_std td {
            background-color: #dbe1e5;
        }

        div.rahmen_fokus {
            background-color: #eff7d9;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_fokus td {
            background-color: #eff7d9;
        }

        div.rahmen_hintergrund {
            background-color: #e3eef5;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_hintergrund td {
            background-color: #e3eef5;
        }

        div.rahmen_gut_zu_wissen {
            background-color: #e0edd2;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_gut_zu_wissen td {
            background-color: #e0edd2;
        }

        div.rahmen_fragen_an_den_arzt {
            background-color: #f0dada;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_fragen_an_den_arzt td {
            background-color: #f0dada;
        }

        div.rahmen_infobox {
            background-color: #f9e7d8;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_infobox td {
            background-color: #f9e7d8;
        }

        div.rahmen_aktuelles_spotlight {
            background-color: #ece7ef;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_aktuelles_spotlight td {
            background-color: #ece7ef;
        }

        div.rahmen_update {
            background-color: #fff4d1;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_update td {
            background-color: #fff4d1;
        }

        div.rahmen_diskussion {
            background-color: #fff0f0;
            padding: 0px;
            margin-bottom: 20px;
            position: relative;
            page-break-inside: avoid;
        }

        div.rahmen_diskussion td {
            background-color: #fff0f0;
        }

        /* Tabellen */
        table.contenttable,
        table.hyphens-auto {
            width: 100%;
            page-break-inside: avoid;
            overflow-x: auto;
            display:block;
        }

        table.contenttable tr,
        table.hyphens-auto tr {
            page-break-inside: avoid;
        }

        table.contenttable,
        table.contenttable th,
        table.contenttable td,
        table.hyphens-auto,
        table.hyphens-auto th,
        table.hyphens-auto td {
            border-width: 1px;
            border-color: #000;
            border-style: solid;
            border-collapse: collapse;
            margin: 20px 0;
        }

        table.contenttable th,
        table.hyphens-auto th {
            font-size: 13px;
            font-weight: bold;
            background-color: #e6e6e6;
            padding: 5px;
        }

        section.hintergrund table.contenttable th {
            background-color: #66C0FE;
        }

        table.contenttable th p,
        table.hyphens-auto th p {
            font-weight: bold;
        }

        table.contenttable td,
        table.hyphens-auto td {
            font-size: 13px;
            padding: 5px;
        }

        table.hyphens-auto {
            hyphens: auto;
            -ms-hyphens: auto;
            -webkit-hyphens: auto;
        }

        table td.bruchstrich {
            border: 0px;
            border-bottom: 1px solid black;
            text-align: center;
        }

        table td.bruchstrich-l {
            border: 0px;
            border-bottom: 1px solid black;
            text-align: left;
        }

        table td.bruchstrich-r {
            border: 0px;
            border-bottom: 1px solid black;
            text-align: right;
        }

        table td.tdohneborder {
            border-bottom: 1px solid #cdcdcd !important;
            border-top: 1px solid #ffffff !important;
            border-left: 1px solid #ffffff !important;
            border-right: 1px solid #ffffff !important;
        }

        table td.hintergrund-graublau {
            background-color: #90a4ae;
        }

        table.ohneborder {
            border: 0px;
            page-break-inside: avoid;
        }

        table.ohneborder tr {
            page-break-inside: avoid;
        }

        table.ohneborder th {
            font-size: 13px;
            font-weight: bold;
            background-color: #e6e6e6;
            padding: 5px;
        }

        table.ohneborder th p {
            font-weight: bold;
        }

        table.ohneborder td {
            font-size: 13px;
            padding: 5px;
            border: 0px;
        }

        table.ohneborder td.bruchstrich {
            border: 0px;
            border-bottom: 1px solid black;
            text-align: center;
        }

        table.ohneborder td.bruchstrich-l {
            border: 0px;
            border-bottom: 1px solid black;
            text-align: left;
        }

        table.ohneborder td.bruchstrich-r {
            border: 0px;
            border-bottom: 1px solid black;
            text-align: right;
        }

        table.ohneborder td.hintergrund-graublau {
            background-color: #90a4ae;
        }

        .csc-space-after-10 {
            margin-bottom: 10px !important;
        }

        .csc-space-after-20 {
            margin-bottom: 20px !important;
        }

        /* Tabelle Quellenliste */
        table.quellenliste {
            border: 0px;
            page-break-inside: avoid;
        }

        table.quellenliste tr {
            page-break-inside: avoid;
        }

        table.quellenliste th,
        table.quellenliste td {
            font-size: 10px !important;
            line-height: 14px !important;
            font-weight: normal !important;
            background-color: #ffffff !important;
            vertical-align: top;
            page-break-inside: avoid;
        }

        div.content_outer_page_break_inside_avoid {
            page-break-inside: avoid;
        }
/* /newsletter content*/
