/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

:root{
  /** Responsive Font Sizes */
  --font-base-30: clamp(22px, 5vw, 30px) !important;
  --font-base-40: clamp(38px, 5vw, 40px) !important;
  --font-base-60: clamp(26px, 5cqw, 60px) !important;

  --awb-custom_typography_2-font-size: clamp(22px, 5vw, 30px) !important;
  /*--awb-custom_typography_3-font-size: clamp(38px, 5vw, 40px) !important;*/

  --care-color: #0086CB;
  --frash-color: #8DC162;
}

.hide {display:none!important;}

/* --------------- LIST STYLES --------------- */
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}


.feature-list li::before {
  content: "\f2e1";
  font-family: 'FA-6-Sharp-Light' !important;
  color: #0086CB;
}



.fusion-text ul{
  margin: 0;
  padding: 0;
  list-style: none;

  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}

.fusion-text ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}


.fusion-text ul li::before {
  content: "\f2e1";
  font-family: 'FA-6-Sharp-Light' !important;
  color: #0086CB;
}



/* --------------- ZOHO FORM --------------- */
.zoho-form .zcwf_title, .zoho-form input[type="reset"]{
  display: none;
}

.zoho-form input, .zoho-form select{
  background: #f2f9fc !important;
  border-radius: 20px !important;
  border: none !important;
}

.zoho-form input[type="text"]{
  border: none !important;
}

.zoho-form .crmWebToEntityForm{
max-width: unset !important;
}

.zoho-form .zcwf_row{
  width: 33%;
}


.zoho-form form{
  display: flex;
  flex-wrap: wrap;
}

.zoho-form .zcwf_col_fld, .zoho-form .zcwf_col_fld input, .zoho-form .zcwf_lblLeft .zcwf_col_lab {
  width: 100% !important;
}

.zoho-form input[type="submit"]{
 background-color:#0086cb !important;
 font-family:segoe-ui, Arial, Helvetica, sans-serif !important;
 font-size: 16px !important;
 text-transform: uppercase !important;
 padding: 0 !important;
 font-weight: 600 !important;
 letter-spacing: 0.1em;
}


.zoho-form select{
  width: 100% !important;
}


.zoho-form .zcwf_col_lab{
  display: none !important;
}

.zoho-form .zcwf_row {
  margin: 10px 0px !important;
}

.zoho-form #crmWebToEntityForm.zcwf_lblLeft {
  padding: 0 !important;
}

.zoho-form .zcwf_lblLeft .zcwf_col_fld input[type="text"],
.zoho-form .zcwf_lblLeft .zcwf_col_fld textarea {
    border: 0 !important;
    box-shadow: none !important;
}


/* Placeholder von Inputs und Textareas */
/* Placeholder in Inputs und Textareas */
.zoho-form  .zcwf_col_fld input::placeholder,
.zoho-form  .zcwf_col_fld textarea::placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
}

/* Placeholder-Zustand bei Select-Feldern */
.zoho-form .zcwf_col_fld select.has-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
    font-size: 16px !important;
    font-family: inherit !important;
    font-weight: 400 !important;
}

/* Tatsächlich ausgewählte Werte */
.zoho-form-wrapper .zcwf_col_fld input:not([type="submit"]):not([type="button"]):not([type="reset"]),
.zoho-form-wrapper .zcwf_col_fld textarea,
.zoho-form-wrapper .zcwf_col_fld select:not(.has-placeholder) {
    color: #111 !important;
    font-size: 16px !important;
    font-family: inherit !important;
}

