.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #ffffff !important;
    margin: 5px 0;
    transition: background-color .3s ease-in, opacity .3s ease-in, transform .3s ease-in;
}

.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #ffffff !important;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 1.25;
}

#sp-menu ul.social-icons a {
    color: #d67414;
    font-size: 30px;
}

.d-flex.align-items-center.p-3.pt-4 {
    background: #D67415 !important;
}

hr {
    border-top: 3px dotted #495057!important;
}

.sppb-articles-carousel-meta-date {
    display: none;
}

#sp-header
 {
   background: #D67415 !important;
   max-width: 100% !important;
}

#sp-header.full-header {
    padding-top: 35px;
}

.sp-megamenu-parent>li.active>a {
    font-weight: 700 !important;
  color: #0e323e !important;
}

.sp-megamenu-parent > li > a
 {
    color: #fff !important;
}

.sp-dropdown li.sp-menu-item > a
 {
    color: #0e323e !important;
}

.floating-icons {
    /* Standardmäßig verstecken */
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    .floating-icons {
        display: none; /* Ausblenden der Icons auf mobilen Geräten */
    }
}


.floating-icons {
    position: fixed;
    top: 50%; /* Platziere das Element in der Mitte der Seite */
    right: 20px; /* Abstand vom rechten Rand */
    transform: translateY(-50%); /* Vertikale Zentrierung */
    z-index: 1000;
}


.icon-background {
    display: flex; /* Flexbox für zentriertes Layout */
    flex-direction: column; /* Inhalt in einer Spalte anordnen */
    align-items: center; /* Zentriert den Inhalt */
    justify-content: center; /* Vertikale Zentrierung */
    width: 60px; /* Breite anpassen */
    height: 60px; /* Höhe anpassen */
    background-color: #D67415; /* Hintergrundfarbe */
    border-radius: 10px; /* Abgerundete Ecken */
    text-align: center; /* Text zentrieren */
    color: #fff; /* Icon-Farbe */
    margin-bottom: 5px; /* Abstand zwischen den Icons */
    text-decoration: none; /* Unterstreichung entfernen */
    transition: background-color 0.3s; /* Sanfter Übergang bei Hover */
    font-size: 26px;
}

.icon-background:hover {
    background-color: #0e323e; /* Farbe bei Hover */
  color: #fff; /* Icon-Farbe */
}

.pricelist-price {
    font-size: 16px;
}

.pricelist-title {
    font-weight: 600 !important;
}
@media only screen and (max-width: 550px) {
    .pricelist-price-content {
        min-width: 30%;
        text-align: right;
    }
}

@media (max-width: 575px) {
    .view-article #sp-main-body .article-details .article-header h1 {
        font-size: 30px !important;
        line-height: 36px !important;
        margin-bottom: 20px;
        padding: 10px 10px 10px 20px;
        font-weight: 700 !important;
        color: #0e323e !important;
    }
}

.view-article #sp-main-body .article-details .article-header h1 {
    font-size: 48px;
    font-weight: 500;
    line-height: 64px;
    padding-left: 15px;
}

i.fa.fa-angle-left.slick-arrow {
    font-size: 30px;
    color: #fff;
}

li.sp-menu-item.homebutton.current-item.active a {
    color: #ffffff !important;
}


ul.social-icons {
    display: none;
}

/* Mobile Styles */
@media only screen and (max-width: 768px) {
    ul.social-icons {
        display: block; /* Menüpunkte in der mobilen Ansicht anzeigen */
    }
}

.offcanvas-menu .offcanvas-inner .sp-contact-info, .offcanvas-menu .offcanvas-inner .social-icons {
    font-size: 18px;
}

.offcanvas-menu .offcanvas-inner .social-icons {
    font-size: 24px;
}

@media (max-width: 767px) {
    #sp-menu .social-wrap {
        padding-left: 10px;
        display: none !important;
    }
}


