@media screen and (min-device-width: 700px){

    #lage {
        position: sticky;
        padding-top: 45px;
        padding-bottom: 45px;
        text-align: center;
        font-size: 40px;
        top: 100px;
        background-color: #4B5165;
        color: white;
        z-index: 10;
        box-shadow: 0 0.4vw 8px rgba(0, 0, 0, 0.8);
    }

    .TextLage {
        margin-left: 20px;
        font-size: 20px;
    }

    #Karte {
        padding-left: 3.8vw;
        margin-bottom: 50px;
        width: 52vw;
        height: 50vh;
    }

    #Check {
        position: sticky;
        padding-top: 45px;
        padding-bottom: 45px;
        text-align: center;
        font-size: 40px;
        top: 100px;
        background-color: #4B5165;
        color: white;
        z-index: 10;
        box-shadow: 0 0.4vw 8px rgba(0, 0, 0, 0.8);
    }

    #CheckINL {
        font-size: 1.4vw;
        padding-left: 80px;
    }

    ul.li {
        margin-bottom: 20px;
    }

    #Sonstiges {
        position: sticky;
        padding-top: 45px;
        padding-bottom: 45px;
        text-align: center;
        font-size: 40px;
        top: 100px;
        background-color: #4B5165;
        color: white;
        z-index: 10;
        box-shadow: 0 0.4vw 8px rgba(0, 0, 0, 0.8);
    }

    #TextLage {
        font-size: 1.5vw;
        text-align: center;
        margin-bottom: 30px;
        margin-left: 3.0vw;
        margin-right: 3.8vw;
    }

    #CheckIN {
        font-size: 1.4vw;
        margin-left: 3.8vw;
        margin-right: 3vw;
    }

    #SonstigesDiv {
        font-size: 1.4vw;
        margin-left: 3.8vw;
        margin-right: 3vw;
    }
}
@media only screen and  (max-device-width: 700px) {

    #lage {
        padding-top: 60px;
        padding-bottom: 40px;
        text-align: center;
        font-size: 50px;
        top: 100px;
        background-color: #4B5165;
        color: white;
        z-index: 10;
        box-shadow: 0 0.4vw 8px rgba(0, 0, 0, 0.8);
    }



    #Karte {
        padding-left: 3.8vw;
        margin-bottom: 50px;
        height: 50vh;
        width: 900px;
    }

    #Check {
        position: sticky;
        padding-top: 45px;
        padding-bottom: 45px;
        text-align: center;
        font-size: 40px;
        top: 100px;
        background-color: #4B5165;
        color: white;
        z-index: 10;
        box-shadow: 0 0.4vw 8px rgba(0, 0, 0, 0.8);
    }

    #CheckINL {
        font-size: 1.4vw;
        padding-left: 80px;
    }

    ul.li {
        margin-bottom: 20px;
    }

    #Sonstiges {
        position: sticky;
        padding-top: 45px;
        padding-bottom: 45px;
        text-align: center;
        font-size: 40px;
        top: 100px;
        background-color: #4B5165;
        color: white;
        z-index: 10;
        box-shadow: 0 0.4vw 8px rgba(0, 0, 0, 0.8);
    }

    #TextLage {
        font-size: 50px;
        text-align: center;
        margin-bottom: 30px;
        margin-left: 3.0vw;
        margin-right: 3.8vw;
    }

    #CheckIN {
        font-size: 50px;
        margin-left: 3.8vw;
        margin-right: 3vw;
    }

    #SonstigesDiv {
        font-size: 50px;
        margin-left: 3.8vw;
        margin-right: 3vw;
    }
}

