* {
    margin: 0;
    padding: 0;
    font-family: 'Jost', sans-serif;
}

html {
    scroll-behavior: smooth;
}

:root {
    --main-color: #477FFF;
    --second-color: #c8cb03;
    --main-light: hsl(61, 100%, 81%);
    --second-light: hsla(222, 100%, 50%, 0.445);
}


header {
    max-height: 2rem;
    backdrop-filter: blur(15px);
    border-style: none none solid none;
    border-color: black;
    display: flex;
    align-items: center;
    padding: 25px 140px;
    position: fixed;
    width: 81vw;  
    z-index: 99;
    border-bottom-width: 1px;
    top: 0;
    width: 100vw;
    background-color: rgb(255, 255, 255, 45%);
}

.menuMobile {
    display: none;
}

.mainLinks {
    width: fit-content;
    margin-inline: auto;
}

.mainLinks >* {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: fit-content;
    gap: 5rem;
}

.headerLink {
    width: fit-content;
}

#linear {
    color: var(--main-color);
}

.headerLink:hover {
    border: 2px solid;
    border-image-slice: 1;
    text-decoration: inherit;
    border-color: var(--main-color);
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

li {
    list-style: none;
    margin-inline: 25px;
}

ol {
    padding: 0;
    margin: 0;
    justify-content: space-between;
}

a {
    text-decoration: none;
    color: black;
    font-size: 17px;
    font-weight: 500;
}

.logo {
    margin-right: 0;
    width: 4rem;
    height: 4rem;
    margin-top: -1.5rem;
    transition: 0.2s;
    scale: 90%;
}
     
.logo:hover {
    cursor: pointer;
    opacity: 90%;
}

.visibleText {
    top: 100px;
    position: relative;
    margin-inline: 12%;
}

.margin-top {
    margin-top: 40px;
}

.AV-text {
    align-self: center;
}

#btnHeader {
    margin-left: 0;
    display: unset;
}

.btn {
    font-size: 15px;
    border-radius: 7px;
    background-color: black;
    color: white;
    padding-inline: 10px;
    padding-block: 2px;
    box-shadow: none;
    margin-top: 4%;
    border: 0;
    outline: var(--main-color);
    transition: 0.5s;
    text-decoration: underline;
    text-decoration-color: black;
}

.btn:hover {
    background-color: transparent;
    color: black;
}

.btn:active {
    background-color: lightgray;
}

button:hover {
    cursor: pointer;
}

.hero {
    display: flex;
    justify-content: space-between;
    margin-left: 140px;
}

h1 {
    font-size: 30px;
    font-weight: bolder;
}

.heroTekst {
    position: relative;
    max-width: 465px;
    margin-top: 250px;
}

.circle {
    margin-top: 125px;
    padding-right: 170px;
}
.hero2{
    position: relative;
}

#fiets{
    scale: 60%;
    z-index: 5;
    position: absolute;
    margin-top: 50px;
    margin-right: 10rem;
}

p {
    font-size: 18px;
}

.sectionSpacer {
    position: relative;
    isolation: isolate;
    width: 100%;
    color: white;
    text-shadow: 1px 0px black;
}

.sectionSpacer::after {
    content: '';
    inset: 0;
    z-index: -1;
    margin-block: auto;
    transform: skewY(4deg);
    background: linear-gradient(90.26deg, var(--main-color) 2.08%, var(--second-color) 96.89%);
    height: 270px;
    position: absolute;
    padding-block: 40px;
}

#clickToActionWhite {
    color: white;
    border-bottom: 1px solid transparent;
    transition: 300ms;
}

#clickToActionWhite:hover {
    border-color: white;
}

.separaterTekst {
    margin-inline: auto;
    text-align: center;
    max-width: 50rem;
}

.hetPorces {
    top: 1050px;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#procesTekst {
    max-width: 564px;
    margin: 0;
}

.hetProcesTekst {
    margin-left: 140px;
}

.procesList {
    list-style: circle;
    padding: 5px 0px 5px 10px;
    margin: 0;
    display: block;
    display: list-item;
    width: fit-content;
    list-style-position: outside;
    text-decoration-color: black;
}

