@font-face { font-family: 'OpenSans-Regular'; src: url(../fonts/OpenSans-Regular.ttf) format('truetype'); }
@font-face { font-family: 'OpenSans-SemiBold'; src: url(../fonts/OpenSans-SemiBold.ttf) format('truetype'); }
@font-face { font-family: 'OpenSans-Bold'; src: url(../fonts/OpenSans-Bold.ttf) format('truetype'); }
@font-face { font-family: 'Montserrat-ExtraBold'; src: url(../fonts/Montserrat-ExtraBold.ttf) format('truetype'); }
@font-face { font-family: 'FontAwesomeRegular'; src: url(../fonts/fontawesome6/fa-regular-400.ttf) format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'FontAwesomeSolid'; src: url(../fonts/fontawesome6/fa-solid-900.ttf) format('truetype'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'FontAwesomeBrands'; src: url(../fonts/fontawesome6/fa-brands-400.ttf) format('truetype'); font-weight: normal; font-style: normal; }
/* ALL PAGES BASIS */
html { 
	--color-tekst:#000; 
	--color-tekstgrijs: #A8A8A8;
	--color-accent:#73B0B7;
	--color-accent-licht:#95c4c9;
	--color-accent-lichter: #dbe4e7;
	--color-donker: #0f4b5b;
	--color-donker-rgb: 15,75,91;
	--color-grijsblauw: #87a5ad;
	--color-zwart-rgb:0,0,0; 
	--color-wit:#fff; 
	--color-wit-rgb:255,255,255; 
	--color-off-white: #eee;
	--color-grijs:#d6d6d6; 
	--color-lichtgrijs:#e6e6e6; 
	--color-lichtergrijs: #e0e0e0;
	--color-donkergrijs: #707070; 
	--color-bggrijs: #eaeaea;
	--color-bggrijs-team: #ebebeb;
	--color-grijs-button: #bcbcbc;
	--color-bgaccent:#dbe4e7;
	--color-schaduw:#222; 
	--color-bggrijs-body: #f5f5f5;
	--color-basis: #73B0B7; 
	--color-basis-rgb:254,202,58; 
	--color-basis-donkerder:#0f4b5b; 
	--color-basis-donkerder-rgb:245,167,79; 
	--color-extra-een: #F5A74F; /* PV en Hvac */
	--color-extra-twee: #e94e1b; /* Smart Storage en Smart Heating */
	--color-extra-drie: #1f9cd8; /* EV Charging en Insulating */
	--color-hover:#F5A74F; 
	--color-error:#e73243;
	--font-family-standaard: 'OpenSans-Regular', sans-serif;
    --font-family-semibold: 'OpenSans-SemiBold', sans-serif;
    --font-family-bold: 'OpenSans-Bold', sans-serif;
	--font-family-extrabold: 'Montserrat-ExtraBold', sans-serif;
    --font-size-standaard: 1vw;
	--default-gap: 1rem;
	--content-breedte: 1520px; /* in ontwerp 1496px, maar 2x standaard banner is 2 x 750px */
	--content-breedte-max-small: 1188px;
	--flex-direction-standaard: row;
	--flex-direction-reverse: row-reverse;
}
@media screen and (min-width:1800px){
	html {    
		--font-size-standaard: 18px;
	}
}
@media screen and (max-width: 1240px){
    html {
        --font-size-standaard: 14px;
    }
}
@media screen and (max-width: 1000px){
    html {
        --flex-direction-standaard: column;
		--flex-direction-reverse: column-reverse;
    }
}

/* algemeen */
html, body { height: 100%; min-height: 100%; }
body { position: relative; margin: 0; padding: 0; font-family: var(--font-family-standaard); font-weight: normal; font-size: var(--font-size-standaard); color: var(--color-tekst); line-height: 1.5em; overflow-x: hidden; background: var(--color-bggrijs-body); display: flex; flex-direction: column;  }
* {box-sizing: border-box; margin: 0; padding: 0;}
.masterContainer { height: auto; min-height: 100%; display: flex; flex-direction: column;}
a[href^="tel:"] {text-decoration: none !important; color: var(--color-tekst) !important; background: none !important; cursor: default;}
*:focus {outline: 0 !important; box-shadow: none !important; -webkit-tap-highlight-color: transparent;}

main { width: 100%; max-width: var(--content-breedte); padding: 20px 0; margin: 0 auto; height:fit-content;}

section {padding: 0 20px;}

.BodyProducten main, 
.BodyProdukte main {padding-top: 40px;}

/* header */
header.topContainer { position: relative; z-index: 10; display: flex; flex-direction: column; }
.topContainer .contentWrapper  { width: 100%; border: none; box-shadow: none; background: var(--color-wit); }
.topContainer .contentWrapper .topContent { display: flex; justify-content:space-between; align-items: center; width: auto; height: 81px; border-bottom: solid 1px var(--color-grijs); }
.topContainer .contentWrapper .topContent .logoWrapper {display: flex; justify-content: flex-start; margin-right: auto;}
.topContainer .contentWrapper .topContent .logo {padding: 29px 40px 30px 40px; height: 81px; }
.topContainer .contentWrapper .topContent .logo:first-of-type {padding: 24px 40px 25px 40px;}
.topContainer .contentWrapper .topContent .logo a {display: inline-block; width: 100%; height: 100%;}
.topContainer .contentWrapper .topContent .logo a img {width: 100%; height:22px;  object-fit: contain; object-position: left center;}
.topContainer .contentWrapper .topContent .logo:first-of-type a img {width: 100%; height:32px;}
.topContainer .contentWrapper .topContent .logo#current {background: var(--color-lichtgrijs)}

header.open .logo,
header.open .menu,
header.open .menuTop, 
main.open, 
footer.open  {filter: blur(2px)}
.menuContainer.open {  display: block;position: fixed; z-index: 10; right: 0px; top: 0; width: 100%; max-width: 400px; height: 100%; padding: 20px; background: var(--color-wit); border-radius: 0px;  margin: 0; }

.menuContainer {width: 100%; border-bottom-left-radius: 2em; border-bottom-right-radius: 2em; }
.menuContainer .menu {display: flex;  align-items: center;  height: 3em; width: 100%; min-height: 40px; margin: 0; border-bottom-left-radius: 2em; border-bottom-right-radius: 2em; box-shadow: 0px 5px 5px var(--color-grijs);  }

.menuExtra li { margin: 0; }
.menuExtra li a { color: var(---color-zwart); padding: 10px 0; background: none }
.menuExtra li:last-of-type {margin: 30px 0; }
.menuExtra li:last-of-type a { color: var(---color-zwart); background: var(--color-basis); padding: 0; }

.menuTop {margin: 0 1em 0 auto; }
.menuTop ul {display: flex; gap: 1rem; }
.menuTop ul li {list-style: none;}
.menuTop ul li a {font-size: 0.7em; font-family:var(--font-family-bold); padding: 0.4em 3em; color: var(--color-wit); background: var(--color-accent); text-decoration: none; border-radius: 1.1em; white-space: nowrap;}
.menuTop ul li a:hover {background: var(--color-donker);}
.menuTop ul li a.signIn {white-space: nowrap}
.menuTop ul li a.signIn:before {font-family: "FontAwesomeSolid"; content: '\f090'; display: inline-block; font-size: 1em; width: 2em;}

.menu nav { display: flex; padding: 0 30px; margin: 0 auto; width: 100%; max-width: var(--content-breedte); gap: 2em; }
.menu nav ul {display: flex; list-style: none; justify-content: space-between; align-items: center; margin: 0 0 0 35px;  }
.menu nav ul:first-of-type {width: 100%; }
.menu nav ul li a { text-wrap: nowrap;}

.menu nav ul.fixedItems {display: flex; justify-content: flex-end; gap: 1em; width: fit-content;  }
.menu nav ul li {display: none; }
.menu nav ul li#navProdukte  {display: inline-block;}
.menu nav ul li#navBedrijvenregister,
.menu nav ul li#navUnternehmensregister {display: inline-block;}
.menu nav ul li#navOverons, 
.menu nav ul li#navVacatures, 
.menu nav ul li#navAdverteren, 
.menu nav ul li#navTeam, 
.menu nav ul li#navUberuns {display: inline-block;}
.menu nav ul li.smChannel {display: inline-block;}
.menu nav ul li.otherPlatform { position: relative; display: inline-block; display: none; font-size: 0.9em; font-weight: bold; padding: 0.2em 1em 0.2em 3em; color: var(--color-wit); background: var(--color-accent); text-decoration: none; border-radius: 1.1em; }
html[lang="de"] .menu nav ul li.otherPlatform {  display: inline-block; }
.menu nav ul li.otherPlatform a#Dutch:before {position: absolute; left: 0.6em; top: 0.4em; content: ''; background: url("../../img/flags/48x48/NL.png"); background-position: center;  background-size: 100% 150%; display: inline-block; border-radius: 50%; width: 1.3em; height: 1.3em;  }
.menu nav ul li.otherPlatform a#Belgian:before {position: absolute; left: 0.6em; top: 0.4em; content: ''; background: url("../../img/flags/48x48/BE.png"); background-position: center;  background-size: 100% 150%; display: inline-block; border-radius: 50%; width: 1.3em; height: 1.3em;  }
.menu nav ul li.otherPlatform a#German:before {position: absolute; left: 0.6em; top: 0.4em; content: ''; background: url("../../img/flags/48x48/DE.png"); background-position: center;  background-size: 100% 150%; display: inline-block; border-radius: 50%; width: 1.3em; height: 1.3em;  }
.menu nav ul li.otherPlatform a {color: var(--color-wit);  font-weight: normal}
.menu nav ul li.otherPlatform:hover {background: var(--color-donker); }
.menu nav ul li.otherPlatform:hover a{color:var(--color-wit)}
.menu nav ul li.zoekenFull {display: inline-block; width: 20vw; max-width: 400px; }
.menu nav ul li a { font-family: var(--font-family-bold); color: var(--color-tekst); text-decoration: none;  }
.menu nav ul li a:hover { color: var(--color-accent); }
.menu nav ul li.smChannel a {font-size: 1.8em; line-height: 1em; color: var(--color-donker);}
.menu nav ul li.smChannel a:hover {color: var(--color-basis);}

.mainContent #zoekVeld { border: none; width: calc(100% - 45px); margin-bottom: 15px; background: none; border-radius: 25px; box-shadow: 0 0 10px var(--color-grijs);}
.mainContent #zoekVeld input[type="text"] { border: none; background: #fff;}
.mainContent #zoekVeld input[type="submit"] { position: relative; z-index: 2; display: inline; cursor: pointer; border: 0; background: url(../img/zoom.png) no-repeat var(--color-wit); width: 40px; height: 32px; padding: 0; margin: 0; }

.mobiel {display: flex; justify-content: flex-end; align-items: center; margin: 0 2rem 0 1rem; }
.mobiel .menuTitle {padding-left: 50px;}
.mobiel .menuTitleClose{ display: none;position: fixed; z-index: 10000; white-space: nowrap; right: 80px; top:30px; }
.mobiel .menuTitleClose.open {display: inline;}
.mobiel:has(.icon.icon--active) .menuTitle {display: none;}

.mobileList  {position: fixed; z-index: 1500; right: -450px; top: 0; width: 100%; max-width: 400px; height: 100%; padding: 20px; background: var(--color-wit); border-radius: 0px;  margin: 0; transition: 1s}

.mobileList.open {position: fixed; z-index: 1500; right: 0px; top: 0; width: 100%; max-width: 400px; height: 100%; min-height: 680px; padding: 20px; background: var(--color-wit); border-radius: 0px;  margin: 0; transition: 1s}
.mobileList ul {  display: flex; flex-direction: column; justify-content:flex-start; align-items: flex-start; list-style: none; margin-top: 60px; padding: 40px 0 80px 40px; }
.mobileList ul:first-of-type {border-top: solid 1px var(--color-grijs); }
.mobileList ul li { height: 1.5em; margin: 1em 0 0.5em 0; }
.mobileList ul li a { font-family: var(--font-family-bold); color: var(--color-donker); text-decoration: none; display: flex;align-content: center; }
.mobileList ul li a:hover { color: var(--color-accent); }
.mobileList ul li.zoekenFull {position: absolute; top: 100px; display: flex; width: 200px; height: 50px; margin: 0; padding: 0; }
.mobileList ul li.smChannel {position: absolute; top: 75px; left: 280px; width: 40px; height: 50px;  font-size: 30px; margin-left: 0;  }
.mobileList ul li.zoekenFull,
.mobileList ul li.smChannel{display: none;}

.mobileList ul li#navHierwerben a:before,
.mobileList ul li#navWerben a:before,
.mobileList ul li#navAdverteren a:before {content:''; background: url(../img/icons/icon-menu-adverteren.svg) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px; }
.mobileList ul li#navInfo a:before {content:''; background: url(../img/icons/) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px;  }
.mobileList ul li#navKennisplein a:before,
.mobileList ul li#navVeranstaltungskalender a:before,
.mobileList ul li#navELearning a:before {content:''; background: url(../img/icons/icon-menu-nieuws.svg) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px; }
.mobileList ul li#navNieuws a:before,
.mobileList ul li#navNews a:before {content:''; background: url(../img/icons/icon-menu-nieuws.svg) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px; }
.mobileList ul li#navProducten a:before,
.mobileList ul li#navProdukte a:before {content:''; background: url(../img/icons/icon-menu-producten.svg) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px;  }
.mobileList ul li#navVacatures a:before {content:''; background: url(../img/icons/icon-menu-vacature.svg) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px;  }
.mobileList ul li#navTeam a:before, 
.mobileList ul li#navOverons a:before, 
.mobileList ul li#navUberuns a:before {content:''; background: url(../img/icons/icon-menu-team.svg) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px;}
.mobileList ul li#navBedrijvenregister a:before,
.mobileList ul li#navUnternehmensnews a:before {content:''; background: url(../img/icons/icon-menu-bedrijfsnieuws.svg) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px; }
.mobileList ul li#navUnternehmensregister a:before {content:''; background: url(../img/icons/icon-menu-bedrijfsregister.svg) no-repeat center center; display: inline-block; width: 25px; height: 25px; background-size:contain; margin-right: 10px;  }

.mobileList ul li.otherPlatform {display: none;}
.mobileList ul li#navContact,.mobileList ul li#navKontakt  {position: absolute; top: calc(100% - 180px); left: 0px; display: inline-block; width:100%; padding: 10px 50px 10px 60px; border-top: solid 1px var(--color-grijs);}
.mobileList ul li#navContact a:before,.mobileList ul li#navKontakt a:before {font-family: "FontAwesomeSolid"; content: '\f054'; position: absolute; right: 0; display: inline-block; font-size: 1.25em; width: 35px; }

.mobileList ul li.otherPlatform { position: absolute; top: calc(100% - 130px); left: 0px; display: inline-block; width:100%; padding: 10px 50px 10px 60px; border-top: solid 1px var(--color-grijs);}
.mobileList ul li.otherPlatform:has(a#Dutch) { top: calc(100% - 80px); border-top: none;}
.mobileList ul li.otherPlatform:has(a#Belgian) { top: calc(100% - 80px); border-top: none;}
html[lang="de"] body .mobileList ul li.otherPlatform:has(a#Dutch) { top: calc(100% - 130px); }

.mobileList ul li.otherPlatform a {color: var(--color-basis-donkerder); font-weight: normal; padding:0px; line-height: 1em;}
.mobileList ul li.otherPlatform a:hover {color: var(--color-basis); }
.mobileList ul li.otherPlatform a#Dutch:before {position: absolute; left: 20px; top: 1em; content: ''; background: url("../../img/flags/48x48/NL.png"); background-position: center;  background-size: 100% 160%; display: inline-block; border-radius: 50%; width: 1.3em; height: 1.3em;  }
.mobileList ul li.otherPlatform a#Belgian:before {position: absolute; left: 20px; top: 1em; content: ''; background: url("../../img/flags/48x48/BE.png"); background-position: center;  background-size: 100% 160%; display: inline-block; border-radius: 50%; width: 1.3em; height: 1.3em;  }
.mobileList ul li.otherPlatform a#German:before {position: absolute; left: 20px; top: 1em; content: ''; background: url("../../img/flags/48x48/DE.png"); background-position: center;  background-size: 100% 160%; display: inline-block; border-radius: 50%; width: 1.3em; height: 1.3em;  }
.mobileList ul li.otherPlatform a:after {font-family: "FontAwesomeSolid"; content: '\f054'; position: absolute; right: 0; display: inline-block; font-size: 1.25em; width: 35px;  }

.icon { position: absolute;right: 20px; top: 2px; z-index: 1503; border: 0; margin: 0; height: 81px; width: 100px; border-radius: 50%; cursor: pointer; display: flex; justify-content: flex-start; outline: 0;   }
.icon span { height: 3px; width: 30px; background-color: var(--color-tekst); border-radius: 0px; position: absolute; transition: all 300ms ease-in-out; }
.icon span:first-child { top: 28px; }
.icon span:nth-child(2) { top: 37px; }
.icon span:last-child { top: 46px; }
.icon--active {position: fixed; right: 20px; top: 2px;}
/*
.icon--active:before {content: 'Close menu'; position: relative; white-space: nowrap; right: 20px; top: 27px; font-family: var(--font-family-standaard); color: var(--color-tekst); font-size: 1.2em; opacity: 0;
  animation: fadeIn 0.5s forwards; animation-delay: 0.25s;}
  @keyframes fadeIn {
  to { opacity: 1; }
}
  */
.icon--active span:first-child { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; top: 37px; right: 5px;}
.icon--active span:last-child { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); position: absolute; top: 37px; right: 5px; }
.icon--active span:nth-child(2) { opacity: 0; }
/*.icon--active:after {content: 'close'; position: absolute; font-size: 1.5em; top: 25px; left: 60px; font-family: var(--font-family-standaard);}*/
.icon--button { border-radius: 0px; }
.icon--square { border-radius: 0; }
.icon--transparent { background-color: transparent; }
.icon-transition { transition: all 300ms ease-in-out; }

/* tekst */
.txt {display: block; clear: both; width: 100%; }
.txt h1 {font-family: var(--font-family-bold); font-weight: normal; color: var(--color-donker); line-height: 1.2em; padding-bottom: 0.5em;}
.kop {font-family: var(--font-family-bold); font-weight: normal; font-size: 2em; color: var(--color-donker); line-height: 1.2em; margin: 0 20px; padding-bottom: 0.5em; }
.txt h1 a { color: var(--color-donker); }
.txt h1 a:hover {text-decoration: none; }
.txt h2, h2 {font-family: var(--font-family-bold); font-weight: normal; color: var(--color-donker); font-size: 1.5em; line-height: 1.2em; padding-bottom: 0.5em;}
.txt h3, h3 {font-family: var(--font-family-extrabold); font-weight: normal; color: var(--color-donker); font-size: 1.4em; line-height: 1.2em;}
.txt p {font-size: 1em; padding-bottom: 1em; overflow-wrap: break-word; }
.txt p strong {font-family: var(--font-family-bold); font-weight: normal; }
.txt ul {margin-left: 20px; }
	.bdVacatures .txt ul {list-style: none; margin-left: 0; margin-bottom: 20px;  }
.txt ol {margin-left: 20px;}
.txt a {color: var(--color-tekst); text-decoration: underline;}
.txt a:hover {text-decoration: none;}
.txt img {max-width: 100%; height: auto;}
.txt .Contextkader { padding: 1em 2em; max-width: 800px; margin: 0 auto 20px auto; background: var(--color-accent-lichter)}

a.wepButton {display: inline-block; text-decoration: none; color: var(--color-wit); background: var(--color-accent); width: fit-content; padding: 0.5rem 2rem; border: 0; border-radius: 2rem; }
a.wepButton:hover { border: 0; background: var(--color-donker)}

/* main */
main .contentWrapper { all:unset; display: flex; flex-wrap: wrap; max-width: var(--content-breedte); margin: 0 auto; }
main .contentWrapper .fig figure { margin: 0; }
main .contentWrapper .fig figure img.imgSize { width: 100%; height: auto; border-radius: 1em;}
.columnBreedBericht {width: 100%; display: flex; flex-direction: column; align-items:center; text-align: center; }
.columnBreedBericht .txt_small { order: 3; text-align: left; width: 100%; max-width: var(--content-breedte-max-small); }
.columnBreedBericht .txt_small p { margin-bottom: 1em;}
.columnBreedBericht .fig {order: 1; width: 100%; }
.columnBreedBericht .fig img { aspect-ratio: 5 / 2; object-fit: cover;}
.columnBreedBericht .authorBlock {order: 3;} /* zie verder onder NIEUWS */
.columnBreedBericht .btnBack {order: 2; align-self: flex-start; margin: 10px 0 0 20px;  }
.datum_categorie {display: flex; order: 2; align-self: flex-start; width: 100%; margin: 1em auto 0 auto; max-width: var(--content-breedte-max-small); }
.columnBreedBericht .datum { font-family: var(--font-family-semibold); font-style: normal; color: var(--color-donker);  display:flex; justify-content: flex-start;}
.columnBreedBericht .nieuwscategorie {font-family: var(--font-family-semibold); font-style: normal; color: var(--color-donker); display:flex; justify-content: flex-start; text-align: left;}
.columnBreedBericht .nieuwscategorie:before {content: "-"; padding: 0 0.5em;}
.columnBreedBericht .auteur { order: 3; font-family: var(--font-family-semibold);  font-style: normal; font-size: 1rem; color: var(--color-tekst);  display:flex; justify-content: flex-start; text-align: left; width: 100%; max-width: var(--content-breedte-max-small);  }

/* nieuwsoverzicht */
section#nieuws_archief.contentWrapper { padding: 0 20px }
.nieuwsOverzicht {display: flex; flex-wrap:wrap }
.nieuwsOverzicht h2.block-title {display: inline-block; width: 100%; clear: both;}
#zoekenNieuws {display: inline-block; width: 100%; max-width: 400px; }

/* extra nieuwsblok: lees ook */
.relatedItem { width: calc(100% - 2rem); margin: 40px auto; padding: 1rem; background: var(--color-bggrijs); display: flex; border-radius: 1rem; }
.relatedItem .relatedImg { display: inline-block; width: 30%; height: auto; aspect-ratio: 1.8 / 1; background: var(--color-grijs); border-radius: 0.6rem  }
.relatedItem .relatedImg img { width: 100%; height: 100%; object-fit: cover; border-radius: 1rem }
.relatedText { display: flex; flex-direction: column; justify-content: center; align-content: center; margin: 10px 20px 10px 40px; }
.relatedTitle {font-family: var(--font-family-regular);  font-weight: normal;}
.relatedText p { font-family: var(--font-family-semibold);  font-weight: normal;font-size: 1.6em; color:var(--color-donker); line-height: 1.2em; margin: 0;}
.relatedText p a { color:var(--color-donker);}
.relatedText p a:hover { color:var(--color-accent);}
.relatedText a.relatedUrl { text-decoration: none }
.relatedTitle { font-size: 1em; color:var(--color-donker) /* color:var(--color-grijs)*/ }

/* share socials */
p.socialShare {padding: 0; margin:0; height: 0; }
#socialBtns.socialmediaShare.social  {display: inline-block;width: 100%; margin: 30px 0; padding: 0; }
#socialBtns.socialmediaShare.social ul {margin: 0}
#socialBtns { font-size: 2em; position: relative; z-index: 1; color: var(--color-donker); cursor: pointer; margin: 0; padding: 0; }

/* socials */
#smLI:after { font-family: 'FontAwesomeBrands'; content: '\f08c'; cursor: pointer;}
#smLI:hover:after { color: var(--color-accent) }
#smTW:after { font-family: 'FontAwesomeBrands'; content: '\e61b'; cursor: pointer;}
#smTW:hover:after { color: var(--color-accent) }
#smFB:after { font-family: 'FontAwesomeBrands'; content: '\f09a'; cursor: pointer; }
#smFB:hover:after { color: var(--color-accent) }
#smWA:after { font-family: 'FontAwesomeBrands'; content: '\f232'; cursor: pointer; }
#smWA:hover:after { color: var(--color-accent) }
#smINSTA:after { font-family: 'FontAwesomeBrands'; content: '\f16d'; cursor: pointer; }
#smINSTA:hover:after { color: var(--color-accent) }

/* banners */
/*.banners.contentWrapper {  display: flex; flex-wrap: nowrap; width: 100%; height: 100%; max-width: var(--content-breedte); justify-content: center; align-items: center; margin: 30px auto 25px auto; gap: var(--default-gap); flex-wrap: nowrap;  }

#banners .banner {width: 100%; height: auto; max-width: 750px; max-height: 150px; aspect-ratio: 5 / 1; }
#banners .banner:not(:has(li + li)) {background: var(--color-bggrijs);}
#banners .banner:has(li + li) {background: none}

#banners .banner li {
    list-style: none;
    width: 100%;
    height: 100%;
    max-width: 750px;
    max-height: 150px;
    aspect-ratio: 5 / 1;
    
    display: flex;
    flex-direction: row;
    gap: 0; 
}

#banners .banner li a {
    flex: 1 1 0; 
    display: flex;
    height: 100%;
}

#banners .banner li a img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    object-fit: contain; 
  
}

#banners .banner li.cycle-slide {
    display: flex !important; 
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
}

#banners .banner li.cycle-slide a {
    flex: 1 1 0%; 
    display: block;
    height: 100%;
    position: relative; 
}


#banners .banner li.cycle-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
*/
/* twee kolommen
.tweeKolommen {width: 100%; max-width: var(--content-breedte); margin: 0 auto; padding: 20px;}
.tweeKolommen.tekstTekst { display: flex; flex-wrap: wrap; flex-direction: var(--flex-direction-standaard);}
.tweeKolommen.tekstTekst h1, .tweeKolommen.tekstTekst h2 {display: inline-block; width: 100%}
.tweeKolommen.tekstTekst .main.txt { flex-basis: 50%; flex-shrink: 0; margin: 0; align-self:top; text-align: left; }
.tweeKolommen.tekstTekst .main.txt:first-of-type { padding: 1vw 1vw 0 5vw; }
.tweeKolommen.tekstTekst .main.txt:last-of-type { padding: 1vw 5vw 0 1vw; }
.tweeKolommen.tekstAfbeelding50 { display: flex; flex-direction: var(--flex-direction-standaard); gap: var(--default-gap);  }
.tweeKolommen.tekstAfbeelding50 .main.txt { flex-basis: 50%; flex-shrink: 0; width: auto !important; margin: 0; text-align: left; }
.tweeKolommen.tekstAfbeelding50 .afbeelding { flex-basis: 50%; flex-shrink: 0; margin: 0; text-align: left; }
.tweeKolommen.tekstAfbeelding50 .afbeelding img {width: 100%; height: auto; object-fit: contain;}
.tweeKolommen.afbeelding50Tekst { display: flex; flex-direction: var(--flex-direction-reverse); gap: var(--default-gap)}
.tweeKolommen.afbeelding50Tekst .main.txt { flex-basis: 50%; flex-shrink: 0; width: auto !important; margin: 0; text-align: left; }
.tweeKolommen.afbeelding50Tekst .afbeelding { flex-basis: 50%; flex-shrink: 0; margin: 0; text-align: left; }
.tweeKolommen.afbeelding50Tekst .afbeelding img {width: 100%; height: auto; object-fit: contain;}
 */
/* STIJLVARIANTEN */
/* 0 - standaard, een kolom*/
.eenkolom { max-width: 1140px; /*max-width:  1140px; */ margin: 0 auto; padding: 40px;/* background: var(--color-wit); border-radius: 1em; box-shadow:0 0 10px var(--color-grijs-button);*/ }
.eenkolom .main.txt table { text-align: center; margin: 0 auto; }
/* 0 - standaard, een kolom*/
.section100 .eenkolom { max-width: 1400px; margin: 0 auto; padding: 0; background: none; box-shadow: none; }
.section100 .eenkolom .main.txt { text-align: center; padding: 4vw; }
/* 1 t/m 5 - varianten twee kolommen */
.tweeKolommen { margin: 0; display:flex; flex-direction: var(--flex-direction-standaard); }
/* 1 - twee kolommen tekst - tekst */
.tweeKolommen.tekstTekst { display:flex; flex-direction: var(--flex-direction-standaard); flex-wrap:wrap; max-width: 1230px; margin: 0 auto; background: var(--color-wit); border-radius: 1em; box-shadow:0 0 10px var(--color-grijs-button); }
.tweeKolommen.tekstTekst > h2 { flex: 0 0 100%; text-align: center; font-family: var(--font-family-extrabold); font-weight: normal; font-size:2.5em; line-height: 1.2em; margin-bottom: 0.5em; }
.section100 .tweeKolommen.tekstTekst { max-width: 100%; background: none; border-radius: 0; box-shadow: none; }
.tweeKolommen.tekstTekst .main.txt { flex-basis: 50%; flex-shrink: 0; margin: 0; align-self:top; text-align: left; }
.tweeKolommen.tekstTekst .main.txt { padding: 2vw 4vw; }
/*.tweeKolommen.tekstTekst .main.txt h2 { font-family: var(--font-family-bold); font-size: 2em; position: relative; padding-top: 20px; margin-bottom: 1em; height: 2em; }
.tweeKolommen.tekstTekst .main.txt h2:before { content:''; position: absolute; top: 0; display: inline-block; clear: both; width: 90px; height: 6px; background: var(--color-accent); border-radius: 3px; }
.tweeKolommen.tekstTekst .main.txt:last-of-type { margin-top: calc(15px + 3.5em) }
*/
.tweeKolommen.tekstTekst { padding: 2vw 0vw 2vw 0vw; margin: 2vw auto 4vw auto}
	.home .tweeKolommen.tekstTekst .main.txt:first-of-type { border-right: solid 2px var(--color-grijs) }
.tweeKolommen.tekstTekst a.wepButton { max-width: 100% }
/* logo's sponsoren */
    .home .tweeKolommen.tekstTekst .main.txt p a img {height: auto !important; max-width: calc(33% - 10px); max-height: 90px; aspect-ratio: 1 / 3; object-fit: contain; object-position: center; margin: 5px !important; padding: 5px; background: var(--color-wit);}
/* 2 - drie kolommen tekst - tekst - tekst */
.tweeKolommen.tekstTekstTekst .main.txt { flex-basis: calc(33% - 2vw); flex-shrink: 0; margin: 0; align-self:top; text-align: left; }
/* 3 - twee kolommen tekst doorlopend */
.tweeKolommen.tekstDoorlopend .main.txt { column-count: 2; padding: 0; text-align: left; }
/* 4 - twee kolommen tekst - afbeelding 50% */
.tweeKolommen.tekstAfbeelding50 .main.txt { order:1; flex-basis: 50%; flex-grow: 0; flex-shrink: 0; min-height: 100%; align-self: center; padding: 0 5vw; margin: 0; text-align: left; }
.tweeKolommen.tekstAfbeelding50 .afbeelding { order:2; flex-basis: 50%; flex-grow: 0; flex-shrink: 0; padding: 5vw 5vw 5vw 0; margin: 0; }
/* 5 - twee kolommen afbeelding 50% - tekst */
.tweeKolommen.afbeelding50Tekst .main.txt { order:2; flex-basis: 50%; flex-grow: 0; flex-shrink: 0; min-height: 100%; align-self: center; padding: 0 30px; margin: 0; text-align: left; }
.tweeKolommen.afbeelding50Tekst .afbeelding { order:1; flex-basis: 50%; flex-grow: 0; flex-shrink: 0; padding: 0 2.5vw; margin: 0; }
.tweeKolommen .afbeelding img { width: 100%; height: 100%; object-fit: contain; }
.section100 { max-width: 100%; }

/* algemeen */
.nieuwsOverzicht {display: flex; width: 100%; justify-content: center;}
.nieuwsBlok-thumb {width: 200px; display: flex; flex-direction: column;  }
.nieuwsBlok-thumb a { text-decoration: none; }
.nieuwsBlok-thumb h2 { font-size: 1em; color: var(--color-tekst) }
.nieuwsBlok-thumb img { max-width: 100% }

.nieuwsBlok{width: calc(25% - 1rem);}
.nieuwsBlok a {text-decoration: none; font-weight: bold; color: var(--color-tekst);}
.nieuwsBlok .nieuwsBlok-thumb {display: flex; flex-direction:column; width: 100%; }
.nieuwsBlok .nieuwsBlok-thumb img {width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; border-radius: 0.5rem; background:var(--color-bggrijs); }

/* slide toggle */
#meerInfoNieuws {display: none;}
#meerInfoProducten {display: none;}

#meerInfoNieuws .meerInfoShow {display: flex; flex-direction: row; flex-wrap: wrap;  gap: var(--default-gap); }

.infoBedrijfCategorie {margin:1rem;}
.infoBedrijfCategorie .txt {  column-count: 2}
.infoBedrijfCategorie .txt h4 { -webkit-column-span:all; -moz-column-span:all;  column-span:all; font-family: var(--font-family-extrabold); font-size: 1.2em; font-weight: normal; color: var(--color-donker)}
.infoBedrijfCategorie .txt p {margin: 0; line-height: 1.8em;}
.infoBedrijfCategorie .txt p:before {font-family: "FontAwesomeRegular"; content: '\f1c1'; padding-right: 0.5em;}

.video {display: inline-block; width: calc(50% - 2rem); margin: 1rem; }
.video iframe {width: 100% !important}

.nieuwsOverzicht.nieuwsOverzichtBedrijven {display: flex; flex-wrap: wrap; justify-content: center; width: 100%; max-width:var(--content-breedte-max-small);  gap: 1rem; text-align: center; margin: 0 auto; }
.nieuwsOverzicht.nieuwsOverzichtBedrijven h2.block-title {width: 100%; text-align: center; }
.nieuwsOverzicht.nieuwsOverzichtBedrijven .item {width: calc(25% - 1rem); display: flex; flex-direction: column; justify-content: flex-start; text-align: left; background: none; }
.nieuwsOverzicht.nieuwsOverzichtBedrijven .item p { margin: 0; padding: 0;}
.nieuwsOverzicht.nieuwsOverzichtBedrijven .nieuwsBlok-thumb  {width: calc(25% - 2rem);}
.nieuwsOverzicht.nieuwsOverzichtBedrijven .nieuwsBlok-thumb a img {aspect-ratio: 1.16 / 1; width: 100%; height: auto; object-fit: cover; object-position: center;  border-radius: 1rem; }

section#infoNieuws .nieuwsBlok {}
section#infoNieuws .nieuwsBlok-content {display: flex; flex-direction: column-reverse;}
section#infoNieuws .nieuwsBlok-content .datum {display: inline-block; width: 100%; font-family: var(--font-family-semibold); font-weight: normal; color: var(--color-donkergrijs); font-size: 0.8em; font-weight: normal; text-decoration: none;}

.dossiersRelated .contentWrapper {display: flex; flex-wrap: wrap; justify-content:flex-start; gap: var(--default-gap); width: 100%; max-width:var(--content-breedte-max-small); margin: 0 auto; padding: 0; }
.dossiersRelated .contentWrapper h2.block-title {display: block; width: 100%; text-align: left; }
.dossiersRelated .contentWrapper .item {width: calc(25% - 1rem); display: flex; flex-direction: column; justify-content: flex-start; text-align: left; }
.dossiersRelated .contentWrapper .item p { margin: 0; padding: 0;}
.dossiersRelated .contentWrapper .item a {font-family: var(--font-family-bold); font-weight: normal; }
.dossiersRelated .contentWrapper .item .nieuwsDatum {font-family: var(--font-family-semibold); font-size: 0.8em; display: block; color: var(--color-donkergrijs); margin-top: 1em;}
.dossiersRelated .contentWrapper .item .nieuwsBlok-thumb  {width: 100%; background: url(/good_includes/img/newsPhoto.png) no-repeat center center; background-size: 100%; }
.dossiersRelated .contentWrapper .item .nieuwsBlok-thumb a {width: 100%; height: auto; aspect-ratio: 1.16 / 1; }
.dossiersRelated .contentWrapper .item .nieuwsBlok-thumb a img {width: auto; height: 100%; object-fit: cover; object-position: center; border-radius: 1rem;}


/* bedrijfsnieuws */
#companyNewsItem {max-width: var(--content-breedte); margin: 0 auto; }

/* vacatures */
.innerWrapper.plaatsvacature .main.txt {max-width: var(--content-breedte-max-small); margin: 0 auto; }

/* TEAM */
#goodFaces .innerWrapper {text-align: center;margin-bottom:45px;}
.txt.team {display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;  margin-top: 20px; }
.teamBlok {display: flex; flex-direction: column; justify-content: flex-start; text-align: center; width: (25% - 20px); min-width: 300px; flex-grow: 1; max-width: 340px; background: var(--color-bggrijs-team); border-radius: 1em;  color: var(--color-donker);}
.teamBlok #teamImage { position: relative; z-index: 2; width: 85%; aspect-ratio: 1 / 1; margin: -15px auto 0 auto; transform: rotate(5deg); transition: 0.1s;  border-radius: 1em;}
.teamBlok:nth-of-type(even)  #teamImage {transform: rotate(-5deg); }
.teamBlok #teamImage:hover { transform: rotate(-5deg); transition: 0.1s; }
.teamBlok:nth-of-type(even)  #teamImage:hover {transform: rotate(5deg); transition: 0.1s;}
.teamBlok #teamImage:before {content:''; position: absolute;  bottom: 0; left: 0; z-index: 1; display: block; width: 100%; height: 95%; margin-top: 6%; background: var(--color-accent); border-radius: 1em;}
.teamBlok #teamImage:hover:before {background: var(--color-donker)}
.teamBlok #teamImage img {position: absolute; bottom: 0; left: 0; z-index: 3; width: 100%; height: 100%;  object-fit:cover; border-radius: 1em;}
.teamBlok #teamName {font-family: var(--font-family-bold); font-size: 1.25em; padding: 1.25em 0 0.25em 0; margin: 0; }
.teamBlok #teamName button {display: none;}
.teamBlok #teamFunction {font-size: 1em; padding: 0 0 0.5em 0; margin: 0; }
.teamBlok a {color: var(--color-donker)}
.teamBlok .contact {display: flex; justify-content: center;font-size: 1.5em; gap: 1rem; padding: 0 0 1em 0; margin: 0; }
.teamBlok .contact p {padding: 0;}
.teamBlok .contact a.teamMail {text-decoration: none;}
.teamBlok .contact .teamMail:before {font-family: 'FontAwesomeSolid'; content: '\f0e0'; }
.teamBlok .contact .teamMail:hover:before {color:var(--color-accent)}

/* HOME */
section#homeNieuws .main.txt { position: relative; display: flex; flex-direction: var(--flex-direction-standaard); justify-content: space-between; gap: var(--default-gap); flex-wrap: wrap; margin-bottom: 2rem; }
section#homeNieuws .main.txt .nieuwsberichtBlok { position: relative; width: calc(50% - var(--default-gap)); flex-grow: 1; flex-shrink: 1; }
section#homeNieuws .main.txt .nieuwsberichtBlok a {text-decoration: none; }
section#homeNieuws .main.txt .nieuwsberichtBlok figure {width: 100%; margin: 0;}
section#homeNieuws .main.txt .nieuwsberichtBlok figure figcaption {display: none;}
section#homeNieuws .main.txt .nieuwsberichtBlok figure picture { display: flex; width: 100%; height: 100%; }
section#homeNieuws .main.txt .nieuwsberichtBlok figure picture img { width: 100%; height: 100%; object-fit:cover}
#homeNieuws .nieuwsberichtBlok figure picture:after {content:''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background:linear-gradient(to top, rgba(var(--color-donker-rgb),1.0) 0%, rgba(var(--color-donker-rgb),0.35) 50%, transparent 80%); border-radius: 0.65rem;}
section#homeNieuws .main.txt .nieuwsberichtBlok figure picture img { width: 100%; aspect-ratio: 3 / 2; border-radius: 0.65rem;}
section#homeNieuws .main.txt .nieuwsberichtBlok .soortNieuws { font-family: var(--font-family-bold); font-weight: normal; color: var(--color-donkergrijs); font-size: 0.8em; font-weight: normal; text-decoration: none;}
section#homeNieuws .main.txt .nieuwsberichtBlok h1 {position: absolute; line-height: 1em; bottom: 0; color: var(--color-wit); padding: 1rem; }
section#homeNieuws .main.txt .nieuwsberichtBlok h2 {font-size: 1em; font-weight: bold; color: var(--color-tekst); line-height: 1em; margin: 0;}
section#homeNieuws .main.txt .nieuwsberichtBlok .soortNieuws { position: absolute; font-family: var(--font-family-bold); font-weight: normal; color: var(--color-wit); bottom: 8em; line-height: 1em; padding: 0 1.5rem; }
section#homeNieuws .main.txt .nieuwsberichtBlok h2 {position: absolute; font-family:var(--font-family-bold); font-weight: normal; color: var(--color-wit); font-size: 1.6em; bottom: 0.5em; margin: 0; padding: 0 1.5rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.4em; height:3em; /* 1.2em * 2 regels */ }

.newsOverview.all365 { display: flex; width: 100%;}
section#homeNieuws2 .contentWrapper {display: flex; justify-content: space-between; }
section#homeNieuws2 .contentWrapper .left {width: calc(61.5% - var(--default-gap)); }
section#homeNieuws2 .contentWrapper .left .main.txt {display: flex; flex-wrap: wrap; gap: 2rem 1rem; }
section#homeNieuws2 .contentWrapper .left .main.txt .nieuwsberichtBlok {width: calc(33.3% - 1rem); }
section#homeNieuws2 .contentWrapper .left h3.block-title {width: 100%; text-align: left; margin: 0;}
section#homeNieuws2 .contentWrapper .right {width: calc(38.5% - var(--default-gap)); display: flex; flex-wrap: wrap; gap: 0em;}
section#homeNieuws2 .contentWrapper .right .main.txt .nieuwsberichtBlok {position: relative; width: 100%; margin: 10px 0;}
section#homeNieuws2 .item { position: relative;  margin: 10px}
section#homeNieuws2 .item .soortNieuws { position: absolute; top: 3em; padding: 0.2em 5%; color: var(--color-wit); font-weight: bold; background: var(--color-accent); border-top-right-radius: 1.1em; border-bottom-right-radius: 1.1em; }
section#homeNieuws2 .main.txt .nieuwsberichtBlok a {text-decoration: none; }
section#homeNieuws2 .left .main.txt .nieuwsberichtBlok h2 {position: relative; font-family: var(--font-family-bold); font-weight: normal; font-size: 1em; line-height: 1.2em; color: var(--color-tekst); padding-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;  height:2.6em;  }
section#homeNieuws2 .left .main.txt .nieuwsberichtBlok .soortNieuws {font-family: var(--font-family-semibold); font-weight: normal; font-size: 0.8em; color: var(--color-tekstgrijs); }
section#homeNieuws2 .left .main.txt .nieuwsberichtBlok figure {position: relative; width: 100%; aspect-ratio: 283 / 200; margin: 0.5em 0 0 0; }
section#homeNieuws2 .left .main.txt .nieuwsberichtBlok figure picture img { width: 100%; height: 100%; border-radius: 0.6em; object-fit: cover;}
section#homeNieuws2 .left .main.txt .nieuwsberichtBlok figure figcaption {font-size: 0.5em; color: var(--color-wit); position: absolute; bottom: 5px; right: 10px }
section#homeNieuws2 .left .main.txt .nieuwsberichtBlok h2 {position: relative; font-family: var(--font-family-bold); font-weight: normal; font-size: 1em; color: var(--color-tekst); padding-bottom: 0; line-height: 1.2em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height:2.5em;  }
section#homeNieuws2 .main.txt .nieuwsberichtBlok .omschrijving {line-height: 1.2em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height:2.5em;  }
section#homeNieuws2 .right .main.txt .nieuwsberichtBlok figure {position: relative; width: 100%; aspect-ratio: 5 / 3.1; margin: 0; background: var(--color-donker); border-radius: 0.6em;}
	section#homeNieuws2 .right .main.txt:last-of-type .nieuwsberichtBlok figure {background: var(--color-accent); }
section#homeNieuws2 .right .main.txt .nieuwsberichtBlok figure figcaption {display: none;}
section#homeNieuws2 .right .main.txt .nieuwsberichtBlok figure picture { position: absolute; display: flex; width: 35%; height: auto; aspect-ratio: 1 / 1; left: 61%; top: 5%; }
section#homeNieuws2 .right .main.txt .nieuwsberichtBlok figure picture img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover;}
section#homeNieuws2 .right .main.txt .nieuwsberichtBlok .soortNieuws {font-family: var(--font-family-extrabold); font-weight: normal; font-size: 0.9em; position: absolute; top: 2.2em; left: 0; padding: 5px 3rem 5px 5%; color: var(--color-wit); background: var(--color-accent); border-top-right-radius: calc(1em + 5px); border-bottom-right-radius: calc(1em + 5px)}
	section#homeNieuws2 .right .main.txt:last-of-type .nieuwsberichtBlok .soortNieuws {background: var(--color-donker); }
section#homeNieuws2 .right .main.txt .nieuwsberichtBlok h2 {position: absolute;  font-family: var(--font-family-extrabold); font-weight: normal; font-size: 1.25em; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; line-height: 1.2em; max-height: calc(1.2em * 4.05); overflow: hidden; text-overflow: ellipsis; bottom: 5%; left: 5%;  max-width: 90%; color: var(--color-wit); }
section#homeNieuws2 .right .main.txt .nieuwsberichtBlok .auteur {font-family: var(--font-family-extrabold); font-weight: normal; font-size: 1em; position: absolute; top:27.5%; left: 5%; color: var(--color-wit); max-width: 40%;}
section#homeNieuws2 .right .main.txt .nieuwsberichtBlok .auteurOmschrijving {font-family: var(--font-family-bold); font-weight: normal; font-size: 1em;position: absolute; top: calc(27.5% + 1.5em); left: 5%; color: var(--color-wit); max-width: 50%; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;  height: 4.8em; overflow: hidden; }

section#homeNieuws3  {display: flex; justify-content: center;}
section#homeNieuws3 .main.txt {display: flex; flex-wrap: wrap; width: 100%;}
.item a { text-decoration: none; }
.item h2 { font-size: 1em; color: var(--color-tekst); margin-top: 0; }
.item figure {width: 100%; margin: 0;}
.item figure figcaption {display: none;}
.item figure picture { display: flex; width: 100%; height: 100%; }
.item figure picture img { width: 100%; aspect-ratio: 5 / 4; border-radius: 1rem;}
.item .soortNieuws {color: var(--color-tekstgrijs); font-size: 0.8em;}

#homeBedrijfsnieuws .contentWrapper  { display: flex; gap: var(--default-gap);}
#homeBedrijfsnieuws .contentWrapper .main.txt {display: flex; flex-direction: column; gap: 1rem;}
#homeBedrijfsnieuws .contentWrapper .left { width: calc(50% - 0.5rem); }
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok { width: 100%; margin: 0;}
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok a {display: flex; justify-content: flex-start; align-items:flex-start; gap: 1rem; width: 100%; }
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok .nieuwsBlok-thumb {width: 200px; height: auto; max-width:calc(50% - 0.5rem); aspect-ratio: 1 / 1; }
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok .nieuwsBlok-thumb img {width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover;}
#homeBedrijfsnieuws .contentWrapper .left h3.block-title {width: 100%; text-align: left; margin: 0 0 1em 0;}
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok .nieuwsBlok-txt { width: calc(100% - 200px); flex-grow: 1 }
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok .nieuwsBlok-txt h3 {font-family: var(--font-family-bold); font-weight: normal; font-size: 1em; color: var(--color-tekst); line-height: 1.2em; margin: 0;}
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok:hover .nieuwsBlok-txt h3 {color: var(--color-donker); }
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok .nieuwsBlok-txt p {font-family: var(--font-family-standaard); font-weight: normal; font-size: 1em;  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height: 1.35em; max-height: calc(1.35em * 3); overflow: hidden; text-overflow: ellipsis;}
#homeBedrijfsnieuws .contentWrapper .left .nieuwsBlok .datum {color:var(--color-donker)}

#homeBedrijfsnieuws .contentWrapper .right { width: calc(50% - 0.5rem); display: flex; flex-direction:column; gap: 1rem; }
#homeBedrijfsnieuws .contentWrapper .right .event-item {width: 100%; }
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer {display: flex; flex-direction: row; gap: 3em; justify-content: space-between; align-items:center; width: 100%; padding: 1rem 0; border-bottom: solid 2px var(--color-grijsblauw) }
#homeBedrijfsnieuws .contentWrapper .right .event-item a {text-decoration: none; display: flex; }
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .datumEvenement {display: flex; flex-direction: column; margin-right: 0rem;  width: 500px; max-width:calc(50% - 0.5rem); text-align: center;  height: auto; }
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .datumEvenement .dag { font-family: var(--font-family-extrabold); font-size: 2.8em; color: var(--color-accent); display: inline-block; width: 100%;}
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .datumEvenement .maand_jaar {font-family: var(--font-family-bold); font-size: 1.6em; white-space: nowrap; color: var(--color-accent)}
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .eventData {display: flex; flex-direction: column; width: 100%;}
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .eventData .organisator {font-family: var(--font-family-bold); font-weight: normal; color: var(--color-accent)}
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .eventData h3 {font-family: var(--font-family-bold); font-size: 1em; font-weight:normal; color: var(--color-tekst); margin: 0 0 0.5em 0;}
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .eventData .tijdEvenement {color: var(--color-tekst)}
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .eventData .tijdEvenement:before {font-family: 'FontAwesomeRegular'; content: '\f017'; padding-right: 0.5rem; color:var(--color-donker);}
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .eventData .type {color: var(--color-tekst)}
#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .eventData .type:before {content:''; background: url(../img/icons/icon-location-pin.svg) no-repeat center center; display: inline-block; width: 15px; height: 20px; margin: 3px 10px -3px 0; background-size:contain; }
/*{font-family: 'FontAwesomeSolid'; content: '\f3c5'; padding-right: 0.5rem;}*/

#uitgelichtProducten.accentkleurUitgelicht .contentWrapper {background: var(--color-accent-lichter); border-radius: 0.5em}
#uitgelichtProducten .contentWrapper {display: flex; flex-wrap: wrap; width: 100%; text-align: center; }
#uitgelichtProducten .contentWrapper h3.block-title {width: 100%; text-align: center; margin: 1em 0;}
#uitgelichtProducten .contentWrapper .flickity-page-dots {display: none;}

button.flickity-button.flickity-prev-next-button.previous svg,
	button.flickity-button.flickity-prev-next-button.next svg {display: none;}
button.flickity-button.flickity-prev-next-button.previous:after {content:''; display: block; width: 2em; height: 2em; background: url(../img/icons/icon-arrow-forward.svg) no-repeat center center;}
button.flickity-button.flickity-prev-next-button.next {right: 0;}
button.flickity-button.flickity-prev-next-button.next:after {content:''; display: block; width: 2em; height: 2em; background: url(../img/icons/icon-arrow-forward.svg) no-repeat center center; transform: scale(-1, -1);}


#uitgelichtProducten .contentWrapper .carouselEvenement {position: relative; width: 100%; margin: 0; padding: 0 20px;}
#uitgelichtProducten .contentWrapper .flickity-viewport { width: calc(100% - 40px); }
#uitgelichtProducten .contentWrapper .flickity-slider {width:100%; }

#uitgelichtProducten .contentWrapper .handelspleinBlok { width: 290px; padding: 20px; background: none; box-shadow: none;}
#uitgelichtProducten .contentWrapper .handelspleinBlok.carouselProduct-cell { height: auto; width: calc(20% - 40px); min-width: 200px; margin-right: 40px; display: flex; flex-direction: column; justify-content: flex-start; text-align: left; background: none; }
#uitgelichtProducten .contentWrapper .handelspleinBlok.carouselProduct-cell p { display: inline-block;  margin: 0; padding: 0;}
#uitgelichtProducten .contentWrapper .handelspleinBlok.carouselProduct-cell p img {width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; border-radius: 1rem; background:var(--color-bggrijs);}
#uitgelichtProducten .contentWrapper .handelspleinBlok.carouselProduct-cell p.bedrijfsnaam { font-family: var(--font-family-bold); font-size: 1em; font-weight: normal; color: var(--color-donker); line-height: 1.35em; position: relative; top: auto; left: 0; margin-top: 0.5em; color: var(--color-donker); background: none;}
#uitgelichtProducten .contentWrapper .handelspleinBlok.carouselProduct-cell p.beschrijving {font-family: var(--font-family-semibold); font-weight: normal;  line-height: 1.35em;  }
#uitgelichtProducten .contentWrapper .handelspleinBlok p:last-of-type /* a.buttonMeer */ {display: none; }

.nieuwsoverzichtLink {display: block; width: 100%; }

.fig figure {position: relative;}
.fig figure figcaption {position: absolute; padding: 0.2rem; right: 1rem; bottom: 1rem; font-style: italic; color: var(--color-wit); background: rgba(0,0,0,0.1)}

/* NIEUWS */
.bdNews .columnBreedBericht p { text-align: left; width: 100%; }
.bdNews .columnBreedBericht p img { aspect-ratio: 5 / 2; width:100%; height: 100%; object-fit: contain; background: var(--color-accent-lichter); border-radius: 1em; } 

.bdNews .authorBlock {display: flex; align-items: center;  flex-wrap: wrap; gap: 0.5rem; width:100%; max-width: var(--content-breedte-max-small); margin: 0 0 1em 0; }
.bdNews .authorBlock .authorPhoto img {width: 90px; height: 90px; object-fit: contain; border-radius: 50%; }
.bdNews .authorBlock .authorPhoto:empty {display: none;}
.bdNews .authorBlock .authorRow1 {display: flex; flex-direction: column; justify-content: flex-start; align-content: flex-start; text-align: left;}
.bdNews .authorBlock .author {font-family: var(--font-family-bold); font-weight: normal; font-size: 1em; line-height: 1.2em; color: var(--color-tekst);}
.bdNews .authorBlock .authorMail {position: relative; width: 20px; white-space: nowrap; overflow: hidden; }
.bdNews .authorBlock .authorMail:before {font-family: 'FontAwesomeSolid'; content: '\f0e0'; color: var(--color-accent); position: absolute; z-index: -1;  left: 0;}
.bdNews .authorBlock .authorMail a {color: transparent;}
.bdNews .authorBlock .auteurOmschrijving {font-family: var(--font-family-semibold); font-weight: normal; font-style:italic; color: var(--color-donkergrijs); text-align: left;}

.bdNews section#companyNewsItem .innerWrapper {display: flex; flex-direction: var(--flex-direction-standaard); gap: 40px;}
.bdNews section#companyNewsItem .innerWrapper .mainAside {width: 500px}
.bdNews section#companyNewsItem .innerWrapper .mainAside .mainAsideContent {width: 100%; margin: 0; padding: 20px;}
.bdNews section#companyNewsItem .innerWrapper .mainAside .mainAsideContent .nawgegevens {width: 100%;}
.bdNews section#companyNewsItem .innerWrapper .nieuwskolom {width: calc(100% - 500px); }
.bdNews section#companyNewsItem .innerWrapper .nieuwskolom .main.txt {display: flex; flex-direction: column;}
.bdNews section#companyNewsItem .nieuwskolom .main.txt .nieuwskolom2 {width: 970px; max-width: 100%; margin: 0 auto; }
.bdNews section#companyNewsItem .nieuwskolom .main.txt .nieuwskolom2 p {margin-bottom: 1em}
.bdNews section#companyNewsItem .nieuwskolom .main.txt p:first-of-type {margin: 0; padding: 0;}
.bdNews section#companyNewsItem .nieuwskolom .main.txt .datum { font-family: var(--font-family-semibold); font-style: normal; color: var(--color-donker); display:flex; justify-content: flex-start; text-align: left; width: 100%; max-width: var(--content-breedte-max-small); margin: 1.5rem 0 0 0; line-height: 1em; }
.bdNews section#companyNewsItem .nieuwskolom .main.txt figure {margin: 1em 0;}
.bdNews section#companyNewsItem figure picture img {aspect-ratio: 5 / 2; width:100%; height: 100%; object-fit: contain; background: var(--color-accent-lichter); border-radius: 1em;}

#nieuws_archief .mainWrapper {display: flex; flex-direction: var(--flex-direction-reverse); gap: 2rem; max-width: 1800px; margin: 0 auto; }
#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok {display: flex; flex-direction: row; flex-wrap: wrap; gap: 2rem; }

#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok .nieuwsberichtBlok {width: calc(33.3% - 2rem); flex-grow: 0;}
#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok .nieuwsberichtBlok figure {position: relative; width: 100%; aspect-ratio: 5 / 3; margin: 0;}
#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok .nieuwsberichtBlok figure img { width: 100%; height: 100%; border-radius: 0.5em; object-fit: cover;}
#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok .nieuwsberichtBlok p {padding-bottom: 0.5em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 1.4em; height:4.2em; }
#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok .nieuwsberichtBlok p:has(.datum) { height: 1.5em;  }
#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok .nieuwsberichtBlok p .datum { font-family: var(--font-family-semibold); font-weight: normal; color: var(--color-donkergrijs); font-size: 0.8em; font-weight: normal; text-decoration: none; }
#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok .nieuwsberichtBlok .nieuws_titel_lijst a {font-family: var(--font-family-bold); font-weight: normal; font-size: 1em; line-height: 1.2em; color: var(--color-tekst); text-decoration: none;}


/* socials */
.social ul {list-style: none; display: flex; justify-items: flex-start; gap: 10px; padding: 0; }
.social li a  {text-decoration: none;}
.social .smChannel a {color: var(--color-donker)}
.social .smChannel a:hover {color: var(--color-accent)}
a#smChEMail:after { font-family: 'FontAwesomeRegular'; content: '\f0e0'; }
a#smChTW:after { font-family: 'FontAwesomeBrands'; content: '\e61b'; }
a#smChLI:after { font-family: 'FontAwesomeBrands'; content: '\f08c'; }
a#smChFB:after { font-family: 'FontAwesomeBrands'; content: '\f09a'; }
a#smChWA:after { font-family: 'FontAwesomeBrands'; content: '\f232'; }
a#smChINSTA:after { font-family: 'FontAwesomeBrands'; content: '\f16d'; }
a#smChMESS:after { font-family: 'FontAwesomeBrands'; content: '\f39f'; }

.cookie-text h3{color: white}

/* popup */
/*.wepPopup  { position: fixed; z-index: 1000; left:50%; transform: translate(-50%, 0%); top: 25%; padding: 35px 30px 30px 30px; width: 360px; max-width: calc(100% - 150px); background: var(--color-donker); border: solid 0px #000; box-shadow: 0 0 10px var(--color-donkergrijs); border-radius: 0.5em; }*/
.wepPopup  { position: fixed; z-index: 1000; left:50%; top: 50%; transform: translate(-50%, -50%); padding: 3.5em 2.5em 2.5em 2.5em; width: 35%; min-width: 300px; max-width: 340px; aspect-ratio: 1.14 / 1; background: var(--color-donker); border: solid 0px #000; box-shadow: 0 0 10px var(--color-donkergrijs); border-radius: 2em; }
.wepPopup.popup .txt {position: relative; display: flex; height: 100%; flex-direction: row; flex-wrap: wrap; justify-content:center; align-content: center; text-align:center; font-size: 1em; color: var(--color-wit);}
.wepPopup.popup .txt h2 {color: var(--color-wit); line-height: 1.6em;}
.wepPopup.popup .txt svg {font-size: 2em; vertical-align: middle; margin-right: 0.2em; }
.wepPopup.popup .txt a.wepButton { font-family: var(--font-family-bold); text-transform: none; font-size: 1em; padding: 0.75em 1.5em; border-radius: 2em;}

.popupClose { position: absolute; z-index: 10001; right: 1em; top: 1em; bottom: 0px; width: 2.5em; height: 2.5em; text-decoration: none; color: var(--color-donker); background: var(--color-wit); border-radius: 50%;}
.popupClose:hover {background: var(--color-accent)}
.popupClose::after { position: absolute; top: 0.025em; left: 0.325em; content: 'x'; font-size: 2em; line-height: 1em; font-family: var(--font-family-bold); color: var(--color-donker); cursor: pointer; }

/* footer */
footer {  margin-top: auto; font-size: 0.83em }
footer .contentWrapper {all:unset; display: flex; flex-direction: column; margin-top: 40px;border-top-left-radius: 2em; border-top-right-radius: 2em; background: var(--color-bggrijs);padding: 2em 2em 0 2em; width: 100%; max-width: calc(100% - 4em); }
footer .contentWrapper .main.txt {width: 100%; max-width: 1760px; margin: 0 auto; display: flex; justify-content:space-between; }
footer .contentWrapper .txt p {line-height: 1.5em; margin: 0; font-size:1em}
footer .contentWrapper .txt p a {text-decoration: none; font-size: 1.1em; line-height: 1em;}
footer .contentWrapper .txt p a.contactPhone {text-decoration: none; font-size: 1.0em; line-height: 1em;}
footer .contentWrapper .txt p a:hover {text-decoration: underline;}
footer .logoFooter {width: 200px;}
footer .logoFooter img {margin-bottom: 20px;}
footer .contentWrapper .main.txt .txtFooter {display: flex; flex-direction: row; }

footer .reactionsFooter {width: 350px; max-width: calc(50% - 3em); margin: 0 3em 0 0;}
footer .reactionsFooter p { margin: 0; padding: 0 0 10px 60px; }
footer .reactionsFooter p a {font-family:var(--font-family-bold); font-weight: normal; color: var(--color-donker); padding-left: 10px;text-decoration: none !important;}
footer .reactionsFooter p a:hover { color: var(--color-accent-licht)}
footer .reactionsFooter p img {width: 40px; padding: 0;}
footer .reactionsFooter p:last-of-type img {transform: translate(6px, 0)}
footer .reactionsFooter p img.filter-basis {filter: invert(76%) sepia(9%) saturate(1285%) hue-rotate(138deg) brightness(86%) contrast(84%); margin: 0 0 -20px -50px; }

footer .contactFooter {width: 350px; max-width: calc(50% - 3em);}
footer .contactFooter p {margin: 0;}
footer .contactFooter p a {color: var(--color-donker);text-decoration: none !important;}
footer .contactFooter p a.encMail { display: inline-block; color: var(--color-wit); background: var(--color-basis);  padding: 8px 20px 10px 20px; border-radius: 20px; margin-top: 10px;text-decoration: none !important;}
footer .contactFooter p a:hover { color: var(--color-wit); background: var(--color-donker);  }
footer .contactFooter p strong {color: var(--color-donker); font-size: 1.1em;}
footer .colofon {margin-top: 2em; width: 100%; border-top: solid 1px var(--color-donkergrijs);  padding-top: 10px;}
footer #cookieLink:empty {display: none;}
footer #cookieLink a {margin-left: 5px;}
footer #cookieLink:before {content: "|"; margin-left:5px; color:#000}

@media screen and (max-width: 1560px){
		main .contentWrapper .fig figure img.imgSize { border-radius: 0;}
		footer .contactFooter {width: 25%; max-width: calc(50% - 3em);}
}
@media screen and (max-width: 1240px){
	.menu nav ul li.zoekenFull {display: inline-block; }
	.menu nav ul li.otherPlatform {display: none;}
	.menu nav ul.fixedItems { width: fit-content;  }
	.columnBreedBericht {padding: 0 20px; }
	main .contentWrapper .fig figure { width: calc(100% + 40px);margin: 0 -20px; }
	.bdNews section#companyNewsItem .innerWrapper .mainAside {width: 400px}
	.bdNews section#companyNewsItem .innerWrapper .nieuwskolom {width: calc(100% - 400px);  }
	.columnBreedBericht .btnBack { margin: 10px 0 0 0;}

}
@media screen and (max-width: 1000px){
	/*.mainAsideContent {position: absolute; left: 0; width: 50%}*/
	.mainWrapper {flex-direction: column;}
	.bdBedrijvenregister .mainWrapper {flex-direction: column;}
	.bdProducten .mainWrapper {flex-direction:column; margin: 1rem auto; }
	.bdProducten.BodyProducten .mainWrapper,
	.bdProducten.BodyProdukte .mainWrapper { flex-direction: column-reverse; }
	.video {width: calc(100% - 2rem);}
	.openkolomO { display: none; position: absolute; left: 0; display: inline-block; margin: 10px 0 10px 0px; }
	strong#Open, strong#Close { position: relative; display: block; width: fit-content; white-space:nowrap; text-decoration: none;  color: var(--color-wit); padding: 10px 40px 10px 30px; position: relative; z-index: 11; cursor: pointer; background: var(--color-accent); }
	strong#Open:after { content: '\f101'; font-family: 'FontAwesomeSolid'; padding-right: 10px; position: absolute; right: 0; top: 10px;}
	strong#Close:before { content: '\f100'; font-family: 'FontAwesomeSolid'; padding-right: 10px;position: absolute; right: 0; top: 10px; }
	.kolomO { position: relative; margin-top: 0; /*background: #eee; */ display: block; width: 100%; padding: 20px 0px; margin: 0px; left: 0; z-index: 5; }
	.main.bedrijvenregister { margin: calc(1rem + 100px) auto; flex-direction: column;}

	section#homeNieuws .main.txt .nieuwsberichtBlok { width:100%; flex-grow: 1; flex-shrink: 1; }
	.bdBedrijvenregister .main {width: 100%;}
	.bdBedrijvenregister .mainAside {width: 100%; }
	.bdBedrijvenregister .mainAside .mainAsideContent .nawgegevens { margin: 5vw 0 0 0; }
	.bdNews section#companyNewsItem .innerWrapper .mainAside {width: 100%; text-align: center; }
	.bdNews section#companyNewsItem .innerWrapper .mainAside .nawgegevens {margin: 0 auto; float: none;}
	.bdNews section#companyNewsItem .innerWrapper .nieuwskolom {width: 100%;  }
	.mobileList ul { padding: 80px 0 80px 40px;}
	.mobileList ul li.zoekenFull,
	.mobileList ul li.smChannel {display: inline-block; }
}

@media screen and (max-width: 950px){
	.menu nav ul.fixedItems {display: none; }
	.menuTop ul li:first-of-type a {display:none}
	.mobileList ul li.otherPlatform {display: inline-block;}
	.nieuwsberichtBlok { position: relative; width: 100% }
	#nieuws_archief .mainWrapper .main.txt .nieuws_overzicht_blok .nieuwsberichtBlok {width: calc(50% - 1rem); }
	section#homeNieuws2 .contentWrapper .left {width: 100%; }
	section#homeNieuws2 .contentWrapper .left .main.txt .nieuwsberichtBlok {width: calc(50% - 1rem); flex-grow: 1}
	section#homeNieuws2 .contentWrapper .right {width: 100%; }
	#homeBedrijfsnieuws .contentWrapper .left .main.txt { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; gap: 1rem}
	#homeBedrijfsnieuws .contentWrapper .left .main.txt .nieuwsBlok {width: calc(50% - 0.5rem);  min-width: auto; max-width: auto; margin: 0; padding: 0; }
	#homeBedrijfsnieuws .contentWrapper .left .main.txt .nieuwsBlok a { display: flex; flex-direction: column; width:100%; flex-grow: 1;  }
	#homeBedrijfsnieuws .contentWrapper .left .main.txt .nieuwsBlok a .nieuwsBlok-thumb {width: 100%; max-width: 100%;}
	#homeBedrijfsnieuws .contentWrapper .left .main.txt .nieuwsBlok a .nieuwsBlok-txt {width: 100%;}
	#homeBedrijfsnieuws .contentWrapper .right { width: 100%; }
	.relatedText p {font-size: 1em;}
	footer .contentWrapper .main.txt {flex-direction: column-reverse; }
	footer .contentWrapper .main.txt .txtFooter {flex-direction: row; justify-content: space-between; }
	footer .reactionsFooter {width: 50%; max-width: 50% - 1em; margin: 0 1em 0 0; }
	footer .reactionsFooter p { margin: 0; padding: 0 0 10px 40px; }

	footer .contactFooter {width: 50%; max-width: calc(50%); text-align: right;}
	footer .logoFooter {display: flex; flex-direction: row; justify-content: space-around; width: 100%; max-width: 200px; margin-top: 50px; }
	footer .logoFooter a {display: flex; flex-direction: row; justify-content: space-between; width: 50%}
	footer .logoFooter a:last-of-type {text-align: right;}
	footer .logoFooter a img {width: 200px; max-width: calc(100% - 20px); }
	footer .logoFooter a:last-of-type img {margin-left: auto;}
}

@media screen and (max-width: 800px) {
	.menu li a#smChLI {display: none;}
	#zoekVeld input[type="text"]::placeholder {font-size: 1em;}
}

@media screen and (max-width: 690px){
	.menuTop {margin: 0 2em 0 auto}
	.home .menuTop ul li:first-of-type a {display: inline-block; font-size: 0.8em; line-height: 1.3em; position: fixed; z-index: 100; text-align: center; width: fit-content; max-width: 140px; padding: 10px; bottom: 30px; right: 20px; text-wrap: wrap; border-radius:10px;} 
	.home .menuTop ul li:first-of-type a:after { content:''; position: absolute; top: -5px; right: -5px; display: inline-block; width: 10px; height: 10px; border: solid 3px rgba(var(--color-wit-rgb),0.5); border-radius: 50%; background: var(--color-donker) }
	footer {z-index: 101}

	.nieuwsOverzicht.nieuwsOverzichtBedrijven .item {width: calc(50% - 1rem);}
	.nieuwsOverzicht.nieuwsOverzichtBedrijven .nieuwsBlok-thumb  {width: calc(50% - 1rem); }

	.dossiersRelated .contentWrapper .item {width: calc(50% - 1rem); margin-bottom: 1em;}
	.dossiersRelated .contentWrapper .item .nieuwsBlok-thumb { margin-bottom: 0.5em;}

	.meerProducten .handelspleinBlok {width: calc(50% - 2.3rem); flex-grow: 0; }

	.columnBreedBericht .txt_small h1 { font-size: 1.5em; margin: 0.25em 0 0.25em 0; }

	#homeBedrijfsnieuws .contentWrapper { flex-direction: column; }
	#homeBedrijfsnieuws .contentWrapper .main.txt {flex-direction: column;}
	#homeBedrijfsnieuws .contentWrapper .left { width:100%; }
	#homeBedrijfsnieuws .contentWrapper .right { width: 100%;}

	#homeBedrijfsnieuws .contentWrapper .right .event-item a .itemContainer { flex-direction: column; gap: 0; padding: 0.5rem 0}

	#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .datumEvenement {flex-direction: row; margin-right: auto; width: auto; max-width:auto; height: auto; }
	#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .datumEvenement .dag {font-size: 1em; width: auto; margin: 0; margin-right: 0.5em;}
	#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .datumEvenement .maand_jaar {font-size: 1em; white-space: nowrap;}
	#homeBedrijfsnieuws .contentWrapper .right .event-item .itemContainer .eventData {display: flex; flex-direction: column; width: 100%;}
}

@media screen and (max-width: 600px) {
	.icon { right: 0rem; width: 61px;}
	.icon--active {right: 25px; }
	.icon--active:after {content: none;}
	.menuTitle {display: none;}
	.mobileList ul li.smChannel {top: 74px;} 
	.menuTop ul li a.signIn {position: absolute; right: 10px; top: 60px;}
	
	.columnBreedBericht .fig img { aspect-ratio: 5 / 2.5;}
	section#homeNieuws2 .left .main.txt .nieuwsberichtBlok h2 {position: relative; font-family: var(--font-family-bold); font-weight: normal; font-size: 1em; line-height: 1.2em; color: var(--color-tekst); padding-bottom: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 2.4em }

	.bdNews .columnBreedBericht p img { aspect-ratio: 2 / 1; object-fit: cover; background: var(--color-accent-lichter); border-radius: 0; } 
	
	#uitgelichtProducten .contentWrapper .carouselEvenement { padding: 0 20px;}

	.resultaten {gap: 0.25rem;}
	.resultaten .handelspleinBlok { margin: 0 auto}

	.mobileList ul li a {font-size: 1.2em;}


	.teamBlok:last-of-type { max-width: 100% }

	.bdNews .authorBlock {display: flex; align-items: center;  flex-wrap: wrap; gap: 0.5rem; width:100%; max-width: var(--content-breedte-max-small); padding: 5px 10px; margin: 1em 0; border: solid 1px var(--color-grijs); }
	.bdNews .authorRow1 {width: 100%; }
	.bdNews .authorBlock .authorRow2 {display: flex; flex-direction: row; justify-content:space-between; width: 100%;}
}

@media screen and (max-width: 500px) {
	.txt h3 {overflow: hidden}
	.mobileList.open { padding: 20px 0; width: calc(100% - 0px); max-width: calc(100% - 0px); }
	.carouselEvenement-cell { min-width: 200px;}
	.menu nav ul { margin: 0;  }
	.menuTop {margin: 0 1.5em 0 auto}
	/*.banners.contentWrapper {flex-direction: column;}
	#mobileBannersRow2 .banners.contentWrapper {  margin: 0 20px; width: calc(100% - 40px);}*/

	/* tijdelijke pagina */
	html[lang="nl"] .BodyAanmeldennieuwsbrief main {margin: 0px; padding: 0; }
	.BodyAanmeldennieuwsbrief main section {margin: 0px; padding: 0; }
	.BodyAanmeldennieuwsbrief .tweeKolommen.tekstTekst .main.txt:last-of-type {padding: 0;} 
}
