.content-wrapper {
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 8vw 0 7.5vw 0;
}

body:not(.home) .content-wrapper {
    padding-top: calc(var(--header-height) + 4vw);
}

body {
    background-color: var(--light-grey);
}

/*colors*/
:root {
    --red: #C50B07;
    --brown: #5C5042;
    --light-brown: #3E362C;
    --dark-grey: #BDBDBD;
    --grey: #DEDCD9;
    --light-grey: #EFECEB;
}

/*sizes nav*/

body {
    --burger-line-height: 6px;
    --nav-icon-height: 36px;
    --nav-icon-width: 63px;
    --nav-icon-padding-X: 0;
    --nav-icon-padding-Y: 60px;
}

:root {
    --margin-bottom-row: 10.8vw;
}


div#wp-realtime-sitemap-pages>h3,
div#wp-realtime-sitemap-posts>h3 {
    font-size: 2.6rem;
    margin-bottom: 0.7em;
}

div#wp-realtime-sitemap-pages {
    margin-bottom: 3.1rem;
}

/*MARQUEE ANIMATION*/
body:not(.home) .marquee {
    display: none;
}

.marquee {
    position: relative;
    overflow: hidden;
    --offset: -1vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    background-color: #fff;
    padding: 3.3vw 0px;
    margin-top: 7vw;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    animation: marquee 155s linear infinite;
    animation-play-state: paused;
}

.marquee span {
    font-size: 30px;
    padding: 0 0vw;
    white-space: nowrap;
    font-family: 'Urbanist';
    text-transform: uppercase;
    letter-spacing: 0.19em;
    font-weight: bold;
    color: var(--dark-grey);
    padding-right: 0.5em;
}

.marquee .marquee__inner {
    animation-play-state: running;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*----------------- SINGLE -------------*/

.single-post div#slideshow {
    display: none;
}

div#single .entry-content>.type-post>.vce-row-container:first-of-type .vce-row {
    margin-bottom: calc(var(--margin-bottom-row) / 1.4);
}

div#single .vce-row.bg-white>.vce-row-content>.vce-col:first-of-type .vce-col-inner {
    justify-content: flex-start;
}

#single .vce-row.bg-white>.vce-row-content>.vce-col:last-of-type {
    padding-left: 2vw;
}

.nav-links.post-navigation {
    display: none;
}

.back-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: var(--margin-bottom-row);
}

button#back-btn {
    border: none;
    font-family: 'Urbanist';
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.175em !important;
    color: #fff !important;
    padding: 2.1em 3em;
    min-width: 350px;
    background-color: var(--red);
    cursor: pointer;
    transition: all .5s ease 0s;
}

button#back-btn:hover {
    color: #fff !important;
    background-color: #B49E93 !important;
    border-color: #B49E93 !important;
}

/*----------------- CHRONIKEN -------------*/
.font-fam-urbanist {
    font-family: 'Urbanist' !important;
    font-weight: 300 !important;
}

/*----------------- BILDER ABGEDUNKELT -------------*/

.abgedunkelt .vce-single-image:after {
    display: block;
    position: relative;
    background: -moz-linear-gradient(top, rgba(7, 1, 1, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(7, 1, 1, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(7, 1, 1, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00070101', endColorstr='#4d000000', GradientType=0);
    /* IE6-9 */
    margin-top: -15vw;
    height: 15vw;
    width: 100%;
    content: ' ';
}


#cookie-law-info-bar {
    font-size: 0.8rem;
}

.cli-plugin-button,
.cli-plugin-button:visited,
.medium.cli-plugin-button,
.medium.cli-plugin-button:visited {
    font-size: 0.9rem;
    margin: 0 5px;
}

/*----------------- Formulare-------------*/
.quform-field {
    border: none !important;
}

h4.quform-group-title {
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.quform-options-columns.quform-options-style-button>.quform-option>.quform-option-label {
    padding: 10px 20px;
}

.quform-button-style-classic button {
    border-radius: 0;
}

/*----------------- Table for 'Versandarten' page-------------*/
.tablepress-scroll-wrapper>.tablepress {
    min-width: 120px !important;
}

.tablepress tfoot th,
.tablepress thead th,
.tablepress .odd td,
.tablepress .even td {
    background-color: var(--light-grey) !important;
    color: var(--brown);
}

.tablepress tbody td,
.tablepress tfoot th {
    border-top: none !important;
    border-bottom: none !important;
}

/* .vce-shortcode>.vce-shortcode-wrapper>.tablepress-scroll-wrapper>.tablepress td,
.vce-shortcode>.vce-shortcode-wrapper>.tablepress-scroll-wrapper>.tablepress th {
    min-width: 120px;
} */

@media (min-width: 1920px) {
    /*----------------- ELEMENT -------------*/

    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1500px) {
    /*----------------- ELEMENT -------------*/

    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 1200px) {
    /*----------------- ELEMENT -------------*/

    /*----------------- END ELEMENT ---------*/
}

@media (max-width: 990px) {

    /*MARQUEE ANIMATION*/
    .marquee span {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .marquee span {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    a#cookie_action_close_header {
        display: block !important;
        margin-bottom: 5px;
    }

    :root {
        --margin-bottom-row: 14.8vw;
    }

    .content-wrapper {
        padding: 12vw 0 7.5vw 0;
    }

    .marquee {
        padding: 4vw 0px;
        margin-top: 7vw;
    }

    .marquee span {
        font-size: 17px;
    }

    .marquee__inner {
        animation: marquee 350s linear infinite;
    }

}

@media (max-width: 420px) {
    .marquee {
        padding: 20px 0px;
    }

    .content-wrapper {
        padding: 12vw 0 17.5vw 0;
    }

    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
        margin-top: 26vw !important;
    }

    body {
        --burger-line-height: 4px;
        --nav-icon-height: 24px;
        --nav-icon-width: 45px;
        --nav-icon-padding-X: 0;
        --nav-icon-padding-Y: 37px;
    }

    :root {
        --margin-bottom-row: 16.8vw;
    }

    .shiftnav-depth-0.menu-item>.shiftnav-target {
        font-size: 21px;
        margin: 3px 0;
    }



    div#shiftnav-main {
        padding-top: calc(var(--header-height) + -30px);
    }

    body:not(.home) .content-wrapper {
        padding-top: 17vw;
    }

    .marquee span {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    /*----------------- ELEMENT -------------*/

    /*----------------- END ELEMENT ---------*/
}