.home main {
  top: 100vh;
  position: relative;
}

.home header::after {
  bottom: calc(-100vh + 50px) !important;
}

.home footer {
  top: 100vh;
}

.home header {
  height: 0 !important;
  z-index: 120;
}

#carousel {
  transition: opacity .5s !important;
}

#carousel .image {
  transition: all 500ms !important;
  pointer-events: none; /* Voorkomt onbedoelde klikken/navigatie bij scrollen */
}

#carousel .image .intro a.button {
  pointer-events: auto; /* Knoppen blijven wel klikbaar */
}

#carousel .intro {
  position: absolute;
  left: 70px;
  /* top: -364px; */
  right: 0;
  bottom: 120px;
  /* top: 0; */
  padding-bottom: 60px;
  z-index: 9999;
  width: 90%;
}

#carousel .intro h3,
#carousel .intro p {
  color: #fff;
  line-height: 1;
  margin: 0 0 16px;
  padding: 0;
  width: 80%;
  white-space: normal;
  text-overflow: inherit;
  overflow: visible;
}

#carousel .intro h3.datum,
#carousel .intro p.datum {
  margin: 0 0 8px;
  text-transform: uppercase;
  line-height: 1.6;
  white-space: normal;
  overflow: auto;
}

@media only screen and (max-width: 425px) {

  #carousel .intro h3.datum,
  #carousel .intro p.datum {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 425px) {

  #carousel .intro h3,
  #carousel .intro p {
    width: 100%;
  }
}

#carousel .intro a.button {
  display: inline-block;
  float: left;
  padding: 8px 16px;
  margin: 0 20px 0 0;
  color: #fff;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  text-transform: uppercase;
  font-size: 0.8em;
}

#carousel .intro a.button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 425px) {
  #carousel .intro a.button {
    width: 100%;
    margin: 10px 0;
    text-align: center;
    padding: 10px 16px;
  }
}

@media only screen and (max-width: 425px) {
  #carousel .intro {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }
}

.topbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2rem;
  font-size: 0.8rem;
  line-height: 1;
  text-align: right;
  z-index: 140;
}

.topbar .mylogin {
  position: relative;
  margin: 1rem;
  display: inline-block;
}

.topbar .mylogin a {
    color: rgba(255,255,255,0.64);
}

.topbar .langswitch {
  position: relative;
  margin: 1rem;
  display: inline-block;
}

.topbar .langswitch a {
    color: rgba(255,255,255,0.8);
}

header .menu-header {
  top: 2rem;
}

.scrolled header .menu-header {
  top: 0;
}

@media only screen and (max-width: 425px) {

  .topbar {
    font-size: 0.6rem;
    text-align: left;
  }

  .topbar .mylogin {
    display: block;
  }

  .topbar .langswitch {
    display: block;
  }
}

.agenda-item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 180px;
  background-color: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.scrolled header .menu-header {
  top: 0;
}

.eventtitle {
  margin-bottom: 2rem;
}

.eventtitle p {
  margin: 0;
}

.eventtitle h2 {
  margin: 0 0 16px;
}

