 .kontakt {
    iframe {
        aspect-ratio: 16 / 9;
        height: unset;
        @media (width < 1200px) {
            margin-top: 20px;
        }
    }
    
 }