html {
    background-color: #BDCEBD;
    font-size: 18px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    background-color: #BDCEBD;
}

img:hover {
    background-color: #BDCEBD;
}

p {
    color: #3F443F;
    font-family: 'Roboto', sans-serif;
}

.flexbox-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.flexbox-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
header {
    background-color: #D2E5D2;
    width: 1400px;
    height: 75px;
    border-radius: 20px;
    margin: 15px auto;
}

main {
    width: 1440px;
    margin: 0 auto;
}

.shadow {
    filter: drop-shadow(0px 2px 2px #5b5b5b);
}

h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.2rem;
    color: #3F443F;
    font-weight: 700;
    width: fit-content;
    margin: 0 auto;
}

.menu_button {
    width: 18px;
    height: 18px;
    position: relative;
    z-index: 1;
    margin: -9px -9px 0px 0px;
    left: 40px;
    top: 35px;
}

.account {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1;
    margin: -15px -15px 0px 0px;
    left: 1320px;
    bottom: 28px;
}

.search {
    width: 28px;
    height: 28px;
    position: relative;
    z-index: 1;
    margin: -14px -14px 0px 0px;
    left: 1280px;
    bottom: 28px;
}

.cover {
    display: block;
    height: 640px;
    width: 1027.94px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

#cover-titel h2 {
    font-family:'Roboto Condensed', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.088rem;
    margin: 0 0 7px 0;
}

#cover-titel h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.11rem;
    font-weight: 500;
    letter-spacing: 0.061rem;
    margin: 0;
    text-transform: uppercase;
}

#cover-titel {
    color: #D2E5D2;
    height: 90px;
    width: 420px;
    line-height: 1.44rem;
    position: absolute;
    z-index: 1;
    left: 24px;
    bottom: 10px;
}

hr {
    border: 1.5px solid #A8B7A8;
    margin: 40px auto;
}

.kopje-links {
    color: #3F443F;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin-top: 0px;
    margin-bottom: 0px;
    width: fit-content;
}

#about {
    font-weight: 400;
    font-size: 1.11rem;
    line-height: 2.022rem;
    letter-spacing: 0.055rem;
    width: 700px;
    position: relative;
    left: 25px;
    margin: 0;
    padding-top: 5px;
}

#about-us {
    width: 725px;
    margin-left: 100px;
}

.kopje-midden {
    color: #3F443F;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 auto;
    width: fit-content;
}

.categorie-block {
    width: 260px;
    height: 315px;
    background-color: #D2E5D2;
    border-radius: 20px;
}

.categorie-flex {
    justify-content: center;
    gap: 52px;
    margin-top: 35px;
}

.categorie-foto {
    width: 260px;
    border-radius: 20px 20px 0px 0px;
}

.categorie-titel {
    font-family: 'Roboto Condensed', sans-serif;
    color: #3F443F;
    font-weight: 700;
    font-size: 1.55rem;
    width: fit-content;
    margin: 6px auto 0 auto;
}

.abonneer {
    width: 735px;
    margin-left: 100px;
}

.ondertitel {
    font-family: 'Roboto', sans-serif;
    color: #3F443F;
    font-weight: 500;
    font-size: 1.55rem;
    margin: 0 0 0 25px;
}

.invulveld-tekst {
    font-weight: 400;
    font-size: 1rem;
    padding-left: 40px;
}

.indienen {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 40px;
}

.middel-veld {
    background-color: #D2E5D2;
    border-radius: 50px;
    width: 360px;
    height: 55px;
}

.groot-veld {
    background-color: #D2E5D2;
    border-radius: 50px;
    width: 730px;
    height: 55px;
}

.klein-veld {
    background-color: #D2E5D2;
    border-radius: 50px;
    width: 145px;
    height: 50px;
    border: #3F443F solid 2px;
}

.flex-abo {
    width: 730px;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 20px;
    column-gap: 10px;
    padding: 35px 0 0 0;
}

#abo-section {
    width: 290px;
    height: 100px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.11rem;
    line-height: 1.86rem;
    font-weight: 400;
    color: #3F443F;
    position: relative;
    right: -920px;
    bottom: 200px;
}

.nieuw-block {
    width: 850px;
    height: 100px;
    background-color: #D2E5D2;
    border-radius: 20px;
}

#nieuw-flex {
    gap: 50px;
    margin-top: 35px;
    margin-left: 100px;
}

.nieuw-foto {
    width: 100px;
    border-radius: 20px 0px 0px 20px;
}

.nieuw-titel {
    font-family: 'Roboto', sans-serif;
    color: #3F443F;
    font-weight: 500;
    font-size: 1.11rem;
    text-transform: uppercase;
    width: 595px;
    position: relative;
    left: 130px;
    bottom: 75px;
    margin: 0;
}

footer {
    background-color: #A8B7A8;
    width: 1400px;
    height: 350px;
    border-radius: 20px;
    margin: 100px auto 8px auto;
}

