/*
 Theme Name:     Ovid Beauty GmbH
 Theme URI:      https://aweos.de
 Description:    Das ist das offizielle Theme von Ovid Beauty GmbH. Entwickelt von der Werbeagentur AWEOS.
 Author:         AWEOS
 Author URI:     https://aweos.de
 Template:       Divi
 Version:        1.0.0
*/
button#CookieBoxPreferencesButton {
    display: none !important;
}

.brandcolor {
    color: #aca90c;
}

/* .fixed-menu {
    visibility: hidden;
    display: none;
}  */

#BorlabsCookieWidget[data-v-app] .brlbs-cmpnt-widget {
    display: none;
}

.js-cmp-ds .borlabs-cookie-preference:hover {
    left: -3px;
}

a[href^="mailto:"]:hover, a[href^="tel:"]:hover, .location a:hover, div#breadcrumbs a:hover, #main-footer .legal-info-zweigniederlassung a:hover{
    text-decoration: underline;
}

.et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget {
    margin-bottom: 0% !important;
}

/*rosacea neue unterseite*/
.zusatzinfos {
	border-style: thin;
	border-color: #c0b333;
}

.cta-button-basics a{
    display: inline-block;
    padding: 8px 12px;
    color: #fff !important;
    background-color: #aca90c !important;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    margin-top: 8px;
}

.margin-fehler-weg {
    margin-top: 0px;
    margin-bottom: 0px;
}

.padding-fehler-weg {
    padding-top: 0px;
    padding-bottom: 0px;
}

#padding-fehler-weg {
    padding-top: 0px;
    padding-bottom: 0px;
}


.mobile_menu_bar:before {
    font-size: 44px;
    margin-right: 20px;
}





/* microneedling neue unterseite */

.faq .et_pb_toggle_title::before {
    color: #c0b333;
}

.et_pb_module.et_pb_text.kontak-banner {
    background: #f8f6ea;
    padding: 10px;
    border-radius:  8px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #666 !important;
}

a.terminverknüpfung {
    background:  #c0b333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #f8f6ea;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    font-weight: 600;
    letter-spacing: 0.5px;
}

a.terminverknüpfung:hover {
    background: #6f6d00;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgba(192,179,51,0.6);
    transform: translateY(-3px);
    text-decoration: none;
  }


.et_pb_image img {
    border-radius: 10px;
}

.inhaltsverzeichnis {
   display: flex;
   justify-content: space-around;
   list-style: none !important;
   background-color: rgba(211, 202, 116, 0.12);
   border-radius: 20px;    
   font-weight: 600;
   padding: 20px 20px !important
}

ol.inhaltsverzeichnis a {
    color: #6f6d00;
}

form.wpcf7-form.init {
    color: #333;
    background-color:rgba(211, 202, 116, 0.16);
    border: solid 1px #fff;
    border-radius: 10px;
    padding: 30px;
    
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: white;
    font-weight: 600;
    text-align: center;
}

.wpcf7-form.sent, 
.wpcf7-form.invalid, 
.wpcf7-form.failed,
.wpcf7-form.submitting {
    background-color:rgba(211, 202, 116, 0.16);
    border-radius: 10px;
    padding: 30px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
}

.beratungstermin-eingabe select.wpcf7-form-control.wpcf7-select {
    background-color: #fff;
    color: #4e4e4e;
}

.beratungstermin-eingabe {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.beratungstermin-eingabe p {
    padding-bottom: 0;
}

.beratungstermin-eingabe p label, 
.leistung p span, 
.leistung p .wpcf7-form-control {
    width: 100% !important;
    display: inline-block;
}

span.rechtstext {
    font-size: 14px;
}

.bilder-mani-und-pedi {
    display: flex;
}

.bilder-mani-und-pedi img {
    border-radius: 20px;
    width: 50%;
    padding: 10px;
}


.bilder-passend-einstellung img {
    object-fit: cover;
    height: 270px;
    width: 100%;
}
.bilder-passend-einstellung {
    max-width: 100%;
    margin: 0 auto;
}
@media (min-width: 500px) and (max-width: 1024px) {
    .bilder-passend-einstellung img {
        width: 1024px !important;
        height: 200px;
    }
}

form.wpcf7-form.invalid {
    color: #333;
    background: rgba(211, 202, 116, 0.16);
    border: solid 1px #fff;
    padding: 20px;
    border-radius: 10px;
}

.wpcf7-response-output {
    border-radius: 10px;
    font-size: 15px;
}

@media (max-width: 980px) {
  .beratungstermin-eingabe {
    display: inline;
  }
}

@media (max-width: 920px) {
.behandlungs-ablauf li:after {
    height: 99% !important;
  }
}

@media (max-width: 920px) {
    .et_pb_module.et_pb_text.kontak-banner p{
        text-align: center;
      }
    }

input.wpcf7-form-control.wpcf7-submit {
    max-width: fit-content;
}

span.wpcf7-list-item {
    padding: 0px !important;
}

/* Für Bildschirmbreiten bis 700px (inklusive 700px) */
@media (max-width: 932px) {
    .wpcf7-form-control {
        width: 100% !important;
        display: inline;
    }
}

/* Für Bildschirmbreiten größer als 700px */
@media (min-width: 932px) {
    .wpcf7-form-control {
        width: 75% !important;
        display: block; /* Optional, falls ein anderer Display-Wert benötigt wird */
    }
}


input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: none !important;
    border-radius: 5px;
    margin-top: 15px;
    transition: all 0.5s ease;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: #6f6d00;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgba(192,179,51,0.6);
    text-decoration: none;
      }
    

.beratungstermin-eingabe p label span, .beratungstermin-eingabe p label span input, .beratungstermin-eingabe p label span select {
    width: 100% !important;
    display: block;
}

@media (max-width: 980px) {
  .wpcf7-form-control.wpcf7-text {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 980px) {
  .wpcf7-form-control.wpcf7-select {
    width: 100% !important;
  }
}

.et_pb_button {
    background: #aca90c !important;
    color: #fff !important;
}

@media (max-width: 920px) {
a.terminverknüpfung {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 920px) {
  .et_pb_module.et_pb_text.et_pb_text_3.kontak-banner.et_pb_text_align_left.et_pb_bg_layout_light .et_pb_text_inner {
    text-align: center !important;
  }
}

@media (max-width: 614px) {
  ul.inhaltsverzeichnis {
    display: block;
    text-align: left;
    color: #84845d;
    letter-spacing: 1px !important;
  }
}

@media (max-width: 980px) {
  .et_pb_text>:last-child {
    text-align: left !important;
  }
}

.et_pb_text_inner ul {
    text-align: left;
}

.et_pb_text_inner ul {
    text-align: left;
    list-style: none !important;
}

@media (max-width: 980px) {
  .et_pb_text>:last-child {
    text-align: left !important;
  }
}

@media (max-width: 850px) {
  .inhaltsverzeichnis {
    display: block !important;
    line-height: 2 !important;
  }
}


@media (max-width: 600px) {

    .et_header_style_left .logo_container {
        width: 70%;
    }

    .tablepress .row-hover tr:hover td {
        background-color: unset;
    }

    .tablepress tr td:first-child {
        font-weight: 600;
    }

    .tablepress .row-hover > tr > td {
        border: none;
    }

    .entry-content .tablepress:not(.variations) {
        border: none;
    }

    .tablepress tr {
        padding: 1rem 0 1rem 0 !important;
        display: block;
    }

    .tablepress tr td {
        border-width: 0;
        display: block;
        padding: 0 !important;
        width: 100%;
    }

    .tablepress tr td:last-child {
        opacity: .7;
        padding-top: 0 !important;
        font-weight: normal;
    }

    .tablepress tr {
        padding: 1rem 0 1rem 0 !important;
    }

}

.tablepress{
    display: block;
    border: none !important;
}

td.column-1 {
    font-weight: 500;
    padding-left: 0 !important;
}

.ovid-table {
     background: rgba(211,202,116,0.12);
     border-radius: 10px;
     padding: 25px 20px;
}

.tablepress-table-name {
    font-weight: 600;
}

.tablepress-table-description {
    padding-bottom: 10px;
    font-weight: 400;
}

#left-area .aufzaehlung {
    padding-left: 0;
}

.aufzaehlung li {
    margin-right: 2%;
    margin-bottom: 14px;
    padding-left: 36px;
    position: relative;
    vertical-align: top;
}

.aufzaehlung li:before {
    content: '\4e';
    font-family: 'ETmodules';
    width: 24px;
    height: 24px;
    background: #c0b333;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
}

.fakt li {
    margin-right: 2%;
    margin-bottom: 14px;
    padding-left: 36px;
    position: relative;
    vertical-align: top;
}

.fakt li:before {
    content: '\39';
    font-family: 'ETmodules';
    width: 24px;
    height: 24px;
    background: #c0b333;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
}

#left-area .aufzaehlung {
    list-style-type: none;
    padding: 0 0 23px 0;
    line-height: 26px;
}

#left-area .behandlungs-ablauf {
    padding-left: 0;
}

.behandlungs-ablauf li {
    margin-right: 2%;
    margin-bottom: 14px;
    padding-left: 36px;
    position: relative;
    vertical-align: top;
    counter-increment: my-awesome-counter;
    list-style: none;
}

