:root {
    --achtergrond-menu: rgb(111,152,131);
    --text-menu: white;

    --achtergrond-badges: var(--achtergrond-footer);
    --text-badges: var(--text-footer);

    --achtergrond-footer:#d9eee3;
    --text-footer: black;

    --achtergrond-pagina: white;
    --text-links: rgb(14, 81, 162);
}

body {
    margin: 0;
    background-color: var(--achtergrond-footer);
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    line-height: 130%;
    font-size: 17px;
}

a {
    text-decoration: none;
    color: var(--text-links);
}

.title {
    padding-top: 48px;
    width: 100%;
    text-align: center;
    font-size: 56px;
    line-height: 100%;
}

.subtitle {
    padding-top: 4px;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

div.full-bar {
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    pointer-events: none;
}

div.full-bar>div {
    max-width: 1200px;
    margin: auto;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    font-weight: 200;
}

#header {
    position: fixed;
    min-height: 70px;
    top: 0;
    background-color: var(--achtergrond-menu);
}

#header>div {
    display: flex;
    align-items: flex-start;
}

#header #title {
    display: flex;
    align-items: center;
    height: 70px;
    font-size: 24px;
    color: var(--text-menu);
}

div#hamburger.hamburger{
    pointer-events: all;
    padding-top: 23px;
}

#menu a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

@media all and (min-width: 900px) {
    #header {
        background-color: unset;
    }

    #menu-underlay {
        display: block;
        position: fixed;
        top: 0;
        height: 70px;
        left: 0;
        right: 0;
        background-color: var(--achtergrond-menu);
        border-bottom: 2px solid var(--text-menu);
    }

    .hamburger {
        visibility: hidden;
    }

    div#menu {
        position: unset;
        transform: unset;
        top: unset;
        right: unset;
        padding: unset;
        flex-direction: row;
        align-items: flex-start;
        background-color: unset;
    }

    #header div#menu.is-active {
        transition: unset;
        transform: unset;
    }

    div#menu a, div#menu span {
        display: flex;
        align-items: center;
        padding: unset;
        min-height: 70px;
        margin-left: 16px;
        margin-right: 16px;
    }

    div.expanding-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    div.expanding-menu>* {
        pointer-events: all;
    }

    div#menu div.expanding-menu:hover {
        background-color: var(--achtergrond-menu);
        border-radius: 0px 0px 20px 20px;
    }

    div#menu div.expanding-menu>:not(:first-child) {
        visibility: hidden;
    }

    div#menu div.expanding-menu:hover>:not(:first-child) {
        visibility: visible;
        display: flex;
        flex-direction: row;
        text-align: center;
    }
}

div#menu.is-active {
    transition: .2s;
    transform: translateX(0);
}

#menu {
    position: fixed;
    top: 70px;
    right: 0;
    overflow-y: clip;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background-color: var(--achtergrond-menu);
    transition: .5s;
    transform: translateX(110%);
}

#menu a, #menu span {
    pointer-events: all;
    display: block;
    font-size: 20px;
    line-height: 22px;
    padding: 20px;
    color: var(--text-menu);
}

@media all and (max-width: 899px) {
    #menu .expanding-menu {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    #menu .expanding-menu>:first-child {
        padding-bottom: 10px;
    }

    #menu {
        overflow-y: scroll;
    }

    #menu .expanding-menu>:not(:first-child) {
        font-size: 16px;
        line-height: 18p;
        padding: 10px 30px;
    }
}

div.page {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: var(--achtergrond-pagina);
}

.featured {
    aspect-ratio: 10/3;
    background-position: 0px 70px;
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.content {
    max-width: 800px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.content li {
    margin-bottom: 20px;
}

.content img {
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 20px;
}

.content img.center {
    width: 70%;
    height: auto;
    margin: 60px;
    margin-left: auto;
    margin-right: auto;
}

.content img.wide {
    display: none;
}

@media all and (min-width: 1240px) {
    .two-column {
        max-width: 1200px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .two-column>.column {
        width: 550px;
    }

    div.content img.wide {
        display: block;
    }

    div.content img.narrow {
        display: none;
    }
}

h1 {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    line-height: 100%;
}

p {
    margin-bottom: 20px;
}

input {
    font-family: 'Source Sans Pro', sans-serif;
    width: 100%;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 20px;

    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

input.button {
    width: auto;
    margin-top: 10px;
}

textarea {
    font-family: 'Source Sans Pro', sans-serif;

    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */

    resize: none;
    width: 100%;
    height: 100px;
    font-size: 20px;
    padding: 10px;
}

div.pricelist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

div.pricelist div a {
    color: black;
}

div.pricelist>div {
    display: block;
    padding: 10px;
    background-color: var(--achtergrond-badges);
    border-radius: 20px;
    width: 240px;
}

div.pricelist>div>:first-child {
    display: block;
    width: auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

div.pricelist>div>ul{
    padding-left:20px;
}

div.pricelist>div>ul>li:not(:last-child) { 
    margin-bottom: 10px;  
}

div.card {
    display: block;
    width: auto;
    border: 1px solid var(--achtergrond-badges);
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-style: italic;
    max-width: 500px;
    margin:auto;
    margin-bottom: 20px;
}

div.card.filled {
    border-width: 0px;
    background-color: var(--achtergrond-badges);
    font-style: normal;
    text-align: center;
}

div.badges {
    background-color: var(--achtergrond-badges);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-bottom: 70px;
}

div.badges.center {
    justify-content: center;
}

div.badges>div{
    display: block;
    margin: 30px;
    color: var(--text-badges);
    flex-basis: 200px;
}

div.badges img {
    max-width: 200px;
    max-height: 200px;
    padding: unset;
    margin: unset;
}

div.badges>*>span{
    font-size: 20px;
    padding-bottom: 5px;
}

#footer {
    height: 50px;
    color: var(--text-footer);
}

#footer>div {
    justify-content: center;
}

#footer>div>span {
    margin-left: 20px;
    margin-right: 20px;
}