@CHARSET "ISO-8859-1";

body {
    background-color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.bg-light {
    background-color: lightgray !important;
}

.carousel-inner-home {
    max-height: 580px;
}

.carousel-inner-products {
    padding: 10px;
    background-color: black;
    border-radius: 10px;
}

.product-number {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: white;
    font-size: 16pt;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h4 {
    text-align: center;
    font-size: 130%;
}

th {
    font-size: 160%;
}

.product-img {
    background: black;
}

.logo {
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
}

.datenschutz {
    position: relative;
    overflow-y: scroll;
    height: 600px;
    tabindex: "0";
    margin-bottom: 40px;
    padding-right: 40px;
}

.impressum {
    position: relative;
    overflow-y: scroll;
    height: 450px;
    tabindex: "0";
    margin-bottom: 40px;
    padding-right: 40px;
}

#navbar-impressum {
    background-color: #f8f9fa!important;
}

#navbar-Datenschutz {
    background-color: #f8f9fa!important;
}

.content-head {
    margin-top: 15px;
}

.divider {
    border: black;
    border-width: 1px;
    border-style: solid;
}

.nav-divider {
    border: gray;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 10px;
}

.nav-menu {
    display: none !important;
}

.mix-gallery {
    height: 100%;
    box-shadow: 0 0 0;
}

.overlay-textContainer {
    display: none;
}

.overlay-elTextContainer {
    grid-template-columns: 1fr 0.4fr 0fr;
}

.elements-container {
    padding-right: 0;
    padding-left: 0;
}

.overlay-element {
    padding-right: 0;
}

.block__header {
    text-align: center;
    margin-bottom: 4rem;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

@media screen and (min-width : 768px) {
    .container article .left {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .container article .left {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}

.product-picture {
    background-color: black;
    border-radius: 10px;
}



@media screen and (min-width: 768px) {
    .grid {
        display: grid;
    }
}

@media screen and (max-width: 570px) {
    .p-5 {
        padding: 1rem!important;
    }
}


@media screen and (min-width: 768px) {
    .grid--1x2 {
        grid-template-columns: repeat(2, 1fr);
    }
}

.block-plans .grid {
    gap: 8rem 4rem;
}

.feature {
    gap: 4rem 2rem;
    margin-top: 6rem;
}

@media screen and (min-width: 570px) {
    .carousel-product img {
        height: 300px;
    }
}

@media screen and (max-width: 570px) {
    .carousel-product img {
        height: 170px;
    }
}

.feature__heading {
    margin: 1rem 0;
}

.feature__content {
    justify-self: center;
}

@media screen and (min-width: 768px) {
    .feature:nth-of-type(even) .feature__content {
        order: 2;
    }
}

.carousel-product .product-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
