@media screen and (max-width: 768px){
  /* .c-banner--home */

  .home .c-banner--home {
    height: 300px;
  }

  .home .c-banner__button {
    top: 90px;
    display: none;
  }

  .home .news {
    margin-top: 25px;
    padding-top: 40px;
    border-top: 1px solid #eaeaea;
  }
}

@media screen and (min-width: 1000px){
/* LOGO AANPASSING */
.o-header__logo {
  right: auto !important;
  left: -100px !important;
}

/* Container adjustments */

.home .o-section--categories .container, .home .o-header .container, .home .o-footer .container {
  width: 1260px;
  max-width: 1260px;
}

.home .container {
  width: 1500px;
  max-width: 1500px;
}

/* Menu */

.c-banner:before {
  background: none;
}

.o-header .c-navbar {
  height: 160px;
}

.c-navbar__menu {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 8px solid #e2e1e1;
}

.o-section--categories--home:after {
  content: '';
  height: 170px;
  width: 100vw;
  z-index: -1;
  position: absolute;
  top: 150px;
  background-color: #FAFAFA;
}

.home .c-banner__overlay {
  background: none;
}

.home .o-section--events {
  background-color: #FAFAFA;
  position: relative;
  z-index: 0;
  padding-bottom: 75px;
  padding-top: 50px;
}

.home .c-banner__overlay::before {
  content: '';
  background-size: cover;
  background-image: url(../img/banner-overlay.svg);
  height: 2000px;
  width: 2230px;
  z-index: -1;
  position: absolute;
  opacity: 0.5;
  right: 40px;
  bottom: 20px;
  mix-blend-mode: overlay;
}

.home .c-banner__button {
  display: none;
}

/* MENU */



#main-menu li:nth-child(even){
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

#main-menu li:last-child {
  border-left: 0;
  border-right: 0;
}

#main-menu li:last-child a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #8DCF27;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 25px;
  margin-top: -5px;
  margin-left: 10px;
}

#main-menu li:last-child a:before {
  content: ' ';
  height: 15px;
  width: 15px;
  display: block;
  background-image: url(../img/arrow-right.svg);
  background-size: contain;
  font-weight: bold;
  background-repeat: no-repeat;
}

.c-categories .c-category {
  width: 23%;
}

@media screen and (max-width: 768px){
  .c-navbar {
    height: initial !important;
  }
}

/* Events HOME */

.home .blk-2 {
  width: 25%;
  position: relative;
}

.home .blue--backdrop {
  position: absolute;
  top: -10px;
  left: 0px;
}

.home .news .blue--backdrop {
  left: 15px;
}

.home .blue--backdrop svg {
  position: absolute;
  width: 160px;
  top: -50px;
  left: -70px;
  z-index: 1;
}

.home .blue--backdrop .day, .home .blue--backdrop .month {
  color: white;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}

.home .blue--backdrop .day {
  font-weight: bold;
  font-size: 1.5rem;
}

.home .blue--backdrop .month {
  margin-top: -10px;
}

.home .event-item {
  margin-top: 50px;
  background-color: white;
  padding-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.home .event-item .excerpt {
  margin-bottom: 50px;
  display: block;
}

.home .event-item a {
  color: black;
  position: relative;
}

.home .o-section--events h2 {
  font-weight: bold;
}

.event-item figure {
  height: 180px;
}

.event-item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
  position: relative;
}

.event-item .event-heading {
  font-size: 23px;
  font-weight: normal;
}

.c-banner:after {
  height: 305px;
  bottom: -50px;
}

.home .event-item .btn-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.home .event-item .btn {
  color: #8dcf27;
}

.c-banner .c-banner__posts {
  display: none;
}

.event-item .excerpt {
  color: #a2a2a1;
  margin-top: 15px;
  margin-bottom: 20px;
}

.gutter-lg {
  padding: 0 15px;
}

/* padding top */

.pt-25 {
  padding-top: 25px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-75 {
  padding-top: 75px;
}

/* blocks */

.blk-12 {
    width: 100%;
}

.blk-11 {
    width: 91.66666667%;
}

.blk-10 {
    width: 83.33333333%;
}

.blk-9 {
	width: 75%;
}

.blk-8 {
    width: 66.66666667%;
}

.blk-7 {
    width: 58.33333333%;
}

.blk-6 {
    width: 50%;
}

.blk-5 {
    width: 41.66666667%;
}

.blk-4 {
    width: 33.33333333%;
}

.blk-3 {
    width: 25%;
}

.blk-2 {
    width: 16.66666667%;
}

.blk-1 {
    width: 8.33333333%;
}

/* flexbox */

.display-flex {
  display: flex;
}

.news-image {
  margin-left: 20px;
}

.news-image img {
  height: 120px;
  width: 200px;
  object-fit: cover;
}

.news__description {
  color: #787878;
}

.news .blk-6 {
  margin-bottom: 50px;
  position: relative;
}

.home .news h2 {
  margin-bottom: 50px;
}

.home .o-section__more-news {
  width: 100%;
  display: flex;
  justify-content: center;
}
}

@media screen and (max-width: 768px){
  .hidden-md {
    display: none;
  }

  .home .news .blk-6 {
    margin-bottom: 50px;
  }

  .home .news h3 {
    margin-top: 25px;
  }


  .home .news .row {
    padding-left: 15px;
    padding-right: 15px;
  }


  .home .blk-2 {
    width: 100%;
    position: relative;
  }

  .home .blue--backdrop {
    position: absolute;
    top: -10px;
    left: 33px;
  }

  .home .blue--backdrop svg {
    position: absolute;
    width: 160px;
    top: -50px;
    left: -70px;
    z-index: 1;
  }

  .home .blue--backdrop .day, .home .blue--backdrop .month {
    color: white;
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
  }

  .home .blue--backdrop .day {
    font-weight: bold;
    font-size: 1.5rem;
  }

  .home .blue--backdrop .month {
    margin-top: -10px;
  }

  .home .event-item {
    margin-top: 50px;
    background-color: white;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .home .event-item .excerpt {
    margin-bottom: 50px;
    display: block;
  }

  .home .event-item a {
    color: black;
    position: relative;
  }

  .home .o-section--events h2 {
    font-weight: bold;
  }

  .event-item figure {
    height: 180px;
  }

  .event-item figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
    position: relative;
  }

  .event-item .event-heading {
    font-size: 23px;
    font-weight: normal;
  }

  .home .o-section--events {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home .event-item .btn-container {
    display: flex;
    width: 100%;
  }

  .home .event-item .btn {
    color: #8dcf27;
  }

  .home .o-section--events {
    padding-top: 25px;
    border-top: 1px solid #eaeaea;
    margin-top: 25px;
  }

  .home .o-section--events h2 {
    margin-left: -15px;
  }

  .news .blue--backdrop {
    display:none;
  }

}

.home .c-slider--fotoalbum .slick-slide>div>div {
  min-height: 430px;
}

.home .o-section__footer-slider .o-section__button {
  margin-top: 130px !important;
}


.home .c-banner__overlay {
  display: none !important;
}
