body {
    font-family: var(--fontfam);
    margin: 0;
    padding-top: 6.25rem;
    background-repeat: repeat-x;
    background-image: var(--bgimg);
    background-color: var(--bgkleur);
    background-position-y: -0.5rem;
    background-size: 5px;
}

body.bbb,
body.ccc {
    padding-top: 0;
    background-position-y: 261px;
}

body.algemeen.ccc {
    padding-top: 396px;
}

body.bbb #header {
    position: relative;
}

.topbannercontainer {
    display: none;
}

body.bbb .topbannercontainer {
    display: flex;
    z-index: 102;
    gap: 0;
    justify-content: normal;
    flex-flow: row wrap;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background-color: var(--bgkleur);
    border-bottom: 1px solid var(--grijs1);
    background-color: var(--tussentint);
}

body.artikel,
body.video,
body.foto,
body.column,
body.algemeen.adverteren,
body.algemeen.nieuwsbrief,
body.algemeen.account,
body.algemeen.dashboard,
body.algemeen.b_case,
body.algemeen.marktdossier,
body.algemeen.mengvoerprijsindicator {
    background-size: 10px;
}

body.algemeen.adverteren,
body.algemeen.nieuwsbrief,
body.algemeen.account,
body.algemeen.dashboard {
    background-position-y: -5.85rem;
}

/* Geen grijze balk*/
body.subscribe {
    background-image: none;
}

#header {
    position: fixed;
    background-color: var(--bgkleur);
    z-index: 999;
    width: 100%;
    height: 6.25rem;
    top: 0;
}

#header #logobar {
    background-color: var(--bgkleur);
    height: 3.5rem;
    line-height: 3rem;
    z-index: 2;
}

.banner {
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.extrabanner {
    width: 336px;
    height: 250px;
}

.extrabanner>a {
    display: block;
    background-color: var(--grafiekkleur);
    width: 100%;
    height: 100%;
}

.extrabanner>div {
    margin-top: 0;
}

.extrabanner * {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.rechterkolom div.banner {
    /*margin: 44px auto;*/
    margin: 44px auto 14px;
}

div.banner970 {
    margin-left: calc((100% - 336px - 970px - 30px) / 2);
    margin-right: calc((100% - 336px - 970px - 30px) / 2);
}

body.bbb .topbannercontainer div.banner970 {
    margin: 0 auto;
    margin: 10px auto;
}

.banner565 {
    width: 565px;
    height: 100px;
    /*background-image: url(../banner565.jpg);*/
    margin: 0;
}

.algemeen .banner565 {
    margin: 20px auto 10px;
}

.artikelbody .banner565 {
    margin: 36px auto;
    /* margin: 0 0 36px -10px; */
}

h1,
h2 {
    font-family: 'Bree Serif', serif;
    font-weight: 300;
}

.headercontainer {
    max-width: 74rem;
    min-width: 47rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.icon {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

#header #logo .beeld-fab,
#header #logo .icon-fblogo,
#header #logo .icon-bblogo,
#push_pop .logoWrapper div svg {
    display: inline-block;
    width: 100%;
    height: 100%;
}

#header #logobar .headercontainer .logo {
    background-color: transparent;
    width: 12.5rem;
    height: 1.9rem;
    position: absolute;
    left: 5.75rem;
    top: 0.95rem;
}

#header #logobar .headercontainer .logo .logo-boerenbusiness {
    width: 12.5rem;
    height: 1.65rem;
    stroke: var(--logokleur);
    fill: var(--logokleur);
    margin-top: 0.25rem;
}

#header #logobar .headercontainer .logo .logo-foodbusiness {
    width: 12.5rem;
    height: 1.8rem;
    /* stroke: var(--logokleur);
    fill: var(--logokleur); */
}

#header #logobar .headercontainer .logo .logo-farmerbusiness {
    width: 12.5rem;
    height: 1.65rem;
    margin-top: 0.35rem;
}

#logo {
    background-color: var(--logokleur);
    width: 3.9rem;
    height: 3.9rem;
    position: absolute;
    color: var(--mazda);
    padding: var(--logopadding);
}

#siteknoppen {
    position: absolute;
    right: 1rem;
    top: 0;
    height: 3.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

div#siteknoppen>* {
    box-shadow: -2px 3px 6px 0px #00000022;
}

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

a.knop,
button.knop {
    padding: 0.65rem 1.5rem 0.6rem;
    margin-left: 0.5rem;
    border-radius: 0.3rem;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    background-color: var(--tekstkleur);
}

a.knop:not(.service),
button.knop {
    background: transparent var(--gradient);
}

a.knop:not(.service):hover,
button.knop:hover {
    background: transparent var(--gradient_hover);
}

button.knop {
    border: unset;
    cursor: pointer;
}

a.knop.meticon {
    padding-right: 3rem;
}

a.knop .icon {
    fill: currentColor;
    width: 2.75rem;
    height: 1.2rem;
    position: absolute;
    top: 0.6rem;
    right: 0;
}

#siteknoppen a.service {
    background-color: var(--platinum);
    color: var(--mazda);
}

#siteknoppen a.inloggen {
    border: 2px solid var(--un_blue);
    color: var(--un_blue);
    line-height: 0.75em;
    background: var(--white);
    padding-right: 2.5rem;
    padding-left: 1.3rem;
    z-index: 2;
}

#siteknoppen a.nieuwsbrief {
    background-color: var(--tekstkleur);
}

#siteknoppen a.inloggen:hover {
    border-color: var(--azure);
    color: var(--azure);
}

#siteknoppen a.knop.inloggen.ingelogd {
    padding-left: 0.8rem;
    padding-right: 1.1rem;
    color: var(--denim);
    border-color: var(--denim);
}

#siteknoppen a.inloggen span.klein {
    display: none;
}

#siteknoppen a.inloggen span.groot {
    min-width: 5rem;
    height: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 7.5rem;
    text-align: center;
    margin-right: 0.75rem;
    min-width: 5.35rem;
}

#siteknoppen a.inloggen .icon {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: 0.15rem;
    right: 0.95rem;
}

#siteknoppen a.inloggen.ingelogd .icon {
    right: 0.5rem;
}

#siteknoppen a.inloggen span.klein .icon {
    right: unset;
    left: 0.95rem;
}

#siteknoppen a.inloggen .icon.icon-driehoek {
    transform: rotate(180deg);
    width: 0.8rem;
    height: 0.8rem;
    top: 0.8rem;
    margin-left: 0.6rem;
}

#siteknoppen a.inloggen span.klein .icon.icon-driehoek {
    margin-left: 1.65rem;
}

#siteknoppen ul.inlog {
    display: inline-block;
    position: relative;
}

ul.inlog>li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
}

#siteknoppen ul.uitlog {
    display: none;
    position: absolute;
    width: calc(100% - 3rem);
    margin-top: 1.9rem;
    padding-top: 0.1rem;
    background-color: var(--notknop3);
    z-index: 0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    min-width: 8rem;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

#siteknoppen ul.inlog.actief ul.uitlog {
    display: block;
}

#siteknoppen ul.uitlog li {
    text-align: right;
    padding: 0 1.5rem;
    height: 100%;
}

#siteknoppen ul.uitlog li.mijnbb {
    border-bottom: 1px solid #bfd4e1;
}

#siteknoppen ul.uitlog li.mijnfb {
    border-bottom: 1px solid #7a64a3;
}

li.mijnbb.actief,
li.mijnfb.actief {
    background-color: var(--tekstkleur);
}

ul.uitlog li a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 2.5em;
}

form#zoek {
    width: 16rem;
    text-align: right;
    display: inline-block;
    position: relative;
    height: 2.05rem;
    border-radius: 0.3rem;
}

form#zoek input {
    padding-left: 0.5rem;
    border: 1px solid var(--grijs1);
    font-family: var(--fontfam);
    color: #555;
    font-size: 0.8rem;
    height: 2.05rem;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0.3rem;
    background-color: var(--bgkleur);
}

form#zoek a {
    width: 2.05rem;
    height: 2rem;
    top: 0.05rem;
    background: var(--grijs1);
    position: absolute;
    right: 0;
    color: #515151;
    border-radius: 0.3rem;
}

form#zoek a .icon {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    top: 0.3rem;
    right: 0.35rem;
    stroke-width: unset;
}

#header #menubar {
    background-color: var(--menubalk);
    height: 2.75rem;
    line-height: 2.75rem;
}

#header #menubar>ul {
    max-width: 74rem;
    min-width: 47rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 0.65rem;
    height: 2.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.3rem;
}

#header #menubar>ul>li {
    height: 100%;
    padding: 0;
}

#header #menubar>ul>li>a {
    padding: 0.8rem 0.6rem 0 0.6rem;
    display: flex;
    color: var(--menuknop);
    height: 100%;
    align-items: center;
    border-bottom: 0.2rem solid transparent;
}

#header #menubar>ul>li.select>a,
#header #menubar>ul>li.actief>a,
#header #menubar>ul>li:not(.sub)>a:hover {
    border-bottom: 0.2rem solid var(--menuunderline);
}

.container {
    display: flex;
    gap: 0;
    justify-content: normal;
    flex-flow: row wrap;
    max-width: 74rem;
    min-width: 47rem;
    width: 100%;
    margin: 0 auto;
    padding: 1rem 1rem 0;
    /* min-height: 10rem; */
    align-items: flex-start;
}

body.futures .container {
    justify-content: space-between;
}

.rowwrap {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
}

.rowwrap.gerelateerd {
    margin-top: 8px;
    margin-bottom: 28px;
    justify-content: flex-start;
    width: calc(100% + var(--gap));
    margin-left: calc(-1 * var(--gap));
}

.rowwrap.gerelateerd a.item {
    width: calc(100% / 4 - var(--gap));
    position: relative;
    height: 300px;
    margin-left: var(--gap);
}

.rowwrap.gerelateerd a.item div.titels {
    position: absolute;
    top: 170px;
    left: 16px;
    background-color: var(--bgkleur);
    padding: 23px 8px;
    width: calc(100% - 32px);
    max-width: initial;
    margin: 0;
    border-radius: 6px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: #00000014 0px 0px 9px 2px;
}

.rowwrap.gerelateerd a.item div.titels h3 {
    font-size: 15px;
}

.rowwrap.gerelateerd a.item div.titels h2 {
    line-height: 28px;
    font-size: 21px;
}

.rowwrap.koersen {
    margin-bottom: 0;
    margin-top: -1rem;
    flex-wrap: nowrap;
    height: 3.25rem;
    align-items: center;
}

.koerstop {
    width: auto;
    color: var(--mazda);
    font-weight: 500;
    font-size: 0.7rem;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.1rem;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.3rem 0.7rem 0.2rem;
}

span.stock {
    padding: 0.1rem 0.2rem 0.1rem 0.3rem;
    background-color: #505051;
    border-radius: 0.2rem;
}

