body {
  margin: 0;
  font-family: arial, sans-serif; /* Schriftart */
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: lightgrey;
}

.header-image {
  position: absolute;
  top: 130px;
  height: 100vh;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.8);
}
.header_logo {
  position: fixed !important;
  right: 5px;
  left: 5px;
  top: 0px;
  height: 150px;
  padding-top: 25px; /* Abstand zw. Header und Inhalt */
  padding-bottom: 45px; /* Abstand zw. Header und Inhalt */
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  background-color: white;
  margin-left: 64px;
}
.header {
  position: fixed !important;
  right: 15px;
  left: 15px;
  top: 185px;
  height: 40px;
  padding-top: 0px; /* Abstand zw. Header und Inhalt */
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 1;
  background-color: rgb(156, 28, 28);
}

.menu_link_logo {
  color: black;
  text-decoration: none;
  margin-right: 64px;
}

.menu_link_header {
  color: white;
  text-decoration: none;
  margin-right: 50px;
}
.menu_link_header:hover {
  text-decoration: underline;
}
.menu_link_logo:hover {
  text-decoration: underline;
}

.img_logo {
  position: absolute;
  left: 132px;
}
.headline {
  position: absolute;
  top: 300px;
  font-size: 70px;
  color: white;
  text-shadow: 8px 8px 8px rgba(0, 0, 0, 0.85);
  text-align: center;
}
.color_arntec {
  color: rgba(126, 20, 49);
  font-size: 120px;
}

.scroll_body {
  position: absolute;
  font-size: 40px;
  /*width: 70%;*/
  right: 64px;
  left: 64px;
  padding-top: 150px; /* Abstand zw. Header und Inhalt */
  padding-bottom: 100px; /* Abstand zw. Header und Inhalt */
  background-color: white;
}

.body_text {
  position: absolute;
  font-size: 40px;
  /*width: 70%;*/
  right: 64px;
  left: 64px;
  margin-left: 130px;
  margin-right: 130px;
  padding-top: 150px; /* Abstand zw. Header und Inhalt */
  padding-bottom: 100px; /* Abstand zw. Header und Inhalt */
  background-color: white;
}

.IMG_Galerie {
display: flex;
  justify-content: center;
}

.footer {
  position: fixed;
  left: 16px;
  bottom: 0;
  right: 32px;
  width: 100%;
  text-align: center;
  height: 25px;
  padding-bottom: 20px; /* Abstand zw. Header und Inhalt */
  padding-top: 20px; /* Abstand zw. Header und Inhalt */
  z-index: 1;
  color: black;
  text-decoration: none;
  margin-left: 16px;
  background-color: white;
}
.menu_footer {
  color: black;
  text-decoration: none;
  margin-left: 16px;
}
.menu_footer:hover {
  text-decoration: underline;
}
.SectionSchriftGross {
  font-size: 45px;
  font-weight: bold;
}
.SectionSchriftMittel {
  font-size: 35px;
  font-weight: bold;
}
.SectionSchriftKlein {
  font-size: 25px;
  font-weight: normal;
}

.SectionSchriftGrossZentriert {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}
.SectionSchriftMittelZentriert {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
.SectionSchriftKleinZentriert {
  font-size: 25px;
  font-weight: normal;
  text-align: center;
}

ul {
  /* Auflistung: Punkt innerhalb und nicht links am Rand */
  list-style-position: inside;
}