.zcwf_submit_row .zcwf_col_fld{
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .zoho-form .zcwf_row {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .zoho-form .zcwf_row {
    width: 100%;
  }
}
/* --------------- MENU --------------- */


/* MENU Hover Effect */
.nav-Indicator a .menu-text {
  position: relative;
}

.nav-Indicator a .menu-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;

  width: 100%;
  height: 2px;
  background-color: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.nav-Indicator a:hover .menu-text::after ,.nav-Indicator .current_page_item .menu-text::after{
  transform: scaleX(1);
  transform-origin: left;
  opacity: 1;
}

.nav-Indicator a:not(:hover) .menu-text::after {
  transform-origin: right;
}




/* */
.navi-desktop{
  display: block;
}

.navi-mobile{
  display: none !important;
}
.navi-mobile .button-default i {
  max-width: 30px !important;
  opacity: 1;
  transform: translateY(0px) !important;
}

@media (max-width: 1300px) {
  .navi-desktop{
    display: none !important;
  }

  .navi-mobile{
    display: block !important;
  }
}

/* --------------- HOME HERO --------------- */

.home-hero-greenWave {
  position: absolute;
  right: 0;
  bottom: 150px;
  width: min(1092px, 90vw);
  height: auto;
  display: block;
}

@media (max-width: 1440px) {
  .home-hero-greenWave {
    bottom: 80px;
  }
}

@media (max-width: 800px) {
  .home-hero-greenWave {
    bottom: 50px;
  }
}

@media (max-width: 425px) {
  .home-hero-greenWave {
    bottom: 30px;
  }
}


.hero-section-separator {
  display: grid;
  grid-template-areas: "stack";
  line-height: 0;
  width: 100vw !important;

  position: absolute;
  z-index: -1;

}

.hero-section-separator .wave, .footer-section-separator .wave {
  grid-area: stack;
  width: 100%;
  height: 100%;
  display: block;
}


.hero-section-separator .wave--blue {
  z-index: 2;
}

.hero-section-separator-column .fusion-column-wrapper{
  align-items: center;
}

.hero-section-separator-column{
  height: 0;
}

.hero-section-separator i{
  color: #ffffff;
    left: 50%;
    position: absolute;
    translate: -50%;
    z-index: 3;
    font-size: 30px;
    top: calc(50% + 50px);
}

.home-hero-subtitle{
  white-space: nowrap;
  font-size: var(--font-base-60);
}


.hero-subtitle{
  white-space: nowrap;
  font-size: var(--font-base-60);
}


@media (max-width: 768px) {
  .hero-subtitle{
    white-space: wrap;
  }
}

/* --------------- HOME WAVES --------------- */
.moving-wave-section svg{
  overflow: visible !important;
  max-height: 600px;
}


@media (max-width: 450px) {
  .nav-logo img{
    max-width: 80px;
  }
}
/* --------------- BUTTONS --------------- */
.button-default i{
    max-width: 0px !important;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out !important;
    margin: 0;
    opacity: 0;
    transform: translateY(3px);
}

.button-default:hover i{
    max-width: 30px !important;
    opacity: 1;
    transform: translateY(0px);
}

.button-default i:before{
  margin-left: 10px;
}

/*Farbvariationen*/
.default-btn-white-blue , .default-btn-white-green{
    background-color: #fff !important;
}
.default-btn-white-blue span, .default-btn-white-blue i {
    color: #0086CB !important;
}

.default-btn-white-green span, .default-btn-white-green i {
    color: #8DC162 !important;
}


/* --------------- FEATURE GRID --------------- */
.WES_features_grid {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(7, minmax(44px, auto));
    grid-template-areas:
      "a . c"
      "a b c"
      "a b c"
      "d b f"
      "d e f"
      "d e f"
      ". e .";
  }

  .WES_features_grid .WES_feature_card {
    background: rgba(255, 255, 255, 0.20);
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }
  
  .WES_features_grid .WES_feature_card p {
    font-size: 16px;
    margin-bottom: 0 !important;
  }
    
  .WES_features_grid .WES_feature_icon {
    margin-bottom: 20px;
    font-size: 33px;
    max-height: 33px;
    max-width: fit-content;
  }
  
  .WES_features_grid .WES_card_a {    grid-area: a;  }
  .WES_features_grid .WES_card_b {    grid-area: b;  }
  .WES_features_grid .WES_card_c {    grid-area: c;  }
  .WES_features_grid .WES_card_d {    grid-area: d;  }
  .WES_features_grid .WES_card_e {    grid-area: e;  }
  .WES_features_grid .WES_card_f {    grid-area: f;  }
  
  @media (max-width: 700px) {
    .WES_features_grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      grid-template-rows: auto;
      gap: 10px;
      grid-template-areas:
        "a b"
        "c d"
        "e f";
    }
  
    .WES_features_grid .WES_feature_card {
      min-height: 200px;
    }


  }
  
  
  @media (max-width: 400px) {
    .WES_features_grid {
      grid-template-columns: minmax(0, 1fr);
      grid-template-areas:
        "a"
        "b"
        "c"
        "d"
        "e"
        "f";
    }
    .WES_features_grid .WES_feature_card {
        min-height: 145px;
    }     
  }


  /* --------------- FEATURES ROW --------------- */

  .WES_features_row .WES_feature_card {
    background: rgba(255, 255, 255, 0.20);
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
  }
  
  .WES_features_row .WES_feature_card p {
    font-size: 16px;
    margin-bottom: 0 !important;
  }
    
  .WES_features_row .WES_feature_icon {
    margin-bottom: 27px;
    font-size: 33px;
    max-height: 33px;
    max-width: fit-content;
  }

  .WES_features_row {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 28px;
    width: 100%;
  }

  @media (max-width: 1200px) {
    .WES_features_row {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 768px) {
    .WES_features_row {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

  }
  
  @media (max-width: 400px) {
    .WES_features_row {
      grid-template-columns: 1fr;
    }
  }


/* --------------- IMG GLOW --------------- */
  .img-bg-glow {
    position: relative;
    overflow: visible !important;
    isolation: isolate;
  }

  .img-bg-glow .fusion-imageframe {
    overflow: visible !important;
  }

  .img-bg-glow img,
  .img-bg-glow picture {
    position: relative;
    z-index: 1;
  }

  /*
  .img-bg-glow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    mix-blend-mode: soft-light;
    filter: blur(28px);
    pointer-events: none;
  }*/

  
  .img-bg-glow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    mix-blend-mode: soft-light;
    pointer-events: none;
    aspect-ratio: 1 / 1;
    filter: blur(300px);
  }



/* --------------- REQUEST FORM --------------- */
.request_form *::placeholder, .request_form select:invalid, .request_form .select-arrow svg path, .request_form label {
  color: rgba(0, 0, 0, 0.3) !important;
  stroke: rgba(0, 0, 0, 0.3) !important;
}

.request_form .fusion-form-checkbox label:before {
  height: 16px !important;
  top: 10px !important;
  min-width: 16px !important;
  border-radius: 0px !important;
}


.request_form .fusion-form-checkbox label:after {
  width: 10px !important;
  height: 10px !important;
  left: 4px !important;
  border-radius: 0px !important;
  top: 10px !important;
}


.request_form .fusion-form-checkbox label {
  padding: 0 0 0 2.2em !important;
}


/*  --------------- FOOTER --------------- */

.WES_Foo{
  color: #fff;
  /*display: flex;
  gap: 20px 50px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;*/
}

.WES_Foo-copy{
  font-size: 15px;
  opacity: .5;
}

.foo_mail{
  display: flex;
  gap: 10px;
  align-items: center;
}

 .foo_mail i{
  color: #0086CB !important;
}


.WES_Foo-tag{
  font-size: clamp(20px, 3vw, 30px);
  letter-spacing: 0.05em;
}



.foo_row {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.footer-section-separator {
  display: flex;
  align-items: flex-end;
  margin-bottom: -1px;
}


.WES_Foo-links{
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  gap: 10px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}



/*
.footer-section-separator{
  display: flex;
  align-items: flex-end;
  margin-bottom: -50px;
}*/



#request-container{
  margin-bottom: -25%;
}

@media (max-width: 1920px) {
#request-container {
    margin-bottom: -20%;
  }
}