#procesImg {
    width: 539px;
    height: 185px;
    image-rendering: optimizeSpeed;
    object-fit: cover;
    justify-self: flex-end;
    border-radius: 9px;
    margin-top: 30px;
    margin-right: 100px;
}

#one {
    top: 711px;
    position: absolute;
}

#two {
    top: 1500px;
    position: absolute;
}

.logoSpacer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#googleFormulier{
    position: relative;
    top:200px;
}

.logos {
    margin-inline: 10px;
    object-fit: scale-down;
    height: fit-content;
    width: fit-content;
}

#contectForm{
    top: 0;
}

.waaromWijIndex {
    position: relative;
    top: 1300px;
    margin-left: 12%;
}

.waaromWijImg {
    position: absolute;
    left: auto;
    scale: 150%;
    border-radius: 9px;
    margin-block: 6%;
    right: 12%;
}

.waaromWijTekst {
    max-width: 500px;
}

#hrIndex {
    position: relative;
    top: 1400px;
}

.wieZijnWij {
    top: 2400px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.wieZijnWijImg{
    display: flex;
    gap: 17%;
    justify-content: center;
}

.wieZijnWijImg >* {
    image-rendering: optimizeQuality;
}

#tekstWieZijnWij {
    max-width: 462px;
    margin-inline: auto;
    margin-bottom: 4rem;
}

.sectionSpacerWij {
    position: relative;
    isolation: isolate;
    display: flex;
    color: white;
    justify-content: center;
    text-shadow: 1px 0px black;
    max-width: 100%;
    gap: 10%;
}

.sectionSpacerWij>* {
    max-width: 381px;
}

.name {
    color: white;
    text-shadow: 1px 0px black;
    font-weight: bold;
}

.sectionSpacerWij::after {
    content: '';
    inset: 0;
    z-index: -1;
    margin-block: auto;
    transform: skewY(4deg);
    background: linear-gradient(90.26deg, var(--main-color) 2.08%, var(--second-color) 96.89%);
    height: 270px;
    position: absolute;
}

.footerContent{
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.footerContent>*{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rowTwo,.rowThree{
    align-self: flex-end;
}

.rowOne,.rowTwo,.rowThree{
    z-index: 999;
}

.footerHead{
    font-weight: bolder!important;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.footerHead::before{
    position: absolute;
    top: 70px;
    content: '';
    width: 75px;
    background-color: white;
    height: 2px;
    border-radius: 300px;
}

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&display=swap');

.footerbackground{
    position: absolute;
    top: 50px;
    font-family: "Alexandria", sans-serif;
    right: 1px;
    font-size: 392px;
    opacity: 50%;
    background: -webkit-linear-gradient(#FFFFFF, rgb(171, 171, 171, 50%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: none;
    font-weight: 900;
    user-select: none;
    text-shadow: 5px 5px 20px rgb(167, 167, 167);
    position: absolute;
}

.footerContent>*>*{
    color: white;
    font-size: 20px;
    font-weight: 200;
    width: fit-content;
}

.rechten{
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 25px;
}

.rechten>*{
    color: white;
    font-size: 15px;
    font-weight: 200;
}

.sloten {
    top: 2500px;
    position: relative;
    margin-left: 140px;
    display: flex;
    justify-content: space-between;
}

.slotenTekst {
    max-width: 502px;
    margin-bottom: 40px;
}

#slotenImg {
    max-width: 431px;
    max-height: 300px;
    padding-right: 100px;
}

.accordion {
    display: flex;
    margin-inline: auto;
    background: linear-gradient(90.26deg, var(--second-light) 2.08%, var(--main-light) 96.89%);
    font-size: medium;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 716px;
    text-align: left;
    border: none;
    outline: invert;
    transition: 0.4s;
    flex-wrap: nowrap;
    position: relative;
    top: 2300px;
  }

#firstPanel {
    border-radius: 1rem 1rem 0rem 0rem;
    margin-inline: auto;
}

.accordion:after {
    display: flex;
    margin-left: auto;
    content: "\002B";
    color: black;
    font-size: 24px;
  }

#last {
    border-radius: 0rem 0rem 1rem 1rem;
    margin-inline: auto;
}

#last.active, .active {
    border-radius: 0rem; 
    background-color: var(--main-color);
}

