

.qualityItems {
    display: inline-block;
    position: absolute;
    width: 45px;
    top: 70px;
    left: 25px;
}
.header-banner {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
  padding-left: 116px;
  margin-bottom: 0;
}

.header-img {
  width: 25%;
  max-width: 450px;
  height: auto;
  display: block;
}

.qualityItems.details {
    display: inline-block;
    position: absolute;
    width: 65px;
    left: 20px;
}

.qualityItems.details img {
    width: 70px;
    margin-bottom: 3px;
    border: 1px solid #ebebeb;
    border-radius: 7px;
}

/* Banner START */
.pageBottom{
    margin-top:30px;
    margin-bottom:30px;
}
.pageBottom .row{
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.pageBottom .row .col .headline{
    background: #57A6BA;
    color: #fff;
    padding-top:30px;
    padding-bottom:30px;
}
/* Banner ENDE */
.red{
    color: #E63948;
    margin:10px 0px;
}

.footer{
    text-transform: inherit!important;
}

.footer .dark{
    background: #57A6BA;
    color: #fff;
    padding:15px;
}

.footer .dark:has(img){
    padding:0px;
}

.footer .dark img{
    max-width:100%;
}


.footer .light{
    background: #91CEDA;
    color: #fff;
    padding:15px;
}

.footer .light:has(img){
    padding:0px;
}

.footer .light img{
    max-width:100%;
}

.imageHolder{
    background-repeat: no-repeat;
    text-align: center;
}

/* DROPDOWN START
.product .mediaSection .imageHolder{
    background: url(../media/bg.png) 10px 30px;
    background-size: 76%;
    background-repeat: no-repeat;
    position: relative;
}

.product .mediaSection .imageHolder.below{
    background: none;
    text-align: center;
}

.product .mediaSection .imageHolder.below img{
    max-width:66%;
}

.product .mediaSection .thumbnails{
    display: table;
    width:auto;
    margin:auto;
}

.product .mediaSection .thumbnails .item{
    display: table-cell;
    justify-self: center;
}

.product .mediaSection .thumbnails .item .inner{
    border: 1px solid #333;
    margin: 3px;
}


.product .mediaSection .thumbnails .item img{
    width:70px;
    height:auto;
}
 */

.product .detailsSection{

}


.product .detailsSection .manufacturersLogo{
    max-height: 75px;
}

.product .detailsSection .manufacturersName{
    font-size: 28px;
    font-weight: 500;
}

.product .detailsSection .prdDesc{
    
}

.psc-fs-6{
    font-size:12px
}

.container:first-of-type .row .col-12 div{
    height:30px;
    background: #57A6BA;
} 
.navbar {
  width: 100%;
  justify-content: flex-start  !important;/* flex-start;space-around; */
  background-color: #91CEDA;
  padding: 0 50px;
  display: flex;
  flex-wrap: nowrap !important;
  flex-direction: row;
  gap: 0px; /* Abstand zwischen Einträgen */
  flex-wrap: nowrap; /* verhindert Zeilenumbruch */
  align-items: center;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center; /* Zentriert den Text vertikal */
  padding: 0 !important;
  background-color: #91CEDA; /* Standard Blau */
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap; /* <<< Verhindert Umbruch innerhalb eines Elements */
  text-align: center;
  flex: 1; /* <<< gleichmäßige Breite */
}




.nav-item > a,
.nav-item-link > a,
a.nav-item.nav-item-icon{              /* dein Home-Link ist selbst das <a> */
  display: flex;
  align-items: center;
  justify-content: center;

  height: 100%;
  width: 100%;
  box-sizing: border-box;

  padding-top: 18px;    /* vorher 15px */
  padding-bottom: 11px;                /* statt padding am .nav-item */
  color: white;
  text-decoration: none;
}


a.nav-item.nav-item-icon{
  padding: 15px 10px;
  flex: 0 0 auto;
}

/* 4) Hover bleibt wie gehabt, aber jetzt füllt es die ganze Höhe */
.nav-item:hover,
.nav-item:focus-within{
  background-color: #57A6BA;
}

/* 5) Logo skaliert sauber in der Leiste */
.nav-logo{
  height: 54px;
  width: auto;
  display: block;
  object-fit: contain;
  padding-bottom: 10px;
  padding-right: 120px;
}
.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  display: block;
}

.nav-item:hover,
.nav-item:focus-within { /* Bleibt rot, solange du in der Leiste oder im Dropdown bist */
  background-color: #57A6BA;
}

.nav-label {
  /*font-weight: bold;*/
  font-size: 16px;
  color: white;
  /* pointer-events: none; verhindert ungewollte Hover-Effekte */
}

.nav-icon-home {
  font-size: 4em;
  line-height: 1;
  vertical-align: middle;
}

