/*================================================
    Allgemeines Layout
================================================*/

/* Grid Settings */

@media only screen and ( min-width: 981px ) {
    #leistungen .et_pb_row,
    #services .et_pb_row,
    #aktuelles .et_pb_row,
    #gruppe .et_pb_row,
    #netzwerk .et_pb_row,
    #ueber-uns .et_pb_row,
    #faq .et_pb_row
    .wide > .et_pb_row {
        max-width: var(--wide);
        margin: 0 auto;
    }

    article.col-6,
    #blog.wide article,
    #aktuelles article,
    #leistungen .et_pb_module.et_pb_blurb,
    #services .et_pb_module.et_pb_blurb,
    #gruende .et_pb_module.et_pb_blurb,
    #ablauf .et_pb_row:nth-child(2) .et_pb_column {
        float: left;
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #ablauf .et_pb_row:nth-child(2) .et_pb_column {
        width: calc((100% - 150px) / 3);
        margin-right: 75px;
        margin-bottom: 0;
    }

    #gruende .et_pb_module.et_pb_blurb {
        width: calc(20% - 16px);
        margin-bottom: 0;
    }

    #fuhrpark .et_pb_row:not(.normal) .et_pb_column,
    #ueber-uns .et_pb_row:not(.normal) .et_pb_column,
    #services div.et_pb_column.et_pb_column_2_3,
    #blog .et_pb_module.et_pb_posts > div {
        display: flex;
        flex-wrap: wrap;
    }

    #fuhrpark .et_pb_module.et_pb_blurb {
        width: calc((100% / 2) - (40px / 2));
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #ueber-uns .et_pb_module.et_pb_blurb {
        width: calc((100% / 3) - (40px / 3));
        margin-right: 20px;
        margin-bottom: 20px;
    }

    #fuhrpark .et_pb_module.et_pb_blurb:nth-child(2n + 2),
    #ueber-uns .et_pb_module.et_pb_blurb:nth-child(3n + 3) {
        margin-right: 0;
    }

    article.col-6:nth-child(2n + 2),
    #aktuelles article:nth-child(2n + 2),
    #blog.wide article:nth-child(2n + 2),
    #leistungen .et_pb_module.et_pb_blurb:nth-child(2n + 2),
    #services .et_pb_module.et_pb_blurb:nth-child(2n + 2),
    #gruende .et_pb_module.et_pb_blurb:nth-child(5),
    #ablauf .et_pb_row:nth-child(2) .et_pb_column:last-of-type {
        margin-right: 0;
    }

    article.col-6 img {
        height: 400px;
        object-fit: cover;
    }

    article.col-4 {
        float: left;
        width: calc(33.333333333333% - 53.3333px);
        margin-right: 80px;
        margin-bottom: 100px;
    }

    article.col-4:nth-child(3n + 3) {
        margin-right: 0;
    }

    article.col-4 img {
        height: 400px;
        object-fit: cover;
    }
}

article.col-4 img {
    box-shadow: var(--boxshadow);
}

article.col-4 .content_wrapper {
    margin-top: 60px;
    text-align: center;
    padding: 0 10px;
}

article.col-4 h3.entry-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

article.col-4 .teaser {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
}

.et_pb_code.shortcode {
    margin-top: 100px;
}

/*================================================
Blog Carousel
================================================*/

@media only screen and ( max-width: 980px ) {
    #aktuelles .dgbc_blog_carousel .dgbc_carousel_wrapper {
        overflow: initial !important;
    }
}

@media only screen and ( min-width: 480px ) and ( max-width: 980px ) {
    #aktuelles .swiper-button-prev {
        left: -70px !important;
    }

    #aktuelles .swiper-button-next {
        right: -70px !important;
    }
}

@media only screen and ( max-width: 479px ) {
    #aktuelles .swiper-button-prev,
    #aktuelles .swiper-button-next {
        display: none;
    }
}

/*================================================
Slick Carousel
================================================*/


div.slick-track {
    display: flex !important;
}

div.slick-slide {
    height: inherit !important;
    display: grid !important;
}


/*================================================
            Mini Galerie imgsquare
================================================*/

.imgsquare .et_pb_code,
.imgsquare .et_pb_code_inner {
    width: 100%;
    height: 100%;
    min-height: 550px;
}

.imgsquare .et_pb_code img {
    position: absolute;
    height: 325px;
    max-height: 60%;
    max-width: 60%;
    width: auto;
    left: 0;
    top: 0;
    margin-bottom: 0;
    overflow: hidden;
    object-fit: contain;
}

