.left{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.right{
    font-size: 16px;
    text-align: end;
}

iframe {
    width: 100%;
    height: calc(100vw * 9 / 16);
    max-height: 600px;
    border-radius: 5px;
}

.beschreibung {
    margin-top: 2px;
    margin-bottom: 0;
}

.beschreibung-o {
    margin-top: 2px;
}

.no-iframe{
    width: calc(100% - 20px);
    height: auto;
    max-height: 600px;
    border-radius: 5px;
    border: 0;
    background-color: var(--secondary-container-color);
    padding: 10px;
}

.no-iframe h2{
    margin-top: 0;
}

.video-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}