.Inhalt_Zone_liste_mobile {
    display: none;
}

.Inhalt_Zone_liste_mobile_Ref {
    display: none;
}

.Inhalt_Zone_liste {
    margin-top: 10%;
}

.Inhalt_Zone_liste {
    width: 100vw;
    line-height: 70px;
    background-color: rgba(151, 151, 151, 0.61);
    z-index: 3;
    border: rgba(153, 153, 153, 0.61);
    border-radius: 10px;
}

.Inhalt_Zone_liste h1 {
    text-align: center;
    font-size: 55pt;
    color: white;
    font-weight: bold;
    font-family: Verdana;
    margin: 5%;
    text-decoration: underline;
}

ul#list_kontakt {
    text-align: center;
    font-size: 15pt;
    font-weight: bold;
    font-family: Verdana;
    position: absolute;
    color: white;
    padding-right: 6%;
    list-style: none;
}

.Inhalt_Zone_liste_Ref {
    width: auto;
    height: auto;
    position: absolute;
    margin-left: 33%;
    margin-top: 8%;
    line-height: 300%;
    background-color: rgba(151, 151, 151, 0.61);
    z-index: 3;
    border: rgba(153, 153, 153, 0.61);
    border-radius: 10px;
}

.Inhalt_Zone_liste_Ref h1 {
    text-align: center;
    font-size: 30pt;
    color: white;
    font-weight: bold;
    font-family: Verdana;
    margin: 5%;
    text-decoration: underline;
}

ul#list_partner {
    text-align: left;
    font-size: 13pt;
    font-weight: bold;
    font-family: Verdana;
    color: white;
    margin-right: 6%;
    list-style: none;
}

@media (max-width: 450px) {
    .Inhalt_Zone_liste {
        display: none;
    }
    .Inhalt_Zone_liste_mobile {
        width: auto;
        height: auto;
        position: absolute;
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 20%;
        line-height: 300%;
        background-color: rgba(151, 151, 151, 0.61);
        z-index: 3;
        border: rgba(153, 153, 153, 0.61);
        border-radius: 10px;
    }
    .Inhalt_Zone_liste_mobile h1 {
        text-align: center;
        font-size: 16pt;
        color: white;
        font-weight: bold;
        font-family: Verdana;
        margin: 5%;
        text-decoration: underline;
    }
    ul#list_kontakt_mobile {
        text-align: center;
        font-size: 8pt;
        font-weight: bold;
        color: white;
        padding-right: 1%;
        list-style: none;
        font-family: Verdana;
    }
}

@media (max-width: 1500px) {
    .Inhalt_Zone_liste_mobile {
        display: none;
    }
    .Inhalt_Zone_liste_mobile_Ref {
        display: none;
    }
    .Inhalt_Zone_liste {
        width: auto;
        height: auto;
        position: absolute;
        margin-left: 30%;
        margin-right: 30%;
        margin-top: 11%;
        line-height: 300%;
        background-color: rgba(151, 151, 151, 0.61);
        z-index: 3;
        border: rgba(153, 153, 153, 0.61);
        border-radius: 10px;
    }
    .Inhalt_Zone_liste h1 {
        text-align: center;
        font-size: 30pt;
        color: white;
        font-weight: bold;
        font-family: Verdana;
        margin: 5%;
        text-decoration: underline;
    }
    ul {
        text-align: center;
        font-size: 17pt;
        font-weight: bold;
        color: white;
        padding-right: 6%;
        list-style: none;
        font-family: Verdana;
    }
}