.imgsquare .et_pb_code img::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.imgsquare .et_pb_code img:nth-of-type(2) {
    margin: auto;
    max-height: 40%;
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
}

.imgsquare .et_pb_code img:nth-of-type(3) {
    height: 210px;
    max-width: 30%;
    top: unset;
    right: unset;
    bottom: 0;
    left: 30%;
}

/*================================================
            Transportanfrage
================================================*/

#transportanfrage,
#transportanfrage.et_pb_section {
    background: var(--primary);
    color: var(--tertiary);
    text-align: center;
    padding: 73px 0;
}

#transportanfrage .et_pb_text_inner,
#transportanfrage .et_pb_text_inner h2 {
    text-align: center;
    color: var(--tertiary);
    max-width: var(--narrower);
    margin: 0 auto;
}

#transportanfrage .et_pb_button_module_wrapper {
    display: inline-block;
}

#transportanfrage .et_pb_button_module_wrapper:not(:last-of-type) {
    margin-right: 20px;
}

.page-id-188 #transportanfrage .et_pb_button_module_wrapper:not(:last-of-type),
.page-id-191 #transportanfrage .et_pb_button_module_wrapper:not(:last-of-type),
.page-id-192 #transportanfrage .et_pb_button_module_wrapper:not(:last-of-type) {
    margin-right: 0;
    display: none;
}

#transportanfrage .et_pb_button {
    color: var(--tertiary);
}

#transportanfrage .et_pb_button::before {
    content: '';
    background-image: url(/wp-content/themes/benzdigital/img/palettentransport.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 20px;
    opacity: 1;
    margin-left: unset;
    margin-right: 10px;
    top: 5px;
    left: -4px;
}

#transportanfrage .et_pb_button_module_wrapper:last-of-type .et_pb_button::before {
    background-image: url(/wp-content/themes/benzdigital/img/autotransport.svg);
    top: 9px;
}

@media only screen and ( max-width: 767px ) {
    #transportanfrage .et_pb_button_module_wrapper:not(:last-of-type) {
        margin-right: 0;
    }
}

/* single */

article #transportanfrage {
    padding: 2em;
    margin: 0 auto 2em;
}

@media only screen and ( max-width: 767px ) {
    article #transportanfrage .et_pb_button_module_wrapper {
        display: block;
        margin: 2em auto;
    }

    article #transportanfrage .et_pb_button_module_wrapper:last-of-type {
        margin-bottom: 0;
    }
}

/*================================================
            Divi Carousel: Partner / Netzwerk
================================================*/

.slick-track article {
    margin: 15px;
    padding: 15px;
    border: 2px solid var(--lightgrey);
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: center;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.slick-list .slick-track article {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slick-track article a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick-track article img {
    display: initial;
    text-align: center;
    height: auto;
    max-height: 60px;
    margin: 0 auto;
    width: 160px;
    max-width: 80%;
    object-fit: contain;
    margin-bottom: 14px;
}


/*================================================
            Transportziele
================================================*/

#transportziele {
    background: var(--darkgrey);
    text-align: center;
}

#transportziele .slick-initialized .slick-slide div::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: var(--gradient);
    z-index: -1;
}

#transportziele .slick-initialized .slick-slide div {
    margin: 10px;
    padding: 288px 40px 40px 40px;
    text-align: left;
    position: relative;
    z-index: 1;
    background-size: cover;
}

#transportziele .slick-initialized .slick-slide div h3 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1.52px;
    line-height: 38px;
    color: var(--white);
}

#transportziele .slick-initialized .slick-slide div a span {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    color: var(--primary);
    padding-left: 30px;
    position: relative;
}

#transportziele .slick-initialized .slick-slide div a span::before {
    content: '';
    height: 2px;
    width: 60px;
    background: var(--primary);
    position: absolute;
    left: -40px;
    top: 50%;
    bottom: 50%;
}

/*================================================
            Aktuelles / Leistungen
================================================*/

#fuhrpark .et_pb_row.normal, #fuhrpark .et_pb_row.normal h2,
#ueber-uns.personal .et_pb_row.normal, #ueber-uns.personal .et_pb_row.normal h2 {
    padding-bottom: 0;
}

#fuhrpark .et_pb_row.normal:not(:first-of-type),
#ueber-uns.personal .et_pb_row.normal:not(:first-of-type) {
    padding-top: 40px;
}

.et_pb_blurb_content {
    max-width: unset;
}

