@media screen and (max-width: 1470px) {
  header {
    height: var(--header-height-resp);
  }
}
@media screen and (max-width: 1080px) {
  .wuerfel {
    display: none;
  }
  .headline {
    top: 5%;
  }
  nav {
    height: var(--navbar-height-resp);
  }
  .footer {
    font-size: 1.5vw;
  }
  .sub-wrapper {
    width: 90%;
    flex-direction: column;
  }
  #home {
    flex-direction: row;
    width: 100%;
    height: auto;
    gap: 3em;
  }
}
@media screen and (max-width: 720px) {
  .page-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: auto;
  }
  .headline {
    position: relative;
    top: 0;
    margin: 1em 0 1em 0;
  }
  .headline h1 {
    font-size: 2.25rem;
  }
  .sub-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
    height: auto;
    margin-bottom: 2em;
    overflow: scroll;
  }
  /* ----------------------------- Navigation Start ------------------------------ */
  .links-container {
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 101;
    width: 300px;
    background-color: var(--secondary-color);
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.75s ease-out;
  }
  nav a {
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 10px 15px;
    justify-content: flex-start;
  }
  .cube-link {
    display: block;
  }
  .open-sidebar-button, .close-sidebar-button {
    padding: 20px;
    display: block;
  }
  #sidebar-active:checked ~ .links-container {
    right: 0;
  }
  #sidebar-active:checked ~ #overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  /* ----------------------------- Navigation Ende ------------------------------ */
  #home {
    flex-direction: column;
    width: 100%;
    gap: 1em;
  }
  #home .sect_innen {
    width: 100%;
    height: 65em;
    flex-direction: column;
    column-gap: 5%;
  }
  #home .sect_innen p {
    height: auto;
	margin-bottom: 3em;  
    }
	
  #home .sect_innen h4 {
    padding: 1em;
	font-size: 1.5rem;
    font-weight: normal;
    }
	
  article {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
  .sect_innen {
    flex-direction: column-reverse;
    width: 75%;
    padding: 1em;
  }
  .box_li {
    width: 100%;
  }
  .map {
    width: 100%;
    align-items: flex-start;
  }
  .box_re {
    flex-direction: column;
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .oben {
    flex-direction: row;
    width: 100%;
    height: 100%;
    gap: 0.5em;
  }
  .oben img {
    width: 100%;
    height: auto;
  }
  .oben figure {
    width: 100%;
    height: 20em;
    padding: 0;
  }
  .unten {
    width: 100%;
    height: 100%;
  }
  .footer {
    font-size: 1.5rem;
  }
  .legende {
    margin: 0;
    padding: 0;
  }
  .legende ul {
    flex-direction: column;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .kalender_innen {
    flex-direction: column;
    max-width: 100%;
    height: 100%;
    align-items: center;
    overflow: auto;
  }
  .cal, .calendar {
    margin: 1em 0;
  }
  .cal td, .calendar td {
    font-size: 1.8rem;
    padding: 0.8em;
  }
  .cal caption, .calendar caption {
    font-size: 2.5rem;
  }
  .footer {
    display: flex;
    padding: 0 1em;
  }
  .footer span {
    font-size: 1rem;
  }
  .footer .foot2 {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .page-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sub-wrapper {
    width: 100dvw;
  }
  article, #home {
    justify-content: start;
    align-items: start;
    height: 100%;
    gap: 0;
  }
  .sect_innen, #home .sect_innen {
    width: 100%;
    height: 100%;
  }
  .sect_innen h2, #home .sect_innen h2 {
    font-size: 1.75rem;
  }
  .sect_innen h3, #home .sect_innen h3 {
    padding: 0 0 1em 1em;
  }
  .sect_innen p, #home .sect_innen p {
    height: 100%;
    padding: 0 1em;
  }
  .headline_resp {
    display: flex;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .headline_resp h1 {
    width: 100%;
    font-weight: bold;
    font-size: 1.5rem;
    color: var(--secondary-color);
  }
  .kalender ul li {
    padding-bottom: .5em;
  }
  .kalender ul, p {
    margin: 0.5em 0 0.5em 0;
  }
  .cal td, .calendar td {
    font-size: 1.5rem;
    padding: 0.8em;
  }
  .cal caption, .calendar caption {
    font-size: 2rem;
  }
  .footer p {
    width: 50%;
  }
  .footer span {
    font-size: 1.5rem;
  }
  .footer .treff {
    display: none;
  }
} /*# sourceMappingURL=layout_resp.css.map */