.chartwrap .grafiektitel span.stock {
    width: calc(100% - 85px);
    width: calc(100% - 110px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-top: -1px;
    box-shadow: 2px 1px 5px 1px #333;
}

.koerstop:hover {
    background-color: var(--seasalt);
    border-radius: 0.2rem;
}

.koerstop span.price {
    font-size: 0.7rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1.3rem;
}

.koerstop i {
    text-transform: none;
    font-size: 0.55rem;
    color: #a2a5a7;
    width: 100%;
}

.chartwrap .grafiektitel span.diff,
.koersen .koerstop span:not(.price) {
    color: #cccccc;
    font-family: 'Fira Sans';
    font-weight: 400;
    line-height: 0.8rem;
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
    display: inline-block;
    margin-left: 0.35rem;
    border-radius: 0.2rem;
    position: absolute;
    right: 6%;
}

.rowwrap.koersen .koerstop span:not(.price) {
    right: unset;
    position: relative;
    margin-left: unset;
    margin-top: -0.15rem;
}

.chartwrap .grafiektitel span.diff.red,
.koersen .koerstop span.red {
    color: var(--white);
    background-color: var(--redwood);
}

.chartwrap .grafiektitel span.diff.green,
.koersen .koerstop span.green {
    color: var(--white);
    background-color: var(--zomp);
}

.flexkolom {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 0;
    width: calc(100% - 336px - (1.5*var(--gap)));
    min-width: 565px;
    align-items: flex-start;
    gap: var(--hgap) var(--gap);
    padding-top: 1.5rem;
}

.rechterkolom {
    display: flex;
    justify-content: flex-start;
    flex-flow: column wrap;
    width: 336px;
    margin-left: calc(1.5*var(--gap));
    padding-bottom: var(--gap);
}

.rechterkolom>* {
    margin: 1.5rem 0 0 0;
}

.flexkolom a.item,
.halvekolom a.item {
    width: calc((100% - var(--gap) - var(--gap))/3);
    /* padding: 0 0 23px; */
}

.flexkolom a.item.headline {
    width: calc((100% - var(--gap))/2);
    margin-bottom: 3rem;
    background-color: transparent;
    height: 17.65rem;
}

a.item img {
    height: 9.85rem;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 0.3rem;
}

a.item.headline img {
    height: 16.5rem;
}

a.item.headline div.titels {
    bottom: -2.5rem;
    background-color: var(--bgkleur);
    box-shadow: 0.6rem -0.45rem 0.5rem 0px #00000036;
    position: absolute;
    padding: 1rem 0 0.6rem 0.5rem;
    min-width: 92%;
    box-sizing: border-box;
    border-top-right-radius: 0.4rem;
}

div.titels h2 {
    line-height: 1.6rem;
    font-size: 1.2rem;
}

a.headline div.titels h2 {
    line-height: 1.7rem;
    max-width: 20rem;
    font-size: 1.45rem;
}

div.titels h3 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 0.75rem;
}

a.headline div.titels h3 {
    font-size: 0.85rem;
    line-height: 1.5rem;
}

div.titels h3 span {
    font-weight: 400;
    font-size: 0.75rem;
}

a.headline div.titels h3 span,
a.headline1 div.titels h3 span {
    font-size: 0.85rem;
    font-size: inherit;
}

div.titels h3 span.inside {
    padding-left: 1.6rem;
    position: relative;
}

a.headline1 div.titels h3 span.inside,
a.headline div.titels h3 span.inside {
    padding-left: 1.75rem;
}

div.titels h3 span .icon-bb,
div.titels h3 span .icon-fb,
div.titels h3 span .icon-fab {
    width: 1.3rem;
    height: 1.3rem;
    stroke-width: 0;
    stroke: currentColor;
    fill: var(--tekstkleur_dun);
    background-color: var(--bgkleur);
    position: absolute;
    top: -0.25rem;
    left: 0;
    background-color: var(--bgcolor);
}

a.headline1 div.titels h3 span .icon-bb,
a.headline1 div.titels h3 span .icon-fb,
a.headline1 div.titels h3 span .icon-fab,
a.headline div.titels h3 span .icon-bb,
a.headline div.titels h3 span .icon-fb,
a.headline div.titels h3 span .icon-fab {
    width: 1.4rem;
    height: 1.4rem;
    top: -0.35rem;
    fill: var(--tekstkleur_dun);
}

a.item:not(.headline1):not(.extra):not(.smaller):not(.middenlijst):not(.lastcolumns):not(.dossierheadline) div.titels h3 {
    margin-bottom: 0.3rem;
}

a.item:not(.headline):not(.headline1):not(.headline2):not(.middenlijst):not(.extra):not(.lastcolumns):not(.smaller):not(.allecolumns):not(.sectortegel):not(.lastanalyse):not(.dossierheadline):not(.actueellijst):not(.subm) div.titels {
    margin-top: 0.85rem;
    max-width: 20rem;
}

.chartwrap,
.stockwrap,
.weerwrap {
    height: 350px;
    background-color: var(--grafiekkleur);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    gap: 0;
    margin: 36px 0 0;
}

.chartwrap div.grafiekenkop,
.stockwrap div.koersenkop,
div.futureskop {
    width: 100%;
    box-sizing: border-box;
    margin: 18px 26px 0;
    color: #fff;
    font-family: 'Bree Serif';
    font-size: 24px;
    line-height: 1em;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 16px;
    position: relative;
}

div.futureskop {
    border-bottom: 0px;
    margin: 0;
}

div.grafiekentitel div.grafiekenkop {
    width: unset;
    border: none;
}

.chartwrap .grafiektitel {
    width: calc(100% / 4);
    height: 40px;
    box-sizing: border-box;
    padding: 12px 0 0 24px;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    font-size: 15px;
}

div.grafiekentitel {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
}

div.grafiekentitel a {
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin-right: 14px;
}

div.koersenkop .icon,
div.grafiekenkop .icon,
div.grafiekentitel .icon,
.grafiektitel .icon {
    width: 32px;
    height: 32px;
    stroke-width: 0;
    stroke: #fff;
    fill: #fff;
    top: 3px;
    position: absolute;
    right: 0;
}

div.grafiekentitel .icon {
    padding: 4px;
    border-radius: 4px;
    top: unset;
    right: unset;
    cursor: pointer;
    position: static;
}

div.grafiekenkop>a {
    position: static;
}

div.grafiekenkop .icon,
div.grafiekentitel .icon {
    padding: 4px;
    border-radius: 4px;
    top: -1px;
    right: -4px;
    cursor: pointer;
}

.rowwrap.chartwrap div.grafiek {
    width: calc(100% / 4);
    height: 260px;
}

