@font-face {
    font-family: 'own Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v15-latin-regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), url('fonts/open-sans-v15-latin-regular.woff') format('woff'), url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
    font-display: swap;
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/Caveat-Regular.ttf');
}

body {
    /* FontAwesome SVG Icons nehmen reguläre (Text-)Farbe an) */ /* Prüfen ob nach CDN einbindung immernoch von nöten ist, da keine svg Elemente mehr von Nöten */
    fill: currentColor;
    
    font-family: 'own Open Sans', helvetica, arial, sans-serif;
    color: #595959;
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
}
svg {
    /* FontAwesome SVG Icons nehmen reguläre (Text-)Farbe an) */ /* Prüfen ob nach CDN einbindung immernoch von nöten ist, da keine svg Elemente mehr von Nöten  */
    fill: currentColor;
}
.fas {
    height: 14px;
    width: 14px;
}
#back-to-top .fas {
    height: 24px;
    width: 24px;
}
.breadcrumb-text .fas {
   height: 12.25px;
   width: 14px; 
}
.btn .fas {
    width: 16px;
    height: 16px;
}

.tuerkis {
  color: #117A88;
}

.gruen {
   color: #006644;
}

a {
   color: #595959;
}

a:hover, a:focus {
  color: #117A88;
  text-decoration: none;
}

h1, h2, h3, a.h2-link, a.h3-link, .h3-headline, .h2 {
  color: #595959;
}

h1 {
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  margin: 11px 0 19px 0;
}

h2, a.h2-link, h1.index, .h2 {
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
  margin: 10px 0 20px 0;
}

/* === NAVIGATION === */

#main-nav-top {
  background: #fff;
  height: 1px;
}

nav.main-nav {
  width: 100%;
  background: #fff;
  z-index: 1038;
  position: sticky;
  position: -webkit-sticky; /* Safari */
  top: 0;
}

nav.main-nav.main-nav-sticky  {
  border-bottom: 1px solid #eee;
}

nav.main-nav:after {
  content: "";
  display: block;
  clear: both;
}

/* Alle Labels und Input Element ausblenden */
nav.main-nav .main-nav-sticky-logo,
nav.main-nav .main-nav-toggle,
nav.main-nav input[id^=navdrop] {
  display: none;
}
nav.main-nav .main-nav-sticky-icons {
  visibility: hidden;
}

nav.main-nav.main-nav-sticky .main-nav-sticky-logo {
  display: inline-block;
}

nav.main-nav.main-nav-sticky .main-nav-sticky-logo a {
  padding-right: 5px;
}

nav.main-nav.main-nav-sticky .main-nav-sticky-logo img {
  height: 27px;
}

.main-nav-sticky-icons {
  display: block;
  max-width: 1px;
  height: 24px;
  transition: max-width 0.5s;
}

nav.main-nav.main-nav-sticky .main-nav-sticky-icons {
  visibility: visible;
  overflow: hidden;
  float: right;
  max-width: 150px;
  margin-right: 12px;
  padding-top: 4px;
}

nav.main-nav.main-nav-sticky .main-nav-sticky-icons:after {
  content: "";
  display: block;
  clear: both;
}

nav.main-nav.main-nav-sticky .main-nav-sticky-icons .fas {
  height: 18px;
  width: 18px;
}

nav.main-nav.main-nav-sticky .main-nav-sticky-icons a {
  display: inline;
  padding: 6px;
}

nav.main-nav.main-nav-sticky .main-nav-sticky-icons .main-nav-search-button .fas {
  margin: 0;
  padding-right: 3px;
}

nav.main-nav label {
  margin: 0;
  cursor: pointer;
}

nav.main-nav ul {
  /* float: left; */
  margin: 0;
  padding: 0;
  list-style: none;
}

nav.main-nav ul li {
  margin: 0;
  float: left;
  background-color: #fff;
}

nav.main-nav ul a,
nav.main-nav ul span {
  color: #595959;
  display: block;
  padding: 0 16px;
  font-size: 18px;
  line-height: 35px;
  text-decoration: none;
  transition: font-size 0.2s ease-out;
}

nav.main-nav ul li span:hover {
  color: #595959;
} 

nav.main-nav.main-nav-sticky > ul > li > a,
nav.main-nav.main-nav-sticky > ul > li > span {
  font-size: 16px;
  padding: 0 8px;
}

nav.main-nav ul li ul li:hover {
  background-color: #117A88;
}

nav.main-nav ul li ul li:hover > a,
nav.main-nav ul li ul li:hover > span {
  color: #fff;
}

nav.main-nav ul ul {
  display: none;
  position: absolute;
  top: 35px;
}

nav.main-nav ul ul li {
  float: none;
  display: list-item;
  position: relative;
  border: 1px solid #eee;
  border-top: none;
}

nav.main-nav ul ul li:first-child {
  border-top: 1px solid #eee;
}

nav.main-nav ul ul li a,
nav.main-nav ul ul li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 8px 15px;
}

nav.main-nav > ul > li > a:after,
nav.main-nav > ul > li > span:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .13em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

nav.main-nav .main-nav-logo,
nav.main-nav .main-nav-icons,
nav.main-nav .main-nav-call {
  display: none;
}

.taxinfo {
  line-height: 16px;
}

.equipment-desc {
  color: white;
  background-color:#117A88;
  line-height: 2rem;
  max-width: 167px;
}

p.equipment-desc a {
  color: white;
}

p.equipment-desc a:hover {
  color: white;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  nav.main-nav ul li:hover > ul {
   display: inherit;
  }
}

@media (max-width: 767px) {
  
  /* Navigationsleiste */
  nav.main-nav .main-nav-sticky-logo,
  nav.main-nav.main-nav-sticky .main-nav-sticky-logo,
  nav.main-nav .main-nav-sticky-icons,
  nav.main-nav.main-nav-sticky .main-nav-sticky-icons,
  #main-nav-top {
    display: none;
  }

  nav.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100VW;
    background-color: white;
    border-bottom: 1px solid #eeeeee;
  }

  /* Hamburger Menü */
  #main-nav-toggle {
    display: inline-block;
    width: 45px;
    height: 40px;
    position: relative;
    cursor: pointer;
    margin-left: 15px;
  }

  /* Hamburger Menü Linien */
  nav.main-nav > label .nav-icon {
    position: absolute;
    left: 10px;
    height: 3px;
    width: 25px;
    background: #595959;
    border-radius: 2px;
    display: block;
    transition: 0.4s;
    transform-origin: center;
  }

  /* Positionierung der Linien */
  nav.main-nav > label .nav-icon:nth-child(1) { top: 13px; }
  nav.main-nav > label .nav-icon:nth-child(2) { top: 20px; }
  nav.main-nav > label .nav-icon:nth-child(3) { top: 27px; }

  /* Animation der Linien */
  #navdrop-x:checked + .main-nav-toggle .nav-icon:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  
  #navdrop-x:checked + .main-nav-toggle .nav-icon:nth-child(2) {
    opacity: 0;
  }
  
  #navdrop-x:checked + .main-nav-toggle .nav-icon:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }

  /* Logo */
  nav.main-nav .main-nav-logo {
    display: inline-block;
    vertical-align: top;
  }

  nav.main-nav .main-nav-logo img {
    display: block;
    height: 32px;
    margin-top: 5px;
    margin-left: 2px;
  }

  /* Navigations Icons rechte Seite */
  nav.main-nav .main-nav-icons {
    display: block;
    float:right;
    margin-right: 25px;
  }

  nav.main-nav .main-nav-icons a {
    color: #595959;
  }

  nav.main-nav .main-nav-icons .fas {
    height: 26px;
    width: 26px;
    margin-left: 15px;
    margin-top: 7px;
  }

  /* Clearfix wegen float: right */
  nav.main-nav .main-nav-icons:after {
    content: "";
    display: block;
    clear: both;
  }
  
  nav.main-nav ul .main-nav-toggle+a,
  nav.main-nav ul .main-nav-toggle+span,
  nav.main-nav .main-nav-menu {
    display: none;
    height: 0;
  }
  
  nav.main-nav .main-nav-menu {
    overflow: scroll;
    height: calc(100vh - 50px); 
  }
  
  nav.main-nav .main-nav-toggle {
    display: block;
    padding: 0 26px;
    color: #595959;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    text-decoration: none;
    border: none;
  }
  
  [id^="navdrop"]:checked ~ ul {
    display: block;
  }
  
  nav.main-nav ul li label > span {
    float: right;
  }
  
  nav.main-nav ul li {
    display: block;
    width: 100%;
    border-top: 1px solid #eeeeee;
  }
  
  nav.main-nav ul li ul li:hover > a,
  nav.main-nav ul li ul li:hover > span {
	color: #595959;
  }
  
  nav.main-nav ul ul a,
  nav.main-nav ul ul span {
    padding: 0 40px;
  }
  
  nav.main-nav ul ul {
    float: none;
    position: static;
    color: #595959;
  }
 
  nav.main-nav ul ul li {
    display: block;
    width: 100%;
    border: none;
  }
  
  nav.main-nav ul ul li a,
  nav.main-nav ul ul li span {
    padding-left: 43px;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    background-color: #fcfcfc;
  }
  
  nav.main-nav .main-nav-call {
    display: block;
    padding-top:10px;
    text-align: center;
  }
  
  nav.main-nav .main-nav-call a {
    margin: 0 25px;
  }
}