.active:after {
    display: flex;
    margin-left: auto;
    content: "\2212";
    color: black;
    font-size: 24px;
  }
  
 .accordion:hover {
    background-color: hsla(228, 100%, 63%, 0.5);
  }
  
  .panel {
    position: relative;
    top: 2300px;
    display: flex;
    margin-inline: auto;
    width: 716px;
    padding: 0px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
  }

.panel >* {
    font-size: small;
}

hr {
    margin-inline: 140px;
    position: relative;
    margin-block: 20px;
    top: 2400px;
    border: solid 2px;
    color: var(--main-color);
    border-radius: 2rem;
}

.buttonForm {
    top: 150px;
    width: 76%;
}

.hiddenForm{
   position: relative;
}

#smallFoot {
    font-size: 1;
}

#smallFoot >*:hover {
    text-decoration: none;
    cursor: default;
}   

footer{
    top: 2600px;
    position: relative;
    margin-top: 140px;
    max-height: 449px;
    background-image: linear-gradient(125deg, #548A44, #C8CB03, #477FFF);
    padding: 40px 140px;
    overflow: hidden;
    z-index: 20;
    padding-bottom: 150px;
}

.hetTeam {
    position: relative;
    top: 150px;
}

.hetTeamTekst {
    text-align: center;
    margin-inline: 12%;
}

.hetTeamContent {
    display: flex;
    justify-content: center;
    margin-bottom: 10rem;
}

.personeel2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 50%;
    text-align: center;
}

.personeel2 >* {
    max-width: 400px;
    margin-inline: 20px;
}

.imgRond {
    scale: 75%;
}

.teamName {
    margin-inline: 20px;
    width: fit-content;
    font-weight: bold;
}

.samenWerking {
    position: relative;
    top: 100px;
}

.logosGemeentes {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logosGemeentes >* {
    margin-inline: 10px;
}

.gemeentes {
    margin-inline: auto;
    max-width: 904px;
    border-radius: 0rem 0rem 1rem 1rem;
    padding: 20px;
    text-align: center;
    color: white;
    background: var(--main-color);
}

.hoofdSamenwerkers {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 30px;
}

.politieCbr {
    max-width: 415px;
    padding: 20px;
    color: black;

}

#politie {
    background: var(--main-color);
    color: white;
    margin-right: 17px;
    border-radius: 1rem 0 0 0;
}

#politieLogo {
 scale: 110%;
 margin: 5px 5px 0 0;
}

.pSamen {
    font-size: medium;
    font-weight: normal;    
    margin: 0;
    margin-top: 10%;
}

#CBR {
    background: var(--main-color);
    color: white;
    margin-left: 17px;
    border-radius: 0 1rem 0 0;
}

.logocontrast {
    box-shadow: 5px 5px 10px black;
    border: 1px solid darkgray;
}

.waaromWij {
    position: relative;
    top: 200px;
    margin-inline: 140px;
}

.waaromWij >* {
    max-width: 494px;
}

#WaaromWijImgOverOns {
    position: relative;
    border-radius: 9px;
    right: 0;
    left: auto;
    scale: 75%;
    float: right;
}

#h4OverOns {
    font-size: x-large;
}

#hrOverOns {
    position: relative;
    top: 150px;
}

#footerOverOns {
    position: relative;
    top: 700px;
}

#slotenImg {
    border-radius: 1rem;
}

.contactFormulier {
    position: relative;
    top: 200px;
    display: flex;
    overflow: hidden;
    gap: 30px;
}

#formContact {
    margin-left: 30%;
}

#formPreventie {
    justify-content: space-between;
    width: 100%;
    margin-top: 100px;
    position: relative;
    margin-bottom:200px;
}

#spacerContact  {
    top: 400px;
}

#modal {
    border-image: linear-gradient(90.26deg, var(--main-color) 2.08%, var(--second-color) 96.89%) 1;
    border-width: 5px;
    margin: auto auto;
    padding: 8px;
}

.modalHeading {
    width: fit-content;
}

.close-button {
    background: black;
    color: white;
    border: none;
    padding: 3px 10px;
    border-radius: 7px;
    margin-inline: auto;
}

