/* 
Theme Name: Divi Child 
Theme URL: https://vbsteigerverhuur.nl/
Description: VBS Child 
Theme Author: Marije
Author URL: https://pineapplegraphics.nl/
Template: Divi 
Version: 1.0.0 
Text Domain: VBS-child 
*/

/* ==== FONTS ==== */

@import url("https://use.typekit.net/hgt0zzy.css");



/* ==== GENERAL ELEMENT STYLES ==== */

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    font-family: palatino, serif;
    background-color: #6D6D6D;
}

/* Reset default margins and paddings */
ul, h1, h2, h3 {
    padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

ol, ol li {
    list-style-position: outside !important;
}

/* Override any inline styles */
body[style], span[style], p[style], li[style] {
    font-weight: inherit !important;
}

/* Text elements styling */
p, a, ul, li, div, span {
    font-family: 'montserrat', sans-serif;
    font-style: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #fff;
}
p, a, ul, li, div {
    font-size: 1rem;
}
/* Heading styles */
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    font-style: bold;
    overflow-wrap: normal;
    line-height: 1.6;
    font-family: 'montserrat', sans-serif;
    font-style: normal;
    text-align: left;
    padding-bottom: 15px;
    font-weight: 700;
}
h2, h3, h4, h5, h6 {
    font-family: 'montserrat', sans-serif;
    color: #fec800; /* Geel */
}
h1, .hero-subpage h1, .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
    font-family: 'eurostile', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align:center;
}
h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

h3 {
    font-size: 1.5rem;
    padding-top: 0;
    font-size: 2em;
}

h4, h5, h6 {
    text-transform: none;
    color: #fff; /* wit */
}

h4 {
    font-size: 1.2rem;
    text-transform: uppercase;
}

h5 {
    font-size: 1.1rem;
    padding-bottom: 15px;
    font-weight: 600;
}

/* Paragraph styling */
.et_pb_text_inner p {
    margin-bottom: 26px;
    font-size: 1em;
}

.et_pb_text_inner p:not(.has-background):last-of-type {
    margin-bottom: 0;
}

/* Links and text decorations */
a:hover {
    text-decoration: none !important;
    color: #fec800; /* Geel */
}

::selection, ::-moz-selection {
    color: #1E1E1E;/* zwart */
    background: rgba(254 200, 0,0.7);/* Geel */
}

/* Accessibility toolbar position */
#pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: 70px;
}

/* Text formatting */
em, i {
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    font-style: italic;
}

b, strong {
    font-weight: 800;
}

li:before {
    list-style: none;
}

.nobreak {
    white-space: nowrap;
}
.et_pb_section {
    background-color: #6D6D6D;
}
/* ==== LAYOUT & GENERAL PAGE SETTINGS ==== */

.gelijk .et_pb_column {
    margin: auto;
}

.gelijk.links .et_pb_column {
    margin: auto auto auto 0;
}

/* Row spacing helpers */


/* ==== BUTTONS & LINKS ==== */

/* Page link styles */
.page-link {
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 50px;
}

.page-link-left {
    text-align: left;
    text-decoration: none;
}

.page-link .et_pb_text_inner,
.page-link-left .et_pb_text_inner {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.page-link a {
    text-align: center;
    text-decoration: none !important;
}

.page-link.wit a {
    color: #fff;
}

.page-link-left a {
    text-align: left;
    text-decoration: none !important;
}

/* Animated underline effect for links */
.page-link a::before {
    background-color: #fec800;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4px;
    height: 2px;
    width: 0;
    opacity: 0;
    display: block;
    transform: translate(-50%, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page-link.wit a::before {
    background-color: #fff;
}

.page-link-left a::before {
    background-color: #fec800;
    content: "";
    position: absolute !important;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    opacity: 0;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.page-link:hover a::before,
.page-link-left:hover a::before {
    width: 100%;
    opacity: 1;
}

/* Button styles */
.et_pb_button:after {
    display: none !important;
}

.et_pb_button:hover, .et_pb_button, .wpcf7-submit:hover, .wpcf7-submit {
    padding: 1.5% 3% !important;
}

.et_pb_button_module_wrapper {
    text-align: center;
}

.et_pb_button, .wpcf7-submit {
    background-color: #fec800;
    border: 2px solid #fec800;
    color: #6D6D6D;
    border-radius: 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.wpcf7-submit {
    float:right;
}
.et_pb_button:hover,
.et_pb_module .et_pb_button:hover,
.wpcf7-submit:hover {
    background-color: #0077FF;
    border: 2px solid #0077FF;
    color: #fff; /* geel */
    opacity: 1;
}

.contact7 input.wpcf7-submit {
    border: 0 none !important;
    width: auto;
}

.wpcf7-submit {
    width: auto;
}

.et_pb_button a {
    color: #1E1E1E; /* zwart */
}

/* Remove button after pseudo-elements */
.knop:after,
.et_pb_button:after,
.et_pb_button a:after,
input:after.wpcf7-submit,
input[type="submit"]::after,
.et_pb_button a:hover:after,
.et_pb_button:hover:after,
input.wpcf7-submit:hover:after {
    display: none;
}


.smal {
    width: 60%;
    margin: 0 auto;
}

.indent.smal {
    margin: 0 auto 0 30px;
}


/* ==== NAVIGATION/MENU ==== */


#main-header {
background-color: rgba(30, 30, 30,0.85);

}

#top-menu a {
    color: #fff;
    font-weight:400;
}
#top-header{
   background-color: #0077FF; 
    font-size:.9em;
}
#et-info {
float: right;
}


/* ==== HOME ==== */
.hero{
background:url('https://vbsteigerverhuur.nl/wp-content/uploads/2025/04/sterappelstraat.jpg');
    background-position: center;
    background-size: cover;
}

.hero .et_pb_fullwidth_header.et_pb_fullwidth_header_0{
     height: calc(100vh - 91px);
    margin-top:-65px;
}
.hero-subpage{
      height: 30vh;   
}

.hero .header-content-container {
background: rgba(30, 30, 30,.5);
width: 80% !important;
margin: 8% auto;
text-align: center;
padding: 5%;
}

.hero .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content {
    text-align: center;
}


.intro .et_pb_text_inner{
    font-size:1.5em;
    text-align:center;
}


/* Show gallery items if Divi tries to hide them */

  .fotos .et_pb_gallery_item,
  .fotos .et_pb_gutters3 .et_pb_column_3_4 > .et_pb_row_inner > .et_pb_column_4_4 .et_pb_grid_item {
    width: 33% !important;
    display:inline !important;
  }
  .fotos .et_pb_gallery_image {
    padding-top: 66%;
    position: relative;
  }
  .fotos .et_pb_gallery_image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }

