/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/

/*@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800&display=swap');*/

.additional-article-data {
    text-align: right;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 1.5;
}

.additional-article-data a.custom-author {
    color: #444444 !important;
    font-weight: bold;
}

.additional-article-data .article-date {
    font-weight: bold;
}

.lwptoc_item a.activeScroll {
    font-weight: bold;
    color: green !important;
    padding-left: 3px;
    margin-left: -5px;
    display: block;
}

/*********/

/**** ALTER CODE *****/
@media only screen and (max-width: 767px) {
    h1:not(.home-title) {
        font-size: 28px !important;
        font-weight: 700 !important;
    }

    h2 {
        font-size: 26px !important;
        font-weight: 700 !important;
    }
}

.main_color blockquote {
    color: #000000 !important;
}

.slide-meta {
    display: none;
}

.main_color strong,
.alternate_color strong {
    color: inherit;
}

.news-time {
    display: none !important;
}

#top #avia-menu .av-language-switch-item {
    display: none;
}

.av_promobox {
    margin-top: 0 !important;
}

.avia-button.avia-size-large {
    font-size: 16px;
}

.wq_quizCtr {
    width: 80% !important;
    padding: 40px 40px 40px;
    margin: 60px auto;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    background: #fff;
}

.wq_quizProgressBarCtr {
    display: none !important;
}

.wq_quizProgressNumber {
    position: absolute;
    right: -50px;
    top: -50px;
    background: #72b944;
    color: #fff;
    padding: 65px 65px 25px 25px;
    border-radius: 50%;
    font-size: 18px;
}

.wq_questionTextCtr {
    float: none !important;
    text-align: center;
    background: #fff !important;
    margin: 30px 20px;
}

.wq_questionTextCtr h4 {
    font-size: 22px !important;
    font-weight: normal;
}

.wq_questionTextCtr h4 small {
    font-size: 18px !important;
    margin: 10px 0 !important;
    display: block;
}

.wq_questionAnswersCtr {
    text-align: center;
}

.wq_answersWrapper {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

.wq_answersWrapper .wq_singleAnswerCtr {
    float: left;
    margin-bottom: 0;
    border-width: 1px 0 1px 1px !important;
    font-size: 22px !important;
    line-height: 30px !important;
}

.wq_answersWrapper .wq_singleAnswerCtr:first-child {
    border-radius: 4px 0 0 4px;
}

.wq_answersWrapper .wq_singleAnswerCtr:last-child {
    border-width: 1px 1px 1px 1px !important;
    border-radius: 0 4px 4px 0;
}

.wq_answersWrapper .wq_singleAnswerCtr:hover {
    background: #72b944 !important;
    color: #fff !important;
}

.wq_answersWrapper .wq_singleAnswerCtr .wq_answerTxtCtr {
    background-image: none;
    padding: 0 10px;
}

.wq_singleResultWrapper {
    display: none;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
}

.wq_retakeQuizCtr {
    display: none;
    position: absolute;
    left: -50px;
    top: -50px;
    background: #72b944;
    color: #fff;
    padding: 65px 25px 25px 65px;
    border-radius: 50%;
    font-size: 18px;
}

.wq_retakeQuizCtr .wq_retakeQuizBtn {
    background-color: #72b944;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
}

.wq_retakeQuizCtr .wq_retakeQuizBtn i {
    color: #fff;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    margin: 13.8px 0 0;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: #72b944;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type="range"]::-webkit-slider-thumb {
    border: 8px solid #000;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #72b944;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: #72b944;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}

input[type="range"]::-moz-range-thumb {
    border: 8px solid #000;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #72b944;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

input[type="range"]::-ms-fill-upper {
    background: #72b944;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
}

input[type="range"]::-ms-thumb {
    border: 8px solid #000;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    height: 8.4px;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #72b944;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #72b944;
}

.tickmarks {
    width: 100%;
    height: 10px;
    padding: 0 16px;
}

.tic {
    float: left;
    display: inline-block;
    width: 11.11%;
    border-left: 1px solid #000 !important;
    height: 10px;
}

.tic:last-child {
    border-right: 1px solid #000 !important;
}

.wq_slider-value {
    font-size: 20px;
    margin: 15px 0;
}

.wq_btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f2f2f2;
    padding: 15px 25px;
    margin: 0 0 15px 0;
    line-height: 30px;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    border-radius: 4px;
}

.wq_btn:hover {
    background: #72b944;
    color: #fff;
}

.news-thumb {
    border: none;
}

.news-thumb {
    padding: 0;
}

.news-thumb img,
.news-thumb img {
    width: 36px;
    height: 36px;
}

.av-magazine-thumbnail {
    border: none !important;
}

#top .avia_ajax_form.avia-mailchimp-form input[type="text"] {
    color: #000000;
}

#top .avia_ajax_form.avia-mailchimp-form input[type="submit"] {
    font-size: 20px;
    background: #f49a18 !important;
}

/**** Neuer Code *****/

/* =============================
 * WP Google Maps
==============================*/
.wpgmza-content-address-holder *,
.gm-style-iw * {
    font-size: 15px !important;
    line-height: 1.3;
    padding: 0 !important;
    margin: 0 !important;
    color: #7c7c7c;
}

.wpgmza-desc a {
    margin-bottom: 1em !important;
}

.wpgmza_map_image {
    max-width: 100px;
}

.wpgmza_map_image {
    border: none !important;
}

.wpgmza-content-address-holder p:last-child {
    display: none;
}

.dx-table-opening-times {
    width: 200px !important;
}

.dx-table-opening-times td {
    border: none !important;
    padding: 0;
}

.wpgmza_marker_list_class {
    flex-basis: 40% !important;
    display: flex;
    flex-wrap: wrap;
}

.dx-map__txt-opening-times {
    font-weight: bold;
    margin-top: 1em !important;
}

/* Sticky */
.wpgmza-sticky {
    border-color: orange !important;
    border-width: 2px !important;
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

.wpgmza-sticky .wpgmza_map_image {
    display: block;
}

.wpgmza-sticky a {
    color: #d68b00 !important;
}

@media (min-width: 860px) {
    #wpgmza_marker_list_1 {
        display: flex;
        flex-wrap: wrap;
    }

    .wpgmaps_mlist_row {
        width: 50% !important;
    }

    .wpgmza-sticky {
        width: 100% !important;
    }
}

@media (max-width: 860px) {
    .gm-style-iw.gm-style-iw-c {
        max-width: 250px !important;
    }

    .gm-style-iw-d {
        max-height: 300px !important;
    }
}

/* Remove images from Map where no image */
img[src="https://cbd360.de/wp-content/plugins/wp-google-maps-pro/images/no-image.jpg"] {
    display: none !important;
}

/* =============================
 *
==============================*/

/* Tabellen Hintergrundfarben */
table tr {
    background-color: #fff !important;
}

table thead tr {
    background-color: #e1e1e1 !important;
}

/* Anpassung Contentbreite Posts */
.single-post .container_wrap_first {
    max-width: 850px;
    margin: 0 auto;
}

/* Anpassung Contentbreite Archivseiten */
.archive .container_wrap_first {
    max-width: 900px;
    margin: 0 auto;
}

/* =============================
 * Redesign
==============================*/
/* Breadcrumbs */
.title_container {
    background-color: white;
}

/* Entfernt Border unter Breadcrumbs*/
.container_wrap_first {
    border-top: none;
}

.content {
    padding-top: 0 !important;
}

/* "Du bist hier" entfernen */
span.trail-before {
    display: none !important;
}

.title_container .breadcrumb {
    left: 50px;
}

/* Menü Schatten */
#header_main {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

/* Entfernt Breadcrumbs auf Startseite */
.page-id-7469 .title_container {
    display: none;
}

/* Verkleinert Logo aus Desktop */
@media (min-width: 767px) {
    .logo img {
        max-height: 40px;
        position: relative;
        top: 50%;
        transform: translatey(-50%);
    }
}

/* =============================
 * Gallery Bilder Breite
==============================*/
@media (min-width: 767px) {
    .blocks-gallery-item.cboxElement {
        max-width: 50%;
    }
}

/* =============================
==============================*/

.sticky {
    position: -webkit-sticky;
    position: sticky !important;
    top: 50%;
    left: -50px;
    margin-left: -10px;
    font-size: 20px;
    z-index: 100;
}

.responsive body.postid-19617 {
    overflow-x: visible;
}

.postid-19617 #wrap_all {
    overflow: visible;
}

/* =============================
 * CTA Box
==============================*/
.dx-cta-box {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    border: 1px solid #000;
    overflow: hidden;
    margin-bottom: 2em;
    position: relative;
    border: 1px solid #BBB !important;
    line-height: 1.6;
}

.dx-cta-box__badge {
    position: absolute;
    font-size: 0.9em;
    padding: 0.2em 0.3em;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px 0px 15px 0px;
}

.dx-cta-box__sec-logo,
.dx-cta-box__sec-prod-img,
.dx-cta-box__sec-descr {
    background-color: #f7f7f8;
}

.dx-cta-box__logo {
    display: block;
    max-width: 125px;
    margin: 1em auto 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 1em;
}

.dx-cta-box__prod-img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 125px;
    max-height: 125px;
}

.dx-cta-box__sec-descr {
    padding: 0 1em;
    justify-content: center;
}

.dx-cta-box__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

.dx-cta-box__list {
    margin-bottom: 1em;
}

.dx-cta-box__sec-cta {
    text-align: center;
    padding: 1em 0;
}

.dx-cta__preis {
    font-size: 1.5em;
    font-weight: bold;
}

.dx-cta__preis-pro-mg-cbd {
    font-size: 0.7em;
}

.dx-cta-box__btn {
    margin: 1em auto 0;
}

.dx-cta-box__sec-descr ul {
    list-style: none !important;
}

.dx-cta-box__sec-descr ul li::before {
    content: "✓";
    /* content: "\2713";
    font-family: entypo-fontello; */
    color: #008C15;
    position: relative;
    padding-right: 11px;
    margin-left: -23px;
}

.dx-cta__gutschein-code {
    font-size: 0.8rem;
    font-weight: bold;
    margin-top: 6px;
    line-height: 1.5;
}