/* === STATISCHE SEARCHBAR === */

#search-container {
  position: absolute;
  top: 36px;
  right: 0;
  width: 50%;
  padding: 10px 15px;
  z-index: 1039;
  background: #fff;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
  #search-container {
    position: fixed;
    top: 46px;
    left: 0;
    width: 100%;
    padding: 20px;
    border-left: none;
  }
}

@media (min-width: 576px){
  .gift-input {
    margin-bottom: 20px;
  }
  .order-details-hr {
    margin-top: 0;
  }
}

nav.main-nav .main-nav-search-button  {
  cursor: pointer;
}

nav.main-nav .main-nav-search-button:hover {
  color: #117A88;
}

nav.main-nav .main-nav-search-button .fas {
  margin-top: 8px;
  width: 22px;
  height: 22px;
}


/* === === */

@media (max-width: 576px){
  h1 {
    font-size: 28px;
    line-height: 35px;
    margin: 9px 0 16px 0;
  }
  h2, h1.index, .h2 {
    font-size:20px;
    line-height: 26px;
    margin: 8px 0 16px 0;
  }
}

a.h2-link, a.h3-link {
  margin:0;
}

h3, a.h3-link, .h3-headline {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 400;
  margin: 10px 0 10px 0;
  text-decoration: none !important;
}

h4, .h4, .conf-headline {
  font-size: 1em;
  line-height: 155%;
  font-weight: bold;
  color: #595959;
  margin: 1em 0;
  
}
.conf-headline {
  margin: 10px 0 5px 0;
  line-height: 1em;
}

.conf-headline {
  font-size: 1.15em;
  line-height: 1.5em;
  font-weight: bold;
}

.hidden, #set {
  display: none;
}

.custom-btn i {
  margin: 0 5px;
}

.btn-outline-primary.custom-btn {
  font-family: 'own Open Sans', helvetica, arial, sans-serif;
  color: #117A88;
  border-color: #117A88;
}

.btn-primary.custom-btn {
  font-family: 'own Open Sans', helvetica, arial, sans-serif;
  background-color: #117A88;
  border-color: #117A88;
  color: white;
 /* margin-bottom:15px; */
}

.btn-primary.custom-btn:hover,
.btn-outline-primary.custom-btn:hover {
  background-color: #0d646f;
  border-color: #0d646f;
  color: white;
  text-decoration: none;
}

.btn-danger.custom-btn {
  font-family: 'own Open Sans', helvetica, arial, sans-serif;
  background-color: rgb(220,53,69);
  border-color: rgb(220,53,69);
  color: white;
}

.btn-danger.custom-btn:hover {
  background-color: rgb(200,53,69);
  border-color: rgb(200,53,69);
  color: white;
  text-decoration: none;
}

.wrapper {
    background-color: #ffffff;
    width: 1200px;
    margin: auto;
    box-shadow: 2px 15px 15px #dddddd; /* später weg damit... */
    margin-bottom: 10px;
    padding: 5px 10px 50px 10px;
}

@media (max-width: 1199px) {
  .wrapper {  
	  width: 100%;
    margin-bottom: 0;
    padding-bottom: 80px;
	  box-shadow: 0px 0px 0px #dddddd;
  }
}

@media (max-width: 767px) {
  .wrapper {
      width: 100%;
      margin-top: 45px;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 80px;
      box-shadow: none;
  }
}

.slogan {
  font-weight: 400;
  line-height: 20px;
}
.info-img {
  padding-left: 0;
}

.logo-small img {
  height: 28px;
}

@media (max-width: 1140px) {
  .slogan {
    padding-left: 10px;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  } 
}

@media (max-width: 920px) {
  .slogan {
    font-size: 10px;
    line-height: 16px;
  }
}

.bg-light {
  background-color: white !important;
}

.logo-small {
  display:none;
}

#nav-icons {
  display:none;
}

.phone-info, .search-icon {
  cursor: pointer;  
}

.phone-info:hover, .search-icon:hover {
  color: #1499aa;
}


button.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler>.close-ico {
  display:inline; 
}

.navbar-toggler.collapsed>.close-ico,
.navbar-toggler:not(.collapsed)>.navbar-toggler-ico {
  display: none;
}

@media (max-width: 767px) {    
  .navbar-light .navbar-toggler {
    padding-left: 0;
    border: none;
  }
}

@media(max-width: 320px) {
    .phone-info {
        display: none;
    }
}
/* iPad */
@media(min-width: 415px) and (max-width: 767px) {
    .phone-info {
        display: none;
    }
    .search-icon {
        display: none;
    }
    ul.navbar-nav {
        margin-top: 0;
    }
}

.line {
  margin-top: 4px;
  padding: 0 15px;
}

.line div {
  border-bottom: 1px solid #cccccc;
}

.collapsing {
    -webkit-transition: all 0.01s ease-out;
    -o-transition: all 0.01s ease-out;
    transition: all 0.01s ease-out;
}

#discount-banner-container {
  position: fixed;
  left:0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index:1040;
  display: flex;
  justify-content: center;
  align-items: center;
}

#discount-banner {
  position: relative;  
  padding:0;
  background-color: #fafafa;  
  border-radius: 5px;  
  box-shadow: 0 14px 22px 0 rgba(0, 0, 0, 0.6), 0 15px 35px 0 rgba(0, 0, 0, 0.6);
}

.discount-banner-image {
  width: 345px;
  overflow: hidden;
}

.discount-banner-text {
  width: 345px;
  padding: 25px;
  text-align: center;
  font-weight: bold;
}

@media(max-width: 767px) {
  .discount-banner-image {
    display: none;
  }
}

#discount-banner .head {
  font-size: 1.5rem;
  color: #117A88;
}

#discount-banner button {
  width: 100%;
}

#discount-banner > .discount-banner-closing {
  position: absolute;
  display:inline-block;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}

#discount-banner > .discount-banner-closing:before,
#discount-banner > .discount-banner-closing:after {
  position: absolute;
  left: 13px;
  top: 5px;
  content: "";
  height: 18px;
  width: 2px;
  background-color: black;
}

.countdown { opacity: 0; transition: opacity 0.3s ease-in-out; }
.countdown.show { opacity: 1; }

#notice-container {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: black;
  z-index: 1100;
}

@media (max-width: 767px) {
  #discountNotice {
    top: 46px;
  }
}

#notice-container > div {
  padding: 15px 10px;
}

#discountNotice, .discountNotice {
  position: relative;
  padding: 0.8rem 0.6rem;
  background: #b10000;
  color: #fff;
  font-size: 1rem;
}
#discountNotice p {
  margin-bottom: 8px;
}
#discountNotice > .closeing {
  position: absolute;
  display:inline-block;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #595959;
  background-color: #134e5e;
  cursor: pointer;
}

#discountNotice > .closeing:hover {
  border-color: #000;
}

#discountNotice > .closeing:before,
#discountNotice > .closeing:after {
  position: absolute;
  left: 13px;
  top: 5px;
  content: "";
  height: 18px;
  width: 2px;
  background-color: #fff;
}

#discountNotice > .closeing:before,
#discount-banner > .discount-banner-closing:before {
  transform: rotate(45deg);
}

#discountNotice > .closeing:after,
#discount-banner > .discount-banner-closing:after {
  transform: rotate(-45deg);
}

#discountNotice > .closeing:hover:before,
#discountNotice > .closeing:hover:after {
  background-color: #000;
}

