/* Hero Section */
.hero-container-info {
  z-index: -1;
  background: url("/assets/images/informatie\ pagina.png") center / cover
    no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.parcours {
  margin-top: 10px;
  background: url("/assets/images/Tekengebied\ 1.png") center / cover no-repeat;
  min-height: 50vh;
  max-width: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-containter-title h2,
.hero-container-text h2 {
  text-align: center;
  padding: 0;
  margin: 0;
  color: var(--neutral-white);
}

.hero-container-text {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
  padding: 15px;
  max-width: 400px;
  margin: -30px auto 0px;
  border-radius: 2px;
  background: linear-gradient(
    25deg,
    var(--primary-green) 50%,
    var(--neutral-white)
  );
  opacity: 0;
  transform: translateY(20px);
  animation: slideIn 0.8s ease forwards;
}

.hero-container-button {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-self: center;
  margin: -30px auto 50px;
  max-width: 400px;
  transform: translateY(20px);
  animation: slideIn 0.8s ease forwards;
}

/* Info Section */
#r24u-info {
  padding: 15px 25% 75px;
  background: linear-gradient(
    155deg,
    var(--neutral-white) 67%,
    var(--primary-green)
  );
  color: var(--neutral-dark);
}

.info-content {
  width: 50%;
  max-width: 400px;
  min-width: 260px;
}

.info-content h2 {
  color: var(--primary-green);
}

.info-content p,
.info-content ul {
  font-size: 1rem;
  padding-top: 15px;
}

.info-content ul,
.info-container ul,
.intro-text ul {
  list-style-type: square;
  text-align: justify;
  padding-left: 20px;
}

.info-container,
.bevoorrading-text {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.intro-text p {
  text-align: justify;
  padding-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-container-info h1 {
    scale: 65%;
    margin-top: 12vh;
  }
  .parcours {
    background: url("/assets/images/PlattegrondNekkerKlein.jpg") center / cover;
  }
}

/* Typography */
h2 {
  color: var(--primary-green);
  font-size: 1.8rem !important;
  padding-bottom: 10px;
  margin-top: 20px;
}

/* <!-- HTML !-->
<button class="button-75" role="button"><span class="text">Button 75</span></button> */

/* CSS */
.button-75 {
  align-items: center;
  background-image: linear-gradient(
    135deg,
    var(--primary-green) 40%,
    var(--neutral-white)
  );
  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 54px;
  justify-content: center;
  letter-spacing: 0.4px;
  line-height: 1;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  text-decoration: none;
  text-transform: uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transform: translateY(20px);
  animation: slideIn 0.8s ease forwards;
}

.button-75:active {
  outline: 0;
}

.button-75:hover {
  outline: 0;
}

.button-75 span {
  transition: all 200ms;
}

.button-75:hover span {
  transform: scale(1.3);
  opacity: 0.75;
}

@media screen and (max-width: 991px) {
  .button-75 {
    font-size: 15px;
    height: 50px;
  }

  .button-75 span {
    line-height: 50px;
  }
}
