/* ONLY affect content area, not header/nav */
body.single-modul .col-main {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Remove sidebar safely */
body.single-modul .sidebar {
    display: none !important;
}

/* Keep container intact (prevents navbar break) */
body.single-modul .container {
    max-width: 1200px; /* keep theme structure */
}

/* Center and control H5P width */
body.single-modul .h5p-iframe-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}