@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif !important;
    background-color: #ffffff;
}

#footerColumns {
    justify-content: space-between;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    padding: 20px 40px;
}

.footer-column-headline {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: none;
    color: #0c72a7;
    display: inline-block;
    padding: 20px 0 10px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footerColumns li {
    list-style: square;
}

@media(min-width:531px) {
    .small-mobile-header {
        display: none;
    }
}

a {
    text-decoration: none;
}

.footer-column-content a {
    color: #333333;
}

@media (min-width: 768px) {
    .footer-column-toggle {
        display: none;
    }
}

.footer-column-footernav ul {
    list-style: square;
    padding-left: 17px;
    color: #104d6e;
}

.footer-column-content-inner ul {
    margin: 0;
}

.twt-widget-shipping .is-shipping-logo,
.twt-widget-paymentshipping .is-shipping-logo {
    transition: 0.2s ease-out 0s;
    display: block;
    float: left;
}

.twt-widget-shipping .is-shipping-logo img.footer-logo-image,
.twt-widget-paymentshipping .is-shipping-logo img.footer-logo-image {
    display: block;
    max-width: inherit;
    height: 265px;
    max-height: 70px;
    border: 1px solid rgba(223, 223, 223, 0);
    width: auto;
    border-radius: 2px;
}

.twt-widget-payment .is-payment-logo img.footer-logo-image,
.twt-widget-paymentshipping .is-payment-logo img.footer-logo-image {
    display: block;
    max-width: inherit;
    height: 265px;
    max-height: 265px;
    border: 1px solid rgba(233, 242, 249, 0);
    width: auto;
}

.d-flex {
    display: flex;
}

/* Default (mobile first) */
.col-md-4,
.col-xl-3 {
    width: 100%;
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
    .col-md-4 {
        flex: 0 0 31.3333%;
        max-width: 31.3333%;
    }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 24%;
        max-width: 24%;
    }
}

.twt-usp-bar.is-header {
    background-color: #eef2f5;
    position: relative;
}

.twt-usp-bar.is-header.has-widget .twt-usp-bar-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.twt-usp-bar.is-small .twt-usp-bar-container {
    padding: 10px 0;
    height: 40px;
}

twt-usp-bar.is-header.has-widget .twt-usp-bar-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.twt-usp-bar.is-small .twt-usp-bar-container {
    padding: 10px 0;
    height: 40px;
}

#twt-usp-bar .top-header-navigation {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
}

#twt-usp-bar .top-header-navigation .item-title {
    font-size: 13px;
}

#twt-usp-bar .top-header-navigation .phone-header {
    display: flex;
    width: auto;
    align-items: center;
}

#twt-usp-bar .top-header-navigation .phone-header .phone-img {
    margin-right: 10px;
}

#twt-usp-bar .top-header-navigation .phone-header .phone-img {
    margin-right: 10px;
}

#twt-usp-bar .top-header-navigation .phone-header .tel-details p {
    margin: 0;
    font-size: 13px;
    color: #555555;
    font-weight: 500;
}

#twt-usp-bar .top-header-navigation .phone-header .tel-details p a {
    color: #555555;
}

#twt-usp-bar .top-header-navigation .header-actions-contact,
#twt-usp-bar .top-header-navigation .top-bar-nav-text {
    font-size: 13px;
    color: #555555;
    font-weight: 500;
}

.service-menu {
    display: none;
}

.logo-section img {
    max-width: 220px !important;
    width: 100%;
    height: auto;
}

.desktop-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.twt-usp-bar-items {
    width: 100%;
}