/* ===== Staffelrabatt-Banner (Desktop: alles · Mobil: Stufen bleiben, Zusatz wechselt) ===== */
#discountTiers {
  position: relative;
  background: #117A88;
  color: #fff;
  font-size: 1rem;
  padding: 0.7rem 2.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}
#discountTiers .dt-main {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
#discountTiers .dt-lead {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  opacity: 0.72;
}
#discountTiers .dt-stages {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}
#discountTiers .dt-sep { opacity: 0.4; }
#discountTiers .dt-seg {
  display: inline-flex;
  align-items: baseline;
  gap: 0.28rem;
  padding: 0.14rem 0.5rem;
  border-radius: 0.3rem;
  opacity: 0.7;
  transition: opacity 0.25s, background 0.25s;
}
#discountTiers .dt-seg b { font-size: 1.05rem; font-weight: 700; }
#discountTiers .dt-seg i { font-style: normal; font-size: 0.74rem; opacity: 0.85; white-space: nowrap; }
#discountTiers .dt-seg.dt-active { opacity: 1; background: #fff; color: #0c5d68; }
#discountTiers .dt-vrule { width: 1px; height: 22px; background: rgba(255,255,255,0.32); }
#discountTiers .dt-extra {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
#discountTiers .dt-ex {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
#discountTiers .dt-ex-cd { font-weight: 600; }
#discountTiers .dt-fomo {
  font-weight: 700;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: #ffd27a;
  color: #5a3d00;
  padding: 0.16rem 0.7rem;
  border-radius: 1rem;
  white-space: nowrap;
}
#discountTiers .dt-clock { font-weight: 700; font-variant-numeric: tabular-nums; }

#discountTiers > .dt-info {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  right: 55px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
  user-select: none;
}
#discountTiers > .dt-info:hover {
  background-color: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-50%) scale(1.08);
}

#discountTiers > .closeing {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  border: 1px solid #595959;
  background-color: #134e5e;
  cursor: pointer;
}
#discountTiers > .closeing:before,
#discountTiers > .closeing:after {
  position: absolute;
  left: 13px;
  top: 5px;
  content: "";
  height: 18px;
  width: 2px;
  background-color: #fff;
}
#discountTiers > .closeing:before { transform: rotate(45deg); }
#discountTiers > .closeing:after { transform: rotate(-45deg); }
#discountTiers > .closeing:hover { border-color: #000; }
#discountTiers > .closeing:hover:before,
#discountTiers > .closeing:hover:after { background-color: #000; }

/* Mobil: Stufen bleiben in Zeile 1, FOMO/Countdown wechseln in Zeile 2 */
@media (max-width: 767px) {
  /* Banner sitzt unter der fixed Mobile-Nav (47px hoch) — Nav bleibt sauber bei top:0 */
  body.has-discount-tiers #notice-container { padding-top: 47px; }

  /* Wrapper hat normalerweise margin-top:45px (für fixed Mobile-Nav-Offset).
     Mit aktivem Banner sitzt der wrapper schon unterm Banner — margin entfernen,
     sonst doppelte Lücke zwischen Banner und Hero. */
  body.has-discount-tiers .wrapper { margin-top: 0; }

  /* Erstes sichtbares Mobile-Element im wrapper ist `.row.mt-3.row-full-width.d-block.d-sm-none`.
     Bootstrap's `.mt-3` = 1rem (!important) kollabiert mit wrapper margin-top und
     erzeugt 16px Lücke zwischen Banner und Hero. Bei aktivem Banner überschreiben. */
  body.has-discount-tiers .row.row-full-width.d-block.d-sm-none.mt-3 {
    margin-top: 0 !important;
  }

  #discountTiers {
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.55rem 2.5rem;
    font-size: 0.9rem;
  }
  #discountTiers .dt-vrule { display: none; }
  #discountTiers .dt-lead { display: none; }
  #discountTiers .dt-stages { gap: 0.35rem; }
  #discountTiers .dt-seg { padding: 0.12rem 0.4rem; }
  #discountTiers .dt-seg b { font-size: 0.95rem; }
  #discountTiers .dt-extra {
    position: relative;
    width: 100%;
    min-height: 1.5rem;
  }
  #discountTiers .dt-ex {
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    transition: opacity 0.5s ease;
  }
  #discountTiers .dt-ex-cd { opacity: 0; }
  #discountTiers.dt-flip .dt-ex-fomo { opacity: 0; }
  #discountTiers.dt-flip .dt-ex-cd { opacity: 1; }

  /* Info-Icon auf Mobile: kleiner + näher am Close-X */
  #discountTiers > .dt-info {
    right: 50px;
    width: 22px;
    height: 22px;
    font-size: 0.85rem;
  }
}