.chartwrap div.grafiek iframe {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.flexkolom a.item.headline1,
.flexkolom a.item.headline2 {
    height: 350px;
    width: calc((100% - 20px - var(--gap))/2);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    max-width: calc((1070/605) * 350px);
    padding: 0;
}

.flexkolom a.item.headline1 {
    width: 100%;
    height: 400px;
    height: 380px;
    max-width: none;
    background-color: var(--tussentint);
    display: flex;
    gap: 0;
    justify-content: center;
    flex-flow: column wrap;
}

.flexkolom a.item.headline1.uitgelicht {
    margin-bottom: 30px;
    margin-top: 30px;
}

a.item.headline1 img {
    height: 330px;
    width: calc((562/1074) * 100%);
    position: absolute;
    top: 25px;
    right: 25px;
}

a.item.headline1 div.titels,
.opiniemaker a.item:not(.subm) div.titels {
    margin: 0;
    max-width: none;
    width: calc((1074 - 562 - 35) / 1074 * 100%);
    box-sizing: border-box;
    padding: 0 40px 0 51px;
}

a.headline1 div.titels h3 {
    font-size: 17px;
    line-height: 30px;
}

a.headline1 div.titels h2 {
    line-height: 41px;
    font-size: 31px;
    margin-top: 10px;
}

a.headline1 div.titels div.introtekst {
    margin-top: 25px;
    font-size: 14px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}

a.headline1.uitgelicht div.titels div.introtekst {
    max-height: 80px;
}

a.headline1 div.titels div.verder {
    display: flex;
    gap: 0;
    justify-content: left;
    flex-flow: row wrap;
    width: 100%;
}

a.headline1 div.titels div.verder span {
    position: relative;
    display: inline-block;
}

a.headline1 div.titels div.verder span.meer {
    font-size: 14px;
    padding: 13px 24px 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 25px;
    box-sizing: border-box;
    font-weight: 500;
    width: auto;
    /* background-color: var(--tekstkleur); */
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;

    background: transparent var(--gradient);
}

a.headline1 div.titels div.verder span.meer:hover {
    background: transparent var(--gradient_hover);
}

.rechterkolom .bbv_mg,
.rechterkolom .bb_tour {
    width: 100%;
    box-sizing: border-box;
    height: 400px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: flex;
    gap: 0px;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.bbv_mg a.tabknop,
.bb_tour a.tabknop {
    width: 50%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    padding: 14px 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-color: var(--bgkleur);
}

.bbv_mg a.tabknop.actief,
.bb_tour a.tabknop.actief {
    /* border: 1px solid #dcdcdc; */
    background-color: var(--tussentint);
    color: var(--tekstkleur_dun);
    color: #333;
    border-bottom: none;
}

.bbv_mg a.tabknop:not(.actief),
.bb_tour a.tabknop:not(.actief) {
    color: #808080;
    background-color: var(--tussentint);
    border: 1px solid var(--tussentint);
    border-bottom: 1px solid #dcdcdc;
}

.bbv_mg a.tabknop.dummy {
    /* background-color: transparent; */
    border: none;
    /* border-bottom: 1px solid #dcdcdc; */
}

.bbv_mg>div,
.bb_tour>div {
    display: block;
    height: 350px;
    width: 100%;
    /* border: 1px solid #dcdcdc; */
    box-sizing: border-box;
    border-top: none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    display: none;
    background-color: var(--bgkleur);
    background-color: var(--tussentint);
}

.bbv_mg>div.actief {
    display: block;
}

.bbv_mg>div ul {
    padding: 1px 0 4px;
    display: flex;
    justify-content: space-around;
    flex-flow: column wrap;
    height: 349px;
    box-sizing: border-box;
    overflow: hidden;
}

.bbv_mg>div ul li a {
    display: flex;
    padding: 8px 8px 0;
    font-size: 14px;
}

div.gelezen ul li a {
    padding: 8px 30px 7px 8px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

div.gelezen ul li a:hover {
    background-color: var(--platinum);
}

.bbv_mg>div ul li a span:not(.hoofdkop) {
    /* color: var(--tekstkleur_dun); */
    font-weight: 500;
    width: 48px;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    padding-left: 6px;
    font-size: 12px;
}

div.gelezen ul li a span:not(.hoofdkop) {
    display: block;
    /* color: var(--tekstkleur_dun); */
    padding-left: 16px;
    font-size: 20px;
    margin-top: -4px;
}

span.hoofdkop {
    width: calc(100% - 48px);
    font-size: 14px;
}

.bbv_mg a#vandaag,
.bb_tour a#deelnemers {
    padding-left: 30px;
}

.meernieuwsknop {
    width: 100%;
    margin-bottom: calc(2 * var(--gap));
    text-align: center;
}

.meernieuwsknop a {
    background: var(--white);
    border: 2px solid var(--azure);
    color: var(--azure);
    /* font-weight: 500; */
    line-height: 0;
    font-size: 15px;
    padding: 20px 45px 18px 24px;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-transform: uppercase;
    position: relative;
    height: 40px;
    box-sizing: border-box;
    z-index: 2;
}

.meernieuwsknop a .icon {
    display: inline-block;
    width: 42px;
    height: 16px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    top: 12px;
    position: absolute;
}

.meernieuwsknop .middellijn {
    background: var(--azure);
    height: 2px;
    margin-top: -20px;
    z-index: 1;
}

.meernieuwsknop a:hover,
.businesscasewrap .meernieuwsknop a:hover,
.actueelbreak .meernieuwsknop a:hover,
.sidebarnotering .meernieuwsknop a.meernoteringen:hover {
    border-color: var(--denim);
    color: var(--denim);
}

.sidebarnotering .meernieuwsknop {
    margin-top: 6px;
    margin-bottom: 24px;
}

.rechterkolom div.lastcolumnswrap {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    /* margin-top: 0; */
}

a.item.lastcolumns {
    display: flex;
}

.rechterkolom a.item.lastcolumns.first {
    margin-top: 0;
    height: 278px;
    margin-bottom: 10px;
    width: 100%;
}

.lastcolumns.first img {
    height: 160px;
}

.rechterkolom a.item.lastcolumns.first div.titels {
    width: 310px;
    margin: 0 13px 0;
    background-color: var(--tussentint);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 4px 4px;
    position: absolute;
    text-align: center;
    height: 130px;
    display: flex;
    gap: 0;
    justify-content: center;
    flex-flow: column wrap;
    bottom: 0;
}

.lastcolumns.first div.titels img {
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -38px;
    left: calc(50% - 38px);
}

a.item.lastcolumns.first div.titels h3 {
    margin-top: 30px;
    font-size: 15px;
}

a.item.lastcolumns div.titels h2 {
    line-height: 24px;
    font-size: 19px;
    padding-right: 20px;
}

a.item.lastcolumns.first div.titels h2 {
    padding: 0px 22px;
    margin-top: 5px;
}

a.item.lastcolumns:not(.first) {
    border-bottom: 1px var(--grijs1) solid;
    padding-bottom: 26px;
    margin-top: 20px;
}

a.item.lastcolumns:not(.first) img {
    width: 76px;
    height: 76px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

a.item.lastcolumns:not(.first):last-of-type {
    border: none;
    margin-top: 26px;
}

a.item.sectortegel {
    height: 320px;
    margin-top: 60px;
}

.rechterkolom a.item.sectortegel img {
    height: 170px;
}

.rechterkolom a.item.sectortegel div.titels {
    width: 316px;
    margin: -16px 10px 0;
    background-color: var(--tussentint);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 4px;
    position: absolute;
    text-align: center;
    height: 166px;
    display: flex;
    gap: 0;
    justify-content: center;
    flex-flow: column wrap;
}

.sectortegel div.titels .label {
    width: 100%;
    position: absolute;
    top: -16px;
}

.sectortegel div.titels .label span {
    color: var(--azure);
    background-color: var(--white);
    font-family: 'Fira Sans';
    font-weight: 400;
    line-height: 0px;
    font-size: 13px;
    padding: 16px 14px 14px;
    display: inline-block;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
    border: 2px solid var(--azure);
}

.sectortegel div.titels .label span::after {
    content: 'Interview';
}

a.item.sectortegel div.titels h3 {
    margin-top: 16px;
}

a.item:not(.headline1):not(.extra):not(.smaller):not(.middenlijst):not(.lastcolumns):not(.dossierheadline) div.titels h3 {
    margin-bottom: 6px;
}

/* Artikelpagina */
.flexkolom .kopfoto {
    background-size: cover;
    margin: 5px 7px 0 36px;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 54.286% 0 0 0;
    box-sizing: border-box;
    min-height: 400px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.flexkolom .kopfoto.geenfoto {
    padding: 0;
    min-height: 125px;
}

.kopfoto>div {
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 240px;
    width: 100%;
    filter: glow(color=black, strength=1), alpha(opacity=9);
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=3, OffY=3, Color=#99cc99);
    background-image: -moz-linear-gradient(transparent, rgba(0, 11, 22, 0.6));
    background-image: -webkit-linear-gradient(transparent, rgba(0, 11, 22, 0.6));
    background-image: -o-linear-gradient(transparent, rgba(0, 11, 22, 0.6));
    background-image: -ms-linear-gradient(transparent, rgba(0, 11, 22, 0.6));
    background-image: linear-gradient(transparent, rgba(0, 11, 22, 0.6));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00212121', endColorstr='#66212121');
}

.rechterkolom.artikel {
    margin-top: 5px;
    justify-content: flex-start;
    /* --gap: 45px; */
    /* background-color: #76439414; */
}

.artikelbody {
    width: 100%;
    position: relative;
    z-index: 99;
    background-color: var(--bgkleur);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: -152px 40px 0 100px;
    padding: 42px 36px 0 50px;
}

.artikelbody p a:not(.hide-text):not(.knop):not(.flitsknop):not(.marketing div:nth-of-type(3)>a),
.artikelbody div:not(.marketing_info) a:not(.hide-text):not(.knop):not(.flitsknop):not(.marketing div:nth-of-type(3)>a),
.artikelbody ul li a {
    color: var(--tekstkleur_dun) !important;
    text-decoration: underline !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}

.artikelbody div.pubdatetitel a {
    color: #8a8a8a !important;
    text-decoration: none !important;
    float: right;
    margin-right: 20px;
}

.artikelbody a span.aantalreactie svg.icon-reacties {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    fill: currentColor;
}

/* .artikelbody .credits {
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
    padding: 2px 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    position: absolute;
    right: -238px;
    top: -123px;
    width: 370px;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: .5px;
}

.artikelbody .credits span {
    font-size: calc(0.015 * 980px);
} */

.credits {
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
    padding: 2px 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    position: absolute;
    right: -168px;
    bottom: 180px;
    width: 370px;
    box-sizing: border-box;
    font-weight: 300;
    letter-spacing: .5px;
}

.credits span {
    font-size: calc(0.015 * 980px);
}

.artikelbody span.inabo,
.artikelbody a.inabo {
    position: absolute;
    right: 14px;
    top: -55px;
    display: block;
    background-color: var(--inabo);
    color: var(--inabotekst);
    padding: 4px 14px 3px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

div.social,
div.social2 {
    position: absolute;
    width: 65px;
    left: -150px;
    background-color: var(--bgkleur);
    text-align: center;
    box-shadow: #00000014 0px 0px 9px 2px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    top: -42px;
    box-sizing: border-box;
    padding: 10px 0;
    z-index: 5;
}

div.social2 {
    position: fixed;
    width: auto;
    left: 29%;
    top: 6px;
    z-index: 1000;
    padding: 5px;
}

div.social2 .share_box {
    flex-direction: row;
    flex-wrap: nowrap;
}

div.social.sticky {
    position: fixed;
    left: 232px;
    top: 192px;
}

.share_box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}

.share_box .share-btn {
    display: flex;
    border-radius: 8px;
}

.share-btn .icon {
    width: 24px;
    height: 24px;
    fill: #999;
    background-color: var(--bgkleur);
    padding: 8px;
    border-radius: 7px;
    box-sizing: content-box;
}

.share-btn:hover .icon {
    fill: #fff;
}

.share-btn:hover .icon-facebook2 {
    background-color: #3b5998;
}

.share-btn:hover .icon-linkedin {
    background-color: #0077b5;
}

.share-btn:hover .icon-twitter2 {
    background-color: #1da1f2;
}

.share-btn:hover .icon-x_logo {
    background-color: #0f1419;
}

.share-btn:hover .icon-whatsapp {
    background-color: #4dc247;
}

.share-btn:hover .icon-mail2 {
    background-color: #a3a3a3;
}

.artikelbody img {
    max-width: fit-content;
    width: 100%;
    height: auto;
    border-radius: 8px;
    /* max-height: 50vh; */
}

.artikelbody div.poweredby img {
    border-radius: unset;
    max-width: 180px;
    max-height: 120px;
    width: auto;
}

.artikelbody ol,
.artikelbody ul {
    margin-top: -12px;
    padding-left: 2.3em;
    font-size: 21px;
    line-height: 1.5em;
}

.artikelbody ol li ul,
.artikelbody ul li ol {
    margin-top: 12px;
    padding-left: 1em;
}

.artikelbody ul {
    list-style: disc outside;
}

.artikelbody ul ul {
    margin-top: 5px;
    list-style: circle;
}

.artikelbody ol {
    list-style: decimal outside;
}

.artikelbody ul li {
    padding-left: 6px;
}

.artikelbody ol li {
    padding-left: 12px;
}

div.artikelbody h1 {
    margin-top: 20px;
    font-size: 49px;
    line-height: 1.2em;
    margin-bottom: 20px;
    max-width: 720px;
}

div.artikelbody h2 {
    font-family: 'Fira sans';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24.5px;
}

.artikelbody .pubdatetitel {
    font-size: 19px;
    line-height: 2em;
}

.artikelbody p,
.reacties {
    font-size: 21px;
    margin-left: -10px;
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.artikelbody p>span {
    font-weight: inherit !important;
    font-size: inherit !important;
}

.artikelbody p>b {
    font-size: inherit !important;
}

.artikelbody>p:first-of-type,
.artikelbody>span>p:first-of-type {
    font-size: 22px;
    font-weight: 500;
}

.artikelbody p strong,
.artikelbody td strong,
.artikelbody li strong,
.artikelbody p b,
.artikelbody td b,
.artikelbody li b {
    font-weight: 500;
}

.artikelbody p i,
.artikelbody p em {
    font-style: italic;
    font-size: inherit;
}

.dataviewwrap:not(.dv_tabel) {
    border: 1px solid var(--tussentint);
    box-sizing: border-box;
    padding: 0 0 4px;
    background: var(--tussentint);
    margin-left: -10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-bottom: 2em;
}

.dataviewwrap.dcamish {
    padding-top: 1em;
}

.dataview {
    font-family: "Fira Sans Condensed";
    font-weight: 300;
    display: block;
    position: relative;
    margin: 0 2%;
}

.dataview div.chartdiv {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

g[role=switch] {
    display: block;
}

g[role=scrollbar] g g[fill-opacity='0.8'] {
    fill: var(--scrollbalk);
}

g[role=scrollbar] g[fill-opacity='0.5'] path {
    fill: var(--scrollbalkactief);
}

g[role=region]>g>g>g[style='user-select: none;'] text:nth-child(1)>tspan {
    font-family: 'Fira Sans';
    /*font-family: 'Bree serif';*/
    font-weight: 500;
}

g[aria-labelledby*="id-"][aria-labelledby*="-title"][filter*="url("] {
    display: none;
}

/* Afbeelding in tekst */
figure {
    margin-block-start: 1em;
    margin-block-end: 2em;
    margin-inline-start: -10px;
    margin-inline-end: 0;
    box-sizing: border-box;
}

figure img {
    width: 100% !important;
    height: auto;
    border-radius: 8px;
}

/* Tabellen */
.artikelbody table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    margin-top: 20px;
}

.artikelbody table tr td {
    padding: 4px 3px;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.artikelbody table.lijst {
    margin: 40px 0 40px -10px;
}

table.lijst tr:first-of-type td {
    background-color: var(--tabelheader);
    color: #fff;
    font-weight: 500 !important;
    border: none;
}

table.lijst tr td {
    text-align: right !important;
    text-align: right !important;
    height: auto !important;
    vertical-align: initial !important;
    white-space: initial !important;
    width: auto !important;
}

table.lijst tr td:first-of-type {
    padding: 1.2em 0 1.2em 1em;
    text-align: left !important;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

table.lijst tr td:last-of-type {
    padding: 1.2em 1em 1.2em 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

table.bedrijfsreportage {
    margin: 0 0 18px;
    width: 48% !important;
    background-color: #f5f6f9;
    float: left;
    margin-right: 22px;
}

table.bedrijfsreportage tr:first-of-type td {
    background-color: #ffdd00;
    border-bottom: none;
    margin-bottom: 0px;
    padding: 10px 8px 7px;
    font-size: 20px;
    font-weight: 400;
}

table.bedrijfsreportage tr td {
    padding: 10px 16px 8px;
    font-size: 17px;
    line-height: 1.6em;
}

table.bedrijfsreportage tr td p {
    font-size: 17px;
    line-height: 1.6em;
    margin: 0;
}


/* Bronvermeldingen */
tr.bronvermelding td,
.dataviewwrap p,
figcaption,
div.onderschrift {
    font-size: 16px !important;
    color: #9c9c9c;
    font-weight: 300 !important;
}

figcaption,
div.onderschrift {
    margin: 0 0 0 8px;
    padding-left: 45px;
    padding-right: 14px;
}

figcaption .icon-driehoek,
div.onderschrift .icon-driehoek {
    width: 19px;
    height: 19px;
    margin: 0 26px 0 -45px;
    fill: var(--tekstkleur);
}

/* Watcher */
div#watcher,
div#columnist {
    padding: 30px 50px 20px 40px;
    margin: 50px 0 24px -10px;
    border: 1px solid var(--tussentint);
    border-radius: 6px;
    background-color: var(--tussentint);
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    box-sizing: border-box;
}

div#watcher {
    flex-direction: row-reverse;
}

.artikelbody div#columnist {
    cursor: pointer;
}

.artikelbody div#columnist:hover {
    background-color: var(--grijs1);
}

div#watcher.freelance {
    padding: 20px 0 0 2px;
    border: none;
    border-top: 1px solid #cecece;
    border-radius: 0;
    background-color: transparent;
    flex-direction: row;
}

.watchernaam,
.columnistnaam {
    width: calc(100% - 125px - 40px);
}

body.podcast .watchernaam,
body.podcast .columnistnaam {
    width: 100%;
}

div#watcher img.watcher {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background-color: var(--bgkleur);
}

div#columnist img.columnist {
    width: 94px;
    height: 94px;
    border-radius: 50%;
}

div#watcher h2,
div#columnist h2 {
    font-weight: 500;
    font-size: 21px;
    line-height: 2em;
    text-transform: inherit;
    font-family: 'Fira sans';
}