@media (min-width: 860px) {
    .dx-cta-box {
        flex-direction: row;
    }

    .dx-cta-box__sec-logo {
        flex: 0 0 150px;
        justify-content: center;
        display: flex;
        align-content: center;
    }

    .dx-cta-box__logo {
        max-width: 125px;
        border-bottom: none;
        padding-bottom: 0;
        align-self: center;
        margin-top: 0px !important;
    }

    .dx-cta-box__sec-prod-img {
        flex: 0 0 150px;
        /*position: relative;*/
        display: flex;
    }

    .dx-cta-box__sec-prod-img--w-badge {
        padding-top: 1.5em;
    }

    /* Ursprüngliche verschobene Darstellung
      .dx-cta-box__prod-img {
          position: absolute;
          left: 50%;
          bottom: -3em;
          transform: translatex(-50%);
          max-width: 150px;
          max-height: 175px;
      }
      */
    .dx-cta-box__prod-img {
        align-self: center;
    }

    .dx-cta-box__sec-descr {
        flex: 1 1 200px;
        display: flex;
        flex-direction: column;
        padding: 1em 0;
    }

    .dx-cta-box__title {
        text-align: left;
    }

    .dx-cta-box__list {
        margin-bottom: 0;
    }

    .dx-cta-box__sec-cta {
        display: flex;
        flex-direction: column;
        flex: 0 0 200px;
        justify-content: center;
    }

    .dx-cta-box__btn {
        margin-top: 0.5em;
        align-self: center;
    }
}

