/*============================================================================================*/

/* Your custom styles below */

/*============================================================================================*/

/* Andere afbeeldingen */

.custom_header_image::before {
  background: url(../img/custom/header-mobiel.jpg) center top no-repeat !important;
}

.call_section {
  background: url(../img/custom/villa.jpg) center center no-repeat fixed;
}

#register_bg {
  background: url(../img/custom/villa.jpg) center center no-repeat fixed;
}

#login_bg {
  background: url(../img/custom/villa.jpg) center center no-repeat fixed;
}

/* Custom CSS */

a.grid_item figure img {
  height: 320px !important;
  object-fit: cover;
}

.bv_box {
  background-color: #ffffffd4;
  color: #000;
  padding: 45px;
}

.bv_box h3 {
  color: #000;
}

.bv_call_section {
  padding: 5% 0;
}

.guest_input {
  padding: 12px 15px;
  border: 1px solid #ededed;
  border-radius: 3px;
}

.container_check input:checked~.checkmark {
  background-color: #f39254;
}

.bv_custom_box ul.bullets {
  display: grid;
  padding: 10px 0px;
}

#map-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#map-placeholder .load-map {
  position: absolute;
  bottom: 120px;
  z-index: 100;
  text-align: center;
  width: auto;
  left: 0;
  right: 0;
  margin: auto;
}

#map-placeholder .load-map h6 {
  font-weight: bold;
  color: #0000008c;
  background: #ffffffde;
  border-radius: 5px;
  padding: 10px;
}

img.contact-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* Admin CSS */

@media (min-width: 992px) {
  #mainNav.fixed-top .navbar-sidenav {
    height: 100vh;
    margin-top: 0px;
  }

  .sidenav-toggled #mainNav .navbar-sidenav a.sidenav-image {
    margin-left: -500px;
    transition: 0s;
  }

  .custom_header_image::before {
    background: url(../img/custom/header-bk.webp) center top no-repeat !important;
  }
}

#mainNav .navbar-sidenav a.sidenav-image {
  width: auto;
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #343a40;
  transition: 0.5s;
}

.list_general>ul>li figure img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.list_general>ul>li figure {
  width: 100px;
  height: 100px;
  left: 10px;
}

/* Calendar styling */

.calendar_content div {
  border-radius: 0px !important;
  color: #fff;
  font-weight: bold;
  border: none !important;
}

.calendar_content .occupied {
  background: #ff6262;
}

.calendar_content .available {
  background: #32a067;
}

.calendar_content .startday {
  background: linear-gradient(-60deg, #ff6262 50%, #32a067 50%, #32a067);
}

.calendar_content .endday {
  background: linear-gradient(60deg, #ff6262 50%, #32a067 50%, #32a067);
}

.calendar_content div.past-date {
  cursor: initial;
  color: #959595 !important;
  background: #f5f5f5;
}

.calendar_header h2 {
  margin-top: 15px;
  text-transform: inherit;
  font-weight: 500;
}

ul.share-buttons li a.whatsapp-share {
  border-color: #25D366;
  color: #25D366;
}

ul.share-buttons li a.whatsapp-share:hover {
  background: #25D366;
  color: #fff;
}

ul.share-buttons li a.instagram-share {
  border-color: #f09433;
  color: #f09433;
}

ul.share-buttons li a.instagram-share:hover {
  background: #f09433;
  color: #fff;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

/* Contact form */
.ContactForm {
  margin: 10px 0 10px 0;
  padding: 10px 15px 10px 15px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d2d8dd;
}

.ContactForm:focus {
  outline: none;
  border: 1px solid #d2d8dd;
}

.ContactBtn {
  display: flex;
  color: white;
  font-weight: 600;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  background-image: linear-gradient(45deg, rgb(253, 126, 20) 0%, rgb(250, 82, 82) 100%);
  align-items: center;
  height: 100%;
  border: none;
  border-radius: 5px;
  padding: 10px 22px 10px 22px;
  margin: 10px 0 0 auto;
}

/* Dashboard */
.DashDiv {
  background-color: #fafafa;
  padding: 2%;
  max-width: 312px;
  margin: auto;
  border: 1px solid black;
  border-radius: 5px;
}

.DashDiv Button {
  color: white;
  border: none;
  padding: 4px 8px 4px 8px;
  border-radius: 8px;
  margin: 15px 0 5px 0;
}

.DashDiv p {
  margin: 0;
}

.btnOrange {
  color: white;
  background-color: #f39203;
  border: none;
  padding: 4px 8px 4px 8px;
  border-radius: 8px;
  margin: 20px 0 5px 0 !important;
  font-size: large;
}

#WebDesktop {
  display: none;
}

#WebMobile {
  display: block;
}

#clicks {
  border-bottom: 1px solid #ededed;
}

