/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.hero.cat_hover {
    background: rgba(0, 0, 0, 0.4);
}

.hero .wrapper h3{
    color: #fff;
    font-size: 51px;
    font-size: 3.1875rem;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-transform: initial;
}

.animated{
    animation-duration: .7s;
}
header {
    padding: 15px 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease;
}
.pinned-image__container-overlay {
    background: rgb(134 93 23 / 46%);
    mix-blend-mode: difference;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/* .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 60vh;
} */

/* a.btn_1, .btn_1{
    background: #EBD7B2;
    color:#393D4B!important;
} */

.owl-carousel .owl-stage {
    display: flex;
  }
.owl-carousel .item {
    max-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}  
.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* WPS calendar */
.wpbs-calendar{
    background: transparent!important;
}
.wpbs-container .wpbs-calendar-header{
    background-color: transparent!important;
}
.wpbs-container[data-columns] .wpbs-calendars{
    background-color: #fff;
}
.wpbs-container .wpbs-calendars .wpbs-calendar{
    border: none !important;
}
.wps-date .wpbs-is-bookable {
    background-color: #b0e0e6 !important;  /* lichtblauw, pas dit aan naar wens */
    color: #000000 !important;             /* tekstkleur */
}

/* Geboekte dagen */
.wpbs-calendar .wpbs-date--booked {
    background-color: #ffcccb !important;  /* lichtroze, pas dit aan naar wens */
    color: #000000 !important;
}

/* WPS form */
/* Algemene velden */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #978667;
  outline: none;
}

/* Foutmeldingen */
.wpbs-form-error {
  color: #d9534f;
  font-size: 14px;
  margin-top: 5px;
}

/* Submit-knop */
.wpbs-form-field button[type="submit"]{
    border: 2px solid #4b514d;
    color: #24262d;
  background-color:transparent!important;
  background: transparent!important;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 25px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Tabelstyling */
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 16px;
    background-color: #fff;
  }
  
  table th,
  table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
  }
  
  table th {
    background-color: #f7f7f7;
    font-weight: 600;
    color: #333;
  }
  
  table tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  table tr:hover {
    background-color: #f1f1f1;
  }


  .wpbs-form-selected-dates {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .wpbs-form-selected-date {
    flex: 1; 
    min-width: 200px;
  }

  .wpbs-form-field-label span {
    font-weight: bold;
  }

  /* Verborgen toestand */
.wpbs-main-wrapper .wpbs-form-container {
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    visibility: hidden;
    transition: all 0.6s ease;
  }
  
  /* Zichtbare toestand met fade en slide */
  .wpbs-main-wrapper.form-visible .wpbs-form-container {
    max-height: 2000px; /* ruim genoeg voor jouw form */
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .map_contact iframe {
    width: 100%;
    filter: grayscale(0%);
    height: 450px;
    margin-bottom: -10px;
  }


  .hero .wrapper h1 {
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 700;
    text-transform: initial;
}
@media (max-width: 991px) {
    header nav ul li:first-child {
        display: inline-block;
    }
}