@media (max-width: 859px) {
    .dx-cta-box {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* =============================
 * CTA Box - 3er Box
==============================*/
@media (min-width: 860px) {
    .dx-triple-promo .wp-block-group__inner-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .dx-triple-promo .wp-block-lazyblock-cta-box {
        width: 30%;
    }

    .dx-triple-promo .dx-cta-box {
        flex-direction: column;
    }

    .dx-triple-promo .dx-cta-box__title {
        text-align: center;
    }

    .dx-triple-promo .dx-cta-box__sec-descr {
        padding: 1em 0.5em;
        display: block;
    }

    .dx-triple-promo .dx-cta-box__sec-logo {
        display: none;
    }

    .dx-triple-promo .dx-cta-box__sec-prod-img {
        padding-top: 3em;
        flex: 0 0 215px;
    }

    .dx-triple-promo .dx-cta-box__prod-img {
        max-width: 160px;
        max-height: 160px;
    }
}

/* =============================
 * CTA Box - 4er Box
==============================*/
@media (min-width: 860px) {
    .dx-quadra-promo .wp-block-group__inner-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .dx-quadra-promo .wp-block-group__inner-container > div {
        width: 49%;
    }

    .dx-quadra-promo .dx-cta-box {
        flex-direction: column;
    }

    .dx-quadra-promo .dx-cta-box__title {
        text-align: center;
    }

    .dx-quadra-promo .dx-cta-box__sec-descr {
        padding: 1em 0.5em;
        display: block;
    }

    .dx-quadra-promo .dx-cta-box__sec-logo {
        display: none;
    }

    .dx-quadra-promo .dx-cta-box__sec-prod-img {
        padding-top: 3em;
        flex: 0 0 215px;
    }

    .dx-quadra-promo .dx-cta-box__prod-img {
        max-width: 160px;
        max-height: 160px;
    }
}

@media (min-width: 1100px) {
    .dx-quadra-promo .wp-block-group__inner-container {
        width: 1000px;
        margin-left: -100px;
    }

    .dx-quadra-promo .wp-block-group__inner-container > div {
        width: 24%;
    }
}

/* ==================================

===================================*/
.nocomments {
    display: none;
}

.dx-table tr:nth-child(odd) {
    background-color: #fff;
}

/* ==================================
   Multi Funnel Boxen
===================================*/
.dx-funnel-multi__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.dx-funnel-multi__link {
    text-decoration: none !important;
    color: inherit !important;
    width: 100%;
    margin-bottom: 1em;
}

@media (min-width: 767px) {
    .dx-funnel-multi__link {
        width: 48%;
    }
}

.dx-funnel-multi__list-item {
    display: block;
    width: 100%;
    background-color: #e1e1e1;
    padding: 1em 2em !important;
    border-radius: 5px;
    transition: 0.5s;
    margin: 0 !important;
}

.dx-funnel-multi__list-item:hover {
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
    -moz-box-shadow: 1px 1px 3px 1px #ccc;
    box-shadow: 1px 1px 3px 1px #ccc;
}

/* ==================================
   Vor- & Nachteile Box
===================================*/
.dx-comparison {
    margin: 1em 0;
}

.dx-comparison__container {
    background: #f6f6f6;
    padding: 1em;
    border-radius: 15px;
}

.dx-comparison__container--adv {
    margin-bottom: 1em;
}

.dx-comparison__list {
    list-style: none !important;
    margin: 0 !important;
}

.dx-comparison__list-item {
    margin: 0 !important;
    padding-left: 1.3em !important;
}

.dx-comparison__list-item:before {
    content: "";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.dx-comparison__list-item--adv:before {
    content: "✓";
    color: #71b744;
}

.dx-comparison__list-item--disadv:before {
    content: "✗";
    color: #be4765;
}

.dx-comparison__label {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1em;
}

@media (min-width: 767px) {
    .dx-comparison {
        display: flex;
        justify-content: space-between;
    }

    .dx-comparison__container {
        width: 48%;
    }

    .dx-comparison__container--adv {
        margin-bottom: 0;
    }
}

/* ==================================
   CTA - Product CONTAINER
===================================*/
/* Kaufenseite*/
.dx-container-cta-3 {
    display: flex !important;
}

@media (max-width: 1371px) {
    .dx-container-cta-3 {
        flex-direction: column;
    }
}

.dx-container-cta-product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4em;
}

@media (min-width: 1371px) {
    .dx-container-cta-product {
        flex-direction: row;
    }

    .dx-container-cta-product--3spalten > div {
        width: 32%;
    }

    .dx-container-cta-product--2spalten > div {
        width: 47%;
    }

    .dx-container-cta-product--3spalten:first-child {
        order: 2;
    }

    .dx-container-cta-product--3spalten:last-child {
        order: 3;
    }
}

/* ==================================
   CTA - Funnel Single
===================================*/
.dx-cta-funnel-single {
    border: 1px solid #fafafa;
    border-radius: 5px;
    padding: 2em 1em;
    text-align: center;
    position: relative;
    margin-top: 2em;
}

.dx-cta-funnel-single__main-txt {
    font-size: 1.2rem;
    font-weight: bold;
}

.dx-cta-funnel-single__sub-txt {
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width: 767px) {
    .dx-cta-funnel-single {
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: left;
    }

    .dx-cta-funnel-single__txt-container {
        flex-basis: 60%;
    }

    .dx-cta-funnel-single__sub-txt {
        margin-bottom: 0;
        margin-top: 0.5em;
    }
}

/* ==================================

===================================*/

@media (max-width: 767px) {
    .dx-img--mobile-center figure {
        float: none !important;
        margin: 0 auto !important;
    }
}

/* ==================================
   Akkordion
===================================*/
.dx-accordion ul {
    margin-bottom: 0;
}

/* ==================================
   Featured Image
===================================*/
/*NEU: Fügt Bildbeschreibung auf Bild als schwarzen Banner hinzu*/
.dx-featured-img {
    position: relative;
}

.dx-featured-img strong {
    display: block;
}

.dx-featured-img figcaption {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 1.2rem;
    line-height: 1.1;
    background-color: #000000ba;
    color: white;
    padding: 10px 25px 10px 10px;
    max-width: 300px;
}

@media only screen and (min-width: 1400px) {
    .dx-featured-img figcaption {
        display: block;
    }
}

/* ==================================
   STRUCTURED CONTENT FAQ
===================================*/
.dx-faq-accordion .accordion {
    margin: 0px !important;
    font-size: 1.1rem;
    border-top: grey solid 1px;
}

.dx-faq-accordion:first-child .accordion {
    border-top: none;
}

.dx-faq-accordion .panel {
    background-color: #f7f7f7;
}

.dx-faq-accordion .panel * {
    font-size: 1rem;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active,
.accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: "\002B"; /* Unicode character for "plus" sign (+) */
    font-size: 25px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212" !important; /* Unicode character for "minus" sign (-) */
}

/* ==================================
   TABELLEN
===================================*/
/* Fixed Enfolds veränderte Darstellung von Tabellen*/
.main_color .dx-table tr:nth-child(even) {
    color: inherit;
}

/* ==================================
   VERGLEICHSTABELLEN ALLGEMEIN
===================================*/
/* === Allgemeines Aussehen === */
.dx-table {
    caption-side: bottom;
    margin-top: 20px;
    margin-bottom: 0;
    table-layout: fixed;
}

.dx-table td,
.dx-table th {
    vertical-align: middle;
    padding-bottom: 15px;
    padding-top: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.dx-table td {
    width: 150px;
    text-align: center;
}

.dx-table th {
    width: 180px !important;
}

.dx-table caption {
    text-align: center;
}

@media (min-width: 1210px) {
    .dx-table {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

.dx-table ul {
    text-align: left;
    line-height: 1.2;
    margin-bottom: 0;
}

/* === Row - Head Label === */
.dx-table__row-head-label {
    background: white !important;
}

.dx-table__row-head-label td,
.dx-table__row-head-label th {
    border-top: white;
    border-left: white;
    border-right: white;
}

/* === Row - Produkt === */
.dx-table__row-produkt td {
    vertical-align: top;
}

/* Produktbild */
.dx-table__produkt-img {
    max-width: 30px;
    padding: 0 !important;
    margin: 8px auto 0 !important;
}

/* === Row - Bewertung === */
.dx-table__row-note td {
    font-size: 16px;
    font-weight: bold;
    color: #5e7c27;
}

/* === Row - Preis === */
.dx-table__row-preis td {
    font-weight: bold;
}

/* === Row - List === */
.dx-table__row-list td {
    vertical-align: top !important;
}

/* === Shop-Button === */
.dx-table__button {
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    line-height: 1.5;
}

/* === Row - Letzte Reihe mit Shopbutton === */
.dx-table__row-shop-button {
    background: white;
}

.dx-table__row-shop-button td,
.dx-table__row-shop-button th {
    border: none;
    border-color: white;
}

/* === Cell - Head === */
.dx-table__row-head-label td {
    padding: 5px 0 !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

/* === Cell - Head Label 1 === */
.dx-table--highlight1-col1 .dx-table__row-head-label td:nth-child(1),
.dx-table--highlight1-col2 .dx-table__row-head-label td:nth-child(2),
.dx-table--highlight1-col3 .dx-table__row-head-label td:nth-child(3),
.dx-table--highlight1-col4 .dx-table__row-head-label td:nth-child(4),
.dx-table--highlight1-col5 .dx-table__row-head-label td:nth-child(5) {
    background-color: orange !important;
}

/* === Cell - Head Label 2 === */
.dx-table--highlight2-col1 .dx-table__row-head-label td:nth-child(1),
.dx-table--highlight2-col2 .dx-table__row-head-label td:nth-child(2),
.dx-table--highlight2-col3 .dx-table__row-head-label td:nth-child(3),
.dx-table--highlight2-col4 .dx-table__row-head-label td:nth-child(4),
.dx-table--highlight2-col5 .dx-table__row-head-label td:nth-child(5) {
    background-color: #7cd1de !important;
}

/* === Spalten Highlight 1 === */
.dx-table--highlight1-col1 tr td:nth-child(1),
.dx-table--highlight1-col1 tr th:nth-child(1),
.dx-table--highlight1-col2 tr td:nth-child(2),
.dx-table--highlight1-col2 tr th:nth-child(2),
.dx-table--highlight1-col3 tr td:nth-child(3),
.dx-table--highlight1-col3 tr th:nth-child(3),
.dx-table--highlight1-col4 tr td:nth-child(4),
.dx-table--highlight1-col4 tr th:nth-child(4),
.dx-table--highlight1-col5 tr td:nth-child(5),
.dx-table--highlight1-col5 tr th:nth-child(5) {
    background: #fff6e6;
}

/* === Spalten Highlight 2 === */
.dx-table--highlight2-col1 tr td:nth-child(1),
.dx-table--highlight2-col1 tr th:nth-child(1),
.dx-table--highlight2-col2 tr td:nth-child(2),
.dx-table--highlight2-col2 tr th:nth-child(2),
.dx-table--highlight2-col3 tr td:nth-child(3),
.dx-table--highlight2-col3 tr th:nth-child(3),
.dx-table--highlight2-col4 tr td:nth-child(4),
.dx-table--highlight2-col4 tr th:nth-child(4),
.dx-table--highlight2-col5 tr td:nth-child(5),
.dx-table--highlight2-col5 tr th:nth-child(5) {
    background: #e6fff9;
}

/* ==================================
   VERGLEICHSTABELLEN--SHOPVERGLEICH
===================================*/
/* Produktbild */
.dx-table--shopvergleich .dx-table__produkt-img {
    max-width: 130px;
    padding: 0 !important;
    margin: 8px auto 0 !important;
}

.dx-table--shopvergleich td {
    width: 160px;
}

/* ==================================
   FB Group CTA
===================================*/
.dx-fb-group {
    background-color: #3b5998;
    color: white !important;
    border-radius: 5px;
    margin: 2em 0;
    padding: 1.5em 1em;
    text-align: center;
    background-image: url(https://cbd360.de/wp-content/uploads/click-icon.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 95% 10%;
    transition: 0.4s;
}

.dx-fb-group:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.dx-fb-group__txt * {
    color: white !important;
}

.dx-fb-group .dx-fb-group__img {
    width: 50px;
    margin: 0 auto 1em;
}

.dx-fb-group img {
    margin: 0 !important;
    padding: 0 !important;
}

/*.dx-fb-group {
	display: flex;
	background-color: #3B5998;
	color: white;
	border-radius: 5px;
	padding: .75em 1.5em;
	align-items: center;
}
.dx-fb-group .dx-fb-group__img{
	width: 50px;
	margin-right: 2em;
}*/

/* ====================
   Footnotes
==================== */
.footnote_plugin_tooltip_text {
    font-size: 0.7rem;
    line-height: 1.9;
}

.footnote_container_prepare > p > span:first-child {
    padding-left: 0px !important;
}

/* ====================
   List Multicolumn
==================== */
@media (min-width: 767px) {
    .dx-list-multi-column {
        display: flex;
        flex-wrap: wrap;
    }

    .dx-list-multi-column li {
        box-sizing: border-box;
    }

    .dx-list-multi-column--30 li {
        flex: 1 0 30%;
    }

    .dx-list-multi-column--45 li {
        flex: 1 0 45%;
    }
}

/* ====================
   Responsive iFrame
==================== */
.dx-iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.dx-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ====================
   DIV LINK
==================== */
.dx-div-link {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
}

/* ==================================
   ALLGEMEIN
===================================*/
/*ul {
	font-size: 1rem;
}*/
/* Fügt Whitespce über Überschriften hinzu*/
h2:not(.section-title) {
    margin-top: 2em !important;
}

h3:not(.section-title,.clear-css) {
    margin-top: 1.5em !important;
}

@media only screen and (max-width: 500px) {
    .archive.category .slide-entry-wrap,
    .archive.category .slide-entry-wrap .slide-entry {
        margin-bottom: 0 !important;
    }

    .archive.category .avia-content-slider .slide-entry-title {
        margin-top: 10px !important;
        margin-bottom: 50px !important;
        font-size: 20px !important;
    }
}

/* Verhindert hinzufügen von Whitespace über Layout Editor Headings (bricht sonst das Design)*/
.av-special-heading-tag {
    margin-top: 0 !important;
}

/*====== Evergreen Links =====*/
.dx-evergreen-links {
    background-color: #eaeaea;
    padding: 1em;
    margin: 1.5em 0;
    border-radius: 5px;
    font-size: 0.8rem !important;
    border-left: double #719430 5px !important;
}

.dx-evergreen-links * {
    margin: 0;
    line-height: 1.3 !important;
}

/*======  =====*/
.dx-bg-text {
    margin-top: 2em;
}

.dx-bg-text + h3 {
    margin-top: 0 !important;
}

/*====== CBD LIQUID SEITE =====*/
/*Seite schmaler machen*/
.postid-128 #main .container,
.postid-14275 #main .container {
    max-width: 890px;
}

@media (min-width: 1210px) {
    .postid-128 .dx-container-table {
        overflow: visible !important;
        position: relative;
    }

    .postid-128 .dx-container-table--produkte {
        height: 1065px;
    }

    .postid-128 .dx-container-table--shop {
        height: 770px;
    }

    .postid-128 .dx-container-table--produkte {
        height: 1458px;
    }

    .postid-128 .dx-product-table,
    .postid-128 .dx-shop-table {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

/*** Modified Date Shortcode ***/
/*
.page-last-modified{
	position: relative;
	top: 20px;
	font-size: .9rem;
}*/
.page-modified-author:before {
    content: "\e80a";
    font-family: "entypo-fontello";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.2em;
}

/*** TOC PLUGIN ***/
#ez-toc-container {
    background-color: white;
    border: none;
    padding: 0;
    box-shadow: none;
    margin-bottom: 3em;
}

.ez-toc-title {
    text-transform: uppercase;
    border-bottom: 2px solid #71b744 !important;
    font-size: 20px !important;
}

.ez-toc-title-container {
    margin-bottom: 1em !important;
}

.ez-toc-list li {
    margin-bottom: 0.3em !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.ez-toc-list li a {
    color: #71b744 !important;
}

.ez-toc-list li:before {
    content: "\e877";
    font-family: "entypo-fontello";
    display: inline-block;
    margin-left: 0.1em; /* same as padding-left set on li */
    width: 1em; /* same as padding-left set on li */
    color: #71b744;
}

/***************************/
b {
    color: #444 !important;
}

header.entry-content-header {
    display: none;
}

/*** NEUE BEITRÄGE LAYOUT ***/
.postid-308 #main .container,
.postid-1977 #main .container,
.postid-647 #main .container,
.postid-123 #main .container,
.postid-17142 #main .container,
.postid-1339 #main .container,
.postid-15242 #main .container,
.postid-17848 #main .container,
.postid-18664 #main .container,
.postid-18392 #main .container,
.postid-19617 #main .container,
.postid-2022956 #main .container {
    max-width: 890px;
}

@media (min-width: 1210px) {
    .dx-container__produkttabelle,
    .postid-1977 .dx-container-table {
        overflow: visible !important;
        position: relative;
    }

    .dx-container__produkttabelle--kristalle {
        height: 1100px;
    }

    .postid-1977 .dx-container-table--produkte {
        height: 1458px;
    }

    .dx-product-table,
    .postid-1977 .dx-product-table {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

/*** TABLE OF CONTENTS***/
.dx-toc {
    list-style: none !important;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1em 0;
}

.dx-toc__a {
    padding: 0 1em 0 0;
    margin-right: 1em;
    border-right: 1px solid #bcbfc5;
}

.dx-container-toc__toc-title {
    font-style: italic;
    text-decoration: underline;
}

.dx-toc__li {
    margin: 0 !important;
    font-weight: 700;
    font-size: 1rem;
}

.dx-toc__li:last-child .dx-toc__a {
    border: none;
}

.dx-h1 {
    line-height: 1.2 !important;
}

.dx-container {
    margin: 3em 0 !important;
}

/**** Swipe Icon ****/
@media (max-width: 767px) {
    .swipe-icon::after {
        background-image: url("https://cbd360.de/wp-content/uploads/swipe-icon.png");
        display: block;
        width: 50px;
        height: 50px;
        margin: 0 auto;
        background-size: 50px 50px;
        text-align: center;
        content: "";
        -webkit-animation: wobble-hor-bottom 4s infinite;
        animation: wobble-hor-bottom 4s infinite;
    }
}

@-webkit-keyframes wobble-hor-bottom {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

@keyframes wobble-hor-bottom {
    0%,
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }
    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

/**** product-table ****/
.dx-product-table {
    width: 100%;
    caption-side: bottom;
    border: 1px solid black;
    border-radius: 5px;
    border-spacing: 0;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

.dx-product-table__feature {
    text-align: left;
}

.dx-product-table caption {
    text-align: inherit;
}

.dx-product-table th {
    text-align: center;
    vertical-align: middle;
}

/**** product-table LIST ****/
.dx-product-table ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.dx-product-table li {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    padding-left: 1.5em;
}

.dx-product-table ul li:before {
    content: "\e879";
    font-family: "entypo-fontello";
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #507210;
}

.dx-product-table li:last-child {
    margin-bottom: 0;
}

/**** product-table BODERS & STYLING ****/
.dx-product-table td,
.dx-product-table th {
    padding: 1em 1em;
}

.dx-product-table tr:nth-child(even) {
    color: inherit;
}

.dx-product-table__img {
    display: block;
    margin: 0 auto;
    min-width: 100px;
}

.dx-product-table tr td:nth-child(2) {
    text-align: center;
}

/**** product-table SHOP-LINK ****/
.dx-product-table__shoplink {
    display: block;
    margin: -15em !important;
    padding: 15em !important;
    background: #83b821;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    max-width: none;
}

.dx-product-table__shoplink:hover,
.dx-product-table__shoplink:focus {
    background: #7d9d43;
    text-decoration: underline;
}

.dx-product-table td {
    overflow: hidden;
    vertical-align: middle !important;
}

/******* SHOPTABLE *******/
.dx-container-table {
    overflow-x: auto;
}

.dx-shop-table {
    width: 100%;
    caption-side: bottom;
    border: 1px solid black;
    border-radius: 5px;
    border-spacing: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.dx-shop-table caption {
    text-align: inherit;
}

.dx-shop-table th {
    text-align: center;
}

/**** SHOPTABLE LIST ****/
.dx-shop-table ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.dx-shop-table li {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
}

.dx-shop-table li:last-child {
    margin-bottom: 0;
}

/**** SHOP-TABLE BODERS & STYLING ****/
.dx-shop-table td,
.dx-shop-table th {
    padding: 1em 1em;
}

.dx-shop-table tr:nth-child(even) {
    color: inherit;
}

.dx-shop-table__img {
    display: block;
    margin: 0 auto;
    min-width: 100px;
}

/**** SHOP-TABLE SHOP-LINK ****/
.dx-shop-table__shoplink {
    display: block;
    margin: -10em !important;
    padding: 10em !important;
    background: #83b821;
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    text-align: center;
    max-width: none;
}

.dx-shop-table__shoplink:hover,
.dx-shop-table__shoplink:focus {
    background: #7d9d43;
    text-decoration: underline;
}

.dx-shop-table td {
    overflow: hidden;
    vertical-align: middle !important;
}

/**** STAR RATING ****/
.dx-star-rating {
    text-align: center;
    color: #d0d0d0;
    font-size: 1.3rem;
    display: flex;
}

.dx-star-rating--5 span:nth-child(-n + 5) {
    color: #ff9529;
}

.dx-star-rating--4 span:nth-child(-n + 4) {
    color: #ff9529;
}

.dx-star-rating--3 span:nth-child(-n + 3) {
    color: #ff9529;
}

.dx-star-rating--2 span:nth-child(-n + 2) {
    color: #ff9529;
}

.dx-star-rating--1 span:nth-child(-n + 1) {
    color: #ff9529;
}

#pushalert-ticker {
    display: none;
}

.av-buildercomment-unapproved {
    display: none;
}

/*MAILCHIMP FORM
#dx-mailchimp-form {
    border: 2px solid #aac59c;
    padding: 1rem;
    border-radius: 5px;
}

@media only screen and (min-width: 767px) {
    #dx-mailchimp-form {
        max-width: 500px;
        margin: 0 auto;
    }
}

.dx-mailchimp-form__heading {
    text-align: center;
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 767px) {
    .dx-ulist--mailchimp {
        max-width: 300px;
        margin: 0 auto;
    }
}

.dx-mailchimp-form__input::placeholder {
    color: #808080;
}
*/
/*** Unordered List with Icon ***/
.dx-ulist {
    list-style: none !important;
    padding: 0 !important;
}

.dx-ulist li {
    padding-left: 1.3em;
    margin-left: 0;
}

.dx-ulist li:before {
    content: "✓";
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    color: #507210;
}

/**************/

.dx-text-maincolor {
    color: #71b744;
}

.dx-text-highlight {
    padding: 0.7em 1em;
    border-left: 5px solid #71b744 !important;
    background-color: #fafafa;
    border-radius: 5px;
    color: #71b744;
    font-size: 1rem !important;
}

.dx-bg-text {
    color: #83c05c;
    font-size: 1rem;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 0;
}

.dx-bg-heading {
    margin-top: 0;
}

/*
 * .dx-bg-text{
	  position: absolute;
    bottom: 0;
    right: 0;
    color: #71b74463;
    font-size: 2rem;
    margin: 0 0 0px 0;
    font-style: italic;
    font-weight: 900;
}
*/

/****Neue CBD Kaufen Seite***/
@media only screen and (max-width: 767px) {
    main:not(.home) {
        padding-top: 1rem !important;
    }

    h1:not(.home-title) {
        font-size: 1.5rem;
        line-height: 1.2 !important;
    }
}

/****CBD SHOP TOP 3***/
@media only screen and (min-width: 769px) {
    .top-shops {
        display: flex;
        align-items: center;
    }
}

.top-shops {
    margin-top: 2rem;
    margin-bottom: 4rem !important;
}

.top-shops a {
    transition: box-shadow 0.3s;
}

.top-shops__image {
    margin-bottom: -6px;
}

.top-shops a:hover {
    box-shadow: 0 0 7px 2px #dc9521;
}

/********** BEM BLOCKS **********/
.dx-button {
    background-color: #83b821;
    border: none;
    border-radius: 3px;
    color: white !important;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
}

.dx-button:hover {
    background-color: #7f9e44;
}

.dx-button--orange {
    background-color: #ee791f;
}

.dx-button--orange:hover {
    background-color: #f08635;
}

.dx-button--highlight {
    background-color: #ee791f;
}

.dx-button--highlight:hover {
    background-color: #f08635;
}

.dx-button--i-arrow-r:before {
    content: "\2192";
    margin-right: 3px;
}

.dx-button--center-pos-relative {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.dx-promobox {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgb(225, 225, 225);
    color: rgb(20, 0, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: center;
}

@media only screen and (min-width: 800px) {
    .dx-promobox {
        flex-direction: row;
    }
}

.dx-sidebar-cta-box {
    text-align: center;
    padding-bottom: 1.5rem;
    background-color: #eee;
    border: 3px solid #56ab2f;
}

.dx-undecorated-link {
    text-decoration: none;
}

.dx-triangle-responsive {
    width: 100%;
    padding-bottom: 34%; /* = width / 1.41 */
    position: relative;
    overflow: hidden;
}

.dx-triangle-responsive:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #56ab2f;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;

    -webkit-transform: rotate(-20deg) skewX(50deg);
    -ms-transform: rotate(-20deg) skewX(50deg);
    transform: rotate(-20deg) skewX(50deg);
}

/********** BEM ELEMENTS **********/
@media only screen and (min-width: 800px) {
    .dx-promobox__container--text {
        flex-basis: 80%;
    }
}

@media only screen and (max-width: 799px) {
    .dx-promobox__button {
        display: block;
    }
}

@media only screen and (min-width: 800px) {
    .dx-promobox__container--button {
        flex-basis: 20%;
    }

    .dx-promobox__container--button {
        margin-left: 10px;
    }
}

.dx-sidebar-cta-box__header {
    position: relative;
    display: block;
    text-align: center;
    font-size: 1.1rem;
    color: white;
    background: #56ab2f; /* fallback for old browsers */
    background: -webkit-linear-gradient(
            to bottom,
            #9abf6d,
            #56ab2f
    ); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(
            to bottom,
            #9abf6d,
            #56ab2f
    ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 1.5rem 1rem 0 1rem;
    line-height: 1.4;
    text-decoration: none;
}

.dx-sidebar-cta-box__header b {
    color: white !important;
}

.dx-sidebar-cta-box__image {
    max-width: 60%;
    padding-right: 10px;
    margin-top: -10%;
    margin-bottom: 1.5rem;
}

.dx-sidebar-cta-box__button {
    display: block;
    margin: 0 1rem;
}

/********** BEM MODIFIER **********/
.dx-container--produkt-showcase {
    box-shadow: 0 0 5px 0 #c6c6c6;
    padding: 1rem;
}

@media only screen and (max-width: 799px) {
    .dx-promobox__container--button {
        width: 100%;
    }
}

.dx-sidebar-cta-box__button {
    display: block !important;
    margin: 0 1rem;
    background-color: #56ab2f !important;
}

/*Menü - Link: Styled den Link zur Übersicht*/
li.menu-more-link a {
    color: #71b744 !important;
    font-style: italic;
}

/*** Author Link ***/
/**
.author{
	display: flex;
	justify-content: center;
		padding: 1rem 0;
	border-top: 1px solid rgb(225, 225, 225)!important;
	border-bottom: 1px solid rgb(225, 225, 225);
	margin-top: 2rem;
}

.author__seperator{
	border-left-width: 1px;
    border-left-style: solid;
	padding: 0;
    display: inline-block;
	margin: 0 10px;
text-indent: -126px;
	vertical-align: bottom;
	overflow: hidden;
}
/*Author Link ausblenden auf Authoren Seite
.postid-9010 .author{
	display: none;
}
*/
/*.author_bio_section{
background: none repeat scroll 0 0 #F5F5F5;
padding: 15px;
border: 1px solid #ccc;
}

.author_name{
font-size:16px;
font-weight: bold;
}

.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}
*/

/*Zeigt langes BeitragsbildBild auf großen Bildschirmen an und kompaktes auf Kleinen*/
/*div.fi-mobile{
	display:none;
}

@media only screen and (max-width:600px){
	div.featured-image-block{
		display:none
	}
	div.fi-mobile{
	display:block;
	}
}
*/

/*Fügt Textbanner bei Beitragsbild hinzu*/
.featured-image-block {
    position: relative;
}

.featured-image-block span {
    display: inline-block;
}

.featured-image-description {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    font-size: 1.2rem;
    line-height: 1.1;
    background-color: #000000ba;
    color: white;
    padding: 10px 25px 10px 10px;
    max-width: 300px;
}

.featured-image-description__shops {
    max-width: 340px;
}

@media only screen and (min-width: 1400px) {
    .featured-image-description {
        display: block;
    }
}

.av-special-heading-h1 {
    margin-top: 0px !important;
}

/*** Discount ***/
.dx-discount {
    display: flex;
    flex-direction: column;
    border: 1px red dotted;
    background: #fdfefc;
    margin-bottom: 2em;
}

.dx-discount__inner {
    padding: 2em 1em;
}

.dx-discount__name {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.dx-discount__code-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5em;
}

.dx-discount__code {
    background: none;
    border: 1px dashed green;
    border-radius: 5px;
    padding: 1em 0.7em;
    font-size: 1.5rem;
    font-weight: 900;
    color: #71b744;
}

.dx-discount__code:hover {
    cursor: copy;
}

.dx-discount__copy-explanation {
    text-align: center;
    font-size: 0.8rem;
}

.dx-discount__shoplink {
    padding: 0.7em !important;
    width: 100%;
    margin-bottom: 0.5em;
}

.dx-discount__description {
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
}

.dx-shortcode-akkordion {
    margin-bottom: 0 !important;
}

.dx-shortcode-akkordion .su-spoiler-title {
    color: #83b821;
    font-weight: 400;
    padding-bottom: 0;
}

.su-spoiler-content {
    padding-left: 0 !important;
    font-size: 0.8rem !important;
}

/* ======================================================================*/
/* Höhe von Shoptabelle*/
@media (min-width: 1210px) {
    .dx-container-table--shop {
        height: 870px !important;
    }

    .dx-shop-table {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }

    .dx-container-table--produkte {
        height: 1600px;
    }

    .dx-container-table {
        overflow: visible !important;
        position: relative;
    }
}

/*=============================================================== Disable Sidebar below 1120px =============================================================== */

@media screen and (max-width: 1120px) {
    #top #main .sidebar {
        display: none;
    }

    main.template-page.content.av-content-small.alpha.units {
        width: 100%;
    }
}

/*=============================================================== Gutenberg Block: Funnel Kaufen Large =============================================================== */

.dx-cta-funnel-buy-large {
    border: 1px solid #fafafa;
    border-radius: 8px;
    padding: 15px 15px 0 15px;
    text-align: left;
    position: relative;
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    overflow: hidden;
    font-family: inherit;
}

.dx-cta-funnel-buy-large__txt-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px;
}

.dx-cta-funnel-buy-large__txt-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.dx-cta-funnel-buy-large__main-txt {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 10px;
    letter-spacing: 0.9px;
}

.dx-cta-funnel-buy-large__sub-txt {
    font-size: 1.5rem;
    font-weight: bolder;
    margin-bottom: 10px;
    letter-spacing: 0.9px;
}

.dx-cta-funnel-buy-large__description-txt {
    margin-bottom: 15px;
}

.dx-cta-funnel-buy-large__img-container {
    margin: 0px 15px 0px 40px;
    height: 180px;
    min-width: 133px;
}

.dx-cta-funnel-buy-large__img {
    height: 200px;
    margin-top: 10px;
}

.dx-cta-funnel-buy-large__btn {
    font-weight: bold;
    max-width: 300px;
    margin-top: 5px;
    font-size: 16px;
}

.dx-cta-color-bg-green {
    background-color: #81b454;
}

.dx-cta-color-bg-green:hover {
    background-color: #6b9645;
}

.dx-cta-color-txt-green {
    color: #81b454;
}

.dx-cta-color-bg-blue {
    background-color: #3e7ef4;
}

.dx-cta-color-bg-blue:hover {
    background-color: #3267c9;
}

.dx-cta-color-txt-blue {
    color: #3e7ef4;
}

.dx-cta-color-bg-orange {
    background-color: #d9813a;
}

.dx-cta-color-bg-orange:hover {
    background-color: #bd7033;
}

.dx-cta-color-txt-orange {
    color: #d9813a;
}

@media screen and (max-width: 990px) {
    .dx-cta-funnel-buy-large {
        flex-direction: column;
        align-items: center;
    }

    .dx-cta-funnel-buy-large__img-container {
        order: -1;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .dx-cta-funnel-buy-large__img {
        margin-top: 0;
        height: 180px;
    }

    .dx-cta-funnel-buy-large__main-txt {
        font-size: 1.4rem;
        font-weight: bolder;
        line-height: 1.3em;
    }

    .dx-cta-funnel-buy-large__sub-txt {
        font-size: 1.4rem;
        font-weight: bolder;
        line-height: 1.3em;
    }

    .dx-cta-funnel-buy-large__btn {
        max-width: 100%;
    }
}

@media screen and (max-width: 720px) {
    .dx-cta-funnel-buy-large__main-txt {
        font-size: 1.25rem;
    }

    .dx-cta-funnel-buy-large__sub-txt {
        font-size: 1.25rem;
    }
}

/*=============================================================== Gutenberg Block: Funnel Kaufen Small =============================================================== */

.dx-cta-funnel-buy-small {
    border: 1px solid #fafafa;
    border-radius: 8px;
    padding: 0px 15px 0 15px;
    text-align: left;
    position: relative;
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    font-family: "arial", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, sans-serif;
}

.dx-cta-funnel-buy-small__img-container {
    margin: 0px 15px 0px 15px;
    height: 120px;
    min-width: 86px;
}

.dx-cta-funnel-buy-small__img {
    height: 135px;
    margin-top: 5px;
}

.dx-cta-funnel-buy-small__main-txt {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.9px;
    margin: 0 15px 0 5px;
    text-align: center;
}

.dx-cta-funnel-buy-small__btn {
    font-weight: bold;
    min-width: 200px;
    font-size: 16px;
}

@media screen and (max-width: 990px) {
    .dx-cta-funnel-buy-small {
        flex-direction: column;
    }

    .dx-cta-funnel-buy-small__img {
        margin-top: 0;
    }

    .dx-cta-funnel-buy-small__img-container {
        margin-top: 10px;
        margin-bottom: 25px;
        text-align: center;
    }

    .dx-cta-funnel-buy-small__btn {
        margin: 15px 0px;
        width: 100%;
    }

    .dx-cta-funnel-buy-small__main-txt {
        text-align: center;
        line-height: 1.2em;
        font-size: 1.2rem;
    }
}

/*=============================================================== Gutenberg Block: "Akkordion" und "FAQ" =============================================================== */

.faq-accordion-title {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    margin-top: 8px !important;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.faq-active,
.faq-accordion-title:hover {
    background-color: #ccc;
}

.faq-accordion-content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-accordion-title:after {
    content: "\02795"; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.faq-active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/*===============================================================
 *  Category Archives
 *=============================================================== */

article > a.slide-image {
    height: 160px;
}

@media screen and (max-width: 1200px) {
    article > a.slide-image {
        height: 120px;
    }
}

.slide-entry-title {
    margin-top: 10px !important;
    text-align: center;
}

/*===============================================================  
 * Mautic Email Opt-Ins
 ================================================================*/

.mauticform-email {
    flex-grow: 1;
}

.mauticform-innerform {
    display: flex;
    align-items: flex-start;
}

.mauticform_wrapper:not(.clear-css) {
    margin: 10px auto;
}

.mauticform-error {
    margin-bottom: 10px;
    color: red;
}

.mauticform-message {
    margin-bottom: 10px;
    color: green;
}

.mauticform-helpmessage {
    display: block;
    font-size: 0.9em;
    margin-bottom: 3px;
}

.mauticform-errormsg {
    display: block;
    color: red;
    margin-top: 2px;
}

.mauticform-selectbox.mauticform-selectbox,
.mauticform-input.mauticform-input,
.mauticform-textarea.mauticform-textarea {
    width: 100% !important;
    padding: 15px !important;
    border: none !important;
    background: rgb(234, 234, 234) !important;
    box-shadow: 0px 0px 0px #fff inset !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    color: black !important;
    margin: 0 !important;
    font-size: 16px !important;
    font-family: inherit !important;
    line-height: 1.3em !important;
}

.mauticform-input::placeholder {
    color: #565656;
}

.mauticform-input:not(.clear-css):-ms-input-placeholder {
    color: #565656;
}

.mauticform-checkboxgrp-row {
}

.mauticform-checkboxgrp-label {
    font-weight: normal;
}

.mauticform-checkboxgrp-checkbox {
}

.mauticform-radiogrp-row {
}

.mauticform-radiogrp-label {
    font-weight: normal;
}

.mauticform-radiogrp-radio {
}

.mauticform-button-wrapper.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    color: #fff;
    background-color: #cf3427;
}

.mauticform-button {
    background: #cf0000;
    color: white;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: none !important;
    white-space: nowrap;
    padding: 15px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    line-height: 1.3em !important;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 200px;
}

.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
    background-color: #ffffff;
    border-color: transparent;
    opacity: 0.75;
    cursor: not-allowed;
}

.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
    display: inline;
}

.mauticform-page-wrapper {
    display: flex;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .mauticform-button {
        width: 100%;
        margin-left: 0;
        margin-top: 5px;
    }

    .mauticform-page-wrapper {
        flex-direction: column;
    }
}

/*=============================================================== Footer Styles =============================================================== */
#footer .no-margin-footer {
    margin: 0 !important;
}

.widget_nav_menu a {
    padding: 0px 3px !important;
    font-size: 1.3em;
    color: black !important;
}

.widget_nav_menu > div > ul > li > a:before {
    content: "- ";
}

.widgettitle {
    color: black !important;
    margin-bottom: 20px;
    font-size: 1.3em;
    text-transform: capitalize;
}

.copyright-footer-text {
    text-align: center;
    max-width: 860px;
    margin: 15px auto !important;
    line-height: 1.2em !important;
}

.footer-social-media-container {
    display: flex;
}

.social-media-footer-img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

#custom_html-3 {
    margin: 10px 0 0 0 !important;
}

#footer > .container {
    max-width: 1140px !important;
}

/*=============================================================== Email Opt-In Styles =============================================================== */

#email-optin-footer {
    text-align: center;
    width: 100%;
    max-width: 850px;
    margin: auto;
}

#email-optin-footer_heading {
    font-weight: 700 !important;
    font-size: 40px !important;
    line-height: 1em !important;
    margin-bottom: 8px;
}

#email-optin-footer_content {
    font-size: 18px !important;
    line-height: 1.2em !important;
    margin: 0 auto 25px auto;
}


/*=============================================================== Kommentar Checkbox für Benachrichtigungen
 * =============================================================== */

#commentform .comment-form-subscriptions label {
    position: relative;
    left: 0;
}

.comment-form-url {
    display: none;
}

/**=============================================================== Coupon Code Popup ===============================================================**/
.modal {
    position: fixed;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.modal-content {
    position: relative;
    background-color: white;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 5px;
}

.close-btn {
    float: right;
    color: lightgray;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover {
    color: darkgray;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.modal-image-container {
    text-align: center;
}

.modal-image {
    max-height: 150px;
}

.modal-main-text {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #787e80;
    font-size: 1.5rem !important;
}

.modal-coupon-code {
    border-radius: 5px;
    width: 100%;
    border: 3px dashed green;
    padding: 7px 0;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 0 !important;
    cursor: pointer;
}

#modal-coupon-code-to-copy {
    border: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1.15rem;
    background-color: transparent;
    color: rgba(80, 80, 80, 1);
    cursor: pointer;
}

#modal-coupon-code-to-copy:focus {
    outline-width: 0px;
}

.modal-coupon-code-copy-button {
    text-align: center;
    margin-top: 3px;
    font-size: 14px !important;
    cursor: pointer;
}

.modal-disclaimer {
    font-size: 1rem !important;
    line-height: 1.5em !important;
}

/** Coupon Code Block **/

.coupon__block-container {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    background-color: #fff;
    font-family: "nunito sans", "HelveticaNeue", "Helvetica Neue",
    "Helvetica-Neue", Helvetica, Arial, sans-serif;
    margin: 25px 0;
}

.coupon__row {
    display: flex;
    padding: 10px;
}

.coupon__discount-container {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 15px;
}

.coupon__discount-element {
    position: relative;
    border: 3px dashed green !important;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    font-weight: bold;
    color: #4d4d4d;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.coupon__discount-element-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
}

.coupon__discount-subtitle {
    background-color: #5b8d96;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.75rem;
    padding: 5px 0;
    font-weight: bold;
}

.coupon__content {
    padding: 0 15px;
    border-left: 1px dotted #ddd;
}

.coupon__exclusive-badge {
    background-color: #e6953f;
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.coupon__voucher-field {
    position: relative;
    display: inline-block;
    float: left;
    bottom: 0 !important;
    right: 0 !important;
    background: #e6953f;
    display: inline-block;
    padding: 6px 10px 6px 20px;
    width: 300px;
    color: #fff;
    border-radius: 3px;
    transition: background-color 250ms ease 0s;
    -webkit-transition: background-color 250ms ease 0s;
    -o-transition: background-color 250ms ease 0s;
    -moz-transition: background-color 250ms ease 0s;
    -ms-transition: background-color 250ms ease 0s;
    font-size: 14px;
    line-height: 1.42857143;
    text-decoration: none;
}

.coupon__voucher-text {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

.coupon__voucher-text:hover {
    text-decoration: none;
    color: white;
}

.coupon__voucher-field:hover {
    background: #ed9c2b;
    text-decoration: none;
}

.coupon__voucher-hidden-code {
    background-color: #ccc;
    border-radius: 3px !important;
    color: #888;
    font-size: 14px;
    cursor: pointer;
    direction: rtl;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 8px 6px 5px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    vertical-align: middle;
    white-space: nowrap;
}

.coupon__voucher-hidden-code:before {
    backface-visibility: hidden;
    background: rgba(0, 0, 0, 0) linear-gradient(
            15deg,
            #ce8436 0,
            #ce8436 65%,
            rgba(107, 176, 40, 0) 50%,
            rgba(255, 255, 255, 0) 100%
    ) no-repeat scroll 0 6px;
    background-position-x: 0px;
    background-position-y: 6px;
    border-radius: 5px;
    content: "";
    height: 30px;
    position: absolute;
    right: 14px;
    top: 7px;
    transform: rotateZ(60deg) translate(0px, -11px) scaleX(0.8);
    -webkit-transform: rotateZ(60deg) translate(0px, -11px) scaleX(0.8);
    -o-transform: rotateZ(60deg) translate(0px, -11px) scaleX(0.8);
    -moz-transform: rotateZ(60deg) translate(0px, -11px) scaleX(0.8);
    -ms-transform: rotateZ(60deg) translate(0px, -11px) scaleX(0.8);
    transition: transform 250ms ease 0s, background-position 250ms ease 0s;
    -webkit-transition: transform 250ms ease 0s, background-position 250ms ease 0s;
    -o-transition: transform 250ms ease 0s, background-position 250ms ease 0s;
    -moz-transition: transform 250ms ease 0s, background-position 250ms ease 0s;
    -ms-transition: transform 250ms ease 0s, background-position 250ms ease 0s;
    width: 40px;
    z-index: 1;
}

#scroll-top-link:hover, #av-cookie-consent-badge:hover {
    background-color: #e1e1e1;
    color: #77b701;
    border: 1px solid #e1e1e1;
}

#scroll-top-link:before {
    content: '\2191';
}

.coupon__voucher-hidden-code:after {
    content: "";
    background-color: #e6953f;
    bottom: 0;
    height: 32px;
    position: absolute;
    right: 25px;
    transform: skew(15deg, 0deg);
    -webkit-transform: skew(15deg, 0deg);
    -o-transform: skew(15deg, 0deg);
    -moz-transform: skew(15deg, 0deg);
    -ms-transform: skew(15deg, 0deg);
    transition: right 250ms ease 0s, background-color 250ms ease 0s,
    border-color 250ms ease 0s;
    -webkit-transition: right 250ms ease 0s, background-color 250ms ease 0s,
    border-color 250ms ease 0s;
    -o-transition: right 250ms ease 0s, background-color 250ms ease 0s,
    border-color 250ms ease 0s;
    -moz-transition: right 250ms ease 0s, background-color 250ms ease 0s,
    border-color 250ms ease 0s;
    -ms-transition: right 250ms ease 0s, background-color 250ms ease 0s,
    border-color 250ms ease 0s;
    width: 40px;
}

.coupon__voucher-field:hover .coupon__voucher-hidden-code:before {
    background-position: 0 0;
    transform: rotateZ(50deg) translate(-3px, 1px) scaleX(1);
    -webkit-transform: rotateZ(50deg) translate(-3px, 1px) scaleX(1);
    -o-transform: rotateZ(50deg) translate(-3px, 1px) scaleX(1);
    -moz-transform: rotateZ(50deg) translate(-3px, 1px) scaleX(1);
    -ms-transform: rotateZ(50deg) translate(-3px, 1px) scaleX(1);
}

.coupon__voucher-field:hover .coupon__voucher-hidden-code:after {
    right: 36px;
    background: rgb(236, 151, 31);
}

.coupon__additional-info {
    padding-top: 12px;
    font-size: 13px !important;
    line-height: 1.1rem !important;
    max-width: 360px;
}

@media only screen and (max-width: 600px) {
    .coupon__discount-container {
        display: none;
    }

    .coupon__row {
        flex-direction: column;
        align-items: center;
    }

    .coupon__content {
        border-left: 0;
    }
}

/**=============================================================== Search Results Page ===============================================================**/
.template-search .post-title {
    margin-top: 10px !important;
}

/**=============================================================== Lazy Block: Related Posts ===============================================================**/
.related-posts__container {
    max-width: 750px;
    margin: auto;
    margin-top: 20px;
}

.related-posts {
    width: 100%;
    display: flex;
}

.related-posts__image-container {
    margin-right: 30px;
    max-width: 200px;
    min-width: 200px;
}

.related-posts__image {
    width: 100%;
    height: auto;
}

.related-posts__content {
    margin-left: 10px;
    flex-grow: 1;
}

.related-posts__title {
    font-family: inherit;
    font-weight: 700;
    text-decoration: none;
    display: block;
    color: #231f20;
    margin: 0;
    font-size: 34px;
    line-height: 44px;
}

.related-posts__title:hover {
    color: #6aa300;
}

.related-posts__excerpt {
    margin: 10px 0 20px 0 !important;
    font-size: 18px;
}

.related-posts__read-more {
    cursor: pointer;
    text-decoration: none;
    border-color: currentColor;
    color: #77b701;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 20px;
}

.related-posts__read-more:hover {
    color: #6aa300;
}

.related-posts__container::after {
    content: "";
    clear: both;
    display: block;
    height: 8px;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    background: #f7f7f7;
}

@media only screen and (max-width: 767px) {
    .related-posts__image-container {
        margin: 0;
        max-width: none;
    }

    .related-posts {
        flex-direction: column;
    }
}

/** ==================================================================== Dosierungsrechner ================================================================== **/
/* Main Container */
.dosage-calculator {
    margin: 0 auto;
    max-width: 420px;
}

/* Main Title */
.dosage-calculator__main-title {
    text-align: center;
    font-size: 26px;
    padding: 15px 10px;
    line-height: 1.3;
    font-weight: bold;
    background: #009d63;
    color: #fff;
}

.dosage-calculator__sub-title {
    font-size: 20px;
    font-weight: normal;
}

/* Calculator */
.dosage-calculator__container {
    border: 1px solid #eee;
    padding: 15px 10px;
    border-top: 0;
}

.dosage-calculator__question-title-center {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.dosage-calculator__question-title-flex {
    text-align: center;
    font-weight: bold;
    font-weight: bold;
    display: inline-block;
}

/* Selection Options */
.dosage-calculator__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0;
}

.multiple-select__header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.dashboardcode-bsmultiselect > ul.form-control {
    margin-left: 0;
}

.dropdown-menu {
    max-height: 300px;
    overflow: scroll;
}

/* Questions with Number Input */
.dosage-calculator__question-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.dosage-calculator__number-input {
    width: 70px !important;
    border: 3px solid green !important;
    border-radius: 5px !important;
    font-size: 18px !important;
    padding: 1px 2px !important;
    margin: 0 !important;
    background-color: #fff !important;
}

/* Buttons */
.dosage-calculator__button-container {
    display: flex;
    align-items: space-around;
}

.dosage-calculator__calculate-button {
    padding: 10px;
    border-radius: 3px;
    background-color: #83B821;
    color: #fff !important;
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
}

.dosage-calculator__reset-button {
    padding: 10px;
    border-radius: 3px;
    background-color: red;
    color: #fff !important;
    display: block;
    width: 150px;
    text-align: center;
    margin: auto;
}

@media only screen and (max-width: 500px) {
    .dosage-calculator__button-container {
        flex-direction: column;
    }

    .dosage-calculator__button-container > a {
        margin-top: 15px;
        width: 75%;
    }

    .dosage-calculator__question-container {
        margin-top: 20px;
    }
}

/* Suffix for Number Input */
.dosage-calculator__number-container {
    display: inline-block;
    position: relative;
}

.dosage-calculator__number-container::after {
    position: absolute;
    top: 4px;
    right: .5em;
    transition: all .05s ease-in-out;
}

.dosage-calculator__number-container:hover::after,
.dosage-calculator__number-container:focus-within::after {
    right: 1.5em;
}

@supports (-moz-appearance:none) {
    .dosage-calculator__number-container::after {
        right: 1.5em;
    }
}

.percent-suffix::after {
    content: '%';
}

.kg-suffix::after {
    content: 'kg';
}

@media only screen and (max-width: 767px) {
    .dosage-calculator__question-container {
        flex-direction: column;
    }

    .dosage-calculator__number-input {
        margin: auto !important;
        margin-top: 3px !important;
    }

    .dosage-calculator__number-container {
        width: 80px;
        margin: auto;
    }

    .dosage-calculator__number-container::after {
        right: calc(50% - 30px);
        top: 5px;
    }

    .dosage-calculator__number-container:hover::after,
    .dosage-calculator__number-container:focus-within::after {
        right: calc(50% - 10px);
    }

    @supports (-moz-appearance:none) {
        .dosage-calculator__number-container::after {
            right: calc(50% - 10px);
        }
    }
}

/* Result-Table */
.dosage-calculator__result-table {
    margin-top: 35px;
}

.dosage-calculator__result-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.dosage-calculator__result-table-cell {
    border: 1px solid #bbb !important;
    text-align: center;
    padding: 8px;
}

.dosage-calculator__result-table-row:nth-child(even) {
    background-color: #dddddd !important;
}

/* =============================================================== Author Box ======================================================= */
.author-box__container {
    max-width: 750px;
    margin: auto;
    margin-top: 20px;
    border: 1px solid #e1e1e1;
    padding: 20px;
}

.author-box {
    width: 100%;
    display: flex;
}

.author-box__image-container {

}

.author-box__image {
    margin: 0;
    min-width: 100px;
    max-width: 100px;
    height: auto;
    border-radius: 50%;
}

.author-box__content {
    margin-left: 20px;
    flex-grow: 1;
}

.author-box__name {
    font-family: "Proxima Nova Condensed", system-ui, sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: block;
    color: #231f20;
    margin: 0;
    font-size: 20px;
}

.author-box__title:hover {
    color: #6aa300;
}

.author-box__excerpt {
    margin: 5px 0 10px 0 !important;
    font-size: 16px;
}

.author-box__socials,
.author-box__socials ul,
.author-box__socials li {
    margin: 0;
    padding: 0;
}

.author-box__socials li {
    list-style: none outside none;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}

.author-box__socials .fa {
    width: 40px;
    height: 40px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding-top: 12px;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -o-border-radius: 22px;
}

.author-box__socials .fa:hover {
    color: #ffffff;
    background-color: #000;
    border: 1px solid #000;
}

@media only screen and (max-width: 767px) {
    .author-box {
        flex-direction: column;
    }

    .author-box__image-container {
        text-align: center;
    }
}

/* ====== Mautic Slide-In Formular ====== */

.boxzilla {
    padding: 25px 25px 0px 25px !important;
}

.boxzilla-container .mauticform-page-wrapper {
    flex-direction: column;
}

.boxzilla-sample-box {
    width: 480px;
    max-width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    border: 5px dashed rgba(255, 0, 0, 0.9);
    margin-right: 10px;
    margin-bottom: 10px;
}

.newsletter-slidein__name-input {
    display: none !important;
}

.newsletter-slidein__mail-input-field {
    background-color: #fff !important;
    border: 2px solid #c9c9c9 !important;
    border-radius: 3px !important;
    display: inline-block !important;
    min-height: 40px !important;
    min-width: 50px !important;
    padding: 0 0.4em !important;
    vertical-align: middle !important;
    width: 100% !important;
}

.newsletter-slidein__title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
}

.newsletter-slidein__button {
    margin-left: 0 !important;
    width: 100%;
}

@media (max-width: 768px) {
    .boxzilla {
        padding: 10px 20px 7px 20px !important;
    }

    .boxzilla-sample-box {
        margin-bottom: 0;
        margin-right: 0;
        width: 100%;
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .boxzilla-container .mauticform-page-wrapper {
        flex-direction: row;
        align-items: center;
    }

    .newsletter-slidein__title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .newsletter-slidein__form {
        margin-bottom: 0 !important;
    }

    .newsletter-slidein__mail-input {
        margin-right: 5px;
    }

    .newsletter-slidein__button {
        margin: 0px !important;
    }

    .boxzilla .mauticform-row {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .boxzilla {
        padding: 10px 20px 7px 20px !important;
    }

    .boxzilla-sample-box {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
        width: 100%;
    }

    .boxzilla-container .mauticform-page-wrapper {
        flex-direction: column;
        align-items: stretch;
    }

    .newsletter-slidein__title {
        font-size: 20px;
    }

    .newsletter-slidein__mail-input {
        margin-right: 0px;
        margin-bottom: 5px !important;
    }

    #mauticform_popupoptinadd_submit > .newsletter-slidein__button {
        margin: 0px !important;
    }
}

/* ====== CBD Öl Preisvergleich ====== */
.dx-cta-box__review-text {
    color: #4b7300 !important;
}

.dx-cta__old-price {
    font-size: 1em;
    font-weight: bold;
    color: gray;
}

.dx-cta__old-price-container {
    text-decoration: line-through;
    color: rgba(255, 0, 0, 0.7);
}

.dx-cta__price-info {
    display: inline-block;
    position: absolute;
    font-size: 12px;
    margin-left: 7px;
    margin-top: -7px;
}

.dx-cta__tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.dx-cta__price-info:hover .dx-cta__tooltiptext {
    visibility: visible;
    opacity: 1;
}

.dx-cta__tooltiptext {
    text-align: left;
    padding: 4px 8px;
    min-width: 270px;
    left: -100px;
}

.dx-cta__tooltiptext-row {
    display: flex;
    justify-content: space-between;
}

.dx-cta__tooltiptext-shipping-info {
    padding-top: 8px;
    border-top: 1px dashed white;
    line-height: 1.2rem;
}

.dx-cta__coupon-code {
    margin-top: 5px;
}

.dx-cta__tooltiptext-code {
    margin-bottom: 10px;
}

.overflow-visible {
    overflow: visible;
}

.price-compare__filter-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.price-compare__filter-column {
    width: 30%;
    display: inline-block;
}

.price-compare__sorting-column {
    width: 48%;
    display: inline-block;
}

.price-compare__sorting-column-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.price-compare__filter-button {
    width: 40%;
    margin: 15px auto;
    display: inline-block;
    font-weight: bold;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.price-compare__filter-column > select {
    margin-bottom: 10px !important;
}

.price-compare__reset-button {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}

.price-compare__empty-results-text {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 50px 0;
    color: #d00000;
}

#oil_form {
    text-align: center;
}

@media (max-width: 768px) {
    .price-compare__filter-column {
        width: 47%;
        display: inline-block;
    }

    .price-compare__filter-button {
        width: 50%;
    }
}

@media (max-width: 580px) {
    .price-compare__filter-column {
        width: 100%;
        display: inline-block;
    }

    .price-compare__filter-button {
        width: 100%;
    }

    .price-compare__reset-button {
        position: relative;
        margin: 0;
    }
}

/* ====== Redesign ====== */
/* Redesign header*/
#top #wrap_all.redesign .header_color .av-menu-button-colored > a .avia-menu-text {
    position: relative;
    padding: 9px 14px 9px 42px;
}

#top #wrap_all.redesign .header_color .menu-item:not(.av-menu-button-colored) > a .avia-menu-text {
    font-size: 15px;
}

#top #wrap_all.redesign .header_color .av-menu-button-colored > a .avia-menu-text:before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    content: '';
    width: 18px;
    height: 18px;
    background-image: url("./assets/img/shopping cart.png");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header_color .header-home-url{
    display: none;
    text-align: right;
    color:#2F7734;
    font-size:14px;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    right: 5.5%;
    z-index: 99;
    line-height: 1.2;
    padding-right: 10px;
}
.header_color .header-home-url span{
    position: relative;
}
.header_color .header-home-url span:after{
    position: absolute;
    content:'▾';
    top: 50%;
    right: 0;
    font-size: 20px;
    transform:translate(100%,-50%) rotate(150deg);
}
@media screen and (min-width: 120em) {
    #top #wrap_all.redesign .header_color .av-menu-button-colored > a .avia-menu-text {
        padding: 12px 20px 12px 55px;
    }

    #top #wrap_all.redesign .header_color .av-menu-button-colored > a .avia-menu-text:before {
        width: 23px;
        height: 23px;
        left: 20px;
    }
}

@media only screen and (max-width: 988px) {
    .header_color .header-home-url{
        display: block;
    }
    .responsive #top .redesign .logo {
        width: 30%;
        max-width: 125px;
        float: right;
        height: 40px!important;
        position: absolute;
        transform: translate(-50%,-50%);
        top: 50%;
        left: 48%;
    }
    .responsive #top #wrap_all .main_menu{
        position: relative;
        height: 50px;
    }
    .responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a{
        padding: 0 20px 0 0 ;
        height: 50px;
        line-height: 50px;
    }
    .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container{
        height: auto;
        line-height: 50px;
    }

    .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        left: 0;
        right: auto;
        width: 50px;
    }
    .responsive #top #wrap_all #header.sticky-header{
        position: fixed;
        top: 0;
        width: 100%
    }

    .logo img{
        height: auto;
    }

    .subscribe-anchor{
        padding: 25px;
    }
}