@media only screen and (max-width: 767px){
    .column-order2 {
        order: 2;
    }
    .column-order1 {
        order: 1;
    }
    .row-mobile-order {
        display: flex;
        flex-direction: column;
    }    
    .product .detailsSection .manufacturersLogo{
        max-width: 50%;
        width:auto;
    }
}

@media (max-width: 320px) {
    .mt-1-xs{
        margin-top:30px;
    }
}


/* DROPDOWN START */


/* Dropdown-Menü Styling */
.dropdown-menu {            
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px; /* Damit es genauso breit ist wie die Leiste */
    background-color:  #57A6BA;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    z-index: 100;
    white-space: nowrap;
    margin-top: 0;
    margin: 0;
    border: none;
    padding-top: 0;
    
}

.dropdown-menu a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: white;
    background-color:  #57A6BA; /* Gleiche Farbe wie die Leiste */
    transition: background-color 0.3s ease;
}

/* Hover-Effekt für die Leiste */


/* Hover-Effekt für die Dropdown-Einträge */
.dropdown-menu a:hover {
    background-color:  #91CEDA;
}

/* Anzeigen des Dropdowns, wenn die Maus drüberfährt */



/* DROPDOWN ENDE */


/* FOOTER START */

.bl{
    border-bottom: 2px solid #57A6BA;
}

video {
    height: 300px;
    width: 600px;
    
}
.videopicture img{
    height: 260px;
    width: 648px;
    
}


#kaufContainer:hover, #rotcomContainer:hover {
    background-color:#d4d4d4;
    cursor: pointer;
}
#kaufContainer.selected, #rotcomContainer.selected {
    background-color:  #57A6BA;
    color: #fff;
}

/* Radio-Buttons verstecken */
.tabs-container input[type="radio"] {
    display: none;
}

/* Tab-Labels (Kopf) */
.tabs-header .tab-label {
    cursor: pointer;
    padding: 10px 0;
    transition: background-color 0.3s, color 0.3s;
}

/* Default-Style Tabs (nicht aktiv) */
.tabs-header .tab-label {
    background-color: #f2f2f2;
    color: #333;
}

/* Aktiver Tab: Kauf */
#tab-kauf:checked ~ .tabs-header label[for="tab-kauf"] {
    background-color: #91ced9;
    color: #fff;
}

/* Aktiver Tab: Rotcom */
#tab-rotcom:checked ~ .tabs-header label[for="tab-rotcom"] {
    background-color: #91ced9;
    color: #fff;
}

/* Inhalte: Basiszustand = versteckt */
.tab-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
	text-align: left !important;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
	text-align: left !important;
}

/* Kauf-Inhalt anzeigen, wenn tab-kauf checked */
#tab-kauf:checked ~ .tab-pane-wrap #kaufInhalt {
    opacity: 1;
	text-align: left !important;
    max-height: 9999px; /* groß genug, damit alles sichtbar ist */
}

/* Rotcom-Inhalt anzeigen, wenn tab-rotcom checked */
#tab-rotcom:checked ~ .tab-pane-wrap #rotcomInhalt {
    opacity: 1;
	text-align: left !important;
    max-height: 9999px;
}




/* FOOTER ENDE */
/* SIDEBARS START */
.sidebar-img-wrap {
  max-width: 660px;
  width: 100%;
  overflow: hidden;
}

.sidebar-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.sidebar-images .rcbanner img {
    width: 520px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 10px auto; /* optional zentriert & Abstand */
}




/* SIDEBARS ENDE */

/* SCHRIFT-ÜBERSCHREIBEN START */
body {
  font-family: 'Open Sans', sans-serif !important;
}


body :not(i):not(.fa):not(.fas):not(.far):not(.fab):not([class*="fa-"]) {
  font-family: inherit;
}
/* SCHRIFT-ÜBERSCHREIBEN ENDE */


/* Logo-Item soll nicht die gleiche "Spaltenbreite" wie Text-Items bekommen */
.nav-item.nav-item-icon{
  flex: 0 0 auto;        /* überschreibt .nav-item{flex:1} */
}

/* Logo-Link bekommt eigenes Padding */
.nav-link-logo{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 15px 10px;    /* LOGO padding */
  width: auto;           /* wichtig: nicht 100% */
}

/* Text-Links bleiben wie sie sind (falls du width:100% global gesetzt hast) */
.nav-item:not(.nav-item-icon) > a{
  width: 100%;
}
.navbar .nav-item.nav-item-icon{
  flex: 0 0 auto !important;
}

/* LOGO: Link soll NICHT width:100% + Text-Padding bekommen */
.navbar .nav-item.nav-item-icon > a{
  width: auto !important;
  padding: 15px 10px !important;   /* dein Logo-Padding */
  display: flex;
  align-items: center;
  justify-content: center;
}