* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'exo 2'
}

body {
    font-family: "Exo 2",
        sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
}


:root {
    --primary-wit: #f8f5f5;
    --primary-zwart: #110000;
    --primary-groen: #0eb466;
    --primary-donker-groen: #0d5f12;
    --primary-grijs: #8d8d8d;
    --primary-licht-grijs: #d0d0d0;
}

/* Jacey */
/* maud */
.leesMeer a {
    text-decoration: none;
    color: var(--primary-zwart);
}

.leesMeer {
    display: flex;
    align-items: center;
    justify-content: center;
}

section {
    margin: 7.75em 0;
}

/* maud */

.flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.tiles {
    display: flex;
    gap: 5em;
}

.tile {
    background-color: var(--primary-wit);
    width: 25rem;
    text-align: center;
    height: max-content;
    padding-bottom: 0.25em;
    border-radius: 0.125em;
    border: solid 0.125em var(--primary-wit);
}

.tile .artikel {
    text-align: left;
    margin-left: 1em;
    margin-top: 0.5em;
    color: var(--primary-grijs);
}

/* maud */
.tile .date {
    margin: 1em 0;
    color: #9E9E9E;
}

/* maud */

.tile div {
    background-color: var(--primary-groen);
    height: 2em;
    width: 98%;
    margin: 0 auto;
    border-radius: 0.3125em;
}

.tile div p {
    padding-top: 0.4em;
    margin-top: 2em;
    margin-bottom: 1em;
}

.tile h1 {
    padding-top: 2em;
    font-size: 1.25rem;
    width: 24rem;
    margin: 0 auto;
}

.text {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.text h2,
h3,
h4 {
    font-size: 1em;
    text-transform: uppercase;
}

.text h2,
h3,
h4 {
    color: var(--primary-groen);
}

/* maud */
@media screen and (max-width: 650px) {
    .flex {
        flex-direction: column;
        align-items: center;
        gap: 2em;
    }

    .tiles {
        flex-direction: column;
        gap: 2em;
    }

    .tile {
        width: 100%;
        max-width: 23.875rem;
    }
}

/* maud */

main {
    margin-top: 7.407%;
    /* 80px */
}

.content {
    width: 68.519%;
    /* 740px */
}

.flex {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2%;
}

.flex div {
    width: 100%;
    /* 3 items, leaves space for gap/space-between */
}


.title {
    display: flex;
    flex-direction: column;
    gap: 32px;
    /* px, not % */
    margin-bottom: 80px;
    /* px, not % */
}



.title .date,
h1 {
    text-align: center;
}

.title a {
    color: var(--primary-groen);
    text-decoration: none;
}

.title a:hover{
  color: var(--primary-grijs);
}

.title p:last-of-type {
    color: var(--primary-grijs);
}

h1 {
    font-size: 3em;
}

h2,
h3,
h4 {
    font-size: 1em;
}

.info {
    display: flex;
    flex-direction: column;
    gap: 1em;
    /* 16px */
}

.info h2,
h3,
h4 {
    font-size: 1em;
    text-transform: uppercase;
}

.info h2,
h3,
h4 {
    color: var(--primary-groen);
}

.comments {
    padding-top: 16px;
    /* keep in px */
    display: flex;
    flex-direction: column;
    gap: 16px;
    /* keep in px */
    margin-top: 80px;
    /* can stay % if you want scaling with width */
    border-top: 4px solid #A5AB46;
    /* px, not % */
}

.comment {
    border-radius: 2px;
    /* px */
    height: 48px;
    /* px */
    background-color: #F3F3F3;
    border: 1px solid #D5D5D5;
    /* px */
}


.comments p {
    color: rgb(180, 180, 180);
}

.content,
.comments {
    width: 68.5%;
    /* 740px / 1080px */
    min-width: 740px;
    /* ensures they don’t shrink below original size */
}

/* Jacey */
/* sam */
@media screen and (min-width: 1440px) {
    .mobiel {
        display: none;
        /* float: left; */
    }

    .header {
        /* width:100vw; */
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35%;
        height: 15%;
        padding: 10px 0;
    }

    .heusdenhoutlogo {
        width: 2.375rem;
        margin-right: 0.8125rem;
    }

    .logo-text {
        display: flex;
        align-items: center;
    }

    .heusdenhout-titel {
        font-family: "Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 1.125rem;
        color: #000000;
    }

    .desktop-nav a {
        font-family: "Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        font-size: 1.125rem;
        color: #000000;
    }

    .desktop-nav {
        display: flex;
        gap: 1.5625rem;
        align-items: center;
    }

    .topnav a {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .desktop {
        display: none;
    }

    .header {
        background-color: red;
        width: 100%;
        height: 4.375rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.375rem;
        /* maud */
        top: 0;
        position: sticky;
        /* maud */
        padding: 10px 0;
    }

    .heusdenhoutlogo {
        height: 1.6875rem;
    }

    .zoekbalk {
        background-color: blue;
        height: 2.75rem;
        width: 70%;
        display: flex;
        align-items: center;
    }

    .zoekicoon {
        height: 1.3125rem;
        margin-left: 0.5625rem;
    }

    .tandwiel {
        margin-left: 88%;
        margin-top: 2.375rem;
    }

    /* navigatie menu mobiel */
    /* Style the navigation menu */
    .topnav {
        overflow: hidden;
        background-color: lightblue;
        position: fixed;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .topnav #myLinks {
        display: none;
        width: 100vw;
        height: 100vh;
        padding-top: 5rem;
    }

    /* Style navigation menu links */
    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        text-align: right;
        font-size: 17px;
        display: block;
    }

    /* Add a grey background color on mouse-over */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

    /* Style the active link (or home/logo) */
    .active {
        background-color: var(--primary-groen);
        color: white;
    }

    /* hamburgermenu */
    #nav {
        width: 1.343125rem;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav span {
        display: block;
        position: absolute;
        height: 0.135625rem;
        width: 1.343125rem;
        background: var(--primary-groen);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav span:nth-child(1) {
        top: 0.95rem;
    }

    #nav span:nth-child(2),
    #nav span:nth-child(3) {
        top: 1.365rem;
    }

    #nav span:nth-child(4) {
        top: 1.7rem;
    }

    #nav.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
}

