body {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1 {
  font-size: 44px;
  line-height: 44px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.1em;
  margin-bottom: 17px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  font-weight: 300;
  font-style: normal;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}

a {
  color: #00354d;
  font-weight: bold;
}

.title {
  text-align: center;
}
.title h2 {
  border-bottom: 5px solid #015983;
  padding: 12px 0;
  display: inline-block;
}
.title.light h2 {
  border-bottom: 5px solid #fff;
}

header {
  border-bottom: 2px solid #00354d;
}

section.section {
  padding: 100px 0;
}

.container-fluid-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

div#navbarSupportedContent {
  background: #015983;
  flex: none;
  border-radius: 10px;
  padding: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  background: #00354d;
  color: #fff;
  border: 1px solid #b5bec8;
  border-radius: 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link i {
  margin-right: 5px;
}

.nav-inline-logos img {
  max-width: 210px;
}

header.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  animation: slideDown 0.35s ease-out;
  padding: 0;
  background: #fff;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
section.banner .item {
  height: 100vh;
  position: relative;
}
section.banner .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
section.banner .item .cover .inner-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
section.banner .item .cover .inner-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
section.banner .item .cover .inner-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
section.banner .item .cover .inner-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
section.banner .item .cover .inner-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
section.banner .owl-item.active h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section.banner .owl-item.active h2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
section.banner .owl-item.active h4 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
section.banner .owl-item.active .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
section.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
section.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
section.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
section.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
section.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
section.banner .owl-nav .owl-next:focus {
  outline: 0;
}
section.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
section.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
section.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}

@media (min-width: 768px) {
  section.bg-fix-row1,
  section.bg-fix-row2 {
    padding: 100px 0;
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/slider/veenhuizen2.jpg);
    position: relative;
  }
  section.bg-fix-row1::after,
  section.bg-fix-row2::after {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: black;
    opacity: 0.4;
    content: "";
    left: 0;
    top: 0;
  }
  section.bg-fix-row1 h1,
  section.bg-fix-row2 h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
  }
  section.bg-fix-row2 {
    background-image: url(../images/slider/veenhuizen3.jpg);
  }
}
section#geschiedenis {
  background: #015983;
  color: #fff;
}
section#geschiedenis a {
  color: #fff;
}

section#foto img {
  width: 100%;
}

/* Lightbox styles */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox.open {
  display: flex;
}

.lightbox img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 5px;
}

.lightbox:target {
  display: flex;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
}

footer {
  background-color: #015983;
  color: #fff;
  padding: 50px;
  position: relative;
}
footer ul {
  list-style: none;
  padding: 0;
}
footer ul li {
  margin-bottom: 10px;
}
footer ul li i {
  display: inline-block;
  min-width: 22px;
}
footer ul li a {
  color: #fff;
}

.ft-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-logo img {
  border: 6px solid #beb3b3;
}

@media (max-width: 991px) {
  section.banner .item .cover .inner-content h2 {
    font-size: 30px;
  }
  section.banner .item .cover .inner-content h1 {
    font-size: 43px;
  }
  button.navbar-toggler {
    border: 1px solid #015983;
    border-radius: 0;
    padding: 15px;
    color: #015983;
    outline: 0;
  }
  button.navbar-toggler i.fa-solid.fa-bars {
    display: none;
  }
  button.navbar-toggler.collapsed i.fa-solid.fa-bars {
    display: block;
  }
  button.navbar-toggler.collapsed i.fa-solid.fa-xmark {
    display: none;
  }
  div#navbarSupportedContent {
    position: fixed;
    left: 0;
    right: 0;
    /* height: 100%; */
    top: 92px;
    background: #015983;
    bottom: 0;
    z-index: 4;
  }
  ul.navbar-nav {
    padding: 45px 0 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 17px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 10px;
  }
  body.menu-open {
    overflow: hidden;
  }
  .ft-logo {
    margin-bottom: 30px;
  }
  section.section {
    padding: 50px 0;
  }
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  section.bg-fix-row1,
  section.bg-fix-row2 {
    padding: 100px 0;
    background-position: 50% 0;
    background-size: cover;
    background-image: url(../images/slider/veenhuizen2.jpg);
    position: relative;
  }
  section.bg-fix-row1::after,
  section.bg-fix-row2::after {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: black; /* Or any solid color */
    opacity: 0.4;
    content: "";
    left: 0;
    top: 0;
  }
  section.bg-fix-row1 h1,
  section.bg-fix-row2 h1 {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 0;
  }
  section.bg-fix-row2 {
    background-image: url(../images/slider/veenhuizen3.jpg);
  }
}/*# sourceMappingURL=style.css.map */