/* prijzen wrapper */

  .prijzen-wrapper {

    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background-color: rgba(37, 31, 36, 0.9);
    top: 0px;
    left: 0px;
    display: none;

  }

  .prijzen-inner-wrapper {

    width: 95%;
    height: 90vh;
    background-color: white;
    padding: 100px 50px;
    position: relative;
    margin-left: 2.5%;
    margin-top: 5vh;

  }

  .prijzen-inner-wrapper h1 {

    color: #251F24;
    margin-bottom: 50px;

  }

  .prijzen-inner-wrapper table {

    width: 100%;

  }

  .prijzen-inner-wrapper table thead {

    border-bottom: 1px solid #97C7A6;
    margin-bottom: 20px;

  }

  .prijzen-inner-wrapper table thead tr th {

    height: auto;
    padding-bottom: 20px;

  }

  .prijzen-inner-wrapper table tbody tr {

    height: 25px;

  }

  .close-prijzen-button {

    position: fixed;
    width: 20px;
    height: 20px;
    background-image: url('../../images/icons/close-prijzen.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 100%;
    margin-left: -70px;
    top: 60px;
    cursor: pointer;

  }

/* Header */
.single-header-wrapper {

  width: 100%;
  height: 100vh;
  margin-top: -80px;
  padding-top: 80px;
  position: relative;

}

.single-header {

  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;

}

.single-header .left,
.single-header .right {

  width: 50%;
  height: 100%;
  position: relative;

}

.single-room-image {

  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;

}

.single-slider-wrapper {

  width: 100%;
  height: 100%;

}

.single-slider-nav {

  width: 260px;
  height: 85px;
  background-color: #251F24;
  position: absolute;
  top: 100%;
  margin-top: -85px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.single-slider-left {

  top: 100% !important;
  margin-top: -50px !important;

}

.single-slider-right {

  top: 100% !important;
  margin-top: -50px !important;
  left: 250px !important;
  z-index: 99;
  display: flex;

}

.slider-count-wrapper {

  justify-content: center;
  align-items: center;
  flex-direction: row;

}

.slider-count-wrapper .current {

  font-size: 20px;
  font-weight: 200;
  color: white;
  display: inline-block;

}

.slider-count-wrapper .devider {

  width: 1px;
  height: 20px;
  transform: rotate(20deg) translateY(3px);
  background-color: white;
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;

}

.slider-count-wrapper .total {

  font-size: 20px;
  font-weight: 200;
  color: white;
  opacity: 0.5;
  font-weight: 500;
  display: inline-block;

}

.single-header .right{

  display: flex;
  justify-content: flex-start;
  align-items: center;

}

.header-info-wrapper {

  width: 100%;
  height: auto;
  background-color: #251F24;
  max-width: 870px;
  transform: translateX(-100px);
  padding: 60px;
  margin-top: 70px;

}

.single-room-pecs {

  width: 70%;
  margin-left: 0px;

}

/* single content */

.single-content-wrapper {

  width: 100%;
  padding-top: 200px;
  padding-bottom: 100px;

}

.single-content-wrapper h1 {

  color: #251F24;

}


.panel-1-content-section h3 {

  font-size: 30px;
  font-family: 'DidotFontRegular';
  color: #251F24;
  margin-bottom: 20px;

}

.panel-1-content-section p {

  font-size: 16px;
  color: #251F24;

}

.panel-wrapper-single {

  width: 100%;
  display: flex;
  flex-direction: row;


}

.panel-wrapper-single .left {

  width: 60%;

}

.panel-wrapper-single .right {

  width: 40%;
  display: flex;
  justify-content: flex-end;

}


.regels-wrapper h2 {

  font-family: 'DidotFontRegular';
  color: white;
  font-size: 25px;
  margin-bottom: 25px;

}

.regels-wrapper {

  max-width: 400px;
  width: 100%;
  height: auto;
  background-color: #251E23;
  padding: 30px;
  display: block;
  transform: translateY(20px);

}

.regels-wrapper ul li {

  color: white;
  font-weight: 300;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;

}

.regels-wrapper ul li span {

  width: 20px;
  height: 1px;
  background-color: white;
  display: inline-block;
  transform: translateY(12px);
  position: absolute;
  left: 0px;

}

.reserveren {

  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 200px;

}

.reserveren .left,
.reserveren .right {

  width: 50%;

}

.reserveren .left h1 {

  color: #251F24;

}

.aanvraag-label {

  font-weight: 700;
  color: white;
  font-size: 20px;

}

.aanvraag-wrapper {

  padding: 30px;
  background-color: #251F24;

}

.aanvraag-wrapper input {

  margin-bottom: 25px;
  border: 1px solid #251F24;
  height: 45px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background-color: rgba(255,255,255, .1);
  color: white;

}

.aanvraag-wrapper textarea {

  margin-top: -10px;
  border: 1px solid #251F24;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  background-color: rgba(255,255,255, .1);
  color: white;

}

.wpcf7-date {

  margin-top: 10px !important;
  margin-bottom: 10px !important;

}
