html::before {
    content: ' ';
    display: block;
    background-image: url("./../pics/hintergrund_TLF.jpg");
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: -10; 
}
#Bereich_Hintergrund {
    width: 100%;
    height: 80vh;
}
.textfeld {
    position: relative;
    background:rgba(0,0,0,0.6);
}
#Beschreibung_Fahrzeug p{
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1600 - 320)));
    color: var(--text-color-hell);
    text-decoration: none; 
    text-align: justify;
}
.pano_textfeld{
    width: min-content;
    height: 20%;
    position: absolute;
    bottom: 2%;
    left:2%;
}
.Fahrzeugbeladung {
    display:flex;
    justify-content: center;
    align-items: center;
}
.Unterpunkte {
    color: white;
    text-shadow: 3px 3px black;
    }
.Spalten{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
}
.Liste {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    flex-direction: column;
    list-style: none;
    text-align: left;
}
.Liste_mit {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    flex-direction: column;
    text-align: left;
}
.Liste_mit li{
    font-size: calc(12px + (30 - 12)*((100vw - 480px)/(1900 - 480)));;
    color: whitesmoke;
}
.Liste a{
    font-size: calc(12px + (30 - 12)*((100vw - 480px)/(1900 - 480)));;
    color: whitesmoke;
}
.Liste li{
    font-size: calc(12px + (30 - 12)*((100vw - 480px)/(1900 - 480)));;
    color: whitesmoke;
}
#Fett{
    font-weight: bold;
}
.lightbox{
    display: none;
    position:fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    top: 0;
    left: 0;
    background: rgb(0,0,0,0.8);
}
.lightbox img {
    max-width: 90%;
    max-height: 90%;
    margin-top: 3%;
}
.lightbox:target{
    outline: none;
    display: block;
}
.Bild_Gallerie{
    max-width: 20vw;
    max-height: calc(0.56*20vw);
    padding: 0.5%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: bottom center;
}
.Bildergallerie{
    justify-content: center;
    align-items: center;
    background-color: var(--background-color-hell);
    margin-bottom: -5vh;
    padding-bottom: 5vh;
}
@media(max-width: 850px) {
    .Abschnitt-Einzelbilder_Fahrzeuge{
    width: 100vw;
    height: calc(1.3 * 100vw);
    float: none;
        margin: 0;
        border-radius: 0;
        
    }
    .Liste {
        padding-left: 10px;
        padding-right: 10px;
    }
    .Liste_mit{
        padding-left: 10px;
        padding-right: 10px;
    }
    .Bild-Fahrzeuge {
        width: 90%;
        height: max-content; 
    }
    .Tabelle-Fahrzeugdaten {
        justify-content: center;
        font-size: 18px;
        }
    .Bild-Ueberschrift {
        font-size: 24px;
    }
    #Bereich_Hintergrund {
        background-attachment: scroll;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-repeat: no-repeat;
    }
    html::before {
        content: ' ';
        display: block;
        background-image: url("./../pics/hintergrund_TLF_mobil.jpg");
    }
        .pano_textfeld{
        bottom: -5%;
    }
}