* {
  scroll-behavior: smooth;
}

body {
  font-family: 'source sans pro', sans-serif;
}

.logo {
  height: 150px;
}

.breadcrump a {
  color: black !important;
  font-weight: bold !important;
}

.alignright {
  margin-left: auto;
  display: block;
}

.alignleft {
  margin-right: auto;
  display: block;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#primary a {
  color: black;
  font-weight: bold;
}

.facebookicon {
  position: absolute;
  right: 10px;
  top: 10px;
}

.top-bar {
  position: relative;
  z-index: 9999;
}

.facebookicon img {
  height: 35px;
}

.headersec {
  height: 67vh;
  background-size: cover !important;
}

.voorbeelden {
  background: url('../img/headervoorbeelden.png')
}

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

.content-voorbeelden .col-md-6 {
  margin-bottom: 60px;
}

.content-voorbeelden img {
  height: 260px;
}

.content-voorbeelden h3 {
  font-weight: bold;
  color: black;
  margin-top: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

a:hover {
  text-decoration: none;
  color: black;
}

.menu-item a {
  color: rgba(0, 0, 0, .5);
  font-size: 1.3em;
  padding: 0px 33px !important;
  display: block;
}

.current-menu-item a, .menu-item:hover a {
  color: black;
}

li.menu-item:hover a::after, .content-voorbeelden a:hover h3::after {
  width: 100%;
}

.menu-item a::after, h3::after {
  width: 0;
  transition: all .3s ease;
  content: '';
  height: 5px;
  background: #ffe600;
  display: block;
}

.breadcrumbs a {
  color: black;
  font-weight: bold;
}

.titel {
  font-weight: bold;
  font-size: 4em;
  border-bottom: 7px #ffe600 solid;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.ondertitel {
  font-family: 'EB Garamond', serif;
  font-size: 1.6em;
  margin-top: 2em;
}

.tekstplaatje .text {
  position: relative;
  top: 60px;
}

.tekstplaatje img {
  height: 500px;
  width: 100%;
  object-fit: contain;
}

.text {
  font-size: 1.2em;
}

.title-row {
  margin-bottom: 50px;
}

.text a {
  font-weight: bold;
  color: black;
}

.background-y {
  background: #ffe600;
}

.diensten img {
  width: 80%;
}

.diensten {
  padding: 60px 0;
}

.titelblok {
  font-weight: bold;
  position: relative;
  left: 15px;
  margin-bottom: 30px;
}

.titelblok2 {
  font-weight: bold;
  margin-bottom: 30px;
  width: fit-content;
}

.titelblok2::after {
  content: '';
  width: 100%;
  height: 5px;
  background: #ffe600;
  display: block;
}

footer {
  background: #ffe600;
}

footer .container {
  padding-top: 30px;
  padding-bottom: 100px;
}

footer a {
  color: black;
}

.titelpr {
  text-align: center;
  font-weight: bold;
}

.artikel a {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-post-image {
  height: 260px;
}

.artikel h4 {
  text-align: center;
  font-weight: bold;
  color: black;
  margin-top: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.artikel h4::after {
  width: 0;
  transition: all .3s ease;
  content: '';
  height: 5px;
  background: #ffe600;
  display: block;
}

.artikel a:hover h4::after {
  width: 100%;
}

.btn.focus, .btn:focus {
  box-shadow: none !important;
}

.degrotefoto {
  height: 60vh !important;
  background-size: cover;
}

.dekleinefoto {
  height: 100px !important;
  background-size: cover;
  margin: 30px;
  transition: opacity .6s ease;
  opacity: 0.6;
}

.slick-arrow {
  z-index: 9;
}

.carousel-control-prev {
  left: -110px;
}

.carousel-control-next {
  right: -110px;
}

.header-container.dekleinefoto.slick-slide.slick-current.slick-active {
  transition: opacity .6s ease;
  opacity: 1;
}

.detitel {
  border-bottom: 7px #ffe600 solid;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 61px;
  font-weight: bold;
}

.deimgis {
  height: 260px;
}

.tekstt a {
  color: black;
  border: 2px solid black;
  padding: 10px 30px;
  border-radius: 40px;
}

.tekstt a:hover {
  background: black;
  color: white;
  transition: all .3s ease;
}

.disclaimer {
  background: #3c3c3b !important;
  padding: 10px;
  color: white !important;
}

.disclaimer .col-md-6 {
  left: -30px;
}

.disclaimer a {
  color: white !important;
}

.proberen {
  position: absolute;
  background: url(../img/proberen.png);
  height: 390px;
  width: 400px;
  background-size: cover;
  bottom: 520px;
  z-index: -1;
}

.info {
  position: relative;
  top: 40px;
}

.sitet {
  text-align: right;
}

#up2-cookie-balk {
  background-color: #ffe600bf !important;
  padding: 50vh 0vh;
  position: fixed;
  padding-left: 60vh;
}

.up2-cookie-option-btns {
  float: left;
}

.up2-cookie-btn-info {
  color: black !important;
}

#up2-cookie-melding-small {
  display: none !important;
}

@media (max-width: 992px) {
  .degrotefoto {
    height: 35vh !important;
  }

  #up2-cookie-balk {
    padding-left: unset;
  }

  .sitet {
    text-align: left;
  }

  .info {
    top: unset;
  }

  .proberen {
    height: 380px;
    width: 310px;
  }

  .tekstt a {
    padding: 6px 20px;
  }

  .artikel h4 {
    margin-bottom: 50px;
  }

  .dekleinefoto {
    margin: 10px;
  }

  li.menu-item {
    width: fit-content;
  }

  .menu-item a::after, h3::after, .artikel h4::after {
    background: #ede8bd;
  }

  .carousel-control-next, .carousel-control-prev {
    background: #ede8bd;
    height: 100%;
    top: 0%;
  }

  .carousel-control-prev {
    left: 0;
  }

  .carousel-control-next {
    right: 0;
  }

  .logo {
    height: 80px;
  }

  .headersec {
    height: 20vh;
    background-position: top;
  }

  .text {
    font-size: 1em;
  }

  .titel {
    font-size: 25px;
    border-bottom: 5px #ede8bd solid;
  }

  .titelblok2::after {
    background: #ede8bd;
  }

  .ondertitel {
    font-family: 'EB Garamond', serif;
    font-size: 1.2em;
    margin-top: 1em;
  }

  .tekstplaatje img {
    height: 360px;
  }

  .tekstplaatje .text {
    top: unset;
  }

  footer {
    padding-left: 15px;
  }

  .diensten img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .background .tekstt {
    box-shadow: 0px 0px 3px;
  }

  .diensten .tekstt {
    width: 75%;
    position: relative;
    margin-top: -70px;
    z-index: 999;
    background: white;
    margin-left: auto;
    margin-right: auto;
    order: 1;
    padding-bottom: 30px;
  }

  .diensten .row {
    display: grid;
  }

  .background-y .tekstt, footer {
    background: #ede8bd;
  }

  .background-y {
    background: none;
  }

  h3.titelblok2 {
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .titelblok2::after {
    height: 0;
  }

  .disclaimer .col-md-6 {
    left: 0px;
  }
}

.carousel-item {
  height: 60vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: contain;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  top: 170px;
  position: relative;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.carousel-control-prev-icon {
  transform: rotate(180deg);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-image: url('../img/pijl.png');
  width: 50px;
  height: 50px;
  background-size: contain;
}