@media screen and (max-width: 1600px) {
  .section__container {
    width: 70vw;
    margin: 0 3rem;
  }

  .g-5 {
    gap: 3rem;
  }

  .t-l {
    font-size: 1.5rem;
  }

  .t-title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1300px) {
  #desktop-nav {
    display: none;
  }

  .section__container {
    width: 70vw;
  }

  .news__container {
    width: 70vw;
  }

  #hamburger-nav {
    display: flex;
    position: fixed;
    text-align: center;
    transition: top 0.3s ease;
    z-index: 1000;
  }

  .title__container {
    width: 80vw;
    padding: 8vh 5vw;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
  }

  .t-landing-big,
  .t-landing-bigger,
  .t-landing-small {
    text-align: center;
    font-weight: 900;
    margin: 0.5rem 0;
  }

  .t-landing-big {
    font-size: 2.25rem;
  }

  .t-landing-bigger {
    font-size: 3rem;
  }

  .t-landing-small {
    font-size: 1.75rem;
  }

  .link-title:hover {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1000px) {
  .section__container {
    width: 90vw;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .news__container {
    width: 90vw;
  }

  .t-title--news {
    font-size: 1.7rem;
  }
  
  .t-date {
    font-size: 1.3rem;
  }

  .logo {
    height: 3.5rem;
  }

  .t-l {
    font-size: 1.25rem;
  }

  .t-title {
    font-size: 2.1rem;
  }

  .main__container {
    background-image: url("../assets/bg-mobile.png");
  }
}

@media screen and (max-width: 800px) {
  .t-title {
    font-size: 1.8rem;
  }

  .title__container {
    width: 90vw;
    padding: 8vh 5vw;
  }

  .news__container {
    width: 90vw;
    flex-wrap: wrap;
    margin-top: 2vh;
  }

  .content__container--news {
    flex-direction: column;
    align-items: center;
  }
  
  .news__content-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3% 3%;
    max-width: 90%;
    text-align: left;
  }

  .t-title--news {
    font-size: 1.7rem;
  }
  
  .t-date {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }


  .t-landing-big {
    font-size: 2rem;
  }

  .t-landing-bigger {
    font-size: 2.5rem;
  }

  .impressum-left {
    display: block;
  }

  .impressum-right {
    display: none;
  }

  .img__container--footer {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }

  .footer-left,
  .footer-right {
    display: none;
  }

  .display-copyright {
  display: block;
}

  .display-hidden-box {
    display: none;
  }

  .section__container {
    padding-bottom: 5vh;
    border-radius: 10px;
  }
}

@media screen and (max-width: 600px) {
  .t-title {
    font-size: 1.7rem;
  }

  .t-subtitle {
    font-size: 1.4rem;
  }

  .t-text {
    font-size: 1.25rem;
  }

  .t-title--news {
    font-size: 1.4rem;
  }

  .hamburger-icon {
    padding: 0.5rem;
  }

  .hamburger-icon span {
    width: 30px;
  }

  .impressum-left {
    display: flex;
  }

  .section__header {
    padding: 5vh 0;
  }

  .img__container--title {
    height: 600px;
  }

  .img__container--contact {
    height: 300px;
    margin: 0.5rem 0;
  }
}