div#watcher>div div.bio,
div#columnist>div div.bio {
    font-size: 16px;
}

.bio a {
    text-decoration: underline;
}

div#watcher .social_watcher,
div#columnist .social_columnist {
    margin-top: 20px;
}

div#watcher .social_watcher a,
div#columnist .social_columnist a {
    margin-right: 8px;
}

div#watcher .social_watcher .icon,
div#columnist .social_columnist .icon {
    background-color: var(--grafiekkleur);
    fill: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 3px;
    box-sizing: border-box;
}

div#watcher .social_watcher .icon-linkedin,
div#columnist .social_columnist .icon-linkedin {
    padding: 0px 6px 2px;
}

div#watcher .social_watcher .icon-x_logo,
div#columnist .social_columnist .icon-x_logo {
    padding: 6px;
}

p.copyright {
    font-size: 90% !important;
    line-height: 1.25em;
    text-align: right;
    color: #ccc;
    font-weight: 300 !important;
    padding-right: 5px;
}

p.copyright span {
    display: none;
}

.nodisplay {
    display: none;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
}

.quickbuttons {
    width: 100%;
    display: flex;
    gap: 20px;
}

.quickbuttons a {
    padding: 8px 20px;
    border-radius: 16px;
    background-color: var(--tussentint);
    color: #8d8d8d;
    line-height: 21px;
}

.quickbuttons a.actief {
    background-color: var(--tekstkleur);
    color: var(--mazda);
}

.quickbuttons a:not(.actief):hover {
    background: var(--gradient);
    color: #fff;
}

html.fab body.crops,
html.fab body.potatoes,
html.fab body.onions,
html.fab body.wheat,
html.fab body.corn,
html.fab body.soybeans,
html.fab body.sugar,
html.fab body.canola,
html.fab body.fertilizers,
html.fab body.energy {
    background-position-y: -75px;
}

.lazyscroll {
    width: calc(100% + var(--gap));
    padding-bottom: 3rem;
}

.lazyscroll.search {
    padding-top: 70px;
}

.lazyscroll a.item.headline1 {
    background-color: transparent;
}

.flexkolom.lazyscroll a.item {
    width: calc((100% - var(--gap))/2.06);
    height: 223px;
    justify-content: flex-start;
}

.lazyscroll a.item.headline1 img {
    top: 18px;
    height: 187px;
    right: 0;
    width: calc(50% - 8px);
}

.lazyscroll a.item.headline1 div.titels {
    padding: 18px 18px 0;
    width: 50%;
    max-height: 227px;
    overflow: hidden;
    box-sizing: border-box;
}

.lazyscroll a.item.headline1 div.titels {
    padding-left: 0;
}

.lazyscroll a.headline1 div.titels h3 {
    line-height: calc(0.4vw + 10px);
    font-size: calc(0.4vw + 7px);
}

.lazyscroll a.headline1 div.titels h2 {
    line-height: calc(0.6vw + 15px);
    font-size: calc(0.6vw + 12px);
    margin-top: 2px;
}

.lazyscroll a.item.headline1 div.intro {
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    max-height: 87px;
}

a.item span.datum {
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    padding-top: 4px;
    display: inline-block;
}

.lazyscroll a.headline1 div.titels h3 span .icon-fab {
    width: 1.1rem;
    height: 1.1rem;
    top: -.2rem;
}

.lazyscroll a.headline1 div.titels h3 span.inside {
    padding-left: 1.45rem;
}

.loader {
    width: 100%;
    display: flex;
    margin-bottom: 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

#spinner {
    border: 0.4rem solid var(--tussentint);
    border-radius: 50%;
    border-top: 0.4rem solid var(--azure);
    width: 2.5rem;
    height: 2.5rem;
    animation: spin 1s linear infinite;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sidebarnotering {
    background-color: var(--sidebarnotering);
    border-radius: 6px;
    padding: 17px 20px 12px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.sidebarnotering span.notering_titel,
.sidebarnotering div.titel {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}

.sidebarnotering div.titel {
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 12px;
    font-size: 18px;
}

.sidebarnotering a:not(.meernoteringen) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin: 4px 0 16px;
    margin-bottom: 14.5px;
}

.sidebarnotering.updates a:not(.meernoteringen) {
    margin-right: 12px;
}

span.ico .icon {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-left: -2px;
}

.sidebarnotering span.ico {
    width: 16px;
    color: #999;
}

span.ico.down .icon {
    transform: rotate(45deg);
}

span.ico.up .icon {
    transform: rotate(-45deg);
}

span.ico.down {
    color: #dd472f;
}

span.ico.up {
    color: #09b900;
}

.sidebarnotering span.omschr {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}

span.change {
    position: absolute;
    left: -40px;
    top: -1px;
    padding: 1px 3px 0;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.sidebarnotering span.onderschrift,
.sidebarnotering span.update {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    line-height: 19px;
    justify-content: space-between;
    position: relative;
}

span.update>span {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

span.change.down {
    color: #dd472f;
}

span.change.up {
    color: #09b900;
}

.paginatitel {
    font-family: "Fira Sans";
    font-weight: 400;
    font-size: 28px;
    line-height: 2.3em;
    width: 100%;
    margin-top: -19px;
    color: var(--mazda);
}

/* Grafieken */
.marketdata .container {
    justify-content: space-between;
}

.keuzekolom {
    /* width: 320px; */
    width: 22.2%;
    margin-top: -8px;
}

.keuzekolom .feedback {
    margin-top: 30px;
    font-size: 14px;
}

.keuzekolom .feedback a {
    color: var(--tekstkleur_dun) !important;
    text-decoration: underline !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}

.container .data {
    /* width: calc(100% - 320px - 30px); */
    width: calc(100% - 22.2% - 30px);
    margin-top: -8px;
    position: relative;
}

.pat .data .patwrap {
    position: relative;
    height: calc(50vw - 40px);
    min-height: 440px;
    max-height: 560px;
}

.patwrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    max-width: 900px;
}

.container .data div.knopwrap {
    height: 41px;
}

.container .data .knopwrap a.knop {
    display: none;
}

.container .data a.knop.aan {
    display: inline-block;
}

#grafiek,
#grafiek1,
#grafiek2 {
    margin-top: 30px;
    width: 100%;
    min-width: 600px;
    /* max-width: 1100px; */
    position: relative;
    height: calc(((90vw - 320px - 30px))*(50/60));
    min-height: 440px;
    max-height: 630px;
    margin-bottom: 20px;
}

#grafiek iframe,
#grafiek1 iframe,
#grafiek2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    border-radius: 8px;
}

#bron {
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
}

/* Opiniemaker */
.flexkolom.opiniemaker {
    width: 100%;
}

.opinieoverzicht {
    width: 100%;
    margin-top: 6px;
}

.opinieoverzicht div#columnist {
    margin: 0;
    max-width: 800px;
}

.flexkolom a.item.allecolumns {
    width: calc((100% - var(--gap))/2);
    height: 185px;
    max-width: none;
    background-color: transparent;
    display: flex;
    gap: 0;
    justify-content: flex-start;
    flex-flow: column wrap;
}

.opiniemaker a.item img {
    height: 160px;
    width: calc(45% - 18px);
}

.opiniemaker a.item:not(.subm) div.titels {
    margin: 0;
    max-width: none;
    width: 50%;
    /* box-sizing: border-box; */
    padding: 18px 18px 0 0;
    max-height: 227px;
    overflow: hidden;
}

.flexkolom.opiniemaker a.item div.titels h2 {
    line-height: calc(0.6vw + 15px);
    font-size: calc(0.6vw + 12px);
    margin-top: 2px;
}

.opiniemaker a.item span.datum {
    margin-top: 30px;
}

div#metadata {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 40px;
}

.meta {
    margin-top: 20px;
}

.meta .md {
    margin-left: 20px;
    font-size: 13px;
    font-weight: 300;
}

.md a {
    text-decoration: underline;
    color: var(--notknop2);
    font-weight: 400;
    text-underline-offset: 2px;
}

.meta h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    font-weight: 300;
    font-size: 14px;
}

.meta h4 span {
    width: 12px;
    height: 14px;
    margin-right: 6px;
    border-radius: 4px;
    margin-top: -2px;
}

.meta .nr1 {
    background-color: #11435e;
}

.meta .nr2 {
    background-color: #1b96d8;
}

.meta .nr3 {
    background-color: #a9b2d1;
}

#infobox,
#paywallbox {
    /* display: none; */
    position: absolute;
    top: 22%;
    left: 13%;
    width: 74%;
    height: auto;
    background-color: var(--grijs1);
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 3px 3px 8px 0px;
    color: var(--scrollbalkactief);
    padding: 4% 5%;
    font-family: 'Fira Sans';
    font-size: 18px;
    font-size: 16px;
}

#infobox {
    background-color: var(--bgkleur);
    box-shadow: none;
}


#paywallbox {
    display: none;
    top: 19%;
}

#paywallinfo .aanbodabo {
    margin-top: 0;
    justify-content: flex-start;
    flex-direction: column;
}

