:root {

  --oase: #00a3bb;
  --bluelight: #d0e0ef;
  --dark-light: #666;
  --header_bg: rgb(44, 62, 80);
  --milchglas: rgba(250, 250, 250,0.5);
  --milchglas-dark: rgba(0, 0, 0, 0.2);
}


body,
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
p, li {
  color: var(--dark);
}

h1,.h1,h2,.h2 {
  hyphens: auto;
}

.bg-black-30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.shopvote-reviews-container .review-stars  {
    color:#ffab00;
}


.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: var(--milchglas);
  color: var(--primary);
  border: 1px solid var(--header_bg);
  border-radius: var(--bs-border-radius);
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background-color: var(--milchglas-dark);
}

.totopicon {
  width: 25px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.SumoSelect > .CaptionCont {
    background-color: #fff !important;
    border: 1px solid;
    border-color: #d9d9d9;
    color: #555;
}    

select {
  background-color: #fff;
}

/* RESET */

article.post ul,
.cat_description ul,
.resp-tab-content ul,
.flex_listing_products ul,
article.post ol,
.cat_description ol,
.resp-tab-content ol,
.flex_listing_products ol {
  margin: 0 0 0 20px;
}

.layout_content th {
  text-align: left;
}

.pd_tabs .resp-tabs-list li {
  background: #ddd;
  color: var(--dark);
  border: none;
  margin: 0 5px 0 0;

}

#gotofilter {
    scroll-margin-top: 50px; /* Margin oben hinzufügen */
}

@media only screen and (min-width: 992px) {
#gotofilter {
    scroll-margin-top: 150px; /* Margin oben hinzufügen */
}
}

.cropped {
  max-height: 200px; /* Zeigt die Hälfte des Bildes */
    overflow: hidden;
    position: relative;
}

#popup-content img {
  max-width: 220px;
}
@media only screen and (min-width: 985px) {
  #popup-content img {
    max-width: 500px;
  }
}

#kopfzeile {
  background: var(--header_bg);
}
/*
RAPPiD Wieder einblenden, wenn keine tabs gewünscht sind*/
/*
@media only screen and (min-width: 800px) {
    .pd_tabs h2.resp-accordion {
        display: block;
    }
    .pd_tabs ul.resp-tabs-list {
      display: none;
    }
    .pd_tabs {
        border-top: 1px solid #d9d9d9;
    }
}*/

.lb_buttons {
  display: flex;
  padding: 10px 0 17px 0;
}

.paysymbol {
  width: 74px !important;
}


@media only screen and (min-width: 985px) {
  .lb_buttons {
    padding: 10px 20px 17px 20px;
  }
}

.quick_optionen .SumoSelect > .CaptionCont,
.quick_optionen .SumoSelect > .optWrapper > .options li.opt {
  font-size: 12px !important;
}

.quick_optionen .SelectBox {
    padding: 5px 11px 5px 11px;
    height: 30px;
}

.quick_optionen .SumoSelect > .CaptionCont > span:last-of-type > i:after {
  display: none;
}

.quick_optionen .SumoSelect > .CaptionCont > span:first-of-type {
  padding-right: 0;
}


.mh-20 {
  min-height: 20px !important;
}

.quick_optionen .SumoSelect.open > .optWrapper {
    top: auto; /* Löscht den vorherigen Top-Wert */
    bottom: calc(100% + 1px); /* Positioniert den Wrapper über dem Container */
    
}

.text-primary {
  color: var(--main) !important;
}

.text-grey {
  color: var(--grau) !important;
}

.bg-selected {
  background: var(--bluelight);
}
.bg-oase {
  background: var(--oase);
} 

.aid,.mw-100 {
  max-width:100px;
}

.SelectBox.aid {
    padding: 2px 11px 4px 11px;
    height: 24px;
}

/* BUTTONS */