.category-nav {
    flex-wrap: nowrap;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.main-navigation-link {
    white-space: nowrap;
    scrollbar-width: auto;
    scrollbar-color: #0c72a7 #fff;
    background-color: rgba(255, 255, 255, 0);
    color: #333333;
    position: relative;
    line-height: 60px;
    transition: color 0.2s ease, background-color 0.2s ease;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    display: block;
    padding: 15px !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;

    &:hover {
        background: #eef2f5;
    }
}


.main-navigation-link .main-navigation-link-text:before {
    position: absolute;
    content: "";
    left: 33%;
    width: 40px;
    height: 40px;
    top: 0px;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important
}

.icon-header-1::before {
    background-image: url(https://www.folienmarkt.de/media/79/5a/eb/1741071586/sichtschutzfolien.webp?ts=1741071586);
    left: 35% !important;
}

.icon-header-2::before {
    background-image: url("https://www.folienmarkt.de/media/94/9b/08/1741071586/sonnenschutzfolien.webp?ts=1741071586");
    left: 38% !important;
}

.icon-header-3::before {
    background-image: url("https://www.folienmarkt.de/media/a5/f8/44/1741071586/schutzfolien.webp?ts=1741071586")
}

.icon-header-4::before {
    background-image: url("https://www.folienmarkt.de/media/0d/8f/19/1741072042/newautofolien.png?ts=1741072042")
}

.icon-header-5::before {
    background-image: url("https://www.folienmarkt.de/media/b3/d7/7b/1741071662/moebelfolien_(1).webp?ts=1741071662")
}

.icon-header-6::before {
    background-image: url("https://www.folienmarkt.de/media/b1/28/b7/1741071586/zubehoer.webp?ts=1741071586")
}

.icon-header-7::before {
    background-image: url("https://www.folienmarkt.de/media/8e/d2/7a/1755494647/rollos-online-icon.png?ts=1755494647")
}

.icon-header-8::before {
    background-image: url("https://www.folienmarkt.de/media/42/da/b5/1773032452/mag-icons.png?ts=1773032452")
}


.main-navigation-link span {
    font-size: 13px;
    font-weight: normal;
    line-height: 60px;
}

.header-logo-main-img {
    display: flex;
    align-items: center;
}

.header-icons-link {
    margin-left: 10px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0);
}

svg use {
    fill: #333333;
}

.utility-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-icons-link .icon {
    display: flex;
    align-items: center;
}

#footerColumnsBottom {
    padding: 20px 0px 20px 0px;
}

.twt-element-about {
    flex: 0 0 auto;
    width: 50%;
    padding: 0px 20px 20px 20px;
}

.twt-element-about .footer-headline {
    color: #0c72a7;
    display: inline-block;
    border-bottom: 2px solid #0c72a7;
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
}



.twt-communities-item {
    display: inline-block;
    color: #0c72a7 !important;
}

.twt-widget-communities a.twt-communities-link .icon {
    transition: 0.2s ease-out 0s;
    vertical-align: middle;
    fill: currentColor;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link .icon {
    width: 45px;
    height: 45px;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link.link-facebook .icon {
    color: #0c72a7;
}

.twt-widget-communities:not(.is-slideout):not(.is-sidebar):not(.is-detail):not(.is-usp-bar) a.twt-communities-link span.twt-communities-label {
    display: none;
}

.twt-communities-link .icon>svg rect {
    fill: #0c72a7;
}

.twt-communities-link .icon>svg {
    width: 45px;
    height: 45px;
    top: 0.25em;
    position: relative;
    fill: currentColor;
}

.twt-widget-communities a.twt-communities-link .icon svg {
    top: 0;

}

.footer-columns#footerColumnsBottom {
    display: flex;
    justify-content: space-around;
    text-align: center;
    color: #333333;
    background-color: #eef2f5;
    margin-right: 0;
    margin-left: 0;
    flex-wrap: wrap;
}

@media(max-width:1366px) {
    .desktop-menu {
        display: none;
    }
}



.mobile-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

@media(min-width:1367px) {
    .mobile-menu {
        display: none;
    }
}

/* Container for the sliding menu */
.mobile-nav-content {
    position: fixed;
    top: 60px;
    /* Adjust based on your header height */
    left: -100%;
    /* Hidden off-screen to the left */
    width: 80%;
    height: 100%;
    background: #ffffff;
    transition: left 0.3s ease-in-out;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

/* When the menu is active */
.mobile-nav-content.open {
    left: 0;
}





/* Visual feedback for the icon */
.menu-icon {
    cursor: pointer;
    padding: 10px;
    display: inline;
}

.utility-section-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.utility-section-mobile svg {
    top: 0 !important;
}

/* Sidebar hidden off-screen to the left */
.mobile-nav-content {
    position: fixed;
    top: 0;
    left: -100%;
    max-width: 400px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999;
    transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    font-family: sans-serif;
}

/* Slide in state */
.mobile-nav-content.active {
    left: 0;
}

/* Header: "Menü schließen" */
.nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.close-label {
    color: #a0a0a0;
    font-size: 14px;
}

.close-btn {
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    line-height: 1;
}

.close-btn:hover {
    background-color: transparent;
    color: #000;
}

/* Category Title */
.category-title {
    padding: 15px 20px;
    font-weight: 700;
    font-size: 15px;
    color: #334155;
    background-color: #f8fafc;
}

/* Navigation List */
.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-list li {
    background-color: #fff;
    border-top: 1px solid #bcc1c7;
}

.nav-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #111111;
    padding: 12px 14px;
    font-size: 15px;
}

.nav-list li a:active {
    background-color: #f1f5f9;
}

.arrow {
    color: #cbd5e1;
    font-size: 20px;
    font-weight: 300;
}

/* The Dark Background Dimmer */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* --- Dropdown Logic (New Code) --- */
.dropdown {
    position: static;
    /* Isse megamenu full width ban sakta hai */
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 88%;
    background: #eef2f5;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding-bottom: 0;
}

/* Hover karne par menu dikhega */
.dropdown:hover .dropdown-content {
    display: block;
}

@media(max-width:1142px) {
    #twt-usp-bar {
        display: none;
    }
}