.behandlungs-ablauf li:before {
    content: counter(my-awesome-counter);
    position: absolute;
    top: 0;
    left: 0;
    background: #c0b333;
    border-radius: 50%;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    z-index: 2;
}

.behandlungs-ablauf li:after {
    content: '';
    border-left: 1px solid #ede4d5;
    height: 113%;
    left: 12px;
    top: 0;
    position: absolute;
}

.faq .et_pb_toggle {
    border-radius: 5px;
    background: rgba(211, 202, 116, 0.16);
    border-color: #fff;
}


.faq .et_pb_toggle_title {
    font-size: 20px;
}

.kleresca-zeitraum img {
    border-radius: 5px;
}

/** Basic styles **/

.et_pb_testimonial_0.et_pb_testimonial {
    background-color: #f8f6ea !important;
}
.et_pb_testimonial_0.et_pb_testimonial p {
    color: #1e1e1e !important;
}
.et_pb_testimonial:before{
    color: #6f6d00;
}

.BorlabsCookie ._brlbs-google-maps {
    width: 100%;
    min-height: 230px;
}

.BorlabsCookie ._brlbs-google-maps img {
    margin-inline: auto;
    width: 30%;
}

@media (max-width: 1500px) {
    .BorlabsCookie ._brlbs-google-maps img {
        width: 50%;
    }
}
@media (max-width: 750px) {
    .BorlabsCookie ._brlbs-google-maps img {
        width: 100%;
    }
}

#BorlabsCookieBox ._brlbs-bar-advanced ul li,
#BorlabsCookieBox ._brlbs-box-advanced ul li {
    line-height: 1.375em;
    margin: 0px -0.0625em .875em 0 !important;
}

body {
    font-family: Poppins, sans-serif;
    /*background-color: #f0f1ec;*/
    background-color: #fafbf7;
    font-size: 1.1rem;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 400;
}

h2 {
    font-size: 26px;
    line-height: 1.2;
}

h5,
h6 {
    font-size: 1.25rem;
}

a {
    color: #6f6d00;
}

strong {
    font-weight: 600;
}

.nav li ul {
    width: 350px;
}

#top-menu li li a,
#top-menu li li {
    width: 100%;
}

#top-menu-nav #top-menu>li>a {
    padding-bottom: 20px;
    margin-top: 20px;
}



/* Some Pages end with a list, not a p */

body #page-container .et_pb_blurb_content p:last-of-type,
body #page-container p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}


/** General purpose styles **/

.et_pb_section.et_section_regular div.is-full-width-row.et_pb_row {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.is-full-width-section {
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.is-narrow-section {
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    max-width: 1230px;
    margin: 0 auto;
    z-index: 2;
}

.is-narrow-section .et_pb_row {
    width: 100%;
    padding: 2em;
    max-width: 100%;
}

.has-logo-icon.et_pb_module .et_pb_module_header {
    margin-left: 1em;
}

.has-logo-icon.et_pb_module .et_pb_module_header:before {
    content: '';
    width: 20px;
    min-height: 33px;
    background-image: url(images/Ovid-Blatt-Logo-gruen.png);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
}

.has-white-underline:after {
    content: '';
    height: 3px;
    width: 70px;
    background: #fff;
    display: block;
    margin: 20px auto 0;
}


a[href^="tel:"]:before {
    color: #aca90c;
    font-family: ETModules;
    content: "\e090";
    padding-right: 5px;
}

a[href^="mailto:"]:before {
    color: #aca90c;
    font-family: ETModules;
    content: "\e076";
    padding-right: 5px;
}

/*---------------- MITFAHRENDE BUTTONS FÜR DESKTOP ----------------------*/

.fixed-menu {
    visibility: visible !important;
  }
  
  /* Desktop (≥580px): Buttons unten rechts */
  @media (min-width: 580px) {
    .fixed-menu {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: transparent;
      z-index: 9999;
    }
  
    .fixed-menu ul {
      display: flex;
      flex-direction: column;
      gap: 5px;
      list-style: none;
      margin: 0;
      padding: 0;
    }
  
    .fixed-menu li {
         margin: 0; 
        }
  
    .fixed-menu a {
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(182,178,10,0.95);
      color: #fff;
      border: 2px solid #fff;
      border-radius: 10px;
      text-decoration: none;
      position: relative;
      box-shadow: inset 0 0 5px rgba(182,178,10,0), 0 0 3px rgba(111, 111, 111, 0.3);
      transition: all 0.3s ease-in-out;
    }
  
    .fixed-menu a[href^="tel:"]::before {
      font-family: ETModules;
      content: "\e090"; /* Telefon */
      font-size: 24px;
      color: #fff;
      margin-left: 2px;
      transition: all 0.3s ease-in-out;
    }
    .fixed-menu a[href^="mailto:"]::before {
      font-family: ETModules;
      content: "\e076"; /* Mail */
      font-size: 24px;
      color: #fff;
      margin-left: 4px;
      transition: all 0.3s ease-in-out;
    }
      .termin-icn::after {
        font-family: "ETmodules";   /* Einheitlich! */
        content: "\e023";           /* Kalender / Termin-Glyph */
        font-size: 24px;
        color: #fff;
        z-index: 99999999;
        transition: all 0.3s ease-in-out;
      }

      .fixed-menu a:hover {
        width: 55px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #aca90c;
        border: 2px solid #aca90c;
        box-shadow: inset 0 0 5px rgba(182,178,10,0.6);;
        border-radius: 10px;
        text-decoration: none;
        position: relative;
      }

      .fixed-menu a[href^="tel:"]:hover::before {
        color: #aca90c;
      }
      
      .fixed-menu a[href^="mailto:"]:hover::before {
        color: #aca90c;
      }
      
      .termin-icn:hover::after {
        color: #aca90c;
      }
      
  }

  body div.brlbs-cmpnt-container *, body div.brlbs-cmpnt-container :after, body div.brlbs-cmpnt-container :before {
  margin-bottom: 45px;
  }

  /*---------------- SCROLL TO TOP BUTTON ----------------------*/

  
  .et_pb_scroll_top.et-pb-icon {
    background: rgba(182,178,10,0.95);
    color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    bottom: 27%;
    right: 20px;
    border-radius: 7px;
    border: 2px solid #fff;
    width: 55px;
    height: 55px;
    transition: all 0.3s ease-in-out;
}

.et_pb_scroll_top.et-pb-icon:hover {
    background: #fff;
    color: rgba(182,178,10);
    border: 2px solid rgb(182,178,10);
    box-shadow: inset 0 0 5px rgba(182,178,10,0.6);;
}

.et_pb_scroll_top:before {
    font-size: 39px;
    font-weight: bold;
    margin-right: 2px;
    position: relative;
    top: 1px;
}



@media (min-width: 700px) {
    #tablepress-2 .column-1 {
        width: 230px;
    }
}


/** Divi theme overrides **/

.et-cart-info {
    display: none;
}

.et_pb_row {
    padding: 2em;
}

#main-content .container:before {
    content: none;
}


/** Header and main navigation **/

#main-header #sidebar-head #custom_html-2 a {
    color: #666;
}

#main-header #sidebar-head #custom_html-2 a[href^="tel:"]:before {
    color: #666 !important;
}

#main-header {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

.et_header_style_centered #main-header div#et-top-navigation {
    padding-top: 2em;
    border-top: 1px solid #ebebeb;
}

.et_header_style_split #top-menu {
    float: none;
}

#top-menu-nav #top-menu>li>a {
    text-transform: uppercase;
    margin-bottom: .5em;
    padding-bottom: .5em;
    font-weight: 300;
    font-size: 1.1em;
    -webkit-font-smoothing: subpixel-antialiased;
}

#main-header #et-top-navigation {
    display: inline-block;
    padding-top: 0;
    margin-top: 29px;
}

@media (max-width:1350px) {
    #main-header #et-top-navigation {
        margin-top: 50px;
    }
}

@media (max-width:980px) {
    #main-header #et-top-navigation {
        margin-top: -50px;
    }
}

#top-menu li.current-menu-ancestor>a {
    color: #aca90c;
}

ul#top-menu li.mega-menu>ul.sub-menu>li>a {
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    font-size: 1em;
    border-bottom: none;
}

#top-menu a {
    color: #000;
    letter-spacing: .1em;
    font-size: 1.15em;
    transition: all 0.3s ease-in-out;

}

#top-menu li {
    padding-right: 2em;
    font-size: .9rem;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

#top-menu li.current-menu-item>a,
#top-menu li>a:hover,
#top-menu li>a:focus,
#top-menu li>a:active {
    color: #6f6d00;
    border-bottom: none;
    
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: rgba(61, 114, 0, 0.04);
    opacity: 1 !important; /* oder ein anderer Wert zwischen 0 und 1 */
}

header #top-menu li.mega-menu>ul>li.mm-special {
    width: 100%;
    border-top: 1px solid #aca90c;
    margin-top: 10px;
    padding-top: 10px !important;
}

.et_header_style_split #et-top-navigation {
    display: block;
    padding: 6em 0 2em;
}

.et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: .5em;
}

#main-header .container {
    width: 100%;
    max-width: 100%;
}

.container-head {
    max-width: 1230px;
    float: none;
    margin: 0 auto;
    z-index: 999;
    min-height: 2em;
    position: relative;
    padding-top: 1em;
}

