#Inhalt_Zone_liste_mobile {
    display: none;
}

.Inhalt_Zone_liste {
    width: fit-content;
    padding: 2%;
    line-height: 70px;
    top: 21vh;
    left: 31.5vw;
    background-color: rgba(151, 151, 151, 0.61);
    z-index: 3;
    position: absolute;
    border: rgba(153, 153, 153, 0.61);
    border-radius: 10px;
}

h1#titel_kontakt {
    text-align: center;
    font-size: 55pt;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: Verdana;
    margin: 5%;
    text-decoration: underline;
}

ul#list_kontakt {
    text-align: center;
    list-style: none;
    color: white;
    font-family: Verdana;
    font-size: 20pt;
}

@media (max-width: 450px) {
    .Inhalt_Zone_liste {
        display: none;
    }
    #Inhalt_Zone_liste_mobile {
        display: block;
        position: absolute;
        width: 100%;
        z-index: -1;
        height: fit-content;
        margin-top: 40%;
        background-color: rgba(153, 153, 153, 0.61);
    }

    #Inhalt_Zone_liste_mobile h1 {
        color: white;
        font-size: 35pt;
        font-weight: bold;
        font-family: Verdana;
        text-align: center;
        text-decoration: underline;
    }
    #Inhalt_Zone_liste_mobile span {
        text-decoration: underline;
        font-size: 20pt;
        font-family: Verdana;
    }
    #Inhalt_Zone_liste_mobile p {
        color: white;
        font-size: 15pt;
        font-weight: bold;
        font-family: Verdana;
        text-align: center;
        line-height: 200%;
    }

}

@media (max-width: 1500px) {
    .Inhalt_Zone_liste {
        display: block;
        width: fit-content;
        line-height: 60px;
        top: 20vh;
        left: 23vw;
        background-color: rgba(151, 151, 151, 0.61);
        z-index: 3;
        position: absolute;
        border: rgba(153, 153, 153, 0.61);
        border-radius: 10px;
        padding-top: 1%;
        padding-bottom: 0%;
    }
    div.Inhalt_Zone_liste h1#titel_kontakt {
        text-align: center;
        font-size: 40pt;
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-family: Verdana;
        text-decoration: underline;
    }
    ul#list_kontakt {
        text-align: center;
        list-style: none;
        font-weight: 600;
        color: white;
        font-family: Verdana;
        font-size: 20pt;
        padding-left: 0%;
    }
}