

h1, h2, h3, h4, h5, h6 {
    color:#264a9f;
}

p.size-medium {
    font-size: 125%;
    color:#264a9f;
}
.shop-advantages li a {
}

span.icon.icon-search {
}
a.product-name {
    -webkit-line-clamp:initial;
    height: 60px;
    font-size: 16px;
}

.product-variant-characteristics {
    display: none;
}

.product-description {
    display: none;
}

p.product-price-unit {
    display: none;
}

.product-cheapest-price {
    display: none;
}

/* Downlaods Tab, Beschreibung Artikel Detailseite */ 
ul.custom-fields-list {
    list-style: none;
    }

ul.custom-fields-list li {
	position: relative;
	margin: 1em 0;
	padding: 1em 0;
	background: #f8f8f8;
	border-bottom: solid 1px;
}


ul.custom-fields-list {
    margin: 0;
    padding: 0;
}

li.sin-custom-product-video {
    max-width: 300px;
    aspect-ratio: 16/9;
    object-fit: contain;
}

video {
    aspect-ratio: 16/9;
    object-fit: contain;
    max-width: 480px;
}
.sin-custom-cat-image-listing h2 {
    font-size: 1em;
    text-align: center;
}


.footer-main {
    background: #024289;
    color: white;
}
.footer-main a, .footer-column-headline {
	color: white;
}
.footer-vat * {
    color: white;
}
.footer-link:hover, .footer-contact-hotline a:hover {
    color: #e9e9e9 !important;
}
.article-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer-copyright img {
    max-width: 80vw;
}
.content-text.black,
.content-text.black h2 {
    color: black;
}
.footer-logos {
    display: none;
}
span.badge.badge-success.badge-new.badge-shippingfree {
    font-size: 12px;
    position: absolute;
    top: -5px;
    background: none;
    box-shadow: none;
    color: #099b2f;
    font-weight: bold;
}

/* Basis-Styles */
.pdf-links-container {
    display: grid;
    gap: 20px; /* Abstand zwischen den Elementen */
    margin: 20px; /* Abstand rund um den Container */
}

/* Desktop-Layout: 4 Spalten */
@media (min-width: 1024px) {
    .pdf-links-container {
        grid-template-columns: repeat(4, 1fr); /* 4 gleich breite Spalten */
    }
}

/* Tablet-Layout: 3 Spalten */
@media (min-width: 768px) and (max-width: 1023px) {
    .pdf-links-container {
        grid-template-columns: repeat(3, 1fr); /* 3 gleich breite Spalten */
    }
}

/* Mobile-Layout: 2 Spalten */
@media (max-width: 767px) {
    .pdf-links-container {
        grid-template-columns: repeat(2, 1fr); /* 2 gleich breite Spalten */
    }
}

/* Weitere Anpassungen */
.pdf-link-container {
    text-align: center; /* Zentriere den Inhalt */
}

.pdf-link-container img {
    width: 100%; /* Bild auf volle Breite des Containers anpassen */
    height: auto; /* Bild im richtigen Seitenverhältnis anzeigen */
    max-width: 150px; /* Maximalbreite des Bildes */
    margin-bottom: 10px; /* Abstand zum Text */
}

.pdf-link-container a {
    text-decoration: none;
    color: #333; /* Standard-Link-Farbe */
    font-size: 16px; /* Schriftgröße des Links */
}

.pdf-link-container a:hover {
    color: #007bff; /* Hover-Farbe für Links */
}

