/* base */
:root{
    --bs-font-sans-serif: Montserrat;
    --bs-body-color: #202842;
    --bs-body-bg: #ffffff;
    --bs-border-radius-lg: 1.125rem;
    --bs-border-radius-xl: 1.5rem;
    --bs-light: #f3f6fb;
    --bs-dark: #202842;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Montserrat', sans-serif;
    --clr-heading: #202842;
    --clr-dark: #1c1c1b;
    --transition300: all 0.3s ease-in-out;
}

body,
html {
    height: 100%;
}
body {
    background-color: var(--bs-body-bg);
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.75;
    color: var(--bs-body-color);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background-image: url("media/bg-pattern-olifantjes.png");
    background-repeat: repeat;
}
@media (min-width: 768px) {
    body {
        font-size: 1rem;
    }
}


@media all and (min-width: 100rem) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1424px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    margin-bottom: 1.25rem;
    font-family: var(--font-heading);
    color: var(--clr-heading);
    font-weight: 700;
}
h1,
.h1 {
    font-size: 1.375rem;
}
@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 1.875rem;
    }
}
h2,
.h2 {
    font-size: 1.5rem;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 1.125rem;
}
strong {
    color: var(--clr-dark);
    font-weight: 600;
}
a {
    text-decoration: none;
    color: var(--clr-heading);
    font-weight: 600;
    border-bottom: 1px solid var(--clr-heading);
    transition: var(--transition300);
}
@media (min-width: 992px) {
    a:hover {
        border-color: transparent;
    }
}

.lh-body {
    line-height: 1.75 !important;
}




.objectcover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    gap: 0.5rem;
}

.btn.btn-primary {
    background: #e6bddb;
    border-color: #e6bddb;
    color: var(--clr-heading);
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    padding-inline: 2rem;
    border-radius: 3rem;
}
@media (min-width: 992px) {
    .btn.btn-primary:hover {
        background: #c5cbde;
        border-color: #c5cbde;
    }
}
.link-socialmedia {
    border: 0;
}
.link-socialmedia span {
    font-size: 0.8125rem;
}





#intro {
    padding: 2rem 0.5rem;

}

#intro .intro-content {
    padding: 2rem 1.5rem;
    background: #e6bddb;
    background: rgba(197,230,237,0.65);
}
#intro .intro-content-translated {
    font-size: 0.875rem;
    padding: 1.25rem;
    border: 2px dashed rgba(197,230,237,0.85);
}
@media (min-width: 768px) {
    #intro {
        padding: 2.5rem;
    }
    #intro .intro-content {
        padding: 2rem;
    }
}
@media (min-width: 992px) {
    #intro {
        height: 100%;
        padding: 0;
    }
    #intro .intro-content {
        padding: 3rem;
    }
}