.container_header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 80vh;
}
.img_container_header {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  filter: brightness(70%);
}

.vers_text {
  position: absolute;
  bottom: 6rem;
  font-size: 1.7rem;
  left: 50%;
  transform: translate(-50%);
  box-sizing: border-box;
  height: auto;
  font-family: "ParkinsansRegular";
  color: whitesmoke;
  text-align: center;
  align-self: center;
  transition: 0.3s ease;
}

.container_header_opentimes {
  display: flex;
  position: relative;
  padding-left: 10rem;
  padding-right: 10rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 6rem;
  padding-bottom: 6rem;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.container_opentimes {
  width: 50%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.opentimes {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-family: "RobotoSemiBold";
}

.table_opentimes {
  margin: 0;
  padding: 0;
  transition: 0.3s ease;
}

.table_opentimes table {
  border-collapse: collapse;
  width: 100%;
}

.table_opentimes td {
  padding: 0.5rem 1rem;
  border: none;
  margin: 0;
}

.table_opentimes td:first-child {
  font-weight: bold;
}

.table_opentimes tr:first-child {
  background-color: rgb(231, 231, 231);
}

.table_opentimes tr:last-child {
  background-color: rgb(231, 231, 231);
}

.button_info {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 1.5rem;
  transition: 0.3s ease;
}

.button_weitere_Infos {
  padding: 0.6rem;
  font-size: 0.9rem;
  text-decoration: none;
  color: rgb(15, 36, 62);
  border: solid 1px rgb(15, 36, 62);
  border-radius: 5px;
}

.button_weitere_Infos:hover {
  background-color: rgb(198, 217, 241);
  transition: all 0.3s ease;
  border: solid 1px rgb(198, 217, 241);
  transform: scale(1.1);
}

.container_img_church {
  padding-left: 1rem;
  display: flex;
  width: 50%;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.img_church {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.container_storyline {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  height: auto;
  width: 100vw;
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: 3rem;
  transition: 0.3s ease;
}

.container_storyline::before {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background-color: rgb(0, 90, 158);
  margin: 0 auto 0;
}

.container_storyline::after {
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  background-color: rgb(0, 90, 158);
  margin: 3rem auto 0;
}

.container_story {
  width: 70%;
  padding: 0.5rem;
}

.story_text {
  font-family: "RobotoSemiBold";
  font-size: 1.8rem;
}

.container_kontakt_maps {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.maps {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-left: 20rem;
  padding-right: 20rem;
  transition: 0.3s ease;
}

@media (max-width: 1600px) {
  .container_header_opentimes {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 6rem;
    padding-top: 4rem;
  }
  .container_storyline {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .container_story {
    width: 80%;
  }
  .vers_text {
    left: 30%;
    transform: translate(-20%);
    font-size: 1.5rem;
  }
  .maps {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

@media (max-width: 1200px) {
  .container_header_opentimes {
    padding-left: 0;
    padding-right: 0;
    margin: 1rem;
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
  .vers_text {
    left: 10%;
    transform: translate(-5%);
    bottom: 5rem;
  }
  .container_storyline {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .maps {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (max-width: 1024px) {
  .vers_text {
    font-size: 1.1rem;
  }
  .container_header_opentimes {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .container_opentimes {
    width: 100%;
    padding-bottom: 3rem;
    border-bottom: solid 1px rgb(0, 90, 158);
  }

  .container_img_church {
    width: 100%;
    padding-left: 0;
    padding-top: 4rem;
  }
  .container_story {
    width: 95%;
  }
  .maps {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