.footer {
    background-color: var(--primary-grijs);
    padding-top: 3%;
}

.heusdenhoutlogo-footer {
    width: 2.375rem;
    margin-right: 0.8125rem;
}

.logo-text-footer {
    display: flex;
    justify-content: center;
}

.desktop-footer {
    display: flex;
    justify-content: center;
    gap: 1%;
}

.footer-social-icoon {
    display: flex;
    justify-content: center;
    gap: 1.1%;
    margin-bottom: 3%;
}

.footer-icoon {
    scale: 1.2;
}

.logo-text-footer {
    display: flex;
    align-items: center;
}

/* home */
    .home {
        background-image: url("../img/home_desktop.JPG");
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 90%;
        height:37.8125rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1%
    }
    .h1Sam {
        width: 80%;
        text-align: center;
        font-family:"Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight:700;
        font-style:normal;
        font-size:2rem;
        color:var(--primary-wit);
    }
    .home-text {
        width:80%;
        font-family:"Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight:600;
        font-style:normal;
        font-size:1rem;
        text-align: center;
        color:var(--primary-wit);
        
    }
    .wordlid-knop{
        font-family:"Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight:700;
        font-style:normal;
        font-size:1.25rem;
        color:var(--primary-zwart);
        padding-left:3.875rem;
        padding-right:3.875rem;
        padding-top: 1.6875rem;
        padding-bottom: 1.6875rem;
        background-color: var(--primary-wit);
        border: 2.5px solid var(--primary-wit);
        box-sizing: border-box;
        margin-top:3.5%;
    }
/* missie & visie */
    .missie {
        background-color: var(--primary-wit);
        display:flex;
        justify-content: center;
        align-items: center;
        gap:3%;
        padding:7% 0;
    }
    .visie {

        background-image: url("../img/home_desktop.JPG");
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 95%;
    }
    .missie-container {
        width:80%;
    }
    .visie .grid{
        grid-template-columns: 1fr;
    }
    .visie-titel{
      text-shadow: #ffffff66 1px 1px 18px;

    }

    .visie-text{
      color: var(--primary-wit);
    }
    .missie-text,
    .visie-text,
    .vooriedereen-text {
        font-family:"Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight:400;
        font-style:normal;
        font-size:1rem;      ~  
    }
    .missie-titel,
    .visie-titel,
    .vooriedereen-titel {
        font-family:"Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight:400;
        font-style:normal;
        font-size:2rem;
    }
    .groen {
        color:var(--primary-donker-groen);
        font-weight:700;
    }
    .visie-container {
        width:80%;
        text-align: left;
        margin:0 auto;
        color:var(--primary-wit);
    }
    h3 {
        padding:5% 0;
    }
    .grid,
  .gegevens   {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .info-titel {
        font-family:"Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight:700;
        font-style:normal;
        font-size:2rem;
        color:var(--primary-wit);       
    }
    .info-onderwerp {
        font-family:"Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight: 300;
        font-style:normal;
        font-size:1rem;
        color:var(--primary-wit);
    }
    .gegevens {
        width: 80%;
        margin: 0 auto;
        padding:5% 0;
    }
/* vooriedereen */

.vooriedereen-titel {
    text-align: center;
    margin-bottom: 1.5rem;
}
.vooriedereen-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
}
.vooriedereengrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    width: 80%;
    margin: 0 auto;
}
.bewoners,
.winkeliers,
.maatschappelijke-partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
}
.onderwerp-titel {
    font-weight: 700;
    font-size: 1.5rem;
}