@media (max-width: 575px) {
	.product-image-wrapper {
        margin-bottom: 0;
    }
	.content-text {
		padding: 2em;
	}
    .header-row {
        padding-bottom: 0;
        padding-top: 0;
    }
    .emotional-teaser .cms-block-image-text-cover .cms-element-text {
        padding-top: 0;
    }
    .mw-800 {
        margin: 2em auto 0 auto;
    }
    .cms-element-product-listing .cms-listing-row {
        margin-right: 0;
        margin-left: 0;
    }
    .cms-section-sidebar-main-content {
        margin: 0;
        padding: 0;
    }
    p.product-price-unit {
        display: none;
    }

    .product-cheapest-price {
        margin: 0;
    }
    
    .product-variant-characteristics {
        display: none;
    }
    
    button.btn.btn-block.btn-buy {
        font-size: 0.85em;
        font-weight: normal;
    }
    
    .cms-block-container {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .cms-listing-col.col-sm-6.col-lg-6.col-xl-4 {
        margin: 0;
    }
    .cms-block-container-row.row.cms-row {
        margin-right: -7px;
        margin-left: -7px;
    }
    .cms-block-product-listing .col-12 {
        padding: 0 7px !important;
    }
    
    .cms-listing-col.col-sm-6.col-lg-6.col-xl-4,
    .cms-listing-col.col-sm-6.col-lg-4.col-xl-3{
        width: 50%;
        padding: 5px;
    }
    .card-body {
        padding: 5px !important;
    }
    
    .card.product-box.box-standard {
        border: none;
    }
    
    a.product-name {
        font-size: 15px;
    }
    
    .product-price-info {
        margin: 0;
    }
    
    .product-action {
        margin-top: 10px;
    }
}
@media (max-width: 991px) {

    .cms-section-sidebar-sidebar-content {
        display: none;
    }
    .cms-element-image {
        overflow: hidden;
    }
    .footer-column {
        border-bottom: none;
        padding: 1em;
    }
	.emotional-teaser .cms-image {
		display: block;
		max-width: 100%;
		margin: 0 auto;
		min-width: 100%;
	}
	.breadcrumb {
		padding: 0;
		margin: 0;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.content-text {
		padding: 2em;
	}
	.emotional-teaser .cms-image {
		display: block;
		margin: 0 auto;
		min-width: 50vw;
	}
}
@media (min-width: 768px) and (max-width:991px) {
	.content-text {
		padding: 2em;
	}
}

/* Listing */ 
.card.product-box.box-standard,
a.btn {
    border-radius: 5px;
}

.sin-custom-video-image iframe {
    margin: 2em;
    border-radius: 5px;
}

.product-detail-description.tab-pane-container,
.product-detail-review.tab-pane-container {
    background: #f8f8f8;
    padding: 2.5%;
    margin: 0 !important;
    border-radius: 5px;
}

.product-detail-tabs-content.card-body {
    padding: 0;
}

.h3.product-detail-description-title {
    color: var(--primary);
}

ul.nav-tabs.product-detail-tab-navigation-list a.nav-link {
    padding-left: 15px;
    padding-right: 15px;
}
.product-detail a.nav-link.active {
    font-weight: bold;
}

.product-detail a.nav-link:hover,
.product-detail a.nav-link.active {
    background: var(--primary) !important;
    color: #ffffff !important;
}
.product-detail-price-unit {
    font-size: 16px;
    margin: 10px 0;
    }

[itemprop="offers"] {
    padding: 2em;
    background: #f9f9f9;
    margin-bottom: 2em;
}

.refill-time {
    display: flex;
    align-items: center;
}
span.refill-time-red-dot {
    scale: 0.25;
    max-width: 25px;
}
a.btn.btn-block.btn-light.buy-widget {
    width: 100%;
    display: block;
}

.product-detail-refill-time-label {
  padding-bottom: 1em;
  display: block;
  max-width: 37ch;
  margin-left: 1em;
  margin-top: 10px;
}
.filter-panel-items-container {
    width: 100%;
    margin: 2em 0em;
    padding: 0;
    justify-content: start;
}
span.product-detail-ordernumber-label {
    margin-right: 0.5em;
}
.footer-bottom {
    background: #2d2d2d;
}
button.btn-primary {
    color: #ffffff;
}

@media (max-width: 991px){
    .header-logo-picture {
        display: block;
        max-width: 185px;
        min-width: initial;
        margin: auto;
    }
    .cms-section-sidebar-sidebar-content {
        display: none;
    }
}

@media (min-width: 992px){

    .product-detail-delivery-information {
        margin-bottom: 0;
    }
    label.product-detail-configurator-option-label {
        padding: 1em !important;
        min-width: 235px !important;
        width: 50%;
    }
nav#main-navigation-menu {
	background: #264a9f;
}
    .main-navigation .container {
        padding: .5em 0em 0.5em 0 !important;
    }
    .main-navigation-link {
        padding-right: 16px;
        padding-left: 16px;
		color: white;
    }
    a.nav-link.main-navigation-link.home-link {
        display: none;
    }


.cms-section-sidebar-sidebar-content.col-lg-4.col-xl-3 {
        padding-top: 5.5em;
    }

    .emotional-teaser .cms-element-image {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 960px;
		width:50vw;
		overflow:hidden;
    }
	.content-text {
		max-width: 600px;
		padding: 6em 2em 6em 2em;
	}
}

.startpage-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  align-items: center;
  justify-items: center;
}

.startpage-logos img {
  max-width: 100%;
  height: auto;
}

/* ≥576px = 2 Spalten bleiben */
@media (min-width: 576px) {
  .startpage-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ≥768px = 3 Spalten */
@media (min-width: 768px) {
  .startpage-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ≥992px = 4 Spalten */
@media (min-width: 992px) {
  .startpage-logos {
    grid-template-columns: repeat(4, 1fr);
  }
}