.et_pb_blurb blockquote {
    margin: 20px 0 0 0;
    font-style: italic;
}

#aktuelles article,
#blog.wide article,
#leistungen .et_pb_module.et_pb_blurb,
#services .et_pb_module.et_pb_blurb,
#ueber-uns .et_pb_module.et_pb_blurb,
#fuhrpark .et_pb_module.et_pb_blurb {
    margin-bottom: 0;
    text-align: center;
    border: 2px solid var(--lightgrey);
    -webkit-transition: all .2s;
    transition: all .2s;
}

#aktuelles article,
#blog.wide article {
    margin-bottom: 20px;
}

#leistungen .et_pb_module.et_pb_blurb,
#services .et_pb_module.et_pb_blurb,
#ueber-uns .et_pb_module.et_pb_blurb,
#fuhrpark .et_pb_module.et_pb_blurb {
    margin-top: 20px;
}

@media only screen and ( min-width: 981px ) {
    #leistungen .et_pb_module.et_pb_blurb.et_pb_blurb_0,
    #leistungen .et_pb_module.et_pb_blurb.et_pb_blurb_1,
    #services .et_pb_module.et_pb_blurb.et_pb_blurb_0,
    #services .et_pb_module.et_pb_blurb.et_pb_blurb_1 {
        margin-top: 0;
    }
}

#aktuelles article:hover,
#blog.wide article:hover,
#leistungen .et_pb_module.et_pb_blurb:hover,
#services .et_pb_module.et_pb_blurb:hover,
#ueber-uns .et_pb_module.et_pb_blurb:hover,
#fuhrpark .et_pb_module.et_pb_blurb:hover {
    box-shadow: var(--box-shadow);
    -webkit-transition: all .2s;
    transition: all .2s;
}

#aktuelles article h2,
#aktuelles article h3,
#blog.wide article h3,
#leistungen .et_pb_module.et_pb_blurb h3,
#services .et_pb_module.et_pb_blurb h3,
#ueber-uns .et_pb_module.et_pb_blurb h3,
#fuhrpark .et_pb_module.et_pb_blurb h3 {
    color: var(--primary);
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 26px;
    padding-bottom: 15px;
}

#aktuelles article h2,
#aktuelles article h3,
#blog.wide article h2 {
    max-width: 90%;
    margin: 0 auto;
}

#aktuelles article p.post-meta,
#blog.wide article p.post-meta {
    display: none;
}

#aktuelles article:not(.dgbc_post_item) div.post-content,
#blog.wide article div.post-content {
    padding: 0 30px 50px 30px;
}

#blog.wide .et_pb_module.et_pb_posts {
    margin-top: 60px;
}

#blog.wide article a.more-link {
    display: inline-block;
    margin-top: 30px;
}

#aktuelles article .content-wrapper {
    padding: 20px;
}

#aktuelles .dgbc_post_item .dg_read_more_wrapper {
    text-align: center;
    margin-top: 30px;
}

#aktuelles .dgbc_blog_carousel .dgbc_post_item .dg-post-thumb {
    height: 220px;
}

#aktuelles .dgbc_blog_carousel .dgbc_post_item .dg-post-thumb img {
    object-fit: cover;
    height: 100%;
}

#aktuelles .dgbc_carousel_wrapper .swiper-button-next:after,
#aktuelles .dgbc_carousel_wrapper .swiper-button-prev:after {
    color: var(--alternative) !important;
    font-size: 48px;
    font-weight: bold;
}

#leistungen .et_pb_module.et_pb_blurb,
#services .et_pb_module.et_pb_blurb,
#ueber-uns .et_pb_module.et_pb_blurb {
    padding: 50px 30px;
}

#aktuelles .content-wrapper {
    padding: 30px;
}

#ueber-uns.personal .et_pb_module.et_pb_blurb {
    padding: 0;
}

#ueber-uns.personal .et_pb_module.et_pb_blurb .et_pb_blurb_container {
    padding: 25px 30px 30px 30px;
}

#fuhrpark .et_pb_blurb_content {
    max-width: unset;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

#fuhrpark .et_pb_module.et_pb_blurb {
    padding: 0;
}

#fuhrpark .et_pb_blurb_container {
    position: relative;
    padding: 30px 30px 0 30px;
}

#fuhrpark .et_pb_module.et_pb_blurb .et_pb_main_blurb_image,
#ueber-uns.personal .et_pb_module.et_pb_blurb .et_pb_main_blurb_image {
    width: 100%;
    margin-bottom: 0;
    display: block;
    position: relative;
}

