/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.footer-modules-bg:after {
    content: "";
    position: absolute;
    background: #555f66;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.footer-modules-bg-wave {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.footer-modules-bg-wave .wave {
    background: url(/_data/styly/sapien/footer_bg_wave2.png) repeat-x top;
    width: 100%;
    height: 500px;
    position: absolute;
    opacity: 0.3;
}

.footer-modules-bg-wave .wave:nth-child(1) {
    left: 0;
    bottom: calc(402px * 0 - 50px);
    background-position-x: calc(470px * 0);
}

.footer-modules-bg-wave .wave:nth-child(2) {
    left: 0;
    bottom: calc(402px * 1 - 50px);
    background-position-x: calc(470px * 1);
}

.footer-modules-bg-wave .wave:nth-child(3) {
    left: 0;
    bottom: calc(402px * 2 - 50px);
    background-position-x: calc(470px * 2);
}

.footer-modules-bg-wave .wave:nth-child(4) {
    left: 0;
    bottom: calc(402px * 3 - 50px);
    background-position-x: calc(470px * 3);
}

.footer-modules-black-bg:after {
    content: "";
    position: absolute;
    background: var(--g-color-black);
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.footer-map-image {
    height: 50vw;
    overflow: hidden;
    max-height: 66vh;
}

@media (min-width: 992px) {
    .footer-map-image {
        height: 400px;
    }
}

@media (min-width: 1920px) {
    .footer-map-image {
        height: 550px;
    }
}

#master-footer-swim {

    #img-div {
        column-gap: 50px;
    }

    #img-div a img {
        max-width: 100%;
        height: auto;
    }

    .bg-modul {
        background: #f5eef5;
        padding-top: clamp(15px, calc(30 / 1920 * 100vw), 30px)
    }

    .inner-container {
        padding-bottom: clamp(1px, calc(16 / 1920 * 100vw), 16px)
    }
}
