@media (max-width: 1400px) {
  .wrapper {
    max-width: 1100px;
  }
  nav ul {
    gap: 20px;
  }
  .hero-sec .main-img {
    min-height: 600px;
  }
}
@media (max-width: 1200px) {
  footer .row1 .right {
    max-width: 370px;
  }
  footer .row1 .right img {
    max-width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .teambox .l {
    width: 190px;
  }
  .teambox .r {
    width: calc(100% - 220px);
  }
  .hero-sec .main-img {
    min-height: 450px;
  }
  nav ul {
    background-color: #333333;
    top: 39px;
    margin: 0;
    right: 0;
    left: unset;
    flex-direction: column;
    bottom: 0;
    position: fixed;
    align-items: center;
    justify-content: start;
    padding-top: 70px;
  }
  nav .lines {
    width: 20px;
    gap: 4px;
    flex-direction: column;
    display: flex !important;
    min-height: 20px;
    align-items: center;
    justify-content: center;
  }
  nav .lines .line {
    background-color: #fff;
    height: 2px;
    width: 20px;
    transition: all ease 0.2s;
  }
  nav ul {
    width: 0;
    overflow: hidden;
    transition: all ease 0.2s;
  }
  nav ul li {
    white-space: nowrap;
  }
  nav.active-nav .lines .line:nth-child(1) {
    transform: rotate(45deg);
  }
  nav.active-nav .lines .line:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -6px;
  }
  nav.active-nav .lines .line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -6px;
  }
  nav.active-nav ul {
    width: 320px;
  }
  footer .row1 .left ul {
    flex-direction: column;
    gap: 10px;
  }
  footer .row1 .left {
    width: 50%;
    flex: unset;
  }
  footer .row1 .right {
    width: 50%;
    max-width: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  footer .row1 .right img {
    max-width: 100%;
  }
  footer .last-line p {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  footer .last-line {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt-def {
    padding-top: 50px;
  }
  .main-tit {
    font-size: 42px;
  }
  .box-aktivitaten {
    flex-direction: column;
  }
  .box-aktivitaten .img-place img {
    max-height: 140px;
  }
  .right-side-img {
    justify-content: end;
    display: flex;
  }
  .box-aktivitaten .img-place {
    text-align: center;
  }
  .box-aktivitaten .img-place h4 {
    left: 0;
    right: 0;
  }
  .box-aktivitaten .right-cont {
    max-width: 100%;
  }
  .impressum-sec .big-logo {
    left: 0;
    max-width: 200%;
  }
  .impressum-sec .big-logo3 {
    right: 0;
    max-width: 200%;
  }
}
@media (max-width: 900px) {
  .home-s1 .boxes .right {
    border: 0;
    padding: 0;
    max-width: 100%;
  }
  .home-s1 .boxes .left {
    max-width: 100%;
  }
  .home-s1 .boxes {
    flex-direction: column;
    gap: 30px;
  }
  .row-c {
    flex-direction: column;
    gap: 50px;
  }
  .row-c .l,
  .row-c .r {
    width: 100%;
  }
  .row-c-l-sm {
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .hero-sec .main-img {
    min-height: 350px;
  }
  .publikationen-box .l {
    width: 100px;
  }
  .publikationen-box .r {
    width: calc(100% - 110px);
  }
}
@media (max-width: 500px) {
  .main-tit {
    font-size: 32px;
  }
  .h3-def {
    font-size: 26px;
  }
  .h2-def {
    font-size: 18px;
  }
  .top-subnav ul li a {
    letter-spacing: 1.5px;
    padding: 13px 0;
  }
  .publikationen-box {
    flex-direction: column;
    gap: 15px;
  }
  .publikationen-box .l {
    width: 100%;
    justify-content: start;
  }
  .publikationen-box .r {
    width: 100%;
  }
  .teambox {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 0;
  }
  .teambox .l,
  .teambox .r {
    width: 100%;
    justify-content: start;
  }
}
@media (max-width: 330px) {
  .main-tit {
    font-size: 30px;
  }
}/*# sourceMappingURL=responsive.css.map */