@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.header-main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  background-color: #A47551;
  z-index: 100;
  top: 0px;
}

.sticky-wrapper .stuck {
  transition: all 0.25s;
}

.views-field-field-afbeelding .item-image {
  width: 100%;
  height: 1200px;
  background: #ffffff;
  position: relative;
}

.views-field-field-afbeelding .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.views-field-field-afbeelding .item-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  mix-blend-mode: multiply;
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 2000px) {
  .views-field-field-afbeelding .item-image {
    height: 900px;
  }
}

@media (max-width: 1620px) {
  .views-field-field-afbeelding .item-image {
    height: 700px;
  }
}

@media (max-width: 1260px) {
  .views-field-field-afbeelding .item-image {
    height: 510px;
  }
}

@media (max-width: 992px) {
  .views-field-field-afbeelding .item-image {
    height: 60vh;
  }
}

.views_slideshow_cycle_main .slideshow-main {
  text-align: center;
  line-height: 1;
  font-size: 72px;
  font-weight: 900;
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

.views_slideshow_cycle_main .slideshow-button,
.views_slideshow_cycle_main .slideshow-button a,
.views_slideshow_cycle_main .slideshow-button a:hover,
.views_slideshow_cycle_main .slideshow-button a:active,
.views_slideshow_cycle_main .slideshow-button a:visited {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}

.views_slideshow_cycle_main .slideshow-button a {
  border: 1px solid #ffffff;
  padding: 5px 10px;
}

.views_slideshow_cycle_main .slideshow-button {
  margin-top: 30px;
}

.views_slideshow_cycle_slide {
  width: 100% !important;
}

.slideshow-sub {
  text-align: center;
  margin-bottom: 30px;
}

.slideshow-sub > span {
  font-size: 24px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1;
}

.views_slideshow_cycle_main .views-field-nothing {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.views_slideshow_cycle_main .views-row {
  position: relative;
}



.formulier-button,
.button, .btn, .btn-white, .btn-theme, .btn-theme-second, .more-link a, .btn-theme-submit {
  background: #7A4E3A;
  color: #ffffff;
  border-color: #7A4E3A;
  font-size: 12px;
  padding: 12px 19px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border: 2px solid transparent;
  margin-bottom: 20px;
  display: inline-block;
  clear: both;
  border-radius: 5px;
  cursor: pointer;
}

.formulier-button:hover,
.button:hover, .button:focus, .button:active, .button.active,
.btn:hover, .btn:focus, .btn:active, .btn.active,
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active,
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active,
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active,
.more-link a:hover, .more-link a:focus, .more-link a:active, .more-link a.active,
.btn-theme-submit:hover, .btn-theme-submit:focus, .btn-theme-submit:active, .btn-theme-submit.active {
  background: #6a4331;
  color: #ffffff;
  border-color: #6a4331;
}

.sidebar-right .formulier-button {
  width: 100%;
  text-align: center;
}

.formulieren header {
  margin-bottom: 35px;
}

.formulieren h2 {
  font-size: 36px;
}

#content {
  padding: 60px 0 80px 0;
}
.node--type-page #content{padding-bottom: 100px !important;}

.frontpage #content{padding-bottom: 10px !important;}



.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #e8e8e8;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

.timeline p {
  margin-bottom: 0;
}

.tlcontainer-on,
.tlcontainer-off {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

.tlcontainer-off::after,
.tlcontainer-on::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
  top: 19px;
  z-index: 1;
  right: -12px;
}

.tlcontainer-off::after {
  background-image: url('../images/off.svg');
}

.tlcontainer-on::after {
  background-image: url('../images/on.svg');
}

.left {
  left: 0;
  padding-left: 0;
}

.right {
  left: 50%;
  padding-right: 0;
}

.left::before,
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
}

.left::before {
  right: 30px;
  border: medium solid #e8e8e8;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e8e8e8;
}

.right::before {
  left: 30px;
  border: medium solid #e8e8e8;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e8e8e8 transparent transparent;
}

.right::after {
  left: -12px;
}

.tlcontent {
  padding: 20px 30px;
  background-color: #e8e8e8;
  position: relative;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }

  .tlcontainer-on,
  .tlcontainer-off {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .tlcontainer-on::before,
  .tlcontainer-off::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e8e8e8 transparent transparent;
  }

  .left::after,
  .right::after {
    left: 15px;
  }

  .right {
    left: 0%;
  }
}

.webform-submission-aanmelden-nieuwsbrief-form{display: flex; justify-content: center;}

.anchor {
     margin-top: -148px;
     margin-bottom: 148px;
}

.view-planning .view-content-wrap
{
  display: flex;
  justify-content: center;
  width:100%;
  margin: auto;
}

.view-planning .item
{
  position: relative;
  width: 100%;
}

.view-planning .item::before
{
  content:"";
  position: absolute;
  width: 50%;
  height: 3px;
  background-color:#c00303;
  top:29px;
  left:0px;
  z-index: 0;
}

.view-planning .item::after
{
  content:"";
  position: absolute;
  width: 50%;
  height: 3px;
  background-color:#c00303;
  top:29px;
  right:0px;
}

.view-planning .item:first-child::before,
.view-planning .item:last-child::after
{
  display: none;
}

.view-planning .item .item-image
{
 width: 60px;
 height: 60px;
 margin: auto;
 margin-bottom: 20px;
 z-index: 1;
 position: relative;
}

