/* XXL screens */
@media (min-width: 1400px) {
}

/* XL screens */
@media (max-width: 1399px) {
    .fs20 {
      font-size: 2.3rem;
    }
}

/* Large screens */
@media (max-width: 1199px) {
    .fs20 {
      font-size: 2.3rem;
    }

    .bg-section-4.h-300r{
        height: 173rem !important;
    }
    
}

/* Tablet */
@media (max-width: 991px) {
    #horeca-interieurs .mt-lg-n6, #kantoor-interieurs .mt-lg-n6, #maatschappelijke-interieurs .mt-lg-n6 {
        margin-top: 4rem !important;
    }

    .fs28 {
      font-size: 2.8rem;
    }
    .fs20 {
      font-size: 2rem;
    }

    .h-115r {
        height: 90rem !important;
    }

    .bg-section-4.h-300r{
        height: 150rem !important;
    }

}

/* Mobile */
@media (max-width: 767px) {
    .swiper-slide h2.h1 {
        font-size: 3rem;
    }

    .swiper-container.vh80.top, .vh80:has(.bigimage-wrapper) {
        height: 55vh !important;
    }

    .display-6 {
        font-size: 3rem !important;
        line-height: 3rem !important;
    }

    .mt-lg-n6 {
        margin-top: 30px !important;
    }

    .display-md-4 {
        line-height: 2rem;
    }

    .fs28 {
      font-size: 2.8rem;
    }

    .fs20 {
      font-size: 2rem;
    }

    .lh-3 {
        line-height: 3.5rem;
    }

    .kraan-top {
      background-image: url(/img/kraan-radars-1.png);
      background-repeat: no-repeat;
      background-position: bottom right;
      height: 125vh;
    }

    .kraan-bottom {
      background: #fab98d;
      background-image: url(/img/kraan-radars-2.png);
      background-repeat: no-repeat;
      background-position: top right;
      height: 95vh;
    }

    .bars-icon {
      width: 3rem;
      height: 3rem;
    }

    .h-300r {
     height: 150rem !important;
    }

    #horeca-interieurs .mt-lg-n6,
    #kantoor-interieurs .mt-lg-n6,
    #maatschappelijke-interieurs .mt-lg-n6 {
        margin-top: 0px !important;
    }

    .blog-avatar-lg {
        width: 100px;
        height: 100px;
    }
}

/* Small mobile */
@media (max-width: 575px) {
}