#FreePack {
  border-bottom: 1px solid #ededed;
}

#Pack {
  border-bottom: 1px solid #ededed;
}

@media (min-width: 992px) {
  #WebDesktop {
    display: block;
  }

  #WebMobile {
    display: none;
  }

  #clicks {
    border: none;
  }

  #FreePack {
    border: none;
  }

  #Pack {
    border: none;
  }
}


/*Pricing tables*/

/* Website pakketten */
/*
  .website-pakket .plan-tall .plan-title {
    background-color: #32A067;
    border-bottom: none;
    color: #fff;
  }

  .website-pakket .plan-tall {
    border: solid #32A067;
  }

  .website-pakket .plan-tall > .plan-price {
    background: #32A067;
  }

  .website-pakket .plan-features li {
    padding: 0.3em 0;
  }

  .website-pakket .plan-features li:nth-of-type(2n+1) {
    background-color: #f8f8f8;
  }

  .website-pakket .plan {
    position: relative;
    height: 750px;
  }

  .website-pakket .plan-footer {
    position: absolute;
    bottom: 10px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
  }

  .website-pakket .plan-title {
    background-color: #121921;
  }

  .website-pakket .plan-title h3 {
    color: #fff;
  }

  .website-pakket .plan-price {
    font-weight: 200;
    background-color: #32A067;
  }

  .website-pakket .plan-time {
    position: absolute;
    bottom: 20%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    color:white;
    font-size: 12px;
    font-weight: 200;
  }
  */
/* Accommodatie pakketten */
.accommodatie-pakket .plans {
  display: flex;
  margin: 0px auto 20px;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
}

.accommodatie-pakket .plans:before,
.accommodatie-pakket .plans:after {
  content: '';
  display: table;
}

.accommodatie-pakket .plans:after {
  clear: both;
}

@media (max-width: 976px) {
  .accommodatie-pakket .final-plan {
    display: none;
  }
}

.accommodatie-pakket .plan {
  margin: 10px 0 !important;
  padding: 20px 20px 30px 20px !important;
  text-align: center !important;
  border: solid #d2d8dd !important;
  border-width: 1px 0 1px 1px !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06) !important;
  -moz-box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06) !important;
  box-shadow: 0 2px 4px rgba(3, 27, 78, 0.06) !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

@media (max-width: 991px) {
  .accommodatie-pakket .plan {
    border-width: 1px !important;
  }
}

.accommodatie-pakket .col-md-4.plan:first-child {
  margin-right: -5px !important;
  margin-left: 5px !important;
}

@media (max-width: 991px) {
  .accommodatie-pakket .col-md-4.plan:first-child {
    margin: 0 0 15px 0 !important;
  }
}

.accommodatie-pakket .plan:last-child {
  border-width: 1px !important;
}

.accommodatie-pakket .plan-title {
  position: relative !important;
  margin: -25px -25px 30px -25px !important;
  padding: 30px 20px 1px 20px !important;
  border-bottom: 1px dotted #d2d8dd !important;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  background-color: #f9f9f9 !important;
  line-height: 1.2 !important;
  color: #777 !important;
}

.accommodatie-pakket .plan-title h3 {
  margin-bottom: 0 !important;
}

