@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

@media (max-width: 1440px) {
    .hero--subpage .hero-content {
        justify-content: flex-start;
    }
    .text-start {
        width: calc(100% - 200px);
    }
}

@media (max-width: 1100px){
  .news-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 768px){
    
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 100%;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .btn-menu {
    padding: .65rem 0rem .5rem;
  }
  .brand-logo {
      height: auto;
      width: 80%;
  }
  .hero {
    min-height: 340px;
}
  .bird {
      width: 100px;
      height: 65px;
  }
  .bird img {
      width: 100%;
      height: auto;
  }
  .kf-parallax{
    display: none;
  }
  .hero-badge {
    background-size: contain;
    padding-top: 3rem;
    height: 320px;
  }
  .hero-kicker {
      font-size: 28px;
      margin-top: 20px;
  }
  .hero-title {
      font-size: 26px;
  }
  .hero-content {
    min-height: 340px;
}
  .hero--subpage .hero-content{ padding: 70px 25px 110px; }
  .hero--subpage .wave-area{ height: 190px; }
  .hero--subpage .wave-area .bird-parallax{
    width: 140px;
    right: 6%;
    bottom: -55px;
  }
  
  .footer-nav--cols{ column-count: 1; }
  .news-single .article .news-img-wrap .outer {
        width: calc(50% - 8px);
    }

}



@media (max-width: 576px){
    .site-footer {
        background-image: url(../Images/bg_footer_klein.jpg);
        background-position: bottom;
    }
    .site-footer::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0px;
        height: var(--wave-h);
        background-image: url(../Images/wave_top.png);
        background-repeat: repeat-x;
        background-position: center bottom;
        pointer-events: none;
    }
    .site-footer .container {
        margin-top: 0 !important;
        padding-top: 20px !important;
    }
    .footer-top {
        padding-bottom: 50px;
    }
    .site-footer .gap-2 {
        gap: 0rem !important;
    }
    .news-grid{ grid-template-columns:1fr; }

    .event-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .col-md-4{
        margin-top: 0;
    }
    .news-single .article .news-img-wrap {
        float: none;
        margin: 0 0 20px 0;
    }
    
    .text-start {
        width: 100%;
    }
    .sec > .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .news-single .article .news-img-wrap .outer {
        width: 100%;
    }
}


@media (max-width: 450px){
    .hero-content {
        padding-bottom: 0px;
    }
    .hero-badge {
        padding-top: 2rem;
        height: 265px;
    }
    .hero-kicker {
        font-size: 23px;
    }
    .hero-title {
        font-size: 23px;
        margin-bottom: 10px !important;
    }
    .btn {
        padding: .4rem 1.0rem .25rem;
    }
    .btn-menu {
        padding: .65rem 0rem .5rem;
    }
    .brand {
        height: 70px;
    }
    .hero {
        min-height: 140px;
    }
    .hero--subpage .hero-content {
        height: 140px;
    }
    .hero--subpage .hero-content {
        padding: 50px 25px 40px;
    }
    .bird-parallax {
        display: none;
    }
}