html { 
    scroll-behavior: smooth; 
}

#cat-menu_blog ul li a.active {
    color: #0849a5;
    font-weight: bold;
}

.blog-img {
    transition: transform 0.3s ease;
}

.blog-img:hover {
    transform: scale(1.03);
}

.blog-sticky-element {
    position: sticky;
    top: 20px;
}

.blog-body {
    background-color: #F8F8FA;
}

.blog-breadcrumb {
    background-color: #cfd1d8;
}

.blog-round-corners {
    border-radius: 6px;
}

.blog-round-corners-badge {
    border-radius: 0px 6px 6px 0px;
}

.article-name {
    font-size: larger;
}

.neuheiten-name {
    font-size: 14px;
}

.container-banner {
    max-width: 1250px;
}

.text-blog-light {
    color: rgb(160, 157, 157);
}

.item-grid-img,
.article-header-img,
.article-header-mobile-img,
.item-recommended-img,
.neuheiten-sidebar-img {
    object-fit: cover;
}

.item-grid-img {
    height: 180px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.article-header-img {
    height: 400px;
}

.item-recommended-img {
    height: 320px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.neuheiten-sidebar-img {
    height: 80px;
    width: 80px;
}

.products-blog-slide .slick-prev {
    left: -40px;
}

.products-blog-slide .slick-next {
    right: -40px;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1088px;
    }
}

@media (min-width: 1180px) {
    .container {
        max-width: 1088px;
    }
}

@media (max-width: 576px) {
    .article-header-img {
        height: 300px;
    }

    nav.shadow-sm {
        box-shadow: none !important;
    }

    .item-recommended-img {
        height: 320px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 0px;
    }
}

/*Kontaktfenster-Animation*/

#Kontaktfenster_blog {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    display: none;
    z-index:50;
}

#Kontaktfenster_blog.aktiv {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index:50;
}



/*"Neu"-Badge*/

.product-badge-sm-blog::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #0849a5;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #0849a5;
}



/*Mobile-Menu*/

#sidebarMenu {
    height: 100%;
    position: fixed;
    left: 0;
    width: 75%;
    transform: translateX(-110%);
    transition: transform 0.4s ease-in-out;
    background-color: white;
    top: 0;
}



input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

#openSidebarMenu {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}



/*Hover*/

#blog-hover {
  position: relative;
}

#blog-hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: #0849a5;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.4s ease-in-out;
}

#blog-hover:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}


figure.youtubeCategoryConsent,figure.youtubeModalConsent{text-align:center;position:relative;margin:0 auto;height:380px;cursor:pointer}.youtubeCategoryConsent::before,.youtubeModalConsent::before{content:'';background-color:#000;width:100%;height:100%;position:absolute;left:0;top:0;opacity:.6}.youtubeLogoCatOverlay,.youtubeLogoModalOverlay{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-143%);width:65px}.youtubePrCatPlaceholder,.youtubePrModalPlaceholder{width:50%}.catYoutubeWrapper,.modalYoutubeWrapper{max-width:480px;margin:0 auto}.consentText{font-size:.9rem}.videoHeadline{margin-top:.5rem;text-align:center;margin-bottom:.5rem}.youtubeCategoryConsent .consentWrapper,.youtubeModalConsent .consentWrapper{background-color:rgba(255,255,255,.75);position:absolute;width:100%;bottom:0;left:0;z-index:10;padding:.75rem;border:1px solid #dee2e6}@media all and (min-width:581px){.youtubeCategoryConsent,.youtubeModalConsent{width:480px}}@media all and (max-width:580px){.youtubeCategoryConsent,.youtubeModalConsent{max-width:480px}}@media all and (max-width:320px){.youtubeCategoryConsent,.youtubeModalConsent{max-width:480px}}@media all and (max-width:768px){.CatVideoWrapper,.ModalVideoWrapper{min-height:240px;max-height:380px}}@media all and (min-width:768px){.CatVideoWrapper,.ModalVideoWrapper{height:380px}}