#headerH3contact {
    margin: 0;
    margin-left: 12%;
    max-width: fit-content;
    position: relative;
    top: 225px;
    margin-block: 0;
}

#spacerContactTekst {
    margin-inline: 140px;
}

.infoVoorBedrijfen {
    position: relative;
    top: 600px;
    max-width: 1929px;
    text-align: center;
    margin-inline: 12%;
}

.checkbox {
    width: fit-content;
    scale: 100%;
    height: fit-content;
    margin: 0;
    margin-right: 10px;
}

.input {
    display: flex;
    flex-wrap: wrap;
    margin-block: 5%;
    position: relative;
    top: 10rem;
    margin-inline: 12%;
}

.eigRegel {
    width: 100%;
}

.infoFormulier {
    position: relative;
    align-self: center;
    max-width: 469px;
    margin-left: auto;
    display: flex;
    justify-self: flex-end;
    flex-direction: column;
    background: var(--main-color);
    text-shadow: 1px 0px black;
    border-radius: 1rem 0 0 1rem;
    color: white;
    padding: 1rem 2rem;
    float: right;
}

.linkApp{
    color: black;
    text-decoration: underline;
}

#preventieInput {
    position: absolute;
    left: auto;
    right: -67%;
}

.infoFormulierTekst{
    margin-right: 10%;
}

.inputContact {
    width: 476px;
    height: 42px;
    display: flex;
    align-items: center;
    margin-block: 60px;
    border: none;
    border-bottom: solid 2px;
    border-color: var(--main-color);
}

input{
    accent-color: var(--main-color);
}

.centerLabel {
    align-items: center;
    height: fit-content;
}

label {
    margin-right: 20px;
}

.labelPreventie{
    margin: 0px;
}

.registratieFormDoc{
    margin-left: 140px;
}

.registratieForm{
    margin-block: 20px;
}

.inputText {
    width: 40%;
    height: 42px;
    display: flex;
    align-items: center;
    margin: 20px auto;
    border: none;
    border-bottom: solid 2px;
    border-color: var(--main-color);
}

.labelAkkoord{
    max-width: 1000px;
    text-wrap: wrap;
    margin-bottom: 40px;
}

.AV-nummer {
    margin-inline: 0;
    margin: 0;
}

.googleFormuliertje{
    position: relative;
    top:2000px;
}

#submit {
    background: black;
    color: white;
    border-image: none;
    border: 1px solid black;
    width: fit-content;
    border-radius: 9px;
    padding-inline: 30px;
    padding-block: 5px;
    margin: 0;
}

textarea {
    width: 476px;
    height: 42px;
    display: flex;
    align-items: center;
    margin-block: 60px;
    border: none;
    border-bottom: solid 2px;
    border-image: linear-gradient(90.26deg, var(--main-color) 2.08%, var(--second-color) 96.89%) 1;
}

input::placeholder {
    display: flex;
    justify-content: flex-start;
}

#hrContact {
    top: 0px;
    margin-inline: 0;
    margin-block: 20px;
}

#headerContactInfo {
    text-align: left;
}

.backgroundBedrijfen {
    position: relative;
    background-image: url(/images/fotoMetPolitie.JPG);
    background-position: center;
    zoom: 75%;
    width: 100%;
    height: 250px;
    border-radius: 9px;
    background-repeat: no-repeat;
}

.preventie {
    top: 100px;
    position: relative;
    margin-inline: 12%;
}

.preventieTekst {
    max-width: 492px;
}

#preventieFoto {
    width: 413px;
    border-radius: 9px;
    position: relative;
    float: right;
}

.registratie {
    display: flex;
    position: relative;
    justify-content: flex-end;
    align-items: center;
    float: right;
    top: 100px;
    margin: 0;
    width: 100vw;
}


#hrPreventie {
    position: relative;
    top: 300px;

}

#hrPreventie1{
    position: relative;
    top: 80px;
    margin-block: 100px; 
    margin-inline: 0;
}

#spacerPreventie {
    position: relative;
    top: 450px;
}

h6 {
    font-size: 30px;
}