footer h2 {
    font-family:'Roboto Condensed', sans-serif;
    font-size: 1.77rem;
    font-weight: 700;
    color: #3F443F;
    width: fit-content;
}

footer h3 {
    font-family:'Roboto', sans-serif;
    font-size: 1.33rem;
    font-weight: 500;
    color: #3F443F;
    width: fit-content;
}

footer p {
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
}

.insta_icon {
    width: 22px;
    height: 22px;
}

.facebook_icon {
    width: 24px;
    height: 24px;
}

.twitter_icon {
    width: 19px;
    height: 16px;
}

.youtube_icon {
    width: 20px;
    height: 20px;
}

.underline {
    text-decoration: underline;
}

.footer-vind {
    position: relative;
    left: 85px;
    top: 42px;
}

.footer-abonneer {
    position: relative;
    left: 425px;
    top: -23px;
}

.footer-sneller {
    position: relative;
    left: 1020px;
    top: -87px;
}

.op-social {
    position: relative;
    top: -118px;
    left: 127px;
}

.op-nieuwsbrief {
    position: relative;
    top: -169px;
    left: 470px;
}

.naar-pagina {
    position: relative;
    top: -221px;
    left: 1062px;
}

.flex-icons {
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 8px;
    position: relative;
    bottom: 225px;
    left: 86px;
}

.flex-socials {
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 13px;
    position: relative;
    bottom: 355px;
    left: 125px;
}

.middel-veld-footer {
    background-color: #D2E5D2;
    border-radius: 50px;
    width: 258px;
    height: 39px;
}

.groot-veld-footer {
    background-color: #D2E5D2;
    border-radius: 50px;
    width: 521px;
    height: 39px;
}

.klein-veld-footer {
    background-color: #D2E5D2;
    border-radius: 50px;
    width: 103px;
    height: 36px;
    border: #3F443F solid 1px;
}

.flex-abo-footer {
    width: 525px;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 18.5px;
    column-gap: 6px;
    position: relative;
    bottom: 485px;
    left: 427px;
}

.tekst-abo-footer {
    position: relative;
    left: 20px;
    top: 9px;
}

.indienen-footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    position: relative;
    left: 19px;
    top: 9px;
}

.flex-pagina {
    flex-wrap: wrap;
    width: 230px;
    column-gap: 10px;
    row-gap: 14px;
    position: relative;
    bottom: 638px;
    left: 1020px;
}

.invulveld-tekst-footer {
    width: 97px;
}

.copyright {
    position: relative;
    left: 85px;
    bottom: 542px;
}

article {
    width: 645px;
    margin-left: 210px;
}

section {
    padding-top: 30px;
}

article p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
    letter-spacing: 0.05rem;
    margin: 0;
    padding-bottom: 13px;
}

#flex-foto-laatste {
    margin-left: 210px;
    padding: 0;
    gap: 145px;
}

#cover-foto {
    border-radius: 20px;
    width: 645px;
    margin: 0 0 25px 0;
}

.inleiding {
    font-weight: 500;
}

.foto-artikel {
    border-radius: 20px;
    width: 645px;
    margin: 25px 0;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    color: #3F443F;
    margin: 0 auto;
    width: fit-content;
    padding: 25px 0 10px 0;
}

ol {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #3F443F;
    font-weight: 300;
    line-height: 1.4rem;
    letter-spacing: 0.05rem;
    margin: 0;
    padding-bottom: 13px;
}

.list {
    font-weight: 300;
    font-size: 0.77rem;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    line-height: 1.4rem;
    letter-spacing: 0.038rem;
}

#lijst {
    width: 180px;
    margin: 0 auto;
}

#laatste-artikelen {
    width: 265px;
    height: 425px;
    border: #3F443F solid 1px;
    border-radius: 20px;
}

.hr-artikel {
    width: 640px;
    margin: 0;
}

#flex-artikelinfo {
    gap: 30px;
    margin-top: 20px;
}

.artikel-info {
    font-size: 0.88rem;
    font-weight: 600;
    padding: 0;
}

#flow-titel {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: #3F443F;
    margin: 50px 0 0 0;
    width: fit-content;
}

#flow-ondertitel {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.33rem;
    font-weight: 500;
    letter-spacing: 0.066rem;
    text-transform: uppercase;
    color: #3F443F;
    margin: 0;
    width: fit-content;
    padding-bottom: 15px;
}

h4 {
    color: #3F443F;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.11rem;
    letter-spacing: 0.00366rem;
    margin: 0;
    padding-bottom: 4px;
}

.grafiek {
    border-radius: 20px;
}

.italic {
    font-style: italic;
}

.bijschrift {
    width: 150px;
}

#flex-grafiek {
    gap: 20px;
    padding: 25px 0;
}

.bronnenlijst {
    font-weight: 700;
    text-decoration: underline;
    padding-top: 40px;
    font-size: 0.88rem;
}