.post-entry-702819 {
    display: none;
}

/* End Redesign header*/

/* Styled Lists */
.styled-list-container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.styled-list-container ul li {
    font-size: 18px;
    font-weight: 400;
}

.styled-list-container ul li::before {
    font-family: fontello;
    position: relative;
    padding-right: 11px;
    margin-left: -20px;
}

.styled-list-container-checkmark ul li::before {
    content: "\2713";
}

.styled-list-container-cross ul li::before {
    content: "\2716";
}

.styled-list-container-arrow-right ul li::before {
    content: "\27a1";
}

.styled-list-container-finger-emoji ul li::before {
    content: "👉";
}

.styled-list-container__single-column ul li {
    width: 100%;
}

.styled-list-container__double-column ul li {
    width: 47%;
}

.styled-list-container__triple-column ul li {
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    .styled-list-container__triple-column ul li {
        width: 47%;
    }
}

@media only screen and (max-width: 767px) {
    .styled-list-container ul li {
        width: 100%;
    }
}

/* Green table*/
.wp-block-table.green-table {
    overflow-y: hidden;
    margin-bottom: 25px;
    max-width: fit-content;
}

.wp-block-table.green-table td,
.wp-block-table.green-table th {
    position: relative;
    border-width: 2px;
    line-height: 1.3;
    color: #474747;
}

