:root {
  --black-2: #242424;
  --black: black;
  --blanched-almond: #eee0c3;
  --white: white;
  --gainsboro: #e2e2e2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  max-width: 625px;
  color: var(--black-2);
  margin-bottom: 10px;
  line-height: 28px;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 4px;
}

em {
  font-style: italic;
}

.section.section--hero {
  z-index: 100;
  height: 100vh;
  background-image: url('../images/hans-vulkers-hero-optimized.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section.diensten {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/lamscotelet.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 200px;
  padding-bottom: 250px;
}

.section.section--contact {
  background-color: #e6e6e6;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.section--footer {
  background-color: var(--blanched-almond);
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.is--verhuur {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.is--verhuur-02 {
  background-color: var(--blanched-almond);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container {
  width: 100%;
  height: auto;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.container.container-fluid {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.hero__wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

.logo.logo--footer {
  padding-right: 24px;
}

.white {
  color: #fff;
}

.mouse-scroll {
  opacity: .5;
  border-radius: 20px;
  margin-top: 40px;
  padding-left: 13px;
  position: absolute;
  top: auto;
  bottom: 5vh;
  left: auto;
  right: auto;
}

.over-hans__wrapper {
  border-bottom: 1px solid #c7c6c6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.text-center {
  text-align: center;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.diensten__card {
  max-width: 250px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.diensten__image {
  justify-content: flex-start;
}

.tab-link {
  width: 50%;
  background-color: rgba(255, 255, 255, .5);
  padding: 20px;
}

.tab-link.w--current {
  background-color: var(--white);
}

.tab-text {
  font-size: 18px;
  font-weight: 600;
}

.tab-content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs {
  margin-top: -60px;
}

.tabs-pane {
  padding-top: 100px;
  padding-bottom: 100px;
}

.slider {
  z-index: 0;
  height: 80vh;
}

.boog {
  z-index: 1;
  width: 100%;
  margin-top: -1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.boog.boog--onder {
  margin-top: 0;
  margin-bottom: -1px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider__wrapper {
  position: relative;
}

.form-block {
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.form-label {
  margin-bottom: 4px;
  font-weight: 400;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--gainsboro) var(--gainsboro) black;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 24px;
  padding-top: 0;
  padding-left: 0;
}

.submit-button {
  background-color: var(--black-2);
  margin-top: 24px;
  padding: 12px 24px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: var(--black);
}

.large-text {
  margin-bottom: 24px;
  font-size: 16px;
}

.contact__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer__grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  justify-items: center;
}

.logo__wrapper {
  display: flex;
}

.slider__slide {
  height: 100%;
}

.slider__slide.slide-01 {
  background-image: url('../images/lamscotelet.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider__slide.slide-02 {
  background-image: url('../images/italiaanse-tomatensoep.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider__slide.slide-03 {
  background-image: url('../images/img_0227.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slider__slide.slide-04 {
  background-image: url('../images/img_0221-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider__slide.slide-05 {
  background-image: url('../images/hapjes-van-ham-en-meloen.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider__slide.slide-06 {
  background-image: url('../images/bar-ding.jpg');
  background-position: 50% 100%;
  background-size: auto;
}

.slider__slide.slide-07 {
  background-image: url('../images/bar-band.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider__nav, .slider__right {
  display: none;
}

.nav__wrapper {
  z-index: 101;
  width: 100%;
  height: 80px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
  right: auto;
}

.nav__logo {
  z-index: 1000;
  width: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0;
  right: 0;
}

.nav__items {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.nav__item {
  color: var(--white);
  padding-right: 32px;
  text-decoration: none;
}

.nav__item:hover {
  color: var(--blanched-almond);
  text-decoration: none;
}

.nav__item:active {
  text-decoration: none;
}

.nav__item:focus, .nav__item:visited {
  color: var(--white);
  text-decoration: none;
}

.nav__item.w--current {
  color: var(--blanched-almond);
  text-decoration: none;
}

.nav__item.nav__item--big {
  margin-bottom: 40px;
  font-size: 24px;
}

.nav__bar {
  z-index: 100;
  height: 80px;
  background-color: var(--black-2);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav__bar.nav__bar--fake {
  position: static;
}

.tabs-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hamburger__icon {
  height: 12px;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  position: fixed;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.hamburger__line02, .hamburger__line01 {
  width: 25px;
  height: 2px;
  background-color: var(--white);
}

.nav__nav {
  background-color: var(--black-2);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav__item-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

._2-col-text {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-right {
  text-align: right;
}

.html-embed {
  width: 100%;
  max-width: 640px;
}

.verhuur__grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.subtitle {
  background-color: var(--blanched-almond);
  color: var(--black-2);
  border-radius: 100vw;
  margin-bottom: 16px;
  padding: 2px 8px;
}

.subtitle.is--black {
  background-color: var(--black-2);
  color: var(--blanched-almond);
}

.subtitle.is--hans-kookt {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.verhuur__wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.verhuur-slider__slide {
  min-height: 100%;
}

.verhuur-slider__mask {
  height: 100%;
}

.verhuur-slider__slider {
  height: 100%;
  border: 1px solid var(--gainsboro);
}

.verhuur-slider__arrow-icon {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.verhuur-slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button {
  background-color: var(--black-2);
  color: var(--white);
  border-radius: 100vw;
  margin-top: 24px;
  padding: 12px 24px;
}

.label-centered {
  display: flex;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }

  .tab-link {
    max-height: 60px;
    min-height: 60px;
  }

  .logo__wrapper {
    flex-flow: wrap;
  }

  .slider__slide {
    overflow: hidden;
  }

  .nav__items {
    display: none;
  }

  .hamburger__icon {
    display: flex;
    right: 40px;
  }

  .nav__nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.diensten {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.section--contact, .section.is--verhuur, .section.is--verhuur-02 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .logo.logo--footer {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .over-hans__wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .diensten__card {
    max-width: 250px;
  }

  .tabs-pane {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer__grid {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: start;
    justify-items: center;
  }

  .logo__wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .verhuur__grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hamburger__icon {
    right: 24px;
  }

  ._2-col-text {
    grid-template-columns: 2fr 1fr;
  }
}

#w-node-fb45a6c4-6291-70e5-cfc7-45dd6cea28d8-24571048, #w-node-_267f8bfc-6bd6-4131-ad15-2c3d6b00e9f6-24571048, #w-node-_968097ac-d13d-a97a-87af-241476f7df95-24571048, #w-node-ce08442c-2a48-65a8-6b63-ae693666263e-24571048, #w-node-_968097ac-d13d-a97a-87af-241476f7dfb3-24571048 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3a9f910-fffd-cb53-ad0c-359160d4e4ee-24571048 {
  justify-self: end;
}


@font-face {
  font-family: 'Theanodidot';
  src: url('../fonts/TheanoDidot-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}