

/* Typography  */
@media all {

    /* html { font-size: 1rem; height: 100%; background: rgb(51,51,51); } */

    body, input:not([type="radio"]):not([type="checkbox"]), button, select, textarea {
        font-family: 'Silka', sans-serif;
        font-size: 100%;
        font-size: calc(19 / 16 * 1em);
        font-weight: 500;
        line-height: 1.5;
        color: var(--color-darkpurple);
        background: rgb(255,255,255);
    }   

    .page-footer, 
    .page-footer input:not([type="radio"]):not([type="checkbox"]), 
    .page-footer button, 
    .page-footer select, 
    .page-footer textarea {
        /*! color: rgb(122,122,122); */
    }

    b, strong, dt { font-weight: 600; }

    a {
        color: inherit;
        text-decoration: underline; 
        text-decoration-skip: ink;
        font-weight: 600;
        border-radius: var(--radius-small);
    }
    
    a.lightbox {
        border-radius: var(--radius-large);
        overflow: clip;
        /*! box-shadow: var(--shadow-24); */
    }

    .werbelink ,
    .menu a {
        color: var(--color-darkpurple);
        line-height: 1.5;
        font-weight: 700;
    }

    .menu ,
    .menu li ,
    .mm-listview {
        line-height: 1.5;
    }

    .page-footer .menu a {
        color: inherit;
        font-weight: 600;
        /*! border-radius: .25rem; */
    }

    .h1-like,.h2-like,.h3-like,.h4-like,.h5-like,
    h1,h2,h3,h4,h5 {
        margin: 0;
        line-height: 1.25;
        font-weight: normal;
        text-align: center;
        font-family: 'Silka';
        font-weight: 600;
    }
    
    .ce-layout-teasercard .ce-header > * {
        font-size: 1em;
    }

    .ce-col .ce-header > * ,    
    .ce-intext.ce-nowrap .ce-header > * {
        text-align: left;
    }

    .ce-grid-100 .ce-col .ce-header > * ,    
    .ce-grid-100 .ce-intext.ce-nowrap .ce-header > * {
        text-align: center;
    }

    .h2-like,.h3-like,.h4-like,.h5-like,
    h2,h3,h4,h5 {
        /*! color: var(--color-darkpurple); */
    }

    .ce-frame-inverted .h2-like,
    .ce-frame-inverted .h3-like,
    .ce-frame-inverted .h4-like,
    .ce-frame-inverted .h5-like,
    .ce-frame-inverted h2,
    .ce-frame-inverted h3,
    .ce-frame-inverted h4,
    .ce-frame-inverted h5 {
        color: rgb(255, 255, 255);
    }

    .h1-like a,.h2-like a,.h3-like a,.h4-like a,.h5-like a,
    h1 a, h2 a, h3 a, h4 a,h5 a {
        /* color: rgb(70,70,70); FIXME */
        text-decoration: none;
    }

    .h1-like,
    h1 {
        font-size: 150%;
    }
    .h2-like,
    h2 {
        font-size: 125%;
    }

    .h3-like,
    h3 {
        font-size: 112.5%;
    }
    .h4-like,
    h4 {
        font-weight: 600;
    }

    blockquote {
        margin-left: 1.25rem;
        border-left: 4px solid rgb(204,204,204);
        padding: 0.9375rem 0 0 1.25rem;
        font-style: italic;
    }

    blockquote::after {
        content: "";
        display: table;
    }

    .ce-slider .ce-header > * {
        text-shadow: none;
    }

    /* margins */

    .ce-news,
    .ce-header,
    .ce-teaserlink-outer,
    table,
    p, ul, ol, dl { margin: 0 0 0.9375rem; }

    .ce-header { margin: 0 0 1.5rem; }

    .ce-header::after { clear: both }

    /*
    .ce-header::after { 
        content: "";
        clear: both;
        display: table;
    }
    */

    .ce-header-subheader,
    .ce-header-date {
        margin-top: 0.3125rem;
    }

    .ce-header-subheader {
        margin-top: 0.625rem;
    }
    .ce-header-date {
        margin: 0.625rem 0 0;
    }
    ul ul,
    ul ol,
    ol ul,
    ol ol { margin:0; }

    .ce-menu .ce-menu {
        margin-left: 1.25rem;
    }

    /* text flow */
    h1, h2, h3, h4, h5, h6
    p, li, a, figcaption {
        overflow-wrap: break-word;
        word-wrap: break-word;
        /*! -webkit-hyphens: auto; */
        /*! -moz-hyphens: auto; */
        /*! -ms-hyphens: auto; */
        /*! hyphens: auto; */
    } 
    
    figcaption {
        line-height: 1.5;
    }

    ul, 
    ol{ padding-left: 1.25rem; }

    ul{ list-style: square; }

}

