.Referenz_mobile_text_Anschluss {
    display: none;
}
.Referenz_Zone_Anschluss {
        display: block;
        width: auto;
        height: auto;
        position: absolute;
        margin-left: 8%;
        padding-left: 2%;
        margin-right: 8%;
        margin-top: 12%;
        background-color: rgba(182, 182, 182, 0.699);
        z-index: 2;
        border-radius: 10px;
}

.Referenz_Zone_Anschluss h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 50pt;
    text-decoration: underline;
    font-weight: bold;
}

.Referenz_Zone_Anschluss p {
    color: white;
    font-size: 24pt;
    column-count: 2;
    font-weight: 600;
    line-height: 160%;
}

@media (max-width: 450px) {
    .Referenz_Zone_Anschluss {
        display: none;
    }
    .Referenz_mobile_text_Anschluss {
        display: block;
    }
    .Referenz_mobile_text_Anschluss {
        width: auto;
        height: auto;
        position: absolute;
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 20%;
        background-color: rgba(218, 218, 218, 0.61);
        z-index: 2;
        border-radius: 10px;
    }
    .Referenz_mobile_text_Anschluss h1 {
        text-align: center;
        font-size: 16;
        color: rgb(255, 255, 255);
        font-weight: bold;
        font-family: Verdana;
        text-decoration: underline;
    }
    .Referenz_mobile_text_Anschluss p {
        text-align: left;
        margin: 5%;
        line-height: 200%;
        color: rgb(255, 255, 255);
        font-size: 12pt;
        font-family: Verdana;
    }

}