.onderwerp-text {
    font-size: 1rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .vooriedereengrid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.vooriedereen * {
    color: var(--primary-zwart);
}
.vooriedereen-titel,
.vooriedereen-titel span {
    color: var(--primary-groen);
}
.vooriedereen-titel span {
    color: var(--primary-donker-groen);
}



/* footer sam */
    .footer {
        background-color: var(--primary-donker-groen);
        display: flex;
        justify-content: space-between;
        font-family:"Exo 2", sans-serif;
        font-optical-sizing: auto;
        font-weight:600;
        font-style:normal;
        font-size:1.125rem;
        color:var(--primary-wit);
        padding-top:2%;
        padding-bottom:5%;
    }

    .snelnavigeren {
        margin-left: 1.56rem;
        margin-top: 1.25rem;
    }

    .handigeinfo {
        margin-top: 15.5%;
        margin-right: 1.56rem;
        text-align: right;
    }

    .footer-titel {
        font-size: 1.25rem;
        font-weight: bold;
    }

    .footer-navigatie {
        font-size: 1rem;
        padding-top:1%;

    }
    .jaartal {
        padding-top:13%;
    }
    .footer-social-icoon {
       padding-top:5%;
    }
    .facebook {
        margin-right: 1.125rem;
    }
    

/* Maud subscribe*/
.subscribe {
  position: relative;
  height: 140px;
  width: 240px;
  padding: 20px;
  background-color: #FFF;
  border-radius: 4px;
  color: #333;
  box-shadow: 0px 0px 60px 5px rgba(0, 0, 0, 0.4);
}

.subscribe:after {
  position: absolute;
  content: "";
  right: -10px;
  bottom: 18px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--primary-donker-groen);
}

.subscribe p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 28px;
  color: var(--primary-groen);
}

.subscribe input {
  position: absolute;
  bottom: 30px;
  border: none;
  border-bottom: 1px solid var(--primary-groen);
  padding: 10px;
  width: 82%;
  background: transparent;
  transition: all .25s ease;
}

.subscribe input:focus {
  outline: none;
  border-bottom: 1px solid var(--primary-donker-groen);
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'sans-serif';
}

.subscribe .submit-btn {
  position: absolute;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: var(--primary-groen);
  color: #FFF;
  padding: 12px 25px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 5px;
  right: -10px;
  bottom: -20px;
  cursor: pointer;
  transition: all .25s ease;
  box-shadow: -5px 6px 20px 0px rgba(26, 26, 26, 0.4);
}

.subscribe .submit-btn:hover {
  background-color: var(--primary-donker-groen);
  box-shadow: -5px 6px 20px 0px rgba(88, 88, 88, 0.569);
}

/*  Maud */
/* sam */
/* Stijn */
.h1Stijn {
    color: var(--primary-groen);
    margin: 30px;
    font-size: 60px;
}

.hetbestuur {
    text-align: center;
}

.bestuurleden {
    display: flex;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
}

.bestuurlid {
    background-color: var(--primary-wit);
    margin: 35px;
    width: 33%;
}

.bestuurlid img {
    width: 100%;
    border-width: 5px;
    border-color: var(--primary-groen);
    border-style: solid;
    box-sizing: border-box;
}

.bestuurlid h2 {
    margin: 20px;
    font-size: 20px;
}

.bestuurlid h3 {
    margin: 20px;
    font-size: 20px;
}

.bestuurlid p {
    margin: 20px;
}

