
/* ALS PAGINA ZOMERDEALS OFFLINE IS MAG DIT WEG */
.block.content.blueblock{ border: 1px solid var(--darkblue); padding: 15px 15px 25px 15px; margin-bottom: 20px; }
.block.content.blueblock img{ width: 100% !important; height: auto !important; }
.block.content.blueblock p{ margin-bottom: 0; }
.block.content.blueblock .btn{ margin: 0; }
/* ============================================
		BANNER
=============================================*/
.container-fluid.banner{ position: relative; }
.container-fluid.banner:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(255,255,255);
background: linear-gradient(190deg, rgba(255,255,255,0) 40%, rgba(51,51,51,0.5) 80%, rgba(0,0,0,0.5) 100%); }
.container-fluid.banner img{ height: calc(100vh - 200px); object-fit: cover; }
.container-fluid.banner .content{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 100px 0; }
.container-fluid.banner .content h1{ font-size: 4.5rem; color: #ffffff; line-height: 1; margin-bottom: 10px; }
.container-fluid.banner .content h3{ font-size: 2.5rem; color: #ffffff; margin: 0; }

/* ============================================
		CONTENT
=============================================*/

.container-fluid.content > .row{ margin-bottom: 50px; }
.container-fluid.content > .row.banner{ margin-bottom: 50px; }
.container-fluid.content > .row.bluebanner:last-child{ margin-bottom: 0; }
.container-fluid.content > .row.nomartop{ margin-top: 0; }
.container-fluid.content > .row.nomarbot{ margin-bottom: 0; }
.container-fluid.content > .row.nopadtop{ padding-top: 0; }
.container-fluid.content > .row.nopadbot{ padding-bottom: 0; }
.container-fluid.content > .row.martop{ margin-top: 70px; }

/* ===================== TABEL ===================== */
.container-fluid.content .board table { width: 100%; }
.container-fluid.content .board table tr td{ padding: 5px 10px;  }
.container-fluid.content .board table tr:nth-child(even) { background: var(--lightgrey); }

/* ===================== BANNER NEWSLETTER ===================== */
.row.banner .block.html.newsletter{ display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 40px 0 40px 300px; }
.row.banner .block.html.newsletter h3{ color: #ffffff; margin-top: 0; }

/* ===================== UITLIJNING ===================== */
.row.alignment{ margin-top: 70px; }
.row.alignment .col-lg-6{ display: flex; align-items: center; }

/* ===================== NEWS ===================== */
.block.list.news .col-md-6.col-lg-4{ margin-bottom: 55px; }
.block.list.news .col-md-6.col-lg-4 > a{ color: #ffffff; text-decoration: none; }
.block.list.news .col-md-6.col-lg-4 > a:hover{ color: #ffffff; text-decoration: none; }
.block.list.news .item{ position: relative; height: 100%; display: flex; flex-direction: column; }
.block.list.news .item .image{ overflow: hidden; }
.block.list.news .item .image img{ transition: all 0.5s;  }
.block.list.news .item:hover .image img{ transform: scale(1.08); }
.block.list.news .item .content{ position: relative; flex: 1; }
.block.list.news .item .content .text{ background: var(--darkblue); padding: 40px 50px 60px 50px; height: 100%; }
.block.list.news .item .content .text h3{ color: #ffffff; margin: 0; }
.block.list.news .item .content .text .date{ margin-bottom: 15px; }
.block.list.news .item .content .text .info{ color: #ffffff; margin-top: 5px; }
.block.list.news .item .content .btn.btn-primary{ position: absolute; bottom: 0; left: 50%; transform: translate(-50%,50%); padding-left: 40px; padding-right: 40px; }

.block.list.news .listitem .photoalbum{ margin-top: 30px; }
.block.list.news .listitem .photoalbum .col-6.col-lg-3{ margin-bottom: 24px; }

/* ===================== NEWS ===================== */
.block.list.fietsroutes .col-md-6.col-lg-4{ margin-bottom: 55px; }
.block.list.fietsroutes .col-md-6.col-lg-4 > a{ color: #ffffff; text-decoration: none; }
.block.list.fietsroutes .col-md-6.col-lg-4 > a:hover{ color: #ffffff; text-decoration: none; }
.block.list.fietsroutes .item{ position: relative; height: 100%; display: flex; flex-direction: column; }
.block.list.fietsroutes .item .image{ overflow: hidden; position: relative; }
.block.list.fietsroutes .item .image img{ transition: all 0.5s;  }
.block.list.fietsroutes .item:hover .image img{ transform: scale(1.08); }
.block.list.fietsroutes .item .image .kilometers{ position: absolute; bottom: 0; right: 0; background: var(--red); padding: 10px 25px 10px 30px; border-top-left-radius: 30px; }
.block.list.fietsroutes .item .image .kilometers i{ margin-right: 10px; }
.block.list.fietsroutes .item .content{ position: relative; flex: 1; text-align: center; }
.block.list.fietsroutes .item .content .text{ background: var(--darkblue); padding: 30px 50px 50px 50px; height: 100%; }
.block.list.fietsroutes .item .content .text h3{ color: #ffffff; margin: 0; }
.block.list.fietsroutes .item .content .btn.btn-primary{ position: absolute; bottom: 0; left: 50%; transform: translate(-50%,50%); padding-left: 30px; padding-right: 30px;     max-width: 250px; width: 100%; }

.block.list.fietsroutes .listitem .kilometers{ margin-bottom: 10px;color: var(--red);  }
.block.list.fietsroutes .listitem .kilometers i{ margin-right: 10px; }

/* ===================== EVENTS ===================== */
.block.calendar.events .col-md-6{ margin-bottom: 30px; }
.block.calendar.events .item{ margin-top: 25px; }

.block.calendar.events .calendaritem .date{ margin-bottom: 15px; }
.block.calendar.events .calendaritem .date table tr td{ padding-bottom: 5px; }
.block.calendar.events .calendaritem .date table tr td:nth-child(1){ width: 30px; }
.block.calendar.events .calendaritem .date table tr td i{ color: var(--red); }

.no_events{ display: none; }

/* ===================== OVERLAY (NEWS EN CALENDAR) ===================== */
.block.list .listitem .image,
.block.calendar .calendaritem .image{ position: relative; }
.block.list .listitem .image:before,
.block.calendar .calendaritem .image:before{ content: "\f00e"; font-family: "Font Awesome 6 Pro"; font-size: 30px; color: #ffffff; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(var(--overlayblue),0.5) !important; pointer-events: none; visibility: hidden; opacity: 0; transition: all 0.5s; }
.block.list .listitem .image:hover:before,
.block.calendar .calendaritem .image:hover:before{ visibility: visible; opacity: 1; }

/* ===================== GRID ===================== */
.block.list.grid{ display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 20vw); grid-gap: 30px; }
.block.list.grid .item .block{ position: relative; overflow: hidden; height: 100%; width: 100%; object-fit: cover; }
.block.list.grid .item .block .image{ height: 100%; width: 100%; object-fit: cover; position: relative; }
.block.list.grid .item .block .image:after{ content: ""; width: 100%; height: 50%; position: absolute; bottom: 0; left: 0; background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); opacity: 0.6; }
.block.list.grid .item .block .image img{ transition: all 0.5s; height: 100%; width: 100%; object-fit: cover;  }
.block.list.grid .item:hover .block .image img{ transform: scale(1.08); }

.block.list.grid .item .block .content{ position: absolute; bottom: 0; left: 0; width: 100%; display: flex; align-items: flex-end; }
.block.list.grid .item .block .content .icon{ background: var(--darkblue); max-width: 100px; width: 100%; height: 100px; padding: 10px; display: flex; justify-content: center;
    align-items: center; border-top-right-radius: 50px; }
.block.list.grid .item .block .content .icon img{ filter: invert(1); }
.block.list.grid .item .block .content .text{ padding-left: 15px; padding-right: 15px; font-size: 17px; color: #ffffff; display: flex; flex-direction: column; justify-content: center; margin-bottom: 10px; }
.block.list.grid .item .block .content .text h3{ margin: 0; color: #ffffff; }
.block.list.grid .item .block .content .text .subtitle{ margin-bottom: 0; }
.block.list.grid .item:nth-child(10n+1){ grid-column-start: 1; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; }
.block.list.grid .item:nth-child(10n+7){ grid-column-start: 2; grid-column-end: 4; grid-row-start: 3; grid-row-end: 4; }
.block.list.grid .item:nth-child(10n+11){ grid-column-start: 1; grid-column-end: 3; grid-row-start: 5; grid-row-end: 6; }
.block.list.grid .item:nth-child(10n+17){ grid-column-start: 2; grid-column-end: 4; grid-row-start: 7; grid-row-end: 8; }

/* Vlodrop */
.block.list.grid.vlodrop{ grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, 20vw); }

/* Grid - spiegel */
.block.list.nogrid{ display: block;  }
.block.list.nogrid .item .block .content{ align-items: center; }
.block.list.nogrid .item .block .content .text .subtitle{ display: none; }
.block.list.nogrid .item { padding-left: 20px; }
.block.list.nogrid.multiple-items {
	/* Dit zijn de input's die automatisch gezet worden door js (Staat nu opvul in) */
	--nogrid-slides: 0;
	--nogrid-slides-gap: 0;

	/* NIET VERANDEREN Dit zijn de berekeningen */
	--nogrid-slide-width: calc(var(--nogrid-slides-percentege) - var(--nogrid-slides-gap));
	--nogrid-slides-percentege: calc(100% / var(--nogrid-slides));

	--nogrid-topline-width: calc(calc(calc(var(--nogrid-slide-width) * calc(var(--nogrid-slides) - 1 )))  + calc(calc(var(--nogrid-slides) - 1 ) ) * var(--nogrid-slides-gap) );
	--nogrid-topline-left: calc(calc(var(--nogrid-slides-percentege) - 35px) / 2);
}
.block.list.nogrid.multiple-items {  }
.block.list.nogrid.multiple-items .slick-arrow{ top: unset; bottom: 0; width: 85px; height: 40px; border: 2px solid var(--red); background: var(--red); border-radius: 35px; transition: all 0.5s;}
.block.list.nogrid.multiple-items .slick-arrow:hover{ border: 2px solid var(--darblue); background: var(--darkblue); }
.block.list.nogrid.multiple-items .slick-arrow i { font-size: 20px; color: var(--white); }
.block.list.nogrid.multiple-items .slick-arrow.slick-prev { left: unset; right: calc(var(--rest-half) + 85px + 25px);}
.block.list.nogrid.multiple-items .slick-arrow.slick-next { right: var(--rest-half);}
.block.list.nogrid.multiple-items .slick-list {}
.block.list.nogrid.multiple-items .slick-list .slick-track { position: relative; padding-top: 45px; padding-bottom: 60px;}
.block.list.nogrid.multiple-items .slick-list .slick-track::before { content: ''; position: absolute; width: var(--nogrid-topline-width); height: 3px; top: 0; left: var(--nogrid-topline-left); background-color: var(--red);}

.block.list.nogrid.multiple-items .slick-arrow.slick-disabled{ opacity: 0; pointer-events: none; }
.block.list.nogrid.multiple-items:has(.slick-arrow.slick-next.slick-disabled) .slick-arrow.slick-prev {right: var(--rest-half); }

/* ===================== VLODROP CONTACT ===================== */
.row.vlodrop-contact .block.html a{ text-decoration: none; }
.row.vlodrop-contact .block.html a i{ margin-right: 10px; }
.row.vlodrop-contact .block.html.image{ min-height: auto; }

/* ===================== BRANDS ===================== */

.block.list.brand .col-6.col-sm-4.col-lg-3.col-xl-2{ margin-bottom: 24px; }
.block.list.brand .item{ background: var(--lightgrey); transition: all 0.5s; max-width: 215px; width: 100%; max-height: 92px; height: 100%; display: flex; justify-content: center; align-items: center; }
.block.list.brand .item:has(> a):hover{ background: var(--grey); }

.block.list.brand.multiple-items .item{ background: transparent; }

/* vlordrop update */
.block.list.brand.small {display: flex; flex-wrap: wrap;}
.block.list.brand.small .item {width: 20%; padding: 10px; background-color: unset;}
.block.list.brand.small .item img { background-color: var(--lightgrey);}

/* ===================== BLOCKS ===================== */
.block.list.blocks{ margin-bottom: 0; }
.block.list.blocks .col-md-6.col-xl-4.col-xxl-3{ margin-bottom: 30px; }
.block.list.blocks .col-md-6.col-xl-4.col-xxl-3 a{ color: var(--darkblue); text-decoration: none; }
.block.list.blocks .col-6.col-xl-4{ margin-bottom: 24px; }
.block.list.blocks .item{ padding: 20px 50px; }
.block.list.blocks .item .content h3{ transition: all 0.5s ease-in-out; }
.block.list.blocks .item:hover .content h3{ color: #ffffff; }

/* ===================== ACTIE ===================== */
.block.list.actie .col-md-6.col-lg-4.col-xl-4.col-xxl-3{ margin-bottom: 30px; }
.block.list.actie .item{ background: #ffffff; border: 1px solid var(--darkblue); filter: none; padding: 30px 30px; text-align: center;  height: 100%;  }
.block.list.actie .item .image{ min-height: 300px; display: flex; flex-direction: column; justify-content: center; }
.block.list.actie .item .image img{ filter: none; }
.block.list.actie .item .content .old-price{ text-decoration: line-through; }
.block.list.actie .item .content .new-price{ font-weight: 700; color: var(--red); }
.block.list.actie .item:hover .content h3{ color: inherit; }


/* ===================== ACCORDION ===================== */
.block.list.accordion .accordion-item{ border: 1px solid var(--darkblue); color: var(--darkblue); margin-bottom: 10px; border-radius: 30px; }
.block.list.accordion .accordion-item h3{ margin-top: 0; font-weight: 600; }
.block.list.accordion .accordion-item h3 .accordion-button{ color: var(--darkblue); font-size: 1.1rem; font-weight: 600; font-style: normal; color: var(--darkblue); line-height: 1.5; border-radius: 30px; }
.block.list.accordion .accordion-item h3 .accordion-button:focus{ border-color: transparent !important; outline: 0 !important; box-shadow: none !important; }
.block.list.accordion .accordion-item h3 .accordion-button:not(.collapsed){ background-color: transparent  !important; }

/* ===================== QUOTE ===================== */
.block.html.quote{ font-size: 2rem; font-weight: 600; text-align: center; }
.block.html.quote p{ margin-bottom: 0; }

blockquote{ font-size: 24px; color: var(--red); font-weight: bold; margin-top: -10px; }

/* ===================== VIDEO HTML ===================== */
.block.html.video{ position: relative; overflow: hidden; }
.block.html.video a img{ transition: all 0.5s; }
.block.html.video a:hover img{ transform: scale(1.08); }
.block.html.video a .overlay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.block.html.video a .overlay img{ max-width: 100px; }

.fslightbox-container{ background: rgba(var(--overlayblue),0.9) !important; }


.block.html.video .image::after { content: '\f04b'; font-family: "Font Awesome 6 sharp"; font-size: 25px; font-weight: 900; color: var(--white); background-color: var(--darkblue); position: absolute; left: 50%; top: 50%; width: 68px; height: 48px; margin-left: -34px; margin-top: -24px;  -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1); transition: opacity .25s cubic-bezier(0,0,.2,1); z-index: 63; pointer-events: none; display: flex; justify-content: center; align-items: center; border-radius: 5px; }
.block.html.video .image:hover::after { color: var(--white); background-color: var(--red); }

/* ===================== VIDEO LIJST ===================== */
/* Pagina's: Video instructies */
.block.list.video .col-md-6.col-lg-3{ margin-bottom: 30px; }
.block.list.video .item{ overflow: hidden; position: relative; }
.block.list.video .item .image{ height: 100%; width: 100%; object-fit: cover; position: relative; }
.block.list.video .item .image img{ transition: all 0.5s; height: 100%; width: 100%; object-fit: cover; }
.block.list.video .item .image:after{ content: ""; width: 100%; height: 50%; position: absolute; bottom: 0; left: 0; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); opacity: 0.7; }
.block.list.video .item:hover .image img{ transform: scale(1.08); }

.block.list.video .item .content{ position: absolute; bottom: 0; left: 0; width: 100%; display: flex; }
.block.list.video .item .content .icon{ background: var(--darkblue); max-width: 55px; width: 100%; height: 80px; padding: 10px; }
.block.list.video .item .content .icon .playbutton{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; font-size: 30px; color: #ffffff; }
.block.list.video .item .content .text{ padding-left: 15px; padding-right: 15px; font-size: 17px; color: #ffffff; display: flex; flex-direction: column; justify-content: center; }
.block.list.video .item .content .text h3{ font-size: 1.2rem; line-height: 1.1; margin: 0; color: #ffffff; }

/* ===================== VIDEO LIJST 2 ===================== */
/* Pagina's: Stromer template */
.block.list.video2 .col-md-6.col-lg-3{ margin-bottom: 30px; }
.block.list.video2 .item{ overflow: hidden; position: relative; }
.block.list.video2 .item .image{ height: 100%; width: 100%; object-fit: cover; position: relative; }
.block.list.video2 .item .image img{ transition: all 0.5s; height: 100%; width: 100%; object-fit: cover; }
.block.list.video2 .item:hover .image img{ transform: scale(1.08); }

.block.list.video2 .item .image .overlay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.block.list.video2 .item .image .overlay img{ max-width: 65px; height: auto; }

.block.list.video2 .item .content{ position: absolute; bottom: 0; left: 0; width: 100%; display: flex; }
.block.list.video2 .item .content .text{ padding: 0 25px 10px 25px; font-size: 17px; color: #ffffff; display: flex; flex-direction: column; justify-content: center; }
.block.list.video2 .item .content .text h3{ margin: 0; color: #ffffff; }
.block.list.video2 .item .content .text .subtitle{ font-style: italic; }

/* ===================== CONTACT ===================== */
.block.html.contact-details table{ border-spacing: 0 15px; border-collapse: separate; }
.block.html.contact-details table tr{ height: 60px }
.block.html.contact-details table tr td:nth-child(1){ width: 50px; }
.block.html.contact-details table tr td i{ font-size: 26px; }

.webpage-col.hours{ position: relative; }
.block.html.opening-hours{ background: #ffffff; box-shadow: 1px 1px 15px rgba(0,0,0,0.07); padding: 50px; margin: 0 100px 0 3rem; position: absolute; top: 0; left: 0; width: calc(100% - 150px); margin-top: 25px; }
.block.html.opening-hours h2{ margin: 0 0 15px 0; text-align: center; }
.block.html.opening-hours .tab table{ width: 100%; border-spacing: 0 15px; border-collapse: separate; }
.block.html.opening-hours .tab table tr:last-child{ margin-bottom: 0; }
.block.html.opening-hours .tab table tr td{ width: 50%; background: var(--lightgrey); padding: 7px 15px; }
.block.html.opening-hours .tab table tr td:nth-child(1){ border-top-left-radius: 100px; border-bottom-left-radius: 100px; }
.block.html.opening-hours .tab table tr td:nth-child(2){ border-top-right-radius: 100px; border-bottom-right-radius: 100px; }
.block.html.opening-hours .tab table tr.today td{ background: var(--darkblue); color: #ffffff; }
.block.html.opening-hours .text table{ border: 0; }
.block.html.opening-hours .text table tr td:nth-child(1){  }

.block.list.locations{}
.block.list.locations .col-xxl-3 {width: 28%; padding-bottom: 20px;}
.block.list.locations [data-cat*="break"] {flex-basis: 100%; height: 0; visibility: hidden;}
.block.list.locations .item { height: 100%; background-color: #ffffff; box-shadow: 1px 1px 15px #00000012; }
.block.list.locations .item .image {}
.block.list.locations .item .image img {}
.block.list.locations .item .content {padding: 20px 35px;}
.block.list.locations .item .content h3 { font-size: 1.3rem; margin-top: 0;}
.block.list.locations .item .content .text{ position: relative; font-size: 1rem; }
.block.list.locations .item .content .text a{ text-decoration: none; }
.block.list.locations .item .content .text table tr td:nth-child(1){ width: 30px; vertical-align: top; }
.block.list.locations .item .content .text table tr td i{ color: var(--red); }

.block.form.contact .form-group:nth-child(5){ width: calc(50% - 6px); margin-right: 12px; float: left; }
.block.form.contact .form-group:nth-child(6){ width: calc(50% - 6px); float: left; }
.block.form.contact .form-group:nth-child(7){ width: calc(50% - 6px); margin-right: 12px; float: left; }
.block.form.contact .form-group:nth-child(8){ width: calc(50% - 6px); float: left; }
.block.form.contact .form-group .form-control {border-radius: 25px;}
.block.form.contact .form-group textarea.form-control {border-radius: 18px; min-height: 100px;}
.block.form.contact .form-group select {border:  1px solid #ced4da;}
.block.form.contact .form-group select:has(option:nth-child(1):checked) {color: #6c757d;}
.block.form.contact .form-group select option {color: #000;}
.block.form.contact .form-group select option:nth-child(1) {color: #6c757d;}

.block.form.contact .btn {margin-top: 12px;}

.form-group{ margin-bottom: 12px; }
.form-group .form-control{ border-radius: 0; }
.form-control{ -webkit-appearance: auto; -moz-appearance: auto; appearance: auto; }

/* ===================== Service pagina - BLUEBLOCKS ===================== */
.block.html.blueblock{ background: var(--darkblue); color: #ffffff; width: calc(50% - 12px);  }
.block.html.blueblock .content{ display: flex; align-items: center; }
.block.html.blueblock .content .image{ margin-top: -35px; }
.block.html.blueblock .content .text{ padding: 20px; }
.block.html.blueblock .content .text h3{ color: #ffffff; margin-top: 0; margin-bottom: 10px; }

/* ===================== Over Dekkers pagina - COUNTER ===================== */
.block.list.counter .item{ text-align: center; padding: 0 50px; }
.block.list.counter .item .number{ font-size: 4.4rem; font-weight: 700; }
.block.list.counter .col-6.col-lg-3:nth-child(1) .item .number:after{ content: "+"; }
.block.list.counter .col-6.col-lg-3:nth-child(2) .item .number:after{ content: "+"; }
.block.list.counter .col-6.col-lg-3:nth-child(3) .item .number:after{ content: "+"; }

.block.list.counter .item h3{ font-weight: 400; color: #ffffff; margin-top: 0; }

/* ===================== Over Dekkers pagina - blauw TEXTBLOCK ===================== */
.block.html.textblock .block{ position: relative; display: flex; align-items: center; justify-content: flex-end;}
.block.html.textblock .block .image{ width: 70%; position: absolute; top: 0; left: 0; height: 100%; }
.block.html.textblock .block .image img{ height: 100%; }
.block.html.textblock .block .content{ background: var(--darkblue); color: #ffffff; width: calc(50% - 100px); margin-left: 100px; padding: 50px; margin-top: 50px; margin-bottom: 50px; z-index: 1; }
.block.html.textblock .block .content h2{ color: #ffffff; margin-top: 0; }
.block.html.textblock .block .content h3{ color: #ffffff; }
.block.html.textblock .block .content a{ color: #ffffff; }
.block.html.textblock .block .content a:hover{ color: var(--red); }
.block.html.textblock .block .content p:last-child{ margin-bottom: 0; }

.block.html.textblock.left .block { justify-content: flex-start; }
.block.html.textblock.left .block .content { margin-left: inherit; margin-right: 50px; position: relative; }
.block.html.textblock.left .block .content h2 { padding-right: 130px; }
.block.html.textblock.left .block .content .logo { position: absolute; right: 50px; top: 50px; }
.block.html.textblock.left .block .content .logo img { transform: none !important; }
.block.html.textblock.left .block .image { left: unset; right: 0; }
.block.html.textblock.left.video .image::after { content: '\f04b'; font-family: "Font Awesome 6 sharp"; font-size: 25px; font-weight: 900; color: var(--white); background-color: var(--darkblue); position: absolute; left: 50%; top: 50%; width: 68px; height: 48px; margin-left: -34px; margin-top: -24px;  -webkit-transition: opacity .25s cubic-bezier(0,0,.2,1); transition: opacity .25s cubic-bezier(0,0,.2,1); z-index: 63; pointer-events: none; display: flex; justify-content: center; align-items: center; border-radius: 5px; }
.block.html.textblock.left.video .image:hover::after { color: var(--white); background-color: var(--red); }

/* ===================== Over Dekkers - ROB DEKKERS ===================== */
.block.html.person-overlap{ margin-bottom: -50px; height: calc(100% + 50px); position: relative; min-height: 500px; }
.block.html.person-overlap img{ position: absolute; bottom: 0; right: 0; }

.block.slides.slider{ margin-bottom: -50px; }
.block.slides.slider .col-6.col-md-3{ padding: 0; }

/* ===================== Over Dekkers - GESCHIEDENIS ===================== */
.block.html.timeline-before{ width: 100%; display: flex; flex-direction: column; align-items: center; }
.block.html.timeline-before:before{ content: ''; display: block; width: 25px; height: 25px; background: var(--red); border-radius: 100%; }
.block.html.timeline-before:after{ content: ''; display: block; width: 1px; height: 50px; background: var(--red); border-radius: 100%; }
.block.list.timeline{ position: relative; }
.block.list.timeline::before{ content: ''; display: block; width: 0; height: 100%; position: absolute; left: 50%; transform: translateX(-50%); border-left: 1px solid var(--red); z-index: -9; }
.block.list.timeline .item{ display: flex; justify-content: center; margin-top: 35px; margin-bottom: 75px; }
.block.list.timeline .item .item-content-wrap{ width: 50%; padding-right: calc(var(--bs-gutter-x) * 0.5); }
.block.list.timeline .item .item-content{ background: var(--lightgrey); height: 100%; padding: 40px; color: var(--darkblue); display: flex; flex-direction: column; justify-content: center; }
.block.list.timeline .item .item-content > *:last-child{ margin-bottom: 0; }
.block.list.timeline .item .item-content h3{ margin-top: 0; margin-bottom: 20px; }

.block.list.timeline .item .item-img-wrap{ width: 50%; padding-left: calc(var(--bs-gutter-x) * 0.5); position: relative; }
.block.list.timeline .item .item-img-wrap img{ display: block; height: 100%; width: 100%; object-fit: cover; }
.block.list.timeline .item .year-wrap{ font-size: 3rem; font-weight: 700; color: #fff; text-transform: lowercase; margin-bottom: 0; line-height: 0.9; background: var(--darkblue); display: inline-block; padding: 0.3em 0.5em; position: absolute; right: 25px; bottom: 0; transform: translateY(50%); border-radius: 100px; }
.block.list.timeline .item .year-wrap::selection{ background: #fff; color: var(--darkblue); }

.block.list.timeline .year-center{ display: flex; justify-content: center; }
.block.list.timeline .year-center .year{ font-size: 3rem; font-weight: 700; color: var(--darkblue); text-transform: lowercase; margin-bottom: 0; bottom: 0; line-height: 0.9; background: #ffffff; display: inline-block; padding: 0.2em 0.5em; }
.block.list.timeline .year-center .year::selection{ background: #fff; color: var(--darkblue); }


.block.list.timeline section.item:nth-of-type(odd) .item-img-wrap{ order: 1; padding-left: 0; padding-right: calc(var(--bs-gutter-x) * 0.5); }
.block.list.timeline section.item:nth-of-type(odd) .item-content-wrap{ order: 2; padding-right: 0; padding-left: calc(var(--bs-gutter-x) * 0.5); }
.block.list.timeline section.item:nth-of-type(odd) .year-wrap{ right: auto; left: 25px; }
.block.list.timeline section.item:nth-of-type(odd) [data-aos=fade-right]{ transform: translate3d(100px,0,0); }
.block.list.timeline section.item:nth-of-type(odd) [data-aos=fade-left]{ transform: translate3d(-100px,0,0); }
.block.list.timeline section.item:nth-of-type(odd) [data-aos^=fade].aos-animate{ transform: translateZ(0); }

.block.list.timeline .item.quote .item-content-wrap { padding-right: 0; width: 80%; }
.block.list.timeline .item.quote .item-content{ background: #ffffff; display: flex; flex-direction: column; align-items: center; font-size: 3rem; font-weight: 700; line-height: 1.2; color: var(--red); text-align: center; }
.block.list.timeline .item.quote .item-content strong{ color: var(--darkblue); }
.block.list.timeline .item.quote [data-aos=fade-right] { transform: translate3d(0,100px,0); }
.block.list.timeline .item.quote [data-aos^=fade].aos-animate { transform: translateZ(0); }

.block.html.timeline-after{ width: 100%; display: flex; flex-direction: column; align-items: center; }
.block.html.timeline-after:before{ content: ''; display: block; width: 1px; height: 50px; background: var(--red); border-radius: 100%; }
.block.html.timeline-after:after{ content: ''; display: block; width: 25px; height: 25px; background: var(--red); border-radius: 100%; }

/* ===================== USP - Zakelijk ===================== */
.block.list.business .item{ text-align: center; padding: 0 50px; }
.block.list.business .item h3{ color: #ffffff; margin-top: 0; }

/* ===================== BIG PHOTO ===================== */
.row.image .col-lg-12{ padding: 0; }
.block.html.bigimage{ position: relative; height: 100vh; }
.block.html.bigimage img{ height: 100vh; object-fit: cover; max-width: none; width: 100%; }
.block.html.bigimage:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgb(255,255,255);
background: linear-gradient(190deg, rgba(255,255,255,0) 60%, rgba(51,51,51,0.5) 80%, rgba(0,0,0,0.5) 100%); }
.block.html.bigimage .content{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 100px 0; }
.block.html.bigimage .content h2{ font-size: 4.3rem; color: #ffffff; }
.block.html.bigimage .content h3{ font-size: 2.5rem; font-style: italic; font-weight: 400; color: #ffffff; }

.block.html.bigimage.right:before{ background: rgb(255,255,255);
background: linear-gradient(170deg, rgba(255,255,255,0) 60%, rgba(51,51,51,0.5) 80%, rgba(0,0,0,0.5) 100%); }
.block.html.bigimage.right .content{  text-align: right; }

/* ===================== BIG PHOTO ===================== */
.modal.lease{ z-index: 99999; }
.modal.lease.show .modal-dialog{ width: 100%; max-width: 900px; height: calc(100% - 60px); }
.modal.lease .modal-content{ height: 100%; }

/* ===================== SERVICEPAKKETTEN ===================== */
.block.content.service.lightblue,
.block.list.service.lightblue,
.block.html.service.lightblue{ background: var(--lightgrey); padding: 0 40px; font-size: 1.1rem; }

.block.content.service.darkblue,
.block.list.service.darkblue,
.block.html.service.darkblue{ background: var(--darkblue); padding: 0 40px; font-size: 1.1rem; color: #ffffff; }
.block.list.service.darkblue .item .icon{ margin-right: 8px; }
.block.list.service.darkblue .item .text{ font-size: 16px; }


.block.html.service.darkblue h4{ color: #ffffff; padding-top: 0; margin: 0; }
.block.html.service.darkblue h5{ color: #ffffff; padding-top: 30px; padding-bottom: 0; margin: 0;}

.block.content.service{ text-align: center; }
.block.content.service h2{ margin: 0; padding: 50px 0 0 0; text-align: center; }
.block.content.service p{ margin-bottom: 0; padding-bottom: 16px; }

.block.html.service .priceblock{ padding-bottom: 10px; }
.block.html.service .priceblock .price{ font-size: 30px; font-weight: 700; color: var(--green); }
.block.html.service h4{ margin: 0; padding: 15px 0 5px 0; }

.block.list.service{ padding-bottom: 10px; }
.block.list.service .item{ display: flex; position: relative; padding-bottom: 4px; }
.block.list.service .item .icon{ margin-right: 15px; }
.block.list.service .item .icon.green{ color: var(--green); }
.block.list.service .item .icon.red{ color: var(--red); }
.block.list.service .item .text{ display: flex; }
.block.list.service .item .text.bold{ font-weight: 700; }
.block.list.service .item .service-info-icon{ margin-left: 10px; }
.block.list.service .item .service-info{ display: none; position: absolute; top: 0; left: 0; z-index: 9; background: #ffffff; font-size: 14px; font-weight: 300; padding: 10px 40px 10px 10px; box-shadow: 0px 5px 15px rgba(0,0,0,0.1); margin-top: 35px; color: var(--darkblue); }
.block.list.service .item .service-info p{ margin: 0; }
.block.list.service .item .service-info strong{ font-weight: 700; }
.block.list.service .item .service-info .close{ position: absolute; top: 10px; right: 10px; color: var(--red); font-weight: 900; }

.block.html.service .lowercase{ margin-bottom: 0; padding-top: 10px; padding-bottom: 16px; font-size: 14px; font-style: italic; }
.block.html.service.smal .lowercase { width: 67%; }
.block.html.service .boldletters{ margin-bottom: 0; padding-bottom: 16px; font-weight: 700; }
.block.html.service .plusicon{ margin-bottom: 0; font-size: 50px; color: var(--green); text-align: center; }

.row.serviceblocks .block.marbot{ padding-bottom: 30px; }
.row.serviceblocks .col-lg-4{ scroll-margin-top: 125px; }
.row.serviceblocks .col-lg-4:last-child{ position: relative; }
.row.serviceblocks .reddot{ background: var(--red); font-weight: 700; color: #ffffff; width: 150px; height: 150px; display: flex; align-items: center; text-align: center; padding: 10px; border-radius: 100px; transform: rotate(10deg); position: absolute; top: 150px; right: 25px; }
.row.serviceblocks .block.html.service.reddot-space .priceblock{ width: 67%; }
.row.serviceblocks .block.html.service.reddot-space .boldletters{ width: 60%; }

/* ===================== OPSOMMING ===================== */
.block.list.summary .item{ display: flex; }
.block.list.summary .item .image{ max-width: 20px; width: 100%; }
.block.list.summary .item .image i{ font-size: 1.7rem; color: var(--red); }
.block.list.summary .item .content{ margin: 0 20px 20px 20px; }
.block.list.summary .item .content h3{ margin-top: 0; margin-bottom: 0; }
.block.list.summary .item .content p{ margin-bottom: 0; }

/* ===================== CONSUMENTENBOND ===================== */
.row.cb-row .container{ position: relative; }
.row.cb-row .block.html.label_cb{ position: absolute; top: -50px; right: 0; max-width: 150px; }

/* ===================== SWITCH ===================== */
.switch-block{ display: flex; align-items: center; justify-content: flex-end; font-size: 15px; margin: -70px 0 25px 0; }
.switch-block .switch{ position: relative; display: inline-block; width: 70px; height: 22px; margin: 0 10px; }
.switch-block .switch input{ opacity: 0; width: 0; height: 0; }
.switch-block .slider.round{ position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.switch-block .slider.round:before{ position: absolute; content: ""; height: 28px; width: 28px; left: -2px; bottom: -2px; background-color: white; box-shadow: 0px 0px 10px rgba(0,0,0,0.15); -webkit-transition: .4s; transition: .4s; }
.switch-block input:checked + .slider{ background-color: var(--green); }
.switch-block input:focus + .slider{ box-shadow: 0 0 1px var(--green); }
.switch-block input:checked + .slider:before{ -webkit-transform: translateX(45px); -ms-transform: translateX(45px); transform: translateX(45px); }

.switch-block .slider.round{ border-radius: 34px; }
.switch-block .slider.round:before{ border-radius: 50%; }  

/* ===================== VERHUUR ===================== */
.block.list.demos{ margin-bottom: 75px; }
.block.list.demos .col-md-6.col-xl-4{ margin-bottom: 30px; }
.block.list.demos .item{ position: relative; overflow: hidden; height: 100%; }
.block.list.demos .item .image{ height: 100%; }
.block.list.demos .item .image:after{ content: ""; width: 100%; height: 60%; position: absolute; bottom: 0; left: 0; background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 70%); opacity: 0.7; }
.block.list.demos .item .image img{ transition: all 0.5s; height: 100%; width: 100%; object-fit: cover;  }
.block.list.demos .item:hover .image img{ transform: scale(1.08); }
.block.list.demos .item .content{ position: absolute; bottom: 0; left: 0; width: 100%; padding: 15px; }
.block.list.demos .item .content h3{ font-size: 1.6rem; color: #ffffff; margin-top: 0px; }
.block.list.demos .item .content .btn{ font-size: 1rem; padding: 4px 15px; margin: 0; }

.booqable-product-list-wrapper .booqable-product-list-notice{ margin: 0 15px 5px; padding: 15px; border:1px solid var(--darkblue); border-radius: 35px; color: var(--darkblue); }
.defLqb :not(i){ font-family: 'Open Sans', sans-serif !important; font-size: 1rem; }

.bq-branded, .bq-branded:before, .bq-branded:after{ background: var(--red) !important; }
.booqable-component .bq-status-quantity{ display: none; }
.booqable-component .bq-status.bq-unavailable{ background: var(--red); }

.booqable-component .booqable-product-wrapper{ max-width: 350px; }
.booqable-component .booqable-product-wrapper .booqable-product-inner{ background: #ffffff; border: 1px solid var(--darkblue); border-radius: 0; box-shadow: 0; }
.booqable-component .booqable-product-wrapper .booqable-product-inner img{ min-height: auto !important; min-width: 100%; position: absolute; inset: 0 !important; max-height: none !important; width: 100%; top: 50% !important; transform: translate(0,-50%); padding: 0 10px; }
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-product-name{ font-size: 1.1rem; margin-bottom: 5px; }
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details{ height: 75px; color: var(--darkblue); }
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details .bq-status{ margin: -45px 0 0 0; }
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details a.bq-button{ font-family: "Font Awesome 6 Pro" !important; border-radius: 30px !important; background: var(--green) !important; }
.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details .bq-button{ border-radius: 30px; }

.booqable-component .booqable-product-wrapper .booqable-product-inner .bq-details .bq-price-details{ margin-top: 10px; }
.BFocalImage-brHrdK.hzfZM { border-radius: 0; }

.booqable-component .booqable-product-detail-wrapper .hJovSb img{ min-height: auto !important; min-width: 100%; position: absolute; inset: 0 !important; max-height: none !important; width: 100%; top: 50% !important; transform: translate(0,-50%); padding: 0 10px; }
.booqable-component .booqable-product-detail-wrapper .bq-product-name{ font-size: 1.5rem; font-weight: 700; }
.booqable-component .booqable-product-button-wrapper .bq-actions{ font-size: 1rem; }
.booqable-component .booqable-product-button-wrapper .bq-actions .bq-status.bq-unavailable span{ font-size: 0.8rem !important; color: #ffffff; }
.booqable-component .booqable-product-button-wrapper .bq-actions .hqfgNq{ font-size: 0.8rem !important; }
.booqable-component .booqable-product-button-wrapper .bq-button{ height: auto !important; padding: 5px 13px !important; color: rgb(255, 255, 255) !important; background-color: var(--green) !important; font-size: 1rem !important; line-height: normal !important; border-radius: 35px !important; }
.jPMcoz .Button-bHBEPZ, .jPMcoz .Link-ecECcQ{ height: auto !important; color: rgb(255, 255, 255) !important; background-color: var(--green) !important; font-size: 1rem !important; line-height: normal !important; border-radius: 35px !important; }

.tippy-box .tippy-content .hrovRP{ padding: 10px; }
.tippy-box .tippy-content .AvailabilityLegend-fRxoQA{ background: transparent; }
.tippy-box .tippy-content .booqable-component{ margin: 0 -10px; }

.booqable-component{ margin: 0 -12px; }
.booqable-component #booqable-launcher{ bottom: 110px !important; height: 75px !important; width: 75px !important; border-radius: 50% !important; right: 1% !important; }
.booqable-component #booqable-launcher:hover{ width: 340px; }
.booqable-component #booqable-launcher #booqable-launcher-icon{ width: 75px; height: 75px; }
.booqable-component #booqable-launcher #booqable-launcher-summary{ width: 280px; }
.booqable-component #booqable-launcher #booqable-launcher-summary hr { background: var(--grey); margin: 4px 0; }

.booqable-component #booqable-sidebar{ height: 90%; bottom: 75px; }
.booqable-component #booqable-sidebar-inner .button-group .bq-button{ border-radius: 35px; }
.booqable-component #booqable-sidebar-lines{ color: var(--darkblue); }
.booqable-component #booqable-sidebar-lines ul.bq-list .bq-list-item .bq-cart-line{ color: var(--darkblue); }

.booqable-embeddable-cart *{ font-family: 'Open Sans', sans-serif !important; }
.booqable-embeddable-cart .bq-cart-sidebar .bq-button{ border-radius: 35px; }

/* ===================== FIETS CLINIC ===================== */
.block.form.clinic .form-group.mod_block:nth-child(5){ margin-bottom: 20px; }
.block.form .form-group.mod_block:nth-child(5) .col-sm-3{ display: flex; align-items: center; }
.block.form .form-group.mod_block .col-sm-3{ display: flex; align-items: center; }

.block.form .form-group.mod_block:nth-child(5) .form_field_entry{ display: flex; }
.block.form .form-group.mod_block:nth-child(5) .form_field_entry label{ width: 200px; text-align: center; position: relative; }

.block.form .form-group.mod_block:nth-child(5) .form_field_entry label:nth-child(1):before{ content: url(/media/vendit/oaimages/type.326839.svg); }
.block.form .form-group.mod_block:nth-child(5) .form_field_entry label:nth-child(2):before{ content: url(/media/vendit/oaimages/type.332851.svg); }
.block.form .form-group.mod_block:nth-child(5) .form_field_entry label:nth-child(3):before{ content: url(/media/vendit/oaimages/type.332845.svg); }
.block.form .form-group.mod_block:nth-child(5) .form_field_entry label:before{ display: block; background: var(--lightgrey); background-size: cover; background-repeat: no-repeat; width: 100px; height: 100px; margin: 0 auto; padding: 15px; border: 2px solid transparent; border-radius: 50px; margin-bottom: 5px; }
.block.form .form-group.mod_block:nth-child(5) .form_field_entry label:hover:before{ border-color: var(--darkblue); }
.block.form .form-group.mod_block:nth-child(5) .form_field_entry label.active:before{ border-color: var(--darkblue); }
.block.form .form-group.mod_block:nth-child(5) .form_field_entry label.active:after{ content: "\f00c"; font-family: "Font Awesome 6 Pro"; font-size: 0.85rem; font-weight: 900; color: #ffffff; position: absolute; right: 50px; bottom: 35px; background: var(--green); width: 25px; height: 25px; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.block.form .form-group.mod_block:nth-child(5) .form_field_entry label input[type="radio"]{ position: absolute; opacity: 0; }

/* ===================== ADVIESGESPREK INPLANNEN ===================== */
.block.list.locations-advice{ margin-bottom: 50px; }
.block.list.locations-advice .col-md-6.col-xxl-4{ padding-bottom: 20px; }
.block.list.locations-advice a{ text-decoration: none; }
.block.list.locations-advice .item{ height: 100%; background-color: #ffffff; box-shadow: 1px 1px 15px #00000012; }
.block.list.locations-advice .item .image{}
.block.list.locations-advice .item .image img{}
.block.list.locations-advice .item .content{ padding: 30px; }
.block.list.locations-advice .item .content h3{ margin-top: 0; }
.block.list.locations-advice .item .content .text { position: relative; padding-left: 25px; font-size: 1rem; }
.block.list.locations-advice .item .content .text i { position: absolute; top: 3px; left: 0; color: var(--red); }
.block.list.locations-advice .item .content .text p:last-child { margin-bottom: 0; }
.block.list.locations-advice .item .content .btn{ margin-top: 25px; margin-right: 0; }

/* ===================== VOORDEEL DEALS ===================== */
.block.product.projectbikes{}
.block.product.projectbikes a{ text-decoration: none; }
.block.product.projectbikes a:hover{ color: var(--darkblue); text-decoration: none; }
.block.product.projectbikes .item{ position: relative; border: 1px solid var(--darkblue); transition: all 0.3s ease-in-out; }
.block.product.projectbikes .item:hover { border-color: var(--red); box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); }
.block.product.projectbikes .item .label{ position: absolute; top: 20px; left: 0; background: var(--red); padding: 5px 35px; font-size: 1.2rem; color: #ffffff; border-top-right-radius: 100px; border-bottom-right-radius: 100px; z-index: 1; }
.block.product.projectbikes .item .image{ display: flex; justify-content: center; overflow: hidden; padding: 30px; }
.block.product.projectbikes .item .image img{ -moz-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
.block.product.projectbikes .item:hover .image img{ -moz-transform: scale(1.08); -webkit-transform: scale(1.08); transform: scale(1.08); }
.block.product.projectbikes .item .content{ padding: 20px 30px 80px 30px; text-align: center; }
.block.product.projectbikes .item .content .text{ line-height: 1.5; font-size: 1rem; margin-bottom: 20px; }
.block.product.projectbikes .item .content .text .old-price { margin: 0; }
.block.product.projectbikes .item .content .text .new-price { color: var(--green); }
.block.product.projectbikes .item .content .btn.btn-secondary{ position: absolute; left: 50%; bottom: 30px; transform: translate(-50%); white-space: nowrap; }
.block.product.projectbikes .item:hover .content .btn.btn-secondary { border-color: var(--red); background-color: var(--red); color: #ffffff !important; }

.block.product.projectbikes .col-6.col-lg-3 { margin-bottom: 30px; }

.block.product.projectbikes .listitem h1 { font-size: 2rem; margin-bottom: 0; }
.block.product.projectbikes .listitem .stock { margin-bottom: 1.5rem; }
.block.product.projectbikes .listitem .stock-yes { font-size: 1rem; color: var(--green); }
.block.product.projectbikes .listitem .stock-yes::before { content: " "; height: 8px; width: 8px; border-radius: 100%; display: inline-block; margin-right: 7px; background-color: var(--green); }
.block.product.projectbikes .listitem .stock-low { font-size: 1rem; color: #ff8f00; }
.block.product.projectbikes .listitem .stock-low::before { content: " "; height: 8px; width: 8px; border-radius: 100%; display: inline-block; margin-right: 7px; background-color: #ff8f00; }
.block.product.projectbikes .listitem .price .old-price { margin-bottom: 0; }
.block.product.projectbikes .listitem .price .new-price { color: var(--green); font-size: 1.5rem; font-weight: 600; margin-bottom: 1rem; }

.block.product.projectbikes .listitem .specs .card .card-body table{ margin-left: -2rem; }
.block.product.projectbikes .listitem .specs .card .card-body table *{ border: 0 !important; font-size: 15px; }
.block.product.projectbikes .listitem .specs .card .card-body table tr{ border: 0 !important; }
.block.product.projectbikes .listitem .specs .card .card-body table tr:nth-child(odd){ background: var(--lightgrey); }
.block.product.projectbikes .listitem .specs .card .card-body table tr td{ padding: 0.5rem 2rem; color: var(--darkblue); width: 50%; }
.block.product.projectbikes .listitem .specs .card .card-body table tr td:nth-child(2){ font-weight: 700; }

.block.slider.projectbike-slider{ border: 1px solid var(--darkblue); padding: 50px; display: flex; align-items: center; justify-content: center }
.block.product.projectbikes .slick-track { display: flex; }
.block.product.projectbikes .listitem .item{ border: none; align-self: center; }
.modal .modal-content{ padding: 20px 30px; }
.modal .modal-content .modal-header{ border-bottom: 1px solid var(--darkblue); padding: 10px 0 25px 0; }
.modal .modal-content .modal-header h5{ font-weight: bold; }
.modal .modal-content .modal-body{ padding: 15px 0 0 0; }
.modal#booknow .form-group:nth-child(5) { width: 100%; margin-right: 0; }
.modal#booknow .form-group:nth-child(6) { margin-right: 12px; }
.modal#booknow .form-group:nth-child(7) { margin-right: 0; }
.modal#booknow .form-group:nth-child(8) { margin-right: 12px; }
.modal#booknow .form-group:nth-child(9) { width: calc(50% - 6px); float: left; }
.modal#booknow .form-group:nth-child(11) { margin-bottom: 30px; }
.modal#booknow .form-group:last-child { border-top: 1px solid var(--darkblue);  }

/* AANMELDFORMULIER */
.block.form .form-group.location .form_field_entry { display: flex; flex-direction: column-reverse; }

/* ============================================
		MOBIEL
=============================================*/

/* --------------------------------------- */
@media only screen and (max-width: 1599px){
	.btn{ margin-top: 10px; }
	/* BANNER */
	.container-fluid.content > .row.banner{ margin-bottom: 50px; }
	/* NEWS */
	.block.list.news .item .content .btn.btn-primary{ width: calc(100% - 100px); }
	/* GRID */
	.block.list.grid{ grid-gap: 15px; }
	.block.list.grid .item .block .content .icon{  max-width: 50px; height: 85px; padding: 0; border-top-right-radius: 30px; }
	.block.list.grid .item .block .content .text p{ font-size: 1rem; line-height: 20px; }
	/* BLOCKS */
	.block.list.blocks .item{ padding: 20px 25px; }
	/* SERVICE */
	.row.serviceblocks .reddot{ top: 170px; }
	.row.serviceblocks .block.html.service.reddot-space .priceblock{ width: 50%; }
	.row.serviceblocks .block.html.service.reddot-space .boldletters{ width: 60%; }	
	/* VOORDEEL DEALS */
	.block.product.projectbikes .item .label { font-size: 0.8rem; padding: 4px 9px 6px 7px; }
	.block.product.projectbikes.deals .item .label { font-size: 0.75rem; }
	/* CONTACT */
	.block.html.opening-hours{ padding: 30px; }
}

/* --------------------------------------- */
@media only screen and (max-width: 1399px){
	/* BANNER */
	.container-fluid.content > .row.banner{ margin-bottom: 50px; }
	/* GRID */
	.block.list.grid .item .block .content .text h3{ font-size: 1.3rem; }
	/* BLOCKS */
	.block.list.blocks .item .image{ max-width: 75px; margin: 0 auto; }
	/* CONTACT */
	.block.html.opening-hours{ padding: 25px; margin: 0 50px 0 25px; width: calc(100% - 25px); margin-top: 25px; position: relative; margin-bottom: -150px; }
	/* CONSUMENTENBOND */
	.row.cb-row .block.html.label_cb{ max-width: 125px; }
	/* SERVICE */
	.row.serviceblocks .reddot{ right: -5px; top: 150px; }
	.row.serviceblocks .block.html.service.reddot-space .priceblock{ width: 60%; }
	.row.serviceblocks .block.html.service.reddot-space .boldletters{ width: 70%; }
	/* blauw TEXTBLOCKS - Over Dekkers pagina */
	.block.html.textblock .block .content{ padding: 25px; }
	.block.html.textblock.left .block .content .logo { right: 25px; top: 25px; }
	/* CLINIC */
	.block.form .form-group.mod_block:nth-child(5) .form_field_entry label.active:after{ right: 40px; }
	/* CONTACT */
	.block.content.bottom-space{ margin-bottom: 60px; }
	.block.list.locations{ flex-direction: row; }
	.block.list.locations .col-xxl-3 { width: 50%; padding-bottom: 20px; }
	.block.list.locations .item .image img { width: 100%; }
	.block.list.locations .item .content .text a { word-break: break-word; }
	.block.list.locations [data-cat*="break"]{ display: none; }
}

/* --------------------------------------- */
@media only screen and (max-width: 1199px){
	/* --------- BANNER --------- */
	.container-fluid.banner .content h1{ font-size: 3rem; }
	.container-fluid.banner .content h3{ font-size: 1.7rem; }
	/* --------- CONTENT --------- */
	.container-fluid.content > .row.martop{ margin-top: 0; }
	/* BANNER */
	.container-fluid.content > .row.banner{ margin-bottom: 25px; }
	.row.banner .block.html.newsletter{ padding-left: 50px; }
	/* NEWS */
	.block.list.news .item .content .text{ padding: 25px 25px 40px 25px; }
	.block.list.news .item .content .btn.btn-primary{ width: calc(100% - 50px); }
	/* GRID */
	.block.list.grid .item .block .content .text h3{ font-size: 1.2rem; }
	.block.list.grid .item .block .content .text p{ display: none; }
	/* blauw TEXTBLOCKS - Over Dekkers pagina */
	.block.html.textblock .block .content{ width: 50%; margin-left: 0; padding: 25px; margin-top: 200px; }
	.block.html.textblock .block .content .btn.btn-primary{ margin-right: 0; }
	/* COUNTER - Over Dekkers pagina */
	.block.list.counter .col-6.col-lg-3{ margin-bottom: 30px; }
	.block.list.counter .item{ padding: 0 20px; }
	.block.list.counter .item .number{ font-size: 3.5rem; }
	.block.list.counter .item h3{ font-size: 1.2rem; }
	/* GESCHIEDENIS */
	.block.list.timeline .item.quote .item-content * { font-size: 2rem; }
	/* BIG IMAGE */
	.block.html.bigimage .content h2{ font-size: 2.5rem; }
	.block.html.bigimage .content h3{ font-size: 1.7rem; }
	/* SERVICE */
	.row.serviceblocks .reddot{ right: -5px; top: 150px; font-size: 1rem; width: 130px; height: 130px; }
	.row.serviceblocks .block.html.service.reddot-space .priceblock{ width: 60%; }
	.row.serviceblocks .block.html.service.reddot-space .priceblock .price{ display: block; }
	.row.serviceblocks .block.html.service.reddot-space .boldletters{ width: 100%; }
	/* SWITCH */
	.switch-block{ margin: -20px 0 10px 0; }
	/* CLINIC */
	.block.form.clinic .col-sm-3{ width: 30%; }
	.block.form.clinic .col-sm-9{ width: 70%; }
	.block.form .form-group.mod_block:nth-child(5) .form_field_entry label.active:after{ right: 20px; }
	/* CONTACT */
	.block.content.bottom-space{ margin-bottom: 45px; }
	/* VOORDEEL DEALS */
	.block.product.projectbikes .item .label { padding: 4px 15px 6px 10px; }
	.block.product.projectbikes .item .content .btn.btn-secondary { white-space: nowrap; }

}

/* --------------------------------------- */
@media only screen and (max-width: 991px){
	/* --------- BANNER --------- */
	
	/* --------- CONTENT --------- */
	/* CONTACT */
	.block.html.opening-hours{ position: relative; top: 0; left: 0; margin: 25px 0 0 0; padding: 50px; width: 100%; }
	/* blauw TEXTBLOCKS - Over Dekkers pagina */
	.block.html.textblock .block{ display: block; }
	.block.html.textblock .block .image{ width: 100%; position: relative; min-height: 300px; }
	.block.html.textblock .block .content{ width: 100%; margin-left: 0; padding: 25px; margin-top: 0; margin-bottom: 0; }
	.block.html.textblock .block .content .btn.btn-primary{ margin-right: 0; }
	.block.html.textblock.left.video::after { left: 50%; top: unset; bottom: 10%; }
	/* CONSUMENTENBOND */
	.row.cb-row .block.html.label_cb{ max-width: 100px; }
	.row.cb-row .block.list.summary{ margin-top: 50px; }
	/* SERVICE */
	.block.list.filter-service{ text-align: center; }
	.block.list.filter-service .btn.btn-primary{ margin-right: 0; }
	.block.list.filter-service .btn.btn-primary.active{ background-color: #ffffff; color: var(--red) !important; }
	.row.serviceblocks .col-lg-4{ padding-bottom: 20px; margin-bottom: 20px; }
	.row.serviceblocks .col-lg-4:last-child{ padding-bottom: 0; border-bottom: 0; margin-bottom: 0; }
	.row.serviceblocks .service-content { display: none; }
	.row.serviceblocks .service-content.active { display: block; }
	.row.serviceblocks .block.html.service.reddot-space .priceblock{ width: 80%; }
	.row.serviceblocks .block.html.service.reddot-space .priceblock .price{ display: inline; }
	.row.serviceblocks .block.html.service.reddot-space .boldletters{ width: 80%; }
	/* CLINIC */
	.block.form .form-group.mod_block:nth-child(5) .form_field_entry label.active:after{ right: 30px; }
	/* CONTACT */
	.block.content.bottom-space{ margin-bottom: 0px; }
	.block.list.locations{ flex-direction: row; }
	.block.list.locations .col-xxl-3{ width: 50%; padding-bottom: 20px; }
	.block.list.locations .item{ width: 100%; }
	.block.list.locations .item .image img{ width: 100%; }
	.block.list.locations [data-cat*="break"]{ display: none; }
	/* ADVIESGESPREK INPLANNEN */
	.block.list.locations-advice .item .content{ padding: 15px; }
	.block.list.locations-advice .item .content .btn{ padding: 8px 15px; }
	/* VOORDEEL DEALS */
	.block.product.projectbikes .item .label { font-size: 0.9rem; }

} 

/* --------------------------------------- */
@media only screen and (max-width: 767px){
	/* --------- BANNER --------- */
	
	/* --------- CONTENT --------- */
	/* BANNER NEWSLETTER */
	.row.banner .block.html.newsletter { padding-top: 0; padding-left: 0; }
	/* GRID */
	.block.list.grid{ display: block; }
	.block.list.grid .item{ width: calc(50% - 7.5px); float: left; margin-bottom: 15px; }
	.block.list.grid .item:nth-child(odd){ margin-right: 15px; }
	/* BLOCKS */
	.block.list.blocks .col-6.col-xl-4{ margin-bottom: 12px; }
	.block.list.blocks .col-6.col-xl-4:nth-child(odd){ padding-right: 6px; }
	.block.list.blocks .col-6.col-xl-4:nth-child(even){ padding-left: 6px; }
	.block.list.blocks .item{ padding: 20px; }
	.block.list.blocks .item .image{ max-width: 50px; }
	/* CONTACT */
	.block.html.opening-hours{ padding: 25px; }
	/* blauw TEXTBLOCKS - Over Dekkers pagina */
	.block.html.textblock .block .image{ min-height: 225px; }
	.block.html.textblock.left.video::after { width: 75px; height: 75px; bottom: 5%; }
	/* Over Dekkers - ROB DEKKERS */
	.block.html.person-overlap{ margin-top: 25px; margin-bottom: -50px; min-height: auto; }
	.block.html.person-overlap img{ max-width: 200px; position: relative; bottom: 0; left: 50%; right: auto; transform: translate(-50%,0); }
	.block.html.person-spring{ position: relative; }
	.block.html.person-spring img{ max-width: 250px; position: relative; bottom: 0; left: 50%; right: auto; transform: translate(-50%,0); }
	/* GESCHIEDENIS */
	.block.list.timeline .item { flex-wrap: wrap; }
	.block.list.timeline .item .item-content-wrap { width: 100%; padding: 0; }
	.block.list.timeline .item .item-img-wrap { width: 100%; padding: 0; }
	.block.list.timeline .item .item-img-wrap img { width: 100%; }
	.block.list.timeline .item .year-wrap{ font-size: 2.5rem; }
	.block.list.timeline section.item .item-content { height: auto; }
	.block.list.timeline section.item:nth-of-type(odd) .item-img-wrap{ order: 2; padding: 0;}
	.block.list.timeline section.item:nth-of-type(odd) .item-content-wrap{ order: 1; padding: 0; }
	.block.list.timeline .item.quote .item-content *{ font-size: 1.5rem; }
	/* CONSUMENTENBOND */
	.row.nomargin.cb-row{ margin-top: 75px; }
	.row.cb-row .block.html.label_cb{ top: -75px; }
	/* SWITCH */
	.switch-block{ justify-content: center; margin: -15px 0 15px 0; }
	/* CLINIC */
	.block.form.clinic .col-sm-3{ width: 100%; margin-bottom: 5px; }
	.block.form.clinic .col-sm-9{ width: 100%; }
	/* CONTACT */
	.block.list.locations .col-xxl-3{ width: 100%; padding-bottom: 20px; }
	/* ADVIESGESPREK AANVRAGEN */
	.block.list.locations-advice .item .image{ display: none; }
	/* VOORDEEL DEALS */
	.block.product.projectbikes .item .label { font-size: 0.5rem; }
}

/* --------------------------------------- */
@media only screen and (max-width: 575px){
	/* --------- BANNER --------- */
	.container-fluid.banner .content{ padding: 50px 0; }
	.container-fluid.banner .content h1{ font-size: 1.9rem; }
	.container-fluid.banner .content h3{ font-size: 1.4rem; }
	/* --------- CONTENT --------- */
	/* GRID */
	.block.list.grid .item .block .image:after{ height: 100%; background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 70%); }
	.block.list.grid .item .block .content .text{ padding: 10px 10px 0 10px; }
	.block.list.grid .item .block .content .text h3{ font-size: 1rem; }
	/* BRAND */
	.block.list.brand .col-6.col-sm-4.col-lg-3.col-xl-2{ margin-bottom: 15px; }
	.block.list.brand .col-6.col-sm-4.col-lg-3.col-xl-2:nth-child(odd){ padding-right: 7.5px; }
	.block.list.brand .col-6.col-sm-4.col-lg-3.col-xl-2:nth-child(even){ padding-left: 7.5px; }
	/* GESCHIEDENIS */
	.block.list.timeline .item .item-content { padding: 20px; }
	.block.list.timeline .year-center .year { font-size: 2rem; }
	.block.list.timeline .item .year-wrap { font-size: 2rem; }
	/* IFRAME */
	.block.calendar.events iframe{ width: 100%; background: transparent; }
	.block.html.adviesgesprek iframe{ min-height: 1600px; }
	/* BIG IMAGE */
	.block.html.bigimage{ height: 100%; max-height: 500px; }
	.block.html.bigimage img{ height: 500px; }
	.block.html.bigimage .content{ padding: 50px 0; }
	.block.html.bigimage .content h2{ font-size: 1.6rem; }
	.block.html.bigimage .content h3{ font-size: 1.2rem; }
	/* CONSUMENTENBOND */
	.row.nomargin.cb-row{ margin-top: 90px; }
	.row.cb-row .block.html.label_cb{ top: -90px; right: 30px; }
	/* SERVICE */
	.row.serviceblocks .reddot{ right: 25px; }
	.row.serviceblocks .block.html.service.reddot-space .priceblock{ width: 70%; }
	.row.serviceblocks .block.html.service.reddot-space .boldletters{ width: 70%; }
	/* OVER DEKKERS */
	.block.html.textblock.left .block .content .logo { position: unset; margin-bottom: 15px; }
	.block.html.textblock.left .block .content h2 { padding-right: 0; }
	/* CONTACT */
	.block.list.locations .item .content h3{ text-align: center; }
	/* VOORDEEL DEALS */
	.block.product.projectbikes .item .content { padding: 0 25px; }
	.block.product.projectbikes .item .content .btn.btn-secondary { display: none; }

}

/* --------------------------------------- */
@media only screen and (max-width: 479px){
	/* --------- BANNER --------- */
	.container-fluid.banner img{ height: 50vh; }
	.container-fluid.banner .content{ padding: 25px 0; }
	.container-fluid.banner .content h1{ font-size: 2rem; }
	.container-fluid.banner .content h3{ font-size: 1.3rem; }
	/* --------- CONTENT --------- */
	.container-fluid.content > .row{ margin-bottom: 25px; }
	/* GRID */
	.block.list.grid .item .block .content .icon{ display: none; }
	/* blauw TEXTBLOCKS - Over Dekkers pagina */
	.block.html.textblock .block .image{ min-height: 150px; }
	/* COUNTER - Over Dekkers pagina */
	.block.list.counter .item{ padding: 0 10px; }
	.block.list.counter .item .number{ font-size: 3rem; }
	.block.list.counter .item h3{ font-size: 1rem; }
	/* Over Dekkers - ROB DEKKERS */
	.block.slides.slider{ margin-bottom: -25px; }
	/* GESCHIEDENIS */
	.block.list.timeline .item.quote .item-content-wrap { width: 100%; }
	/* BIG IMAGE */
	.block.html.bigimage{ height: 30vh; }
	.block.html.bigimage img{ height: 30vh; }
	.block.html.bigimage .content{ padding: 20px 0; }
	.block.html.bigimage .content h2{ font-size: 1.8rem; margin-bottom: 0; }
	.block.html.bigimage .content h3{ font-size: 1.3rem; margin-bottom: 0; }
	/* SERVICE */
	.block.content.service.lightblue,
	.block.list.service.lightblue,
	.block.html.service.lightblue{ font-size: 1rem; padding-left: 25px; padding-right: 25px; }
	.block.content.service.darkblue,
	.block.list.service.darkblue,
	.block.html.service.darkblue{ font-size: 1rem; padding-left: 25px; padding-right: 25px; }
	.row.serviceblocks .col-lg-4{ scroll-margin-top: 110px; }
    .row.serviceblocks .reddot{ font-size: 0.9rem; width: 120px; height: 120px; right: 20px; }
	/* DEMOS */
	.booqable-component{ margin: 0; }
	.booqable-component #booqable-launcher{ bottom: 90px !important; right: 2% !important; }
	/* CLINIC */
	.block.form .form-group.mod_block:nth-child(5) .form_field_entry label.active:after{ right: 10px; }
	/* ADVIESGESPREK INPLANNEN */
	.block.list.locations-advice .item .content{ padding: 25px; }
	.block.list.locations-advice .item .content .btn{ margin-top: 15px; }
	/* CONTACT */
	.block.form.contact .form-group:nth-child(5){ width: 100%; margin-right: 0; }
	.block.form.contact .form-group:nth-child(6){ width: 100%; margin-right: 0; float: left; }
	.block.form.contact .form-group:nth-child(7){ width: 100%; margin-right: 0; }
	.block.form.contact .form-group:nth-child(8){ width: 100%; margin-right: 0; float: left; }
	/* VOORDEEL DEALS */
	.block.product.projectbikes .item .label { top: 10px; }
	.block.product.projectbikes .item .image { padding: 30px 25px 0px 25px; }
}


	
	
	
	
	
	