.container_header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 50vh;
}

.img_container_header {
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 100%;
  z-index: -100;
  object-fit: cover;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  filter: brightness(80%);
}

.container_pagetitle {
  position: absolute;
  font-family: "RobotoSemiBold";
  font-size: 1.5rem;
  color: whitesmoke;
  padding-left: 10rem;
  bottom: 0.5rem;
  transition: 0.3s ease;
}

.container_opentimes_wrapper {
  display: flex;
  position: relative;
  padding-left: 10rem;
  padding-right: 10rem;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 6rem;
  padding-bottom: 8rem;
  flex-wrap: wrap;
  transition: 0.3s ease;
}

.img_container_innen {
  display: flex;
  flex: 0 1 50%;
}

.img_innen {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.container_inner_opentimes_wrapper {
  flex: 0 1 50%;
  display: block;
}

.container_inner_opentimes_wrapper h2 {
  font-family: "RobotoSemiBold";
  margin-bottom: 1rem;
}

.container_inner_opentimes {
  padding-left: 5rem;
  padding-right: 5rem;
}

.table_opentimes table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

.table_opentimes td {
  border-bottom: none;
  padding: 0.4rem 1rem;
}

.beschreibung {
  font-family: "RobotoLightItalic";
  font-size: 0.8rem;
}

.table_opentimes .beschreibung td {
  border-bottom: 1px solid rgb(0, 90, 158);
}

.container_vers_wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100vw;
  height: 50vh;
}

.img_container_vers {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  box-sizing: border-box;
  display: inline-block;
}

.container_vers_text {
  font-family: "ParkinsansRegular";
  font-size: 2rem;
  color: whitesmoke;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  position: relative;
  text-align: right;
  justify-content: flex-end;
  padding-top: 12rem;
  transition: 0.3s ease;
}

@media (max-width: 1600px) {
  .container_pagetitle {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .container_opentimes_wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 6rem;
    padding-top: 4rem;
  }
  .container_vers_text {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 10rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 1300px) {
  .container_pagetitle {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .container_opentimes_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
  .opentimes_headline {
    font-size: 1rem;
  }
  .opentimes_headline_other {
    font-size: 1rem;
  }
  .container_inner_opentimes {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container_vers_text {
    padding-top: 8rem;
  }
}

@media (max-width: 1024px) {
  .container_pagetitle {
    font-size: 1.3rem;
  }
  .container_opentimes_wrapper {
    align-items: flex-start;
  }
  .img_container_innen {
    display: flex;
    flex: 0 0 100%;
  }
  .container_inner_opentimes_wrapper {
    flex: 0 0 100%;
  }
  .container_inner_opentimes {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .table_opentimes {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  .table_opentimes td {
    text-align: left;
    padding: 0.4rem 0.5rem;
  }
  .container_vers_text {
    font-size: 1.1rem;
    padding-top: 12rem;
    padding-right: 1rem;
    padding-top: 8rem;
  }
}
