.StartKasten1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
    width: 100%;
    height: 100vh;
    background-color: rgb(248, 248, 248);
    flex-direction: column;
}
.Titel-Kasten {
    width: 100%;
    height: 20vh;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
}
h1 {
    position: relative;
    font-size: 4vw;
    text-decoration: underline;
    text-shadow: 5px 5px 3px grey;
}
.Video-Kasten {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80vh;
}
.Vid-Überschrift {
    font-size: 2vw;
    font-weight: bolder;
}
.Wp-vid {
    height: 30vh;
    filter: drop-shadow(0 0 10px grey);
    border-radius: 15px;
    margin: 2% 0;
}