.container-head .social-link a {
    max-width: 20px;
    margin-right: 20px;
}

.cart-link {
    display: none;
}

.et_header_style_split #main-header .container.clearfix.et_menu_container {
    z-index: 100000;
}

.container-head .cart-link:before {
    font-family: ETModules;
    content: '\e015';
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    background: rgba(182, 178, 10, 0.95);
    vertical-align: middle;
    -webkit-transition: color 400ms;
    transition: color 400ms;
    border-radius: 100%;
    padding: .5em;
}

.container-head #sidebar-head {
    width: 100%;
    padding-left: 0;
}

.container-head #sidebar-head aside {
    position: relative;
    padding: 0;
    z-index: 999;
    width: 9em;
    left: 0;
    margin-right: 2em;
}

.container-head #sidebar-head aside:last-of-type {
    right: 0;
    margin-right: 0;
    width: 50%;
    float: right;
    text-align: right;
    font-size: .75rem;
}

.container-head .location:before {
    font-family: ETModules;
    content: '\e01d';
    color: #666;
    margin-left: 10px;
    margin-right: 3px;
}

.container-head .location {
    margin-right: .5em;
    font-size: 15px;
}

.container-head .location a {
    color: #666;
}

.container-head .location a:hover {
    color: #aca90c;
}

.textwidget.custom-html-widget {
    font-size: 15px;
}

.et_header_style_split .centered-inline-logo-wrap {
    width: 100% !important;
    max-width: 200px;
    height: 100%;
    max-height: 111px;
    margin: 0em 4em;
}

.et_header_style_split #main-header .centered-inline-logo-wrap a {
    width: 170px;
    height: auto;
    margin-top: 50px;
    margin-left: 8px;
    margin-right: 10px;
}

.et_header_style_split #main-header .centered-inline-logo-wrap a img {
    object-fit: contain;
}

#main-header #logo {
    height: 111px;
    width: 200px;
    margin-top: -111px;
}

@media (max-width: 1350px) {
    #main-header #logo {
        margin-top: -195px;
        padding-block: 5px;
    }
}


/** Front page customization **/

#main-slider .et_pb_slides .et_pb_slide {
    min-height: 50vh;
}

#main-slider .et_pb_bg_layout_dark .et_pb_slide_description {
    padding: 2em;
    margin: 16% 0;
    background-color: rgba(182, 178, 10, 0.95);
    color: #fff;
    text-shadow: none;
    text-align: left;
    max-width: 50%;
}

#main-slider .et_pb_bg_layout_dark .et_pb_slide_description h1,
#main-slider .et_pb_bg_layout_dark .et_pb_slide_description .et_pb_slide_content {
    color: #fff !important;
    text-shadow: none;
}

body.home .et_pb_tab_content a {
    width: 24.7%;
    display: inline-block;
    text-align: center;
}

body.home .et_pb_tab_content a img {
    display: inline-block;
    vertical-align: middle;
    padding: 1em;
    max-width: 225px;
}

.tab-switcher .et_pb_tab_1 .et_pb_tab_content a {
    padding: .75em;
    margin: .5em;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #aca90c;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    width: 23.6%;
    font-size: .9rem;
}

.tab-switcher .et_pb_tab_1 .et_pb_tab_content a:hover {
    color: #fff;
    background-color: #aca90c;
}

.et_pb_all_tabs .et-pb-active-slide {
    border: 1px solid #aca90c;
}

.et_pb_tab_active:after,
.et_pb_tabs_controls li:hover:after {
    content: '';
    text-align: center;
    display: block;
    height: 1.1em;
    border-right: 2px solid #aca90c;
    position: absolute;
    left: 50%;
}


/** Content **/

div#main-content {
    z-index: 1;
}

.image-desc em {
    font-size: .9rem;
}

.et_pb_image_wrap img[src$=".svg"] {
    max-width: 60px;
}

.et_pb_blurb_position_left .et_pb_main_blurb_image {
    vertical-align: middle;
}

div.green-bg.et_pb_section:before,
div.yellow-bg.et_pb_section:before,
div.brown-bg.et_pb_section:before {
    background-image: url(images/ovid-blatt-weiss.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 205px;
    bottom: 0px;
    left: 25px;
    width: 150px;
    content: '';
    position: absolute;
}

div.yellow-bg.et_pb_section,
div.brown-bg.et_pb_section {
    background-color: #aca90c;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

div.brown-bg.et_pb_section {
    background-color: #aca90c;
}

.et_pb_section .et_pb_blurb_container a:before {
    margin-left: 3px;
    margin-right: 1px;
}

div.yellow-bg.et_pb_section .et_pb_blurb_container,
div.yellow-bg.et_pb_section .et_pb_blurb_container h4,
div.yellow-bg.et_pb_section .et_pb_blurb_container a,
div.yellow-bg.et_pb_section .et_pb_blurb_container a:before,
div.brown-bg.et_pb_section .et_pb_blurb_container,
div.brown-bg.et_pb_section .et_pb_blurb_container h4,
div.brown-bg.et_pb_section .et_pb_blurb_container a,
div.brown-bg.et_pb_section .et_pb_blurb_container a:before {
    color: #fff;
}

.green-parallax div.et_pb_row {
    background-color: #fff;
    padding: 4.5em;
}


/* Team member module */

.green-bg .team-members .et_pb_column {
    background: #fff;
    padding: 2em;
}

.green-bg .team-members .et_pb_column img {
    padding: 2em;
    opacity: 0.3;
}

.team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.et_pb_member_position {
    font-size: .9rem;
}

.has-light-text .et_pb_member_position {
    color: #fff;
}

.et_pb_column .et_pb_team_member_image {
    padding-bottom: 0.5em;
}


/* Team page */

.team-page h4.et_pb_module_header,
.team-page .et_pb_bg_layout_dark {
    color: inherit !important;
}

.team-page .et_pb_bg_layout_dark {
    font-size: .9rem;
}

.team-page .et_pb_member_position {
    color: #666;
}

.team-page .et_pb_text_inner h3 br {
    line-height: 2em;
}

.team-page .et_pb_team_member_image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 157px;
}

.team-page .et_pb_team_member_image {
    text-align: left;
}


/* News archive */


/** News archive and blog posts **/

.archive.category article {
    margin-bottom: 3em;
    background: #f2f3ee;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5em;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.archive.category article .article-header,
.archive.category article .article-content {
    width: 50%;
}

.archive.category article .article-content {
    padding: 2em;
}

.archive.category article.et_pb_post a.entry-featured-image-url,
.archive.category article.et_pb_post a.entry-featured-image-url img {
    height: 100%;
}

.archive.category article.et_pb_post a.entry-featured-image-url img {
    -o-object-fit: cover;
    object-fit: cover;
}

.archive.category #sidebar {
    padding: 2em;
    background: #fff;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
}

.archive.category #sidebar h4 {
    font-size: 1.25rem;
}

.archive.category #sidebar ul li {
    margin-left: 28px;
    position: relative;
    font-size: 0.75em;
}

.archive.category #sidebar ul li:before {
    font-family: ETModules;
    color: #aca90c;
    content: "\41";
    position: absolute;
    left: -28px;
}


/* Divi blog posts module */

body.home .et_pb_posts .et_pb_ajax_pagination_container {}

.et_pb_posts article {
    width: 100%;
    margin-right: 0;
    padding-right: 1em;
    background: #f2f3ee;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5em;
    -webkit-transition: margin 300ms;
    transition: margin 300ms;
}

.et_pb_posts a.more-link {
    display: inline-block;
    padding: .3em 1em;
    margin: 1em 0px;
    color: #666;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #aca90c;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    font-weight: 400;
    position: relative;
}

.et_pb_posts a.more-link:hover {
    padding: .3em 2em .3em .7em;
    color: #fff;
    background-color: #aca90c;
}

.et_pb_posts h4.entry-title {
    font-weight: 400;
    text-transform: none;
    font-size: 1.5rem;
    padding-top: 1em;
}

.et_pb_posts .entry-featured-image-url {
    width: 25%;
    float: left;
    height: 100%;
    margin-bottom: 0;
    margin-right: 2em;
    min-height: 16em;
    overflow: hidden;
}

.et_pb_posts .entry-featured-image-url img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 17em;
}


/* Divi gallery */

body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery .et_pb_grid_item {
    width: 12.5%;
    margin-right: 0;
    margin-bottom: 0;
}

body.page-template-page-template-subpage .et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery .et_pb_grid_item {
    margin-right: 0;
    margin-bottom: 0;
    width: 25%;
}

body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery .et_pb_grid_item:nth-child(4n+1) {
    clear: none;
}

.mfp-wrap figcaption {
    display: none;
}

.et_pb_gallery_item .et_pb_gallery_image,
.et_pb_gallery_item .et_pb_gallery_image a,
.et_pb_gallery_item .et_pb_gallery_image a img {
    display: block;
    height: 100%;
}

.et_pb_gallery_item .et_pb_gallery_image a img {
    object-fit: cover;
    object-position: center;
}

@media (max-width: 600px) {
    .et_pb_gallery_item {
        height: 180px;
    }
}

/* Divi tabs */

body .et_pb_tabs {
    background-color: transparent;
    border: none;
}