/* Staffelrabatt-Modal */
.dt-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.55);
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: dt-modal-fade 0.2s ease;
}
.dt-modal.is-open { display: flex; }
@keyframes dt-modal-fade {
  from { background: rgba(0, 0, 0, 0); }
  to   { background: rgba(0, 0, 0, 0.55); }
}
.dt-modal-content {
  background: #fff;
  border-radius: 10px;
  max-width: 460px;
  width: 100%;
  padding: 2rem 1.75rem 1.5rem;
  position: relative;
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.28);
  animation: dt-modal-pop 0.25s ease;
  text-align: center;
}
@keyframes dt-modal-pop {
  from { transform: translateY(20px) scale(0.96); opacity: 0; }
  to   { transform: translateY(0) scale(1); opacity: 1; }
}
.dt-modal-close {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  transition: color 0.2s;
}
.dt-modal-close:hover { color: #000; }
.dt-modal-content h3 {
  margin: 0 0 0.5rem;
  font-size: 1.45rem;
  color: #117A88;
  font-weight: 700;
}
.dt-modal-lead {
  margin: 0 0 1.25rem;
  color: #555;
  font-size: 0.95rem;
}
.dt-modal-tiers {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
}
.dt-modal-tiers li {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.6rem 0.75rem;
  border-bottom: 1px solid #eef2f3;
  font-size: 1rem;
}
.dt-modal-tiers li:last-child { border-bottom: none; }
.dt-modal-pct {
  display: inline-block;
  min-width: 3.2rem;
  font-weight: 700;
  font-size: 1.3rem;
  color: #117A88;
}
.dt-modal-pct-label { color: #666; font-size: 0.9rem; }
.dt-modal-th { color: #333; }
.dt-modal-note {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  color: #444;
  line-height: 1.45;
}
.dt-modal-validity {
  margin: 0 0 1.25rem;
  font-size: 0.85rem;
  color: #777;
}
.dt-modal-cta {
  display: block;
  width: 100%;
  background: #117A88;
  color: #fff;
  border: none;
  padding: 0.85rem;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
}
.dt-modal-cta:hover { background: #0c5d68; }

@media (max-width: 480px) {
  .dt-modal-content { padding: 1.5rem 1.25rem 1.25rem; }
  .dt-modal-content h3 { font-size: 1.25rem; }
  .dt-modal-tiers li { font-size: 0.95rem; padding: 0.5rem 0.25rem; }
  .dt-modal-pct { font-size: 1.15rem; min-width: 2.8rem; }
}

#cookieNotice {
  background: rgba(245,245,245,0.8);
  font-size: 0.8rem;
}

.top-info-right span,
.top-info-right a{	
  padding-left: 10px;
}

.top-info-right span:first-child {
  padding-left: 0;
}

.top-claim {
  padding-top: 15px;
}

.top-claim h3 {
  font-family: 'own Open Sans', helvetica, arial, sans-serif;
  font-size: 14px;
  margin-top: 20px;
}

.topsearchfield::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d0d0d0;
    opacity: 1; /* Firefox */
}

.topsearchfield:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d0d0d0;
}

.topsearchfield::-ms-input-placeholder { /* Microsoft Edge */
    color: #d0d0d0;
}

.navbar {
  margin-top: 5px;
  justify-content:flex-start;
}

.navbar a.nav-link.dropdown-toggle {
  font-size: 18px;
  line-height: 20px;
  color: #595959;
  padding: 2px 30px 2px 0;
}

.navbar div.dropdown-menu {
  margin-top:0;
  padding:0;
  border-radius: 0;
  min-width: 160px;
}

.navbar .navbar-nav a.dropdown-item {
   color: #595959;
  font-size: 13px;
  line-height: 26px;
  padding: 3px 10px;
  border-bottom: 1px solid #eeeeee;
  white-space: nowrap;
}

.navbar div.dropdown-menu a:last-child {
  border: none;
}

.navbar a.dropdown-item:hover {
  color: white;
  background-color: #117A88;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}


@media (max-width:767px) {
  .navbar {
    margin-top:0px;
    padding: 0;
  }
  
  .navbar .navbar-collapse {
    background-color: white;
    z-index: 1039 !important;
    max-width: 80%;
  }
  
  .navbar a.nav-link.dropdown-toggle {
    padding: 10px;
  }
  
  .navbar a.nav-link.dropdown-toggle::after {
    margin-top:5px;
    float: right;
  }
  
  .navbar div.dropdown-menu {
    border: none;
  }
  
  .navbar div.dropdown-menu a:last-child {
    border-bottom: 1px solid #eeeeee;
  }
  
  .navbar .navbar-nav a.dropdown-item {
    padding-left: 35px;
  }
}

.custom-carousel-control {
  width:5% !important;
}

.custom-carousel-indicators {
  margin-bottom: 0.5rem;
}

.main-content .breadcrumb-info .breadcrumb-text {
  margin: 13px 0;
  font-size: 0.875em;
  line-height: 1.7em;
  color: #595959;
  text-decoration: none;
  padding-left: 15px;
  text-indent: -1.1em;
}

.main-content .breadcrumb-info hr {
  margin: 0;
}


@media (max-width:767px) {
  .main-content .breadcrumb-info {
    margin-top:4px;
  }
  .main-content .breadcrumb-info .fas.fa-home {
    margin-left: 0;
  }
}

.main-content .breadcrumb-info a {
   color: #595959;
   text-decoration: none;
}

.main-content .breadcrumb-info a:hover {
  text-decoration: none;
}
.main-content .box {
  padding: 16px 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: bold;
  background-color: #f3f3f3;
}

.main-content a, span.mz {
  color: #117A88;
  text-decoration: none;
}

.main-content a:hover, span.mz:hover {
  color: #117A88;
  text-decoration: underline;
  cursor:pointer;
}

.main-content .categories_description h2,
.main-content .categories_description h3,
.main-content .categories_description h4 {
  margin-top: 0;
}

span.link {
  color: #117a88;
  text-decoration: underline;
  cursor: pointer;
}

.content a, .content span.a, .categories_description a {
  text-decoration: underline;
}

.content a:hover, .content span.a:hover, .categories_description a:hover, span.link:hover, span.link:hover {
  color: #02778e;
  text-decoration: none;
}

.categories-listing .card {
  height:100%;
  cursor: pointer;
}

.categories-listing {
  margin: 10px 0;
}

.categories-listing a:hover {
  text-decoration: none;
}

.categories-listing .card {
  min-height: 240px;
  height: 100%; 
  padding: 15px;
  /* cursor: pointer; */
}

.categories-listing a {
  text-decoration: none;
}

.categories-listing a:hover {
  color: #1499aa;
}

.xsell .card-title {
  padding-bottom: 0;
  border: none;
}

.product-info .tax-info {
  font-size: 0.75em;
  line-height: 1em;
  font-weight: normal;
  color: #595959;
}

.product-info .tax-info a {
    color: #595959;
}

@media(max-width:575px) {
  .categories-listing.left {
    padding-right: 2px;
    margin: 2px 0;
  }
  
  .categories-listing.right {
    padding-left: 2px;
    margin: 2px 0;
  }
  
  .categories-listing .card {
    padding: 6px;
  }
}

.product-info .img-info,
.image-info-section {
  font-size: 11px;
  line-height: 15px;
}

.pagination-info {
  margin-top:22px;
  width: 100%;
}

.pagination .page-item {
  margin-right:10px;
}

.pagination .page-item:last {
  margin-right: 0;
}

.product-info hr {
  margin: 10px 0;
}

.product-info .info-section {
  margin-bottom: 16px;
}

.product-info .info-section a, .product-info span.mz, .product-info span.link {
  line-height: 1.8em;
}
.info-section .fas,
.image-info-section .fas {
    fill: #117A88;
} 
.product-info .energielabel {
  max-width: 68px;
  padding-top: 4px;
}

.product-info .price {
  /*color: #117A88;*/
  font-size: 25px;
  line-height: 130%;
  font-weight: bold;
  margin: 0 0 5px 0;
}

@media (min-width: 768px) and (max-width: 970px) {
  .product-info .price {
    font-size: 20px;
  }
}

.product-info .shippingtime {
  line-height: 22px;
  font-weight: normal;
  color: #595959;
}

.product-info .shippingtime a, .product-info .shippingtime .a {
    color: #595959;
}

@media (min-width:576px) {
  .product-image {
    margin-top: 10px;
  }
}

.more-product-images > div {
  margin-top: 10px;
}

#optionen label {
  font-size: 1em;
  line-height: 1em;
  padding-top: 0.4em;
}

#optionen select,
#optionen input,
#optionen textarea {
  font-size: 1em;
  line-height: 1em;
  padding: 2px 8px;
  margin: 0;
}

#optionen select,
#optionen input {
  height: 1.85em;
  padding: 2px 8px;
  margin: 0;
}

#optionen hr {
  margin: 0 0 5px 0;
}

#optionen p {
  margin: 5px 0;
}

#optionen div.form-group {
  margin-bottom: 5px;
}

#optionen .input-validation-error {
  border-color: red;
}

#optionen .config-error {
  color: red;
  margin-left: 18px;
}

.addtobasket {
  margin-top: 25px;
}

.footer {
  margin: 20px 0 0 0;
  font-size: 13px;
}

.footer-headline {
  font-size: 20px;
  font-weight: bold;
   color: #595959;
  margin-top: 20px;
  line-height: 23px;
}

.footer .nav a, .footer .nav span {
  color: #595959;
  font-size: 13px;
  padding: 6px 0;
  border-bottom: 1px solid #dddddd;  
}

.footer .nav a:hover, .footer .nav span:hover  {
  color: #117A88;
}

.footer .social a {
  margin-left: 25px;
}

.footer .social a:first-child {
  margin-left:0;
}

#errorDialog .modal-title h5 {
  margin: 0;
  color: #1499aa;
}

#errorDialog .modal-title i {
  color: #ee0000;
}

.ekko-lightbox-nav-overlay a, 
.ekko-lightbox-nav-overlay a:hover {
  color: white;
  opacity: 1 !important;
}

@media(max-width: 576px) {
  .ekko-lightbox-container {
    margin: -16px;
  }
  .ekko-lightbox-nav-overlay a span {
    padding: 0 15px;
  }
}

.errormessage p,
.infomessage p {
  margin: 2px 0;
}

.required {
  color: #ee0000;
}

.shopping_card_btn .btn.custom-btn {
  margin-top: 3px;
}

.addtobasket-button .btn.custom-btn {
  background-color: #117A88;
  border-color: #117A88;
  padding: 12px;
}

.addtobasket-button .btn.custom-btn:hover {
  background-color: #117A88;
  border-color: #117A88;
}

.shipping-costs {
  font-weight: 700;
}

.checkoutnavigation .title {
  padding-left: 23px;
  color: #999;
  vertical-align: bottom;
}

.checkoutnavigation .active {
  font-weight: bold;
  color: #595959;
}

.listfilter {
  margin: 5px 0 10px 0;
  padding: .25rem .5rem .5rem .5rem;
  border-radius: 5px;
}

.order-details li {
  line-height: 25px;
}

.btn-circle.btn-xl {
    width: 48px;
    height: 48px;
    padding: 7px 8px;
    border-radius: 30px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  opacity: 0.8;
  bottom: 66px;
  right: 22px;
  display: none;
}

@media (max-width:1010px) {
  .back-to-top {
    bottom: 10px;
    right: 10px;
  }
  
  #lz_overlay_wm {
    margin: 0 10px 65px 0 !important;
  }
}

@media all and (min-width:576px) {
  .listfilter,
  #collapseMoreOptions {
    display: block;
  }
}

@media screen and (max-width:575px) {
  .listfilter:not(.collapse),
  #collapseMoreOptions:not(.collapse) {
    display: none;
  }
}
@media print {
  .listfilter:not(.collapse),
  #collapseMoreOptions:not(.collapse) {
    display: block;
  }
}

.amazonBoxes1 {
 width: 100%;
}

.amazonBoxes1 > #addressBookWidgetDiv,
.amazonBoxes1 > #walletWidgetDiv {
  height:250px;
}

.amz-checkout-product-actions a:hover{
  text-decoration: none;
}

.cba_item_img {
    width: 60px;
    display: block;
    float: left;
    clear: left;
    margin-right:4px;
}
.cba_item_img img {
    width: 60px;
    max-width: 60px;
}