#paywallinfo .vraag_footer {
    margin-top: 0.4em;
}

#paywallinfo .vraag_footer h4 {
    display: flex;
    flex-direction: column;
    gap: 0.6em;
    font-size: 1.2em;
    align-items: flex-start;
    margin-top: 1.1em;
}

#paywallinfo .vraag_header h4 a,
#paywallinfo .vraag_footer h4 a {
    color: #fff;
}

#paywallinfo a.knop {
    font-size: 1em;
    padding: 0.555em 1.111em;
    font-weight: 400;
    margin-left: 0;
    border-radius: 6px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
    line-height: 1em;
    background-color: var(--tekstkleur);
    background: transparent var(--gradient);
    text-decoration: none;
    display: flex;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1em;
}

#paywallinfo a.knop.abonneren {
    color: var(--contrasttekstkleur);
    background-color: var(--contrastkleur);
}

#paywallinfo a.knop .icon {
    width: 1.2em;
    height: 1.2em;
    position: static;
    fill: currentColor;
}

.infobox>* {
    color: #000;
}

.infobox h2 {
    font-family: 'Fira Sans';
    font-weight: 500;
    margin-bottom: 0.5em;
    width: calc(100% - 2em);
    line-height: 1.3em;
}

.infobox h3 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 1em;
}

.infobox ul {
    margin-top: 2em;
}

.infobox li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 1em;
    margin-bottom: 1em;
    align-items: center;
    line-height: 1.4em;
}

.infobox p {
    font-size: 0.888em;
}

.infobox .bottom {
    display: flex;
    /* flex-direction: row-reverse; */
    flex-wrap: nowrap;
    justify-content: center;
}

.infobox img {
    margin-top: 2em;
}

#paywallinfo .infobox img {
    margin-top: -7em;
}

.infobox p a {
    text-decoration: underline;
    color: var(--tekstkleur_dun)
}

.infobox>span.close {
    background-color: var(--grafiekkleur);
    color: #fff;
    display: none;
}

.breaker {
    background-color: var(--tussentint);
    margin-top: 30px;
}

.breaker .container {
    padding: 34px 20px;
    min-height: 0;
}


.breaker.black .container {
    padding: 15px 0 18px;
}

.nomargin {
    margin: 0;
}

.breaker.black {
    background-color: var(--mazda);
    color: #fff;
}

.black a {
    color: #fff;
}

/* footer */
.rowwrap.footer {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 170px;
    justify-content: flex-start;
}

/* .rowwrap.footer>div {
    width: 25%;
} */

.rowwrap.footer div.footerlogo {
    width: 460px;
    position: relative;
}

.rowwrap.footer div.footerlogo div.fab {
    background-color: var(--logokleur);
    width: 50px;
    height: 50px;
    color: var(--mazda);
    box-sizing: border-box;
    display: inline-block;
    margin-right: 11px;
    margin-top: 9px;
    padding: 2px;
}

.rowwrap.footer div.footerlogo div.farmerbusiness {
    /* width: calc(100% - 443px);
    height: 33px; */
    color: var(--mazda);
    box-sizing: border-box;
    display: inline-block;
    top: 19px;
    position: absolute;
}

/* .rowwrap.footer div.footerlogo div.boerenbusiness {
    top: 22px;
} */

.rowwrap.footer div.footerlogo div svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.rowwrap.footer div.footerlogo svg.logo-farmerbusiness {
    width: 161px;
    height: 33px;
    fill: var(--mazda);
}

div.wieis {
    line-height: 2em;
    width: 460px;
    padding-right: 30px;
    box-sizing: border-box;
    margin-top: 18px;
}

.footer .aanbod,
.footer .over,
.footer .customerservice {
    margin-top: 29px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
}

.over a.knop.abonneren {
    display: none;
    margin: 0;
    margin-top: 38px;
    text-align: center;
}

.footer h3 {
    font-weight: 600;
    margin-bottom: 24px;
}

.footer .aanbod a:not(.knop),
.footer .over a:not(.knop),
.footer .customerservice a:not(.knop) {
    color: var(--mazda);
}

.footer .aanbod a:not(.knop):hover,
.footer .over a:not(.knop):hover,
.footer .customerservice a:not(.knop):hover {
    text-decoration: underline;
}

.breaker.black div ul {
    line-height: 28px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 30px;
    /* font-weight: 500; */
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 110px;
}

.breaker.black div ul li a {
    display: flex;
    gap: 1rem;
}

.breaker span.logo {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.34rem;
}

.breaker .icon.bullmi {
    height: 1.25rem;
    width: 1.25rem;
    margin-top: -0.15rem;
}

.breaker .icon.dcami {
    height: 0.75rem;
    width: calc(0.75 * 12.060546875rem);
    margin-top: 0.15rem;
}

.linkerkolom {
    display: flex;
    justify-content: flex-start;
    flex-flow: column wrap;
    width: 30%;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-right: 5%;
}

.linkerkolom div {
    padding: 25px 25px 20px;
    box-sizing: border-box;
    background-color: var(--mazda);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 34px;
    margin-top: 16px;
}

.directcontact {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    color: var(--white);
}

.directcontact div {
    margin: 0;
    padding: 15px 25px 4px 2px;
}

.directcontact a {
    width: 100%;
    background-color: var(--white);
    color: #000;
    padding: 18px;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 19px;
    padding: 12px 18px;
    margin-top: 16px;
    font-size: 17px;
}

.directcontact h3 {
    font-weight: 500;
    font-size: 24px;
}

.flexkolom.rechts {
    width: 65%;
    margin: 0;
    padding-top: 70px;
}

.flexkolom.rechts h2 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 10px;
    width: 100%;
}

.about-us p {
    font-size: 20px;
    max-width: 740px;
    line-height: 1.6em;
}

.contacttop,
.topmarge {
    margin-top: 50px;
    width: 100%;
}

.contactredactie {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    gap: 60px 130px;
    margin-top: 50px;
}

.contacttop h2,
.contactredactie h2,
.contactform h2,
.topmarge h2,
.top404 h2 {
    font-family: 'Fira sans';
    font-weight: 500;
    margin: 20px 0 20px;
    font-size: 32px;
    width: 100%;
}

.topwrapper {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top404,
.beeld404 {
    width: 50%;
}

.top404 h4 {
    font-size: 20px;
    line-height: 1.5em;
}

.top404 .knop {
    margin: 30px 0 0;
    font-size: 18px;
}

.beeld404 {
    text-align: center;
    height: 380px;
    z-index: 2;
}

.beeld404 img {
    max-width: 650px;
    width: 80%;
}

.contactredactie h2 {
    margin-bottom: -30px;
}

.redactielid {
    min-width: 290px;
}

.redactielid .foto {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    align-items: center;
}

.redactielid .foto img {
    margin-left: -36px;
}

.redactielid h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.redactielid h5 {
    font-size: 18px;
    font-weight: 300;
    margin: 8px 0 18px;
    text-align: center;
}

.tagwords {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin: calc(2 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(336px + var(--gap));
}

a.tag {
    margin-left: var(--gap);
    margin-bottom: var(--gap);
    background-color: var(--tekstkleur);
    padding: 10px 20px 9px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-transform: uppercase;
}

#zoekbalk {
    background-color: var(--platinum);
    position: fixed;
    top: 125px;
    margin: 0;
    left: 0;
    width: 100%;
    height: 65px;
    z-index: 9;
    color: #000;
}

#zoekbalk .headercontainer {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

#zoekbalk h3 {
    margin-top: 20px;
    width: 20%;
    font-size: 24px;
}

#zoekbalk .zoekblok {
    width: 80%;
    box-sizing: border-box;
    padding-left: 15%;
    margin-top: 22px;
    font-size: 18px;
}

.zoekblok strong {
    font-style: italic;
    border-bottom: 1px solid #000;
    margin-right: 20px;
    font-weight: 500;
    padding: 0 4px 0 2px;
}

.zoekblok select {
    width: auto;
    margin-top: -14px;
    padding: 6px 37px 4px 10px;
    font-size: 16px;
    border-color: #fff;
}

.zoekblok #tijdfilter * {
    background-color: var(--platinum);
}

div#freeprivacypolicy-com---nb {
    position: fixed;
    background-color: var(--tussentint);
}

div#freeprivacypolicy-com---nb .cc-nb-main-container {
    width: 65%;
    margin: 0 auto;
}

.contact .feedbackform,
.contact .feedbackform .tekst {
    max-width: unset;
    margin: 0;
    padding: 0;
}

.feedbackform .tekst {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    max-width: 730px;
}

.contact .feedbackform h3 {
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
}

#feedback {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 34px;
}

.contact #feedback {
    max-width: 880px;
}

.botje,
.lelijk {
    display: none;
}

#feedback input[name=naam2],
#feedback input[type=email],
#feedback input[type=text],
#feedback textarea {
    width: 100%;
    line-height: 26px;
    padding: 12px 17px 10px 27px;
    box-sizing: border-box;
    font-family: "Fira Sans";
    margin-bottom: 8px;
    border-radius: 6px;
    resize: none;
    font-size: 18px;
    border: 1px solid var(--grijs2);
    margin-bottom: 14px;
}

#feedback input[type=email],
#feedback input[type=text] {
    width: 48%;
}

#feedback textarea {
    height: 300px;
}

#feedback input[type=submit] {
    line-height: 20px;
    padding: 12px 24px 10px 24px;
    box-sizing: border-box;
    font-family: "Fira Sans";
    border: none;
    margin-bottom: 8px;
    border-radius: 6px;
    background: transparent var(--gradient);
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    width: auto;
}

ul.social-btns {
    display: flex;
    gap: 16px;
    margin-top: 26px;
}

.footer li.social-btn a {
    color: var(--mazda);
    width: 44px;
    height: 44px;
    stroke: none;
    fill: currentColor;
    background-color: var(--logokleur);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

li.social-btn a .icon {
    width: 22px;
    height: 22px;
}

/*Abonnementen pagina*/
.keuzehulp .abofilter .filter {
    display: none;
}

body.keuzehulp .container,
body.mogelijkheden .container {
    justify-content: space-between;
}

.abofilter {
    width: 100%;
}

.abofilter h2,
.abofilter h3 {
    font-family: 'Fira Sans';
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

.abofilter h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 20px;
}

.abofilter .filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px auto 0;
    max-width: 994px;
}

.filter a {
    display: block;
    width: 220px;
    text-align: center;
    padding: 10px 0;
    background-color: var(--notknop4);
    border-radius: 8px;
    margin-bottom: 20px;
}

.wall.filter a {
    width: auto;
    padding: 10px 20px;
}

.filter a.keuzehulp {
    background-color: var(--contrastkleur);
}