body ul.et_pb_tabs_controls {
    margin: 0 auto;
    width: 100%;
    background-color: transparent;
    padding: .625rem 0 !important;
    text-align: center;
}

body ul.et_pb_tabs_controls:after {
    content: none;
}

body .et_pb_tabs_controls li {
    border: none;
    margin: 0 1.56rem;
    display: inline-block;
    float: none;
}

body .et_pb_tabs_controls li a {
    text-transform: uppercase;
    padding: 0.5em 1.25em !important;
    font-size: 1rem;
    border: 2px solid #aca90c;
    border-radius: 0;
    font-weight: 400;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}

body .et_pb_tabs_controls li.et_pb_tab_active a,
body .et_pb_tabs_controls li a:hover {
    background: #aca90c;
    color: #fff !important;
}

body .et_pb_all_tabs {
    max-width: 1230px;
    margin: 0 auto;
    background-color: transparent;
}

/* Bewertungskarussel */


/* Buttons */

a.et_pb_button,
a.small-button,
.woocommerce div.product form.cart .button,
.woocommerce .cart button.button,
.woocommerce-message a.button.wc-forward,
.woocommerce .woocommerce-checkout-review-order button.button[name="woocommerce_checkout_place_order"],
.woocommerce-page .wc-proceed-to-checkout a.checkout-button.button.alt,
.woocommerce table.my_account_orders .button,
button.woocommerce-Button.button,
button.button[name="save_address"] {
    border-radius: 0;
    font-size: 1rem;
    border-color: #aca90c;
    color: #666;
    font-family: Poppins, sans-serif;
    transition: all 0.5s ease-in-out;
}

.woocommerce .cart button.button[name="update_cart"] {
    padding: .3em 1em;
}

.woocommerce .cart button.button[name="update_cart"]:after {
    content: none;
}

.et_pb_slide_description a.et_pb_button,
.has-light-text a.et_pb_button {
    border-color: rgba(255, 255, 255, 0.9);
    color: #666;
    background-color: rgba(255, 255, 255, 0.9);
}

.et_pb_slide_description a.et_pb_button:hover,
.has-light-text a.et_pb_bg_layout_light.et_pb_button:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    border: #fff 2px solid;
}


a.et_pb_bg_layout_light.et_pb_button:hover,
a.small-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart button.button:disabled:hover,
.woocommerce-message a.button.wc-forward:hover,
.woocommerce .woocommerce-checkout-review-order button.button[name="woocommerce_checkout_place_order"]:hover,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button.button.alt:hover,
.woocommerce table.my_account_orders .button:hover,
button.woocommerce-Button.button:hover,
button.button[name="save_address"]:hover {
    background-color: #aca90c;
    color: #fff;
    border: 2px solid transparent;
}

a.et_pb_button:hover {
    border: 2px solid rgba(182, 178, 10, 0.5) !important;
    color: #6f6d00 !important;
    background-color: #fff !important;
}

.et_pb_button:hover:after {
    transition: all 0.8s ease-in-out;
    color: #6f6d00 !important;

}

.et_pb_button:after {
    margin-left: 1px;
}


.woocommerce-message a.button.wc-forward:hover {
    background-color: rgba(255, 255, 255, 0.15);
    border: none;
}

.woocommerce .cart button.button:disabled:hover {
    padding: .3em 1em;
}

.woocommerce .cart button.button:disabled:hover:before,
.woocommerce .cart button.button[name=update_cart]:hover:before {
    content: '\e02a';
    font-family: ETModules;
    font-size: .9rem;
    margin-right: 1em;
}

.woocommerce .cart button.button:disabled:hover:after {
    content: none;
}

.et_pb_button:after,
.et_pb_button:before,
.woocommerce div.product form.cart .button:after,
.woocommerce .cart button.button:after,
.woocommerce-message a.button.wc-forward:after,
.woocommerce .woocommerce-checkout-review-order button.button[name="woocommerce_checkout_place_order"]:after,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button.button.alt:after,
.woocommerce table.my_account_orders .button:after,
button.woocommerce-Button.button:after,
button.button[name="save_address"]:after {
    top: .05em;
    color: #fff;
}

.woocommerce div.product form.cart .single_add_to_cart_button:before {
    content: '\e015';
    font-size: .8rem;
    font-family: ETModules;
    margin-right: 10px;
}

.brown-bg a.et_pb_button,
a.small-button {
    color: #fff;
    background-color: #aca90c;
    text-shadow: none;
}

.brown-bg a.et_pb_button:hover,
a.small-button:hover {
    color: #aca90c;
    background-color: #fff;
}

.brown-bg a.small-button {
    padding: 0.5em 1.25em !important;
    font-size: 1rem;
    border: 1px solid #fff;
    border-radius: 0;
    font-weight: 400 !important;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    color: #fff !important;
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}

.brown-bg a.small-button:hover {
    color: #6f6d00 !important;
    background-color: rgb(255, 255, 255) !important;
    border-color: #6f6d00;
    padding: 0.5em 2em .5em 1em !important;
}

.brown-bg a.small-button:before,
.brown-bg a.small-button:after {
    color: #fff;
    /* top: .5em; */
    margin-right: .2em;
}

.brown-bg a.small-button:hover:before,
.brown-bg a.small-button:hover:after {
    color: #6f6d00;
}

body.home .et_pb_tab_content a.small-button {
    padding: 0.5em 1.25em !important;
    font-size: 1rem;
    border: 2px solid #aca90c;
    border-radius: 0;
    font-weight: 400 !important;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    color: #666 !important;
    background: #fff !important;
    display: block;
    text-align: center;
    margin: 3em auto 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    width: auto;
    max-width: 40%;
    position: relative;
}

body .et_pb_tab_content a.small-button:hover {
    background: #aca90c !important;
    color: #fff !important;
}

.et_pb_posts a.more-link:after,
body a.small-button:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 1.5em;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 1em;
    text-transform: none;
    content: "\35";
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: ETmodules !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    top: .25em;
}

.et_pb_posts a.more-link:hover:after,
body a.small-button:hover:after {
    margin-left: 0;
    opacity: 1;
    font-size: 26px;

}

@media (max-width:980px) {
    .et_pb_posts a.more-link:hover:after,
body a.small-button:hover:after {
    margin-left: 94%;
}
}

body #page-container .et_pb_button.jumplink:after {
    font-size: 1.2em !important;
    top: .1em;
}


/* Divi slider for testimonials */

#testimonial-slider .testimonial-heading:after {
    content: '';
    height: 3px;
    width: 70px;
    background: #aca90c;
    display: block;
    margin: 20px auto 0;
}

#testimonial-slider .et_pb_bg_layout_dark .et_pb_slide_description .et_pb_slide_content {
    text-shadow: none;
    color: #666;
    padding: 2em;
}

#testimonial-slider .et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 0 8% 4%;
    position: relative;
    text-align: center;
}

#testimonial-slider .et_pb_slide_image {
    position: relative;
    width: 100%;
    margin-top: 0 !important;
}

#testimonial-slider .et_pb_bg_layout_dark h3,
#testimonial-slider .et_pb_bg_layout_dark h4 {
    color: #666 !important;
    padding-bottom: 0;
}

#testimonial-slider .et_pb_bg_layout_dark h4:before {
    color: #666;
    content: "\e033 \e033 \e033 \e033 \e033";
    font-family: ETModules;
    display: block;
    padding: 1em;
}

#testimonial-slider .et_pb_slide_content h3 {
    color: #aca90c;
    margin-top: 40px;
    font-size: 2rem;
}

#testimonial-slider .et_pb_slide_content h4 {
    font-size: .9rem;
}

.et_pb_container.clearfix {
    height: 0 !important;
}

/*#testimonial-slider .et_pb_slide_content p:before {
    content: "";
    background: url(/themes/ovid/images/left-quote.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}

#testimonial-slider .et_pb_slide_content p:after {
    content: "";
    background: url(/themes/ovid/images/right-quote.png) no-repeat;
    right: 0;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
}*/

.et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control {
    background: #333 !important;
}

#testimonial-slider .et_pb_bg_layout_light .et-pb-controllers a {
    height: 12px;
    width: 12px;
    background: #42ddcd;
}

#testimonial-slider .et-pb-arrow-prev,
#testimonial-slider .et-pb-arrow-next {
    color: #666 !important;
}

#testimonial-slider .et-pb-controllers {
    left: 0;
    margin-left: -5px;
}

#testimonial-slider .et-pb-controllers a {
    background-color: #666 !important;
    vertical-align: bottom;
}

#testimonial-slider .et-pb-controllers .et-pb-active-control {
    background-color: #aca90c !important;
}

#testimonial-slider .et_pb_slides .et_pb_slider_container_inner {
    display: flex;
    flex-direction: column;
}


/** Subpages **/

.page-template #content-area article {
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
}

.page-template #main-content .container {
    padding-top: 0;
}

.page-template #left-area {
    padding-bottom: 2em;
}

.bg-color-overlay {
    background-color: rgba(182, 178, 10, 0.85);
    color: #fff;
}

.bg-color-overlay .container {
    padding: 2em;
}

.bg-color-overlay .container h1,
.bg-color-overlay .container a {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}

#breadcrumbs span a:after,
.wc-bc-sep {
    content: "\35";
    font-family: ETModules;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2em;
    height: 33px;
}

