html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    margin: 0;
    padding-top: 70px;
    background-repeat: repeat-x;
    background-image: var(--bgimg2);
    background-color: var(--bgkleur);
    background-position-y: -10px;
}

#header {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    width: 100%;
    height: 70px;
    top: 0;
    border-bottom: 8px #eef0f7 solid;
    box-sizing: content-box;
}

.headercontainer {
    max-width: 1480px;
    min-width: 956px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
}

#header #logobar {
    background-color: #fff;
    height: 70px;
    line-height: 60px;
}

#logo {
    background-color: #3b9ed4;
    width: 78px;
    height: 78px;
    position: absolute;
    color: #ffffff;
    padding: 12px 10px 12px 14px;
    box-sizing: border-box;
}

#header #logo .icon-bblogo {
    display: inline-block;
    width: 100%;
    height: 100%;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

#header #logobar .headercontainer .logo {
    background-color: transparent;
    width: 250px;
    height: 38px;
    position: absolute;
    box-sizing: border-box;
    left: 115px;
    top: 19px;
}

#header #logobar .headercontainer .logo .icon {
    stroke-width: 0;
}

#header #logobar .headercontainer .logo .logo-boerenbusiness {
    /*Montreal*/
    width: 250px;
    height: 33px;
    stroke: #3b9ed4;
    fill: #3b9ed4;
    margin-top: 5px;
}

#header #menubar {
    background-color: #eef0f7;
    height: 55px;
    line-height: 55px;
}

.breaker {
    background-image: url(/img/header.jpg);
    margin-top: 0;
    height: 50vh;
    background-size: cover;
    background-position: 54% 50%;
    background-color: #000;
}

.breaker.formulier {
    background-image: none;
    margin-top: 0;
    height: auto;
    background-color: #f5f6f9;
    min-height: 400px;
    margin-top: 70px;
}

.container {
    display: flex;
    gap: 0;
    justify-content: normal;
    flex-flow: row wrap;
    max-width: 1410px;
    /* min-width: 956px; */
    width: 90%;
    margin: 0 auto;
    padding: 20px 20px 0;
    box-sizing: border-box;
    min-height: 200px;
    position: relative;
    align-items: flex-start;
    background-color: #fff;
    margin-top: -15vh;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

h1 {
    font-size: 1.667rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 2rem 0 3rem;
}

.usp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    padding: 0 1.25rem;
    gap: 2.5rem;
}

.usp>div {
    width: 20%;
    text-align: center;
}

.usp h3 {
    font-size: 0.875rem;
    color: #3b9ed4;
    font-weight: 500;
    margin: 1rem 0 0.6rem;
}

.usp h4 {
    font-size: 0.6875rem;
    color: #2a4672;
    font-weight: 500;
    line-height: 1.6em;
}

.nowrap {
    white-space: nowrap;
}

.formulier .container {
    margin-top: 0;
    background: none;
    border-radius: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.formulier h2 {
    color: #3b9ed4;
    text-align: center;
    width: 100%;
    font-size: 1.3125rem;
    font-weight: 500;
    margin: 1.7rem 0 1.2rem;
}

.formulier p {
    font-size: 0.75rem;
    line-height: 1.9em;
    font-weight: 300;
    max-width: 880px;
    text-align: center;
}

p a {
    font-weight: 500;
}

.formulier form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    max-width: calc(0.8 * 880px);
    width: calc(0.8 * 100%);
    margin-top: 1.7rem;
}

.formulier label {
    font-size: 0.75rem;
    margin: 0.75rem 0.2rem 0.2rem;
}

.formulier input[type=text],
.formulier input[type=email],
.formulier input[type=submit],
.formulier select {
    font-size: 0.75rem;
    padding: 0.5rem 0.5833rem;
    border: 1px solid #6e6e6e;
    border-radius: 0.25rem;
    width: 100%;
}

.formulier select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10' fill='%231b96d8'><polygon points='0,0 20,0 10,10'/></svg>");
    background-position: 96% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 1.2rem;
}

.formulier input.half[type=text],
.formulier input.half[type=email],
.formulier select.half {
    width: 49%;
}

.formulier form>div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.formulier input[type=submit] {
    background-color: #3b9ed4;
    border-color: #3b9ed4;
    color: #fff;
    cursor: pointer;
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}

/* FAQ */
.container.faq {
    margin-top: 5vh;
    flex-direction: column;
    padding-bottom: 4rem;
}

.faq h2 {
    font-size: 1rem;
    font-weight: 500;
}

.faqblok {
    font-size: 0.6875rem;
    margin-top: 1.5rem;
    line-height: 2em;
    max-width: 875px;
}

.vraag {
    font-weight: 500;
}

.antwoord {
    font-weight: 300;
}

.antwoord a {
    font-weight: 500;
}