/*divi gallery  */




/* einde divi  moduel */

/* Grid container */
.rlg-gallery,
.rl-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr); /* 4 kolommen */
  gap: 16px; /* ruimte tussen de items */
}

/* Gallery items */
.rlg-gallery .rl-gallery-item,
.rl-gallery .rl-gallery-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Beeldverhouding forceren */
.rlg-gallery .rl-gallery-item img,
.rl-gallery .rl-gallery-item img {
  width: 100%;
  aspect-ratio: 1 / 1;   /* pas aan naar 1 / 1 voor vierkant */
  object-fit: cover;
  border-radius: 0px; /* optioneel afgeronde hoeken */
}
.rl-gallery-item-title{
    font-weight: 800;
    color: #fec800;
}
.rl-gallery-item-caption{
   width:100%;
    display:block;
}
/* Tekst/caption onder de afbeelding */
.rlg-gallery .rl-gallery-item .rl-gallery-caption,
.rl-gallery .rl-gallery-item .rl-gallery-caption {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff; /* pas kleur aan op je achtergrond */
}

/* Zorg dat de toolbar en sluitknop altijd zichtbaar zijn */
.lg-toolbar .lg-close {
  top: 30px !important;
  right: 20px !important;
  position: fixed !important;
  z-index: 999999 !important;
}
.lg-outer{ z-index:999999 !important; }
.lg-toolbar, .lg-toolbar .lg-close{
  opacity:1 !important; 
    color:#fff !important; 
    font-size:28px !important;
}
.lg-backdrop{ 
    background:rgba(0,0,0,.75) !important; 
}


/* ==== CONTACT FORMS ==== */

.hero-subpage .et_pb_post_title{
    padding:2%;
}


/* Form title styling */
.contact7 h1.et_pb_contact_main_title {
    color: #fec800;
    padding: 5% 0 0 5%;
}



.contact7 .et_pb_contact_form_label {
    display: none;
    color: #fec800;
    margin-bottom: 15px;
}

/* Form field styling */


.contact .et_pb_contact_field_options_title {
    display: none;
}

.contact .et_pb_contact_field[data-type=select] .et_pb_contact_form_label {
    display: none;
}

.contact .et_pb_contact input, 
.contact .et_pb_contact textarea,
.contact7 textarea, 
.contact7 input {
    width: 100%;
    border: 2px #fec800 solid;
    border-radius: 3px;
    font-size: 1em;
    padding: 2%;
}

.contact7 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
    background: #fff;
}

.contact7 p input, 
.contact7 p textarea,
.contact7 p input::placeholder, 
.contact7 p textarea::placeholder {
    -webkit-appearance: none;
    width: 100%;
    border-radius: 3px;
    color: #6D6D6D; /*Grijs */
}

.contact7 .wpcf7-not-valid-tip {
    color: #fec800;
}

/* Contact7 form styling */
.contact7 div:first-child {
    padding-bottom: 20px;
}

.contact7 h4 {
    margin: 20px 0;
}


.contact7 .wpcf7-list-item {
    margin: 0;
}

.contact7 .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px;
}

.contact7 label {
    cursor: pointer;
}

/* Custom radio & checkbox styling */
.contact7 [type="radio"],
.contact7 [type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.contact7 [type="radio"] + .wpcf7-list-item-label,
.contact7 [type="checkbox"] + .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}