.page-template .et_pb_section_0 {
    padding-top: 0;
}

.page-template .et_pb_row {
    width: 100%;
    padding: 2em;
    max-width: 100%;
}


/* Product vendor listings */

.product-vendor-listing .et_pb_main_blurb_image {
    min-height: 145px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-vendor-listing .et_pb_blurb_content {
    text-align: left;
}

.product-vendor-listing .et_pb_blurb .et_pb_image_wrap {
    margin: 0;
}


/* With child page list */

.page-template-page-template-childpage-list .et_pb_section:last-of-type,
.page-template-page-template-childpage-list .et_pb_section:last-of-type .et_pb_row:last-of-type {
    padding-bottom: 0;
}

#left-area ul.child_page_row {
    padding: 0em 1em 1em;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.child_page_row li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
    -ms-flex-preferred-size: 33.333333333333%;
    flex-basis: 33.333333333333%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 1em;
    text-align: center;
}

ul.child_page_row li a .child_page_thumb {
    padding: 1em;
}

ul.child_page_row li a img {
    border-radius: 50%;
}

ul.child_page_row li a .child_page_name {
    color: #666;
    text-transform: uppercase;
    padding: 0.5em 1.25em;
    font-size: 1rem;
    border: 2px solid #aca90c;
    border-radius: 0;
    font-weight: 300;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}

ul.child_page_row li a:hover .child_page_name,
ul.child_page_row li a:focus .child_page_name {
    background: #aca90c;
    color: #fff;
}


/* Sidebar on subpages */

.page-template.et_right_sidebar #et-main-area #sidebar {
    padding: 2em;
    background: #fff;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
}

.page-template.et_right_sidebar #et-main-area #sidebar h3 {
    font-size: 1.25rem;
}

.page-template.et_right_sidebar #et-main-area #sidebar aside {
    padding-bottom: 2em;
    font-size: 1rem;
    line-height: 1.5;
}

.page-template.et_right_sidebar #et-main-area #sidebar aside a {
    font-size: 1rem;
    color: #666;
}

.page-template.et_right_sidebar #et-main-area #sidebar aside a[href^="mailto:"] {
    margin-left: 25px;
    position: relative;
    display: block;
    margin-top: .5em;
}

.page-template.et_right_sidebar #et-main-area #sidebar aside a[href^="mailto:"]:before {
    padding-right: 0;
    display: block;
    position: absolute;
    left: -25px;
}

.page-template.et_right_sidebar #et-main-area #sidebar aside a[href^="tel:"]:before {
    padding-right: 10px;
}


/** WooCommerce overrides **/

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #fdfdfd;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
}

.woocommerce-notices-wrapper {
    background: #aca90c;
}

.woocommerce-notices-wrapper .woocommerce-message {
    max-width: 1200px;
    margin: 0 auto;
}

.woocommerce-error a {
    color: #fff;
    text-decoration: underline;
}

.woocommerce-page .quantity input.qty {
    border-radius: 0;
}


/** WooCommerce: Product page **/

.single-product #sidebar {
    display: none;
}

.single-product #main-content {
    background-color: transparent;
}

.single-product #main-content .container {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
}

.single-product.et_right_sidebar #left-area {
    width: 100%;
    margin: 0;
    padding-right: 0;
    float: none;
    padding-left: 0px;
}

.single-product.et_right_sidebar #left-area .wcbc-container {
    background-color: rgba(182, 178, 10, .85);
    padding: 0;
}

.single-product #left-area .woocommerce-breadcrumb {
    color: #fff;
    font-size: 1em;
}

.single-product #left-area .shop-inner-container {
    max-width: 1200px;
    width: 80%;
    padding: 2em;
    margin: 0 auto;
}

.single-product #left-area .shop-inner-container .product_title {
    color: #fff;
}

.single-product #left-area .woocommerce-breadcrumb a {
    color: #fff;
}

.single-product #left-area .product {
    max-width: 1200px;
    width: 80%;
    background: #fff;
    padding: 2em;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
}

.single-product #left-area .product .related.products .product {
    margin: 0;
}

.single-product #left-area .product .product_meta {
    display: none;
}

.single-product #left-area .product p.price {
    color: #666;
}

.single-product div.product .clearfix {
    width: 40%;
    display: inline-block;
}

.single-product div.product div.summary {
    float: none;
    width: 100%;
    padding-top: 2em;
}

.single-product #left-area .product div.images .woocommerce-product-gallery__trigger {
    right: auto;
    left: 0.5em;
    background: rgba(182, 178, 10, .85);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    border-color: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    background: #fff;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: none;
}

.single-product #left-area .product div.images {
    text-align: left;
    float: none;
    width: 100%;
}

.single-product #left-area .product div.images img {
    width: auto;
    max-height: 300px;
    display: inline;
}

.single-product #left-area .product div.images .flex-viewport {
    max-width: 300px;
    margin-right: .5em;
    display: inline-block;
    max-width: 300px;
    margin-right: .5em;
}

.single-product #left-area .product div.images .flex-viewport .woocommerce-product-gallery__image {}

.single-product #left-area .product div.images .flex-control-thumbs {
    margin-top: 0;
    display: inline-block;
    vertical-align: top;
}

.single-product #left-area .product div.images .flex-control-thumbs li {
    width: 80%;
    margin-right: 0;
    margin-bottom: .5em;
    display: block;
    float: none;
}

.single-product #left-area div.product .woocommerce-tabs div.woocommerce-Tabs-panel.panel {
    padding: 0;
}

.single-product #left-area .product .woocommerce-tabs {
    border: none;
    width: 55%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    padding-left: 2em;
    border-left: 1px solid #aca90c;
}

#subpage-header {
    background-position: right;
    background-position-y: 23%;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-product #left-area .product .woocommerce-tabs ul.tabs {
    display: none;
}

.single-product #left-area .quantity {
    border-radius: 0 !important;
}

.single-product #left-area .quantity input.qty {
    border: 1px solid #666 !important;
    background-color: #fff !important;
    height: 41px;
    border-radius: 0;
    color: #666 !important;
    font-family: Poppins, sans-serif;
}


/* Select2 for variantions */

table.variations td.value,
table.variations td.label {
    width: 100%;
    display: block;
}

.select2-dropdown {
    border-radius: 0;
}

#left-area ul.select2-results__options {
    list-style-type: none;
    padding: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: #666;
}

#left-area ul.select2-results__options li {
    list-style: none;
}

#left-area ul.select2-results__options li.select2-results__option.select2-results__option--highlighted {
    background-color: #aca90c;
}

.reset_variations {
    width: 22px;
    height: 20px;
    margin-top: 0px;
    color: transparent;
    overflow: hidden;
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 10px;
}

.reset_variations:before {
    font-family: ETModules;
    content: '\e051';
    color: #aca90c;
    display: block;
    width: 10px;
    height: 10px;
}


/* Image slideshow */

.pswp__bg {
    background: #fff;
}

.pswp__caption {
    display: none;
}


/** WooCommerce: Cart & Checkout **/

.woocommerce-cart.et_right_sidebar #left-area,
.woocommerce-checkout.et_right_sidebar #left-area,
.woocommerce-account #content-area #left-area {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
    padding: 2em;
    width: 100%;
}

.woocommerce-account #content-area #left-area {
    margin-bottom: 3em;
}

.woocommerce-cart.et_right_sidebar #sidebar,
.woocommerce-checkout.et_right_sidebar #sidebar,
.woocommerce-account #content-area #sidebar {
    display: none;
}

body.woocommerce-cart .woocommerce table.shop_table,
body.woocommerce-checkout .woocommerce table.shop_table,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border-radius: 0;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
    height: 2.5em;
    border-radius: 0;
    width: 9em;
    font-size: 1rem !important;
}

body.woocommerce-cart .woocommerce table.shop_table th,
body.woocommerce-checkout .woocommerce table.shop_table th,
#content-area #left-area .woocommerce table.shop_table tfoot th,
#content-area #left-area .woocommerce table.shop_table tfoot td {
    font-weight: 500;
}

body.woocommerce-cart .woocommerce a.remove {
    color: #fff !important;
    background: #aca90c;
    display: block;
    width: 15px;
    height: 15px;
    font-size: 1em;
    font-weight: 300;
    border-radius: 50%;
    text-align: center;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
    padding-top: 2em;
}

.woocommerce-checkout .wc-gzd-order-submit {
    text-align: right;
}

.entry-content .woocommerce-checkout-payment#payment {
    margin-bottom: 2em;
}

body.woocommerce-order-received .woocommerce-order-details {
    margin-top: 2em;
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
}


/** WooCommerce Account **/

.woocommerce-account .addresses .title h3 {
    font-size: 1.5rem;
}


/** WooCommerce: Shop Seite **/

.produktkategorie h2.woocommerce-loop-category__title {
    text-align: center;
}

.produktkategorie li.product-category {
    height: 200px;
}

