
			.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe {
    border-radius: 20px; /* Passe den Wert an */
    overflow: hidden;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.highlight {
    background-color: yellow; /* Farbe anpassen */
    padding: 0;
    border-radius: 3px;
}
.trp-flag-image {
    width: 25px !important;  /* Größe anpassen */
    height: auto;
    margin-right: 8px; /* optional: Abstand zum Text */
    vertical-align: middle;
}
/* Complianz Video-Container und Iframes rund machen */
.responsive-video,
.responsive-video iframe,
.cmplz-iframe,
.cmplz-video {
  border-radius: 20px !important;  /* Rundung nach Geschmack ändern */
  overflow: hidden !important;
}
		