.fb a.keuzehulp {
    width: 170px;
    text-align: center;
    padding: 10px 0;
    background-color: var(--notknop3);
    border-radius: 8px;
    margin-bottom: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.keuzehulpform {
    background-color: #fff;
    width: 310px;
    height: 100%;
    z-index: 1;
    border-radius: 14px;
    box-shadow: 15px 9px 12px -1px #99999999;
    box-sizing: border-box;
    padding: 30px 20px 30px 10px;
    margin-top: 36px;
}

.keuzehulpform h3 {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 5px;
    height: 30px;
}

.keuzehulpform h3 a {
    color: #a3a3a3;
    font-weight: 400;
    font-size: 15px;
    display: none;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
}

.keuzehulpform h3 a .icon {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-top: -2px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.keuzehulpform .hulpfilter {
    margin-top: 36px;
}

.hulpfilter h4 {
    color: var(--tekstkleur_dun);
    font-size: 17px;
    margin-bottom: 8px;
    display: flex;
    cursor: pointer;
}

.hulpfilter .icon {
    transform: rotate(90deg);
    width: 16px;
    height: 16px;
    margin-top: 2px;
    margin-right: 6px;
    fill: currentColor;
}

.hulpfilter.open .icon {
    transform: rotate(180deg);
    margin-top: 4px;
}

.hulpfilter .checkcontainer {
    display: none;
    margin-left: 10px;
    color: #000;
    padding-left: 37px;
    font-size: 17px;
    margin-bottom: 14px;
}

.hulpfilter.open .checkcontainer {
    display: inherit;
}

.hulpfilter .checkmark {
    border: 1px solid #cdcdcd;
    width: 20px;
    height: 20px;
}

.hulpfilter .checkcontainer .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
}

.hulpfilter .checkcontainer input:checked~.checkmark {
    border-color: var(--tekstkleur);
}

.hulpfilter p {
    font-size: 15px;
    margin-top: 80px;
}

.hulpfilter p a,
.hulpfilter p span {
    color: var(--tekstkleur_dun);
}

.submitform {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 30px;
    margin-right: 20px;
}

.keuzehulpform input[type=submit] {
    cursor: pointer;
    padding: 13px 50px 12px;
    font-weight: 400;
    border-radius: 6px;
    color: #fff;
    box-sizing: border-box;
    line-height: 1em;
    background-color: var(--tekstkleur);
    border: none;
    font-family: 'Fira Sans';
    font-size: 17px;
    margin-top: 6px;
}

.filter a.actief,
.filter a:not(.keuzehulp):hover {
    background-color: var(--logokleur);
    color: #fff;
}

.actieffilter {
    display: flex;
    gap: 10px;
    color: #a4a3a3;
    text-transform: uppercase;
}

.actieffilter>span {
    display: flex;
    gap: 20px;
}

.actieffilter span span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.actieffilter span span .icon {
    width: 18px;
    height: 18px;
    margin-left: 5px;
    margin-top: -2px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    cursor: pointer;
}

.aanbodabo,
.aandbodadverteren {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    /* align-items: flex-start; */
}

body.keuzehulp .aanbodabo,
body.mogelijkheden .aandbodadverteren {
    width: calc(100% - 340px);
}

body.keuzehulp .abofilter h2 {
    margin-left: 340px;
}

.aanbodabo .abonnement,
.aandbodadverteren .mogelijkheid {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    width: 340px;
    padding: 0 16px 22px;
    box-sizing: border-box;
    position: relative;
    background-color: var(--bgkleur);
}

.uitleg {
    margin: 40px 40px 0;
    max-width: 800px;
    font-size: 20px;
    line-height: 30px;
}

.uitleg h3 {
    font-weight: 500;
}

.uitleg a {
    color: var(--tekstkleur_dun);
}

.aanbodabo .abonnement img {
    margin-left: -17px;
    margin-top: -1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: calc(100% + 17px + 17px);
}

.aanbodabo .abonnement .top,
.aanbodabo .abonnement .bottom,
.aandbodadverteren .mogelijkheid .top,
.aandbodadverteren .mogelijkheid .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.aanbodabo .abonnement .meest {
    position: absolute;
    background-color: #688e49;
    color: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    top: -21px;
    margin-left: 48px;
    text-transform: uppercase;
    font-size: 17px;
    width: 210px;
    box-sizing: border-box;
}

.aanbodabo .abonnement .bottom {
    margin-top: 20px;
}

.abonnement .bottom .prijs {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.abonnement .bottom .prijs span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.aandbodadverteren .mogelijkheid .bottom {
    margin-top: 10px;
    margin-left: -16px;
    width: calc(100% + 32px);
}

.mogelijkheid .top h4 {
    text-align: right;
    margin: 8px 4px 0 0;
    color: #999;
    font-size: 14px;
}

.aanbodabo .abonnement h3,
.aandbodadverteren .mogelijkheid h3 {
    font-family: 'Fira Sans';
    font-size: 26px;
    font-weight: 500;
    position: relative;
    margin-top: 40px;
    width: 100%;
}

.aandbodadverteren .mogelijkheid h3 {
    margin-top: 12px;
    text-align: center;
}

.aanbodabo .abonnement h3 span,
.aandbodadverteren .mogelijkheid h3 span {
    position: absolute;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tekstkleur);
    top: -30px;
    right: 0;
}

.mogelijkheid label {
    width: 120px;
}

.mogelijkheid .afmeting,
.mogelijkheid .specs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 10px 12px;
    font-size: 14px;
    background-color: var(--tekstkleur);
    color: #fff;
    min-height: 22px;
}

.mogelijkheid .specs {
    background-color: var(--notknop1);
}

.mogelijkheid .specs a {
    color: #fff;
}

.mogelijkheid .prijs {
    margin: 14px 12px 0;
    font-size: 14px;
    padding-top: 26px;
    height: 116px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.mogelijkheid .prijs h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.mogelijkheid a.abonneernu {
    display: none;
}

.prijs .prijswrap {
    height: 68px;
    display: flex;
    flex-direction: column;
}

.mogelijkheid .posregel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: var(--tekstkleur2);
    font-weight: 500;
}

.mogelijkheid .posregel a {
    color: var(--tekstkleur2);
}

.mogelijkheden .submitform {
    display: none;
}

.aanbodabo .abonnement .tijdsduur {
    color: #9d9d9d;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 14px;
    margin-top: 4px;
}

ul.uniek {
    margin-top: 26px;
    font-size: 14px;
    margin-bottom: 10px;
}

ul.uniek li {
    line-height: 18px;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 16px;
}

ul.uniek:not(.num1) li::before {
    content: "\2714";
    background-color: var(--tekstkleur);
    display: inline-block;
    margin-left: 0;
    font-size: 19px;
    color: #fff;
    padding: 3px;
    height: 18px;
    border-radius: 3px;
    margin-top: -2px;
}

ul.uniek:not(.num1) li::before {
    background-color: transparent;
    color: var(--tekstkleur);
}

ul.uniek.num1 li {
    margin-left: 10px;
    line-height: 22px;
}

.bb_review {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.reviewblok {
    background-color: #f0f7fc;
    max-width: 750px;
    padding: 10px 30px 22px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.reviewblok .logo,
.reviewblok .quote {
    width: 35%;
}

.reviewblok .titel,
.reviewblok .tekst {
    width: 65%;
    font-size: 14px;
    padding-left: 20px;
    box-sizing: border-box;
}

.reviewblok .circle {
    margin-right: 20px;
    background-color: #fff;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 10px -2px 9px 0px #cccccc9c;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: -23px;
}

.circle img {
    max-height: 81px;
    max-width: 98px;
}

.reviewblok .quote {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: var(--tekstkleur);
    line-height: 32px;
    padding: 10px 40px 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.reviewblok svg.icon.icon-startquote {
    height: 26px;
    width: 26px;
    position: absolute;
    left: -1px;
    top: -15px;
    fill: var(--tekstkleur);
}

.reviewblok svg.icon.icon-startquote.end {
    transform: rotate(180deg);
    left: unset;
    top: unset;
    right: 29px;
    bottom: -2px;
}

.reviewblok .logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.reviewblok .titel {
    font-size: 24px;
    font-weight: 500;
    margin-top: 55px;
}

.bezoekcijfers {
    width: 100%;
    padding: 20px 30px 26px 30px;
    max-width: 900px;
    background-color: #f0f7fc;
    border-radius: 8px;
}

.paginacijfers {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 6px 4px;
    box-sizing: border-box;
}

.paginacijfers:first-of-type {
    font-weight: 600;

}

.paginacijfers>div {
    width: 25%;
    box-sizing: border-box;
}

.bezoekcijfers .pagnaam {
    min-width: 260px;
}

.bezoekcijfers .uniek,
.bezoekcijfers .pagweergave,
.bezoekcijfers .bezoekduur {
    text-align: right;
}

.abonnement a.meerinfo {
    text-transform: uppercase;
    color: var(--tekstkleur);
    font-weight: 500;
    width: 100%;
    text-align: right;
    display: block;
    color: var(--un_blue);
}

.abonnement .prijs {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: calc(100% - 48px);
    font-size: 20px;
    gap: 10px;
    color: var(--tekstkleur);
    font-weight: 500;
    padding-top: 40px;
    border-top: 1px solid #ccc;
    margin: 20px 24px;
    color: var(--un_blue);
}

.abonnement .vanprijs {
    color: #adadad;
    text-decoration: line-through;
    font-weight: 400;
}

a.abonneernu {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    color: #fff;
    width: calc(100% - 60px);
    margin: 10px 30px;
    background: transparent var(--gradient);
    border-radius: 6px;
}

a.abonneernu span.abonu {
    width: 80%;
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px;
    /* background-color: var(--logokleur); */
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

a.abonneernu span:not(.abonu) {
    width: 20%;
    text-align: center;
    /* background-color: var(--abonnerenknopcta); */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 29px;
    font-weight: 300;
}

.abonnement.quote {
    background-color: var(--contrastkleur);
    padding: 90px 30px 40px 45px;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: nowrap;
    position: relative;
    border: none;
    width: 450px;
    justify-content: flex-start;
}

.abonnement.quote .double_quote {
    font-size: 160px;
    font-family: 'Bree Serif';
    position: absolute;
    left: 20px;
    top: 2px;
    line-height: 150px;
}

.abonnement.quote .bree {
    font-family: 'Bree serif';
    font-size: 22px;
    line-height: 1.37em;
}

.abonnement.quote .fira {
    font-family: 'Fira sans';
    font-size: 18px;
    font-weight: 300;
    line-height: 1.37em;
    margin-top: 30px;
}

#paywall {
    position: relative;
    z-index: 99;
    background-color: var(--tussentint);
    border-radius: 10px;
    margin: 0 0 0 95px;
    padding: 36px 36px 36px 36px;
    min-width: 934px;
    box-sizing: border-box;
}

.fb #paywall {
    max-width: 1020px;
}

#paywall.pagina {
    min-width: unset;
    max-width: 1240px;
    margin-left: 30px;
}

.pw #paywall.pagina {
    max-width: 1344px;
    margin-top: 20px;
    width: 100%;
}

.prependpaywallheader {
    position: relative;
    z-index: 100;
    background-color: transparent;
    margin: 0;
    padding: 36px;
    box-sizing: border-box;
    max-width: 1344px;
    margin-left: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.prependpaywallheader .kenmerken {
    width: 40%;
    line-height: 1.6em;
    min-width: 400px;
}

.prependpaywallheader .screenshot {
    width: 60%;
    position: relative;
}

.prependpaywallheader img {
    width: 100%;
    max-width: 750px;
    position: absolute;
    top: 30px;
}

.prependpaywallheader h1 {
    font-family: 'Fira Sans';
    font-weight: 500;
    margin-bottom: 20px;
}

.prependpaywallheader ul {
    margin-top: 2em;
    line-height: 1.3em;
}

.prependpaywallheader li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 1em;
}