@media (max-width: 750px) {
  .footer-section-separator {
    margin-bottom: -1px;
  }

  .WES_Foo-copy {
    order: 4;
}
}

@media (max-width: 480px) {
  .WES_Foo .WES_Foo-links {
    gap: 10 15px;
    font-size: 12px;
    justify-content: flex-start;
  }

  .WES_Foo {
    color: #fff;
    gap: 20px;
    display: flex;
    flex-direction: column;
  }

  .foo_row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
    flex-direction: column;
  }
}

/* --------------- DECO BUBBLES --------------- */
.wave-deco_sec_01, .wave-deco_sec_02{
    margin: 0 max(30px, calc((100vw - 1600px) / 2));
    display: flex;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  
}


@media (max-width: 640px) {
  .wave-deco_sec_01, .wave-deco_sec_02{
    opacity: .3;
  }

  .bg-bubble{
    border: 3px solid #fff !important;
  }

  .bubble-sec1-01, .bubble-sec2-01{
    height: 20px !important;
  }
  
  .bubble-sec1-02, .bubble-sec2-02{
    height: 50px !important;
  }
  
  .bubble-sec1-03, .bubble-sec2-03{
    height: 30px !important;
  }

  .wave-deco_sec_01 img, .wave-deco_sec_02 img{
    width: 50px !important;
    height: auto !important;
  }
}


.wave-deco_sec_02 {
  right: 0;
}

.bg-bubble{
  /*height: 50px;*/
  display: block;
  aspect-ratio: 1 / 1;
  border: 4px solid #fff;
  border-radius: 50px;
  margin: 20px;
  transition: all 0.3s ease;
}