/* Layout for 5 images */
.dropdown-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
}

.mobile-menu .header-icons-link {
    padding: 0 7px;
}

.mobile-menus.header-icons-link {
    margin-top: 10px;
}

.dropdown-item {
    flex: 1;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding-bottom: 10px;
    transition: 0.3s;
    text-decoration: none;
    color: #333;
    overflow: hidden;
}

.dropdown-item img:hover {
    transform: scale(1.05);

}

.dropdown-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
    transition: .4s ease;
}

.dropdown-item span {
    font-size: 18px;
    padding: 0 5px;
    display: block;
}


.box-area {
    margin-top: 20px;
    margin-right: 0;
    margin-left: 0;
    padding: 20px;
    border-radius: 2px;
    background: #e3e8ec;
    margin-bottom: 0 !important;

}

* {
    margin: 0;
}


#footerColumns svg {
    width: 24px;
    height: 24px;
}

#footerColumns svg path {
    fill: #2a7ac1;
}

@media (max-width:992px) {
    #footerColumns {
        padding: 20px;
    }
}

@media(max-width: 767px) {
    /* ===== Footer Collapse Base ===== */

    .footer-column-content {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.35s ease;
    }

    /* Open State */
    .footer-column-content.is-open {
        max-height: 1000px;
        /* fallback */
    }

    /* ===== Icon Toggle ===== */

    .footer-plus-icon {
        display: inline-block;
    }

    .footer-minus-icon {
        display: none;
    }

    .js-collapse-footer-column-trigger[aria-expanded="true"] .footer-plus-icon {
        display: none;
    }

    .js-collapse-footer-column-trigger[aria-expanded="true"] .footer-minus-icon {
        display: inline-block;
    }

    /* Pointer cursor */
    .js-collapse-footer-column-trigger {
        cursor: pointer;
    }

    /* Optional: prevent Bootstrap collapse conflict */
    .footer-column-content.collapse {
        display: block !important;
    }

    #footerColumnsBottom .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0px 20px 20px 20px;
    }

    div#collapseFooterAbout,
    div#collapseFooterCommunities {
        max-height: 100% !important;
        height: 100%;
    }

    div#collapseFooterCommunitiesTitle {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .footer-column {
        border-bottom: 1px solid #eaeaf0;
    }



    .footer-headline {
        font-size: 13px;
    }

    .footer-column-content a {
        font-size: 14px;
    }

}

/* Base styles for the dropdown container */
.service-menus.dropdown {
    position: relative;
    display: inline-block;
}

/* Hide the menu by default */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-top: 5px;
}

/* Show the menu when the .show class is added via JS */
.dropdown-menu.show {
    display: block;
}

/* Optional: Rotate the arrow when active */
.top-bar-nav-btn.active .toggle-arrow {
    transform: rotate(180deg);
}

.toggle-arrow {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 10px;
    margin-left: 5px;
}

.dropdown-item {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-size: 11px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

@media(max-width: 530px) {
    .mobile-menu {
        display: none;
    }

    a.header-actions-contact {
        font-size: 13px;
        color: #000;
    }

    .top-bar-nav-text {
        font-size: 13px;
    }
}

.small-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0 10px 0;
}

.small-top .header-logo-picture img {
    max-width: 220px !important;
    width: 100%;
    height: auto;
}