.visibleTekst{
    padding-bottom:200px;
}

.informatieRegistratie {
    align-items: center;
    padding: 0;
    padding-right: 140px;
    background: linear-gradient(90.26deg, var(--main-color) 2.08%, var(--second-color));
    width: 484px;
    float: right;

}

.informatieRegistratie >* {
    float: right;
}

.fietsGestolen {
    position: relative;
    top: 200px;
    margin-inline: 12%;
    width: 76%;
}

.fietsGestolen >* {
    text-align: center;
    width: auto;
    margin-inline: auto;
    display: flex;
    justify-content: center;
}

.slotenPreventie {
    position: relative;
    top: 800px;
    margin-inline: 12%;
}

#fotoSloten {
    width: 413px;
    height: 600px;
    border-radius: 9px;
    position: relative;
    top: 0;
    margin-top: 0;
    float: right;
    object-fit: cover;
    scale: 75%;
    align-self: center;
}

.preventieSlotenTekst{
    top: -100px;
    position: relative;
}

.preventieSlotenTekst >* {
    max-width: 492px;
}

h1, h2, h3, h4, h5, h6  {
    font-size: larger;
    margin-block: 20px;
}

.btnDuidelijk{
    color: orange;
}

#OverOnsFoot {
    position: relative;
    top: 260px;
}

.inline {
    display: flex;
    margin: 0;
}

.inline >* {
    width: fit-content;
    margin: 0;
}

.footerPreventie {
    position: relative;
    top: 800px;
}

/*form sender*/

/* responsive design */

@media (max-width: 1226px) {

    .registratieFormDoc{
        margin-left: 40px;
    }

    .circle {
        margin-top: 100px;
    }
    .heroTekst>* {
        font-size: 15px;
    }
    .hero2{
        scale: 75%;
    }
    #fiets{
        margin-top: 25px;
    }
    .heroTekst {
        margin-top: 200px;
    }
    .centerLabel{
        display: inline-block;
        gap: 0;
    }
    .mainLinks, #btnHeader {
        display: none;
    }
    .listCenterLabel{
        margin: 0;
    }
    .hamburgerMenu {
        background-color: white;
        box-shadow:  3px 3px 10px var(--main-color),  -3px -3px 10px var(--second-color);
        border-radius: 9px;
        z-index: 6;
        margin-inline: 25%;
        width: 50%;
    }
    .hamburgerMenu >*{
          text-align: center;
    }
    .idSelector{
        display: inline;
        width: 100vw;
    }
    .hamburger {
        scale: 250%;
        padding-right: 2rem;
        border: none;
        background: none;
        padding: none;
        transition: 0.4s;
        display: unset;
    }

    .aside {
        position: absolute;
        z-index: 4;
        background-color: hsl(0, 0%, 100%, 75%);
        backdrop-filter: blur(10px);
        border-style: none none none solid;
        border-color: black;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        left: auto;
        margin-top: 0;
        transition: 0.4s;
    }

    .aside.is-active {
        right: -100%;
    }
    
    .cross.is-active{
        right: -100%;
    }

    .cross {
        z-index: 5;
        color: black;
        position: absolute;
        right: 5rem;
        scale: 200%;
        border: none;
        background: none;
        padding: none;
        transition: 0.4s;
    }
    .aside>* {
        position: absolute;
        color: black;
        justify-content: center;
        z-index: 3;
        display: block; 
        top: 42vh;
    }

    header {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        padding-inline: 0;
        background-color: white;
    }

    li{
        margin-block: 10px;
    }

    .menuMobile{
        display: unset;
    }

    #procesTekst {
        max-width: 500px;
        font-size: 15px;
    }
    
    #procesImg {
        scale: 75%;
        max-width: 400px;
    }

    #two {
        top: 1500px;
    }

    .wieZijnWij {
        top: 1900px;
    }

    .accordion{
        top: 2100px;
    }

    .panel {
        top: 2100px;
    }

    hr {
        top: 2200px;
    }

    .sloten{
        top: 2300px;
        margin-inline: auto;
    }

    .slotenTekst{
        max-width: 500px;
        margin-left: 140px;
    }

    #slotenImg {
        scale: 50%;
    }

    footer {
        top: 2400px;
        padding-bottom: 40px;
    }

    .footerbackground{
        display: none;
    }

    img{
        scale: 75%;
    }

    .separaterTekst{
        font-size: 15px;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 15px;
    }

    #tekstWieZijnWij {
        font-size: 15px;
        padding-inline: 20px;
    }

    .name, p, a {
        font-size: 15px;
    }

    td {
        font-size: 14px;
        text-align: center;
    }

    .waaromWijIndex{
        top: 2000px;
    }

    .waaromWijTekst {
        max-width: 350px;
        
    }

    .waaromWijImg {
        scale: 90%;
        margin-block: 8%;
    }

    .buttonForm {
        top: 150px;
    }
    
    .hiddenForm{
        top: 150px;
    }

    .backgroundBedrijfen{
        display: none;
    }

    .noInline {
        margin: 12px 0;
    }

    #hrPreventie, #hrPreventie1 {
        display: none;
    }

    .preventieTekst, .visibleText{
        text-align: center;
    }
    #preventieTekst{
        margin-inline: auto;
        width: 100%;
    }
}