/* tablet + print */
@media all and (min-width: 47.5em) {

    .h1-like,
    h1 {
        font-size: 175%;
    }
    .h2-like,
    h2 {
        font-size: 150%;
    }

    .page-sidebar h2,
    .page-footer h2 {
        font-size: 125%;
    }

    .h3-like,
    h3 {
        font-size: 125%;
    }

    .page-sidebar h3,
    .page-footer h3 {
        font-size: 112.5%;
    }

    .h4-like,
    h4 {
        font-size: 112.5%;
        font-weight: inherit;
    }

    .h5-like,
    h5 {
        font-weight: 600;
    }

    .ce-header {
        margin-bottom: 1rem;
    }

    .h1-like ,
    .h2-like ,
    .h3-like ,
    .h4-like ,
    .h5-like ,
    h1 ,
    h2 ,
    h3 ,
    h4 ,
    h5 {
        margin-bottom: 1em;
    }

    .ce-layout-box .h1-like ,
    .ce-layout-box .h2-like ,
    .ce-layout-box .h3-like ,
    .ce-layout-box .h4-like ,
    .ce-layout-box .h5-like ,
    .ce-layout-box h1 ,
    .ce-layout-box h2 ,
    .ce-layout-box h3 ,
    .ce-layout-box h4 ,
    .ce-layout-box h5 {
        margin-bottom: 0;
    }

}

/* large */
@media all and (min-width: 62.5em) {
    /* typography */

    .h1-like,
    h1 {
        font-size: 200%;
    }

    .h2-like,
    h2 {
        font-size: 175%;
    }

    .page-sidebar h2,
    .page-footer h2 {
        font-size: 150%;
    }

    .h3-like,
    h3 {
        font-size: 150%;
    }

    .page-sidebar h3,
    .page-footer h3 {
        font-size: 125%;
    }

    .h4-like,
    h4 {
        font-size: 125%;
    }

    .h5-like,
    h5 {
        font-size: 112.5%;      
        font-weight: inherit;
    }

}

/* desktop - xlarge */
@media (min-width: 72.5em) {
    /* typography */

    .h1-like,
    h1 {
        font-size: 200%;
    }

    .h2-like,
    h2 {
        font-size: 175%;
    }

    .page-sidebar h2,
    .page-footer h2 {
        font-size: 150%;
    }

    .h3-like,
    h3 {
        font-size: 150%;
    }

    .page-sidebar h3,
    .page-footer h3 {
        font-size: 125%;
    }

    .h4-like,
    h4 {
        font-size: 125%;
    }

    .h5-like,
    h5 {
        font-size: 112.5%;      
        font-weight: inherit;
    }



}

/* xlarge */
@media all and (min-width: 82.5em) {
    /* typography */

    .h1-like,
    h1 {
        font-size: 275%;
    }

    .h2-like,
    h2 {
        font-size: 200%;
    }

    .page-sidebar h2,
    .page-footer h2 {
        font-size: 150%;
    }

    .h3-like,
    h3 {
        font-size: 150%;
    }

    .page-sidebar h3,
    .page-footer h3 {
        font-size: 125%;
    }

    .h4-like,
    h4 {
        font-size: 125%;
    }

    .h5-like,
    h5 {
        font-size: 112.5%;      
        font-weight: inherit;
    }

}

/* xlarge */
@media all and (min-width: 111em) {
    /* typography */

    .h1-like ,
    .h2-like ,
    .h3-like ,
    .h4-like ,
    .h5-like ,
    h1 ,
    h2 ,
    h3 ,
    h4 ,
    h5 {
        margin-bottom: 1em;
    }

}