.produktkategorie img {
    height: 80% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.produktkategorie h2:hover {
    background-color: #aca90c;
    color: #fff;
}


/*h2.woocommerce-loop-category__title {
    color: #666;
    text-transform: uppercase;
    padding: .5em 1.25em;
    font-size: 1rem;
    border: none;
    font-weight: 300;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
}*/

.produktkategorie mark.count {
    display: none;
}


/** WooCommerce: Kategorie Seite **/

.woocommerce ul.products li.product.product-category a img {
    width: 250px;
    -o-object-fit: contain;
    object-fit: contain;
}

.woocommerce ul.products li.product a img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

body.archive.woocommerce h4.widgettitle {
    font-size: 18px;
}

body.archive.woocommerce nav.woocommerce-breadcrumb {
    display: none;
}

.background-image {
    height: 135px;
    background-color: #b6b20a;
    color: #fff;
}

.background-text-container {
    max-width: 1200px;
    margin: auto;
    padding: 2em;
}

.background-text {
    position: relative;
}

.background-text a {
    color: #fff;
}

.background-text h1 {
    color: #fff;
}

div#main-content {
    z-index: 1;
    background-color: transparent;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #b6b20a;
}

.product-categories li:before {
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "5";
    color: #b6b20a;
    padding-right: 5px;
}

.orderby {
    padding: 4px 8px;
    border: none;
    border-radius: 5px;
    color: #ffff !important;
    background-color: #b6b20a;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.container.wcbc-container {
    width: 100%;
    padding-top: 0px !important;
}

body.archive.woocommerce div#sidebar {
    border: none;
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    margin-top: 3.2em;
    margin-bottom: 2em;
}

.et_right_sidebar #left-area {
    float: left;
    padding: 0 50px 0 0;
}

ul.products li.product {
    width: 32.3% !important;
    margin-right: 1% !important;
    margin-bottom: 1% !important;
    float: none;
    background: #fff;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
    padding: 15px !important;
}

#left-area ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.et_right_sidebar #sidebar {
    padding-left: 10px;
    font-size: 14px;
}

h4.widgettitle {
    font-size: 16px;
}

.term-description {
    background-color: #fff;
    padding: 25px;
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, .5);
}

.woocommerce.archive.et_right_sidebar #left-area {
    padding-left: 0;
}

body.page .woocommerce-pagination {
    display: block !important;
}

/** Contact form **/

.wpcf7 .pflichtfelder-hinweis {
    font-size: 14px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 button,
input.wpcf7-submit,
.mc4wp-form input,
.mc4wp-form select,
.mc4wp-form textarea,
.mc4wp-form button {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.mc4wp-form input,
.mc4wp-form select,
.mc4wp-form textarea,
.mc4wp-form button {
    width: 50%;
}

.mc4wp-form input[type="submit"] {
    cursor: pointer;
}

.wpcf7 textarea {
    overflow: hidden;
}

.wpcf7-form .cf-column {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.wpcf7-form .cf-column:nth-of-type(even) {
    margin-right: 20px;
}

input.wpcf7-submit {
    cursor: pointer;
    max-width: 40%;
    color: #fff;
    background-color: #aca90c;
}

span.wpcf7-list-item {
    margin-left: 0;
    padding: 20px 0;
}

span.wpcf7-not-valid-tip {
    color: #333;
    text-align: center;
}

.wpcf7 select {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wpcf7 select::-ms-expand {
    display: none;
}

.wpcf7 .wpcf7-form-control-wrap.menu-200:after {
    font-family: ETmodules !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    text-transform: none;
    speak: none;
    position: absolute;
    top: 50%;
    right: 20px;
    left: auto;
    margin-top: -.5em;
    color: #696969;
    font-size: 24px;
    content: "3";
    z-index: -1;
}

.wpcf7-list-item {
    margin: 0;
}

body .wpcf7 .wpcf7-form-control-wrap:nth-of-type(2n) input {
    margin-left: 10px;
}

body .wpcf7 input[type="checkbox"] {
    width: auto;
    width: initial;
}

.wpcf7-acceptance {
    font-size: .8em;
}


/** Footer **/

#main-footer .legal-info-zweigniederlassung {
    color: #888888;
}



.et_pb_gutters3 .footer-widget {
    margin-bottom: 1%;
}

footer#main-footer {
    background: #fff;
    font-size: 1rem;
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

footer .footer-widget {
    color: #000;
    font-weight: 200;
    line-height: 1.8em;
}

footer#main-footer .footer-widget h4 {
    color: #000;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 1.1rem;
}

footer #footer-widgets .footer-widget a,
footer #footer-widgets .footer-widget li a,
footer #footer-widgets .footer-widget li a:hover {
    color: #000;
    font-weight: 200;
}

footer .et_pb_widget ul li {
    margin-bottom: 0;
}

#footer-widgets .footer-widget li {
    padding-left: 0;
}

#footer-widgets .footer-widget li:hover,
footer .textwidget li:hover {
    padding-left: 1.3em;
    -webkit-transition: padding 400ms;
    transition: padding 400ms;
    position: relative;
}

#footer-widgets .footer-widget li:before {
    position: absolute;
    top: auto;
    left: 0;
    border: none;
    content: none;
}

#footer-widgets .footer-widget li:hover a:before,
footer .textwidget li:hover a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\24";
    font-family: ETModules;
    color: #aca90c;
    display: block;
    background: #fff;
}

footer .textwidget a[href^="tel:"],
footer .textwidget a[href^="mailto:"] {
    padding-left: 0;
}

footer a[href^="tel:"]:before,
footer a[href^="mailto:"]:before {
    color: #666;
}

footer a[href^="tel:"]:hover:before {
    content: "\e090";
    position: static;
    display: inline;
}



#footer-bottom {
    background-color: transparent;
    padding: 2em 0 1em;
    border-top: 1px solid #eee;
}


/* AWEOS Branding */

#aweos-branding {
    float: right;
}


/** Social icon custom menu **/

ul#menu-social-icons-1.bottom-nav,
#et-footer-nav {
    padding: 0;
    width: 50%;
    float: left;
}

.bottom-nav li.social-link {
    padding-right: .5em;
}

.social-link a {
    color: transparent !important;
    float: left;
    vertical-align: middle;
    margin-top: 0;
    position: relative;
}

.social-link a:before {
    font-family: ETModules;
    color: #9D9D9C;
    font-weight: 400;
    font-size: 30px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    -webkit-transition: color 400ms;
    transition: color 400ms;
}

.social-link a:hover:before {
    color: #aca90c;
}

.social-fb a:before {
    content: '\e0aa';
}

.social-pt a:before {
    content: '\e0ac';
}

.social-ig a:before {
    content: '\e0b1';
}

header .social-link a {
    margin-right: .75em;
}

header .social-link a:before {
    font-size: 25px;
}

header .social-fb a:before {
    content: '\e093';
}

header .social-pt a:before {
    content: '\e095';
}

header .social-ig a:before {
    content: '\e09a';
}


/*Offcanvas Menü*/

#offcanvas_container #offcanvas_menu_inner>li.menu-item>a {
    background-color: #ffffff;
    font-family: inherit;
    color: black;
}

#offcanvas_container .close-sidebar-inner:before {
    background-color: white;
    opacity: unset;
}


/* Cookie bar */

#cookie-law-info-bar {
    z-index: 99999;
}

p.return-to-shop {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    border: 1px solid #d3ced2;
}

h2 {
    padding-bottom: 17px;
}

h3 {
    font-size: 22px;
    line-height: 1.3;
}

.et_pb_row:last-of-type {
    padding-bottom: 0;
}


/*Media Queries*/

.page-template #left-area {
    float: left;
    width: 70% !important;
    padding-bottom: 90px;
    padding-right: 40px;
}

.page-template #sidebar {
    float: left;
    padding-bottom: 90px;
}

.page-template #sidebar aside {
    margin-bottom: 40px;
}

.page-template #sidebar aside:last-of-type {
    margin-bottom: 0;
}

#main-content #content-area #left-area article,
#page-container #et-main-area #main-footer {
    box-shadow: 0 0 15px 0 #0000001f, 0 0 7px -2px #0000005c;
}

@media (max-width: 1260px) {
    .page-template #left-area {
        float: none;
        width: 100% !important;
        padding-right: 0;
    }
    .page-template #sidebar {
        float: none;
        width: 100% !important;
    }
}

@media (min-width: 1420px) {
    #top-menu li.mega-menu>ul.sub-menu {
        padding: 30px 200px;
    }
    ul.child_page_row li a img {
        min-height: 215px;
    }
}

@media (max-width: 1460px) {
    ul.child_page_row li {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    ul.child_page_row li a img {
        max-height: 200px;
        max-width: 200px;
    }
}

@media (max-width: 1360px) {
    .background-text-container {
        padding-left: 15%;
    }
    .et_header_style_split .mobile_menu_bar {
        top: 0;
    }
    div.green-bg.et_pb_section:before,
    div.yellow-bg.et_pb_section:before,
    div.brown-bg.et_pb_section:before {
        height: 20%;
        width: 10%;
    }
    .et_header_style_split #et-top-navigation {
        padding: 2em 0 2em;
    }
    .container-head #sidebar-head {
        padding-left: 20px;
    }
}

@media screen and (min-width: 980px) and (max-width:1350px) {
    ul#top-menu {
        display: block;
    }
    ul#top-menu li.menu-item {
        display: none;
    }
    #top-menu li.centered-inline-logo-wrap {
        padding-top: 4em;
    }
}