.priceSpalte {
    width: 90px;
    display: block;
    float: right;
}

.cba_clearer {
    clear: both;
    font-size: 0;
    line-height:0;
}
 .cba_item_qty {
    font-size: 10px;
	width: 25px;
	float: left;
}
.cba_item_title {
    font-size: 11px;
    float:left;
    clear:both;
}
.cba_item_price {
    font-size: 11px;
    text-align:right;

    padding-bottom: 5px;
    padding-top: 2px;
}
.cba_cart_value {
    text-align: right;
    font-size:12px;
    font-weight: bold;
    margin-bottom:15px;
}

.cba_item_list_odd {
    background-color: #efefef;
}

#AmazonOrderTotals{
    float:right;
    padding-top:5px;
    margin-top:5px;
    border-top:1px solid #ddd;
}

#AmazonProducts table{
    width:100%;
}

#AmazonProducts table tr:first-child td{
    padding-left:5px;
} 

#AmazonOrderTotals{
    width:66%;
}

#AmazonOrderTotals > table{
    width:100%;
}

.amzOtPrice{
    white-space:nowrap;
    text-align:right;
    padding-left:8px;
}

@media (min-width:769px){
    .amazonCheckoutFinal1{
        float:right;
        width:49%;
    }
    
    #AmazonPartRight{
        margin-top:0;
    }
}

@media (max-width:600px){
    #AmazonProducts tr td:nth-child(3),
    #AmazonProducts tr td:nth-child(5){
        display:none;
    }
}

.rating {
    float:left;
}

.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;

}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f9f900;
    text-shadow:1px 1px goldenrod, 1px 1px #b5b500, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #f9f900;
    text-shadow:1px 1px goldenrod, 1px 1px #b5b500, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #f9f900;
    text-shadow:1px 1px goldenrod, 1px 1px #b5b500, .1em .1em .2em rgba(0,0,0,.5);
}

a.customer-reviews {
   color: #595959;
}

a.customer-reviews:hover {
  text-decoration: none;
}

.textfeld-info {
  padding: 12px 15px 5px 32px;
}

.z:hover {
  color: #117a88;
  text-decoration: none;
}

.z {
    cursor:pointer;
}

.contactcenter-link.z:hover {
  color: white;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.germany-overlay {
  position: absolute;
  bottom: 20px;
  right: 10px ;
  height: 100%;
  width: 100%;
}

p.card-title.crossselling {
  border: none;
}

.p015 {
    padding: 0 10px;
}
@media (min-width: 576px) {
    .p015 {
        padding: 0 15px;
    }
}
.prel {
    position: relative;
}
.c {
    text-align: center;
}
.mail {
    color: #117A88;
    text-decoration: none;
}
.mail:hover {
    color: #595959;
    text-decoration: none;
}
a.btn {
    text-decoration: none;
}
.ia, .ia:hover {
    color: #706F6F !important;
    text-decoration: none !important;
    cursor: text !important;
}
.space {
    display: flex;
    justify-content: space-between;
}
.space span:nth-child(2) {
    margin: 0 20px;
}
td, th {
    padding: 3px 6px;
    vertical-align: text-top;
    border-bottom: solid 1px #ccc;
}
th {
    padding-top: 14px;
}
tr.dark {
    background:rgb(230,230,230);
}
tr:hover {
   background:rgb(220,220,220);
   color:#000;
}
.content li a {
    text-decoration: none;
}
.imgborder img {
    border: 1px solid #ccc;
}

.popup-link {
  cursor: pointer;
  text-decoration: none;
}

.popup-link:hover {
  text-decoration: underline;
}

.custom-select {
  font-size: 1em;
  line-height: 1.2em;
  height: 1.95em;
  padding: 2px 25px 2px 8px;
  border-radius: 1em;
}

.custom-outline-btn {
  font-size: 1em;
  line-height: 1em;
  height: 1.95em;
  background-color: #117A88;
  color: white;
  border-color: #117A88;
  border-radius: 1em;
  padding: .25rem .5rem .25rem .4rem;
}

.custom-outline-btn:hover {
  background-color: #0d646f;
  border-color: #0d646f;
}

.video iframe, .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 1rem;
}

@media (min-width: 576px){
  .sharelinks {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  } 
}
@media (max-width:576px) {
  body {
    font-size: 1rem;
	line-height: 1.55rem;
  }
  
  .wrapper {
    padding: 0 0 120px 0;
  }
  
  #mainNav .navbar-toggler {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .logo-small img {
    height: 47px;
    padding-top:5px;
    padding-bottom: 5px;
    margin-left: 5px
  }
  
  .row {
    margin: 0 -12px;
  }
  
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, 
  .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10,
  .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6,
  .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10,
  .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6,
  .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10,
  .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6,
  .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10,
  .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
  .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .navbar .navbar-nav a.dropdown-item {
    font-size: 1em;
    line-height: 1.6em;
  }
  
  .col-form-label {
    margin-top: 5px;
    font-weight: bold;
  }
  
  .footer .fas,
  .info-section .fas,
  .info-image-section .fas {
    margin-right: 5px;
  }
  
  .footer, .footer .nav a, .footer .nav span {
    font-size: 1em;
  }
  
  .footer-headline {
    font-size: 1em;
    line-height: 1.2em;
  }
}

[data-toggle="collapse"].collapseButton > i:before {
  content: "\f077";
}

[data-toggle="collapse"].collapseButton.collapsed i:before {
  content: "\f078";
}

.collapseButton {
  width: 100%;
}

[data-toggle="collapse"].filterbutton > span:after {
  content: " ausblenden ";
}

[data-toggle="collapse"].filterbutton.collapsed span:after {
  content: " anzeigen ";
}

[data-toggle="collapse"].moreOptionsButton > span:before {
  content: "Weniger ";
}

[data-toggle="collapse"].moreOptionsButton.collapsed span:before {
  content: "Mehr ";
}

[data-csscontent]:before {
    content: attr(data-csscontent);
}
hr.ci {
    margin: 0 auto;
    width: 50%;
    height: 1px;
    border: 0;
    border-top: #117A88 solid 1px;
    margin: 2em auto;
    display: block;
}
.card-body-small {
    padding: 1.25rem 0 0 0;
}
.block {
    display: block;
    text-align: center;
    padding: 4px 5px;
}
.navbar-light .navbar-toggler{color:#595959;}

/* Anchor not underlined */
.anu {
    color: #117A88;
    text-decoration: none !important;
}
.anu:hover {
    text-decoration: underline !important;
    cursor: pointer;
}
ol.h2 {
    padding-left: 30px;
}
.r {
    text-align: right;
}

@media (max-width: 576px) {
    .categories-listing .card-body {
        padding: 1em 0;
    }
    .categories-listing .card-title {
        margin: 0;
    }
}

ul.row {
    padding: 0;
    margin-top: 0;
}
li.product-listing {
    list-style: none;
    padding: 0;
}

.addtobasket-button button {
    width:100%;
}

/* Sharing Buttons */
#share {
    text-align: right;
}
@media (max-width: 440px) {
    .resp-sharing-button span {
        display: none;
    }
    .resp-sharing-button__icon svg {
        margin-right: 0 !important;
    }
}
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff !important;
  margin: 0.5em 0 0.5em 0.5em;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--xing {
  background-color: #1a7576;
  border-color: #1a7576;
}

.resp-sharing-button--xing:hover
.resp-sharing-button--xing:active {
  background-color: #114C4C;
  border-color: #114C4C;
}
#share a, #share span {
    line-height: 1em !important;
    cursor: pointer;
}