@media (max-width: 900px) {
    h1, h2, h3, h4, h5, h6 {
        text-align: center;
    }

    header {
        padding-left: 2rem;
        max-width: 100%;
    }
    .hero2{
        right: 0;
        scale: 100%;
    }

    .hamburger {
        margin-right: 2rem;
        scale: 300%;
    }

    .circle{
        position: relative;
        margin: 0;  
        
        left: 0;
        right: 0;
        display: flex;
        justify-self: center;
        padding: 0;
        max-width: 100%;
        top: 100px;
    }
    #fiets{
        display: none;
    }
    .hero {
        display: flex;
        justify-content: center;
        margin-inline: auto;
    }

    .heroTekst {
        position: absolute;
        z-index: 1;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-inline: 4%;
        margin-top: 15rem;
        max-width: 450px;
        color: white;
    }

    .wieZijnWij {
        position: relative;
        top: 1500px;
    }

    .sectionSpacerWij {
        flex-direction: column;
        top: 4rem;
    }

    .sectionSpacerWij::after {
        padding-block: 2rem;
    }

    .wieZijnWijImg {
        display: none;
    }

    .personeelRandy {
        scale: 90%;
        max-width: 400px;
        margin-inline: auto;
    }

    .personeelDylan {
        scale: 90%;
        max-width: 400px;
        margin-inline: auto;
    }

    .waaromWijIndex {
        top: 1450px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0;
        margin-inline: auto;
        margin-bottom: 50px;
        max-width: 80%;
    }

    .waaromWij >* {
        text-align: center;
        width: fit-content;
    }

    .waaromWij {
        margin-inline: 12%;
    }

    .waaromWijTekst {
        max-width: 500px;
        text-align: center;
        margin-inline: auto;
    }

    .waaromWijImg {
        display: none;
    }

    .waaromWijImgStrecht {
        position: absolute;
        border-radius: 9px;
        scale: 100%;
        top: 50px;
        width: 500px;
        max-height: 150px;
        object-fit: cover;
    }

    footer {
        width: 100%;

        margin: none;
        padding-inline: 24px;
        padding-bottom: 50px;
        height: fit-content;
    }

    .logos {
        margin: 0;
        scale: 70%;
    }

    svg {
        margin: 0;
        padding: 0;
    }

    .separaterTekst {
        margin: 0;
        margin-inline: auto;
        padding-inline: 30px;
    }

    #procesImg {
        display: none;
    }

    .hetProcesTekst {
        margin: 0;
        margin-inline: auto;
        padding-inline: 20px;
    }

    hr {
        display: none;
    }

    .slotenTekst {
        margin-inline: auto;
        margin-bottom: 0;
        padding-inline: 4%;
        
    }

    .sloten {
        top: 1850px;
        text-align: center;
        margin-inline: auto;
    }

    #footerIndex {
        top: 1900px;
    }

    #slotenImg {
        display: none;
    }

    .panel {
        top: 1750px;
        padding-inline: 20px;
    }

    .accordion{
        top: 1750px;
        max-width: 500px;
        margin-inline: auto;
        font-size: 14px;
        max-width: 100%;
    }

    #firstPanel, #last {
        border-radius: 0;
    }

    td >* {
        display: none;
    }

    th >* {
        table-layout: fixed;
        font-size: 13px;
        margin-inline: 1px;
        flex-direction: column;
    }

    tr {
        display: flex;
        flex-direction: column;
        margin-inline: auto;
        width: min-content;
        text-align: center;
    }

    th {
        max-width: min-content;
        text-align: center;
    }

    table {
        background-color: lightgrey;
        width: 100%;
        max-width: none;
        margin-bottom: -1px;
        text-align: center;
    }

    .logoSpacer {
        margin-inline: auto;
        max-width: 100vw;
        scale: 75%;
        overflow: hidden;
    }

    #smallFoot{
        margin-top: -11rem;
        align-items: center;
        }

    #WaaromWijImgOverOns {
        display: none;
    }

    #spacerContactTekst {
        text-align: center;
        width: fit-content;
        margin-inline: auto;
    }

    .infoFormulier {
        border-radius: 2rem;
        padding-right: 2rem;
        max-width: fit-content;
        text-align: center; 
        margin-inline: 0;  
    }

    #spacerContact {
        gap: 30px;
        top: 200px;
    }

    .infoFormulierTekst {
        width: auto;
        margin: 0;
    }

    .contactFormulier {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2rem;
        top: 1rem;
        margin-inline: 2rem;
    }

    .slotenPreventieTekst{
        margin-left: 0;
    }

    #headerH3contact {
        top: 7rem;
        margin-bottom: 20px;
    }

    #footerOverOns {
        top: 500px;
    }

    #fotoSloten {
        display: none;
    }

    input, textarea {
        max-width: 60%;
        margin-inline: 0;
        max-height: fit-content;
    }

    dialog {
        margin: auto auto;
    }

    .input {
        align-content: center;
    }

    #formContact {
        width: fit-content;
        justify-content: center;
        margin-top: 50px;
        margin-left: 0;
    }

    .buttonForm {
        top: 150px;
    }
    
    .hiddenForm{
        top: 150px;
    }
    .preventieSlotenTekst >* {
        text-align: center;
        margin-inline: auto;
    }
    #preventieFoto {
        display: none;
    }

    #headerContactInfo {
        text-align: center;
    }
    .infoVoorBedrijfen {
        top: 450px;
    }
    .contactText {
        position: relative;
        top: 0px;
        
    }
    .imgRond {
        scale: 60%;
    }
    #h4OverOns {
        margin-inline: auto;
    }
    #waaromwijKleinTekst{
        margin-right: 0;
        max-width: none;
    }
    .hetTeamContent{
        flex-direction: column;
    }
    .personeel2{
        margin-inline: auto;
        max-width: 76%;
    }
    .hoofdSamenwerkers>*{
        max-width: 40%;
    }
    .politieCbr{
        width: 40%;
        padding: 5%;
    }
}
/* now for the error page */
#circleError{
    position: absolute;
    top: 25vh;
    max-height: 50vh;
    right: 12%;
}
#fietsError{
    max-height: 50vh;
    scale: 50%;
    position: absolute;
    top: 25vh;
    right: 12%;
    z-index: 10;
}
.mainMsg{
    display: flex;
    align-items: center;
    height: 100vh;
    margin-left: 12%;
    flex-wrap: wrap;
    gap: -2rem;
    max-height: 50vh;
    margin-block: 25vh;
}
#btnError{
    max-width: fit-content;
    width: 100%;
    margin: 0;
    z-index: 2;
}
#error{
    font-size: 8rem;
    margin: 0;
    width: 100%;
    color: #477FFF;
    z-index: 2;
}
#probleemExp{
    width: 100%;
    margin: 0;
    z-index: 2;
}
.largeCircle{
    position: absolute;
    height: 100vh;
    width: 50vw;
    display: flex;
    margin-block: auto;
    top: 0;
    bottom: 0;
    left: -14%;
    z-index: 1;
    overflow: hidden;
    border-radius: 0 50% 50% 0;
    background-color: #c8cb03;
}
circle{
    overflow: hidden;
}