@media (max-width: 980px) {
    .team-members .et_pb_team_member_image {
        max-width: 100%;
    }
    .team-members .et_pb_team_member_image img {
        min-height: 150px;
        display: block;
        object-position: top;
    }
    #main-footer .legal-info-zweigniederlassung {
        padding-inline: 30px;
    }
    #page-container #footer-widgets,
    #page-container #footer-bottom {
        padding: 30px;
    }
    #page-container #footer-bottom #menu-social-icons-1.bottom-nav {
        text-align: left;
    }
    .container {
        width: 100%;
    }
    .page-template #content-area article {
        box-shadow: none;
    }
    #page-container #main-content .container,
    #page-container #main-content #left-area {
        margin: 0;
        width: 100%;
        padding: 0;
    }
    #page-container #main-content #sidebar {
        display: none;
    }
    .orderby {
        width: 100%;
    }
    .et_header_style_split header#main-header .logo_container {
        z-index: 999;
        margin-top: -2.5em;
    }

    #main-header #logo {
        margin-top: 11px;
        position: relative;
        max-height: 180px;
        width: auto;
        height: auto;
        padding-bottom: 80px;
    }
    .et_header_style_split .mobile_nav .select_page {
        display: none;
    }
    .et_header_style_split #main-header .mobile_nav {
        background-color: transparent;
    }
    .et_header_style_split #main-header {
        padding-top: 0;
    }
    .container-head #sidebar-head aside:last-of-type {
        font-size: 15px;
    }
    .container-head .social-link a {
        max-width: 30px;
    }
    .et_pb_text>:last-child {
        text-align: center;
    }
    .et_pb_gutters1 .et_pb_column .et_pb_module,
    .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module {
        text-align: center;
    }
    div.yellow-bg.et_pb_section:before,
    div.brown-bg.et_pb_section:before {
        display: none;
    }
    body.home .et_pb_tab_content a {
        width: 100%;
    }
    .tab-switcher .et_pb_tab_1 .et_pb_tab_content a {
        width: 100%;
    }
    body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery .et_pb_grid_item {
        width: 33.33%;
    }
    #main-slider .et_pb_bg_layout_dark .et_pb_slide_description {
        max-width: 100%;
    }
    .et_pb_row .et_pb_column .et_pb_module:last-child {
        text-align: left;
    }
    .container-head {
        padding-top: 2em;
        text-align: left;
        padding-right: .8em;
        max-width: 2em;
        margin: 0;
    }
    .container-head aside.widget.widget_nav_menu {
        display: none;
    }
    .container-head aside.widget.widget_custom_html a:first-of-type,
    .container-head aside.widget.widget_custom_html span.location {
        display: none;
    }
    .container-head #sidebar-head aside:last-of-type {
        float: none;
        width: 100%;
    }
    .et_header_style_split #et-top-navigation {
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 20px;
        margin-top: -100px;
    }
    .et_pb_team_member_description {
        text-align: left;
    }
    body.page-template-page-template-subpage .et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery .et_pb_grid_item {
        width: 50%;
    }
}

@media (max-width: 980px) and (min-width: 480px) {
    #et-main-area #main-content #content-area .team-members.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 {
        width: 47.25% !important;
    }
    #et-main-area #main-content #content-area .team-members.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 img {
        min-height: 350px;
    }
}

@media (max-width: 660px) {
    #et-main-area #main-content #content-area .team-members.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 img {
        min-height: 270px;
    }
}

@media (max-width: 520px) {
    #et-main-area #main-content #content-area .team-members.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 img {
        min-height: 210px;
    }
}

@media (max-width: 480px) {
    #et-main-area #main-content #content-area .team-members.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 img {
        min-height: 450px;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product a img {
        height: 200px;
    }
    .et_pb_posts .entry-featured-image-url img {
        padding-bottom: 15px;
    }
    .et_pb_posts .entry-featured-image-url {
        margin-right: 0;
        width: 100%;
    }
    .et_pb_posts article {
        padding: 15px;
        width: 100%;
    }
    #testimonial-slider .et_pb_slide_content p:before {
        left: 30px;
    }
    #testimonial-slider .et_pb_slide_content p:after {
        right: -36px;
    }
}

@media (max-width: 1024px) {
    p.woocommerce-result-count {
        width: 100%;
    }
    h2.woocommerce-loop-product__title {
        height: 100px;
    }
    .woocommerce div.product form.cart .button {
        font-size: 15px;
    }
    h1.product_title.entry-title {
        word-break: break-all;
        font-size: 26px;
    }
    #main-content .container {
        padding: 20px 0;
        width: 90%;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: left;
    }
    .ce_text.first.last.block {
        text-align: left;
    }
    .woocommerce div.product form.cart .reset_variations {
        font-size: 17px;
    }
    .reset_variations {
        margin-top: -8px;
        margin-left: 15px;
    }
    .select2-container {
        margin-bottom: 10px;
    }
    .single-product div.product .clearfix {
        width: 100%;
    }
    .single-product #left-area .product {
        width: 100%;
    }
    .single-product #left-area .shop-inner-container {
        width: 100%;
    }
    .woocommerce-page div.product div.summary {
        width: 100%;
    }
    .woocommerce-product-gallery__image {
        text-align: center;
    }
    .single-product #left-area .product div.images .woocommerce-product-gallery__trigger {
        left: 90%;
        top: 0%;
    }
    .single-product #left-area .product .woocommerce-tabs {
        width: 100%;
        padding-top: 2em;
        border-top: 1px solid #aca90c;
        border-left: none;
        padding-left: 0px;
    }
}

@media (max-width: 980px) {
    .et_right_sidebar #left-area,
    .woocommerce-cart.et_right_sidebar #left-area {
        padding: .75em;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n) {
        margin-right: 0px !important;
    }
    .woocommerce-page ul.products li.product:nth-child(n) {
        width: 47.25% !important;
        margin: 0 4.5% 4.5% 0 !important;
    }
    .background-text-container {
        padding-left: 10%;
    }
    .woocommerce .woocommerce-result-count {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }
    h2.woocommerce-loop-product__title {
        height: 100px;
    }
}

@media (max-width: 600px) {
    .woocommerce-page ul.products li.product:nth-child(n) {
        width: 100% !important;
        margin: 0 0 11.5% 0 !important;
    }
    .container {
        width: 98%;
    }
}

@media (max-width: 580px) {
    .vorteile-bild {
        display: none;
    }
    .vorteile-all {
        display: inline;
    }
    ul#menu-social-icons-1 {
        display: flex;
    }
    div#footer-bottom {
        margin-bottom: 40px;
    }
    #testimonial-slider .et_pb_slide_content h3 {
        margin-top: 0px;
    }
    #testimonial-slider .et_pb_slider_fullwidth_off .et_pb_slide_description, #testimonial-slider .et_pb_bg_layout_dark .et_pb_slide_description .et_pb_slide_content, #testimonial-slider .et_pb_slide {
        padding: 0;
        padding-bottom: 10px;
    }
    h2, h3, h4, h5, h6 {
        font-size: 20px;
    }
      h2 {
        font-size: 23px;
    }
    .bg-color-overlay .container h1 {
        font-size: 26px;
    }
    #main-slider .et_pb_bg_layout_dark .et_pb_slide_description {
        padding: 20px;
    }
    .et_pb_slide_description h1.et_pb_slide_title {
        font-size: 30px;
        line-height: 1.2;
    }
    p {
        line-height: 1.4;
    }
    body.home .et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery .et_pb_grid_item {
        width: 50%;
    }
    body.page-template-page-template-subpage .et_pb_gutters3 .et_pb_column_4_4 .et_pb_gallery .et_pb_grid_item {
        width: 100%;
    }
    #main-slider .et_pb_slide_description .et_pb_button:after {
        content: none;
    }
	body #BorlabsCookieBox ._brlbs-box-plus #CookieBoxTextDescription {
        width: auto;
        overflow-y: scroll;
        height: 90px;
        position: relative;
        padding-right: 48px;
    }

    p#CookieBoxTextDescription:before {
        content: '';
        display: block !important;
        position: absolute;
        top: 25px;
        right: 15px;
        background-image: url(https://ovid-muenchen.de/wp-content/uploads/2022/06/scrolling.svg);
        width: 24px;
        height: 24px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    body #BorlabsCookieBox ._brlbs-manage-btn a {
        font-size: 16px;
    }

    p._brlbs-service-group-description {
        padding-left: 26px;
    }

    body #BorlabsCookieBox ._brlbs-box-plus ul li ._brlbs-service-group-description {
        padding-top: 5px;
        padding-left: 25px;
    }
    .fixed-menu {
        visibility: visible !important;
    }
    .fixed-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 2222;
        background: #fff;
        width: 100%;
        border-top: 1px solid #aca90f;
        padding: 9px 0 9px;
        display: block;
    }
    .fixed-menu li {
        width: 100%;
        text-align: center;
        margin-left: 0;
        font-size: 14px;
    }
    .fixed-menu ul {
        display: flex;
        list-style: none;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    .fixed-menu a:before {
        width: 22px;
        height: 22px;
        display: block;
        background-size: 100%;
        margin: 0 auto;
        margin-bottom: 8px;
        font-size: 26px;
    }
    .fixed-menu ul {
        padding-left: 40px;
        padding-right: 40px;
    }
        span.et_pb_scroll_top.et-pb-icon.et-visible, span.et_pb_scroll_top.et-pb-icon.et-hidden {
            bottom: 9%;
        }
        a.termin-icn::after {
            content: "\e023";
            font-family: etmodules;
            font-size: 26px;
            display: block;
            width: 60px;
            height: 60px;
            position: absolute;
            bottom: 0;
            background: -webkit-linear-gradient(45deg,#aca90f 0%,#d5d494 100%);
            background-image: -webkit-linear-gradient(45deg,#aca90f 0%,#d5d494 100%);
            left: 0;
            right: 0;
            margin: 0 auto;
            border-radius: 50% 50% 0 0;
            z-index: 99;
            vertical-align: center;
            line-height: 2.5;
            color: #fff;
            -webkit-animation: leuchte 5s infinite;
            animation: leuchte 5s infinite;
        }
}

@media (max-width: 548px) {
    .archive.category article .article-header,
    .archive.category article .article-content {
        width: 100%;
    }
    .archive.category article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .et_pb_tab_active:after,
    .et_pb_tabs_controls li:hover:after {
        display: none;
    }
    body.home .et_pb_tab_content a.small-button {
        max-width: 90%;
    }
    #testimonial-slider .et_pb_slide_content p:before {
        left: 10px;
    }
    #testimonial-slider .et_pb_slide_content p:after {
        right: -46px;
    }
    .et_pb_blurb_position_left .et_pb_main_blurb_image {
        margin: 10px auto;
    }
    .bottom-nav {
        text-align: left;
    }
    ul#menu-social-icons-1.bottom-nav,
    #et-footer-nav {
        width: 65%;
    }
    #et-footer-nav ul li:last-of-type {
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        width: 48% !important;
    }
}

