@media only screen and (min-device-width: 700px) {
    .Kalender{
        float: left;
        margin-top: 30px;
        margin-bottom: 50px;
        width: 420px;
        margin-left: 4vw;



    }
    .mitte{
        background-color: #f6f7e9;
    }

    #MonatJahr{

        padding-top: 10px;
        font-size: 30px;
        text-align: center;

    }
    .TagesListe{
        list-style: none;



    }

    .Tage{

        position: relative;
        height: 30px;
        line-height: 30px;
        width: 25px;
        color: black;
        font-size: 20px;
        background-color: lightgrey;
        border-width: 2px;
        border-style: solid;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 7px;
        padding-bottom: 7px;
        ;
    }
    .TagesZahl{

        padding-top: 10px;
        display: grid;
        grid-template-columns:  60px 60px 60px 60px 60px 60px 60px;
        grid-template-rows: 50px  50px  50px  50px  50px 50px;


    }
    .TagZ{
        position: relative;
        height: 30px;
        line-height: 30px;
        width: 25px;
        color: black;
        font-size: 20px;

        padding-left: 15px;
        padding-right: 15px;
        padding-top: 7px;
        padding-bottom: 7px;



    }
    .TagZ:hover{
        cursor: default;
    }

    #MonatJahrA{
        position: relative;
        padding-top: 10px;
        font-size: 30px;
        text-align: center;
    }
    #BeideKalender{
        width: 100%;
        height: 600px;






    }
    #KalenderA{
        width: 420px;
        float: right;
        margin-top: 30px;
        margin-bottom: 50px;
        padding-right: 4vw;

    }
    #Gebucht{
        width: 25px;
        height: 25px;
        background-color: indianred;
        float: left;
        margin-left: 4vw;
        border-style: solid;
        border-width: 2px;
        margin-top: -5px;
    }
    #Offen{
        width: 25px;
        height: 25px;
        background-color: lightgreen;
        float: left;
        margin-left: 4vw;
        border-style: solid;
        border-width: 2px;
        margin-top: -5px;
    }
    #BuchungInfo{
        margin-top: -50px;
    }
    #Winter{
        float: left;
        text-align: center;
        padding-left: 2vw;
        font-size: 20px;
    }
    #Sommer{
        float: right;
        text-align: center;
        padding-right: 2vw;
        font-size: 20px;
    }
    #Preise{
        width: 100%;
        height: 400px;
    }
    #KontaktBuchung{
        margin-top: 20px;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .dontshow{
        display: none
    }
    #Buchung{
        position: sticky;
        padding-top: 30px;
        padding-bottom: 30px;
        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);
    }

    .Öffnungszeiten h1 {
        font-size: 60px;
    }

    .Öffnungszeiten{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 0;
        padding-top: 0;
        font-size: 30px;
        margin-top: 1em;
        margin-bottom: 2em;

    }

    .Preise{
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 25px;
    }

    .Preise h2{
        margin-bottom: 0.2em;
        padding-bottom: 0;
        font-weight: normal;
    }

    .Buchung{
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 25px;
    }



}
@media only screen and (max-device-width: 700px) {
    .Kalender{

        margin-top: 30px;
        margin-bottom: 50px;
        width: 800px;
        padding-left: 80px;
    }
    .b11{

        width: 110px;
        height: 110px;
        font-size: 100px;
    }
    #b21{


        width: 110px;
        height: 110px;
        font-size: 100px;
    }
    #MonatJahr{
        padding-top: 50px;
        font-size: 80px;
        text-align: center;
        height: 0px;
        width: 800px;
        margin-bottom: 200px;
        margin-top: 20px;
        align-content: center;
    }
    #MJ{
        width: 55vw;
        float: left;

    }
    #Buttons{
        height: 150px;
    }
    #ButtonLinks{
        float: left;

        margin-left: 20px;
    }
    #ButtonRechts{
        float: right;
    }

    .TagesListe{
        list-style: none;



    }

    .Tage{
        position: relative;
        height: 30px;
        line-height: 30px;
        width: 72px;
        color: black;
        font-size: 60px;
        background-color: lightgrey;
        border-width: 2px;
        border-style: solid;
        padding: 31px 20px;;
    }
    .TagesZahl{

        padding-top: 10px;
        display: grid;
        grid-template-columns:  120px 120px 120px 120px 120px 120px 120px;
        grid-template-rows: 100px  100px  100px  100px 100px 100px;


    }
    .TagZ{
        position: relative;
        height: 30px;
        line-height: 30px;
        width: 72px;
        color: black;
        font-size: 60px;
        text-align: left;

        padding: 31px 20px;


    }
    .TagZ:hover{
        cursor: default;
    }

    #MonatJahrA{
        position: relative;
        padding-top: 10px;
        font-size: 30px;
        text-align: center;
    }
    #BeideKalender{
        width: 100%;
        height: 1150px;






    }
    #KalenderA{
        width: 420px;
        float: right;
        margin-top: 30px;
        margin-bottom: 50px;
        padding-right: 4vw;

    }
    #Gebucht{
        width: 70px;
        height: 70px;
        background-color: indianred;
        float: left;
        margin-left: 4vw;
        border-style: solid;
        border-width: 2px;
        margin-top: -5px;
    }
    #Offen{
        width: 70px;
        height: 70px;
        background-color: lightgreen;
        float: left;
        margin-left: 4vw;
        border-style: solid;
        border-width: 2px;
        margin-top: -5px;
    }
    #BuchungInfo{
        margin-top: -20px;
        font-size: 60px;
        margin-left: 40px;
    }
    #Winter{

        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 50px;
        height: 1000px;
    }
    #Sommer{
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 50px;
        height: 800px;
    }
    #Preise{
        width: 100%;
        height: 2000px;
    }
    #KontaktBuchung{
        margin-top: 20px;
        text-align: center;
        line-height: 100px;
        margin-bottom: 20px;
        font-size: 50px;
        height: 500px;
    }
    .dontshowmobile{
        display: none;
    }
    #Buchung{
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        font-size: 60px;
        top: 100px;
        background-color: #4B5165;
        color: white;
        z-index: 10;
        box-shadow: 0 0.4vw 8px rgba(0, 0, 0, 0.8);
    }
    #Person{
        font-size: 40px;
    }

    .Öffnungszeiten{
        margin-top: 1em;
        margin-bottom: 1.5em;
        text-align: center;
        font-size: 3rem;
    }
    .Preise{
        margin-top: 1em;
        margin-bottom: 1.5em;
        text-align: center;
        font-size: 3rem;
        margin-left: 1em;
        margin-right: 1em;
    }

    .Preise div h2{
        font-size: 4rem;
    }

    .Buchung{
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center;
        font-size: 3rem;
        margin-left: 1em;
        margin-right: 1em;
    }


}