.prependpaywallheader ul li::before {
    content: "\2714";
    background-color: #42a83e;
    display: flex;
    margin-left: 0;
    color: #fff;
    padding: 8px;
    height: 12px;
    border-radius: 50%;
    margin-top: -4px;
    width: 12px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.prependpaywall {
    position: relative;
    z-index: 99;
    background-color: var(--tussentint);
    border-radius: 10px;
    margin: 0 0 -40px 0;
    padding: 70px 36px 36px;
    box-sizing: border-box;
    max-width: 1344px;
    margin-left: 30px;
    width: 100%;
}

.prependpaywall h3 {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 1em;
}

.prependpaywall .krijgtoegang {
    width: 50%;
    max-width: 510px;
}

.krijgtoegang a {
    color: var(--tekstkleur);
    font-weight: 500;
    text-decoration: underline;
}

#paywall .aanbodabo {
    justify-content: space-evenly;
    margin-top: 0;
}

#paywall .aanbodabo .abonnement {
    width: 300px;
    padding: 0 14px 20px;
}

#paywall .aanbodabo .abonnement .meest {
    margin-left: 30px;
}

#paywall ul.uniek {
    font-size: 13px;
    margin-bottom: 0;
}

#paywall ul.uniek li {
    margin-bottom: 12px;
}

#paywall ul.uniek li::before {
    font-size: 16px;
    height: 15px;
    padding: 2px 3px 3px 3px;
}

#paywall .abonnement .prijs {
    width: calc(100% - 30px);
    margin: 20px 15px;
    padding-top: 30px;
}

#paywall .aanbodabo .abonnement img {
    margin-left: -15px;
    margin-top: -1px;
    width: calc(100% + 15px + 15px);
}

#paywall .vraag_header {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#paywall .pre_vraag {
    margin: -36px -36px 40px;
    background-color: #d0dbd7;
    padding: 50px 36px 36px;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

#paywall .pre_vraag h2 {
    font-family: 'Fira sans';
    font-weight: 500;
    font-size: 32px;
}

#paywall .pre_vraag h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

.pre_vraag .knoppen {
    display: flex;
    gap: 20px;
}

.pre_vraag form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 350px;
    gap: 10px;
}

.pre_vraag input,
#form_verkort input {
    text-align: center;
    font-size: 22px;
    width: 100%;
    line-height: 26px;
    padding: 12px 17px 10px 27px;
    box-sizing: border-box;
    font-family: 'Fira Sans';
    border-radius: 6px;
    border: none;
}

#paywall .aanbodabo .verkort.abonnement {
    padding-bottom: 0;
    cursor: pointer;
    width: 280px;
}

.aanbodabo .abonnement.verkort h3 {
    margin-top: 0;
    text-align: center;
    margin-left: -15px;
    width: calc(100% + 15px + 15px);

    font-weight: 400;
    padding: 14px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.aanbodabo .abonnement.verkort.actief h3 {
    background-color: var(--tekstkleur);
    color: #fff;
}

.verkort .infodata {
    display: none;
}

#form_verkort {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#form_verkort .radios.keuze>div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6%;
    width: 100%;
    align-items: flex-start;
    border: 1px solid #3624587a;
    padding: 22px 0 22px 24px;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
}

#form_verkort .checkcontainer.lijn {
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    padding-left: 44px;
}

#form_verkort .checkmark {
    background-color: #fff;
}

#form_verkort .checkcontainer input:checked~.checkmark,
#form_verkort .checkcontainer:hover input:checked~.checkmark {
    background-color: var(--tekstkleur);
    border-color: var(--tekstkleur);
}

#form_verkort .radios .checkmark {
    height: 28px;
    width: 28px;
    border-radius: 14px;
    top: -2px;
}

#form_verkort .radios .checkmark:after {
    left: 10px;
    top: 5px;
    width: 6px;
    height: 12px;
    border-width: 0 3px 3px 0;
}

#form_verkort #keuze {
    position: absolute;
    width: calc(100% + 2px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0;
    top: -25px;
    left: -1px;
}

#keuze span.voordelig {
    width: 100%;
    text-align: center;
}

.usp_wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
}

#paywall .usp_dynamic ul.uniek {
    font-size: 22px;
    font-weight: 300;
    margin-top: 40px;
}

#paywall .usp_dynamic ul.uniek li::before {
    font-size: 36px;
    height: 40px;
}

.pre_vraag form input[type=submit],
#form_verkort input[type=submit] {
    background-color: var(--tekstkleur);
    cursor: pointer;
    color: var(--bgkleur);
}

#paywall .vraag_header.geenaanbod {
    margin-bottom: 4px;
}

#paywall .vraag_header .icon-chevron-down {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-bottom: 10px;
}

@keyframes bounce {

    0%,
    100% {
        top: -15px;
    }

    30% {
        top: 15px;
    }

    50% {
        top: -15px;
    }

    80% {
        top: 15px;
    }
}

#paywall .vraag_header .icon-chevron-down {
    position: relative;
    animation: bounce 3s ease-in-out infinite;
}

#paywall .vraag_header h2 {
    font-family: 'Fira sans';
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 2px;
}

#paywall .vraag_header h2::first-letter {
    text-transform: uppercase;
}

#paywall .vraag_header h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

#paywall .vraag_header h3.kies {
    margin-top: 30px;
    font-weight: 400;
}

#paywall .vraag_footer {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.wrap div#paywall {
    margin: 40px auto 0;
}

.vraag_header h4,
.vraag_footer h4 {
    font-size: 22px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.vraag_header h4 {
    margin-top: 20px;
    margin-bottom: -36px;
}

.vraag_header h4 a,
.vraag_footer h4 a {
    font-weight: 500;
    color: var(--tekstkleur_dun);
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
}

.vraag_header h4 .icon,
.vraag_footer h4 .icon {
    width: 22px;
    height: 22px;
    stroke-width: 0;
    stroke: var(--tekstkleur_dun);
    fill: var(--tekstkleur_dun);
}

.vraag_header .keuzeknoppen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 30px;
    margin-top: 20px;
}

.vraag_header .keuzeknoppen a {
    display: flex;
    color: #fff;
    margin-left: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    padding: 13px 20px 12px;
}

.vraag_header .keuzeknoppen a.neem_abo {
    background-color: var(--contrastkleur);
}

.vraag_header .keuzeknoppen a.neem_abo .icon {
    position: relative;
    top: unset;
    right: unset;
    width: 20px;
    height: 20px;
}

#paywall a.knop.abonneren {
    color: var(--contrasttekstkleur);
    background-color: var(--contrastkleur);
    margin-top: 30px;
    margin-bottom: -30px;
    display: flex;
    width: fit-content;
    padding: 10px 20px;
    align-items: center;
    font-size: 18px;
}

#paywall a.knop.abonneren .icon {
    position: relative;
    top: unset;
    right: unset;
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

#paywall a.knop.abon {
    color: #fff;
    display: flex;
    width: fit-content;
    padding: 10px 20px;
    align-items: center;
    font-size: 18px;
}

#paywall a.knop.abon .icon {
    position: relative;
    top: unset;
    right: unset;
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

#paywall a.knop.inloggen {
    background-color: #ffffff85;
    color: #000;
    display: flex;
    width: fit-content;
    padding: 10px 20px;
    align-items: center;
    font-size: 18px;
}

#paywall a.knop.inloggen .icon {
    position: relative;
    top: unset;
    right: unset;
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

/*Abo details*/
.abowrap {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.breadcrumbs {
    width: 100%;
    margin-bottom: 20px;
}

.breadcrumbs a {
    padding-right: 5px;
}

.breadcrumbs>span {
    font-weight: 500;
    padding-left: 5px;
}

.abovisual {
    width: calc((100% - 100px - 230px)/2 - 20px);
    margin-left: 20px;
}

.abovisual .slideshow-container {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 20px 20px 30px;
}

.abovisual .slidewrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.abovisual .slides .label {
    background-color: var(--tekstkleur);
    color: #000;
    padding: 4px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.abovisual .slides img {
    width: unset;
    max-width: 100%;
}

.abovisual .slideshow-container .prev,
.abovisual .slideshow-container .next {
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-color: var(--grijs1);
}

.abovisual .slideshow-container .prev:hover,
.abovisual .slideshow-container .next:hover {
    background-color: var(--logokleur);
    color: #fff;
}

.abovisual .slideshow-container .icon {
    width: 23px;
    height: 23px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    margin: 3px 0 0 6px;
}

.abovisual .slideshow-container .prev .icon {
    margin-left: 12px;
}

.abovisual .slideshow-container .prev {
    left: -20px;
}

.abovisual .slideshow-container .next {
    right: -20px;
}

.abodetail {
    width: calc((100% - 100px - 230px)/2);
}

.sidebarabo {
    width: 230px;
}

.abodetail h1,
.abodetail h2 {
    font-size: 28px;
    font-family: 'Fira sans';
    font-weight: 500;
}

.abodetail h2 {
    font-size: 22px;
}

.abodetail p {
    font-size: 16px;
    margin-top: 1.4em;
    line-height: 1.65em;
}

.abodetail h3 {
    font-size: 18px;
    font-weight: 500;
}

.abodetail strong {
    font-weight: 600;
}

.abo_bevat {
    margin-top: 50px;
}

div.usp {
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

div.usptitel {
    font-weight: 400;
    font-size: 14.5px;
    line-height: 1.5em;
    cursor: pointer;
    position: relative;
    padding: 1em 1.6em 0 0;
}

.usptitel div.icons {
    position: absolute;
    right: 0;
    top: 1.05em;
}

.usptitel svg {
    width: 0.8em;
    height: 1.2em;
}

div.uspcontent>* {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .1px;
    margin-left: 12px;
}

div.uspcontent p {
    margin-top: 1em;
}

div.uspcontent a {
    text-decoration: underline;
}

.uspcontent ul {
    list-style: disc outside;
}

.uspcontent ol,
.uspcontent ul {
    padding-left: 2em;
    line-height: 1.8em;
    margin-top: 0.3em;
}

.uspcontent ul li {
    padding-left: 6px;
}

div.usp div.icons .icon-minus {
    display: block;
}

div.usp div.icons .icon-plus {
    display: none;
}

div.usp.in div.icons .icon-minus {
    display: none;
}

div.usp.in div.icons .icon-plus {
    display: block;
}

div.usp.in div.uspcontent {
    display: none;
}

div.uspcontent {
    padding-bottom: 10px;
    padding-right: 40px;
}

.formheader {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    background-color: var(--grijs1);
    padding: 16px 12px 11px 16px;
    border-radius: 8px;
    margin-top: 60px;
}

/* .formheader .circle {
    background-color: var(--logokleur);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid var(--grijs2);
    margin-right: 24px;
} */

.formheader .abonaam {
    font-size: 22px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.formheader .prijswrap {
    padding-left: 44px;
}

.formheader .prijs {
    display: flex;
    justify-content: center;
    flex-direction: row;
    font-size: 17.5px;
    gap: 10px;
    color: var(--tekstkleur);
    font-weight: 500;
}

.formheader .vanprijs {
    color: #adadad;
    text-decoration: line-through;
    font-weight: 400;
}

.formheader .looptijd {
    text-align: right;
    color: #adadad;
    font-size: 15.6px;
}

div.bedrijfsabo:not(.abonnement) {
    width: 100%;
    margin-bottom: 2.3em;
}

div.bedrijfsabo .rij {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

div.bedrijfsabo .rij.titel div {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3em;
}

div.bedrijfsabo .rij.disclaimer {
    border: none !important;
    line-height: 2.9em;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

div.bedrijfsabo .rij:nth-child(even) {
    border-top: 1px solid #e9e2db;
    border-bottom: 1px solid #e9e2db;
}

div.bedrijfsabo .rij div {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    line-height: 2.2em;
}

div.bedrijfsabo .rij.head div {
    padding: 0.5em 0;
}

div.bedrijfsabo .rij div span {
    text-align: center;
    line-height: 1.4em;
    font-weight: 500;
}

#bestellen_2 {
    font-weight: 400;
    font-size: 15.6px;
    line-height: 1.5em;
    margin-top: 24px;
}

#bestellen_2 label {
    width: 39%;
    box-sizing: border-box;
    margin-top: 5px;
    position: relative;
}

#bestellen_2 div.stap_1>div,
#bestellen_2 div.stap_2>div,
#bestellen_2 div.stap_1>div.combineer>div:not(.combi) {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 10px 0;
    line-height: 1.65em;
}

#bestellen_2 div.stap_1>div.combineer>div:not(.combi) {
    margin-top: 0;
}

#bestellen_2 div.stap_1>div.combineer {
    display: none;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
}

#bestellen_2 div.stap_1>div.radios {
    justify-content: flex-start;
    gap: 10%;
}

