.bg {
    height: 40vw;
    width: 100vw;
    background-image: url("https://videos.der-seite.de/assets/img/bg.jpg");
    background-size: 110vw;
    background-repeat: no-repeat;
    background-position: 50%;
}

.info-panel {
    min-width: 40vw;
    max-width: 90vw;
    width: fit-content;
    background-color: #ca3030;
    height: fit-content;
    padding: 2vw;
    padding-bottom: 1rem;
    text-align: center;
    margin-top: -10vw;
    margin-inline: auto;
    border-radius: 3rem 3rem 0 0;
    z-index: 1;
}

.info-panel h2 {
    font-size: 2.5em;
}

.cover-panel {
    width: 100vw;
    background-color: rgb(0, 0, 5);
    outline: #ca3030 solid 5px;
    background-size: 110%;
    min-height: 50vh;
    height: fit-content;
    padding-inline: 5vw;
    padding-block: 2rem;
    text-align: center;
    z-index: 0;
    position: relative;
}

p {
    font-size: 1.5em;
}

.abo {
    color: black;
    text-decoration: none;
    background: #F1F1F1;
    padding-inline: .75rem;
    padding-block: .6rem;
    border-radius: 2rem;
    font-weight: 500;
    position: absolute;
    top: -3.5rem;
    right: 5rem;
}