.view-planning .item .item-image img
{
  width:100%;
  height: auto;
}

.view-planning .item .views-field-title
{
 color: #a3a3a3;
 text-align: center;
 width: 165px;
 margin: auto;
 font-size: 16px;
 line-height: 1.4;
}

.view-planning .item.fase-aan .views-field-title
{
  color:#000000;
  font-weight: 700;
}

.view-planning .item.fase-aan::before,
.view-planning .item.fase-aan::after
{
  height: 6px;
  top:28px;
}

.view-planning .item.fase-aan:nth-child(4):after
{
  height: 3px;
  top:29px;
}

@media only screen and (max-width: 1023px)
{
  .view-planning .item .views-field-title {
    color: #a3a3a3;
    text-align: center;
    width: 125px;
    margin: auto;
    font-size: 11px;
  }
}

@media only screen and (max-width: 767px)
{
  .view-planning .item .views-field-title {
    color: #a3a3a3;
    text-align: center;
    width: 165px;
    margin: auto;
    font-size: 14px;
  }

  .view-planning .item
  {
    width:100%;
    display: flex;
    align-items: center;
    height: 80px;
  }

  .view-planning .item .views-field-title
  {
    width:auto;
    margin-left:0px;
    margin-top:40px;
    text-align: left;
  }

  .view-planning .item .item-image
  {
    margin-left:0px;
    margin-right: 20px;
  }

  .view-planning .item  .views-field-views-conditional-field
  {
    height: 40px;
  }

  .view-planning .item::before {
    content: "";
    position: absolute;
    height: 50%;
    width: 3px;
    background-color: #c00303;
    top: 0px;
    left: 29px;
    z-index: 0;
  }

  .view-planning .item::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    background-color: #c00303;
    top: auto;
    bottom:0px;
    right: auto;
    left:29px;
  }

  .view-planning .item.fase-aan::before, .view-planning .item.fase-aan::after {
    width: 4px;
    left: 28px;
    height: 50%;
    top:0px;
  }

  .view-planning .item.fase-aan:nth-child(3):after
  {
    width:2px;
    height: 50%;
    top:auto;
    left:29px;
  }

  .view-planning .item.fase-aan::after
  {
    top:auto;
  }

  .view-planning .view-content-wrap
  {
    display: block;
  }
}

.navigation .gva_menu .sub-menu {background-color: transparent; box-shadow: none;}
.stuck .navigation .gva_menu .sub-menu {background-color: #A47551; -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);}

.before_content {
    background-color: #A47551;
    background-image: url('../images/breadcrumb.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Voeg deze regel toe voor parallax effect */
    padding: 130px 0 100px;
    margin-bottom: 45px;
    position: relative;
    background-size: 100% auto;
}

.before_content .row{margin-left: 0 !important; margin-right: 0 !important;}

#block-memorise-paginatitel h1{font-size: 56px;
  font-weight: 900;
  width: 100%;
  text-align: left;
  margin-bottom: 0;
color: #ffffff}



.widget_pager_bottom{display: flex; margin-top: 5px;}
.widget_pager_bottom .views_slideshow_pager_field_item{margin-right: 5px}
.widget_pager_bottom .views_slideshow_pager_field_item:last-child{margin-right: 0;}

.views_slideshow_pager_field_item img:hover {
    cursor: pointer;
}

.field--name-field-hoofdfoto{margin-bottom: 40px;}
#views_slideshow_cycle_main_site_afbeeldingen-block_1{margin-top: 50px;}

@media only screen and (max-width: 767px) {
    .views_slideshow_cycle_main .slideshow-main {
        line-height: 1.2;
        font-size: 54px;
    }
    .slideshow-sub > span {
        font-size: 26px;
        letter-spacing: 2px;
    }
    #block-memorise-logodebuntevastgoedzuid img{max-width: 50%;}
    .footer-first{margin-top: 40px;}
    #block-memorise-paginatitel h1{font-size: 40px;}
    #content {
      padding: 0 0 80px 0;
    }
    .before_content {
        padding: 140px 0 100px;
        margin-bottom: 45px;
        background-size: auto 400px;
    }
    .views_slideshow_cycle_main .views-field-nothing {
        top: calc(50% + 50px);
    }
}

.navigation .gva_menu > li:last-child{background: #A47551; border-radius: 5px;}
.navigation .gva_menu > li:last-child a,
.navigation .gva_menu > li:last-child a:active,
.navigation .gva_menu > li:last-child a:hover,
.navigation .gva_menu > li:last-child a:visited,
.stuck .navigation .gva_menu > li:last-child a,
.stuck .navigation .gva_menu > li:last-child a:active,
.stuck .navigation .gva_menu > li:last-child a:hover,
.stuck .navigation .gva_menu > li:last-child a:visited{color: #ffffff !important;}
.gva-navigation{padding-top:13px;}

#nieuwsbrief{text-align: center;}

.formulieren .view-content-wrap{width: fit-content}
.formulieren .view-content-wrap .item a{width: 100%; text-align: center}

.footer-third,
.footer-first {
    display: flex;
    align-items: center;
    justify-content: center; /* Optioneel, voor horizontale centrering */
    height: 100%; /* Zorg ervoor dat de container een hoogte heeft */
}

.views-field-field-titel-naam{font-size: 14px;
font-style: italic;
text-align: center;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
margin-top: 10px;}