/*
 Theme Name:   blocksy-child
 Theme URI:    https://jogg.getbright.nl/
 Description:  Blocksy Child Theme
 Author:       Renzo Klarenbeek
 Author URI:   https://jogg.getbright.nl/
 Template:     blocksy
 Version:      1.0.0
 Tags:         plaats, hier, jouw, tags, gescheiden, door, kommas
 Text Domain:  blocksy-child
*/

/* =Eigen CSS hier beneden plaatsen
-------------------------------------------------------------- */

.menu-banner {
    align-content: center;
    top: -6vh;
}

.banner-image-content {
    align-content: center;
}

.block-in-banner {
    width: 55%;
}

.video-overlay {
    position: absolute; /* Zorgt ervoor dat het over de video ligt */
    width: 36%;
    align-content: center;
    color: white;
}

.second-content-div {
    width: 60% !important;
}

.video-overlay h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.video-overlay p {
    font-size: 1em;
    margin-bottom: 20px;
}

.video-overlay a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    border-radius: 7px;
    background-color: transparent;
    color: white;
    text-decoration: none;
}

.info-box {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Zachte schaduw */
    border-radius: 7px;
    background: #fff; 
}

@media (min-width: 1025px) and (max-width: 1480px) {
    .second-content-div {
        width: 70% !important;
        position: relative;
        top: -100px;
        z-index: 2;
    }
}



@media (min-width: 1025px) { 
    .content-block-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 44%;
        color: white;
    }

    .text-container-width {
        width: 50% !important;
    }
    
    .text-block {
        width: 28% !important;
    }

    .text-block-wwd {
        width: 75% !important;
    }

    .intro-werknet {
        width: 60% !important;
    }

    .text-block-impact {
        width: 60% !important;
    }
}

@media screen and (min-width: 1240px) {
    .second-content-div {
        position: relative;
        top: -120px;
        z-index: 2;
        width: 100%;
    }
   
    .text-container-width {
        width: 50% !important;
    }
}

@media (max-width: 600px) {
    .second-content-div {
        padding: 0px !important;
    }

    .banner-img-text {
        top: 40px !important;
        justify-content: center;
    }

    .info-box{
        max-width: 70%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
    .info-box{
        max-width: 60%;    
    }  

    .banner-img-text {
        justify-content: center;
    }

    .second-content-div {
        width: 100% !important;
    }
}
