
.logo-box {
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.info-text {
    font-family: Cinzel, sans-serif;
    font-size: 3.5vw;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 150px;
}

.kontakt-impressum {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: Cinzel, sans-serif;
    font-size: 2vw;
    width: 100%;
    text-align: center;
    color: grey;
    background-color: lightgrey;
}

.logo-style {
    width: 35%;
}

.zuruck {
    position: absolute;
    top: 40px;
    left: 40px;
    font-family: Cinzel, sans-serif;
    font-size: 1.5vw;
}

.info-text-impressum {
    font-family: "Shree Devanagari 714" ,sans-serif;
    font-size: 1.75vw;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 150px;
}

.info-text-datenschutz {
    font-size: 1.5vw;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 150px;
}

.text-ausnahme {
    font-size: 1.75vw
}

.kontakt-impressum-mobile {
    display: none;
    width: 0px;
    height: 0px;
    font-size: 0px;
}


@media screen and (max-device-width : 425px) {

    .logo-style {
        width: 75%;
    }

    .info-text {
        font-size: 6.5vw;
        margin-top: 75px;
    }

    .kontakt-impressum {
        display: none;
        font-size: 0px!important;
    }

    .text-ausnahme {
        font-size: 4vw;
    }

    .zuruck {
        top: 20px;
        left: 5px;
        font-size: 3vw;
        width: 23%;
    }

    .info-text-impressum {
        font-size: 4.25vw;
        margin-top: 60px;
    }

    .info-text-datenschutz {
        font-size: 3.5vw;
        margin-top: 60px;
    }

    .kontakt-impressum-mobile {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        font-family: Cinzel, sans-serif;
        font-size: 7vw;
        width: 100%;
        text-align: center;
        color: grey;
        background-color: lightgrey;
        display: unset;
        height: auto;
    }

}