p {
    color: var(--primary-grijs);
    font-size: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

@media screen and (max-width: 1280px) {
    .bestuurlid img {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .bestuurleden {
        flex-direction: column;
        align-items: center;
    }

    .bestuurlid {
        width: 80%;
    }

    h1 {
        font-size: 40px;
    }

    p {
        font-size: 15px;
    }
}

/* Stijn */
/* Maud form */
.optie{
  width: 98% !important;
}
.bericht{
  margin: 0 0 1.45em 0;
}

.contact_us_2 * {
  font-family: Nunito, sans-serif;
}

.contact_us_2 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_2 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_2 input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_2 .container-block {
  min-height: 75px;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us_2 .submit-btn:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: var(--primary-groen);
}

.contact_us_2 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us_2 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
  height: auto;
}

.contact_us_2 .responsive-container-block.container {
  position: static;
  min-height: 75px;
  flex-direction: column;
  z-index: 2;
  max-width: 800px;
  margin-top: 120px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.contact_us_2 .container-block.form-wrapper {
  background-color: var(--primary-wit);
  max-width: 799px;
  text-align: center;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.373) 0px 4px 20px 7px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .text-blk.contactus-head {
  font-size: 36px;
  line-height: 50px;
  font-weight: 900;
  color: var(--primary-groen);
}

.contact_us_2 .text-blk.contactus-subhead {
  color: var(--primary-grijs);
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  min-height: 50px;
}

.contact_us_2 .input {
  width: 96%;
  height: 50px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: var(--primary-groen);
  border-right-color: var(--primary-groen);
  border-bottom-color: var(--primary-groen);
  border-left-color: var(--primary-groen);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  color: var(--primary-zwart);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact_us_2 .textinput {
  width: 98%;
  min-height: 150px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: var(--primary-groen);
  border-right-color: var(--primary-groen);
  border-bottom-color: var(--primary-groen);
  border-left-color: var(--primary-groen);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact_us_2 .submit-btn {
  width: 98%;
  background-color: var(--primary-groen);
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-wit);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: var(--primary-grijs);
  border-right-color: var(--primary-grijs);
  border-bottom-color: var(--primary-grijs);
  border-left-color: var(--primary-grijs);
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

.contact_us_2 .form-box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .social-media-links {
  width: 250px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .link-img {
  width: 30px;
  height: 30px;
}

.contact_us_2 .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 14px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: var(--primary-grijs);
}

.contact_us_2 ::placeholder {
  color: var(--primary-licht-grijs);
}

.contact_us_2 .blueBG {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 300px;
  background-color: var(--primary-groen);

  background-image: url('../img/IMG_6158.jpg');
  background-size: cover;   
  background-position: center;
  background-repeat: no-repeat; 
}



@media (max-width: 768px) {
  .contact_us_2 .submit-btn {
    width: 100%;
  }

  .contact_us_2 .input {
    width: 100%;
  }

  .contact_us_2 .textinput {
    width: 100%;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .contact_us_2 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 26px;
    line-height: 34px;
  }

  .contact_us_2 .input {
    height: 45px;
  }
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

.checkbox-wrapper input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.checkbox-wrapper *,
  .checkbox-wrapper ::after,
  .checkbox-wrapper ::before {
  box-sizing: border-box;
  user-select: none;
}

.checkbox-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  top: -25px;
  color: var(--primary-grijs);
}

.checkbox-wrapper .label {
  cursor: pointer;
}

.checkbox-wrapper .check {
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 0;
}

.checkbox-wrapper .label svg {
  vertical-align: middle;
}

.checkbox-wrapper .path1 {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  transition: 1s stroke-dashoffset;
  opacity: 0;
}

.checkbox-wrapper{
  display: flex;

}

.checkbox-wrapper .check:checked + label svg g path {
  stroke-dashoffset: 0;
  opacity: 1;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}
/* Maud inlog */
.card{
 display: flex;
 margin: 5% 0 0 0;
 justify-content: center;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #ffffff;
  padding: 30px;
  width: 450px;
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  box-shadow: #00000041 10px 10px 8px 10px;

}

::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form button {
  align-self: flex-end;
}

.flex-column > label {
  color: #151717;
  font-weight: 600;
}

.inputForm {
  border: 1.5px solid #ecedec;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: 0.2s ease-in-out;
}

.input {
  margin-left: 10px;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 100%;
}

.input:focus {
  outline: none;
}

.inputForm:focus-within {
  border: 1.5px solid var(--primary-groen);
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.flex-row > div > label {
  font-size: 14px;
  color: black;
  font-weight: 400;
}

.span {
  font-size: 14px;
  margin-left: 5px;
  color: var(--primary-groen);
  font-weight: 500;
  cursor: pointer;
}

.button-submit {
  margin: 20px 0 10px 0;
  background-color: var(--primary-groen);
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
}

.button-submit:hover{
  background-color: var(--primary-grijs);
}

.p {
  text-align: center;
  color: black;
  font-size: 14px;
  margin: 5px 0;
}

.btn {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #ededef;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.btn:hover {
  border: 1px solid var(--primary-groen);
  ;
}

    
/* Maud */