/* 1. Responsive Video Fix */
.responsive-video {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 verhouding */
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden; /* Zorgt dat video niet buiten de randen komt */
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 2. Modules in Left en Right kolommen */
#sp-left .sp-module, 
#sp-right .sp-module {
    margin-top: 20px;
    border: 0px solid #f3f3f3;
    padding: 10px;
    border-radius: 0px;
}

/* Specifieke breedte voor rechts (alleen op grote schermen) */
@media (min-width: 992px) {
    #sp-right .sp-module {
        max-width: 270px;
    }
}

/* 3. Title Module */
#sp-title .sp-module {
    margin-left: 20px;
    padding: 10px;
}

/* 4. Specifieke Posities (Position 2 & 3) */
#sp-position2 .sp-module {
    height: 200px;
    border: 2px inset red; 
    border-radius: 20px;
    padding: 10px; 
    font-style: italic;
    color: blue;
}

#sp-position3 .sp-module {
    margin-top: 2px;
    height: 200px;
    border: 2px inset blue; 
    border-radius: 20px;
    padding: 10px; 
    color: green;
}

/* Maak de inlog-kolom breder */
#sp-right {
    min-width: 320px !important;
}

/* Forceer de sociale knoppen (Facebook/Google) naar 100% breedte */
.nsl-container .nsl-container-buttons a,
.nsl-container .nsl-button,
#login-form .btn,
#login-form .input-group {
    width: 100% !important;
    display: flex !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
    box-sizing: border-box !important;
}

/* Tekst centreren in de knoppen */
.nsl-container-buttons a .nsl-button-label {
    width: 100%;
    text-align: center;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url('/templates/shaper_helixultimate/fonts/fa-solid-900.woff2') format('woff2');
}

.fa, .fas, .sp-megamenu-parent .sp-has-child > a::after {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900 !important;
}