body {
    font-family: 'Montserrat', sans-serif;
    font-size: .85rem;
}

.logo-light {
    top: -2.5rem;
    left: -1.5rem;
    z-index: 0;
    position: absolute;
    max-height: 100px;
}

.logo-dark {
    max-height: 75px;
}

.navbar-ab-logo img {
    display: block;
    margin: auto;
    width: 250px;
}

.footer-logo-light {
    max-height: 110px;
}

.swiper-wrapper {
    height: auto;
}

.brand-img-40 {
    height: 40px !important;
}

.brand-img-50 {
    height: 50px !important;
}

.brand-img-60 {
    height: 60px !important;
}

.brand-img-80 {
    height: 80px !important;
}

.img-ocuteam-wrapper {
    max-height: 250px;
    overflow: hidden;
}

.img-ocuteam {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-news {
    max-height: 200px !important;
    object-fit: cover;
    object-position: center;
}

.img-projectteam {
    height: 250px !important;
    width: 250px !important;
}


.swiper-hero .swiper-slide {
    /*height: 380px !important;*/
    position: relative;
    /*aspect-ratio: 16 / 9;*/
    /*background-size: contain !important;*/
    background-position: center center !important;
    background-repeat: no-repeat;
    background-color: rgb(254 254 254) !important;
}

@supports not (aspect-ratio: 1) {
    .swiper-hero .swiper-slide::before {
        content: "";
        display: block;
        padding-top: 56.25%;
    }
}

.swiper, .swiper-container, .swiper-wrapper {
    height: auto !important;
}

@media (max-width: 1280px) {

    .logo-light {
        max-height: 100px;
        top: -1.5rem;
        left: -0.5rem;
        z-index: 0;
        position: absolute;
    }
}

@media (max-width: 768px) {
    .logo-light {
        max-height: 60px;
        top: -1.5rem;
        left: 1rem;
        z-index: 0;
        position: absolute;
    }

    .navbar .navbar-expand-lg {
        margin-bottom: 10px;
    }

    .logo-dark {
        max-height: 60px;
    }

    .navbar-ab-logo img {
        display: block;
        margin: auto;
        width: 150px;
    }

    .footer-logo-light {
        max-height: 120px;
    }

    .fc-toolbar-chunk:first-child {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .fc-button-group {
        display: flex;
        justify-content: center;
        margin-bottom: 8px;
    }

    .fc-today-button {
        align-self: center;
        margin-left: 0 !important;
    }

    .responsive-logo {
        max-width: 100%;
        max-height: 80px;
        height: auto;
        width: auto;
        object-fit: contain;
    }

    .dropdown-menu {
        display: none;
    }

    .dropdown-menu.show {
        display: block;
    }
}

@media (max-width: 576px) {
    .responsive-logo {
        max-height: 60px;
    }

    .word-break {
        word-break: break-all;
    }
}

@media (hover: hover) and (pointer: fine) {
    .language-select > .social-toggle {
        pointer-events: none;
    }

    .language-select:hover > .dropdown-menu {
        display: block;
    }

    .language-select .dropdown-menu {
        margin-top: 0;
    }
}