body { font-family: "Nunito Sans", sans-serif; }
h1, h2, h3, h4, h5, .navbar-brand, .nav-link { font-family: 'Teko', sans-serif; }
h2 {font-size:40px}
.navbar { background-color: #1a1a1a; }
.navbar-brand, .nav-link { color: #FFF; font-weight: bold; }
.nav-link:hover,  .nav-link.active{ color: #e30613  }
.navbar-toggler { border: none; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28 255, 255, 255, 1 %29)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.product-card { transition: transform 0.3s; }
.product-card:hover { transform: scale(1.03); }
.cta { background: #e30613; padding: 3rem 1rem; text-align: center; color: white; }
.cta .btn-dark { background-color: #1a1a1a; border: none; }
footer { background: #1a1a1a; color: white; padding: 3rem 1rem; margin-top: 2rem; text-align: left; }
footer h5 { color: #e30613; }
footer a { color: #ffffff; text-decoration: none; display: block; margin-bottom: 0.5rem; }
footer a:hover { color: #e30613; }
.filter-bar { background: #f8f9fa; padding: 0.5rem; margin-bottom: 2rem; display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; }
.filter-bar button { font-family: 'Teko', sans-serif; font-size: 1.2rem; }
.bg-light-darker {
    background-color: #e9ecef;
}

.btn-light:focus{
    box-shadow: none;
}

.text-red {
    color: #e30613;
}
.navbar-nav li { font-size:26px}

.card h3 a {
    font-family: 'Teko', sans-serif;
    font-size: 1.8rem;
    color: #e30613;
    text-decoration: none;
}
.card ul li {
    padding: 0.25rem 0;
}
.card-body .product-info,
.card-body .product-details{
    font-size: 14px;
}


.product-details .btn[aria-expanded="true"] {
    background-color: #e9ecef;
}

.product-details .btn {
    font-size: 14px;
    overflow:hidden;
    text-overflow: ellipsis;
}

.carousel-indicators [data-bs-target] {
    background-color: #dc3545;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-img-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mfp-figure img{
    background-color: #F8F9FA;
}

.mfp-figure .mfp-close{
    color: #000;
    margin-right: 10px;
}

.mfp-figure .mfp-counter{
    padding: 0 10px;
    color: #000;
}





.bg-red { background-color: #d00101; color: white; }
.section-padding { padding: 3rem 1rem; }
.btn-red { background-color: #d00101; color: white; }
.btn-red:hover { background-color: #a80000; color: white; }
.text-shadow { text-shadow: 1px 1px 2px rgba(0,0,0,0.7);}
.icon-large { font-size: 3rem; }

.btn-outline-red {
    color: #d00101;
    border: 1px solid #d00101;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red:active {
    color: #fff;
    background-color: #d00101;
    border-color: #d00101;
}

.btn-outline-red:disabled,
.btn-outline-red.disabled {
    color: #d00101;
    background-color: transparent;
    border-color: #d00101;
    opacity: 0.65;
}
/* Kategorie-Bilder (groß) mit grauem Hintergrund und fixer Höhe */
.category-image {
    background-color: #ccc;
    width: 100%;

    display: block;
    margin-bottom: 1rem;
}

/* Werkzeug-Slider Container: horizontal scroll mit Snap */
.tools-slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 1rem;
    padding-bottom: 1rem;
    scrollbar-width: none; /* Firefox */
}
.tools-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* Werkzeug-Bilder in Slider */
.tools-slider img {
   /* flex: 0 0 30%;
    max-height: 100px;*/
    padding:5px;
    margin:5px 2px;
    object-fit: contain;
    scroll-snap-align: start;
    background-color: #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.3s;
}
.tools-slider img:hover {
    transform: scale(1.05);
}
.bg-gray-custom {
    background-color: #dee2e6; /* Bootstrap’s "border color" grau */
}

.bg-red-pattern {
     background-color: #d00101; /* kräftiges Rot */
     background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><text x="0" y="32" font-size="32" fill="rgba(255,255,255,0.1)" font-family="Arial, sans-serif">@</text></svg>');
     background-repeat: repeat;
 }
.bg-red-large-at {
    background-color: #d00101;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text x="50" y="70" font-size="90" fill="rgba(255,255,255,0.2)" font-family="Arial, sans-serif" text-anchor="middle">@</text></svg>');

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* skaliert mit Container */
}

/* Pfeile style */
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slick-prev:hover, .slick-next:hover {
    background-color: rgba(0,0,0,0.6);
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

/* Pfeil-Icons als SVG */
.slick-prev::before, .slick-next::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev::before {
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M15 18l-6-6 6-6"/></svg>');
}

.slick-next::before {
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9 6l6 6-6 6"/></svg>');
}

.tools-slider .slick-slide {

    display: flex !important;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1; /* quadratisch */
    background-color: #EEE;
}


.details-section p{
    font-size: 16px;
}
.details-section h2 {
    font-family: 'Teko', sans-serif;
    font-size: 3.2rem;
    color: #d00101;
    text-decoration: none;
    line-height: 1;
}
.details-section ul li {
    padding: 0.25rem 0;
}

.product-details .btn[aria-expanded="true"] {
    background-color: #e9ecef;
}

.product-details .btn {
    overflow:hidden;
    text-overflow: ellipsis;
}
@media (max-width: 578px) {
    .product-details .btn {
        font-size: 14px;
    }
}

.info_btns_wp .btn{
    min-width: 180px !important;
}


.benefit-section {
    background-color: #d00101;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.benefit-section h3{
    font-family: "Nunito Sans", sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.benefit-section .pictogram {
    height: 85px;
    width: 85px;
}

@media (max-width: 992px) {
    .benefit-section h3{
        font-size: 40px;
    }
    .benefit-section .pictogram {
        height: 65px;
        width: 65px;
    }
}

@media (max-width: 578px) {
    .benefit-section {
        font-size: 16px;
    }
    .benefit-section h3{
        font-size: 25px;
    }
}

.mfp-figure img{
    background-color: #F8F9FA;
}

.mfp-figure .mfp-close{
    color: #000;
    margin-right: 10px;
}

.mfp-figure .mfp-counter{
    padding: 0 10px;
    color: #000;
}