.accommodatie-pakket .plan-tall .plan-title {
  background-color: #32A067 !important;
  border-bottom: none !important;
  color: #fff !important;
}

.accommodatie-pakket .plan-tall .plan-title h3 {
  color: #fff !important;
}

.accommodatie-pakket .plan-price {
  margin: 0 auto 15px !important;
  width: 110px !important;
  height: 110px !important;
  line-height: 115px !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  color: white !important;
  background: #777 !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  border-radius: 100px !important;
  display: inline-block !important;
  text-align: center !important;
}

.accommodatie-pakket .plan-price>span {
  position: absolute !important;
  top: 20% !important;
  left: 40% !important;
  font-size: 12px !important;
  font-weight: normal !important;
  color: white !important;
}

.accommodatie-pakket .plan-features {
  margin: 0 20px 20px 20px !important;
  text-align: left !important;
  line-height: 2 !important;
}

.accommodatie-pakket .plan-features li {
  margin: 3px 0 3px 0 !important;
  list-style: disc !important;
}

.accommodatie-pakket .plan-tall {
  margin: 0 !important;
  background: #fff !important;
  border-radius: 10px !important;
  margin-right: -5px !important;
  position: relative !important;
  z-index: 100 !important;
  border: solid #32A067 2px !important;
  position: relative !important;
}

.accommodatie-pakket .plan-tall>.plan-price {
  height: 130px !important;
  width: 130px !important;
  line-height: 135px !important;
  font-size: 36px !important;
  background: #32A067 !important;
  -webkit-border-radius: 130px !important;
  -moz-border-radius: 130px !important;
  -ms-border-radius: 130px !important;
  border-radius: 130px !important;
}

.accommodatie-pakket .plan-tall+.plan {
  border-left: 0 !important;
}

@media (max-width: 991px) {
  .accommodatie-pakket .plan-tall+.plan {
    border-left: 1px solid #d2d8dd !important;
  }
}

/* Website intro */

.website-intro .build {
  border-radius: 5px;
  border: 2px solid rgb(113, 25, 196);
  padding: 1em;
  background-color: white;
}

.website-intro .build h5 {
  padding: 1em;
  color: #32A067;
}

.website-intro .build ul {
  padding-left: 2.6em;
}

.website-intro .build li {
  padding: 0.35em 0;
  list-style-image: url(../img/favicon/check.svg);
}

.website-intro .build li::marker {
  padding: 0.35em;
}

.website-intro .build p {
  padding: 0 36.4px 0 36.4px;
  font-size: 0.82em;
}

.website-intro .ad {
  padding: 34px;
  background-color: white;
  border-radius: 5px;
}

.website-intro .ad a {
  background-color: #f39203;
  color: white;
  padding: 0.5em 3em;
  font-size: 1.3em;
  border-radius: 5px;
}

.website-intro .ad .text-center {
  margin-top: 51px;
}

/* Pricing Pakket 1 */
.pricing-header {
  position: relative;
  padding: 1.9em 0.9em 2.3em !important;
}

.pricing-header h6 {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 1em;
}

@media only screen and (min-width: 769px) {
  .price-value {
    font-size: 3rem !important;
  }

  .currency {
    font-weight: 300 !important;
    color: black !important;
  }

  .popular .currency {
    color: #32a067 !important;
  }
}

.select-plan {
  border: none;
  margin: none;
  width: 100%;
}

@media only screen and (min-width: 769px) {
  .pricing-list {
    margin: 2em 0 0 !important;
  }
}

#reference {
  padding: 10rem;
}

#reference .col-4 {
  padding: 0 1.5em 3em;
}

.card {
  background-color: #32A067;
  box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
}

.card-body {
  padding: 0.5em;
}

.card-title {
  color: white;
  margin: 0;
}

#reference_btn {
  display: flex;
  position: absolute;
  right: 0;
  top: 8%;
  background-color: #f39203;
  padding: 0.6em 0.6em 0.6em 1em;
  border-radius: 15px 0 0 15px;
}

#reference_btn a {
  display: flex;
  color: white;
}

