/* Allgemeine Variablen */
/* Kundenbezogene Variablen */
/* Allgemeine Definitionen */
h1 {
  color: white;
}

.intro_section {
  position: relative;
  height: 80vh;
}
.intro_section h1 {
  text-align: center;
  color: white;
}
.intro_section h2 {
  text-align: center;
  color: white;
}
.intro_section p {
  text-align: center;
  color: white;
}
.intro_section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.intro_section .intro_image_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.67) 41%, rgba(87, 87, 87, 0.66) 100%);
  z-index: -1;
}
.intro_section .intro_content {
  padding-top: 20%;
}

.first_section {
  height: 40vh;
}

.second_section {
  height: 40vh;
  background-color: #e8c791;
}

.third_section {
  height: 40vh;
}

/*# sourceMappingURL=main.css.map */