.btn {
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: top;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.btn-primary {

    background: var(--main) !important;
    border-color: var(--main) !important;
    color: #fff !important;
}

.btn-primary:hover {

    background: var(--main);
    border-color: var(--main);
    opacity: 0.9;
}

.btn-secondary {
    text-decoration: none !important;
    border: 1px solid var(--button2_border, rgba(0, 0, 0, 0.1)) !important;
    background: var(--button2_background, #4d4d4d) !important;
    color: var(--button2_color, #fff)!important;
}

.btn-secondary:hover {
    opacity: 0.8;
    text-decoration: none !important;
}

.btn-success {

    background: var(--success) !important;
    border-color: var(--success) !important;
    color: #fff !important;
}

.btn-success:hover {

    background: var(--success);
    border-color: var(--success);
    opacity: 0.9;
    text-decoration:none;
}

.btn-outline {
    background: none;
   border-color:#fff !important;
    color:  #fff !important;
}

.btn-outline:hover {
 background: #fff;
  color: var(--dark) !important;

}

.btn-outline-dark {

    background: none;
    border: 1px solid var(--dark) !important;
    color: var(--dark) !important;
}

.btn-outline-dark:hover {
  color: #fff !important;
  background: var(--dark);
}

.ratgeber-content ul:not(.options) {
  margin: 10px 0 10px 25px !important;
}
.ratgeber-content ul li {
  padding: 5px 0;
}

.alternativen h3 {
  margin: 0 0 20px 0;
}
.closedAccordion.resp-easy-accordion .resp-tabs-container,
.closedAccordion.resp-easy-accordion .resp-tab-content {
  border: none !important;
}

.closedAccordion.resp-easy-accordion .resp-tab-content {
  padding: 0 0 2.5rem 0;
}

.closedAccordion.resp-easy-accordion h2.resp-accordion,
.closedAccordion.resp-easy-accordion h2.resp-accordion.resp-tab-active {
  padding: 15px 0 !important;
  border: none;
  border-top: 1px solid #d9d9d9;
  background: none !important;
  font-size: 1.2rem;
}

.closedAccordion.resp-easy-accordion .resp-tab-contents:first-child h2.resp-accordion,
.closedAccordion.resp-easy-accordion .resp-tab-contents:first-child h2.resp-accordion.resp-tab-active {
border: none !important;
}

.closedAccordion.resp-easy-accordion .resp-tab-contents:last-child h2.resp-accordion,
.closedAccordion.resp-easy-accordion .resp-tab-contents:last-child h2.resp-accordion.resp-tab-active {
  border-bottom: 1px solid #d9d9d9
}



.text-warning {
  color: var(--success);
}

.text-grey {

  color: var(--subfooter_bg)!important;
}

.text-dark-light {

  color: var(--dark-light)!important;
}

.ratgeber-content img {
  border-radius: 4px;
}

.lb_image:after {
    background: radial-gradient(50% 50% at 50% 50%, transparent 26.5%, rgba(0, 0, 0, .045) 95%);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.bg-footer {
    background-color: var(--secondary);
    background-image: url(/templates/tpl_modified_nova/img/k24/wave.png);
    height: 48px;
}

.bg-grey {
  background: var(--subfooter_bg);
}

@media only screen and (max-width: 767px) {
.bg-grey.bg-mobil-trans {
  background: none !important;
}
}


.bg-dark {
  background: var(--dark) !important;
}

.bg-success {
  background: var(--success) !important;
}

@media only screen and (min-width: 992px) {
  .pd_tabs .resp-tab-content {

    padding: 40px 50px;

  }
}

.menu_items > li.has_sub_cats > a .sub_cats_arrow,
.menu_items > li.has_sub_cats > .nolink .sub_cats_arrow,
.cat_582,
.no_reviews .lb_rating_count,
.no_reviews i,
.copyright{
  display: none;
}

.layout_content image,
.layout_content iframe {
border-radius: var(--bs-border-radius-lg) !important;
}
img.fish {
    width: 23px;
    height: 45px;
}

img.k24 {
width: 116px;
height: 42px;
}

@media only screen and (min-width: 600px) {
    img.fish {
        width: 23px;
        height: 45px;
    }

    img.k24 {
    width: 116px;
    height: 42px;
    }
}

.toggle_footerlinks .content_box_list,
#sidebarmenu ul {
  list-style-type: none;
  margin: 0;
}


.toggle_footerlinks .content_box_header {
  font-weight: bold;
  margin: 10px 0 0 0;
}

#search svg, .shopinfo svg, .svgicon {
    height: 20px;
    opacity: 1;
}

  #product_info input[name="products_qty"],
  .ol_quantity input,
  .ol_quantity input:hover {

    background: #fff;
    border: none;
    border-radius: 4px;
  }


 #product_info .addtobasket_input,
 .ol_quantity {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
 }

#mobile_search {
  height: 40px;
}
 #inc, #dec {
  display: block;
  width: 35px;
  background: #fff;
  color: var(--dark);
  font-size: 18px;
  text-align: center;
 }

#inc {

  padding: 0 4px 0 0;
}




#dec {
  padding: 0 0 0 4px;
}

#inc:hover, #dec:hover
{

  cursor: pointer;
  text-decoration: none;
}

.listingbox a {
  border: none !important;
}

.input-mini {
    max-width: 50px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    line-height: 33px;
    padding: 2px 0 0;
    text-align: center;
    font-size: 1rem !important;
}

.flex_header_row svg {
  width: 23px;
  margin-top: 6px;
}

#cart_short svg {
  width: 28px;
  margin-top: 8px;
}

#ratgeber {
  
      height: 40px;
      width: 40px;
      margin: 0px auto;
      
}



h1,.h1 {
  font-weight:700;
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin:30px 0 20px 0;
  padding:0 0 5px 0;
  border-bottom: none;
} 
  
h2,.h2 {
  font-weight:700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin:25px 0 10px 0;
  padding:0px;
  border-bottom: none;
  padding-bottom:5px;
}