#bestellen_2.v2 .radios>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 6%;
    width: 60%;
}

#bestellen_2.v2 .radios.keuze>div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6%;
    width: 100%;
    align-items: flex-start;
}

#bestellen_2 .checkcontainer input {
    position: absolute;
    opacity: unset;
    cursor: pointer;
    height: 1px;
    width: 1px !important;
    left: 60px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    top: 14px;
}

#bestellen_2.v2 div.stap_1>div.radios {
    gap: 1%;
}

.radios .checkmark {
    height: 20px;
    width: 20px;
    border-radius: 10px;
}

#nwsbrkeuze label.checkcontainer {
    margin-left: 20px;
}

.radios .checkmark:after {
    left: 7px;
    top: 4px;
    width: 4px;
    height: 8px;
    border-width: 0 2px 2px 0;
}

#bestellen_2 div.radios label {
    width: auto;
    color: #000;
    font-size: 15.6px;
    padding-left: 28px;
}

#bestellen_2 div.radios.keuze label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

div.radios label.lijn div {
    width: 100%;
    background-color: transparent;
    margin-bottom: 18px;
    margin-top: -49px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    justify-content: flex-end;
}

span.voordelig {
    background-color: var(--tekstkleur);
    padding: 3px 14px;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#bestellen_2 div.radios.keuze>div {
    border: 1px solid #3624587a;
    padding: 14px 0 14px 24px;
    border-radius: 6px;
}

#bestellen_2.v2 div.radios label.aanhef {
    padding-left: 0px;
    width: 39%;
}

/* #bestellen_2.v2 div.radios.keuze label.aanhef {
    width: 35%;
} */

#bestellen_2.v2 div.radios label:not(.aanhef):not(.checkcontainer) {
    padding-left: 24px;
}

#bestellen_2 div.combi {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#bestellen_2 div.combi label {
    width: auto;
    font-weight: 500;
}

#bestellen_2 div.combideal {
    width: 100%;
    max-width: 333px;
    box-sizing: border-box;
    font-size: 15.6px;
    padding: 4px 6px;
    border: 1.5px solid var(--grijs2);
    border-radius: 4px;
    font-family: 'Fira Sans';
    line-height: 1.5em;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}

#bestellen_2 div.combideal>div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

div.combideal hr {
    width: 100%;
}

#bestellen_2 div.stap_1>div.msg,
#bestellen_2 div.stap_2>div.msg {
    margin: 14px 0 24px;
    display: block;

}

#bestellen_2 div.stap_1>div.msg.bottom,
#bestellen_2 div.stap_2>div.msg.bottom {
    color: var(--tekstkleur_dun);
    font-weight: 500;
}

#bestellen_2 div.msg a {
    color: var(--tekstkleur_dun);
    text-decoration: underline;
}

#bestellen_2 a {
    color: var(--tekstkleur_dun);
    text-decoration: underline;
}

#bestellen_2 input[type=text],
#bestellen_2 input[type=tel],
#bestellen_2 input[type=email],
#bestellen_2 select,
#bestellen_2 textarea {
    width: 60%;
    box-sizing: border-box;
    font-size: 15.6px;
    padding: 4px 6px 2px;
    border: 1.5px solid var(--grijs2);
    border-radius: 4px;
    font-family: 'Fira Sans';
    line-height: 1.3em;
}

#bestellen_2 textarea {
    height: 120px;
    resize: none;
}

#bestellen_2 .icon-meerinfo {
    display: inline;
    width: 16px;
    height: 16px;
    fill: var(--tekstkleur);
    padding-bottom: 2px;
}

#bestellen_2 .icon-meerinfo+div {
    position: absolute;
    display: none;
    background-color: var(--sidebarnotering);
    padding: 6px 10px;
    font-size: 14px;
    line-height: 21px;
    z-index: 10;
    border: 1px solid var(--notknop3);
    border-radius: 6px;
    top: 40px;
    right: -111px;
    left: 60px;
}

#bestellen_2 .icon-meerinfo:hover+div,
#bestellen_2 .icon-meerinfo+div:hover {
    display: block;
}

#bestellen_2 .micro {
    width: 60%;
    font-size: 14px;
    text-align: right;
}

#bestellen_2 input[type=submit] {
    cursor: pointer;
    padding: 13px 20px 12px;
    font-weight: 400;
    border-radius: 6px;
    color: #fff;
    box-sizing: border-box;
    line-height: 1em;
    /* background-color: var(--tekstkleur); */
    border: none;
    font-family: 'Fira Sans';
    font-size: 16px;
    margin-top: 6px;
    background: transparent var(--gradient);
}

#bestellen_2 input#tussenvoegsel {
    width: 13%;
}

/* #bestellen_2 input#achternaam {
    width: 46%;
} */

.abodetail .stap_2 {
    display: none;
}

#bestellen_2 .stap_2 {
    display: block;
}

.abodetail ul.voorwaarden {
    display: none;
}

.abovisual ul.voorwaarden {
    font-size: 13px;
    font-weight: 400;
    margin-top: 30px;
    max-width: 475px;
    list-style: disc outside;
    padding-left: 2em;
}

.abovisual .voorwaarden li {
    line-height: 1.4em;
    margin-bottom: 0.7em;
    padding-left: 6px;
}

.klantenservice {
    background-color: var(--grijs1);
    padding: 20px 14px;
    font-size: 15.6px;
    text-align: center;
    border-radius: 6px;
    margin-bottom: 40px;
}

.klantenservice h4 {
    font-weight: 500;
    padding-bottom: 1em;
    border-bottom: 2px solid var(--grijs2);
}

.klantenservice p {
    margin-top: 1.9em;
    line-height: 1.8em;
}

.klantenservice a.link,
.voorwaarden a.link {
    text-decoration: underline;
}

.klantenservice strong {
    font-weight: 500;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: 0 0 0 -10px;
    box-sizing: border-box;
}

.fotorepo .slideshow-container {
    max-width: unset;
    background-color: #fff;
    border-radius: 10px;
}

.slideshow-container * {
    box-sizing: border-box;
}

.slideshow-container .slides {
    display: none;
    text-align: center;
}

.fotorepo .slideshow-container .slides {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.fotorepo .slideshow-container .slides div {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-size: cover;
}

.slides img {
    width: 100%;
    border-radius: 8px;
    max-height: 80vh;
}

.slideshow-container .prev,
.slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 70px);
    width: 70px;
    height: 70px;
    padding: 6px 0 3px;
    border-radius: 50%;
    color: var(--tekstkleur);
    transition: 0.6s ease;
    user-select: none;
    text-decoration: none;
    background-color: var(--bgkleur30);
}

.fotorepo .slideshow-container .prev,
.fotorepo .slideshow-container .next {
    top: calc(50% - 50px);
}

.slideshow-container .next {
    right: -35px;
}

.slideshow-container .prev {
    left: -35px;
}

.slideshow-container .icon {
    width: 30px;
    height: 30px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    margin: 14px 0 0 12px;
}

.slideshow-container .prev .icon {
    margin-left: 28px;
}

.slideshow-container .prev:hover,
.slideshow-container .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    background-color: var(--bgkleur)
}

.slideshow-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dots {
    text-align: center;
    margin-top: 16px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: var(--platinum);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.fotorepo .dot {
    background-color: #eee;
}

.active,
.dot:hover,
.fotorepo .active,
.fotorepo .dot:hover {
    background-color: var(--tekstkleur_dun);
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* FAQ */
.vragen {
    position: relative;
}

.faq .directcontact {
    margin-top: 72px;
}

.flexkolom.rechts .vragen {
    width: 100%;
}

.anchor {
    position: absolute;
    top: -210px;
}

.flexkolom.rechts .vragen h2 {
    margin-bottom: 16px;
}

div.meerover {
    padding: 0px 10px 0px 30px;
    margin: 0 0px 2em -10px;
    border: 1px solid var(--tussentint);
    border-radius: 8px;
    background-color: var(--tussentint);
    box-sizing: border-box;
}

.vragen .meerover {
    padding-left: 70px;
    margin-bottom: 1.3em;
}

div.meerovertitel {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.5em;
    cursor: pointer;
    position: relative;
    padding: 1em 0;
}

.vragen div.meerovertitel {
    font-size: 19px;
}

.meerovertitel div.icons {
    position: absolute;
    right: 20px;
    top: 1.1em;
}

.vragen .meerovertitel div.icons {
    right: unset;
    left: -40px;
}

.meerovertitel svg {
    width: 0.8em;
    height: 1.2em;
}

.vragen .meerovertitel svg {
    width: 0.7em;
}

div.meerover div.icons .icon-plus {
    display: none;
}

div.meerover.in div.icons .icon-plus {
    display: block;
}

div.meerover div.icons .icon-minus {
    display: block;
}

div.meerover.in div.icons .icon-minus {
    display: none;
}

div.meerovercontent {
    padding-bottom: 10px;
    padding-right: 40px;
}

div.meerover.in div.meerovercontent {
    display: none;
}

div.meerover ul {
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 2.3em;
    list-style: disc outside;
}

div.meerover p {
    margin-left: 0;
    font-size: 17px;
    letter-spacing: .1px;
    margin-top: 0;
}

.vragen div.meerover p {
    line-height: 1.4em;
    margin-bottom: 1.4em;
}

.flexkolom.rechts .vragen a {
    text-decoration: underline;
}

#dcami_pop {
    display: none;
    position: fixed;
    bottom: 0px;
    height: 544px;
    left: calc(78% - 178px);
    width: 355px;
    box-sizing: border-box;
    box-shadow: -8px 11px 20px 10px #0000002e;
    z-index: 1000;
    color: #ffffff;
    background-image: url("/images/dcamipop.png");
    background-color: #f0f8ff;
}

#dcami_pop span.close {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: unset;
    border-radius: unset;
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    color: #000;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
}

#dcami_pop span.close .icon {
    position: absolute;
    transform: rotate(90deg);
    width: 14px;
    height: 14px;
    stroke: #fff;
    fill: #fff;
    top: 2px;
    left: 2px;
    background-color: var(--mazda);
    padding: 6px;
    border-radius: 50%;
    box-sizing: content-box;
}