.bubble-sec1-01, .bubble-sec2-01{
  height: 30px;
}

.bubble-sec1-02, .bubble-sec2-02{
  height: 70px;
  justify-content: flex-end;
  align-self: flex-end;
}

.bubble-sec1-03, .bubble-sec2-03{
  height: 50px;
  left: 50px;
  position: relative;

}

.bubble-wrapper {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.we-care_bub.wave-deco_sec_01 {
  right: clamp(-250px, -10vw, -20px) !important;
  margin: 0;
  top: -80px;
  transform: unset !important;
}

.we-care_bub.wave-deco_sec_01 .bg-bubble{
  margin: 40px 0;
}


/*
.about_bub .bg-bubble{
  border: 4px solid #2D3F56;
  margin: 0 20px;
}

.about_bub{
  display: flex;
  flex-direction: row;
  gap: 50px;
  height: 100%;
  justify-content: flex-end;
}

.about_bub .eye_drop{
  position: relative;
}

.about_bub .eye_drop img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_bub .bubble-sec1-02{
  align-self: flex-start;
}

.about_bub .eye_drop{
  align-self: center;
}

.about_bub  .bubble-sec1-03 {
  height: 50px;
  left: unset; 
  position: relative;
  top: 120px;
}*/



.about_bub {
  position: relative;

  width: min(100%, 402px);
  aspect-ratio: 402 / 390;

  margin-inline: auto;
}

/* Alle direkten Elemente innerhalb der Grafik */
.about_bub > * {
  position: absolute;
  display: block;
}

/* Flasche */
.about_bub .eye_bottle {
  top: 25.5%;
  left: 33.5%;

  /*width: 13.7%;*/
  height: auto;
}

/* Tropfen */
.about_bub .eye_drop {
  top: 80%;
  left: 65%;

  /*width: 13%;*/
  height: auto;
}

/* Allgemeines Aussehen der Kreise */
.about_bub .bg-bubble {
  border: 4px solid #2D3F56;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

/* Kreis links */
.about_bub .bubble-sec1-02 {
  top: 34.5%;
  left: 0%;

  /*width: 8.5%;*/
  aspect-ratio: 1;
}

/* Kleiner Kreis rechts */
.about_bub .bubble-sec1-01 {
  top: 38.5%;
  left: 100%;

  /*width: 5%;*/
  aspect-ratio: 1;
}

/* Großer Kreis oben rechts */
.about_bub .bubble-sec1-03 {
  top: 15.5%;
  left: 73.5%;

  /*width: 12%;*/
  aspect-ratio: 1;
}

/* --------------- KNOWLEDGE CARD --------------- */

.knowledge_card img{
  transform: scale(1);
  transition: all 0.3s ease;
}

.knowledge_card:hover img{
  transform: scale(1.05);
}

.topic-txt-limit {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.topic-txt-limit::after {
  content: "[...]";
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 0.25em;
  background: white; /* an Hintergrund anpassen */
}


.topic-read-more{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-top: 1px solid;
}

.topic-read-more:before{
  font-family: 'FA-Classic-Regular' !important;
  content: "\e905";
  margin-top: 3px;
  transition: all 0.3s ease;
}

.topic-read-more p{
  margin-bottom: 0 !important;
}


.knowledge_card:hover .topic-read-more:before{
  transform: translateX(5px);
}

.topic_card-title h2{
  transition: all 0.3s ease;
}


.knowledge_card:hover .topic_card-title h2{
  color: var(--care-color) !important;
}

/*
.card_green_higlights .knowledge_card:hover .topic_card-title h2{
  color: var(--frash-color) !important;
}

.card_green_higlights .topic-read-more{
  color: var(--frash-color) !important;
}
*/

/* TOPIC Details*/
.topic_content .fusion-fullwidth{
  padding: 50px 0 !important;
}


.topic_img{
  width: 100%;
}


.topic_date{
  display: flex;
}

.topic_date:before{
  content: "";
  height: 100%;
  width: 4px;
  background-color: var(--care-color);
  display: flex;
  margin-right: 10px;
}


.cta_container{
  display: flex;
  /*padding-right: 50px;*/
  justify-content: space-between;
}

.cta_container[data-product="we-care"]{
  background: linear-gradient(to right, #0086CB 0%, #00A4DE 100%);
}


.cta_container[data-product="we-fresh"]{
  background: linear-gradient(to right, #8DC162 0%, #ABD77F 100%);
}


.cta_container .cta_produkt-img{
  max-height: 280px;
}


.cta_content{
  width: 60%;
  padding: 45px 0 45px 45px;
}

.cta_title{
  margin-top: 0 !important;
  color: #fff !important;
  font-size: 40px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
}

.cta_subheadline{
  margin-bottom: 20px !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
}


.cta-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding:20px !important;
  width: 100%;
  color: #fff !important;
}

.cta-btn[data-product="we-care"]  {
  background: linear-gradient(to right, #0086CB 0%, #00A4DE 100%);
}

.cta-btn[data-product="we-fresh"]  {
  background: linear-gradient(to right, #8DC162 0%, #ABD77F 100%);
}

.cta-btn p{
  margin:  0 10px 0 0!important;
}

.cta-btn img{
  margin:  0 auto 0 0!important;
}



.topic_request_prod{
  --awb-inner-bg-position: 90% center !important;
  --awb-inner-bg-size: 1 !important;
}



@media (max-width: 640px) {
  .about-commitment{
    --awb-bg-image: none !important;
  }


  .cta_container {
    flex-direction: column;
}

  .cta_content {
    width: 100%;
    padding: 30px 30px 0px 30px;
}

.cta_container .cta_produkt-img {
  max-width: 60vw;
  align-self: center;
}

}


/* --------------- Knowledge base filter --------------- */
.wpc-filters-scroll-container {
  margin-bottom: 70px;
}

.wpc-filters-widget-wrapper{
  border-bottom: 1px solid #2D3F56;
  padding: 0 0 20px 0;

  gap: 10px;
  display: flex !important;
}

.nb_filter .wpc-filters-section{
  margin: 0 10px 0 0 !important;
}

.nb_filter .wpc-filter-header{
  display: none !important;
}

.nb_filter .wpc-filters-widget-select, .nb_filter .wpc-filters-ul-list {
  margin: 0 !important;
}

.nb_filter .wpc-filters-widget-select{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.nb_filter .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{
  border-radius: 0px !important;
  border: 1px solid #2D3F56;
  text-transform: uppercase !important;
  font-size: 16px !important;
  letter-spacing: 0.1em !important;
}

.nb_filter .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{
  border-radius: 0px !important;
}

.nb_filter .wpc-filter-link{
  margin: 0 !important;
  color: #2D3F56;
  font-weight: 600 !important;
}

.nb_filter .wpc-label-input[checked="checked"] ~ label{
  border: 1px solid #0086CB !important;
}

.nb_filter .wpc-filter-label-wrapper{
  padding: 5px 15px !important;
}

.nb_filter .wpc-filter-label-wrapper{
  transition: all 0.3s ease;
}


.wpc-filters-widget-select{
  border-radius: 20px !important;
  border: 1px solid #000000 !important;
}

.wpc-search-field {
  border-radius: 20px !important;
  background: #F4F5F6 !important;
  border: none !important;
}



.wpc-filters-section{
  max-width: fit-content !important;
}

.wpc-filter-content.wpc-filter-produkt{
  width: 150px !important;
  max-width: 150px !important;
}

.wpc-filter-layout-search-field{
  max-width: 250px !important;
  border-radius: 20px;
}

.wpc-filters-section.wpc-filters-section-720.wpc-filter-zielgruppe.wpc-filter-taxonomy.wpc-filter-layout-labels.wpc-counter-length-1.wpc-filter-full-height.wpc-filter-terms-count-2.wpc-filter-visible-term-names {
  margin-right: auto !important;
}


.wpc-filters-section.wpc-filters-section-720.wpc-filter-zielgruppe.wpc-filter-taxonomy.wpc-filter-layout-labels.wpc-counter-length-1.wpc-filter-has-selected.wpc-filter-full-height.wpc-filter-terms-count-2.wpc-filter-visible-term-names {
  width: unset;
}


@media (max-width: 700px) {
  .wpc-filters-section.wpc-filters-section-720.wpc-filter-zielgruppe.wpc-filter-taxonomy.wpc-filter-layout-labels.wpc-counter-length-1.wpc-filter-has-selected.wpc-filter-full-height.wpc-filter-terms-count-2.wpc-filter-visible-term-names{
    width: 100% !important;
    max-width: unset !important;
  }
}

@media (max-width: 454px) {
  .wpc-filters-section{
    width: 100% !important;
    max-width: 100% !important;
  }

    .wpc-filter-content.wpc-filter-produkt {
      width: 100% !important;
      max-width: 100% !important;
  }
  .nb_filter .wpc-filters-section {
    margin: 0 0px 0 0 !important;
}
}