#reference_btn h5 {
  margin: 0;
  color: white;
}

#reference_btn a i {
  font-size: x-large;
  font-weight: 600;
}

#pakket_btn {
  display: inline-flex;
  background-color: #f39203;
  padding: 0.6em 2.5em;
  border-radius: 5px;
}

#pakket_btn a {
  display: flex;
  color: white;
}

#pakket_btn h5 {
  margin: 0;
  color: white;
}

#pakket_btn i {
  font-size: x-large;
  font-weight: 600;
}

.main_title_2 span {
  margin: 5px auto !important;
}

/* Website Formulier CSS */

.website-form {
  background-color: white;
  padding: 2em 1.5em;
  border-radius: 15px;
}

.website-form h4 {
  margin: 5px;
}

.website-form select {
  width: 100%;
  border-radius: 5px;
  padding: 0.3rem;
  border: 1px solid #a1a1a1b0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 6px;
  margin: 5px;
}

.website-form input {
  margin: 5px;
  width: 100%;
  padding: 0.3rem;
  border: 1px solid #a1a1a1b0;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 6px;
}

.website-form textarea {
  margin: 5px;
  width: 100%;
  padding: 0.3rem;
  border: 1px solid #a1a1a1b0;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 6px;
}

.website-form p {
  font-size: 0.8em;
  margin: 2px 5px;
}

.website-form button {
  border-radius: 5px;
  border: none;
  background: rgb(253, 122, 25);
  background: linear-gradient(90deg, rgba(253, 122, 25, 1) 0%, rgba(250, 89, 72, 1) 55%);
  color: white;
  padding: 0.8rem 4rem;
  font-size: 1.165em;
  margin: 10px 5px 0px;
}

@media only screen and (min-width: 769px) {
  #formulier .pricing-wrapper>li {
    height: auto !important;
  }
}

/* Paytium form */

.pt-checkout-form {
  background-color: white;
  padding: 2em 1.5em;
  border-radius: 15px;
  color: #000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.pt-payment-btn {
  height: 42px;
  padding: 0px 22px;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  width: auto;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  font-size: 16px;
  border: 0px;
  background-image: linear-gradient(45deg, rgb(253, 126, 20) 0%, rgb(250, 82, 82) 100%);
  color: rgb(255, 255, 255);
  user-select: none;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}

.pt-form-group {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
}

.pt-form-group>input {
  border: 1px solid #d2d8dd;
  padding-left: 15px;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;

  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(206, 212, 218);
  transition: border-color 100ms, box-shadow 100ms;
  height: 36px;
  -webkit-tap-highlight-color: transparent;
  line-height: 34px;
  resize: none;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  color: rgb(0, 0, 0);
  display: block;
  text-align: left;
  min-height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 8px;
}

.pt_hide_field {
  display: none;
}

.pt-no-hide>label {
  display: block;
}

.pt_hide_label>label {
  display: none;
}

.pt-terms-text {
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  -webkit-tap-highlight-color: transparent;
  color: rgb(73, 80, 87);
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}

.pt-h3 {
  color: #333 !important;
  margin: 0 !important;
  text-transform: none !important;
  font-weight: unset !important;
}

.pt-form-group {
  margin-bottom: 0px;
}

.pt-form-container {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.ptm-btn-container {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

.pt-term-accept {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.pt-term-accept>div {
  align-items: center;
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.pt-term-accept>div>input {
  width: 20px;
  flex-shrink: 0;
}

.pt-term-accept>div>label {
  margin-bottom: 0;
  text-align: start;
}

.lead-cta-button {
  height: 42px;
  padding: 0px 22px;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  width: auto;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  font-size: 16px;
  border: 0px;
  background-image: linear-gradient(45deg, rgb(253, 126, 20) 0%, rgb(250, 82, 82) 100%);
  color: rgb(255, 255, 255);
  user-select: none;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}

.lead-cta-container {
  background-color: white;
  padding: 2em 1.5em;
  border-radius: 15px;
  color: #000;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:20px;
}
