body, p, span, ul li, .btn, .accordion-button, a, button {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    font-variation-settings:
            "wdth" 100;
}

h1, h2, h3 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    /*font-weight: 300;*/
    font-style: normal;
    font-variation-settings:
            "wdth" 100;
}

b, strong {
    font-weight: 600;
}

.font-20 {
    font-size: 20px !important;
}

.font-15 {
    font-size: 15px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-13 {
    font-size: 13px !important;
}
.font-12 {
    font-size: 12px !important;
}

.textbox h2 {
    font-size: 26px;
}

body {
    background: #ffffff !important
}

.border-radius-10 {
    border-radius: 10px !important;
}

#merchShopOfferte, #section-products {
    scroll-margin-top: 136px;
}

.noScroll {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.startpage .hero-banner h1, .hero-banner h2 {
    font-size: clamp(2.3rem, 6vw, 4rem);
    color: #000000;
    font-weight: 600;
    line-height: 1.3;
}

.startpage-intro h2 {
    font-size: 26px;
    line-height: 1.3;
}

.hoodie-overlay {
    position: absolute;
    top: 18.5%;
    left: calc(50% - (118px / 2));
    width: 118px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    position: relative;
    top: 8px !important;
}

.swiper-scrollbar {
    /*display: none !important;*/
    /*position: relative !important;*/
    /*top: 10px !important;*/
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
}

ul.product-filter {
    padding-left: 1rem;
}

.product-filter li {
    list-style-type: none;
    padding: 5px 0;
}

.product-filter li a {
    text-decoration: none;
    color: #000000;
    width: 100%;
    display: inline-block;
}

.product-filter li a.active {
    font-weight: 800;
    text-decoration: underline;
}

.btn {
    /*text-transform: uppercase;*/
    font-weight: 300;
    border-radius: 6px;
}

.btn-primary {
    background: #0b455d !important;
    border: 1px solid #0b455d !important;
    padding: clamp(.5rem, .6rem + .2vw, 1rem) clamp(1.51rem, 1.412rem + .49vw, 2rem);
}

.btn-outline-primary, .btn-outline-primary:hover {
    border: 1px solid #0b455d !important;
    color: #0b455d !important;
    padding: clamp(.5rem, .6rem + .2vw, 1rem) clamp(1.51rem, 1.412rem + .49vw, 2rem);
}

.nav-item a, .topnav ul li a {
    /*text-transform: uppercase;*/
    color: #000;
    font-size: 15px;
    font-weight: 300;
    padding: 20px !important;
    text-decoration: none;
}

.accordion-button:not(.collapsed) {
    background: transparent !important;
    box-shadow: 0 0 0 transparent;
    color: #000;
    font-weight: 400;
}

/*.product-link-index {*/
/*    text-transform: uppercase;*/
/*}*/

.product-link-index {
    padding: 0 30px 10px 30px;
    font-size: 15px;
}

/*.print-item p {
    font-size: 1.0rem !important;
}*/

.print-item .content {
    padding: 20px 0;
}

.print-item img {
    border-radius: 6px;
// border: solid 2px #ffffff;
// box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
}

#section-print .container, #section-print-new .container {
    padding: 2rem 0 2rem 0;
}

.section-angebot .container {
    padding: 2rem 0 2rem 0;
}

#section-print .container .col-md-3, #section-print-new .container .col-md-3 {
    padding-top: 2px !important;
}

.section-middle {
    border-radius: 6px;
    overflow: hidden;
    max-width: 1350px;
    margin: 0 auto;
}

.border-radius {
    border-radius: 10px;
}

.border-radius-top {
    border-radius: 10px 10px 0 0;
}

.border-radius-bottom {
    border-radius: 0 0 10px 10px;
}

.container-content-banner {
    padding: 40px 0 40px 60px;
}

.section-container-content-banner {
    padding: 60px 0;
}

h2.faq-title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    line-height: 22px !important;
}

.font-desktop-18 {
    font-size: 18px;
}

.workwear-item {
    position: absolute;
    bottom: 6%;
    left: 15%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    width: 70%;
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
}

.trikot-item-pricelist td {
    padding: 0 10px;
}

.border-radius-30 {
    border-radius: 30px;
}

.cart-btn {
    top: 26px !important;
    right: 20px !important;
}

.cartQuantity {
    top: 22px !important;
    right: 20px !important;
    font-size: 12px !important;
}