.wp-block-table.green-table td {
    text-align: center;
    vertical-align: middle;
}

.wp-block-table.green-table tr td:nth-child(1) {
    text-align: left;
}

@media only screen and (min-width: 832px) {
    .wp-block-table.green-table td,
    .wp-block-table.green-table th {
        font-size: 16px;
        padding: 11px 15px;
    }

    .wp-block-table.green-table th {
        padding-left: 35px;
    }
}

.wp-block-table.green-table tbody,
.wp-block-table.green-table thead th,
.wp-block-table.green-table tbody td {
    border-color: #fff;
}

/* Table head*/
.wp-block-table.green-table thead th:nth-child(1) {
    background: #EBF5EB;
}

.wp-block-table.green-table thead th:nth-child(2) {
    background: #D8ECD9;
}

.wp-block-table.green-table thead th {
    position: relative;
    background: #C7E4C8;
    font-weight: 700;
    text-transform: initial;
    letter-spacing: inherit;
}

.wp-block-table.green-table thead tr th:nth-child(1):before,
.wp-block-table.green-table thead tr th:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 10px;
    width: 15px;
    height: 15px;
    background-position: 0 center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./img/euro-icon.svg');
}

.wp-block-table.green-table thead tr th:nth-child(1):before {
    background-image: url('./img/drop-icon.svg');
}

