html {
	/* aanpassingen juli 22 */
	--color-basis:#68b42e; 
	--color-basis-rgb:104,180,46;
	--color-basis-donkerder:#196b48;
	--color-basis-accent:#ffcc00;
	--color-extra-accent:#1c81b0;
	--color-tekst-button:#292929;
	--color-button-hover:#292929;
	--color-tekst-button-hover:#fff;
	--color-link:#68b42e;
	--color-link-hover:#196b48;
	--color-menu-basis:#68b42e;
	--color-menu-basis-donkerder:#196b48;
	--color-menu-tekst:#292929;
	--color-menu-tekst-hover:#196b48;
	--color-topBG:#fff;
	--color-top:#fff;
	--color-sectionBg:#68b42e;
	--color-sectionBg-tekst:#292929;
	--color-steunkleur:#186C48 ;
}
/*.logo img {height: auto; width: 600px; max-width:100%; padding: 5px 0 0 0; }*/
.hero:after, .home .hero:after {content: ''; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: linear-gradient(to right, var(--color-zwart) 0%, transparent 50%); }

.BodyContact section:first-of-type .tweeKolommen.tekstAfbeelding50 .afbeelding {padding: 0;}
.BodyContact section:nth-of-type(2) .tweeKolommen.afbeelding50Tekst .afbeelding {padding: 0;}

.BodyContact .sectionBg {position: relative; background: black; color:var(--color-wit);}
.BodyContact .sectionBg .innerWrapper .main.txt {position: relative; opacity: 1; text-align: center;}
.BodyContact .sectionBg:after {content:''; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; display: block; width: 100%; height: 100%; background: rgba(0,0,0,0.6)}
.BodyContact .sectionBg:before  {background-size: cover; position:absolute; content:""; opacity:0.5; top:0; left:0; right:0; bottom:0;}

.sectionBg2x /*.tweeKolommen.afbeelding50Tekst*/ {background: linear-gradient(to left, var(--color-lichtgrijs) 0%, var(--color-lichtgrijs) calc(50% - 200px), var(--color-basis) calc(50% - 200px), var(--color-basis) 100%); color: var(--color-sectionBg-tekst);  }
.sectionBg.sectionBg2x {background: linear-gradient(to right, var(--color-lichtgrijs) 0%, var(--color-lichtgrijs) calc(50% - 200px), var(--color-basis) calc(50% - 200px), var(--color-basis) 100%); color: var(--color-sectionBg-tekst); }

section#seminars .txt .seminar h1 {position: relative; z-index: 1; }
/* section#seminars .txt .seminar h1:after {content:''; position: absolute; z-index: 1; top: 0; right: 5px; display: block; width: 140px; height: 165px; background: url(../img/tolk-interpreter.png) no-repeat; background-size:contain;}*/
section#seminars .txt .seminar .accBar {min-height: 125px; background: var(--color-basis)}

section#seminars .txt .seminar h1 {font-family:'Montserrat-Bold', sans-serif; font-weight: normal; text-align: center;font-size: 2.3em;  color: var(--color-seminar-titel); background: var(--color-basis); padding: 10px 150px; margin: 0;}

@media screen and (max-width: 840px) {
	.menu li.langMobile a {display:none;}
}

section#seminars .txt .seminar.colorSteun1 h1 {background: var(--color-steunkleur)}
section#seminars .txt .seminar.colorSteun1 h2 {background: var(--color-steunkleur)}
section#seminars .txt .seminar.colorSteun1 h3 {background: var(--color-steunkleur)}
section#seminars .txt .seminar.colorSteun1 h4 {background: var(--color-steunkleur)}
section#seminars .txt .seminar.colorSteun1 h5 {background: var(--color-steunkleur)}

.txt .seminar.colorSteun1 td:first-of-type p::before {background: var(--color-steunkleur)}
section#seminars .txt .seminar .colorSteun1 h3, section#seminars .txt .seminar .colorSteun1 h2 {background: var(--color-steunkleur)}