/*
Theme Name: RollemaMedia
Theme URI: https://www.rollemamedia.nl/
Author: Rollema Media
Author URI: https://www.rollemamedia.nl/
Description: Een door Rollema Media ontwikkelde template voor klanten van Rollema Media.
Version: 2.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: rollemamedia
*/

:root {
  --site-box-width: 1600px;
  --website-grid-columns: 12;
  --website-grid-gap: 20px;
  --color-primair: #000;
  --color-secundair: #EF7D00;
  --color-tertiair: #676C6F;
  --color-white: #fff;
  --color-lichtgrijs: #eee;
  --font-family: "Poppins", sans-serif;
}

html, body { background: #ffffff; font-family: var(--font-family); color: var(--color-primair); font-size: 0.92rem; line-height: 1.2rem; letter-spacing: 0.1rem; font-optical-sizing: auto; font-weight: 200; font-style: normal; margin: 0; padding: 0; }
a { color: var(--color-tertiair); transition: .4s; cursor: pointer; }
a:hover { color: #eF7D00; }
select { -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 15px 40px 15px 15px; border: 1px solid #ccc; border-radius: 3px; color: #2d2d2f; background: #fff url('https://cdn.onlinewebfonts.com/svg/img_295694.svg') no-repeat; background-size: 14px; background-position: 97% 50%; }
input,
textarea { border: 1px solid #ccc; border-radius: 3px; padding: 10px; font-family: "Poppins", sans-serif; font-size: 0.92rem; line-height: 1.2rem; letter-spacing: 0.1rem; font-optical-sizing: auto; font-weight: 200; }
main,
.inner-container,
.single-product .entry-content,
.woocommerce-page .entry-content { max-width: calc(100vw - 80px); padding: 0 40px; width: 100%; margin: 0 auto; }

.entry-content > main { padding: 0; }

button.button { background: #000; color: #fff; border: none; padding: 10px 20px; border-radius: 5px; cursor: pointer; transition: .3s; font-family: "Poppins", sans-serif; font-size: 0.92rem; line-height: 1.2rem; letter-spacing: 0.1rem; font-optical-sizing: auto; font-weight: 200; }
button.button:hover { background: #EF7D00; }
 

header h1 { padding: 0; }

.hero-button,
.knop { padding: 10px 20px; background: var(--color-secundair); color: var(--color-white); transition: .4s; text-decoration: none; border-radius: 5px; font-weight: 500; letter-spacing: 1.2px; }
.hero-button:hover,
.knop:hover { background: var(--color-lichtgrijs); color: var(--primair); }
.knop.secundair { background: var(--color-primair); color: var(--color-white); }
.knop.secundair:hover { background: var(--color-tertiair); color: var(--color-white); }

.website-melding { background: var(--signaal-rood); padding: 10px; color: #000; text-align: center; }
.website-melding a { color: #000; }

.wrapper { display: flex ; flex-direction: row; flex-wrap: wrap; justify-content: center; margin: 0 auto; padding: 0; gap: 0; align-items: flex-start; }

/* Header & menu - Begin */
.actiebanner-header { background: var(--secundair); color: var(--signaal-licht); display: flex; flex-direction: column; width: 100%; max-width: 100vw; margin: 0; }
.actiebanner-header .inner-container { padding: 10px 0; display: flex; flex-direction: row; align-items: center; gap: 40px; justify-content: center; }
.actiebanner-header .actie-tekst { font-size: 1rem; font-weight: 400; letter-spacing: 0.02em; }
.actiebanner-header .actie-timer { display: flex; align-items: center; gap: 4px; font-size: 0.85rem; }
.actiebanner-header .timer-blok { background: #fff; width: 60px; padding: 5px; border-radius: 5px; display: flex; flex-direction: column; align-items: center; }
.actiebanner-header .timer-getal { font-size: 1.1rem; font-weight: 700; line-height: 1; color: var(--primair); }
.actiebanner-header .timer-label { font-size: 0.65rem; opacity: 0.75; line-height: 1; letter-spacing: 0.05em; margin-top: 2px; color: var(--primair); }

.secundair-header { background: var(--color-secundair); color: var(--primair); display: flex; flex-direction: column; width: 100%; max-width: 100vw; margin: 0; }
.secundair-header .inner-container { display: flex; flex-direction: row; align-items: center; gap: 40px; justify-content: space-between; }
.secundair-header .secundair-menu { display: flex; flex-direction: row; font-size: 13px; gap: 20px; }
.secundair-header .secundair-menu a { text-decoration: none; color: var(--signaal-licht); }
.secundair-header .header-usps-inner { display: flex; gap: 20px; align-items: center; overflow: hidden; height: 100%; padding: 0; margin: 0; }
.secundair-header .header-usps-inner .single-usp { display: flex; padding: 10px 0; align-items: center; gap: 8px; font-size: 10px; }
.secundair-header .header-usps-inner .single-usp i { color: var(--secundair); font-size: 130%; }
.secundair-header .header-usps-inner .single-usp b { font-weight: 700; }

.primair-header { background: #fff; padding: 10px 0; margin: 0; display: flex; flex-direction: column; width: 100%; max-width: 100vw; overflow: visible; }
.primair-header .inner-container { display: flex; flex-direction: row; align-items: center; gap: 20px; justify-content: space-between; }
.primair-header .header-branding { display: flex ; flex-direction: column; flex-wrap: nowrap; justify-content: center; margin: 0; align-items: center;  }
.primair-header .header-branding .site-logo.toon-klant-logo { display: flex; flex-direction: row; }
.primair-header .header-branding .website-logo { max-width: 100%; width: 200px; margin: 0; min-width: 100px; }

.primair-header .header-zoekbalk { background: #fff; border: 1px solid #eee; border-radius: 5px; margin: 0; }
.primair-header .header-zoekbalk form { padding: 5px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.primair-header .header-zoekbalk .zoekveld { border: none; background: transparent; width: 300px; height: 30px; }
.primair-header .header-zoekbalk .zoekveld:focus { outline: none; }
.primair-header .header-zoekbalk button[type="submit"] { background: var(--signaal-licht); color: var(--primair); border: none; width: 30px; height: 30px; border-radius: 5px; cursor: pointer; transition: .3s; }
.primair-header .header-zoekbalk button[type="submit"]:hover { background: var(--primair); color: var(--signaal-licht); }

.primair-header .hoofdmenu .mega-menu-wrap { z-index: 9; }
.primair-header .header-icons { display: flex; flex-direction: row; gap: 20px; padding: 10px 0; font-size: 1.4rem; align-items: center; }
.primair-header .header-icons i { font-weight: 500; color: #1f1f1f; }


.header-menu {  }
.header-menu .mega-menu-item.opvallen > a { background: var(--tertiair) !important; color: #fff !important; border-radius: 5px !important; transition: .4s !important; }
.header-menu .mega-menu-item.opvallen > a:hover { background: var(--primair) !important; }
.header-menu .mega-menu-item.assortiment > a { background: var(--primair) !important; color: #fff !important; border-radius: 5px !important; transition: .4s !important; }
.header-menu .mega-menu-item.assortiment > a:hover { background: var(--signaal-donker) !important; }

.header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-tabbed > ul.mega-sub-menu { padding: 20px; margin-top: 30px; max-width: var(--site-box-width); width: calc(100vw - 80px) !important; }
.header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu { border: none; }
.header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { border-radius: 5px; margin-top: 10px; transition: .3s; }
.header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item:first-child > a.mega-menu-link { margin-top: 0; }
.header-menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu { padding-left: 40px; }

.secund-mobiel-menu { padding: 10px; margin: 20px 0; list-style: none; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; background: var(--antraciet); border-radius: 5px; }
.secund-mobiel-menu .menu-item a:hover,
.secund-mobiel-menu .current-menu-item a { background: rgba(255, 255, 255, .8); color: var(--antraciet); }
.secund-mobiel-menu .menu-item a { border-radius: 10px; color: var(--signaal-licht); text-decoration: none; padding: 5px 10px; display: flex ; align-items: center; flex-wrap: nowrap; transition: .3s; }
.secund-mobiel-menu .menu-item a:before { font-size: 20px; margin-right: 10px; font-family: "Font Awesome 7 PRO"; font-weight: 200; }
.secund-mobiel-menu .menu-item.contrast a { background: #fff; color: var(--primair); transition: .3s; border-radius: 3px; }
.secund-mobiel-menu .menu-item.contrast a:hover { background: var(--tertiair); color: #fff; }
.secund-mobiel-menu .menu-item.admin a:before { content: '\e5f1'; font-size: 15px; margin-right: 5px; }
.secund-mobiel-menu .menu-item.klant-worden a:before { content: '\f6a4'; font-size: 15px; }
/* Header & menu - Einde */

/* Statische pagina's opbouw */
.grid-view { grid-template-columns: repeat(var(--website-grid-columns),1fr); gap: var(--website-grid-gap); display: grid; }
.grid-view .col-1 { grid-column: span 1; }
.grid-view .col-2 { grid-column: span 2; }
.grid-view .col-3 { grid-column: span 3; }
.grid-view .col-4 { grid-column: span 4; }
.grid-view .col-5 { grid-column: span 5; }
.grid-view .col-6 { grid-column: span 6; }
.grid-view .col-7 { grid-column: span 7; }
.grid-view .col-8 { grid-column: span 8; }
.grid-view .col-9 { grid-column: span 9; }
.grid-view .col-10 { grid-column: span 10; }
.grid-view .col-11 { grid-column: span 11; }
.grid-view .col-12 { grid-column: span 12; }
.grid-view .row-1 { grid-row: span 1; }
.grid-view .row-2 { grid-row: span 2; }


/* Template parts - Begin */
.entry-content { display: flex; flex-direction: column; align-items: stretch; }

.rm-masonry { columns: 2; column-gap: 1rem; }
.rm-masonry img, .rm-masonry video { display: block; width: 100%; height: auto; margin-bottom: 1rem; border-radius: 4px; break-inside: avoid; }
.rm-masonry img:only-child,
.rm-masonry video:only-child { column-span: all; }

.rm-blok { width: 100%; }
.rm-blok.rm-contained { max-width: var(--site-box-width); width: calc(100% - 80px); margin-inline: auto; border-radius: 10px; }
.rm-blok.rm-contained .rm-2col { box-sizing: border-box; }

.rm-banner-blokken .grid-view .afbeelding-blok { overflow: hidden; border-radius: 10px; }
.rm-banner-blokken .grid-view .afbeelding-blok img { width: 100%; object-fit: cover; height: 100%; transition: .3s; }
.rm-banner-blokken .grid-view .afbeelding-blok a:hover img { transform: scale(105%); }
.rm-banner-blokken .grid-view.grid-gespiegeld { direction: rtl; }
.rm-banner-blokken .grid-view.grid-gespiegeld > * { direction: ltr; }

.rm-tekst-met-media.rm-tekst-links .rm-col-tekst  { order: 1; }
.rm-tekst-met-media.rm-tekst-links .rm-col-media   { order: 2; }
.rm-tekst-met-media.rm-tekst-rechts .rm-col-media  { order: 1; }
.rm-tekst-met-media.rm-tekst-rechts .rm-col-tekst  { order: 2; }

.rm-catslider-titel { font-size: 1.5rem; line-height: 2rem; letter-spacing: 0.1rem; font-optical-sizing: auto; font-weight: 700; }
.rm-catslider-intro { margin: 0 0 20px; }
.rm-catslider { overflow: hidden; }
//.rm-catslider-track { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.rm-catslider-track { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; }
.rm-catslider-track::-webkit-scrollbar { display: none; }
.rm-catslider-item { flex: 0 0 calc((100% - (5 * 20px)) / 6); scroll-snap-align: start; text-decoration: none; color: inherit; border-radius: 10px; overflow: hidden; position: relative; display: flex; flex-direction: column; }
.rm-catslider-afbeelding { aspect-ratio: 4 / 4; overflow: hidden; border-radius: 10px; background: var(--grijsblauw, #eee); }
.rm-catslider-afbeelding img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.rm-catslider-item:hover .rm-catslider-afbeelding img { transform: scale(1.05); }
.rm-catslider-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px 20px; background: var(--primair); color: #fff; font-weight: 500; font-size: 0.92rem; border-radius: 0 0 10px 10px; }
.rm-catslider-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }
.rm-catslider-link { text-decoration: none; color: var(--antraciet, #2d2d2f); font-weight: 500; transition: color .3s; }
.rm-catslider-link:hover { color: var(--primair, #13415c); }
.rm-catslider-nav { display: flex; gap: 8px; }
.rm-catslider-nav button { width: 30px; height: 30px; border-radius: 100%; background: var(--primair); cursor: pointer; font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: .3s; color: #fff; }
.rm-catslider-nav button:hover:not(:disabled) { background: var(--primair, #13415c); color: var(--signaal-licht, #fff); border-color: var(--primair, #13415c); }
.rm-catslider-nav button:disabled { opacity: .3; cursor: default; }
/* Template parts - Einde */





/* Pagina blokken - Begin */
.rm-container { margin: 0 auto; padding: clamp(24px,3vw,48px) 16px; }
.rm-container .knop { display:  inline-block; }
.rm-container h2.titel { font-size: 1.5rem; line-height: 2rem; letter-spacing: 0.1rem; font-optical-sizing: auto; font-weight: 700; }
.rm-grid { display: grid; gap: clamp(16px,2vw,32px); max-width: calc(100vw - 80px); padding: 40px; width: 100%; margin: 0 auto; position: relative; }
.has-bg-photo { position: relative; color: var(--signaal-licht); }
.has-bg-photo::before { content: ''; position: absolute; background: rgba(0, 0, 0, .5); top: 0; left: 0; width: 100%; height: 100%; }

.rm-col {  }
.rm-col img { border-radius: 10px; width: 100%; }
.rm-col .blok-video { width: 100%; border-radius: 5px; }
.rm-2col { grid-template-columns: repeat(2,minmax(0,1fr)); }
.rm-responsive { align-items: center; }
.rm-auto-cols { grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }
.rm-center { text-align: center; }
.tekst-home .rm-col img { border-radius: 50px 10px 10px 10px; }
.rm-tekst-met-media.tekst-home .rm-col.rm-col-tekst{ align-content: center; }
.over-home .rm-container.rm-grid.rm-2col { padding: 0; }
.over-home .knop { background-color: #000; color: #fff; }
.over-home .knop:hover { background-color: var(--color-white); color: #000; }
.over-home .rm-col.rm-col-tekst { padding: 40px; }
.over-home .rm-col img { border-radius: 0; width: 100%; height: 400px; object-fit: cover; }
.rm-tekst-met-media.rm-tekst-links .rm-col-media { margin-bottom: -15px; }
.rm-blok.rm-blokken-naast-elkaar.offerte-home .rm-card { transition: noe; box-shadow: none; }
.rm-blok.rm-blokken-naast-elkaar.offerte-home .rm-card:hover { margin: 0; }
.rm-blok.rm-blokken-naast-elkaar.offerte-home h3.rm-card-title { font-size: 35px; font-weight: 600; }

 

.rm-wysiwyg :where(p,ul,ol) { margin: 0 0 10px; }
.rm-wysiwyg.intro { font-size: 13px; }

.rm-hero-over-image { position:relative; color: #111; }
.rm-hero-over-image .rm-hero-inner { background: rgba(255,255,255,0.7); backdrop-filter: saturate(120%) blur(4px); border-radius: 16px; padding: clamp(16px,2vw,32px); }

.rm-card,
.rm-product-card { background: #fff; border: 1px solid var(--grijsblauw); border-radius: 10px; padding: 20px; box-shadow: 0 0 20px -10px rgba(0, 0, 0, .1); transition: .4s; }
.rm-card:hover,
.rm-product-card:hover { box-shadow: 0 0 20px -10px rgba(0, 0, 0, .4); margin: -5px 0 5px 0; }

.rm-card-media img,
.rm-logos img,
.rm-product-media img { display: block; max-width: 100%; height: auto; border-radius: 5px; }
.rm-logos-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(120px,1fr)); gap: 24px; align-items: center; }

.blokken-home .rm-card { border-radius: 5px; padding: 10px; }
.blokken-home .rm-card img { height: 250px; width: 100%; border-radius: 5px; object-fit: cover; }
.onzediensten-home .rm-container.rm-grid.rm-center { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; background-color: var(--color-secundair); padding: 50px 40px 250px; margin-bottom: -300px; border-radius: 5px; margin-top: 20px; }
.onzediensten-home .rm-container.rm-grid.rm-center h2 { width: 50%; text-align: left; margin: 0; }
.onzediensten-home .rm-container.rm-grid.rm-center .rm-wysiwyg { width: 50%; text-align: left; }

.rm-products-grid { display: grid ; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: clamp(16px, 2vw, 32px); padding: 0; width: 100%; margin: 0 auto; position: relative; }
.rm-product-title { font-size: 1.1rem; margin: .5rem 0; }
.rm-product-price del{opacity:.7;margin-right:.35em;}
.rm-product-price ins{text-decoration:none;}

/* Vormscheiding (asymmetrische boog) */
.rm-shape-sep { position: relative; height: 40px; overflow: hidden; }
.rm-shape-sep--top svg{ top: -1px; bottom: auto; transform: scaleY(-1); }
.rm-shape-sep svg {  position: absolute;  left: 0; right: 0; bottom: -1px; width: 100%; height: 100%; }
.rm-shape-sep path { fill: var(--signaal-licht); }


/* Sectie spacing */
.rm-blok { position: relative; }
.rm-blok + .rm-blok { margin-top: 40px; }

.rm-blok.margin-top-min-100 { margin-top: -100px; z-index: 9; }
.rm-blok.margin-top-min-200 { margin-top: -200px; z-index: 9; }
.rm-blok.margin-top-min-100 .rm-container,
.rm-blok.margin-top-min-200 .rm-container { padding-top: 0; }
/* Pagina blokken - Einde */

/* Content - Begin */
.content-container { flex: 1 1 70%; }
.home .pagina-hero { display: flex; height: calc(60vh - 40px); min-height: 60vh; justify-content: center; }
.home .pagina-hero::before { background: none; }
.home .pagina-hero .content { gap: 20px; }

.pagina-hero { height: calc(20vh - 40px); min-height: 200px; padding: 40px 0 5vh; display: flex ; flex-direction: column; justify-content: flex-end; background-size: cover; position: relative; background-position: 50% 50%; }
.pagina-hero::before { content: ''; position: absolute; background: rgba(103,108,111, .8); top: 0; left: 0; width: 100%; height: 100%; }
.pagina-hero::after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 5vh; background: #ffffff; clip-path: ellipse(80% 80% at 27% 100%); }
.home .pagina-hero::after { content: ''; height: 0;  }
.pagina-hero .content { color: #fff; z-index: 9;  margin: 0 0 20px; display: flex ; justify-content: space-between; flex-direction: column; align-items: flex-start; flex-wrap: wrap; gap: 0; position: relative; width: 50%; }
.pagina-hero .content h1 { font-size: 2.5rem; color: #fff; line-height: 3rem; letter-spacing: 0.1rem; font-optical-sizing: auto; font-weight: 700; margin: 0; }
.home .pagina-hero .content { color: var(--color-primair); }
.home .pagina-hero .content h1 { color: var(--color-primair); }
/* Content - Einde */

/* Single Post - Begin */
.pagina-hero-bericht { height: calc(25vh - 40px); min-height: 200px; padding: 40px 40px; display: flex ; flex-direction: column; justify-content: flex-end; background-size: cover; position: relative; background-position: 50% 50%; }
.pagina-hero-bericht::before { content: ''; position: absolute; background: rgba(103,108,111, .8); top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.pagina-hero-bericht::after { content: ''; position: absolute;  inset: 0;  left: 0; bottom: 0; width: 100%; height: 5vh; clip-path: path("M 0 0 H 100 V 90 Q 50 100 0 90 Z"); }
.single-post .post-layout { max-width: 1600px; margin: 0 auto; padding: 40px; font-family: var(--font-body); }
.single-post .post-title { margin: 0px;  }
.single-post .post-content-wrapper { display: flex; gap: 40px; justify-content: space-between; }
.single-post .content-text { display: flex; flex-direction: column; width: 60%; }
.single-post .post-text { flex: 1; }
.single-post .post-image { flex: 0.8; }
.single-post .post-image img { width: 100%; max-height: 450px; display: block; object-fit: cover; border-radius: 5px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;  }
.single-post .post-meta { margin-top: 10px; margin-bottom: 20px; font-size: 0.9rem; color: #777; }
.single-post a { color: #000; text-decoration: none; }
.single-post a:hover { color: var(--primary-hover); }
.fa-light.fa-arrow-turn-down-left { vertical-align: sub; }

/* Single Post - Einde */

/* Archive - Begin */
.pagina-hero-bericht h1 { color: #000; font-size: 2rem; z-index: 99; }
.archive-posts { padding: 40px; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; padding: 0; }
.post-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.08); display: flex; flex-direction: column;  }
.post-card-image img { width: 100%; height: 300px; object-fit: cover; display: block; }
.post-card-content { padding: 1.5rem; display: flex; flex-direction: column; flex-grow: 1; font-family: var(--font-body); }
.post-card-title { margin: 0 0 1rem; font-size: 1.2rem; }
.post-card-title a { text-decoration: none; color: var(--primary-color); }
.post-card-excerpt { flex-grow: 1; color: #555; margin-bottom: 1.5rem; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.post-card-button { align-self: flex-start; padding: 0.6rem 1.2rem; background-color: var(--primary-color); color: #fff; text-decoration: none; border-radius: 6px; font-size: 0.9rem; }
.post-card-button:hover { background-color: var(--primary-hover); color: var(--primary-color); }
/* Archive - Einde */

/* Model - Popup - Begin */
.rm-modal { display: flex; }
/* Model - Popup - Einde */

/* Offline modus - Begin */
body.at-offline-mode { margin: 0; min-height: 100vh; font-family: inherit; position: relative; overflow: hidden; }
.at-offline-mode__bg,
.at-offline-mode__overlay { position: fixed; inset: 0; }
.at-offline-mode__bg { background-position: center; background-size: cover; background-repeat: no-repeat; z-index: 1; }
.at-offline-mode__overlay { background: rgba(0, 0, 0, 0.7); z-index: 2; }
.at-offline-mode__wrap { position: relative; z-index: 3; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; box-sizing: border-box; }
.at-offline-mode__card { width: 100%; max-width: 760px; background: #fff; border-radius: 20px; padding: 32px; box-sizing: border-box; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2); text-align: center; }

.at-offline-mode__title { margin: 0 0 16px; font-size: clamp(28px, 4vw, 30px); line-height: 1.1; }
.at-offline-mode__text { font-size: 16px; line-height: 1.7; }
.at-offline-mode__text p:last-child { margin-bottom: 0; }
.at-offline-indicator { position: fixed; top: 50%; left: 0; height: auto; width: 50px; background: var(--rood); z-index: 9999; display: flex; align-items: center; justify-content: center; padding: 10px 0; border-radius: 0 10px 10px 0; }
.at-offline-indicator span { color: #fff; font-weight: 600; font-size: 12px; writing-mode: vertical-rl; transform: rotate(180deg); letter-spacing: 1px; text-align: center; }
/* Offline modus - Einde */

/* Formulieren - Begin */
.gform-body {}
.gform-body .hidden_label .gform-field-label--type-sub { font-size: 0.94rem; font-weight: 500; }
.gform-body input { box-shadow: none !important; }
.gform-body input[type="text"],
.gform-body input[type="email"],
.gform-body input[type="tel"] { width: 100% !important; }
.gform-body textarea:focus,
.gform-body input:focus { outline: none !important; border-color: inherit; -webkit-box-shadow: none; box-shadow: none; --gf-local-border-color: var(--signaal-groen) !important; box-shadow: none !important; }
.gform-body input::placeholder { color: #aaa; font-style: italic; }

.gform-body .gfield_required { display: none; }

.gform-body input.gform-button,
.gform-footer input.gform_button { background-color: var(--color-primair) !important; color: var(--color-white) !important; font-size: 15px !important; font-weight: 500 !important; letter-spacing: 1px !important; box-shadow: none !important; }
.gform-body input.gform-button:hover,
.gform-footer input.gform_button:hover { background-color: var(--color-white) !important; color: var(--color-primair) !important; }

.gform_validation_error .gform-body .gform_fields { align-items: self-end; }
.gform_validation_error .validation_message { display: none !important; }
.gform_validation_errors { background-color: var(--rood) !important; color: var(--signaal-licht) !important; }
.gform_validation_errors .gform_submission_error,
.gform_validation_errors ol,
.gform_validation_errors ol a { color: var(--signaal-licht) !important; text-decoration: none !important; }
.gform_validation_errors .gform-icon { color: var(--signaal-licht) !important; border-color: var(--signaal-licht) !important; }
.gform_validation_errors:focus { outline: none !important; }

div#gform_wrapper_1 { background-color: var(--color-secundair); padding: 40px; border-radius: 10px; }
#gform_wrapper_1 input,
#gform_wrapper_1 select,
#gform_wrapper_1 textarea {
    border-radius: 10px;
    padding: 12px;
    background-color: #ffddb7; border: none;
}

/* Formulieren - Einde */

/* Footer - Begin */
.footer-container { color: #000; font-size: 0.92rem; line-height: 1.2rem; letter-spacing: 0.1rem; font-optical-sizing: auto; font-weight: 200; padding: 40px 0; flex: 1 1 100%; display: flex ; flex-direction: column; justify-content: center; max-width: 1400px; margin: 0 auto; }
.footer-container .footer-col { display: flex ; flex-direction: row; flex-wrap: wrap; }
.footer-container .footer-col .nieuwsbrief { flex: 1 1 100%; background: rgba(123, 106, 88, 0.8); padding: 20px; border-radius: 10px; margin: 0 0 40px; }
.footer-container .footer-col .nieuwsbrief .gform-body,
.footer-container .footer-col .nieuwsbrief .gform-body label { color: var(--signaal-licht); }
.footer-container .footer-col .nieuwsbrief .gform-body input.gform-button { width: 100% !important; }

.footer-container .footer-col .single-col { flex: 1 1 33%; display: flex; flex-direction: column; }
.footer-container .footer-col .titel { font-size: 1.5rem; line-height: 2rem; letter-spacing: 0.1rem; font-optical-sizing: auto; font-weight: 700; }
.footer-container .footer-col .contactgegevens { padding: 0; list-style: none; margin: 0; display: flex; flex-direction: column; text-wrap: nowrap; }
.footer-container .footer-col .contactgegevens li { padding: 0; margin: 0 0 10px 0; list-style: none; display: flex ; flex-direction: row; flex-wrap: wrap; align-items: center; }
.footer-container .footer-col .contactgegevens li:before { font-family: "Font Awesome 7 PRO"; font-weight: 200; margin-right: 10px; font-size: 15px; width: 20px; display: inline-block; }
.footer-container .footer-col .contactgegevens a { color: var(--signaal-licht); text-decoration: none; }
.footer-container .footer-col .contactgegevens .tel:before { content: '\f2a0'; }
.footer-container .footer-col .contactgegevens .mail:before { content: '\f1d8'; }
.footer-container .footer-col .contactgegevens .adres { margin: 20px 0 0 0; }
.footer-container .footer-col .contactgegevens .adres:before { content: '\f3c5'; }
.footer-container .footer-col .contactgegevens .adres .titel { font-size: 0.94rem; font-weight: 600; display: inline-block; margin: 0; }
.footer-container .footer-col .contactgegevens .adres address { font-style: normal; margin-left: 30px; flex: 1 1 100%; }
.footer-container .footer-col .footer-menu { display: flex ; flex-direction: column; flex-wrap: nowrap; gap: 10px; list-style: none; padding: 0; margin: 0; }
.footer-container .footer-col .footer-menu a { color: var(--signaal-licht); }
.footer-container .footer-col .footer-menu a:hover { color: var(--tertiair); }
.footer-container .footer-col .socials { list-style: none; padding: 0; margin: 0; display: flex ; flex-direction: row; flex-wrap: nowrap; gap: 20px; }
.footer-container .footer-col .socials a { text-decoration: none; }
.footer-container .footer-col .socials a:before { font-family: "Font Awesome 7 BRANDS"; font-weight: 200; border-radius: 100%; font-size: 20px; width: 40px; height: 40px; display: flex; background: #fff; align-items: center; justify-content: center; }
.footer-container .footer-col .socials a.social-facebook:before { content: '\f39e'; }
.footer-container .footer-col .socials a.social-instagram:before { content: '\f16d'; }
.footer-container .footer-col .socials a.social-linkedin:before { content: '\f0e1'; }
.footer-container .footer-col .socials a.social-tiktok:before { content: '\e07b'; }
.footer-container .footer-col .socials a.social-youtube:before { content: '\f167'; }
.footer-container .sub-footer { background: rgba(255, 255, 255, .2); border-radius: 10px; padding: 20px; margin: 40px 0 0 0; font-size: 12px; gap: 20px; display: flex ; flex-direction: row; align-items: center; }
.footer-container .sub-footer a { color: var(--signaal-licht); text-decoration: none; }
.footer-container .sub-footer .copyright {  }

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 { display: flex; flex-direction: column; }
/* Footer - Einde */

/* FAQ - Begin */
.faq { margin: 0; }
.faq .single-faq { background: #eee; padding: 20px; border-radius: 10px; margin: 0 0 20px; }
.faq .faq-vraag a { color: var(--antraciet); text-decoration: none; font-weight: 500; display: flex; align-items: center; }
.faq .faq-vraag a:before { content: "\f13a"; font-weight: 200; font-family: "Font Awesome 7 PRO"; margin-right: 10px; transition: .3s; }
.faq .faq-vraag.active a:before { content: "\f139"; }
.faq .faq-antwoord { margin: 10px 0 0 0; }
.faq .faq-antwoord p:nth-last-child(-n+1) { margin: 0; }
.faq .subtitel { font-weight: 600; }
/* FAQ - Einde */




/* Custom classes */
.bg-repeat { background-size: auto !important; background-repeat: repeat; color: #fff !important; }

@media(min-width: 1480px) {
  main,
  .inner-container,
  .rm-grid
  { max-width: var(--site-box-width); }
}
@media(max-width: 1366px) {
  .header-usps { display: block; position: relative; overflow: hidden; }
  .header-usps-inner { position: relative; height: 100%; }
  
}
@media(max-width: 1200px) {
  
  .secundair-header .secundair-menu { display: none; }
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu { padding: 10px; }
  .rm-catslider-item { flex: 0 0 calc((100% - (3 * 20px)) / 4); }
}
@media(max-width: 900px) {
  .rm-2col { grid-template-columns:1fr; }
  .rm-catslider-item { flex: 0 0 calc((100% - (2 * 20px)) / 3); }
}
@media(max-width: 768px) {
  .primair-header .inner-container { padding: 0 20px; max-width: calc(100vw - 40px); }
  .primair-header .zoekbalk { display: none; }
  #mega-menu-wrap-main-menu .mega-menu-toggle { line-height: inherit; height: auto; }
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block { margin: 0; padding: 5px 0; }
}
@media(max-width: 600px) {
  .home .pagina-hero { height: 100%; }
  .home-hero .content { max-width: 100%; }
  .home-hero .content h1 { font-size: 40px; line-height: 45px; }
  .rm-masonry { columns: 1; }
  .rm-catslider-item { flex: 0 0 calc((100% - 20px) / 2); }
  .actiebanner-header .inner-container { flex-direction: column; gap: 8px; }
  .onzediensten-home .rm-container.rm-grid.rm-center { flex-direction: column; width: 100%; }
  .onzediensten-home .rm-container.rm-grid.rm-center h2,
  .onzediensten-home .rm-container.rm-grid.rm-center .rm-wysiwyg { width: 100%; }
  
   
}