@media only screen and (max-width: 831px) {
    .wp-block-table.green-table thead tr th:before {
        display: none;
    }
}

.green-table--no-icons th {
    padding-left: 15px !important;
}

.green-table--no-icons th::before {
    display: none;
}

/* End table head*/

.wp-block-table.green-table tr:nth-child(even) td {
    background: #EBF4EB;
}

.wp-block-table.green-table tr:nth-child(even) td:nth-child(1) {
    background: #F8FCF8;
}

.wp-block-table.green-table tr:nth-child(even) td:nth-child(2) {
    background: #F1F8F2;
}

.wp-block-table.green-table tr:nth-child(odd) td {
    background: #E2F0E3;
}

.wp-block-table.green-table tr:nth-child(odd) td:nth-child(1) {
    background: #F5FAF5;
}

.wp-block-table.green-table tr:nth-child(odd) td:nth-child(2) {
    background: #EBF5EC;
}

#top .wp-block-table.green-table figcaption {
    position: relative;
    font-style: italic;
    padding-left: 36px;
    line-height: 1.3;
    font-size: 16px;
    margin-top: -10px;
}

#top .wp-block-table.green-table figcaption:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 20px;
    width: 13.5px;
    height: 13.5px;
    border-radius: 50px;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./img/table-description.svg');
}