.test {
    padding-right: 15px;
    padding-left: 15px;

    display: flex;
    flex-wrap: wrap;
}
.rowtest {
    padding-right: 0px;
    padding-left: 0px;
}
@media (max-width: 576px) {
    .test {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.t1 {
    order: 1;
}
.t2 {
    order: 2;
}
.t3 {
    order: 3;
}
.t4 {
    order: 4;
}
.t5 {
    order: 5;
}
dl, ol, ul {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.btn {
    white-space: normal !important;
}
h1, h2, h3, h4, p {
    width: 100% !important;
}
.interactive li {
    min-height: 48px;
    margin: 16px 0;
}
.input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; 
}
*:focus {
    outline-color: #117a88;
}
.form-control:focus {
    border-color: #117a88 !important;
    box-shadow: none !important; 
}
.bluebox {
    margin-top: 15px;
    border: 2px solid #ccc;
}
.bluebox a {
    padding: 30px 10px;
    text-align: center;
    display: block;
    color: #ccc;
    text-decoration: none;
}
.inview {
    position: sticky;
    position: -webkit-sticky; /* Safari */
    top: -12px;
    z-index: 1019;
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 1.15em;
}

@media (max-width: 767px) {
  .inview {
    top: -8px;
  }
}

.modal-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1019;
}

.notice {
    padding: 15px;
    background:rgb(220, 220, 220);
}
@media print {
  .noprint, footer, #cookieNotice, #back-to-top, .navbar, 
  .info-section > span, .image-info-section > span, 
  .info-section > a, .image-info-section > a, 
  .info-section > p, .image-info-section > p {
    display: none;
  }
  .info-section p.img-info,
  .image-info-section p.img-info {
    display: block !important;
  }
  #txt139 {
    height: 220px;
  }
}

#tabs input {
  display: none;
}
#tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #000;
  border: 1px solid transparent;
}
#tabs label:hover {
  color: #117A88;
  cursor: pointer;
}
#tabs input:checked + label {
  color: #117A88;;
  border: 1px solid #117A88;
  border-top: 2px solid #117A88;
  border-bottom: 1px solid #fff;
}
#tabs section {
    border-top: 1px solid #abc;
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

@media (min-width: 767px) {
    .hidden-md {
        display: none !important;
    }
}

.b {
    font-weight: bold;
}

.sr-only {
    white-space: normal;
}

.imagemap a {
    color: transparent;
}
#discountNotice a, .discountNotice a {
    color: #fff !important
}
@media print {
    .inview {
        position: static;
    }
}


.toc {
    margin: 0 0 1em 0;
    padding: 1em;
    border: #ccc 1px solid;
    background: #eee;
}
@media (min-width: 767px) {
    .toc {
        float: right;
        margin: 0 0 1em 2em;
    }
}
.toc ol {
    padding: 0 0 0 2em;
    margin: 1em 0 0 0;
    line-height: 150%;
}
#CybotCookiebotDialogBody {
    max-width: 1170px !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, #CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #117A88 !important;
    border: 1px solid #117A88 !important;
    padding: 10px 15px !important;
}
@media (min-width: 767px) {
    #CybotCookiebotDialog {
        padding: 30px 0 !important;
    }
}

hr.bold-hr {
  border-top: 1px solid rgba(0,0,0, 0.6);
}

#job {
    border-top: 10px solid #65b5b2;
    margin-top: 30px;
    background-color: #eee;
    line-height: 250%;
}
#job aside {
    background-color: #ddd;
    padding: auto 5px;
    line-height: 150%;
}
#job figure {
    margin: 10px 0 0 0;
}
#job aside p {
    padding: 10px;
}
#job footer {
    background-color: #ccc;
    padding: 25px;
    margin: 25px 0;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  color: #ccc !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  color: #ccc !important;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-7-15 13:7:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}


#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  max-width: 100% !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
  max-width: 100% !important;
}
a.no-hover:hover, a.no-hover:focus {
  text-decoration: none;
}
a.default-color {
  color: #595959;
}

/* Allgemeine Styles */

.ss-1 {
  border-right: 1px solid rgba(0,0,0,.1);
}

.ss-1 h1 {
  display: inline-block;
  margin-top: 15px;
  font-size: 2rem; 
  line-height: 2.2rem;
}

.ss-1 span.tuerkis {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Caveat'; 
  font-size: 2.4rem; 
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .ss-1 {
    border-right: none;
  }

  .ss-1 h1 {
    font-size: 1.45rem;
    line-height: 1.55rem;
    margin-bottom: 0;
  }

  .ss-1 span.tuerkis {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.65rem;
    line-height: 1.75rem;
  }
}

.ss-2 {
  font-size: 1.1rem;
  line-height: 3rem;
}

.ss-2 div.col-md-12 {
  margin-top: 15px;
}

.ss-2 .headline {
  font-size: 3rem;
  line-height: 3rem;
}

.ss-2 > div > div:first-child .headline {
  display: inline-block;
  padding-right: 15px;
}

.ss-2 .link {
  text-align: right;
  padding-top: 10px;
}

.ss-2 .link .fas {
  height: 20px;
  width: 20px;
}