.down-small-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;

}

.div-actioss {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.phone-header {
    display: flex;
    align-items: center;
}

.phone-header p,
.phone-header a {
    margin: 0;
    font-size: 13px;
    color: #555555;
    font-weight: 500;
}

.phone-header .phone-img {
    margin-right: 10px;
}

.down-small-header .mobile-menus.header-icons-link {
    margin-left: 0;
}

.down-small-header svg {
    width: 18px;
    height: 18px;

}

.footer-bottom {
    padding: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    color: #666666;
    background-color: rgba(0, 0, 0, 0);
}

.footer-bottom {
    background: #f9f9f9;
}

.footer-bottom .footer-service-menu {
    text-align: center;
}

.footer-bottom a {
    color: #666666;
}

.footer-service-menu-link {
    padding: 0;
}

.footer-vat,
.footer-copyright,
.footer-service-menu-list {
    text-align: center;
}

footer-bottom .footer-vat p {
    margin-bottom: 0;
}

a[data-ajax-modal] {
    text-decoration: underline;
}

li.footer-service-menu-item {
    list-style: none;
}

.small-text {
    display: none;
    ;
}

@media(max-width:450px) {
    .top-bar-nav-btn {
        display: none;
    }

    .small-top {
        justify-content: center;
    }

    .kontakt-menu {
        display: none;
    }

    .down-small-header {
        padding: 0 10px;
    }

    .small-text {
        display: block;
        font-size: 10px;
    }

    .phone-img.tel-details {
        display: none;
    }

}

@media(max-width:767px) {

    .twt-widget-about {
        font-size: 14px;
    }
}

/* Base Sticky Styles */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    /* Ensure it has a background so content doesn't bleed through */
    transition: all 0.3s ease-in-out;
}

/* The Animation Class (Triggered by JS) */
.site-header.is-sticky {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.4s ease-out;
}

/* Keyframes for the slide-down effect */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Optional: Shrink the logo or header slightly when sticky for better UX */
.site-header.is-sticky .logo-link img {
    transition: max-height 0.3s ease;
}

.site-header svg:hover {
    fill: #0c72a7;
    color: #2a7ac1;
}

.FixedWidget__fixed_widget__pinned {
    position: relative !important;
    top: 32px !important;
}

/* blogs details design */

.inside-right-sidebar {
    padding: 0;
}

.is-right-sidebar.widget-area .widget {
    padding: 0;
}

.is-right-sidebar.widget-area .widget .lwptoc_i {
    padding: 0;
}

.lwptoc.lwptoc-autoWidth.lwptoc-inherit {
    margin-top: 0;
}

@media(max-width:991px) {
    .site-content .content-area {
        width: 100%;
    }

    .site-content .content-area .inside-article {
        display: flex;
        flex-direction: column;
    }

    .site-content .content-area .inside-article header {
        margin-bottom: 20px;
        order: -1;
    }

    .is-right-sidebar {
        width: 100%;
    }



    .site-content {
        flex-wrap: wrap;
    }

    .fm-table-wrap table {
        min-width: auto !important;
    }
}

@media(max-width:767px) {
    .inside-article .entry-title {
        font-size: 18px;
    }

    .entry-meta {
        font-size: 14px;
    }

    .inside-article h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 16px;
        font-weight: bold;
    }

    .inside-article p {
        font-size: 15px;
    }

    .lwptoc_i {
        padding: 0 !important;
    }

    .post-image-above-header .inside-article .featured-image,
    .post-image-above-header .inside-article .post-image {
        margin-bottom: 10px !important;
    }
}

.magazin-h1-hidden {
    display: none;
}

.folienmarkt-breadcrumbs {
    display: flex;
    align-items: center;
    font-family: inherit;
}

.folienmarkt-breadcrumbs a {
    color: #005cb9;
    /* Blue color from your design */
    text-decoration: none;
    font-weight: 500;
}

.folienmarkt-breadcrumbs .bc-icon {
    margin-right: 5px;
    font-size: 18px;
}

.folienmarkt-breadcrumbs .bc-sep {
    margin: 0 10px;
    color: #005cb9;
    font-weight: bold;
}

.folienmarkt-breadcrumbs .bc-current {
    color: #333;
    font-weight: 500;
}

@media(max-width:1266px) {
    .folienmarkt-bc {
        font-size: 12px !important;
    }
}