/* Color */

:root {

    --primary: white;
    --secondary: #FF8946;
}

.primary {

    color: var(--primary);
}

.secondary {

    color: var(--secondary);
}



/* Navigation */

nav {

    height: 6rem;
    -webkit-box-shadow: 0px 15px 15px -15px #B0B0B0;
    box-shadow: 0px 15px 15px -15px #B0B0B0;
}

.brand img {

    height: 3rem;
}

.desktop-menu {

    display: flex;
    justify-content: flex-end;
}

.desktop-menu a {

    color: black;
    text-decoration: none;
    margin: 10px;
}

.announce {

    background-color: var(--secondary);
    color: white;
    padding: 1rem;
    text-align: center;
    background-image: url(../../assets/img/banner-wave.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-menu i {

    font-size: 2rem;
}

.mobile-menu {

    display: none;
}

.mobile-links {

    position: relative;
}

.mobile-menu .btn-one {

        padding: 0.6rem;
}

.mobile-menu .btn-one i {

    font-size: 1rem!important;
}

.mobile-links a {

    display: block;
    text-decoration: none;
    margin-bottom: 30px;
    font-size: 1.4rem;
    color: black;
    border-bottom: 1px solid var(--secondary);
    padding-bottom: 30px;
}

.offcanvas {

    width: 100vw!important;
}

/* Hero */

.hero {

    background-image: url(/assets/img/socialmedia.jpeg);
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.479);
}

.proven img {

    height: 120px;
}

.proven {

    margin-bottom: 40px;
}

.paypal img {

    height: 60px;
}

/* Benefits */

.benefits {

    background-color: rgba(255, 255, 255, 0.404);
}

.benefits-box {
    padding: 0.5rem;
}

.benefits-box p {

    font-size: 1rem;
    margin-top: 20px;
    font-weight: 600;
}

.benefits-box img {

    height: 3rem;
    margin-right: 20px;
}

/* Carousel */
/* Kategorien */

.owl-stage-outer {

    padding: 1rem;
}


.categorie-card {

    -webkit-box-shadow: 0px 0px 7px 0px #BFBFBF;
    box-shadow: 0px 0px 7px 0px #BFBFBF;
    padding: 1.5rem;
    border-radius: 1rem;
    width: 300px !important;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.categorie-img img {

    height: 90px;
    width: auto !important;
}

.categorie-sale {

    background-color: red;
    width: fit-content;
    padding: 0.7rem;
    border-radius: 100px;
    min-width: 5rem;
    text-align: center;
    color: white;
}

.categorie-title {

    font-size: 1rem;
    font-weight: 700;
}

.categorie-sub {

    color: rgb(146, 146, 146);
    font-weight: 500;
    font-size: 1rem;
}

.categorie-price {

    font-size: 1.5rem;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 20px;
}

/* Wie */

.wie-card {

    -webkit-box-shadow: 0px 0px 7px 0px #BFBFBF;
    box-shadow: 0px 0px 7px 0px #BFBFBF;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-right: 20px;
}

.wie-card img {

    height: 60px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 7px 0px #BFBFBF;
    box-shadow: 0px 0px 7px 0px #BFBFBF;
    padding: 0.8rem;
    border-radius: 1rem;
}

.wie-card .title {

    font-weight: 700;
    margin-bottom: 20px;
}

/* Warum */

.warum-card {

    -webkit-box-shadow: 0px 0px 7px 0px #BFBFBF;
    box-shadow: 0px 0px 7px 0px #BFBFBF;
    padding: 1.5rem;
    border-radius: 1rem;
    margin-right: 20px;
}

.warum-card-title {

    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.warum-card-wrapper {

    margin-bottom: 40px;
}

/* Product */

.product-title {

    font-size: 2.2rem;
    margin-bottom: 40px;
}

.product-price {

    color: var(--secondary);
    font-weight: 600;
    font-size: 1.5rem;
}

.product-price span {

    font-size: 1rem;
    color: grey;
    font-weight: 400;
}

.true {

    background-color: rgb(0, 68, 255);
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-radius: 10px;
    margin-left: 10px;
    color: white!important;
}

.false {

    display: none;
}

.support {

    position: fixed;
    bottom: 20px;
    right: 20px;
}

/* Footer */

footer {

    padding-top: 70px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 15px 15px 15px #B0B0B0;
    box-shadow: 0px 15px 15px 15px #B0B0B0;
}

.footer-links {

    display: grid;
    text-align: end;
}

.footer-links p {

    font-weight: 700;
    margin-bottom: 30px;
}


.footer-links a {

    margin-bottom: 20px;
    text-decoration: none;
    color: black;
}

/* Legal */

.legal {

    min-height: 70vh;
}

.legal a {

    word-break: break-all;
}

/* Slider */

.leistungen {

    display: flex;
    overflow-y: scroll;
    overflow-y: hidden;
    padding: 40px 10px 40px 10px;
    min-height: 25rem;
    justify-content: flex-start;
    align-items: center;

}

.leistungen::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.leistungen::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle */
.leistungen::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle on hover */
.leistungen::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

.benefits-wrapper {

    display: flex;
    overflow-y: scroll;
    overflow-y: hidden;
    justify-content: center;
    align-items: center;

}

.benefits-div {

    margin: 20px;
}

.benefits-wrapper::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.benefits-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle */
.benefits-wrapper::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: 10px;
}

/* Handle on hover */
.benefits-wrapper::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

/* Mobile */

@media (max-width: 1204px) {

    h1 {

        font-size: 1.8rem!important;
    }

    h2 {

        font-size: 1.5rem!important;
    }

    h3 {

        font-size: 1.5rem!important;
    }

    h4 {

        font-size: 1.5rem!important;
    }

    .grid-3-1 {

        display: block!important;
    }

    .wie-card {

        margin-bottom: 40px;
        margin-right: 0px;
    }

    .warum-card {
        margin-right: 0px;
    }

    .footer-links {

        text-align: center;
    }

    footer .brand {

        display: grid;
        justify-content: center;
        margin-bottom: 40px;
    }

    .footer-img {

        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .copy {

        text-align: center;
    }

    .proven img {

        height: 80px;
    }

    .paypal img {

        height: 50px;
    }

    .w-50 {

        width: 100%!important;
    }

    .grid-2-1 {

        display: block!important;
    }

    .product-img {

        margin-bottom: 40px;
    }

    .btn-variants {

        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px!important;
    }
    
}


@media (max-width: 767px) {
        
    .desktop-menu {

        display: none;
    }

    .mobile-menu {

        display: block!important;
    }

    .benefits-wrapper {

        display: flex;
        overflow-y: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
        align-items: center;
    
    }

    .brand img {

        height: 36px;
    }
}

@media (max-height: 1016px) {

    .hero {

        height: 80vh!important;
    }
    
}