@CHARSET "UTF-8";

@import 'simplelightbox.css';
@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wdth,wght@87.5,600&display=swap');


:root {
  /* kleuren */
  --lichtgroen: #d2e4c5;
  --mosgroen: #8fa585;
  --groen: #273d1e;
  --textlicht: #edf5e9;
  --textdonker: #334027;
  --oranje: #fb7305;
}

* {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-family: 'Balsamiq Sans';
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 400;
  pointer-events: auto;
  margin: auto;
  background-image: url("../images/tekstAchtergrond.jpg");
}

img, video {
  max-height: 100%;
  object-fit: scale-down;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--oranje);
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

h1, h2, h3 {
  font-family: 'Fredoka', sans-serif;
  font-stretch: semi-condensed;
  font-weight: 600;
  letter-spacing: 1px;
}

ul {
  list-style-type: disc;
}

img {
  display: block;
  max-width: 100%;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  color: var(--oranje);
}

input, textarea {
  padding: 10px;
  border-radius: 5px;
  border-color: rgba(10, 10, 10, 0.16);
}

textarea {
  max-width: 100%;
  resize: none;
}

/* Achtergrond kleuren */
.backgroundLichtgroen {
  background-color: var(--lichtgroen);
}

.backgroundMosgroen {
  background-color: var(--mosgroen);
}

.backgroundGroen {
  background-color: var(--groen);
}

/* Text kleuren */
.textLichtgroen {
  color: var(--lichtgroen);
}

.textGroen {
  color: var(--groen);
}

.textLicht {
  color: var(--textlicht);
}

.asterisk {
  color: red;
  display: inline;
}

.error {
  color: Red;
}

