﻿body {
    margin: 0px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    background: #fcfcfc;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
}

div, input, button, textarea, select {
    box-sizing: border-box;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.headerPanel {
    height: 75px;
    background: white;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 10;
}

    .headerPanel .pageWidth {
        display: flex;
    }

    .headerPanel img {
        height: 75px;
    }

.menuPanel {
    display: flex;
    width: 100%;
}

    .menuPanel button {
        width: 100%;
        cursor: pointer;
        font-size: inherit;
        font-family: inherit;
        color: inherit;
        background: none;
        border: none;
    }

        .menuPanel button[selected=true] {
            color: #FD487B;
        }

        .menuPanel button:hover {
            text-decoration: underline;
        }

.magentaButton {
    background: #FD487B;
    color: white;
    border-radius: 10px;
    border: none;
    padding: 10px;
    cursor: pointer;
}

    .magentaButton:hover {
        text-decoration: underline;
    }

.whiteButton {
    color: #FD487B;
    background: white;
    border-radius: 10px;
    border: none;
    padding: 10px;
    cursor: pointer;
}

    .whiteButton:hover {
        text-decoration: underline;
    }

.pageWidth {
    width: 100%;
    max-width: 1300px;
    margin: 0px auto;
}

.pagePanel {
    padding-top: 75px;
}

    .pagePanel .pageWidth {
    }

.txtXXL {
    font-size: 60px;
    line-height: 1.3em;
    font-weight: 700;
}

.txtXL {
    font-size: 35px;
    font-weight: 700;
}

.txtL {
    font-size: 20px;
}

.txtBox {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.bgBlue {
    background-color: #213a68;
}

.gemiddeldeInfo {
    top: 100px;
    left: 0;
    position: absolute;
    width: 400px;
    background: white;
    line-height: 1.3em;
    font-size: 15px;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
}