@media (max-width: 520px) {
    #left-area ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        padding: 0px;
    }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        border-right: none;
        padding-bottom: 10px;
        line-height: 1.4em;
    }
    .woocommerce ul.products li.product {
        width: 100% !important;
    }
    body.woocommerce-cart .woocommerce a.remove {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin: 0 auto;
    }
    .shop_table.shop_table_responsive.cart tbody tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
        display: none;
    }
    .woocommerce-page table.cart td.product-thumbnail a img {
        width: 50px;
        display: block;
        margin: 0 auto;
    }
    .product-thumbnail:before {
        content: '' !important;
    }
    body.woocommerce-cart table.cart td.actions .coupon .input-text,
    body.woocommerce-cart table.cart td.actions .coupon button.button {
        width: 100%;
    }
    .shop_table.shop_table_responsive.cart tbody tr.woocommerce-cart-form__cart-item.cart_item td,
    .cart_totals .shop_table.shop_table_responsive tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left !important;
    }
    .related.products .products .woocommerce-LoopProduct-link.woocommerce-loop-product__link .et_shop_image img {
        width: 40%;
        margin: 0 auto !important;
    }
    .shop-inner-container h1.product_title.entry-title {
        font-size: 24px;
        line-height: 1.7em;
    }
    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
        font-size: 18px;
    }
    label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span.woocommerce-gzd-legal-checkbox-text {
        font-size: 12px;
    }
    .woocommerce-input-wrapper #order_comments {
        height: 90px;
    }
    .checkout.woocommerce-checkout h3 {
        font-size: 24px;
    }
    #order_review p.legal.form-row.checkbox-legal.validate-required {
        padding: 0;
    }
    .shop_table.woocommerce-checkout-review-order-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .shop_table.woocommerce-checkout-review-order-table th.product-total {
        display: none;
    }
    .shop_table.woocommerce-checkout-review-order-table .cart_item,
    .shop_table.woocommerce-checkout-review-order-table tfoot,
    .shop_table.woocommerce-checkout-review-order-table tfoot tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .shop_table.woocommerce-checkout-review-order-table tfoot .order-total {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .shop_table.woocommerce-checkout-review-order-table tfoot .order-total td {
        text-align: right;
        color: #aaaa00;
    }
    form.woocommerce-ordering {
        width: 100%;
    }
    /* Shop Bezahlt*/
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details .woocommerce-table__product-table.product-total {
        display: none;
    }
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr .woocommerce-Price-amount.amount {
        color: #aaaa00;
    }
    .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address h2,
    .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address h2 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-break: break-all;
    }
    .woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address {
        padding-top: 20px;
    }

    strong {
        font-weight: 500;
    }
}


/* Optimierungen an der Kontaktseite */

@media (max-width: 980) {

    .textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100% !important;
    }

    .wpcf7-form-control {
        width: 100% !important; 
        display: block;
    }

    .wpcf7 textarea {
        width:100% !important;

    }

    #formular-width-fehler-ausbessern {
        width:100% !important;

    }
}



@media (max-width: 450px) {

    .page-id-100 h1 {
        line-height: 1.3em;
        font-size: 28px;
    }
}

@media (max-width: 855px) {
    .wpcf7-form .cf-column {
        width: 100%;
    }
    div.et_pb_row {
        padding-inline: 0.5em;
    }
}

@media (max-width: 411px) {
    #testimonial-slider .et_pb_slide_content p:before {
        left: 0px;
    }
    #testimonial-slider .et_pb_slide_content p:after {
        right: -56px;
    }

    .et_pb_text>:last-child {
        text-align: left;
    }
}

@media (max-width: 250px) {
    body {
        min-width: 250px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .single-product #left-area .product .woocommerce-tabs {
        width: 100%;
        padding-top: 2em;
        border-top: 1px solid #aca90c;
        padding-left: 0px;
        border-left: none;
    }
    .single-product div.product .clearfix {
        width: 100%;
    }
    .woocommerce-product-gallery__image {
        text-align: center;
    }
}
@media (max-width: 375px) {
    .fixed-menu ul {
        padding-left: 25px;
        padding-right: 25px;
    }
    
}
@media (max-width: 320px) {
    .fixed-menu ul {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.page-template #sidebar {
    float: left;
    padding-bottom: 90px;
    position: sticky;
    top: 30px;
}

@media (max-width: 980px) {
    a.small-button.smallblue {
        width: 100%;
        justify-content: center;
        display: flex;
    }
  }

/*Webdesign Kontingent 2024*/

  .liste-vorstellung li {
    margin-right: 2%;
    margin-bottom: 4px;
    padding-left: 36px;
    position: relative;
    vertical-align: top;
}

.liste-vorstellung li:before {
    content: '\4e';
    font-family: 'ETmodules';
    width: 24px;
    height: 24px;
    background: #c0b333;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
}

  aside#text-7 {
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow:  0 0 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

aside#custom_html-3 {
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow:  0 0 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}

aside#nav_menu-6 {
    background: #ffffff;
    padding: 20px;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
} 

div#sidebar .menu-item {
    background: #efeed4;
    border-radius: 5px;
    margin: 8px 0;
    padding: 5px;
    text-align: center;
    transition: all 0.6s ease-in-out;
    border: #fff solid 2px;
}

div#sidebar .menu-item:hover {
    background: #ffffff;
    transform: scale(1.02);
    border: #6f6d00 solid 2px;

}

div#sidebar .menu-item a {
    display: block; /* füllt die Box komplett */
    padding: 2px 0;
    color: #6f6d00;
    line-height: 34px;
    transition: all 0.6s ease-in-out;
    text-decoration: none;
}

div#sidebar .menu-item:hover a {
    color: #6f6d00;
}


.leistungs-boxen .et_pb_column.et_pb_column_1_4 {
    background: #b6b20a;
    color: #fff;
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-right: 3%;
    width: 22.7%;
    border-radius: 10px;
    position: relative;
    bottom: 0;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.leistungs-boxen img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.leistungs-boxen h2 {
    color: #fff;
}

a.startseite-leistung {
    background: #aca90c;
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
}

a.startseite-leistung:after {
    transition: all 300ms ease 0ms;
}

.leistungs-uebersicht {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 1050px) {
    .leistungs-uebersicht {
      padding: 0px;
    }
  }

  @media (max-width: 1000px) {
    .leistungs-uebersicht {
        display: grid;
        justify-items: center;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px;
    }
    @media (max-width: 1000px) {
        .leistungs-boxen .et_pb_column.et_pb_column_1_4  {
        width: 100%;
        }
      }
  }

  @media (max-width: 615px) {
    .leistungs-uebersicht {
        display: block;
    }
  }

  @media (max-width: 615px) {
    .leistungs-boxen .et_pb_column.et_pb_column_1_4  {
        width: 70%;
    }
  }

  
/* === Wartungs-Override Mai 2026: Divi 4.27.6 + aweos-offcanvas-menu 2.0.7 === */
/* Backup: style.css.bak-pre-divi427-fix */

/* Divi 4.27 fuegt in et-core-unified-5.min.css 'body{font-size:14px}' hinzu, das ovids 'body{font-size:1.1rem}' ueberschreibt. Mit body.et_divi_theme erhoehen wir die Specificity auf (0,1,1). */
body.et_divi_theme {
    font-size: 1.1rem;
}

/* aweos-offcanvas-menu 2.0.7 hardcodet '#top-menu{display:flex !important}' (Plugin-Datei Zeile 903). Live-Plugin 1.3 hatte das nicht. Mit body-Prefix erhoehen wir die Specificity, !important ist gegen Plugin-!important noetig. */
@media (min-width: 1350px) {
    body #top-menu-nav,
    body #top-menu {
        display: block !important;
    }
}