#fuhrpark .et_pb_module.et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
    height: 300px;
}

#fuhrpark .et_pb_module.et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
    height: 300px;
    object-fit: cover;
}

/* #fuhrpark .et_pb_main_blurb_image::before {
    content: url('/wp-content/themes/benzdigital/img/truck-light.svg');
    background: var(--primary);
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
} */

#leistungen .et_pb_module.et_pb_blurb .et_pb_main_blurb_image,
#services .et_pb_module.et_pb_blurb .et_pb_main_blurb_image,
#ueber-uns .et_pb_module.et_pb_blurb .et_pb_main_blurb_image {
    width: 63px;
    margin-bottom: 25px;
}

#leistungen .et_pb_module.et_pb_blurb .et_pb_blurb_container,
#services .et_pb_module.et_pb_blurb .et_pb_blurb_container,
#ueber-uns .et_pb_module.et_pb_blurb .et_pb_blurb_container {
    text-align: center;
}

#fuhrpark .et_pb_module.et_pb_blurb .et_pb_blurb_container {
    text-align: left;
}

/* Blurb / Infobox mit Bild */

#leistungen .blurb_width_img .et_pb_module.et_pb_blurb,
#services .blurb_width_img .et_pb_module.et_pb_blurb,
#ueber-uns .blurb_width_img .et_pb_module.et_pb_blurb,
.blurb_width_img .et_pb_module.et_pb_blurb {
    padding: 0;
}

#leistungen .blurb_width_img .et_pb_module.et_pb_blurb .et_pb_main_blurb_image,
#services .blurb_width_img .et_pb_module.et_pb_blurb .et_pb_main_blurb_image,
#ueber-uns .blurb_width_img .et_pb_module.et_pb_blurb .et_pb_main_blurb_image {
    width: 100%;
}

#leistungen .blurbs_width_logo .et_pb_module.et_pb_blurb .et_pb_main_blurb_image,
#services .blurbs_width_logo .et_pb_module.et_pb_blurb .et_pb_main_blurb_image,
#ueber-uns .blurbs_width_logo .et_pb_module.et_pb_blurb .et_pb_main_blurb_image {
    width: 100%;
}

#leistungen .blurbs_width_logo .et_pb_module.et_pb_blurb .et_pb_main_blurb_image img,
#services .blurbs_width_logo .et_pb_module.et_pb_blurb .et_pb_main_blurb_image img,
#ueber-uns .blurbs_width_logo .et_pb_module.et_pb_blurb .et_pb_main_blurb_image img {
    max-height: 60px;
    margin: 0 auto;
    width: 180px;
    max-width: 80%;
    object-fit: contain;
}

.blurb_width_img .et_pb_blurb_description,
.blurb_width_img .et_pb_module.et_pb_blurb h3 {
    padding: 0 30px;
}

.blurb_width_img .et_pb_blurb_description {
    padding-bottom: 50px;
}

/*================================================
            Ablauf des Transports
================================================*/

#ablauf .et_pb_row:nth-child(2) .et_pb_column {
    position: relative;
    background: var(--white);
    border-radius: 50%;
    box-shadow: var(--box-shadow);
}

@media only screen and ( min-width: 1100px ) {
    #ablauf .et_pb_row:nth-child(2) .et_pb_column:not(:last-of-type)::before {
        content: "";
        background: var(--lightgrey);
        height: 8px;
        width: 80px;
        margin: auto;
        position: absolute;
        top: 0;
        right: -80px;
        bottom: 0;
    }
}

#ablauf .et_pb_row:nth-child(2) .et_pb_column::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#ablauf .et_pb_module.et_pb_blurb {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#ablauf .et_pb_module.et_pb_blurb::after {
    content: '01';
    position: absolute;
    top: -25px;
    right: -40px;
    height: 100px;
    width: 100px;
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--box-shadow);
    border-radius: 50%;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 47px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#ablauf .et_pb_row:nth-child(2) .et_pb_column:nth-of-type(2) .et_pb_blurb::after {
    content: '02';
}

#ablauf .et_pb_row:nth-child(2) .et_pb_column:nth-of-type(3) .et_pb_blurb::after {
    content: '03';
}

#ablauf .et_pb_blurb_content {
    width: 85%;
}

#ablauf .et_pb_module.et_pb_blurb .et_pb_main_blurb_image {
    width: 53px;
    margin-bottom: 25px;
}

#ablauf .et_pb_module.et_pb_blurb h3 {
    color: var(--primary);
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#ablauf .et_pb_module.et_pb_blurb .et_pb_blurb_container {
    text-align: center;
}