@media only screen and (min-width: 992px) {
  h2,.h2 {
   font-size: 1.8rem;
   line-height: 2.0rem;
  }
 } 

h3,.h3 {
  font-weight:700;
  font-size: 1rem;
  line-height: 1.2rem;
}

@media only screen and (min-width: 992px) {
  h3,.h3 {
   font-size: 1.2rem;
    line-height: 1.5rem;
  }
 } 

h4,.h4 {
  font-weight:900;
  text-transform:none;
  font-size: 1rem;
  line-height: 1.2rem;
  margin:0;
  padding:0;
  border-bottom: none;
}

h5,.h5 {
  font-weight:400;
  font-size: 1.2rem;
  line-height: 2.0rem;
  margin:0 0 10px 0;
  padding:0 0 10px 0;
}



.dm_productinfo table:not(.productcompair),
.shopcontent table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}

.dm_productinfo table > tbody,
.shopcontent table > tbody{
    vertical-align: inherit;
}

.dm_productinfo thead, tbody, tfoot, tr, td, th,
.shopcontent thead {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}


.dm_productinfo table > tbody > tr:nth-of-type(odd) > *,
.shopcontent table > tbody > tr:nth-of-type(odd) > *,
.popupcontent table > tbody > tr:nth-of-type(odd) > *  {
    background-color:  rgba(0,0,0,0.05);
    color: var(--bs-table-striped-color);
}

.dm_productinfo table > :not(caption) > * > *,
.shopcontent table > :not(caption) > * > *,
.popupcontent table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: transparent;
    border-bottom-width: 1px;
    border-color: #d9d9d9;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

table.productcompair th,
table.productcompair td {
  text-align:  center;
  background:  none !important;
  color: inherit;
  border:  none !important;
  border-radius: 0 !important;
}

table.productcompair tr,
.dm_productinfo table.productcompair > tbody > tr:nth-of-type(odd) > *  {
  background: #fff !important;
}

table.productcompair td {
  border-top: 1px solid rgba(0, 0, 0, .07)!important;
  width:  16%;

}

table.productcompair tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, .07)!important;

}


table.productcompair td:first-child {
  border-right: 1px solid rgba(0, 0, 0, .07)!important;
  background:  rgba(0, 0, 0, .05);
}



table.productcompair tbody tr {
  background:  none !important;
}


.qaa .antwort{
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  color: var(--grey-light);
  padding: 0 30px 0 0;
}

.antwort.active {
            max-height: 500px; /* Passe die Höhe an den Inhalt an */
            opacity: 1;
        }

.qaa .frage:last-child:after {
           display: none;
       }


.frage strong {
          display: none;
}


.frage,
.question {
  background: none;
  padding: 10px 10px 10px 0;
  margin-top: 10px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
      display: flex;
      align-items: center;
      width: 100%;
}



.frage::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');

      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      content: "";

      background-repeat: no-repeat;
      background-size: 1.25rem;  
}

.frage:not(.collapsed)::after{
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
}



ul.links.custom-icons li {
  padding: 5px 0;
}

ul.links.custom-icons li::before {
    content: url(/images/icons/ul/fa-arrow-alt-right.svg);
    align-self: flex-start;
}

ul.links.custom-icons {
  margin: 0;
} 

ul.vorteile li::before {
    content: url(/images/icons/ul/fa-plus-circle.svg);
    align-self: flex-start;
    padding: 7px 0 0 0;
}


.teaser-layer {
  position: absolute;
  background: rgba(0, 0, 0, .05);
  z-index: 1;
  width: 100%;
  height: 100%; 
  top:0; left:0;
}

.pd_cols_row ul {
    padding: 35px 0 0 0;
    list-style-type: none;
}

.pd_cols_row li:not(.warnhinweis li), .catbox li {
    position: relative;
    padding: 2px 0 2px 25px;
}

/*@media only screen and (max-width: 450px) {
  .pd_images {
    position: unset;
  }
}*/
.pd_image_big_container {
  overflow: shown;
}

.splide__pagination__page.is-active {
    border-width: 10px !important;
}

.splide__pagination__page {
    width: 10px !important; 
    height: 10px !important;
    background-color: #ccc !important; 
    border-width: 10px !important;
    border-radius: 50% !important;
    margin: 0px !important; 
    opacity: 1 !important;
    transition: background-color 0.3s ease !important;

}


.splide__pagination li {
  padding: 10px 10px !important;
  text-align: center;
  flex: unset !important;
}

.short_desc ul:not(.infolist,.options, .warnhinweis ul) li::before, 
.catbox ul li::before {
    content: url(/images/content/icons/check-circle-light.png);
    width: 18px;
    padding-top: 3px;
    position: absolute;
    left: 0;
}

.warnhinweis p {
  line-height: 1.5 !important;
  margin-left:0.5rem;
}
.warnhinweis img {
  width: 75px;
  height: 75px;
}

.pd_title h1, .text-dark {
  color: var(--dark) !important;
}

.text-success {
  color: var(--success) !important;
}

