@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");:root{--red:#ed1c24;--blue:#111827;--gray:#58595b;--white:#fff;--black:#000;--secondary-white:#f9f9f9}body{font-family:Roboto,sans-serif;margin:0;padding:0;box-sizing:border-box}html::-webkit-scrollbar{width:12px}html::-webkit-scrollbar-track{background-color:var(--blue)}html::-webkit-scrollbar-thumb{background-color:var(--white)}.active{color:var(--red)}.whatsappLink{position:fixed;bottom:20px;right:20px;background-color:#25d366;color:#fff;border-radius:50%;padding:10px;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1000;display:flex;align-items:center;justify-content:center}.whatsappLink:hover{color:#fff}*,:after,:before{box-sizing:border-box}html{text-size-adjust:none}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{-webkit-margin-after:0;margin-block-end:0}ol[role=list],ul[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}#introHome,#overOnsIntro{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:10rem 0;background-color:var(--blue);color:var(--white);gap:.5rem}#introHome h1{font-size:50px;text-transform:uppercase}#introHome h2{font-size:24px;font-weight:300}#introHome button{font-size:16px;height:44px;padding:0 20px}#introHome svg{font-size:36px}#buttonLesson{background-color:var(--red);color:var(--white)}#buttonMoreInfo{background-color:var(--white);color:var(--red)}#buttonLesson,#buttonMoreInfo{border-radius:10px;border:none;transition-duration:.25s;width:10rem;font-weight:500;margin-top:5rem;cursor:pointer}#buttonLesson:hover,#buttonMoreInfo:hover{background-color:var(--blue);color:var(--white);border:1px solid #fff;transition-duration:.25s}#introHomeButtons{display:flex;gap:1rem}#infoCardsHome{display:flex;flex-wrap:wrap;justify-content:center;padding:5rem 1.5rem;gap:2rem;background-color:var(--secondary-white)}.cardHome{display:flex;flex-direction:column;text-align:left;min-width:20%;height:220px;border-radius:10px;border:1px solid rgba(88,89,91,.182);padding:1rem;flex:1 1 20%;max-width:20%}.cardHome:hover{box-shadow:0 4px 8px rgba(0,0,0,.01),0 8px 16px rgba(0,0,0,.1);background-color:var(--white);transition-duration:.5s}.cardHome div h3{font-weight:bolder;margin:.5rem 0}.cardHome p{font-size:14px;color:var(--gray);margin:.5rem 0}#iconCardHome{font-size:50px;margin:.5rem 0}#homePhotoWithInfo{background-color:var(--white);color:var(--black);display:flex;flex-direction:row-reverse;align-items:center;padding:5rem 8rem;gap:10rem}#homePhotoWithInfo h1{font-size:x-large;text-transform:capitalize}#homePhotoWithInfo h2{font-size:large;text-transform:capitalize}#homePhotoWithInfo p{font-size:medium;text-transform:capitalize}#homePhotoWithInfo img{border-radius:10px;width:700px;height:400px;object-fit:cover}#homePhotoWithInfo div{border-radius:10px;width:50%;height:auto}#footer{background-color:var(--blue);color:var(--white);padding:30px 0;justify-content:center;align-items:center}#footer,.footer-content{display:flex;flex-direction:column}.footer-content{width:100%;padding:0 5rem}.footer-grid{display:flex;justify-content:space-between;gap:2rem;width:100%;margin-bottom:2rem;flex-wrap:wrap;align-items:flex-start}#logoFooter{max-width:180px;height:auto;margin-right:-5rem}.footer-title{font-size:1.25rem;margin-bottom:1rem;text-align:left;min-height:2rem}.footer-list{list-style:none;padding:0;margin:0;text-align:left}.footer-list li{margin-bottom:.5rem;font-weight:bolder}.footer-list li a{color:var(--white);text-decoration:none;font-weight:400}.footer-list li a:hover{color:var(--red)}.footer-bottom{margin-top:2rem;font-size:.8rem;display:flex;width:100%;justify-content:space-between;align-items:center}#footer-bottom-links{display:flex;gap:1rem;align-items:center}.footer-bottom a{font-weight:400}.privacy-text{padding:5rem 8rem}.title-container{background-color:var(--blue);color:#fff;margin:0;width:100%;padding:4rem;text-transform:uppercase}.privacy-container h1{font-size:2rem;text-align:center;margin-bottom:20px}.privacy-container section{margin-bottom:15px;font-size:18px}.privacy-container section strong{display:block;margin-top:20px;font-size:1.2em}.faq-container{border-radius:10px;margin:5rem 8rem;padding:2rem;background-color:var(--secondary-white)}.title-container{text-align:center;margin-bottom:2rem}.faq-list{list-style-type:none;padding:0}.faq-item{margin-bottom:1.5rem;cursor:pointer}.faq-item h2{font-size:1.5rem;color:var(--blue);margin:0;display:flex;justify-content:space-between;align-items:center}.faq-item .icon{font-size:1.5rem;margin-left:1rem}.faq-item p{margin:.5rem 0 0;padding:.5rem;background-color:var(--white);border-radius:5px}.faq-divider{margin:1rem 0;border:0;border-top:1px solid var(--gray)}.reviews-container{text-align:center;padding:1.5rem 5rem 0;background-color:#f9f9f9}.reviews-title{font-size:24px;font-weight:700;margin-bottom:20px;color:#333;padding-bottom:2rem}.review-time{font-size:12px;color:#999;margin-top:5px}.review-item{width:300px;height:227px;display:flex;flex-direction:column;margin:0 auto;padding:20px;background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-align:left;font-family:Arial,sans-serif}.carousel{padding-bottom:3rem;padding-right:5rem;padding-left:5rem}#box-name-andfoto>img{height:38px;width:38px}#box-name-andfoto{display:flex;flex-direction:row;align-items:center;gap:1rem;padding-bottom:.5rem}.review-item .stars{display:flex;justify-content:left}.review-item .stars svg{color:gold;margin:0 2px;font-size:18px}.review-item h3{font-size:16px;font-weight:700;color:#333}.review-item p{font-size:14px;color:#666;line-height:1.5;overflow:hidden}.review-item .read-more{background:none;border:none;color:#007bff;text-decoration:underline;cursor:pointer;font-size:14px;margin-left:5px}.read-more:hover{color:#0056b3}.popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.popup-content{background:#fff;padding:20px;border-radius:10px;max-width:500px;width:80%;text-align:left;position:relative;box-shadow:0 4px 6px rgba(0,0,0,.2)}.popup-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#333}.popup-close:hover{color:#555}#contact-us{color:var(--gray);padding:5rem 0;display:flex;flex-direction:row;justify-content:center;gap:5rem;background-color:var(--secondary-white)}.contact-usInfoCard a{font-weight:400}.contact-usInfoCard{background-color:var(--white)}#contact-usLeft,#contact-usRight{width:40%}#contact-usLeft h1{font-size:30px}#contact-usLeft p{font-size:18px}.contact-usInfoCardText h3,.contact-usInput label{font-weight:500}#contact-usRight h2,.contact-usInfoCardText h3,.contact-usInfoCardText p{margin:0}#contact-usLeft{gap:1rem}#contact-usLeft,#contact-usRight{display:flex;flex-direction:column}#contact-usRight{gap:2rem;padding:2rem 2rem 0;box-shadow:0 4px 8px rgba(0,0,0,.01),0 8px 16px rgba(0,0,0,.05);border-radius:10px}.contact-usInfoCard{display:flex;flex-direction:row;gap:1rem;padding:2rem;border:1px solid rgba(88,89,91,.1);border-radius:10px}.contact-usInfoCardText{display:flex;flex-direction:column;justify-content:center;gap:10px}.contact-usInfoCard svg{color:var(--red);width:1.5rem;height:1.5rem}.contact-usInput input,.contact-usInput textarea{padding:1rem;border:1px solid rgba(88,89,91,.1);border-radius:10px;width:100%}#buttonSendMessage{background-color:var(--red);color:var(--white);border-radius:10px;padding:.8rem;border:none;font-weight:500}#buttonSendMessage:hover{background-color:#ed1c23d6;transition-duration:.25s;cursor:pointer}.redColor{color:var(--red)}.successMessage{color:green;margin-top:10px}.errorMessage{color:var(--red);margin-top:10px}#formContact{display:flex;flex-direction:column;gap:1.65rem}.nothingMessage{margin-bottom:1.2rem}#map{height:700px;padding:5rem 8rem;background-color:"#f9f9f9"}#onderwerp{display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:10px;gap:20px;flex-direction:row}.onderwerpItem{display:flex;flex-direction:row-reverse;justify-content:left;gap:1rem;width:45%}.onderwerpItem>input[type=checkbox]{width:auto}.bg-card{background-color:#fff}.text-card-foreground{color:#000}.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.flex{display:flex}.flex-col{flex-direction:column}.p-6{padding:1.5rem}.font-semibold{font-weight:600}.tracking-tight{letter-spacing:-.015em}.text-2xl{font-size:1.5rem;line-height:2rem}.items-center{align-items:center}.gap-2{gap:.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-muted-foreground{color:#6b7280}.pt-0{padding-top:0}.space-y-4>*+*{margin-top:1rem}.text-gray-600{color:#4b5563}.bg-gray-50{background-color:#f9fafb}.rounded-lg{border-radius:.5rem}.space-y-2>*+*{margin-top:.5rem}.justify-between{justify-content:space-between}.font-bold{font-weight:700}.border-t{border-top-width:1px}.pt-2{padding-top:.5rem}.mt-2{margin-top:.5rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.flex-shrink-0{flex-shrink:0}.inline-flex{display:inline-flex}.whitespace-nowrap{white-space:nowrap}.rounded-md{border-radius:.375rem}.text-primary-foreground{color:#fff}.h-10{height:2.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.w-full{width:100%}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.05)}.focus-visible\:ring-ring:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.05)}.focus-visible\:ring-offset-2:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.05)}.focus-visible\:ring-offset-background:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.05)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}.pakket-theorie-card{background-color:#fff;color:#000;box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:.5rem;border:1px solid #e5e7eb;margin:5rem 0;width:60%}.centerContainer{display:flex;flex-direction:column;align-items:center}.pakket-theorie-card svg{font-size:1.7rem}.pakket-theorie-header{padding:1.5rem 1.5rem 0}.pakket-theorie-heading{font-weight:600;letter-spacing:-.015em;font-size:1.5rem;display:flex;align-items:center;gap:.5rem}.pakket-theorie-icon{color:#ed1c24}.pakket-theorie-subheading{line-height:1.25rem;color:#6b7280}.pakket-theorie-body{padding:.5rem 1.5rem 1.5rem}.pakket-theorie-description{color:#4b5563}.pakket-theorie-details{background-color:#f9fafb;padding:1rem;border-radius:.5rem;gap:.5rem}.pakket-theorie-item{display:flex;justify-content:space-between;align-items:center}.pakket-theorie-label{font-weight:600}.pakket-theorie-price{font-weight:700}.pakket-theorie-total{border-top:1px solid #e5e7eb;padding-top:.5rem;margin-top:.5rem;display:flex;justify-content:space-between;align-items:center}.pakket-theorie-total-label{font-weight:700}.pakket-theorie-total-price{font-weight:700;font-size:1.25rem;line-height:1.75rem}.pakket-theorie-info{display:flex;align-items:baseline;justify-content:left;gap:.5rem;font-size:.875rem;color:#4b5563;padding-bottom:1rem}.pakket-theorie-info-icon{width:1rem;height:1rem}.pakket-theorie-button{background-color:var(--red);color:var(--white);border-radius:10px;padding:.8rem;border:none;font-weight:500;margin-bottom:1rem;width:100%}.pakket-theorie-button:hover{background-color:#ed1c23d6;transition-duration:.25s;cursor:pointer}.pakket-theorie-button:focus-visible{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px rgba(0,0,0,.05)}.pakket-theorie-button:disabled{pointer-events:none;opacity:.5}.TheorieInfoText{display:flex;align-items:first baseline;padding:2px;gap:.5rem}.TheorieInfoText p,.info-theorie-body{color:var(--gray)}.TheorieInfoText svg{color:var(--red);font-size:20px}.geslaagden-card{margin-bottom:5rem;background-color:var(--white)}.geslaagden-header{display:flex;flex-direction:column;padding-left:1rem;padding-bottom:1rem}.geslaagden-title{font-weight:600;font-size:1.5rem;letter-spacing:-.015em}.geslaagden-subtitle{font-size:.875rem;color:#6b7280}.bg-theorie-second-white{background-color:var(--secondary-white)}.geslaagden-body{padding:0 1.5rem 1.5rem}.slider-container{position:relative;padding:0 2rem}.slider-arrow{position:absolute;font-size:2rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;z-index:1;color:#ed1c24}.slider-prev{left:0}.slider-next{right:0}.slider-list{overflow:hidden}.slider-track{display:flex;transition:transform .3s ease}.slider-slide{min-width:300px;padding:0 .5rem}.image-container{padding:.5rem}.image{width:100%;max-width:650px;height:300px;object-fit:cover;border-radius:.5rem;margin:0 auto}.slider-dots{display:flex;justify-content:center;padding:1rem 0}.slider-dot{margin:0 .25rem}.slider-dot button{background:none;border:none;cursor:pointer}.slider-dot.active button{font-weight:700}.praktijk-card{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.05);border-radius:.5rem;border:1px solid #e5e7eb;margin:2rem;padding:0 1.5rem 1.5rem;width:100%;max-width:600px;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 4rem)}.flex-container{display:flex;flex-wrap:wrap;justify-content:center;padding:5rem 8rem;background-color:var(--secondary-white)}.praktijk-header{display:flex;flex-direction:column;padding:1.5rem 0}.header-content{display:flex;align-items:center;gap:.5rem}.header-title{font-size:1.5rem;font-weight:600;letter-spacing:-.015em}.header-subtitle{font-size:.875rem;color:#6b7280}.praktijk-content{flex-grow:1}.praktijk-description{color:#4b5563;margin-bottom:1.5rem}.praktijk-pricing{background-color:#f9fafb;padding:1rem;border-radius:.5rem;margin-bottom:2rem}.pricing-item{display:flex;flex-direction:column;gap:1rem}.pricing-details{display:flex;justify-content:space-between;align-items:center}.pricing-type{font-weight:600}.pricing-amount{font-weight:700}.pricing-note{font-size:.875rem;color:#6b7280;padding-top:.5rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.praktijk-info-box{display:flex;background-color:var(--white);max-width:600px;border-radius:.5rem;padding:1rem;margin-top:2rem}.praktijk-info-box svg{position:absolute}.praktijk-info-box p{padding-left:2rem;margin:0}#overOnsIntro{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:7rem 0;background-color:var(--blue);color:var(--white);gap:.5rem}#overOnsIntro h1{font-size:2.25rem;text-transform:uppercase}#OverOnsMeerInfo p,#overOnsIntro p,#overOnsIntroText p{font-size:1.125rem;max-width:48rem;text-align:center}#overOnsIntroText{padding-top:5rem;display:flex;flex-direction:column;align-items:center;color:var(--gray)}#overOnsIntroText p{text-align:left}#kiesOns{background-color:var(--secondary-white);margin:0 8rem;display:flex;flex-direction:row;align-items:center;border-radius:10px;flex-wrap:wrap;justify-content:space-around;text-align:center;padding:1rem}#kiesOns h2{font-size:1.875rem;width:100%}#kiesOns h3{font-size:1.25rem}#OverOnsMeerInfo p,#kiesOns p{color:var(--gray)}#OverOnsMeerInfo p,.kies-ons-item{text-align:left}.kies-ons-item{display:flex;flex-direction:row;gap:1rem;width:45%;margin:1rem 0}#OverOnsMeerInfo{display:flex;flex-direction:column;align-items:center;padding:5rem}#OverOnsMeerInfo h1{font-size:1.875rem}#OverOnsMeerInfo-buttons{display:flex;gap:1rem;margin-top:2rem}#left-button{background-color:var(--red);color:var(--white)}#left-button,#right-button{padding:15px 30px;border-radius:10px;border:none;cursor:pointer}#left-button:hover{background-color:#ed1c23d6;transition-duration:.25s}#right-button{background-color:var(--white);color:var(--gray);border:1px solid var(--gray)}#right-button:hover{background-color:var(--secondary-white);transition-duration:.25s}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}#header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;background-color:var(--white);height:90px;padding:0 8rem}#hamburger,a{text-decoration:none;color:var(--gray);transition-duration:.5s;font-weight:700;cursor:pointer}#hamburger:hover,a:hover{color:var(--red);transition-duration:.5s}#hamburger{margin-top:.2rem;font-size:1.7rem;display:none}#overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}#close{position:absolute;top:1rem;right:1rem;font-size:2rem;color:var(--white);cursor:pointer}#overlay-nav{display:flex;flex-direction:column;gap:2rem;align-items:center}#overlay-nav a{color:var(--white);font-size:2rem;text-decoration:none}#nav{align-items:center;color:var(--gray);font-size:large}#nav,#socials{display:flex;gap:1rem}#socials{font-size:x-large}#logo{height:120px;width:auto;cursor:pointer}.insta{font-size:1.7rem}@media screen and (max-width:1500px){#homePhotoWithInfo{align-items:normal}}@media only screen and (max-width:1394px){.cardHome{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 2rem);max-width:calc(50% - 2rem)}#infoCardsHome{padding:5rem 8rem}.carousel{padding-right:0;padding-left:0}}@media screen and (max-width:1200px){#homePhotoWithInfo{flex-direction:column-reverse;align-items:center}.footer-grid{flex-direction:column}#contact-usRight{height:100%}}@media only screen and (max-width:1020px){#homePhotoWithInfo div{width:100%}#homePhotoWithInfo{gap:5rem}#hamburger{display:block!important}#nav,.socialsIcons{display:none!important}.reviews-container{padding:5rem 2rem}#introHome h2{text-align:center}#onderwerp{gap:10px;flex-direction:column}.onderwerpItem{width:100%;align-items:center}}@media only screen and (max-width:850px){#overOnsIntroText{padding:2rem}#overOnsIntro p{font-size:1rem;padding:0 2rem;text-align:left}}@media only screen and (max-width:768px){.cardHome,.praktijk-card{flex:1 1 100%;max-width:100%}#header{padding:0 2rem;justify-content:space-between}#homePhotoWithInfo,#infoCardsHome,.privacy-text{padding:5rem 2rem}#OverOnsMeerInfo{padding-top:0}#kiesOns{margin:2rem;flex-direction:column}.kies-ons-item{width:100%}.footer-content{padding:2rem}.reviews-container{padding:2rem 0}#introHome h1{text-align:center}.footer-bottom{flex-direction:column-reverse;gap:.5rem}.review-item{margin:4rem}.pakket-theorie-card{width:100%}.centerContainer,.flex-container{padding:1rem 2rem}.praktijk-info-box{max-width:400px;font-size:12px;margin-bottom:3rem}.faq-container{margin:2rem;padding:1rem}.reviews-container{padding:5rem 2rem}}@media screen and (max-width:654px){#contact-us{flex-direction:column;align-items:center;padding:2rem}#contact-usLeft,#contact-usRight{width:100%}#contact-usRight{padding-bottom:0}.errorMessage,.successMessage{margin-bottom:2rem}#map{padding:5rem 2rem}.reviews-container{padding-left:0;padding-right:0}}@media screen and (max-width:550px){.praktijk-info-box{max-width:300px;font-size:10px}.review-item{height:250px;margin:0 2.4rem}#introHome{padding:4rem 0;gap:0}}@media screen and (max-width:350px){.review-item{height:250px;margin:0 1.45rem}}