@font-face {
    font-family: 'AventaMedium';
    src: url('/font/Aventa-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AventaBold';
    src: url('/font/Aventa-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'AventaBlack';
    src: url('/font/Aventa-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.cover-image {
    position: relative;

    picture {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    img {
        display: block;
        width: 100%;
        height: 100%;

        font-family: 'object-fit: cover; object-position: 50% 50%;';

        object-fit: cover;
        object-position: 50% 50%;
    }
}


body {
    font-family: "Montserrat", sans-serif;

}

.layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content {
    padding: clamp(2.5rem, 1.921rem + 2.38vw, 4rem) clamp(1rem, -1.317rem + 9.5vw, 7rem);

}

.content__inner {
    margin-top: clamp(4.063rem, 2.735rem + 5.45vw, 7.5rem);
}

footer {
    margin-top: clamp(2.5rem, 0.569rem + 7.92vw, 7.5rem)
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;

    div {
        font-weight: bold;
    }
}

.leaflet-content {
    @media (min-width: 1000px) {
        width: 80%;
        margin: 0 auto;
    }
}

.leaflet-title {
    margin-bottom: 32px;
    text-align: center;
    font-weight: 600;
    line-height: 1.08;
    font-size: clamp(2rem, 1.614rem + 1.58vw, 3rem);
}

.full-view-frame {
    @media (max-width: 600px) {
        display: none;
    }
    margin-top: 54px;
    aspect-ratio: 1/1;
    margin-bottom: 32px;
}

.bijsluiter-button {
    margin-top: 32px;
    @media (min-width: 599px) {
        display: none !important;
    }
}