
#pageWrapper {margin: 0 auto;max-width: 1200px;}#rwBanner {font-size: 0px;}/* Use this stylesheet for any custom CSS code. Code entered into this file will be applied automatically to all pages using the theme. */body {background-color: rgba(255,255,255,1.00);}(null)/* Stellt den Container des Videos responsiv ein */
.responsive-video {
    position: relative; 
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px; 
    height: 0;
}

/* Stellt das iframe des Videos so ein, dass es den Container voll ausfüllt */
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}