@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) {
    #ablauf .et_pb_module.et_pb_blurb h3 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 6px;
    }

    #ablauf .et_pb_blurb_description {
        font-size: 14px;
        line-height: normal;
    }

    #ablauf .et_pb_module.et_pb_blurb .et_pb_main_blurb_image {
        margin-bottom: 15px;
    }
}

@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {
    #ablauf .et_pb_module.et_pb_blurb h3 {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 6px;
    }

    #ablauf .et_pb_blurb_description {
        font-size: 14px;
        line-height: normal;
    }

    #ablauf .et_pb_module.et_pb_blurb .et_pb_main_blurb_image {
        display: none;
    }
}

@media only screen and ( min-width: 981px ) and ( max-width: 1405px ) {
    #ablauf .et_pb_row:nth-child(2) .et_pb_column {
        width: calc((100% - 90px) / 3);
        margin-right: 30px;
    }
}

@media only screen and ( max-width: 980px ) {
    #ablauf .et_pb_row:nth-child(2) .et_pb_column {
        max-width: 450px;
        margin: 0 auto;
        float: unset;
        margin-bottom: 60px;
    }

    #ablauf .et_pb_row:nth-child(2) .et_pb_column:last-of-type {
        margin: 0 auto !important;
    }
}

/*================================================
            5 Gründe…
================================================*/

#gruende .et_pb_module.et_pb_blurb .et_pb_blurb_description::before {
    content: '';
    background: var(--gradient);
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#gruende .et_pb_module.et_pb_blurb .et_pb_blurb_description {
    padding: 291px 20px 30px 20px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    font-family: var(--secondary_font);
    color: var(--white);
    z-index: 1;
    position: relative;
}

/*================================================
            FAQ
================================================*/

#faq .et_pb_toggle.et_pb_module {
    background: transparent;
    border: 1px solid var(--lightgrey);
    margin-bottom: 15px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#faq .et_pb_toggle.et_pb_module.et_pb_toggle_open {
    border-color: var(--primary);
}

#faq .et_pb_toggle_title:before {
    color: var(--primary);
    font-size: 24px;
}

#faq .et_pb_toggle h3 {
    font-weight: bold;
    color: var(--primary);
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#faq .et_pb_toggle_close h3 {
    color: var(--body);
    font-weight: normal;
}

#faq .et_pb_toggle_content {
    padding-top: 10px;
}

/* Pagenavi */

#blog > div > div > div.et_pb_module.et_pb_posts.et_pb_bg_layout_light > div > div {
    margin: 0 auto;
}

/*================================================
    single.php // Blogbeitrag
================================================*/

.single article {
    max-width: 768px;
    margin: 0 auto;
}

.single article img {
    margin-bottom: 30px;
}

.single .wp-caption {
    border: 1px solid var(--lightgrey);
    text-align: center;
    background-color: unset;
    margin-bottom: 10px;
    max-width: unset;
    padding: 0;
}

.single .wp-caption p.wp-caption-text {
    font-size: 14px;
    font-style: italic;
}

@media only screen and ( max-width: 980px ) {
    .single .et_pb_section.wide {
        padding-top: 0;
    }
}

/*================================================
            Additional Content / SEO Texte
================================================*/

#additional_content .et_pb_row .et_pb_module,
.et-db #et-boc .et-l #additional_content .et_pb_row .et_pb_module {
    max-width: var(--semiwide);
    margin: 0 auto;
}

#additional_content h2 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 38px;
    padding-bottom: 15px;
}

#additional_content h2:not(:first-of-type) {
    margin-top: 40px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
}

#additional_content h3, #additional_content h4, #additional_content h5, #additional_content h6 {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    margin-top: 40px;
    padding-bottom: 15px;
}

.tmp_img img {
    object-fit: contain;
    aspect-ratio: 768/402;
    padding: 1.4em;
}


/*================================================
    breadcrumbs
================================================*/

#breadcrumbs {
    margin-bottom: 1em;
}

#breadcrumbs a {
    font-weight: normal;
}

div.breadcrumb_last {
    font-weight: bold;
    display: inline-block;
}

/*================================================
    post archives // related posts
================================================*/
#post_archive, #related_posts {
    max-width: 80%;
    margin: 0 auto;
    margin-top: 4rem;
}

#related_posts h2,
#post_archive h2 {
    margin-bottom: 20px;
}