@media (max-width: 767px) {
  .ss-2 {
    text-align: center;
    font-size: .8rem;
    line-height: .9rem;
  }

  .ss-2 > div > div:first-child .headline {
    display: inline;
    padding-right: 0;
  }

  .ss-2 div .col-md-12 {
    margin-top: 0;
  }

  .ss-2 .headline{
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .ss-2 span {
    font-size: 1.3rem;
    line-height: 1.8rem;
    display: block;
  }

  .ss-2 .link {
    text-align: center;
  }
}

.background-color-white {
  background-color: white;
}

.background-color-tuerkis {
  background-color: #117A88;
}

.text-white {
  color: white;
}

.text-black {
  color: black;
}

.row-full-width {
  margin-left: -25px; 
  margin-right: -25px;
}

@media (max-width: 767px) {
  .row-full-width {
    margin-left: -15px; 
    margin-right: -15px;
  }
}


/* Produkt Multi Slider */
.bestseller {
  background-color: #eee; 
  padding: 20px;
}

.bestseller-header {
  font-size: 2em; 
  line-height: 2.2em;
}

.bestseller-menu {
  padding-left: 185px;
  padding-right: 185px;
  margin-bottom: 20px;
}

.bestseller-menu > div {
  border: 1px solid #117A88; 
  border-radius: 30px; 
  padding: 8px
}

.bestseller-menu .custom-btn {
  cursor: pointer;
  font-size: 1.4em;
  padding: 15px 40px; 
  border-radius: 30px;
}

.bestseller-menu .custom-btn.active {
  background-color:#117A88; 
  color: white;
}

.cards-wrapper {
  display: flex;
  justify-content: center;
}

.cards-wrapper .carousel-inner {
  margin: 1em;
}

.product-card {
  margin: .8em;
  padding: .8em;
  border: 1px solid rgba(0,0,0,.1);
  background-color: white;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 2px 3px 10px #999999;
}

.product-card .card-footer {
  background-color: white;
  padding: 0;
  border: none;
}

.product-card .card-title {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.product-card .card-title a {
  font-weight: bold;
  font-size: .85rem;
  line-height: .95rem;
}

.product-card .card-footer .discount {
  display: inline-block;
  background-color: red;
  color: white;
  font-size: 1.2em;
  margin-left: -.8em;
  padding: .4em .8em;
  min-width: 90px;
  text-align: right;
}

.product-card .card-footer .features {
  font-size: .9em;
  line-height: 1.6em;
}

.product-card .card-footer .price:not(span) {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: .8rem;
  right: .8rem;
}

.product-card .card-footer .old-price {
  font-size: .8em;
  font-weight: normal;
  text-decoration: line-through;
}

.product-card.category-card {
  min-height: 305px;
}

.product-card.category-card .card-title {
  border: none;
}

.bestseller-controls,
.bestseller-controls .carousel-indicators {
  position: relative;
}

.bestseller-controls .carousel-indicators li {
  background-color: #117A88;
}

.bestseller-controls .carousel-control-prev,
.bestseller-controls .carousel-control-next {
  width: 20px;
}

.bestseller-controls .carousel-control-prev {
  left: unset;
  right: 3.5em;
}

.bestseller-controls .carousel-control-next {
  right: .8em;
}

.bestseller-controls .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(17,122,136)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.bestseller-controls .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(17,122,136)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media (max-width: 767px) {
  .bestseller {
    padding: 10px;
  }
  .bestseller-header {
    font-size: 1.2em; 
    line-height: 1.3em;
    margin-bottom: 12px;
  }
  .bestseller-menu {
    padding-left: 5px;
    padding-right:  5px;
    margin-bottom: 10px;
  }
  .bestseller-menu > div {
    padding: 4px
  }
  .bestseller-menu .custom-btn {
    cursor: pointer;
    font-size: .95em;
    padding: 10px 15px; 
    border-radius: 30px;
  }
  .bestseller-menu button:last-child {
    display: none;
  }
  .product-card {
    min-height: 350px;
    margin: .4em;
    padding: .4em;
  }
  .product-card .card-title,
  .product-card .card-title a  {
    font-size: 12px;
    line-height: 14px;
  }
  .product-card .card-footer .discount {
    display: inline-block;
    background-color: red;
    color: white;
    font-size: 1em;
    margin-left: -8px;
    padding: .2em .5em;
    min-width: 70px;
    text-align: right;
  }
  .product-card .card-footer .features {
    font-size: .7em;
    line-height: 1.4em;
  }
  .product-card .card-footer .price {
    font-size: 14px;
    bottom: 5px;
    right: 10px;
  }
  .product-card.category-card {
    min-height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .product-card {
    min-height: 450px;
  }
  .bestseller-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bestseller-menu > div {
    padding: 6px
  }
  .bestseller-menu .custom-btn {
    cursor: pointer;
    font-size: 16px;
    padding: 12px 20px; 
    border-radius: 30px;
  }
}

/* Maßanfertigung Bad */
.row.ss-3{
  margin-top: 40px;
}
.ss-3 .headline {
  font-size: 2em; 
  line-height: 2.2em;
}
figcaption.ss-3 {
  margin-top: 5px;
  font-size: 1.3em; 
  line-height: 1.4em;
}

@media (max-width: 767px) {
  .row.ss-3{
    margin-top: 20px;
  }
  .ss-3 .headline {
    font-size: 1.2em; 
    line-height: 1.4em;
  }
  figcaption.ss-3 {
    font-size: .9em;
    line-height: 1.1em;
  }
}

/* Special gefällig  */
.row.special {
  margin-top: 40px;
  margin-bottom: 40px;
}
.special .headline {
  font-size: 2em; 
  line-height: 2.2em;
  margin-bottom: 10px;
}
.special-text {
  margin-top: 10px;
}
.special .btn.btn-outline-primary:focus,
.special .btn.btn-outline-primary:active {
  box-shadow: none;
}

.special .btn.btn-outline-primary.active {
  background-color: #117A88;
  border-color: #117A88;
}

.special .btn.btn-outline-primary:hover {
  background-color: #0d646f;
}

@media (max-width: 555px) {
  .row.special {
    margin-top: 20px;
  }
  .special .headline {
    font-size: 1.2em; 
    line-height: 1.4em;
  }
  .special-images {
    margin-left: -15px;
    margin-right: -15px;
  }
  .special-buttons {
    margin-top: 20px;
  }
  .special-text {
    padding: 0 10px;
  }
}

@media (min-width: 556px) and (max-width: 767px) {
  .row.special {
    margin-top: 20px;
  }
  .special .headline {
    font-size: 1.2em; 
    line-height: 1.4em;
  }
  .special-images {
    text-align: center;
  }
  .special-buttons {
    margin-top: 20px;
  }
  .special-text {
    padding: 0 10px;
  }
}

/* Geschäftsführer */
.gf .headline {
  font-size: 2em; 
  line-height: 2.2em;
}
.gf-comment {
  padding-left:70px; 
  padding-top:40px;
  font-size:2.2em; 
  line-height: 2.2rem; 
}

.gf-container {
  position: relative; 
  min-height:200px
}
.gf-name {
  display: inline-block; 
  position: absolute; 
  bottom: 40px; 
  left: 30px; 
  font-size: .9em;
  line-height: 1.3em;
}
.gf-image {
  display: inline-block; 
  position: absolute; 
  right:100px;
}

@media (max-width: 767px) {
  .gf .headline {
    font-size: 1.2em; 
    line-height: 1.4em;
  }
  .gf-comment {
    padding: 20px 30px;
    font-size: 1em;
    line-height: 1.1em;
  }
  .gf-name {
    bottom: 35px; 
    left: 16px; 
    font-size: .8em;
    line-height: 1.2em;
  }  
  .gf-image {
    right: 10px;
  }
  .gf-image img {
    height: 130px;
  }
}

@media (min-width: 768px) and (max-width: 900px){
  .gf-name {
    bottom: 35px;
    left: 70px; 
    font-size: .8em;
    line-height: 1.2em;
  }  
  .gf-image {
    right: 30px;
  }
  .gf-image img {
    height: 130px;
  }
}

@media (min-width: 901px) and (max-width: 1200px){
  .gf-name {
    bottom: 35px;
    left: 120px; 
    font-size: .8em;
    line-height: 1.2em;
  }  
  .gf-image {
    right: 30px;
  }
  .gf-image img {
    height: 130px;
  }
}

/* Erklärung Bestellablauf */
.order-process {
  background-color: #eee; 
  overflow: auto;
  white-space: nowrap;
  padding: 25px 20px 20px 20px;
}

.order-process-container {  
  white-space: normal;
  display: flex;
}

.order-process-number-container {
  float: left;
  position: relative; 
  width: 80px; 
  height: 80px; 
  background-color: #117A88; 
  border-radius: 40px;
}

.order-process-number {
  display: flex;
  width: fit-content;
  min-width: 90px;
  padding: .5rem;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #117A88;

  color: white;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

.order-process-text {
  font-size: 1.2em;
  line-height: 1.3em;
  width: 290px;
  padding: 10px;
}

@media(max-width: 767px) {
  .order-process-number {
    min-width: 70px;;
    font-size: 1.2em;
  } 
  .order-process-text {
    width: 190px;
    font-size: .8em;
    line-height: 1em;
  }
}

/* Maße, Optik, Bedienung */
.ss-4 > div {
  display: flex;
}

.ss-4-text {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .ss-4 {
    font-size: 0.8rem;
  }
}

/* Fertigungsvideo*/
.ss-5 .headline {
  font-size: 2em; 
  line-height: 2.2em;
}

@media(max-width: 767px) {
  .ss-5 .headline {
    font-size: 1.2em; 
    line-height: 1.4em;
  }
}

/* welt der wunder — centered logo card (logo, claim, CTA) */
.welt-der-wunder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 640px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3.25rem);
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: 0 0.5rem 2rem rgba(8, 12, 14, 0.08);
}

.welt-der-wunder-logo {
  display: block;
  height: 100px;
  width: auto;
}

.welt-der-wunder-text {
  margin: 0;
  max-width: 44ch;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #000;
}

.welt-der-wunder-cta {
  margin-top: 0.25rem;
}

@media (max-width: 767px) {
  .welt-der-wunder-logo {
    height: 60px;
  }

  .welt-der-wunder-card {
    padding: 1.75rem 1.25rem;
  }

  .welt-der-wunder-text {
    font-size: .95rem;
    line-height: 1.35rem;
  }
}

/* beratung und hilfe */
.beratung-hilfe .headline {
  font-size: 2em; 
  line-height: 2.2em;
}

@media (max-width: 767px) {
  .beratung-hilfe {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .beratung-hilfe .headline {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }
}

/* individuelle Spiegel*/
.individuelle-spiegel .headline {
  font-size: 2em; 
  line-height: 2.2em;
}
@media (max-width: 767px) {
  .individuelle-spiegel .headline {
    font-size: 1.2rem; 
    line-height: 1.4rem;
  }
}

/* neu im Sortiment */
.neu-im-sortiment .headline {
  font-size: 2em; 
  line-height: 2.2em;
}

@media (max-width: 767px) {
  .neu-im-sortiment .headline {
    font-size: 1.2rem; 
    line-height: 1.4rem;
  }
}

/* weiterlesen Funktion */
.read-more .collapse:not(.show) {
  height: 42px !important;
  overflow: hidden;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-info .read-more .collapse:not(.show) {
   height: 100px !important;
}

.read-more .collapsing {
  min-height: 42px;
}

@media (max-width: 767px) {
.read-more .collapse:not(.show) {
    height: 50px !important;
  }
}

.read-more a.collapsed:after {
  content: ' + weiterlesen';
}

.read-more a:not(.collapsed):after {
  content : ''
}

/* Spiegelslider auf Kategorieseite */
.spiegel-slider {
  overflow: auto;
  white-space: nowrap;
}

.spiegel-slider > div {
  position: relative
}

.spiegel-slider > div a {
  display: inline-block;
  margin: 0 20px;
}

.spiegel-slider-item {
  display: flex;
}

.spiegel-slider-text {
  padding-left:10px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .spiegel-slider a > div {    
    flex-direction: column;
  }
  .spiegel-slider > div a {
    margin: 0 15px 10px 15px;
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: center;
  }  

  .spiegel-slider img {
    height: 50px;
    margin-bottom: 5px;
  }

  .spiegel-slider-text {
    	padding:0;
  }
}

.spiegel-slider > div a:first-child {
  margin-left: 0;
}

/* Kategorieseite */
/* Spiegel-special */
.k-special-container .headline {
  font-size: 1.6rem; 
  line-height: 1.7rem;
  display: flex;
  align-items: center;
}
.k-special > div {
  background-color: #117A88;
  border: 1px solid #117A88;
  height: 100%;
  border-radius: 10px;
  color: white;
  padding: 15px;
}
.k-special svg.fas {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .k-special-container .headline {
    font-size: 1rem; 
    line-height: 1.55rem;
    display: block;
    margin-bottom: 10px;
  }
  .k-special > div {
    padding: 8px;
    margin: 0;
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .k-special svg.fas {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
}

/* Erster Stopper */
.ks-1,
.pl-1 {
  color: black;
  font-weight: bold;
}

.ks-1 .d-flex,
.pl-1 .d-flex {
  align-items: center;
  justify-content: center;
}

.pl-1 {
  font-size: 1em;
  line-height: 110%;
}

.ks-1,
.pl-1-text {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .ks-1,
  .pl-1 {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
  .ks-1 img,
  .pl-1 img {
    height: 25px;
  }
}

/* Möglichkeiten Konfiguration & Ausstattung */
.ks-3-container .headline{
  font-size: 1.6rem; 
  line-height: 1.7rem;
  display: flex;
  align-items: center;
}

.ks-3 {
  background-color: #e7f2f3;
  padding: 20px;
}

/* Maße, Optik, Bedienung */
.ks-3  div.col-12 {
  display: flex;
  margin-bottom: 10px;
}

.ks-3-text {
  padding-left: 10px;
}

.ks-3 .fas {
  color: black;
  height: 20px;
  width: 20px;
}

@media (max-width: 767px) {
  .ks-3 {
    font-size: 0.8rem;
  }

  .ks-3-container .headline{
    font-size: 1rem; 
    line-height: 1.55rem;
    display: block;
    margin-bottom: 10px;
  }
}

@media (min-width:768px) and (max-width: 991px) {
  .ks-3-container .headline,
  .k-special-container .headline,
  .lighting-container .headline {
    margin-bottom: 10px;
  }
}

/* Welche Beleuchtug */
.lighting-container {
  font-size: 1.6rem; 
  line-height: 1.7rem;
  display: flex;
  align-items: center;
}

.lighting div.col-12 {
  display: flex;
  margin-bottom: 10px;
}

.lighting-text {
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  margin-top: 10px;
}

@media(max-width: 767px) {
  .lighting-container {
    font-size: 1rem; 
    line-height: 1.55rem;
    display: block;
    margin-bottom: 10px;
  }

  .lighting-text {
    font-size: 12px;
    line-height: 100%;
    margin-top: 5px;
  }
}

/* mögliche konfigurationen */
.options-slider-container .headline {
  font-size: 1.6rem; 
  line-height: 1.7rem;
  display: flex;
  align-items: center;
}
.options-slider {
  overflow: auto;
  white-space: nowrap;
}

.options-slider > a {
  display: inline-block;
  margin: 0 8px 8px 8px;
}
.options-slider-text {
  background-color: #117A88;
  color: white;
  padding: 5px;
}

@media (max-width: 767px) {
  .options-slider-container .headline {
    font-size: 1rem; 
    line-height: 1.55rem;
    display: block;
    margin-bottom: 10px;
  }
  .options-slider > a {
    margin: 0 5px 2px 2px;
    font-size: 0.8rem;
    line-height: 0.9rem;
  } 
}

.options-slider > a:first-child {
  margin-left: 0;
}
.options-slider > a:last-child {
  margin-right: 0;
}

/* Produktinfo */

.product-info #productname.d-md-block {
  font-size: 25px;
  line-height: 115%;
  margin-top: 0;
  margin-bottom: 5px;
}
.energielabel-overlay {
  position: absolute;
  top: 20px;
  left: 15px;
}
.product-info .pl-1 .d-flex{
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-info .headline {
  font-size: 2em;
  line-height: 120%;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-info .headline-info {
  font-size: 1.1em;
  line-height: 140%;
}
.product-info .options-container {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 20px 20px
}
.product-info .included {
  background-color: #e7f2f3;
  padding: 20px;
}
.product-info .included p:first-child {
  font-size: 1.1em;
  font-weight: bold;
}
.product-info .tab-headline {
  font-size: 1.2rem;
  line-height: 120%;
  font-weight: bold;
}
.product-info .tab-button {
  font-weight: bold;
  text-align: right;
}

.product-info-details-container a[data-toggle="collapse"]:not(.collapsed) svg {
  transform: rotate(180deg);
}

.tab-panel {
  margin-top: 10px;
}

.product-info .tab-panel .special {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .energielabel-overlay {
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .product-info .pl-1 .d-flex{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .product-info .headline-info {
    font-size: 0.9em;
  }
  .product-info .taxinfo {
    font-size: 0.8em;
    line-height: 110%;
  }
  .shipping-costs,
  .shippingtime-new {
    font-size: 0.8em;
    line-height: 110%;
  }
  .product-info .included {
    font-size: 0.8em;
    line-height: 110%;
  }
  .product-info .tab-headline {
    font-size: 1rem;
    line-height: 110%;
    font-weight: bold;
  }
}

/* Navigations Icons */
.main-nav-menu svg.fas {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}

/* Canvas Fix - Glas Konfigurator im Dekstop View brach ein - Temporärer Fix, da die Skalierung nun verzerrt ist - Arnd fragen welche JS Datei für die Generierung zuständig ist */
.product-info-details-container+canvas {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;

  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .product-info-details-container+canvas {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Tab Label Styling auf Produktseiten - Tab Button wurde UX technisch optimiert und ist jetzt komplett klickbar */
.tab-label {
  font-size: 1.175rem;
  color: #595959;
}

/* Info Content Styling Helpers */
#contentbox h1 {
  display: none;
}

#contentbox p:not(:last-child) {
  margin-bottom: 1rem;
}

#contentbox p:last-child {
  margin-bottom: 0 !important;
}

#contentbox .lead {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .products-sold {
    font-size: 80%;
  }
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #117A88;
}

/* 3D Configurator Button - Shimmer & Sparkle */
.s21-sparkle-gw{position:relative;display:inline-flex;border-radius:16px;padding:2.5px;background:#016a6b;width:100%}
.s21-sparkle-gw::before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(105deg,transparent 0%,transparent 30%,#03a5a6 42%,#4eeaec 50%,#03a5a6 58%,transparent 70%,transparent 100%);background-size:250% 100%;animation:s21-shimmer 5s ease-in-out infinite}
@keyframes s21-shimmer{0%{background-position:100% 0}100%{background-position:-50% 0}}
.s21-sparkle-gw .s21-btn{position:relative;z-index:2;display:inline-flex;align-items:center;gap:12px;padding:16px 28px;width:100%;justify-content:center;font-family:inherit;font-size:15px;font-weight:700;letter-spacing:.3px;color:#fff;text-decoration:none;border:none;cursor:pointer;background-color:#028889;border-radius:14px;transition:background-color .3s ease}
.s21-sparkle-gw .s21-btn:hover{background-color:#D4901E;color:#fff;text-decoration:none}
.s21-sparkle-gw .s21-btn:active{background-color:#B87A18;color:#fff}
.s21-sparkle-gw .s21-btn .s21-ico{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;transition:transform .3s ease}
.s21-sparkle-gw .s21-btn .s21-ico svg{width:100%;height:100%;fill:currentColor}
.s21-sparkle-gw .s21-btn:hover .s21-ico:first-child{transform:rotate(12deg) scale(1.1)}
.s21-sparkle-gw .s21-btn .s21-arr{width:14px;height:14px;opacity:0;transform:translateX(-8px);transition:opacity .3s ease,transform .3s ease}
.s21-sparkle-gw .s21-btn:hover .s21-arr{opacity:1;transform:translateX(0)}
.s21-sparkle-container{position:absolute;inset:-10px;z-index:4;pointer-events:none;overflow:visible}
.s21-spark{position:absolute;background:#fff;border-radius:50%;box-shadow:0 0 6px 2px #fff,0 0 12px 5px #4eeaec,0 0 24px 8px rgba(78,234,236,0.3);opacity:0;animation:s21-spark-pop 2s ease-out forwards}
@keyframes s21-spark-pop{0%{transform:scale(0);opacity:0}10%{transform:scale(1.4);opacity:1}25%{transform:scale(1);opacity:.85}55%{transform:scale(.85);opacity:.5}100%{transform:scale(0);opacity:0}}
}