@media only screen and (max-width: 831px) {
    #top .wp-block-table.green-table figcaption {
        font-size: 13px;
        padding-left: 28px;
    }

    #top .wp-block-table.green-table figcaption:before {
        top: 0;
        width: 12px;
        height: 12px;
        left: 12px;
    }
}

/* End green table*/

/* Style product table container */
.styled-product-table {
    display: flex;
    justify-content: center;
}

/*General table styling*/
.styled-product-table td {
    text-align: center !important;
}

.styled-product-table td ul {
    text-align: left !important;
}

.styled-product-table tr:nth-child(n) td:nth-child(n) {
    border: none;
}

.styled-product-table tr:nth-child(n+2) td:nth-child(n) {
    border: 1px solid #e1e1e1;
}

/*First column styling*/
.styled-product-table tr td:nth-child(1) {
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 9px 12px;
    font-size: 12px;
    text-align: left !important;
}

.styled-product-table tr:nth-child(1) {
    font-weight: bold;
}

/*Shop Row Styling*/
.styled-product-table tr:nth-child(2) td:nth-child(n+2) a {
    font-size: 14px;
}

.styled-product-table tr:nth-child(2) td:nth-child(n+2) a img {
    margin-top: 15px !important;
}

/*Preis-Leistungs Row Styling*/
.styled-product-table tr:nth-child(3) td:nth-child(n+2) {
    color: #5e7c27;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
}