.breadcrumb ul {
    margin: 0;
    padding: 6px 10px;
    width: 100%;
    background: #f8f9fa;
    border-bottom: solid 1px #dadada;
    border-right: solid 1px #dadada;
    text-align: left;
    border-radius: 10px;
}

.breadcrumb ul > li, .breadcrumb ul > li > a {
    font-size: 14px !important;
}

.breadcrumb ol {
    margin: 0;
    padding: 6px 10px;
    width: 100%;
    /*background: #f8f9fa;*/
    /*border-bottom: solid 1px #dadada;*/
    /*border-right: solid 1px #dadada;*/
    text-align: left;
    border-radius: 10px;
}

.breadcrumb ol li {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    list-style-type: none;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb ol > li > span, .breadcrumb ol > li > a > span {
    font-size: 14px !important;
}

.breadcrumb ol > li > span {
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.breadcrumb ol li a {
    color: rgba(0, 0, 0, .6);
    text-decoration: none;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-right {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.color-item {
    border-radius: 50% !important;
}

.breadcrumb-div {
    background: #f8f9fa;
    border-bottom: solid 1px #dadada;
    border-right: solid 1px #dadada;
}

.breadcrumb {
    margin: 0;
    display: block;
}

@media (min-width: 769px) {
    .col-md-20 {
        width: 20%;
    }

    .col-md-25 {
        width: 20%;
        flex: 0 0 auto;
    }

    #offerteModal .modal-xl {
        --bs-modal-width: 560px;
    }

    .box-shadow-own {
        /*box-shadow: 0 2.0rem 2rem -2rem hsl(200 50% 20% / 20%);*/
        /*box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 3px, rgba(0, 0, 0, 0.10) 0px 4px 10px*/
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 3px, rgba(0, 0, 0, 0.15) 0px 1px 2px
    }

    .box-shadow-own-darker {
        box-shadow: 0 2.0rem 2rem -2rem hsl(200 50% 20% / 40%);
    }
}

@media(min-width: 1360px){
    .pl-20 {
        padding-left: 20px;
    }
    .pr-20 {
        padding-right: 20px;
    }
    section, .section {
        width: 95%;
        margin-left: 2.5%;
        margin-right: auto;
        border-radius: 10px;
        display: inline-block;
    }

    h1, .h1 {
        font-size: 36px;
    }
    h1.small, h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.3;
    }
    .huflDf {
        font-size: 36px !important;
        font-weight: 700 !important;
        text-align: left;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        max-width: 100%;
    }
    /*.section-middle {*/
    /*    max-width: 1180px;*/
    /*}*/
    /*.container, .container-lg, .container-md, .container-sm {*/
    /*    max-width: 95%;*/
    /*}*/
}

@media(min-width: 1400px){
    h1, .h1 {
        font-size: 36px;
    }
    .huflDf {
        font-size: 36px !important;
        font-weight: 700 !important;
        text-align: left;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        max-width: 100%;
    }
}

@media(min-width: 1900px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 100%;
        max-width: 100%;
    }
    /*.section-middle {*/
    /*    max-width: 1420px;*/
    /*}*/
    h1.small, h2 {
        font-size: 34px;
        font-weight: 600;
        line-height: 1.3;
    }
}

@media(max-width: 768px){
    .textbox h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .breadcrumb-div .container .col-md-12 {
        overflow-x: scroll;
        width: calc(100% - 10px);
    }
    .breadcrumb {
        width: 200%;
    }

    .breadcrumb ol > li > span, .breadcrumb ol > li > a > span {
        font-size: 13px !important;
    }

    h1.small, h2 {
        font-size: 26px;
        font-weight: 600 !important;
        line-height: 34px;
    }

    h3.big {
        font-size: 18px;
        font-weight: 500 !important;
        line-height: 26px;
    }

    .mobile-section-block {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px !important;
        overflow: hidden;
    }

    .p-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .p-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .p-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .cart-btn {
        top: 10px !important;
        right: 0 !important;
    }

    .cartQuantity {
        top: 20px !important;
        right: 14px !important;
        font-size: 12px;
    }
    .nav-item a, .topnav ul li a {
        padding: 16px !important;
    }

    footer {
        padding: 40px 18px;
    }

    .btn-outline-primary, .btn-outline-primary:hover, .btn-primary, .btn-primary:hover {
        border: 1px solid #0b455d !important;
    }

    .workwear-item {
        position: absolute;
        bottom: 10%;
        left: 5%;
        padding: 6px;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        width: 90%;
        background: #ffffff;
        color: #000000;
        border-radius: 10px;
    }

    .trikot-item-pricelist td {
        padding: 0 6px;
        font-size: 14px;
    }

    .font-mobile-16 {
        font-size: 16px;
    }

    h2.faq-title {
        font-size: 1rem !important;
        font-weight: 700 !important;
        line-height: 22px !important;
    }

    .navbar {
        width: 100vw !important;
    }

    .jBUsrW {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .fEOllS {
        padding: 56px 20px 40px !important;
    }

    .dCuibE > * {
        flex: none !important;
    }

    .jnTQUM {
        width: calc(100% - 20px);
        background: #ffffff !important;
    }

    .bxQTHs {
        line-height: 1.17;
        text-align: center;
        color: rgb(17, 17, 17);
        font-size: 22px !important;
        white-space: nowrap;
        font-weight: 700 !important;
    }

    .BulletsControl__BulletsControlContainer-sc-vxd05w-0 {
        display: none !important;
    }

    .box-shadow-own {
        /*box-shadow: 0 2.0rem 2rem -2rem hsl(200 50% 20% / 20%);*/
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 3px, rgba(0, 0, 0, 0.15) 0px 1px 2px
    }

    .pl-16 {
        padding-left: 16px;
    }
    .pr-16 {
        padding-right: 16px;
    }
    .content-starts {
        padding: 0 6px;
    }
    .startpage .hero-banner h1, .hero-banner h2 {
        font-size: clamp(2.3rem, 6vw, 4rem);
        color: #000000;
        font-weight: 600;
        line-height: 1.3;
    }

    .startpage-intro h2 {
        font-size: 16px;
        line-height: 1.6;
        padding: 0 30px;
    }

    .section-container-content-banner {
        padding: 0 10px;
    }

    .container-content-banner {
        padding: 30px 0;
        text-align: center;
    }

    .container-content-banner h2 {
        font-size: 26px;
        font-weight: 700 !important;
        text-shadow: 1px 1px 1px #000000;
    }

    .container-content-banner p {
        padding: 0 20px;
        font-size: 16px;
        text-shadow: 1px 1px 1px #000000;
    }

    .pl-10 {
        padding-left: 10px;
    }

    .pr-10 {
        padding-right: 10px;
    }

    .btn {
        font-size: 16px;
    }

    .hoodie-overlay {
        position: absolute;
        top: 15%;
        left: calc(50% - (80px / 2));
        width: 80px;
    }

    #CookiebotWidget {
        display: none !important;
    }

    .product-filter li {
        line-height: 2.4;
        padding: 0;
    }

    .section-angebot {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 0;
    }

    .section-angebot .container {
        width: calc((100vw * 4) - 140px);
        padding: 10px 0 30px 15px !important;
    }

    .section-angebot .container .col-md-3 {
        width: calc(100vw - 50px);
        float: left;
        padding: 0;
        margin: 0 10px 0 0;
    }

    #section-print, #section-workwear-topseller {
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        padding-bottom: 0;
    }

    #section-print .container .col-md-3 {
        /*width: calc(100vw - 50px);*/
        float: left;
        padding: 2px 10px !important;
        margin: 0 0 15px 0;
    }

    #section-print-new .container .col-md-3 {
        /*width: calc(100vw - 50px);*/
        float: left;
        padding: 2px 0px !important;
        margin: 0 0 15px 0;
    }

    #section-print-new .container .col-md-4 {
        /*width: calc(100vw - 50px);*/
        float: left;
        padding: 2px 20px !important;
        margin: 0 0 15px 0;
    }

    /*.print-item p {
        font-size: 1rem !important;
    }*/

    .col-sm-3 {
        width: 33.33% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: calc(50% - 15px);
        width: 40px;
        height: 40px;
        background: #ffffff;
        border-radius: 50%;
        margin-top: 0;
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
    }

    .swiper-button-next {
        padding-left: 4px;
    }

    .swiper-button-prev {
        padding-right: 4px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 24px;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
    }

    .product-link-index {
        text-align: left;
        padding: 6px 0 12px 0;
        font-size: 15px !important;
        font-weight: 300;
        line-height: 26px;
    }

    /*p {*/
    /*    font-size: .950rem !important;*/
    /*}*/

    .pm-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .pm-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .pm-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .p-08 {
        padding: .8rem !important;
    }

    .w-sm-100 {
        width: 100%;
    }
}