div.errorbox,
div.alert {
  padding: 10px;
  margin-bottom: 10px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

div.errorbox,
div.alert.alert-danger {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}

div.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert {
  max-width: 900px;
  margin: auto;
  margin-top: 1rem;
  text-align: center;
}

div.errorbox ul,
div.alert ul {
  padding: 0 20px;
  margin: 5px 0 0 0;
  list-style: circle;
}

.alert.alert-success {
  color: #ffffff;
  background-color: #90a686;
  border-color: #293f20;
}

div.errorbox ul,
div.warningbox ul,
div.alert ul {
  padding: 0 20px;
  margin: 5px 0 0 0;
}

/* Utility Divs */
.halfwide {
  max-width: 50%;
  margin: auto;
}

.quarterwide {
  max-width: 25%;
  margin: auto;
}

.spacer {
  height: 2rem;
}

.divLijn {
  height: 0.00001rem;
  background-color: var(--mosgroen);
}

.divLijn2 {
  object-fit: none;
  margin-top: -8px;
  height: 16px;
  width: 100%;
  margin-bottom: -8px;
}

.main {
  padding-top: 140px;
}

/* Header */
.headerContainer {
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%
}

.headerTopContainer {
  margin: auto;
  max-width: 1150px;
  padding-right: 15px;
}

.headerTop {
  height: 1.75rem;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.headerTopText {
  margin-left: 35px;
  letter-spacing: 2px;
  font-weight: bold;
}

.headerBody {
  margin: auto;
  max-width: 1080px;
  display: flex;
  align-items: center;
}

.headerLogo {
  height: 127px;
  z-index: 5;
  margin-bottom: -73px;
}

.headerLogo img {
  max-height: 100%;
  max-width: 100%;
}

.headerTitle {
  display: flex;
  height: 6rem;
  align-items: center;
  margin-left: 25px;
}

.headerTitle > a > * {
  letter-spacing: 4px;
}

.headerPage {
  margin-left: 25px;
}

.headerKnoppen {
  margin-left: auto;
  margin-right: 20px;
  height: 3rem;
  display: flex;
  align-items: center;
}

.terugKnop, .hamburgerIcon {
  height: 45px;
  width: 100%;
}

.burgerMenuListContainer {
  max-width: 1080px;
  margin: auto;
  padding-right: 20px;
}

.burgerMenu {
  display: none;
  padding-bottom: 25px;
  text-align: right;
}

.burgerMenu ul {
  list-style: none;
}

.headerTerugKnop {
  padding-right: 15px;
}

.headerLijnImg {
  object-fit: none;
  margin-top: -8px;
  height: 16px;
  width: 100%;
}

/* Footer */
.footerBody {
  max-width: 1080px;
  margin: auto;
  color: var(--lichtgroen);
  display: flex;
}

.footerLeft {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footerLeftTitle {
  font-size: 28px;
  letter-spacing: 2px;
}

.footerLeftAdres {
  padding-top: 1rem;
  letter-spacing: 3px;
  font-size: 15px;
  line-height: 1.5;
}

.footerRight {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 15px;
}

.footerRightIcons {
  display: flex;
  align-items: center;
  height: 75px;
  justify-content: space-between;
}

.footerGanzenhof {}

.footerVA {}

.footerZoover {}

.footerAsci {}

.footerRightText {
  padding-top: 2rem;
  text-align: end;
  font-size: 14px;
  word-spacing: 2px;
  text-align: justify;
  direction:rtl;
}

.footerBottom {
  text-align: center;
  font-size: 14px;
}

.footerBottom > a {
  color: var(--groen);
  text-decoration: none;
}

.footerLink {
  color: var(--lichtgroen);
}

/* Pagina algemeen */
.beheerContentContainer, .contactPageWrapper {
  background-image: url("../images/tekstAchtergrond.jpg");
}

.beheerContent, .contactPage {
  max-width: 700px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  color: var(--textdonker);
}

.beheerContent {
  text-align: justify;
  font-size: 20px;
}

.beheerContent a {
  color: var(--oranje);
  text-decoration: underline;
}

.iframeContainer {
  background-image: url('../images/logoFull.png');
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.navigationContainer {
  background-size: contain;
  margin-top: -8px;
  z-index: 10;
}

.navigation {
  /*width: 50%;*/
  width: 37.5rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-items: center;
  justify-content: space-evenly;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.navigationPlus {
  width: 50%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-items: center;
  justify-content: space-evenly;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.navigationImg {
  width: 100%;
}

.burgerMenuList {
  padding: 3px 0 3px 0;
}

.paginaknop {
  margin-bottom: 15px;
  color: var(--groen);
}

.paginaknop a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.paginaknop:hover {
  color: var(--oranje);
  z-index: 0;
}

#image-carousel2  {
  margin-top: -7px;
}

/* Home */
.navigationHome {
  max-width: 850px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  gap: 1rem;
}

/* Foto's */
.lbGallery {
  margin: auto;
  max-width: 75%;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  column-count: 4;
  column-gap: 0.25rem;
  overflow: hidden;
  object-fit: cover;
}

.lbGalleryImage img {
  padding: 0.25rem;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lbGalleryPg {
  display: flex;
  justify-content: center;
}

/* Groepsverblijf */
.navigationGv {
  width: 50%;
  margin: auto;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-top: 150px;
  padding-bottom: 150px;
}

.beheerContentGv {
  margin-top: -6px;
}

/* Splide */
.splide {
  z-index: -1;
}

.splide__slide img {
  height: auto;
  object-fit: cover;
  width: 100%;
}

.splide__slide {
  opacity: 0.6;
}

.splide__slide.is-active {
  opacity: 1;
}

.splide__slide__thumb {
  width: 100%;
}

.splide-crossfade .splide__slide:first-of-type ,
.splide-crossfade .is-prev {
  opacity: 1!important;
  transition-duration: 3s;
}

/* Reserveren */
.formRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px;
}

.formRowLabel {
  width: 25%;
}

.formRowInput {
  width: 75%;
}

.formRowInputField {
  width: 98%;
}

.reserverenTitel {
  margin-top: 4rem;
  text-align: center;
}

.formContainer {
  max-width: 900px;
  margin: auto;
}

.reserverenForm {
  margin: auto;
  max-width: 900px;
  /*display: grid;*/
  /*grid-template-columns: 50% 50%;*/
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

.verblijfOpties {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5px;
}

.formOpmerking {
  display: flex;
  flex-direction: column;
}

.formSend {
  display: flex;
  justify-content: center;
  margin-left: 1rem;
  margin-top: 1rem;
}

.formSend input:hover {
  background-color: #cbcbcb;
}

.formSend input:active {
  background-color: #f3f3f3;
}

.errorsContainer {
  margin: auto;
  margin-top: 2rem;
  max-width: 900px;
}

/* Contact */
.contactPage {
  max-width: 900px;
  margin: auto;
}

.contactGegevens {
  text-align: left;
}

.contactForm {
  max-width: 900px;
  margin: auto;
}

.geo {
  max-width: 900px;
}

.groupReviews {
  display: flex;
  max-width: 900px;
  margin: auto;
  justify-content: space-evenly;
  margin-top: -75px;
  margin-bottom: 100px;
}

.groupReviewLink {
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

/* Responsive */
@media screen and (max-width: 1621px) {

  .lbGallery {
    max-width: 100%;
    column-count: 2;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1200px) {

  .navigationGv {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 931px) {
.navigation {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .formRow {
    display: block;
  }

  .formRowInput {
    width: 100%;
  }

  .verblijfOpties {
    display: block;
  }

  .verblijfOpties div {
    margin-bottom: 1rem;
  }

  .navigationHome {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .headerLogo {
    display: none;
  }

  .headerPage {
    margin-left: 0;
  }

  .footerBody {
    flex-direction: column;
    align-items: center;
  }
  
  .footerRight {
    width: 100%;
    padding: 0 15px 0 15px;
  }

  .footerRightIcons {
    justify-content: space-evenly;
    height: auto;
  }
}

@media screen and (max-width: 745px) {

  .beheerContent {
    width: 100%;
  }

  .reserverenForm {
    grid-template-columns: 100%;
  }

  .formRight, .formLeft {
    margin: 0;
  }

  .formRight {
    margin-top: 1rem;
  }

  .navigationGv {
    display: flex;
    flex-direction: column;
  }

  .groupReviews {
    flex-direction: column;
  }
}

@media screen and (max-width: 605px) {

  .lbGallery {
    column-count: 1;
  }
}

@media screen and (max-width: 480px) {
  h1.textLicht {
    font-size: 30px;
  }

  .headerTop {
    justify-content: space-around;
  }

  .headerTopText {
    margin-left: 0;
  }

  .headerTerugKnop {
    display: none;
  }

  .splide__slide img {
    height: 100%;
  }

  .footerBody {
    display: flex;
    flex-direction: column;
  }

  .footerLeft, .footerRight {
    width: 100%;
  }

  .footerRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .footerRightIcons {
    width: 60%;
    height: auto;
  }

  .footerRightIcons > div > img {
    padding: 5px;
  }
}

@media screen and (max-width: 434px) {

  .navigationHome {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .footerBody {
    grid-template-columns: 100%;
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