/*Product Star Ratings*/
.product-star-rating {
    text-align: center;
    color: #d0d0d0;
    font-size: 1.3rem;
}

.product-star-rating > span {
    color: #ff9529;
}

.product-star-rating > span.gray-star {
    color: rgba(0, 0, 0, 0.4);;
}

/*Payment Options List*/
.styled-product-table ul.with-icons {
    list-style: none;
}

.styled-product-table ul li {
    padding: 0;
}

.styled-product-table ul.with-icons li::before {
    font-family: fontello;
    position: relative;
    padding-right: 11px;
    margin-left: -20px;
}

.styled-product-table ul.with-icons .positive::before {
    content: "\2713";
}

.styled-product-table ul.with-icons .negative::before {
    content: "\2715";
}

/*Styling of last row with buttons*/
.styled-product-table tr:nth-last-child(1) td:nth-child(n) {
    vertical-align: top !important;
    border: 0;
}

.styled-product-table tr:nth-last-child(1) td:nth-child(n) a:nth-child(1) {
    background-color: #83b821;
    border: none;
    border-radius: 3px;
    color: white !important;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    line-height: 1.5;
}

.styled-product-table tr:nth-last-child(1) td:nth-child(n) a:nth-child(n+1) {
    margin-top: 10px;
    display: block;
}

.styled-product-table tr:nth-last-child(1) td:nth-child(n) a:nth-child(1)::before {
    content: "\2192";
    margin-right: 3px;
}

/*Colors for different columns*/
.styled-product-table__column-1-blue tr td:nth-child(2) {
    background: #e6fff9;
}

.styled-product-table__column-1-blue tr:nth-child(1) td:nth-child(2) {
    background-color: #7cd1de !important;
}

.styled-product-table__column-2-blue tr td:nth-child(3) {
    background: #e6fff9;
}

.styled-product-table__column-2-blue tr:nth-child(1) td:nth-child(3) {
    background-color: #7cd1de !important;
}

.styled-product-table__column-3-blue tr td:nth-child(4) {
    background: #e6fff9;
}

.styled-product-table__column-3-blue tr:nth-child(1) td:nth-child(4) {
    background-color: #7cd1de !important;
}

.styled-product-table__column-4-blue tr td:nth-child(5) {
    background: #e6fff9;
}

.styled-product-table__column-4-blue tr:nth-child(1) td:nth-child(5) {
    background-color: #7cd1de !important;
}

.styled-product-table__column-5-blue tr td:nth-child(6) {
    background: #e6fff9;
}

.styled-product-table__column-5-blue tr:nth-child(1) td:nth-child(6) {
    background-color: #7cd1de !important;
}

.styled-product-table__column-1-orange tr td:nth-child(2) {
    background: #fff6e6;
}

.styled-product-table__column-1-orange tr:nth-child(1) td:nth-child(2) {
    background-color: orange !important;
}

.styled-product-table__column-2-orange tr td:nth-child(3) {
    background: #fff6e6;
}

.styled-product-table__column-2-orange tr:nth-child(1) td:nth-child(3) {
    background-color: orange !important;
}

.styled-product-table__column-3-orange tr td:nth-child(4) {
    background: #fff6e6;
}

.styled-product-table__column-3-orange tr:nth-child(1) td:nth-child(4) {
    background-color: orange !important;
}

.styled-product-table__column-4-orange tr td:nth-child(5) {
    background: #fff6e6;
}

.styled-product-table__column-4-orange tr:nth-child(1) td:nth-child(5) {
    background-color: orange !important;
}

.styled-product-table__column-5-orange tr td:nth-child(6) {
    background: #fff6e6;
}

.styled-product-table__column-5-orange tr:nth-child(1) td:nth-child(6) {
    background-color: orange !important;
}

.styled-product-table__hide-first-row tr:nth-child(1) {
    display: none;
}

@media only screen and (max-width: 500px) {
    .author-info-show-desktop {
        display: none;
    }
}

@media only screen and (min-width: 500px) {
    .author-info-show-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1120px) {
    .styled-product-table {
        display: none;
    }
}

@media only screen and (min-width: 1120px) {
    .styled-product-table__mobile-alternative {
        display: none;
    }
}

.mauticform-row {
    margin: 6px;
}