#related_posts article,
#post_archive article {
    box-shadow: var(--box-shadow);
    background-color: var(--white)
}

#related_posts article img,
#post_archive article img {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

#related_posts article .content,
#post_archive article .content {
    padding: 0 20px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#related_posts article h3,
#post_archive article h3 {
    line-height: 1.2em;
}

#post_archive article h2.like_h3 {
    font-size: 1.6em;
    line-height: 1.2em;
}

#related_posts article h3.like_h2 {
    font-size: 1.6em;
    line-height: 1.2em;
    margin: unset;
}

#related_posts article .read_more,
#post_archive article .read_more {
    display: inline-block;
    margin: 2em 0 20px 0;
    font-size: 11px;
    letter-spacing: 0.21px;
    text-align: center;
    border-radius: 18.75px;
    font-weight: bold;
    text-transform: none;
    padding: 6px 28px;
    border: 2px solid #000;
    transition: all 300ms ease 0ms;
}

/* CTA Break */

#post_archive article.cta_break {
    background: var(--primary);
    position: relative;
}

div.cta_break {
    background-color: var(--primary);
    color: var(--white);
    padding: 2em;
    text-align: center;
    margin: 1em 0 0 0;
}

div.cta_break p:first-of-type {
    font-size: 1.4em;
}

div.cta_break a:not(.read-more) {
    color: var(--white);
    font-weight: bold;
}

div.cta_break a.read_more {
    background-color: var(--white);
    color: var(--primary);
    border-color: var(--white);
    width: fit-content;
    margin: 1.4rem auto 0 auto;
    display: block;
    border-radius: 18.75px;
    font-weight: bold;
    text-transform: none;
    padding: 6px 28px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

div.cta_break .read_more:hover {
    filter: brightness(90%);
}

@media only screen and ( max-width: 980px ) {
    #post_archive article.cta_break {
        padding: 4em 0;
    }
}

#post_archive article.cta_break a.link_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#post_archive article.cta_break .content {
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#post_archive article.cta_break .content p {
    text-align: center;
    font-size: 16px;
}

#post_archive article.cta_break .content a:not(.read_more) {
    color: var(--white);
    font-weight: bold;
}

#post_archive article.cta_break .read_more {
    color: var(--white);
    border-color: var(--white);
    width: fit-content;
    margin: 0 auto;
    margin-top: 1.4rem;
}

/* Even more content */

div.more_content {
    max-width: 720px;
    width: 80%;
    margin: 0 auto;
    margin-top: 4rem;
}

div.more_content h2 {
    font-size: 1.5em;
    line-height: 1.2em;
}

div.more_content h3 {
    font-size: 1.3em;
    line-height: 1.2em;
}

/*================================================
    Meta Information
================================================*/

#meta_information {
    font-size: .8em;
}

@media only screen and ( min-width: 768px ) {
    #meta_information span:not(:last-of-type) {
        margin-right: 1em;
    }
}

@media only screen and ( max-width: 767px ) {
    #meta_information span {
        display: block;
    }
}

/*================================================
    Inhaltsverzeichnis
================================================*/

#table_of_content {
    background: rgba(249, 249, 249, 0.5) none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    margin-bottom: 1em;
    padding: 20px;
    width: auto;
}

#table_of_content strong {
    font-size: 1.6em;
    margin-bottom: .6em;
    color: var(--darker);
    display: block;
}

#table_of_content ol {
    counter-reset: item;
    list-style: initial;
    padding-bottom: 0;
}

#table_of_content ol ol {
    padding-left: 1em;
}

#table_of_content li {
    display: block
}

#table_of_content li a {
    color: var(--darker);
}

#table_of_content li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    color: var(--darker);
    padding-right: 0.5em;
}

/* bild */

div.wp-caption {
    width: 100%;
    background-color: unset;
}

/*================================================
    Key Takeaways
================================================*/

#key_takeaways {
    font-size: 1.4em;
    margin: 50px auto;
    font-style: italic;
    color: var(--body);
    padding: 1.2em 30px 1.2em 75px;
    border-left: 8px solid var(--primary);
    line-height: 1.6;
    position: relative;
    background: #EDEDED;
}

#key_takeaways::before {
    content: "\201C";
    color: var(--primary);
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

#key_takeaways::after {
    content: '';
}

#key_takeaways footer {
    display: block;
    color: var(--body);
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
    text-align: right;
    font-size: initial;
    background: transparent;
}

/*================================================
    WP-PageNavi
================================================*/

div.wp-pagenavi {
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
    color: var(--primary) !important;
}