.contact7 [type="radio"] + .wpcf7-list-item-label::before,
.contact7 [type="checkbox"] + .wpcf7-list-item-label::before,
.contact7 [type="radio"] + .wpcf7-list-item-label::after,
.contact7 [type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.contact7 [type="radio"] + .wpcf7-list-item-label::before,
.contact7 [type="radio"] + .wpcf7-list-item-label::after {
    border-radius: 50%;
}

.contact7 [type="radio"] + .wpcf7-list-item-label::before,
.contact7 [type="checkbox"] + .wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #0077FF;
}

.contact7 [type="radio"] + .wpcf7-list-item-label::after,
.contact7 [type="checkbox"] + .wpcf7-list-item-label::after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background: #fec800;
    transition: all 0.2s;
}

.contact7 [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.contact7 [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}

.contact7 [type="radio"]:checked + .wpcf7-list-item-label::after,
.contact7 [type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

.contact7 [type="radio"]:focus + .wpcf7-list-item-label::before,
.contact7 [type="checkbox"]:focus + .wpcf7-list-item-label::before {
    box-shadow: 0 0 4px 3px #fec800;
}



/* ==== FOOTER ==== */

.foot{
    background: #1E1E1E;
}

.foot p,.foot a{
    color: #fff; 
        font-size:.8em;
}

.foot img {
    max-width:60%;
    margin:0 auto;
}
/* ==== PAGE TEMPLATES ==== */


/* Gallery */


/*******************************/
/***********BLOGS***************/
/*******************************/
/* Override Divi's display: none with high specificity but preserve lightbox */
.et_pb_section .et_pb_row .et_pb_column .fotos .et_pb_gallery_grid .et_pb_gallery_item {
  display: block !important;
}

/* Only fix what's broken, don't override display properties */
.fotos .et_pb_gallery_image {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

/* Use transform instead of absolute positioning to avoid breaking links */
/* Your existing gallery layout - modified for 4 per row */
.fotos .et_pb_gallery_item,
.fotos .et_pb_gutters3 .et_pb_column_3_4 > .et_pb_row_inner > .et_pb_column_4_4 .et_pb_grid_item {
  width: 23% !important; /* Changed from 33% to 23% for 4 per row */
  margin-right: 2.66% !important;
  display: block;
  margin-bottom: 20px;
}

/* Remove margin from every 4th item */
.fotos .et_pb_gallery_item:nth-child(4n),
.fotos .et_pb_gutters3 .et_pb_column_3_4 > .et_pb_row_inner > .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n) {
  margin-right: 0 !important;
}

.fotos .et_pb_gallery_image {
  padding-top: 66%;
  position: relative;
  cursor: pointer;
}

.fotos .et_pb_gallery_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: transform 0.3s ease;
}

/*PAGES*/


#main-footer {
background-color: #222222;
display: none;
}

/*******************************/
/***********BLOGS***************/
/*******************************/





/* END CHRIS BUTTONS*/




/*******************************/
/***********Swipers***************/
/*******************************/







@media (max-width: 1200px) {
  .rlg-gallery, .rl-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 980px) {
  .rlg-gallery, .rl-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .rlg-gallery, .rl-gallery {
    grid-template-columns: 1fr;
  }
}







@media only screen and (max-width: 359px) {

    /* FOOTER */

}

@media(max-width: 499px) {



}

@media only screen and (max-width: 567px) {




}



@media only screen and (max-width: 896px) {

}


@media only screen and (min-width: 420px)and (max-width: 896px) and (orientation: landscape) {


}


@media only screen and (min-width: 768px){

    h1, .hero-subpage h1, .hero h1 {
        font-size: 4rem;
    }

    /* ==== Overlap tekstboxen ==== */

    .overlap, .foot{
        display: flex;
        flex-wrap: wrap;
    }

    .overlap .et_pb_column, .foot .et_pb_column{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .overlap .et_pb_column{
        margin:auto auto -20px auto;
    }
.foot .et_pb_column{
        margin:auto;
    }
    .overlap .et_pb_column_1_2,  .overlap et_pb_column_2_2{
        width:50%;
    }
    .overlap .et_pb_column_1_2{
        margin-right:-5.5%;
        width:50%;
    }
    .overlap .et_pb_text_inner{
        background-color: #6D6D6D;
        color:#fff;
        -webkit-box-shadow: -4px -2px 18px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: -4px -2px 18px 0px rgba(0,0,0,0.75);
        box-shadow: -4px -2px 18px 0px rgba(0,0,0,0.75);
        padding:5%;
        margin-left: -5.5%;
        margin-bottom: -5.5%;

    }

}








@media only screen and (min-width: 897px) and (max-width: 980px) {


}

@media screen and (min-width: 981px) {








}

@media only screen and (min-width: 981px) and (max-width: 1024px) and (orientation: portrait) {


}


@media only screen and (min-width: 981px) and (max-width: 1112px) and (orientation: landscape) {


}

@media only screen and (min-width: 981px) and (max-width: 1366px) and (orientation: landscape) {


}

@media only screen and (min-width: 1025px) and (max-width: 1279px) and (orientation: landscape) {


}

@media only screen and (min-width: 1280px) {



}


