/**
 * ANCHOR Cloudrexx (CLX)
 * Anpassungen vom 2026-01-29
 *
 */

.ds24-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 120px auto;
    padding: 0 15px;

    font-size: 20px;
    font-family: "bebas-neue-pro", sans-serif;
    line-height: 1.2;
    color: white;
    hyphens: auto;
    text-align: justify;

    & .ds24-block-img {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 10px;

        & .ds24-block-img-reight {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-rows: 1fr 1fr;
            gap: 10px;
        }

        & .ds24-block-img-left,
        & .ds24-block-img-reight {
            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                aspect-ratio: 16 / 9;
            }
        }
    }

    h1,
    h2,
    h3,
    h4 {
        font-size: 28px;
        font-weight: 600;
        color: white;
    }

    p {
        font-size: 20px;
    }

    & img.ds24-max-450 {
        max-width: 450px;
        width: 60dvw;
        margin: 0 auto;
    }

    & .ds24-block-txt {
        display: block;
        font-size: 20px;
        font-family: "bebas-neue-pro", sans-serif;
        line-height: 1.1;
        color: white;
        hyphens: auto;
        text-align: justify;

        h1,
        h2,
        h3,
        h4 {
            font-size: 28px;
            font-weight: 600;
            color: white;
        }
    }
}

@media (max-width: 900px) {
    .ds24-block {
        & .ds24-block-img {
            grid-template-columns: 1fr;
        }
    }
}

.ds24-block-video {
    position: relative;
    display: flex;
    margin-bottom: 120px;
    width: 100%;

    & video {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    & .ds24-block-video-message {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        & .ds24-image {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 54dvw;
            width: auto;

        }

        & #start-img {
            opacity: 0;
            transition: opacity 4s ease-in;
        }

        & a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 4dvw;
            margin-bottom: 4dvw;
            height: calc(100% - 8dvw);
            width: auto;

            & .ds24-image {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                margin: 0;
                height: 100%;
                width: auto;

            }
        }
    }
}

.clx-margin-remove-bottom {
    margin-bottom: 0px !important;
}

.ds24-services {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px auto;
    padding: 0;

    font-size: 20px;
    font-family: "bebas-neue-pro", sans-serif;
    line-height: 1.2;
    color: white;
    hyphens: auto;
    text-align: justify;

    h1,
    h2,
    h3,
    h4 {
        font-size: 28px;
        font-weight: 600;
        color: white;
    }

    p {
        font-size: 20px;
    }

    ul {
        list-style-type: disc;
    }

    & img {
        width: 100%;
        max-width: 500px;
        margin-bottom: 15px;
    }
}


.clx-margin-xxsmall-bottom {
    margin-bottom: 5px;
}

.clx-margin-xsmall-bottom {
    margin-bottom: 10px;
}

.clx-margin-small-bottom {
    margin-bottom: 15px;
}

.clx-margin-medium-bottom {
    margin-bottom: 30px;
}

.clx-margin-large-bottom {
    margin-bottom: 45px;
}

.clx-margin-xlarge-bottom {
    margin-bottom: 60px;
}

.clx-margin-xxlarge-bottom {
    margin-bottom: 80px;
}

.clx-margin-xxxlarge-bottom {
    margin-bottom: 120px;
}

.clx-margin-remove-bottom {
    margin-bottom: 0px !important;
}

a.button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: white;
    color: black;
    border-radius: 5px;

    &:hover {
        text-decoration: none;
        background-color: rgb(255, 165, 0);
    }
}

div#logo {
    max-width: 305px;
    width: 75dvw;
    aspect-ratio: 305 / 80;
}

@media (max-width: 1169px) {

    body .navbar-fixed-top {
        position: fixed;
    }

    .navbar {
        height: 80px;
    }

    .navbar-toggle {
        margin-top: 15px !important;
    }

    html body .container .navbar-collapse {
        background-color: black;
        min-height: 100dvh;
    }

    div#logo {
        margin-top: 0px !important;
        height: 50px;

        &:hover {
            max-width: 305px;
            width: 75dvw;
            aspect-ratio: 305 / 80;
            margin-top: 0px !important;
            height: 50px;
            background: url(../images/DS_Logo_Vektoren_orange.svg) left center no-repeat;
        }
    }

    div#filmoben {
        margin-top: 80px;
    }

    #muteIcon {
        margin-bottom: 25px !important;
    }

    .ds24-block-video {

        & .ds24-block-video-message {

            & .ds24-image {
                height: 65dvw;
            }
        }
    }
}

@media (max-width: 760px) {
    #ds24-intro-block {
        display: none;
    }
}