<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.test {
    background: #fff;
    margin: 0;
    position: relative;
    height: 100vh;
    z-index: 9999;
    position: fixed;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
    border-radius: 15px;
}


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

.blob-1, .blob-2 {
    width: 70px;
    height: 70px;
    position: fixed;
    background: #da185a;
    border-radius: 50%;
    border: 3px solid #000000;
    top: 50%;
}

.blob-3, .blob-4 {
    width: 70px;
    height: 70px;
    position: fixed;
    background: #c99851;
    border-radius: 50%;
    border: 3px solid #000000;
    top: 50%;
}


.blob-3 {
    left: 20%;
    animation: osc-l3 1.5s ease infinite;
}

.blob-4 {
    left: 80%;
    animation: osc-r4 1.5s ease infinite;
    background: #da185a;
}




.blob-1 {
    left: 20%;
    animation: osc-l 2.5s ease infinite;
}

.blob-2 {
    left: 80%;
    animation: osc-r 2.5s ease infinite;
    background: #c99851;
}

@keyframes osc-l {
    0% {
        left: 20%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 20%;
    }
}

@keyframes osc-r {
    0% {
        left: 80%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 80%;
    }
}

@keyframes osc-l3 {
    0% {
        left: 20%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 20%;
    }
}

@keyframes osc-r4 {
    0% {
        left: 80%;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 80%;
    }
}

.ov-h2-text {
    font-family: 'Roboto Condensed',sans-serif !important;
    position: absolute;
    width: 100%;
    top: 65%;
    left: 0;
    right: 0;
    text-align: center;
    /*transform: translate(-50%, -50%);*/
    font-size: 110px;
    letter-spacing: 0.1em;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-text-fill-color: #000000;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ff1f8f;
    text-shadow: 2px -0.5px #ff1f8f, 4px 4px #000000 !important;
}

.titel-content-ta {
    max-width: 100%;
}


@media (max-width: 575.9px) {
    .ov-h2-text {
        font-size: 30px;
    }

    .overlay {
        position: absolute;
    }

    .blob-1, .blob-2 {
        position: absolute;
    }

    .blob-3, .blob-4 {
        position: absolute;
    }
}

@media (min-width: 576px) and (max-width: 668px) {
    .ov-h2-text {
        font-size: 38px;
    }

    .overlay {
        position: absolute;
    }

    .blob-1, .blob-2 {
        position: absolute;
    }

    .blob-3, .blob-4 {
        position: absolute;
    }
}

@media (min-width: 668.5px) {
    .ov-h2-text {
        font-size: 38px;
    }
}


@media (min-width: 768px) {
    .ov-h2-text {
        font-size: 50px;
    }

    .overlay {
        position: fixed;
    }
}


@media (min-width: 992px) {
    .ov-h2-text {
        font-size: 70px;
    }
}


@media (min-width: 1200px) {
    .ov-h2-text {
        font-size: 80px;
    }
}


@media (min-width: 1400px) {
    .ov-h2-text {
        font-size: 100px;
    }
}



/* Anfrage */

.span1, .ma-span1 {display:flex}

.ma-privat {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}


.ma-privat .mobile-input tbody{
    display:flex;
}

.ma-privat .label1, .ma-privat .label2 {
    position: relative;
    margin-right: -10px;
}

.ma-privat .label2 {
    width: 140px;
}



.ma-privat td {
    padding-left:2px;
   
}


.ma-privat input {
    width: 20px !important;
}

.ma-privat1 {
    display:flex;
}

.ma-email {
    margin-left:10px;
}


@media screen and (max-width: 450px) {
    .label1 {
    display: block;
    width: 140px !important;
    }

}


@media (max-width: 450px) {
    .ma-span1 .label1 {
        width: 140px !important;
    }
}</pre></body></html>