@charset "utf-8";
@font-face {
    font-family: 'cera_basicregular';
    src: url('../fonts/cera-basic-webfont.woff2') format('woff2'),
         url('../fonts/cera-basic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cera_promedium';
    src: url('../fonts/cera_pro_medium-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cera_prolight';
    src: url('../fonts/cera_pro_light-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cera_probold';
    src: url('../fonts/cera_pro_bold-webfont.woff2') format('woff2'),
         url('../fonts/cera_pro_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
.wf-loading h1, .wf-loading h2, .wf-loading #mainnav ul li a {
	visibility: hidden;
}
.wf-active h1, .wf-active h2, .wf-active #mainnav ul li a {
	visibility: visible;
}
*/
.clearfix::before, .clearfix::after {
	content: " ";
	display: table;
}
.clearfix::after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.hidden {
  display: none;
}

#wrapper {
	padding-top: 156px;
}
.home #wrapper {
	padding-top: 0px;
}
.wrapper {
	box-sizing: border-box;
	position:relative;
	width:100%;
  padding: 0 5%;
  max-width: 1500px;
	margin:0 auto; 
}
@media only screen and (max-width: 767px) {
	.wrapper {
		padding: 0 8%;
	}
}
@media only screen and (min-width: 1500px) {
	.wrapper {
		padding: 0 50px;
	}
}
@media only screen and (min-width: 1200px) {
  .about-us .container.maincontent .wrapper, 
    .contact .container.maincontent .wrapper, 
    .page-302 .container.maincontent .wrapper,
    .page-303 .container.maincontent .wrapper, 
    .page-306 .container.maincontent .wrapper,
    .page-367 .container.maincontent .wrapper 
    {
    padding-right: 300px;
  }
}
.wrapper.maincontent {
  max-width: 1200px;
}
.container {
  width: 100%;
  padding: 60px 0 40px;
  margin: 0 auto;
  background-color: #fff;
}
.container.top {
	padding-top: 156px;
}
.home .container.top {
	padding-top: 0px;
}
.col {
	box-sizing: border-box;
	float: left;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.col {
		float: none;
		width: 100%;
	}
	.container {
		padding: 30px 0 40px;
	}
	.container.top {
		padding-top: 80px;
	}
	.home .container.top {
		padding-top: 0;
		margin-top: -80px;
	}
	nav#theme-buttons ul {
		flex-direction: column;
		align-items: center;
	}
}
header {
	display:block;
	height:156px;
	width:100%;
	top:0px;
	position:fixed;
	z-index:101;
  transition: all 0.5s ease;
  background-color: #fff;
}
.home header {
	background-color: transparent;
}
.scroll header {
	height: 80px;
  background-color: #fff;
}
#header-content {
	position:relative;
	margin:0 auto;
  /*max-width: 2600px;*/
  max-width: 2000px;
}
a#logo {
  display: block;
	float: left;
	border:0;
	left: 3vw;
	position:relative;
  background-image: url("../images/svg/ivsw-logo.svg");
	width: 320px;
	top: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
	transition: all 0.5s ease;
}
.scroll a#logo {
	width: 240px;
	top:10px;
}
@media only screen and (max-width: 767px) {
	#wrapper {
    padding-top: 80px;
	}
	.home #wrapper {
    padding-top: 140px;
	}
	a#logo, .scroll a#logo {
		width: 234px;
    height: 65px;
		top:10px;
	}
}
@media only screen and (max-width: 374px) {
	a#logo, .scroll a#logo {
		width: 220px;
    height: 60px;
		top:10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
	#wrapper {
    padding-top: 156px;
	}
	a#logo {
		width: 240px;
		top: 42px;
	}
	.scroll a#logo {
		width: 240px;
    height: 65px;
		top:10px;
	}
	.scroll #mobile-nav-icon {
		top:20px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1039px) {
  .home #wrapper {
		padding-top: 10vw;
	}
}
#mobile-nav-icon {
	display:block;
	width:40px;
	height: 40px;
	background-image: url("../images/svg/mmenu.svg");
	background-repeat: no-repeat;
	background-size: contain;
	position:absolute;
	right:6vw;
	top:50px;
	transition: all .5s ease;
}
@media only screen and (min-width: 1024px) {
	#mobile-nav-icon {
		display:none;
	}
}

/* header: searchform  **********************/
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.search-container {
	position: absolute;
	top:62px;
	transition: all .5s ease;
  right: 9vw;
}
.scroll .search-container {
    top: 27px;
}
#search {
	display:none;
	width:220px;
	height:30px;
	float:left;
	position:relative;
	z-index:10;
}
#searchform {
	width:220px;
	height:35px;
	margin-top:-5px;
	display:block;
  background-color: #F3F3F3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
#searchform input {
	height:35px;
	width:165px;
	border-width:0px;
	border:none;
	margin-top:0px;
	margin-left:4px;
	padding-left:8px;
	padding-right: 0;
	background-color:transparent;
	font-size:1em;
}
.searchfield {
	float:left;
}
#searchform input.search-btn[type="submit"] {
	display:block;
	visibility:visible;
	cursor: pointer;
	height: 35px;
	width: 35px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 14px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; 
	box-shadow:none;
}
#col2 #searchform {
	margin-bottom:20px;
}
.nav-icon.search {
	display:block;
	cursor: pointer;
	height: 1.4em;
	width: 1.4em;
	background-image: url(../images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media only screen and (min-width: 1024px) and (max-width: 1600px) {
	.search-container {
		top: 16px;
		right: 0!important;
	}
	.scroll .search-container {
			top: -30px;
	}
	#searchform, #searchform input {
    height: 35px;
	}
}
@media only screen and (max-width: 1023) {
	.search-container {
		display: none;
	}
}

/* mainnav ***********/
#mainnav {
    position: relative;
    margin-left: calc(3vw + 390px);
    padding-top: 58px;
    transition: all 0.5s ease;
/*	width: 62vw;
  max-width: 1700px; */
    width: calc(93vw - 390px);
    max-width: 1430px;
}
.scroll #mainnav {
  padding-top:21px;
}
/* main */
#mainnav li.home a {
  text-indent: -9999;
}
#mainnav li.home a::before {
  text-indent: 0;
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
	color: #000;
	margin: 0 8px 0 4px;
	padding: 0;
  display: inline-block;
}
#mainnav li.home.active a::before {
  color:var(--dgreen);
}
#mainnav li.home.active:hover a::before {
  color:var(--lgreen);
}
#mainnav li.home a {
  font-size: 0;
  margin-right: .5vw;
}
#mainnav ul li {
  padding-bottom: 22px;
  display: inline-block;
	position: relative;
 transition-duration: 0.5s;
}
#mainnav ul li a {
	font-size:calc(9px + .45vw);
	color: var(--black);
  margin-right: 1.5vw;
 	text-decoration:none;
	text-transform: uppercase;
}
#mainnav > ul > li > a {
	padding-bottom: 8px;
}
#mainnav > ul > li:not(.bt-my-ivsw):not(.home).active > a {
	border-bottom: 4px solid var(--lgreen);
}
#mainnav > ul > li:not(.active):not(.home):not(.bt-my-ivsw) > a:hover {
	border-bottom: 4px solid #000;
}

/* sub */
#mainnav > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 22px;
  left: -20px;
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
  box-sizing: border-box;
}
#mainnav > ul > li:hover ul,
#mainnav > ul > li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* columns */
#mainnav > ul > li > ul > li.flex {
  display: flex;
  flex-wrap: nowrap;
	padding: 0;
}
#mainnav > ul > li > ul > li.flex > ul {
  flex: 1 1 auto;
  /*margin-right: 20px;*/
	/*width:25%;*/
  /*text-align: center;*/
  /*min-width: 11vw;*/
}
#mainnav > ul > li > ul > li.flex > ul.col-2 {
  min-width: 11vw;
}
#mainnav > ul > li > ul > li.flex > ul.col-3 {
  min-width: 11vw;
}
#mainnav > ul > li > ul > li.flex > ul.col-4 {
  min-width: 11vw;
}
/*
#mainnav > ul > li:first-child > ul > li.flex > ul {
  min-width: 16vw;
}
*/
#mainnav > ul > li > ul > li.flex > ul.col-lezen > li a,
  #mainnav > ul > li > ul > li.flex > ul.col-luisteren > li a,
  #mainnav > ul > li > ul > li.flex > ul.col-kijken > li a
  {
  padding: 15px 20px 15px 1.5vw;
}
/*
#mainnav > ul > li:first-child > ul > li.flex > ul.col-3 {
  min-width: 12vw;
}
*/
#mainnav > ul > li > ul > li.flex > ul > li {
	padding: 0;
  display: block;
}
#mainnav li.cat_title {
  font-size: .8em;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  color: var(--dgreen);
  margin-bottom: 10px;
}
#mainnav > ul > li > ul > li a {
  padding: 15px 15px;
  display: block;
	text-transform: none;
	margin-right: 0;
	line-height: 1.2em;
}
#mainnav > ul > li > ul > li > ul > li.active {
	background-color: var(--lgreen);
}
#mainnav > ul > li > ul > li > ul > li.active a {
  color: #fff;
}
#mainnav > ul > li > ul > li {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  padding: 8px 20px;
}
#mainnav > ul > li > ul > li > ul > li:not(.active):not(.cat_title):hover {
	background-color: rgba(7,116,51,.07);
}
#mainnav > ul > li > ul > li.flex > ul > li:not(.active):not(.cat_title):hover {
	background-color: rgba(7,116,51,.07);
}
#mainnav > ul > li > ul > li.flex:hover {
	background-color: transparent;
}
#mainnav > ul > li > ul > li:hover a {
}
#mainnav ul li:hover > ul,
#mainnav ul li:focus-within > ul,
#mainnav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* subnav icons */
#mainnav > ul > li > ul > li.flex > ul.col-1::before {
	content: "\f19d";
	font-family: "Font Awesome 5 Free";
	font-size: 2em;
	font-weight: 900;
	color: var(--dgreen);
	margin: 10px auto 0px;
	width: 56px;
	height: 52px;
	display: block;	
	padding: 0
}
#mainnav > ul > li > ul > li.flex > ul.col-2::before {
	content: "";
	margin: 4px auto 10px;
	width: 46px;
	height: 48px;
	background-size: contain;
	background-image: url("../images/svg/train_trainer_icon.svg");
	display: block;	
	padding: 0
}
#mainnav > ul > li > ul > li.flex > ul.col-3::before {
	content: "";
	margin: 0 auto 6px;
	width: 56px;
	height: 56px;
	background-size: contain;
	background-image: url("../images/svg/training_icon.svg");
	display: block;	
	padding: 0
}
#mainnav > ul > li > ul > li.flex > ul.col-4::before {
	content: "";
	margin: 0 auto 6px;
	width: 56px;
	height: 56px;
	background-size: contain;
	background-image: url("../images/familieopstelling_icon.png");
	display: block;	
	padding: 0
}
#mainnav > ul > li > ul > li.flex > ul.col-5::before {
	content: "";
	margin: 4px auto 6px;
	width: 51px;
	height: 52px;
	background-size: contain;
	background-image: url("../images/svg/coaching.svg");
  background-repeat: no-repeat;
	display: block;	
	padding: 0
}
#mainnav > ul > li > ul > li.flex > ul.col-lezen::before {
	content: "\f518";
	font-family: "Font Awesome 5 Free";
	font-size: 2em;
	font-weight: 900;
	color: var(--dgreen);
	margin: 10px auto 0;
	width: 56px;
	height: 56px;
	display: block;	
	padding: 0
}
#mainnav > ul > li > ul > li.flex > ul.col-luisteren::before {
	content: "\f025";
	font-family: "Font Awesome 5 Free";
	font-size: 2em;
	font-weight: 900;
	color: var(--dgreen);
	margin: 10px auto 0px;
	width: 56px;
	height: 56px;
	display: block;	
	padding: 0
}
#mainnav > ul > li > ul > li.flex > ul.col-kijken::before {
	content: "";
	margin: 3px auto 19px;
	width: 48px;
	height: 44px;
	background-size: contain;
	background-image: url("../images/svg/youtube-brands.svg");
	display: block;	
	padding: 0;
  color: var(-dgreen);
}

/* menu bt my ivsw */
#mainnav > ul > li.bt-my-ivsw {
	float: right;
	display:block;
	border: 1px solid #000;
	padding: 0;
	border-radius: 20px;
}
#mainnav > ul > li.bt-my-ivsw a {
	padding: 0px 15px 2px 0;
	margin: 0;
	line-height: 20px;
	text-transform: capitalize!important;
}
#mainnav > ul > li.bt-my-ivsw a:hover {
	border-color: transparent;
}
#mainnav > ul > li.bt-my-ivsw:hover {
	background-color: var(--yellow);
	border-color: var(--yellow);
}
#mainnav > ul > li.bt-my-ivsw::before {
	content: "\f023";
	font-family: "Font Awesome 5 Free";
	font-size: .8em;
	font-weight: 900;
	color: #000;
	margin: 0 8px 0 4px;
	padding: 0 0 0 13px;
}
#mainnav > ul > li.bt-my-ivsw.active {
	background-color: var(--yellow);
	border-color: var(--yellow);
}
#mainnav > ul > li.bt-my-ivsw.active::before {
	content: "\f3c1";
}
@media only screen and (max-width: 767px) {
	header {
		height: 80px;
	}
	#mobile-nav-icon {
		top:20px;
    right: 30px;
	}
}
@media only screen and (max-width: 1023px) {
	#mainnav {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1239px) {
	#mainnav {
    position: relative;
    margin-left: calc(3vw + 300px);
    padding-top: 53px;
    transition: all 0.5s ease;
		width: 65vw;
	}
	.nav-icon.search {
    height: 22px;
    width: 22px;
	}
}
@media only screen and (min-width: 2500px) {
	#mainnav {
		margin-left: 590px;
    width: calc(93vw - 590px);
    max-width: 1330px;
}

}

/* homepage **************************/
#img-container {
	background: url("../images/schildpadden-home.jpg") no-repeat center center;
	background-size: contain;
	height: 43vw;
	max-height: 856px;
	}
div#home-title {
	position: absolute;
	top:196px;
	right:6vw;
	text-align: right;
}
div#home-title h1 {
	font-size: 4rem;
	line-height: 4rem;
	color: var(--lgreen);	
	background-image: none;
}
div#home-title h1 i {
	font-style: normal;
	color: var(--dgreen);
}
nav#shortlinks {
	position: absolute;
	top:209px;
	left:60px;
}
nav#shortlinks ul li {
	list-style-type: none;
}
nav#shortlinks ul li a {
  font-family: 'cera_promedium';
	font-size: 24px;
	display: inline-block;
	height: 78px;
	box-sizing: border-box;
	padding: 23px 30px 0;
	background-color: var(--yellow);
	margin-bottom: 25px;
	border-radius: 39px;
	text-decoration: none;
	color: #000;
	transition: margin .5s ease;
}
nav#shortlinks ul li a::after {
	display: inline-block;
	content: "";
	margin-left: 15px;
	background-image: url("../images/svg/chevron-zwart.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: .7em;
	height: 1em;
  position: relative;
  top:.1em;
}
nav#shortlinks ul li a:hover {
	margin-left: 20px;
}
@media only screen and (max-width: 1240px) {
	nav#shortlinks {
		left:3vw;
	}
	nav#shortlinks ul li a {
		font-size: 16px;
		height: 50px;
		padding: 12px 30px 0;
		margin-bottom: 25px;
		border-radius: 25px;	
	}
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	div#home-title {
		top: 46px;
	}	
	nav#shortlinks {
    top: 60px;
	}
}
@media only screen and (max-width: 767px) {
	#img-container {
		height: 52vw;
		background-position-y: bottom;
	}
	div#home-title {
		top:22px;
    right: 30px;
	}
	div#home-title h1 {
			font-size: 7vw;
			line-height: 1em;
	}
	nav#shortlinks {
		position: relative;
		top:20px;
    left:0;
	}
	nav#shortlinks ul li a {
		font-size: 15px;
    margin-bottom: 15px;
		padding: 13px 20px 0;	
	}	
}
@media only screen and (max-width: 480px) {
	nav#shortlinks ul li a {
		font-size: 16px;
    margin-bottom: 15px;
		padding: 14px 15px 0;	
    width: 100%;
    text-align: center;
	}	
}
@media only screen and (max-width: 374px) {
	nav#shortlinks ul li a {
		font-size: 14px;
	}	
  nav#shortlinks ul li a::after {
    content: "";
    background: none;
    margin: 0;
  }
}

/* theme buttons **/
.container.theme-buttons {
	padding-top: 0;
}
nav#theme-buttons {
	text-align: center;
}
nav#theme-buttons ul {
	display: flex;
	justify-content: center;
}
nav#theme-buttons ul li {
	list-style-type: none;
}
nav#theme-buttons ul li a {
	float: left;
	width: 284px;
	font-size: 24px;
  /*font-family: 'cera_promedium';*/
	font-weight: 600;
	display: inline-block;
	height: 78px;
	box-sizing: border-box;
	padding: 25px 30px 0;
	background-color: var(--lgreen);
	margin-right: 75px;
	border-radius: 39px;
	text-decoration: none;
	color: #fff;
	line-height: normal;
	transition: all .5s ease;
}
nav#theme-buttons ul li:last-child a {
	margin-right: 0;
}
/*
nav#theme-buttons ul li:last-child a::after {
	content: "\f35d";
	font-family: "Font Awesome 5 Free";
	font-size: .8em;
	color: #fff;
	margin: 0 0 0 12px;
}
	*/
nav#theme-buttons ul li a:hover {
	background-color: var(--dgreen);
}
@media only screen and (max-width: 1240px) {
	nav#theme-buttons ul li a {
		width: 200px;
		font-size: 16px;
		height: 50px;
		padding: 13px 30px 0;
		margin-right: 3.75vw;
		border-radius: 25px;
	}
}
@media only screen and (max-width: 767px) {
	.container.theme-buttons {
			padding-top: 10px;
			background-color: var(--lgrey);
			padding-bottom: 0;
	}
  nav#theme-buttons ul li a {
    width: 100vw;
    border-radius: 0;
		margin: 0 0 10px 0;
    font-size: 18px;
	}
}

/* home intro */
.container.home-intro {
	background-image:url("../images/bg-intro-home.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	text-align: center;
	font-family: 'cera_prolight';
	font-size: 1.67em;
	line-height: 1.5em;
	font-weight: 300
}
.container.home-intro .wrapper {
	width: calc(400px + 30vw);
}
.container.home-intro h2 {
	padding-bottom: 3vw;
	background-image: url("../images/svg/balkje-wit.svg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 10vw;
}
.container.home-intro i {
	font-style: normal;
	font-size: .65em;
	line-height: .65em;
}
@media only screen and (max-width: 767px) {
	.container.home-intro .wrapper {
			width: auto;
	}
}

/* home targetgroups rows */
.container.targetgroup{
	padding: 0;
	/*font-size: 1.2vw;
	line-height: 1.5em;*/
	display: flex;
}
.targetgroup .col {
	float:left;
	box-sizing: border-box;
}
.targetgroup .col-s {
	width: 44%;
	background-color: #fff;
}
.targetgroup .col-w {
	width: 56%;
	padding: 4.5vw 4.5vw;
}
@media only screen and (max-width: 767px) {
	.targetgroup .col-w {
		padding: 4.5vw 8%;
	}
}
.targetgroup .col-w ul {
	margin-left: 25px;
}
.targetgroup .col-w ul li {
	font-weight: bold;
	font-size: 1.2rem;
}
.targetgroup .col-s img {
	width: 100%;
	height: inherit;
	display: block;
}
.tg1 {
	background-color: rgba(7,116,51,.07);
}
.tg2 {
	background-color: rgba(245,130,32,.08);
}
.tg3 {
	background-color: rgba(44,86,128,.08);
}
@media only screen and (min-width: 2000px) {
	.container.targetgroup{
		font-size: 24px;
		line-height: 1.5em;
	}
	.targetgroup .col-w ul li {
		font-size: 30px;
	}
	.targetgroup .col-s {
		width: 860px;
	}
	.targetgroup.tg2 .col-s {
		width: 860px;
	}
	.targetgroup .col-w {
		width: calc(100% - 860px);
		padding: 90px;
	}	
  .targetgroup .col-w p {
    /*max-width: 1650px;*/
    max-width: 1000px;
	}
}
@media only screen and (max-width: 767px) {
	.container.targetgroup {
		flex-direction: column;
	}
	.container.targetgroup.tg2 {
		flex-direction: column-reverse;
	}
	.targetgroup .col-s {
		width: 100%;
	}
	.targetgroup .col-w {
		width: 100%;
	}

}

/* Home CRKBO */
.container.crkbo {
	display: flex;
	font-size: 1.2rem;
	line-height: 1.5em;
	color: #fff;
	background-image: url("../images/svg/bg-crkbo.svg");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 40px 0;
}
.container.crkbo .wrapper {
	display: flex;
	align-items: center;
}
img.crkbo {
	border-radius: 70px;
	float: left;
	margin-right: 3.2vw; /*64px*/
}
.container.crkbo p {
	float: left;
	max-width: 50%;
}
@media only screen and (max-width: 767px) {
  img.crkbo {
    border-radius: 50px;
    width: 100px!important;
    height: 100px!important;
    margin-right: 25px;
    float: none;
  }
  .container.crkbo p {
    max-width: unset;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  .container.crkbo .wrapper {
    display: block;
  }
  img.crkbo {
    margin-right: 0;
  }
  .container.crkbo p {
    max-width: unset;
    text-align: center;
  }
}

/* home news slider */
.container.news .wrapper {
	max-width: 1020px;
}
img.news-item-img {
	float: right;
	padding-left: 50px;
}
@media only screen and (max-width: 767px) {
	img.news-item-img {
		float:none;
    padding-left: 0;
    height: 200px !important;
	}
}
@media only screen and (min-width: 1600px) {
	img.news-item-img {
		padding-left: 10px;
	}
}
#news-items h2 {
	margin-top: 30px;
}
#news-items h3 {
	font-family: 'cera_promedium', Arial, Helvetica, sans-serif;
	font-size: calc(10px + .8vw); 
}
	
/* home spotify list */
.container.spotify {
  padding: 0;
  /*background-color: #665f57;*/
  background-color: var(--dgreen);
}
.container.spotify .wrapper {
  max-width: 1200px;  
}
.container.spotify .col-w {
  width: 50%;
}
.container.spotify .col-w img {
  float: left;
}
.container.spotify .col-s {
  width: 50%;
  color: #fff;
  padding: 13px 0 0 30px;  
  /*background-color: #665f57;*/
  background-color: var(--dgreen);
}
.container.spotify iframe {
  display: block;
  height: 152px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container.spotify .col-w {
    width: 50%;
  }
  .container.spotify .col-w img {
    display: none;
  }
  .container.spotify .col-s {
    width: 50%;
  }
  .container.spotify iframe {
    width: 100%;
  }

}
@media only screen and (max-width: 767px) {
  .container.spotify {
    padding: 0;
  }
  .container.spotify .wrapper {
    padding: 0;
  }
  .container.spotify .col-w {
    width: 100%;
  }
  .container.spotify .col-w img {
    display: none;
  }
  .container.spotify iframe  {
    width: 100%;
  }
  .container.spotify .col-s {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
}


/* quotes carousel (home & page) */
.container.quotes {
	background: url("../images/bg-quotes.jpg") no-repeat center 20%;
	background-size: contain;
}
.container.quotes h2 {
	padding-top: 2.2rem;
	background-position: top left;
	left: 14%;
	position: relative;
	width: 40%;
}
@media only screen and (max-width: 479px) {
  .container.quotes h2 {
    left: 0;
    width: 100%;
  }
}
ul#quotes li > div {
	background-color:#fff;
	box-sizing: border-box;
	padding: 2rem 2.5rem;
	min-height: 24rem;
	color: var(--dgrey);
	margin-bottom: 0;
}
ul#quotes li > div > div {
	position: absolute;
	bottom: 2rem;
}
ul#quotes p.quote-content {
	padding: 0 0 84px 0;
}
span.quote-name {
	font-family: 'cera_promedium', Arial, Helvetica, sans-serif;
	color: var(--dgreen);
	display: block;
}
span.quote-function {
	color: var(--dgreen);
	display: block;
	font-size: .9em;
	line-height: 1.1em;
}
span.quote-course {
	color: var(--lgreen);
	display: block;
	font-size: .9em;
	line-height: 1.35em;
}
.quotes .arrow-down {
  width: 0; 
  height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 18px solid var(--lgreen);
}
.quotes .arrow-down {
	left: 30px;
	position: relative;
}
a.all-quotes-link {
	text-align: center;
	display: block;
	color:var(--dgrey);
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	ul#quotes p.quote-content {
		padding: 0;
		min-height: inherit;
	}
	ul#quotes li > div {
		min-height: inherit;
  }
  ul#quotes li > div > div {
    position: relative;
    bottom: auto;
  }
}


/* pages targetgroups *************/
body.page-302 .head-container {
  padding: 40px 0 40px 0;
  background: url(https://www.ivsw.nl/templates/default/images/rups-vlinder-voor-jou.jpg) no-repeat 70% 15%;
  background-blend-mode: multiply;
  background-color: rgba(7,116,51,.07);  
  height: 250px;
}
body.page-303 .head-container {
  padding: 40px 0 40px 0;
  background: url(https://www.ivsw.nl/media/home/eac59c0a9958.jpg) no-repeat 70% 45%;
  background-blend-mode: multiply;
  background-color: rgba(245,130,32,.08);
  height: 250px;
}
body.page-367 .head-container {
    padding: 40px 0 40px 0;
    background: url(https://www.ivsw.nl/templates/default/images/incompany_mieren.jpg) no-repeat 70% 45%;
    background-blend-mode: multiply;
    background-color: rgba(44, 86, 128, .08);
    height: 250px;
    /*background-size: 50%;*/
}
@media only screen and (max-width: 991px) {
  body.page-302 .head-container {
    background-position: right 15%;
    height: 180px;
  }
  body.page-303 .head-container {
    background-position: center 35%;
    height: 180px;
  }
  body.page-367 .head-container {
    background-position: right 45%;
    height: 180px;
		/*background-size: 70%;*/
  }
}
@media only screen and (max-width: 768px) {
  body.page-367 .head-container {
    background-position: right 55%;
    height: 180px;
		background-size: 100%;
  }
}

@media only screen and (min-width: 1600px) {
  body.page-302 .head-container {
    background-position: 55% 15%;
  }
  body.page-303 .head-container {
    background-position: 55% 45%;
  }
  body.page-367 .head-container {
    background-position: 65% 45%;
  }
}
body.page-302 .head-container h1 {
  /* background-color: #EDF5F0;  */
  background-color: #edf5f0bd;  
  display: inline-block;
  padding: .5rem .5rem 1.5rem 0;
}
body.page-303 .head-container h1 {
  /*background-color: #FFF5ED;*/
  background-color: #fff5ed8a;
  display: inline-block;
  padding: .5rem .5rem 1.5rem 0;
}
body.page-367 .head-container h1 {
  background-color: #eef2f5a1;
  display: inline-block;
  padding: .5rem .5rem 1.5rem 0;
}
body.page-302 .head-container img, body.page-303 .head-container img, body.page-367 .head-container img {
  float: right;
  width: 400px;
  display: none;
}

/* page content centered */
.center h1, .center h2 {
  text-align: center;
  background-position: bottom center;
}

/* page tiles list submenu overwiew ****************************************/
body.tiles {
  background-color: rgba(7,116,51,.07);
}
.tiles .container, .tiles .container.maincontent {
	text-align:center;	
  background-color: transparent;
}
.tiles footer .container {
	text-align:left;	
}

.tiles .container.offer {
	padding-top: 40px;
}
.tiles .wrapper {
  max-width: none;
}
.tiles h1, .tiles h2 {
    background-position: bottom center;
}
.tiles .maincontent h2 {
	font-size: 1.5rem;
	line-height: 1.2em;
	background:none;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.tiles .container .title h2::before {
	font-family: "Font Awesome 5 Free";
	font-size: 2.4rem;
	font-weight: 900;
	color: var(--dgreen);
	width: 56px;
	/*height: 56px;*/
	display: inline-block;
	padding: 0;
	position: relative;
}
.tiles .container.opleidingen .title h2::before {
	content: "\f19d";
	margin-right: 30px;
	top: 10px;
}
.tiles .container.bedrijfstrainingen .title h2::before {
	content: "\f1ad";
	margin-right: 30px;
	top: 10px;
}
.tiles .container.trainingen .title h2::before {
	content: "";
	background-size: contain;
	background-image: url("../images/svg/training_icon.svg");
	margin: 0px 10px 0 0;
	top: 20px;
  height: 56px;
  }
.tiles .container.train-de-trainer .title h2::before {
	content: "";
	background-size: contain;
	background-image: url("../images/svg/train_trainer_icon.svg");
  background-repeat: no-repeat;
	margin: 0px 10px 0 0;
	top: 20px;
  height: 56px;
}
.tiles .container.familieopstellingen .title h2::before {
	content: "";
	background-size: contain;
	background-image: url("../images/familieopstelling_icon.png?v=1");
	margin: 0px 10px 0 0;
	top: 20px;
    height: 56px;
}
.tiles .container.lezen .title h2::before {
	content: "\f518";
	margin: 0px 20px 0 0;
	top: 12px;
}
.tiles .container.luisteren .title h2::before {
	content: "\f025";
	margin: 0px 20px 0 0;
	top: 10px;
}
.tiles .container.kijken .title h2::before {
	content: "";
	background-size: contain;
	background-image: url("../images/svg/youtube-brands.svg");
  height: 54px;
	margin: 0px 10px 0 0;
	top: 20px;
}
@media only screen and (max-width: 479px) {
  .tiles .container .title h2::before {
  }
  .tiles .container.lezen .title h2::before {
    margin: 0px 10px 0 0;
    top: 8px;
  }
  .tiles .container.luisteren .title h2::before {
    margin: 0px 5px 0 0;
    top: 6px;
  }
  .tiles .container.kijken .title h2::before {
    height: 36px;
    margin: 0px 10px 0 0;
    top: 11px;
    width: 40px;
  }
}

.tiles-container {
	padding-bottom:0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: 30px;
}
.tiles-container div.tile {
	clear: left;
	display: inline-block;
	overflow: hidden;
	padding: 19px;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	width: 340px;
	margin: 30px 30px 0 0;
	min-height:300px;
	line-height: normal;
  background-color:var(--tilegrey);
}
.tiles-container div.tile a .circle-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 292px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	background-color: #fff;
}
.tiles-container div.tile a:hover .circle-img {
	background-size:115%;
}
div.tile a {
	text-decoration:none;
}
div.tile a span.circle-title {
	color:var(--black);
	text-decoration:none;
	font-size:24px;
  font-family: 'cera_promedium';
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s ease;
}

div.tile a:hover span.circle-title, div.tile.active a span.circle-title {
	color:var(--lgreen);
}
@media only screen and (max-width: 479px) {
  .tiles .container.offer {
    padding: 0;
  }
  .tiles-container {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
  .tiles-container div.tile {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .tiles-container div.tile a .circle-img {
    width: 100%;
    height: inherit;
    padding-bottom: 100%;  
  }
  div.tile a span.circle-title {
    font-size: 20px;
  }
}


/* page main **********************************************************/
.container.head-container {
	padding: 20px 0;
}
body.course .head-container {
	padding:40px 0 40px 0;
	background-color: rgba(7,116,51,.07);
}
.head-container .col1 {
	width:40%;
	padding-right:60px;
}
.head-container .col2 {
	width:60%;
}
.head-container h1 {
}
.head-container .col2 img {
	width: 100%!important;
	height: inherit!important;
	max-width: 592px;
	margin-top: -2vw;
}
@media only screen and (max-width: 767px) {
	.head-container {
    padding: 20px 0 0px 0;
	}	
	body.course .head-container {
    padding: 40px 0 40px 0;
	}

	.head-container .col1 {
			width: 100%;
			padding-right: 0;
	}
	.head-container .col2 {
		width:100%;
	}
}

/* navTabs */
nav#submenu {
	width: 100%;
	top:60px;
	padding: 0 5%;
	max-width: 1500px;
	margin: 0 auto;
	background-color: #fff;
	/*transition: top 0.5s ease;*/
}
@media only screen and (min-width: 768px) {
	.scrollsub nav#submenu  {
		position: fixed;
		top:80px;
		padding-top: 20px;
		left:0;
		border-bottom: 1px solid var(--dgreen);
		z-index: 99;
	}
}
.container.maincontent.tabs {
	padding-bottom: 0;
	padding-top: 60px;
}
@media only screen and (min-width: 767px) {
  .scrollsub .container.maincontent.tabs .wrapper {
    padding-top: 50px;
  }
}
.tabs .wrapper{
	width: 100%;
	max-width: none;
	padding: 0;
}
ul.nav {
}
.maincontent ul.nav {
	margin: 0;
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
  font-family: 'cera_basicregular';
	color: #fff;
	cursor: default;
	background-color: var(--dgreen);
	border: none;
	border-bottom: 1px solid var(--dgreen);
  text-decoration: none;
}
/*
@media only screen and (max-width: 767px) {
  body.scrollsub .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 999;
    border-color:#fff;
  }
}
*/
#submenu-active-tab {
  display: none;
}
@media only screen and (max-width: 767px) {
  body.scrollsub #submenu-active-tab {
    display: block;
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 999;
    padding: 10px 8%;
    left:0;
    color: #fff;
    font-size: 1.2em;
    background-color: var(--dgreen);
    border-bottom: 1px solid #fff;
  }
}
.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  font-family: 'cera_basicregular'!important;
  margin-right: 5px;
  line-height: 1.42857143;
  border: none;
  border-bottom: 1px solid var(--dgreen);
  border-radius: 8px 8px 0 0;
  background-color: var(--lgreen);
  color:#fff;
}
.nav-tabs > li > a {
	padding: 10px 8%;
  text-decoration: none;
}
.nav-tabs > li > a:hover {
	background-color: var(--dgreen);
}
.nav-tabs li.sign-up a {
	background-color: var(--yellow);
	color: var(--black);
	transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
	.nav-tabs li.sign-up a:hover {
		margin-top: -10px;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.nav-tabs > li > a {
		padding: 10px 1vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.nav-tabs > li > a {
		padding: 10px 5px;
	}
}
.nav-tabs li.sign-up.active a {
    background-color: var(--dgreen);
		color:#fff;
}
.tab-content {
	border-top: 1px solid var(--dgreen);
}
.scrollsub .tab-content {
  border-top: none;
}
.tab-content > .tab-pane {
}
.tab-pane:not(.active) {
    display: none important;
}
.tab-content .tab-pane.green {
	max-width: none;
	width: 100%;
	padding: 40px 0 30px 0;
}
.tab-pane-content.hilite {
	max-width: none;
	width: 100%;
	padding: 80px 0 80px 0;
}
.tab-content .tab-pane.green {
	background-color: var(--dgreen);
	color: #fff;
}
.tab-pane-content.hilite {
	padding: 40px 0 40px 0;
}
.tab-pane-content.hilite.color1 {
	/*background-color: rgba(7,116,51,.15);*/
	background-color:rgba(116,167,45,.1);
	color:#000;
}
.tab-pane-content.hilite.color2 {
	background-color: var(--dgreen);
	color:#fff;
  background-image: url("../images/bg-intro-home.png");
  background-repeat: no-repeat;
  background-position: calc(94vw - 19rem) bottom;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .tab-pane-content.hilite.color2 {
    background-position: calc(94vw - 18rem) bottom;
    background-size: 150%;
  }
}
.tab-pane-content.hilite.color2 a {
	color:var(--yellow);
}
.tab-pane-content.hilite.test {
	background-color: rgba(7,116,51,.03);
	color:#000;
}
.tab-content .tab-pane.green h2, .tab-pane-content.hilite.color2 h2 {
	color: #fff;
	background-image: url("../images/svg/balkje-wit.svg")
}
.tab-pane-content:first-child {
	/*padding-top:80px;*/
}
.tab-pane-content, .tab-pane-content.hilite .hl-container {
	width: 100%;
	padding: 40px 20% 40px 5%;
	margin: 0 auto;
}
.tab-pane-content.hilite .hl-container {
	padding: 0 20% 0 5%;
}
@media only screen and (max-width: 767px) {
	.scrollsub .tab-pane-content:first-child {
		padding-top: 40px;;
	}
  .tab-pane-content table {
    width:100%!important;
  }
}
.tab-pane-content::after, .tab-pane-content:before {
    display: table;
    content: " ";
}
.tab-pane-content::after {
    clear: both;
}
.tab-pane.green .tab-pane-content {
	padding: 0 5% 40px;
}
@media only screen and (min-width: 768px) {
  .scrollsub .tab-pane.green .tab-pane-content {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
	.container.maincontent.tabs {
		padding:0;
    margin-top: 0;
	}
	nav#submenu {
		width: 100%;
		padding: 0;
	}
	.nav-tabs > li {
    float: none;
    margin-bottom: 0;
    font-size: 1.2rem;
	}
	.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    margin-right: 0;
		border-bottom-color: #fff;
    border-radius: 0;
	}
	.tab-content {
		border-top: none;
	}
	.tab-pane-content, .tab-pane-content.hilite {
		padding: 40px 8% 40px 8%;
	}
	.tab-pane-content.hilite .hl-container {
		padding: 0;
	}
	.tab-pane.green .tab-pane-content {
		padding: 0 8% 40px;
	}
}
@media only screen and (min-width: 1500px) {
	.tab-pane-content {
		width: 1500px;
		padding: 40px 300px 20px 50px;	
	}
	.tab-pane-content:last-child {
		padding-bottom: 40px;	
	}
	.tab-pane-content:first-child {
	/*padding-top:80px;*/
	}
	.tab-pane-content.hilite .hl-container {
		width: 1500px;
		padding: 0 300px 0 50px;	
		margin: 0 auto;
	}
  .tab-pane.green .tab-pane-content {
    padding-left:50px;
  }
}
@media only screen and (min-width: 1500px) {
	nav#submenu {
		padding-left: 50px;
	}	
	.scrollsub nav#submenu {
		max-width: inherit;
		padding-left: calc(52vw - 735px);
	}
}

/* page aanmelden ******************************/
body.sign-up .container.head-container {
	padding-top: 60px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  body.sign-up .container.head-container {
    padding-top: 30px;
  }
}
.breadcrumb {
  display: inline-block;
}
ul.trail::before {
	content: "Je bent hier: ";
}
.maincontent ul.trail {
  padding: 0;
  list-style: none;
	font-size: .8em;
	margin: 0;
}
ul.trail li {
  display: inline-block;
  margin-bottom: 0!important;
}
ul.trail li+li:before {
  padding: 8px;
  color: black;
  content: "\003E";
}
ul.trail li a {
  text-decoration: none;
}
ul.trail li a:hover {
  text-decoration: underline;
} 
p.courseDetails { display: none; }
p.courseDetails strong { display: inline-block; width: 143px;}

table.sign-up {
  width: 100%;
}
body.sign-up .maincontent h3 {
  color: var(--black);
  margin-top: 30px;
}

body.sign-up .maincontent {
  position: relative;
}

.overlay {
  position: absolute; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: default; /* Add a pointer on hover */  
}

.overlay > .bg {
  background-color: rgba(255,255,255,.8); /* Black background with opacity */
  position: absolute;  
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: default; /* Add a pointer on hover */    
}

.overlay > .msg {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.overlay > .msg > div {
  position: absolute;
  z-index: 3;
  background-color: var(--lgreen);
  color: #fff;
  padding: 50px;
  min-height: 100px;
  max-height: 80%;
  max-width: 600px;
  line-height: 150%;        
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  font-weight: bold;
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 40px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--dgreen);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/* subtab reviews */
.quote {
	margin-bottom: 40px;
}
div.quote-content {
	background-color: var(--lgrey);
	padding: 1rem;
}
.reviews .arrow-down {
	left: 30px;
	position: relative;
}
.reviews span.quote-name {
	margin-top: 20px;
}
.reviews span.quote-function {
}
.reviews span.quote-course {
}

/* agenda zowel subtab als main page **************************/
body.agenda h1 {
 text-align: center;
	background-image: url("../images/svg/balkje-wit.svg");
	background-position: bottom center;
}

.my-ivsw #course-agenda {
	margin-top: 0;
	border: none;
}
#course-agenda span {
	display: block;
}
.agenda-item {
	position: relative;
	border-bottom: 1px solid #fff;
	padding: 30px 0 40px;
  min-height: 200px;
  transition: all .2s ease;
  visibility: visible;
  opacity: 1;    
  
}
.agenda-item:last-child {
	border-bottom: none;
}

  
@media only screen and (max-width: 1240px) {
  .agenda-item {
    min-height:unset;
  }
}
/*
.my-ivsw .agenda-item {
	border:0;
	padding: 0;
}
*/
.agenda-item::after, .agenda-item:before {
    display: table;
    content: " ";
}
.agenda-item::after {
    clear: both;
}
.agenda-item.act_started {
	color:rgba(255,250,250,0.50);
}
.date-loc i, .costs i {
	font-style: normal;
	color:var(--yellow);
	display: inline-block;
	padding: 0 12px;
}
.agenda-item.act_started .date-loc i {
	color:rgba(255,250,250,0.50);
}
.agenda-item .title {
	font-family: 'cera_promedium';
	font-size: 1.33rem;
	margin: 10px 0 6px;
}
.agenda-item.cancelled .title {
  text-decoration: line-through;
}
.agenda-item .trainer {
	font-family: 'cera_promedium';
	color:var(--yellow);
	margin-bottom: 8px;
}
.agenda-item span.theme {
	font-family: 'cera_promedium';
}
.agenda-item a.theme-toggle {
  color: white;
}
.agenda-item a.theme-toggle.open {
  text-decoration: none;
}
.agenda-item a.theme-toggle i {
  text-decoration:none;
  margin-left:4px;
  display:inline-block;  
}
.agenda-item div.theme {
  display: none;  
  position: relative;
	max-width: 900px;
	padding-top: 10px;
}
.agenda-item div.theme h4 {
  color: #fff;
  font-family: 'cera_promedium';
  font-size: 1rem;
  line-height: 1.3em;
  margin-bottom: 1rem;
}
.agenda-item div.theme ul:not([class]), .agenda-item div.theme ol {
  margin: 0 0 20px 60px;
}

.agenda-item.act_started .trainer {
	color:rgba(255,250,250,0.50);
}
.agenda-item .costs {
}
.agenda-item .early-bird {
}
ul.coursedates, .maincontent ul.coursedates {
	position: relative;
	margin-top: 24px;
	background-color: #fff;
	padding: 3px 15px 0;
	color:var(--dgreen);
	list-style: none;
	margin-left: 0!important;
	max-width: 860px;
}
.my-ivsw .maincontent ul.coursedates {
	border: 1px solid var(--lgreen);
	margin-top: 0;
	margin-bottom: 25px;
	max-width: 940px;
  background-color: #EDF5F0;
}
.my-ivsw .maincontent ul li {
  margin-bottom: 0!important;
}
.my-ivsw .maincontent .block ul {
  margin: 0;
}
.my-ivsw ul.coursedates, .my-ivsw ul.coursedates a {
	color:var(--black);
  font-size: .9em;
  line-height: 1.5em;
}
.coursedates a.toggle {
	display: block;
	text-align: center;	
	text-decoration: none;
	color: var(--dgreen);
	padding-bottom: 3px;
}
.coursedates .arrow {
	width: 0;
	height: 0;
	border-left: 17px solid transparent;
	border-right: 17px solid transparent;
	border-top: 15px solid #fff;
	left: calc(50% - 10px);
	position: absolute;
	top: 1.78rem;
	cursor: pointer;
}
.my-ivsw .coursedates .arrow {
	border-top-color: var(--lgreen);
  top: calc(2em - 5px);
}
.coursedates .arrow.up {
	border-top-color: transparent;
	border-bottom: 15px solid var(--dgreen);
	top: auto;
	bottom: 0;
	cursor: pointer;
}
.my-ivsw .coursedates .arrow.up {
	border-bottom-color: var(--lgreen);
}
.coursedates li div {
	padding: 10px 0 20px;
}
.agenda-item a.button {
	position: absolute;
	top: 42px;
	right: 0;
	color: var(--dgreen);
	width: 200px;
	text-align: center;
	border: 2px solid transparent;
  transition: all .5s ease;
}
@media only screen and (min-width: 768px) {
  .agenda-item a.button:not(.full):not(.inprogress):hover:not(.cancelled):hover {
    right:-20px;
  }
}
body.agenda .agenda-item a.button {
	top:80px;
}
body.agenda .agenda-item a.button.info {
	top:0px;
}
.agenda-item a.button.subscribe {
	background-color: var(--yellow);
}
.agenda-item a.button.info {
	top: 10px;
	background-color: #fff;
}
.agenda-item.act_started a.button {
	background-color: transparent;
	color:#fff;
}
.agenda-item a.button.inprogress {
	cursor: inherit;
	background-color: transparent;
	color:#fff;
	top:28px;
}
.agenda-item a.button.waitinglist {
	background-color: transparent;
	border: 2px solid var(--yellow);
	color: var(--yellow);
}
.agenda-item a.button.full {
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1em;
  cursor: default;
}
.agenda-item a.button.cancelled {
	font-family: 'cera_promedium', Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: var(--yellow);
	text-transform: uppercase;
	font-size: 1.1em;
  cursor: default;
  letter-spacing: 2px;
}
.agenda-item a.button.subscribe::after {
    content: url("../images/svg/chevron-groen.svg");
}
.agenda-item a.button.waitinglist::after {
    content: url("../images/svg/chevron-geel.svg");
}
@media only screen and (max-width: 767px) {
  .agenda-item a.button.subscribe::after, .agenda-item a.button.waitinglist::after {
    content: none;
  }
}
.agenda-item a.button.info::after, .agenda-item a.button.full::after, .agenda-item a.button.cancelled::after {
    content: none;
}
body.agenda .head-container {
	background: url("../images/hd-agenda.jpg") no-repeat center center;
	background-size: cover;
	height: 370px;
	padding: 0;
	margin: 0;
}
@media only screen and (min-width: 1600px) {
	body.agenda .head-container {
		background-size: contain;
	}	
}
@media only screen and (max-width: 767px) {
	.agenda-item a.button {
    position: relative;
    width: 48%;
    text-align: center;
		top:10px;
	}
	.agenda-item a.button.inprogress, .agenda-item a.button.full {
		top: 0;
		/*width: auto;*/
		padding: 0;
	}
	body.agenda .agenda-item a.button, body.agenda .agenda-item a.button.info {
    top: 0;
	}
	.agenda-item a.button.info {
		margin-right: calc(4% - 4px);
	}
	body.agenda .head-container {
		height: 60vw;
	}
  body.course .agenda-item a.button {
    top: 20px;
    margin: 0 auto;
    display: block;
  }
}

/* agenda filter ***********/
/* agenda filter ***********/
#agenda-filter {
  width: 240px;
  float: left;
  margin-right: 5%;
  margin-top: 32px;
}
#course-agenda {
  float: left;
  width: calc(95% - 240px);
  margin-top: 0;
}
.agenda-item span.date-loc, .agenda-item span.title {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px){
  #agenda-filter {
    width: 100%;
    max-width: 400px;
    float: none;
    margin-right: 0;
  }
  #course-agenda {
    float: none;
    width: 100%;
  }
  .agenda-item span.date-loc, .agenda-item span.title {
    width:100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  #agenda-filter {
    width: 180px;
    margin-right: 3%;
  }
  #course-agenda {
    width: calc(97% - 180px);
  }

}
#agenda-filter a, .dropdown-btn {
  text-decoration: none;
  display: block;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
  box-sizing: border-box;
  /*-webkit-transition-duration: .4s;
  transition-duration: .4s;*/
}
.dropdown-btn {
  background-color: var(--dgreen);
  width: 100%;
  border-bottom: 2px solid var(--yellow);
  padding: 10px 0;
}
.dropdown-btn:first-child {
    border-top: 2px solid var(--yellow);
}
.dropdown-btn.active {
    border-bottom: 2px solid var(--dgreen);
}
.dropdown-btn i {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  margin-top: 3px;
}
.dropdown-btn.active i {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
}
#agenda-filter .dropdown-container {
  display: none;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  border-bottom: 2px solid var(--yellow);
  padding-bottom: 10px;
}
#agenda-filter .dropdown-container label {
    display: block;
    background-image: none;
    color: #fff;
    font-size: .8em;
    line-height: 1.3em;
  padding-left: 20px;
}
#agenda-filter .dropdown-container label input[type="checkbox"] {
  margin-right: 8px;
  margin-left: -20px;
}
#agenda-filter a:hover, .dropdown-btn:hover {
  color: #fff;
}
#agenda-filter .fa-angle-down {
  margin-right: 10px;
  color: #fff;
  float: right;
  width: auto;
}
input[type="reset"].search-filter-reset {
  display: inline-block;
  box-sizing: border-box;
  font-size: 20px;  
  margin: 0;
  transition: all .5s ease;  
  background-color: transparent;
  border: 2px solid var(--yellow);
  border-radius: 29px;
  cursor: pointer;
  -webkit-appearance: none;  
  color: #fff;
  padding: 0 10px;
  width: 100%;
  height: 58px;
  text-decoration:none;
  float: none;
  margin-top: 40px;
}
input[type="reset"].search-filter-reset:hover {
  color: var(--yellow);
}
.agenda-item.filtered {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  min-height: 0;
  padding: 0;
}


/* page wie zijn wij **************************************************************************/
body.about-us {
	background-image:none !important;
}
.container.maincontent {
	margin-top:20px;
	background-color:#fff;
	padding-bottom: 60px;
	padding-top: 0;
	min-height: 500px;
}
body.about-us iframe {
	width: 50vw;
	margin: 15px 0;
	height: 30vw;
	min-width: 520px;
	min-height: 300px;
	max-width: 1040px;
	max-height: 600px;
}
@media only screen and (max-width: 767px) {
	body.about-us iframe {
		width: 84vw;
		height: 47vw;
		min-height: inherit;
		min-width: inherit;
	}
}
.people-list .people-img {
	display:block;
	width:194px;
	height:194px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-border-radius: 97px;
	-moz-border-radius: 97px;
	border-radius: 970px;
	margin:0px auto;
	border:25px solid #fff;
	margin-bottom:0;
	transition: all 0.5s ease;
}
.people-list .collapser-title {
	display:block;
	text-align:center;
	background-image: url(../images/people-title-bg.png);
	background-repeat: repeat-x;
	background-position: center 97px;
	color:#97c21c;
	cursor:pointer;
	margin-bottom: 20px;
	transition: all 0.5s ease;
}
.people-list .collapser-title:hover .people-img, .subcontent.collapsed .people-img {
	width:232px;
	height:232px;
	margin-bottom: -19px;
	margin-top:-19px;
}
.people-list .collapser-title:hover, .people-list .collapser-title.collapsed {
	background-position: center 116px;
}
.people-list::before, .people-list::after {
	content: " ";
	display: table;
}
.people-list::after {
	clear: both;
}
.maincontent h2.people-name, h3.people-function {
	margin: 0;
	padding: 0;
	background: none;
}
.maincontent h2.people-name {
	font-family: 'cera_promedium', Arial, Helvetica, sans-serif;
	font-size:1.5rem;
	color: var(--dgreen);
}
.maincontent h3.people-function {
	font-size:1.2rem;
	color: var(--lgreen);
}
.collapser-title .divider {
	display: none;
	float:left;
	padding:0 6px;
}
.collapser-title .title {
	clear:both;
	display:inline-block;
	margin:0 auto;
}
@media only screen and (max-width: 767px) {
	body.about-us #img-container {
		height:200px;
		top:70px;
	}
	body.about-us.scroll #img-container {
		top:70px;
	}
	.people-list .people-img {
		width:140px;
		height:140px;
	}
  .people-list .collapser-title:hover .people-img, .subcontent.collapsed .people-img {
		width:170px;
		height:170px;
		margin-bottom: -15px;
		margin-top:-15px;
	}
	.people-list .collapser-title:hover, .people-list .collapser-title.collapsed {
		background-position: center 90px;
	}
	.people-list .collapser-title {
		background-position: center 75px;
	}
	.maincontent iframe {
		width:84vw;
		height:173px;
	}
}


/* page faq ************************************************************/
.maincontent ul.faq { 
	list-style: none; 
	margin: 0; 
}
img.faq-img {
	width: 30vw!important;
	max-width: 420px;
	height: inherit!important;
}
@media only screen and (max-width: 767px) {
  img.faq-img {
    width: 80vw!important;
    float: none!important;
  }
}
ul.faq li div.answer { 
	display: none; 
	position: relative; 
	font-size: 1rem;
	line-height: 1.5rem;
	padding-left:40px;
	max-width:900px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  ul.faq li div.answer {  
    padding-left:0;
    width: 100%;
  }
}
ul.faq li {
	line-height:1.8rem;
}
ul.faq li li {
	line-height:1rem;
}
ul.faq li>a {
	position: relative;
  overflow: hidden;
	font-family: 'cera_promedium';
	color:var(--dgreen);
	text-decoration:none;
	padding-left:20px;
  font-size: 1.1rem;
}
ul.faq li>a::before {
  content: "";
  position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	left: 0px;  
	background-image: url("../images/svg/chevron-lgroen.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	transition: all 0.5s ease;
}
ul.faq li>a.open::before {
	top: 9px;
	left: -3px;  
  transform: rotate(90deg);
}

body.faq .maincontent h2 {
	margin-top:30px;
}
p.faq_link {
	margin-top: 40px;
}
p.faq_link a::after {
    content: url("../images/svg/chevron-lgroen.svg");
    margin-left: 15px;
}

/* page search *********************************************************************************/
p.search input[type="text"] {
	padding:10px 10px;
	margin:0 30px 20px 0;
	max-width:450px;
}
ul.search_results li a {
	text-decoration:none;
	display:block;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #DFDFDF;
}
a .search_result_title {
	font-weight:bold;
	color:#97C21C;
}
ul.search_results li a .search_result_desc:hover  {
	text-decoration:underline;
}
a .search_result_desc {
	color:#645b57;
}

/* page boeken *******************************************************************/
.maincontent ul.product-list {
	margin: 40px 0 0 -4%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
  row-gap: 40px;
}
@media only screen and (max-width: 596px) {
  .maincontent ul.product-list {
    margin-top:-10px;
  }
}
ul.product-list li {
	float: left;
	width: 46%;
	max-width: 500px;
	list-style-type: none;
	margin-bottom: 40px;
	position: relative;
  /*background-color:var(--dgreen);*/
  margin-left: 4%;
  padding-bottom: 0;
  background-color: var(--mgrey); /*.66*/
}
@media only screen and (max-width: 767px) {
  .maincontent ul.product-list {
    margin: 20px 0 0 0;
    display: block;
  }
  ul.product-list li {
    margin: 0 0 30px 0!important;
  }
}
ul.product-list h2 {
	margin-bottom: 20px;
  /*color: #fff;*/
  line-height: normal;
}
ul.product-list li a.button {
	position: relative;
	bottom: 0;
}
ul.product-list li img {
    width: 100% !important;
    max-width: 500px;
    height: inherit !important;
    margin-bottom: 20px;
}
ul.product-list p.book-intro {
    min-height: 120px;
}
@media only screen and (max-width: 767px) {
    ul.product-list li {
        float: none;
        width: 100%;
    }
}
.page-274 .maincontent .wrapper, .page-258 .maincontent .wrapper, .page-255 .maincontent .wrapper { /* video; podcasts; boeken; */
  max-width: 1800px;
}
@media only screen and (max-width: 767px) {
  .page .maincontent img[style] {
    width:100% !important;
    height:inherit !important;
  }
}
div.media-item-text {
  padding: 2rem 2rem 8rem 2rem;
  display: flex;
  flex-wrap: wrap;  
}
div.media-item-text .button.yellow:hover {
  background-color: var(--lgreen);
}
.media-item-author {
  font-size: 1.2rem;
}
.bt-cntr {
    position: absolute;
    bottom: 2rem;
    text-align: center;
    display: block;
    width: calc(100% - 4rem);
    box-sizing: border-box;
}
.bt-left {
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 4rem);
    box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .bt-cntr {
    width: 100%;
    left:0;
  }
}

/* page media *******************************************************************/
div.media-list { /* video & podcast */
	display: flex;
	flex-wrap: wrap;
  margin-left: -4%;
  row-gap: 40px;
  margin-top: 40px;
}
div.media-list > div {
	float: left;
  width: 46%;
  padding: 0;
  margin-left: 4%;
  background-color: var(--mgrey); /*.66*/
}
div.media-list div iframe {
	width: 100%;
  position: absolute;
  height: 100%;
  min-width: unset;
	min-height: unset;
}
div.media-list div.media-item-text {
  padding: 2rem;
  color: #000;
}
.media-item-year {
  color:var(--lgreen);
  font-size: 1.5rem;
}
div.media-list h2{
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
div.media-list p{
  margin: 0;
}
.video-container {
  padding: 0 0 56.25% 0;
  position: relative;
}
/* meditation */
div.media-list.meditation > div {
  position: relative;
	float: left;
  width: 46%;
  max-width: 500px;
  padding: 0;
  margin-left: 4%;
  background-color: var(--mgrey); /*.66*/
}
div.media-list.meditation div.media-item-text {
  padding: 2rem 2rem 6rem 2rem;
}
.media-item-img img {
  width: 100%;
  height: inherit!important;
  max-width: 100%;
}


@media only screen and (max-width: 1112px) {
	div.media-list {
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
  div.media-list div, div.media-list.meditation div {
    float: none;
    width: 100%;
    min-height: inherit;
    margin-bottom: 30px;
    margin-left: 0;
  }
  div.media-list {
    margin-top: 20px;
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1239px) {
  div.media-list.video div {
    float: none;
    width: 100%;
    min-height: inherit;
    max-width: 800px;
  }
}


/*podcasts */
.maincontent div.media-list.podcast div iframe {
	width: 100%;
  min-width: unset;
	min-height: unset;
  position: relative;
  height: 232px;
  display: block;
}
div.media-list.podcast > div {
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
}
@media only screen and (min-width: 1023px) {
  div.media-list.podcast > div {
    width: 46%;
  }
}
div.media-list.podcast div.media-item-text {
  min-height: 232px;
  box-sizing: border-box;
  padding: 25px 35px 20px 35px;
  font-size: 18px;
  line-height: 28px;
}
@media only screen and (max-width: 767px) {
  div.media-list.podcast div.media-item-text {
    height:auto;
    font-size: inherit;
    line-height: inherit;
    padding: 2rem;
  }
  div.media-list h2 {
    font-size: 22px;
    line-height: 26px;
  }
  div.media-list.video h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}


/* page contact ***********************************************************/
body.contact .maincontent {
	background-color:#fff;
}
body.contact #gmap {
	width:100%;
	height:440px;
}
div.mapinfo {
	line-height: 1.35;
	overflow: hidden;
	white-space: nowrap;
}
div.mapinfo p {
	margin-bottom: 0;
}
body.contact .col1 {
	float:left;
	width:450px;
}
body.contact .col2 {
	float:left;
	width: calc(100% - 450px);
}
body.contact img.location {
	width:100% !important;
	height:inherit !important;
	max-width:400px !important;
	background-size: cover;
}
body.contact .bx-viewport, body.contact .bx-wrapper {
	top:0px;
	margin-bottom:26px;
}
.imgHover {
	opacity: 1;
	display: inline-block;
	line-height: 0;
}
.imgHover:hover img {
	opacity: 0;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
.contact_location {
	margin-bottom: 40px;
}
body.contact .contact_location .col2 {
	padding-top: 4vw;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* contact */
	body.contact #gmap {
		margin-top: 145px;
	}
	body.about-us.contact .maincontent {
		margin-top: 0;
	}	
}
@media only screen and (max-width: 767px) {
	body.contact .col1 {
		float:none;
		width:100%;
	}
	body.contact .col2 {
		float:none;
		width:100%;
		margin-left:0;
	}
	body.contact #gmap {
		height: 200px;
	}	
	body.contact .maincontent {
		margin-top:20px;
	}
}

/* page instagram ************************************************************/
body.instagram h1 {
  text-align: center;
  background-position: bottom center;
}
body.instagram .maincontent {
  text-align: center;
}
body.instagram .maincontent ul li a {
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: var(--lgreen);
  text-decoration: none;
  color: #fff;
  line-height: normal;
  transition: all .5s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  /*width: 100%;
  max-width: 600px;*/
}
body.instagram .maincontent ul li a:hover {
  background-color: var(--dgreen);
}
body.instagram .maincontent h4 {
  margin: 15px 0 15px;
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  body.instagram .maincontent ul {
    max-width: 800px;
    margin: 0 auto;   
  }
  body.instagram .maincontent ul li a {
    font-size: 20px;
    padding: 20px 20px;
    min-height: 80px;
  }
  body.instagram .maincontent h4 {
    margin: 20px 0 20px;
    font-size: 24px;
  }

}

/* page betalen *************/
.summary {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
}
.summary > div {
  padding: 30px;
  background-color: var(--lgrey);
  margin-bottom: 30px;
}
.summary table th {
  padding-right: 20px;
}
.summary table th, .summary table td {
  vertical-align: top;
}
.maincontent .summary h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 479px) {
  .summary > div {
    width: 100%;
  }
}
@media only screen and (max-width: 374px) {
  .summary > div {
    width: 100%;
    padding: 20px;
  }
}


/* footer ******************************************************************/
.wrapper.footer-content {
	max-width: 2000px;
}
footer .container.darkgreen {
	background-image: url("../images/px-lgreen.png");
	background-repeat: repeat-y;
	background-position: 64vw top;
}
@media only screen and (min-width: 2000px) {
	footer .container.darkgreen {
		background-position: calc(50vw + 290px) top;
	}
}
#footercol1 {
	width: 67%;
	min-height: 27rem;
}
#footercol1 .col {
	width: 50%;
	padding-right: 20px;
}
#footercol2 {
	width: 33%;
	text-align: center;
	min-height: 27rem;
}
.footer-content {
	color:#fff;
}
.footer-content a {
  display: inline-block;
	color:#fff;
}

.footer-content #footercol1 .col:first-child p a {
	text-decoration:none;
	color:var(--yellow);
}
.footer-content #footercol1 .col:first-child p a:hover {
	text-decoration:underline;
	color:var(--yellow);
}
.footer-content a:hover {
	text-decoration:underline;
	color:var(--yellow);
}
footer h3 {
	font-family: 'cera_probold';
	font-size: 1.33em;
	margin-bottom: 1.8rem;
}
footer #footercol2 h3 {
    padding-bottom: 1.5rem;
    background-image: url("../images/svg/balkje-dgroen.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 5rem;
}
.footer-content ul {
	margin-left: 0;
}
nav#courses ul li {
	list-style-type: none;
	display: block;
	margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  footer {
    font-size: .9rem;
  }
  nav#courses ul li {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    font-size: 1.2rem;
  }
	footer .container {
		padding-bottom: 0;
	}
	#footercol1 {
		width: 100%;
		text-align: center;
	}
	#footercol1 .col {
		width: 100%;
		padding-bottom: 40px;
	}
	#social-icons {
    margin: 20px auto 0;
    width: max-content;
	}
	footer .container.darkgreen {
		background-image: none;
	}
	#footercol2 {
    width: 100vw;
    background-color: var(--lgreen);
    margin-left: -8vw;
    margin-top: 30px;
    padding: 20px 0;
	}
  nav#courses ul li {
    margin-bottom: 15px;
  }
}
nav#bottom {
	margin-top: 60px;
	float: inherit;
	width: 90%;
	position: absolute;
	bottom: 0;
}
nav#bottom ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 .8rem 0 0;
	line-height: 20px;
}
nav#bottom ul li::before {
	content: "\2022";
	font-size: 1.2rem;
	color: var(--yellow);
	padding-right: .8rem;
}
nav#bottom ul li:first-child::before {
	content:"";
	padding-right: 0;
}
nav#bottom ul li.bt-my-ivsw {
	position: absolute;
	bottom:82px;
	display:block;
	border: 1px solid #fff;
	padding: 8px 10px;
	border-radius: 20px;
  transition: all 0.5s ease;
}
nav#bottom ul li.bt-my-ivsw:hover a {
	text-decoration: none;
	color: var(--dgreen);
}
nav#bottom ul li.bt-my-ivsw:hover  {
	background-color: var(--yellow);
	border-color: var(--yellow);
}
nav#bottom ul li.bt-my-ivsw::before {
	content: "\f023";
	font-family: "Font Awesome 5 Free";
	font-size: .8em;
	font-weight: 900;
	color: #fff;
	margin: 0 8px 0 4px;
	padding: 0
}
nav#bottom ul li.bt-my-ivsw:hover::before {
	color: var(--dgreen);
}
@media only screen and (max-width: 767px) {
	nav#bottom {
		margin-top: 0;
		position: relative;
	}
	nav#bottom ul li.bt-my-ivsw {
		position: relative;
		margin: 30px auto 0;
		bottom: 0;
		display: block;
		width: 125px;
	}
}
@media only screen and (max-width: 1024px) {
	nav#bottom {
		width: 100%;
	}
}

/* social icons footer  */
.social-icon {
	display:block;
	height:32px;
	width:32px;
	float:left;
	font-family: "Font Awesome 5 Brands";
	font-size: 32px;
	color: #fff;	
	margin-right: .8rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-icon {
    margin-right: 8px;
  }
}
footer .social-icons {
	display:block;
	position:relative;
	float:left;
	margin-top:40px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
footer .social-icon.facebook::before {
	content: "\f082";
}
footer .social-icon.twitter::before {
	content: "\f099";
}
footer .social-icon.linkedin::before {
	content: "\f08c";
}
footer .social-icon.instagram::before {
	content: "\f16d";
}
footer .social-icon.youtube::before {
	content: "\f167";
}
a.social-icon:hover {
	color:var(--yellow);
	text-decoration: none;
}
#newsletter-subscr-foot input {
	display: block;
	box-sizing: border-box;
	color: var(--dgrey);
	height: 76px;
	width: 310px;
	background-color: #fff;
	border: none;
	border-radius: 38px;
	padding: 0 5%;
	margin: 0 auto 20px;
	font-size: 1em;
	text-align: center;
}
.email-field-wrapper {
  position: absolute;
  left: -99999px;
}
@media only screen and (max-width: 1240px) {
	#newsletter-subscr-foot input {
		height: 50px;
		width: 205px;
		border-radius: 25px;
		margin: 0 auto 15px;
	}
}
@media only screen and (max-width: 767px) {
	#newsletter-subscr-foot input {
		width: 60vw;
	}
}
@media only screen and (max-width: 479px) {
	#newsletter-subscr-foot input {
		width: 84vw;
	}
}
#newsletter-subscr-foot input[type="submit"] {
	background-color: var(--yellow);
	color: var(--dgreen);
	text-transform: uppercase;
	font-family:'cera_probold', Arial, sans-serif;
	cursor: pointer;
}
#newsletter-subscr-foot input[type="submit"]:hover {
	background-color: var(--dgreen);
	color: #fff;
	text-transform: uppercase;
	font-family:'cera_probold', Arial, sans-serif;
	cursor: pointer;
}
#credits {
	font-size: 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
  margin-top: 44px;
}
#credits a:hover {
	text-decoration:underline;
}
@media only screen and (max-width: 767px) {
	#credits {
		position: relative;
	}
}


/* page my-ivsw *********************************************************************************/
.sub .maincontent .col1 {
	float:left;
  padding-top: 53px;
  width: 375px;
}
.sub .maincontent .col2 {
	float:left;
	width:calc(100% - 375px);
  max-width: 800px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.sub .maincontent .col1 {
		margin-right:30px;
    width: 260px; 
    padding-top: 1px;
	}
	.sub .maincontent .col2 {
		width: calc(100% - 290px);
		margin-left:0px;
	}
}
@media only screen and (max-width: 767px) {
	.sub .maincontent .col1 {
		padding-top:20px;
		width: 100%;
	}
	.sub .maincontent .col2 {
		width:100%;
		margin-left:0px;
    overflow-x: scroll;
	}
}

body.my-ivsw h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.my-ivsw a.button.button_representative  {
  background-color: var(--dgreen);
}
.my-ivsw a.button.button_representative:hover  {
  background-color: var(--lgreen);
}
.hoewerktmijnivsw {
  max-width: 900px;
}

.my-ivsw span.example {
  font-style: italic;
  color: #c3bdbb;
}

/* subsubnav */
ul#subsubnav {
	border-top:1px solid #c3bdbb;
	margin-left:0;
	max-width: 280px;
	list-style: none;
	position: fixed;
	width: 100%;
}
@media only screen and (min-width: 768px) {
	.nosticky ul#subsubnav {
		position: absolute;
		bottom: 700px;
	}
}
.nosticky .wrapper {
	position: inherit;
}
#subsubnav li a {
  font-family: 'cera_basicregular';
	display:block;
	padding:9px 30px 11px 10px;
	color:#655d59;
	font-weight:300;
	border-bottom:1px solid #c3bdbb;
	background-image: url(../images/subsub-arrow.png);
	background-repeat: no-repeat;
	background-position: 95% -24px;
  font-size: 1em;
  text-decoration: none;
}
#subsubnav li a:hover {
	color:#000;
	background-color:#F8F8F8;
	text-decoration: none;
}
#subsubnav li a.active {
    background-color: #e1e1e1;
    color: #000;
}
#subsubnav li a.sign-up {
	color:#fff;
	margin-top:44px;
	float:left;
	width:84%;
	padding:7px 6% 4px 10%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:none;
	font-weight:700;
	background-color:#d54d12;
	background-image: url(../images/arrow-agenda.png);
	background-repeat: no-repeat;
  background-position: 90% center;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(91, 80, 75, 1);
	-moz-box-shadow:    0px 4px 0px 0px rgba(91, 80, 75, 1);
	box-shadow:         0px 4px 0px 0px rgba(91, 80, 75, 1);
}
#subsubnav li a.sign-up.active {
	display:none;
}
@media only screen and (max-width: 767px) {
	#subsubnav li a {
		padding: 7px 30px 9px 10px;
		font-size: 15px;
		background-position: 95% -2rem;
	}
	#subsubnav li a.active {
		background-image:none;
	}
	#subsubnav li a.sign-up {
		/*display:none;*/
	}
	ul#subsubnav {
		max-width: 280px;
		position: relative;
	}
}
@media only screen and (max-width: 480px) {
	ul#subsubnav {
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
	ul#subsubnav {
    max-width: 230px;
	}
	#subsubnav li a {
		background-position: 95% -28px;
	}
}
@media only screen and (min-width: 768px) {
	body.my-ivsw footer{
		margin-top:150px;
	}
}
p.cancel_link a {
  display:inline-block;
  margin-top:40px;
  margin-left: 30px;
}
table.login input[type="submit"] {
  margin-top:30px;
}
table.login td.label {
  vertical-align:top;
}
body.my-ivsw #subsubnav  {
  margin-bottom:40px;
}
body.my-ivsw #subsubnav li a.help {
	margin-top:25px;
	width:100%;
	padding:6px 6% 5px 6%;
	border:1px solid transparent;
	font-weight:400;
  background-color: var(--transplgreen);
  color: #000;
  background-image:none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	transition: all .5s ease;
}
body.my-ivsw #subsubnav li a.help:hover, body.my-ivsw #subsubnav li a.sign-out:hover {
	background-color:var(--lgreen);
	color: #fff;
	border-color: transparent;
}
body.my-ivsw #subsubnav li a.sign-out {
	margin-top:55px;
	width:100%;
	padding:6px 6% 5px 6%;
	border:1px solid #c3bdbb;
	font-weight:400;
	background-color:#fff;
	background-image:none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	transition: all .5s ease;
}
@media only screen and (max-width: 480px) {
  body.my-ivsw #subsubnav li a.sign-out {
    width: 100%;
  }
  body.my-ivsw #subsubnav li a.help {
    width: 100%;
  }
}
body.my-ivsw #subsubnav a.downloads {
	position: relative;
}
body.my-ivsw #subsubnav a.downloads span.notification {
	position: absolute;
	display: inline-block;
	width: 34px;
	height: 34px;
	right: 26px;
}
body.my-ivsw #subsubnav a.downloads span.bell {
	position: absolute;
	line-height: 0;
	animation: ring 4s .7s ease-in-out infinite;
	letter-spacing: 0;
	background-image: url('../images/notification-icon.png');
	background-repeat: no-repeat;
	background-size: 18px 19px;
	background-position: center;
	width: 100%;
	height: 100%;
	top: 0; left: 0;  
}
body.my-ivsw #subsubnav a.downloads span.badge {
	top: -3px;
	right: -4px;
	position: absolute;
	border-radius: 99px;
	font-size: 9px;
	font-weight: bold;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;  
	background-color: #D54D12;
	color: white;
}

/* mijn gegevens */
div.my-ivsw-notification {    
  font-family: 'cera_prolight';
  margin-bottom: 15px;
  color: var(--dgrey);
}
.mijnivsw fa, .my-ivsw fa {
	color:#fff;
}
.my-ivsw .block-container {
	clear:both;
}
.my-ivsw .block {
	border-top:1px solid #ccc;
	padding:15px 0;
	float:left;
	margin-right:10%;
	width:45%;
}
.my-ivsw .col2 .block-container.c1 .block  {
  border: none;
}
@media only screen and (max-width: 991px) {
	.my-ivsw .block {
		float:none;
		margin-right:0;
		width:100%;
	}
  .my-ivsw .block a.button_small {
    font-size: 1em;
    width: 100%;
    max-width: 226px;
    padding: 3px 3% 5px;
  }
  .my-ivsw .col2 .block-container.c1 .block {
    border-top:1px solid #ccc;
  }  
  .my-ivsw .col2 .block-container.c1 .block:first-child {
    border:none;
  }  
}
.my-ivsw .block:nth-child(2n) {
	margin-right:0;
}
.my-ivsw .block .title {
  color:var(--lgreen);
  font-weight: 700;
  font-size: 1.2em;
}
.my-ivsw a.button {
	min-width: inherit;
	margin-top: 0;
  height:auto;
  padding: .5rem 2rem .65rem 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.my-ivsw a.button_small {
  font-size: 1rem;
  display: inline-block;
  /*min-width: 18vw;*/
  max-width: 320px;
  /*width: auto;*/
}
.my-ivsw ul.tools a.button {
	background-color: var(--lyellow);
	color: var(--black);
}
.my-ivsw ul.tools a.button:hover {
	background-color: var(--yellow);
}
.my-ivsw ul.tools a.button::after {
    content: url("../images/svg/chevron-zwart.svg");
}
.confMessage {
  color:#D54D12;
}

/* opleidingen/workshops */
.course-container {
    border-top: 1px solid #ccc;
    margin: 25px 0;
    padding: 20px 0 15px;
}
.course-container .col {
	float: none;
}
/*
.course-container:last-child {
	border-bottom:1px solid #ccc;
}
*/
.course-container .title {
	color: var(--lgreen);
	font-size: 1.4rem;
	font-weight: 900;
	padding-top:10px;
}
.course-container.resit .title {
	color: #D54D12;
}
.course-container .course-data span.resit {
	color: #D54D12;
	font-weight: bold;
}
.course_days {
	width: 100%;
}
.my-ivsw  .course_days a.button {
  font-size: .8rem;
  padding: 2px 15px;
  display: inline-flex;
  align-items: center;
}
.my-ivsw .course_days a.button:hover {
}
@media only screen and (max-width: 1023px) {
	.course_days a.button.yellow::after, .course_days a.button.yellow:hover::after {
		content:"";
		margin-left: 0;
	}
}
@media only screen and (max-width: 1200px) {
  .my-ivsw  .course_days a.button:after {
    top: 1px;
  }
}
.course_days tr.cancelled td {
	text-decoration: line-through;
}
.course_days tr.cancelled td.subscribe {
	text-decoration: none;
}
.course_days tr td:last-child {
	padding-right:0;
	border-right: none;
}
.course_days tr td:first-child {
	padding-left:0;
}
@media only screen and (max-width: 475px) {
 /*.course_days tr td:first-child {
    padding-left: 0;
    max-width: 22vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }*/
  .my-ivsw .course_days a.button {
    font-size: 0;
    width: 40px;
    height: 25px;
    padding: 0px 3px;
  }
  .my-ivsw .course_days a.button.yellow::after {
    content: url("../images/svg/chevron-zwart.svg");
    margin-left: 18px;
    top:4px;
  }
  .my-ivsw .course_days a.button.yellow:hover::after {
    content: url("../images/svg/chevron-wit.svg");
  }
}
table.course_days {
  border-collapse:collapse;
}
table.course_days td, table.course_days th {
  padding:8px 6px 8px 6px;
  vertical-align: middle;
}
table.course_days th {
  border-bottom: 1px solid #666; 
  font-family: 'cera_probold';
  font-weight: normal;  
}
table.course_days td {
  border-right: 1px solid #ccc;
  font-size:.9rem;
}
table.course_days tr {
  border-bottom:1px solid #CCC;
}
div.col2 table.course_days {
  margin-bottom:40px;
}
.maincontent ul.tools {
	margin:0;
}
ul.tools li {
	list-style-type:none;
}
@media only screen and (min-width: 1024px) {
	table.course-data {
		width: 90%;
	}
}
td.course_label {
    width: 155px;
    font-weight: bold;
    vertical-align: top;
}

/*
.my-ivsw a.button.toggleActArchive {
  margin: 40px 0;
  background-color: var(--transplgreen);
  color: #000;
}
*/
.my-ivsw a.button.toggleActArchive {
  margin: 40px 0;
  background-color: transparent;
  color: var(--dgreen);
  border-bottom: 2px solid var(--dgreen);
  border-radius: 0;
  display: block;
  text-align: center;
  position: relative;
  transition: none;
}
/*
.my-ivsw a.button.toggleActArchive:hover {
  background-color: var(--lgreen);
  color: #fff;
}
*/
.my-ivsw a.button.toggleActArchive.active {
  border-bottom: none;
  border-top: 2px solid var(--dgreen);
}

.my-ivsw a.button.toggleActArchive:before {
  content: 'Toon ';
}
.my-ivsw a.button.toggleActArchive.active:before {
  content: 'Verberg ';
}
.my-ivsw a.button.toggleActArchive::after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  /*padding-left: 20px;*/
  padding-left: 0;
  margin-left: 0;
  font-size: 1em;
  font-weight: 900;
  position: absolute;
  top:50px;
  left:50%;
}
.my-ivsw a.button.toggleActArchive.active::after {
  content: "\f062";
  top:-40px;
}


/* representanten */
#course-agenda.my-ivsw {
  background-color: var(--dgreen);
  color: #fff;
}
#course-agenda.my-ivsw a.button {
  font-size: .9em;
  position: relative;
  padding: .4em 1.4em .6em;
  line-height: 1.5em;
  width: auto;
  top: 10px;
  right: auto;
  float: right;
  margin-bottom: 10px;
}
#course-agenda.my-ivsw a.button:hover {
  background-color: #fff;
}
#course-agenda.my-ivsw .agenda-item {
  position: relative;
  border-bottom: 1px solid #fff;
  padding: 10px 10px 12px 10px;
  min-height: inherit;
  font-size: 0.9em;
}
#course-agenda.my-ivsw .agenda-item .title {
  font-size: 1.1rem;
  margin: 0;
}
#course-agenda.my-ivsw .info-container {
  float: left;
}
@media only screen and (max-width: 479px) {
  #course-agenda.my-ivsw .agenda-item .title {
    float: left;
    width: calc(100% - 100px);
  }
  #course-agenda.my-ivsw .info-container {
    float: none;
  }
}

/* mijn activiteiten */
span.reserve_list {
  text-transform: uppercase;
  font-weight: 700;
}

/* voucher */
body.my-ivsw th {
  text-align:left;
}
table.voucher_overview th {
  padding-right:20px;
}
table.vouchers {
  background-color:#fff;
  font-size:14px;
}
table.vouchers td, table.vouchers th {
  padding-right:20px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
	table.vouchers td, table.vouchers th {
		padding-right:8px;
		line-height:normal;
		font-size:12px;
	}
}

/* prikbord */
div.bulletin-board {
  clear: both;
  margin-top: 40px;
}
.my-ivsw a.button.bulletin-board {
  float: right;
  text-decoration: none;
  margin-top: -2em;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 1023px) {
  .my-ivsw a.button.bulletin-board {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
}
a.bulletin-board:hover {
  text-decoration: underline;
}
.bulletin {
  position: relative;
  display:block;
  padding: 2rem 3rem 1rem 3rem;
  border:1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 0px 0px rgb(220, 220, 220);
  -moz-box-shadow:    0px 4px 0px 0px rgb(220, 220, 220);
  box-shadow:         0px 4px 0px 0px rgb(220, 220, 220);
  margin-bottom:30px;
}
.bulletin .title {
  color: var(--dgreen);
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.bulletin .meta {
  border-bottom:1px solid #ccc;
  display:block;
  min-height:38px;
}
.bulletin .meta .author {
  font-weight:bold;
  padding-right:20px;
}
.bulletin .meta .date {
  float:right;
}
.bulletin .tools {
  display: block;
  position: absolute;
  right: 20px;
  top: 55px;
  font-size: 20px;
}
p.add a.button {
  margin-bottom:30px;
}
p.add a.button::after {
  content: "";
}
.bulletin div.text, .bulletin div.text p, .bulletin div.text ul, .bulletin div.text li {
  font-family: 'cera_basicregular', Arial, Helvetica, sans-serif!important;
  font-size: .9em!important;
}
.bulletin > div.text {
    background: #74a72d12;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.bulletin div.text+a {  
  margin-top: -22px;
  margin-bottom: 22px;
}
.bulletin div.text p {
  margin: 0px 0px 1em 0px;
  line-height: 22px;
}
.bulletin .replies {
  /*border-top:1px solid #ccc;*/
  padding-top:10px;
}
.bulletin .replies .reply_tools {
  font-size: 14px;  
}
.bulletin .threaditem {  
  background: #f2f2f2;
  padding: 10px 10px 10px 10px;
  margin: 0 0 10px 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;     
}
.bulletin .thread .meta {
  font-size: 14px;
  height: 32px;
  margin-bottom: 8px;
}
.bulletin .thread .meta .author {
  padding-right: 0;  
}
.bulletin .thread .meta .date {
  float: none;
}
@media only screen and (max-width: 767px) {
  .bulletin {
    padding: 1rem;
  }
	.bulletin .thread .meta {
		height:auto;
	}
	.bulletin .meta .author {
		/*display:block;*/
		width:auto;
		float:none;
	}
	.bulletin .meta .date {
		/*display:block;*/
		width:auto;
		float:none;
	}
}

/* mijn IVSW downloads */
.maincontent #downloads ul {
	padding-left: 0;
	margin-left: 0;
  margin-bottom: 50px;
}
.my-ivsw .maincontent #downloads ul li {
	list-style-type: none;
	display: block;
	box-sizing: border-box;
	border: 1px solid #cacaca;
	padding: 10px 20px;
	margin: 0 0 20px 0px!important;
	line-height: 1.4em;
	min-height: 72px;
	border-radius: 10px;
  max-width: 800px;
}
#downloads ul li:hover {
	background-color: rgba(247,247,247,1.00);
}
#downloads ul li a {
	font-family: 'cera_promedium';
	display: flex;
	align-items: center;
	color: #766b66;
	text-decoration: none;
}
#downloads ul a::before {
	content: ' ';
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;	
	width: 100px;
	max-width: 40px;
	height: 50px;
	position: relative;
	margin-right: 20px;
	float: left;
	display: block;
}
a.pdf-icon::before {
	background-image: url(../images/icon-pdf.png);
}
a.doc-icon::before, a.docx-icon::before {
	background-image: url(../images/icon-doc.png);
}
a.xls-icon::before, a.xlsx-icon::before {
	background-image: url(../images/icon-xls.png);
}
@media only screen and (max-width: 767px) {
	table.vouchers td, table.vouchers th {
		padding-right:8px;
		line-height:normal;
		font-size:12px;
	}
	table.course_days td, table.course_days th {
		padding:4px;
		font-size:11px;
		line-height:normal;
	}	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	table.course_days th:first-child {
    white-space: nowrap; 
    width: 12vw; 
    max-width: 12vw;
    overflow: hidden;
    text-overflow: ellipsis; 	
  }	
}
@media only screen and (max-width: 480px) {
	table.course_days th:first-child {
    white-space: nowrap; 
    width: 70px; 
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis; 	
  }	
}
@media only screen and (max-width: 374px) {
	table.course_days th:first-child {
    white-space: nowrap; 
    width: 50px; 
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis; 	
  }	
  table.course_days td, table.course_days th {
    padding: 2px;
    font-size: 11px;
  }
}

/* END MYIVSW */


/* styling *******************************************************/
html {
	/*font-size:16px;*/
	font-size: calc(14px + .4vw);
	line-height: 1.5em;	
  scroll-padding-top: 90px;
  -webkit-text-size-adjust:none;
}
body {
  margin: 0;
	font-size: 1rem;
	line-height: 1.5rem;
	font-family: 'cera_basicregular', Arial, Helvetica, sans-serif;
	color:var(--black);
}
@media only screen and (min-width: 1600px) {
	html {
		font-size: 20px;
	}
}
@media only screen and (max-width: 767px) {
	html {
		font-size: 16px;
	}
}
@media only screen and (max-width: 479px) {
	html {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
  body.smalltext {
    font-size: .8em;
  }
}
:root {
	--lgrey:#f7f6f5;
	--tilegrey:#E0E3E8;
	--dgrey:#4c4c4c;
  --mgrey:#B5B8BC;
	--black:#262626;
	--lgreen:#74a72d;
  --transplgreen:#74a72d45;
  --transpxlgreen:#74a72d1a;
	--dgreen:#077433;	
	--yellow:#ffd115;
	--lyellow:rgba(255,209,21,0.50);
	--orange:#ed9408;
}
.container.grey {
  background-color: var(--lgrey);
}
.container.darkgrey {
  background-color: var(--dgrey);
}
.container.lightgreen, .button.lightgreen {
  background-color: var(--lgreen);
}
.container.darkgreen {
  background-color: var(--dgreen);
	color: #fff;
}
.container.darkgreen p a {
	color: #fff;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, ul, ol {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1, h2 {
	font-family:'cera_probold', Arial, sans-serif;
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	background-image: url("../images/svg/balkje-groen.svg");
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 10rem;
}
.home h1 {
	font-size:34px;
	font-family:'cera_probold', Arial, sans-serif;
	color:var(--dgreen);
}
@media only screen and (max-width: 767px) {
	h2 {
		font-size: 2rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
		font-size: 2rem;  
    line-height: 2rem;
  }
}
@media only screen and (max-width: 374px) {
  h1 {
		font-size: 1.7rem;  
    line-height: 1.7rem;
  }
}

@media only screen and (min-width: 2000px) {
/*	h2 {
		font-size: 60px;
	}
*/
}
.maincontent h2 {
	font-size:1.5rem;
	color:var(--black);
	background-size: 5rem;
	margin-bottom: 1.4rem;
	padding-bottom: 1rem;
}
.maincontent h3 {
	font-size:1.2rem;
	color:var(--lgreen);
	margin: 0 0 5px 0;
  font-weight: bold;
}
.maincontent .color1 h3 {
	color:var(--black);
}
.maincontent .color2 h3, .maincontent .color2 h4 {
	color:#fff;
}
.maincontent h4 {
  font-family: 'cera_probold';
	font-size:1rem;
	color:var(--black);
	margin: 0 0 5px 0;
}
p.parent-title {
	font-family:'cera_probold', Arial, sans-serif;
	line-height: 1.2em;
	font-size:1.5rem;
	background-image: url("../images/svg/balkje-groen.svg");
	background-repeat: no-repeat;
	background-position: bottom left;
	color:var(--black);
	background-size: 5vw;
	margin-bottom: 1.4vw;
	padding-bottom: 1.5vw;
}
.maincontent h3.seperate {
  margin-top: 40px;
}
.maincontent h3.seperate_bottom {
  margin-bottom: 20px;
}
.maincontent ul:not([class]), .maincontent ol {
	margin:0 0 20px 60px;
}
@media only screen and (max-width: 767px) {
  .maincontent ul:not([class]), .maincontent ol {
    margin: 0 0 20px 30px;
  }
}
.maincontent ul:not(.nav-tabs):not(#subsubnav) li {
	list-style: none;
	margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  table.literatuur tr td:first-child {
    padding-right: 15px;
  }
}
strong {
	font-family: 'cera_probold';
	font-weight:normal;
}
.lite {
	font-family:'cera_prolight', Arial, sans-serif;
}
.accent {
	color:#D54D12;
}
blockquote {
	font-style:italic;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding: 10px 8px 2px 20px;
	border-left-width: 5px;
	margin-left:40px;
	margin-bottom:1em;
	margin-top:1em;
}
p.quotestyle {
	font-family:'cera_prolight', Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	font-style:italic;
	padding:0 70px;
}
@media only screen and (max-width: 767px) {
  p.quotestyle {
    padding: 0 0px 0 50px;
  }
}
p {
  margin: 0 0 1em 0;
}
p.quotestyle::before {
	content: "\201C";
	font-family:'cera_pro', Arial, sans-serif;
  font-size: 5em;
  position: relative;
  display: block;
  top: 40px;
  left: -59px;
}
p.quotestyle strong {
	font-style: normal;
}
a {
	color:var(--dgreen);
}
.maincontent a {
  text-decoration: underline;
}
.container.maincontent a:not([class]) {
  font-family: 'cera_promedium';
}
a:hover {
	color:var(--lgreen);
}
a:focus{
  text-decoration: none;
}
a img {
	border:none;
}
a.button, input[type=submit], button[type=submit] {
	display:inline-block;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.5em;
	height: 58px;
	padding: 13px 30px 0;
	color:#fff;
	text-decoration:none;
	float:none;
	margin-top:30px;
	margin-bottom:0px;
	border-radius: 29px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background-color: var(--lgreen);
  transition: all .5s ease;
}
a.button.outline {
  border: 1px solid var(--lgreen);
  color: var(--lgreen);  
  background-color: #fff;
}
a.button.outline::after {
	content: none;
}
a.button.outline:hover {
  color: #fff;  
  background-color: var(--lgreen);
}
.my-ivsw a.button, .my-ivsw input[type=submit] {
  padding: 5px 1rem 6px 1rem;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  /*height: 44px; */
}
.my-ivsw input[type=submit] {
  height: 44px;
}
a.button::after {
	content: url("../images/svg/chevron-wit.svg");
	margin-left: 15px;
  position: relative;
  /*  top:.125em; */
}
a.button.inprogress::after {
	content: none;
}
a.button_small {
	font-size: .8em;
	display:block;
	background-color:var(--transplgreen);
	/*border:1px solid #000; */
	color:#000;
	text-align:left;
	text-decoration:none;
	width:90%;
	max-width:286px;
	padding:3px 5% 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor:pointer;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	transition: all .5s ease;
}
a.button_small:hover {
	background-color:var(--lgreen);
	color: #fff;
}
a.button.yellow, button[type=submit].yellow {
	background-color: var(--yellow);
	color: #000;
}
a.button.yellow::after, button[type=submit].yellow::after {
	content: url("../images/svg/chevron-zwart.svg");
}
a.button.yellow:hover, button[type=submit].yellow:hover {
	background-color:var(--dgreen);
	color: #fff;
}
a.button.yellow:hover::after, button[type=submit].yellow:hover::after {
	content: url("../images/svg/chevron-wit.svg");
}
@media only screen and (max-width: 1240px) {
	a.button, input[type=submit], button[type=submit] {
		font-size: 16px;
		line-height: 1.5em;
		height: 42px;
		padding: 8px 20px 0;
		margin-top:20px;
		margin-bottom:0px;
		border-radius: 21px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
	body.agenda .agenda-item a.button {
    top: 70px;
	}
}
a.button:hover {
	background-color:var(--dgreen);
}
a.pdf {
	background-image: url(../images/pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
}
.seperate {
  margin-top: 40px;
}
.seperate_50 {
  margin-top: 20px;
}
.seperate_bottom {
  margin-bottom: 20px;
}
.attach_top {
  margin-top: -16px;
}

/* sitemap ********************/
.maincontent ul.sitemap {
	margin:0;
}
.maincontent ul.sitemap ul {
	margin:0 0 0 20px;
}
.maincontent ul.sitemap > li > ul {
	margin:0;
}
.maincontent ul.sitemap > li > a, .maincontent ul.sitemap > li > ul > li > a {
  color: #000;
  text-transform: uppercase;
}
.maincontent ul.sitemap > li > ul > li > ul > li > a {
  color: var(--dgreen);
}
.maincontent ul.sitemap li {
  margin-bottom: 0;
}
.maincontent ul.sitemap > li {
	margin:0 0 0 20px;
}
.maincontent ul:not([class]):not(#subsubnav) li::before, .maincontent ul.sitemap li::before {
	content:"\2022";
	margin-left: -20px;
	margin-right: 10px;
	color: var(--lgreen);
	font-size: 1.2em;
}


/* forms *******************************/
input[type=text],input[type=tel],input[type=email],input[type=password],textarea {
	width:100%;
	/* max-width: 600px; */
	font-size:.9rem;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width:1px;
	border:solid 1px #CCCCCC;
	padding:3px 5px;
	margin:0 0 6px 0;
	background-color: #F3F3F3;
}
select {
	font-size:.9rem;
	padding:3px 5px;
	width: 63%;
	max-width:440px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width:1px;
	border:solid 1px #CCCCCC;	
}
select#coID_select {
	width: auto;
	max-width: 100%;
  background-color: var(--transplgreen);
}
textarea {
  height:100px;
}
textarea.large {
	width:100%;	
}
/*
ul.form_statusbar {
  margin-bottom: 30px;
}
ul.form_statusbar li {
  display: inline-block;
  background-color: var(--lgrey);
  padding: 10px 50px;
  color: #9e9e9e;
}
ul.form_statusbar li.active {
  background-color: var(--transplgreen);
  color: var(--black);
}
ul.form_statusbar li.active:not(.current) {
  padding-right: 30px;
}
ul.form_statusbar li.active.current {
  background-color: var(--lgreen);
  color: #fff;
}
ul.form_statusbar li.active:not(.current)::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: .8em;
  font-weight: 900;
  color: var(--dgrey);
  margin: 0 8px 0 4px;
  padding: 0 0 0 13px;
}
*/
@media only screen and (max-width: 767px) {
  input[type=text],input[type=tel],input[type=email],input[type=password],textarea {
	  /*width:auto;*/
  }
  textarea, textarea.large {
  	/*width:auto;	*/
  }
  select {
    /*width:auto;	*/
  }
}
input[type="submit"] {
	background-color: var(--yellow);
	color: #000;
	padding: 0px 50px 0;
	line-height: 0;
	margin: 0;
	transition: all .5s ease;
}
input[type="submit"]:hover {
	background-color: var(--dgreen);
	color: #fff;
}

tr.hidden, span.hidden, div.hidden{
	display:none;
}

/* reset bootstrap */
form .label {
	padding: 0 10px 0 0;
	font-size:inherit;
	font-weight: normal;
	line-height:inherit;
	color: inherit;
	text-align: left;
  white-space: normal;
  }
form tr.label {
	display: table-row
}
form td.label {
	display: table-cell;
  width: 20%;
}
form label {
    display: initial;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: normal;
}
/* end reset bs */

body.sign-up td.label, body.sign-up label, #chronoform_aanmeldenopleidingen td.label, #chronoform_aanmeldenopleidingen label {
  font-size: .9rem;
}
#chronoform_aanmeldenopleidingen td.label {
  font-weight: bold;
}
.confMessage span.error {
	background-color:#D54D12;
	padding:5px 10px;
	color:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
tr.error td.label, .label.error, tr.error td label, p.error {
	color:#D54D12;
}
tr.error td input {
	border-color:#D54D12;
}
/* contactform */
fieldset {
	border:none;
}
fieldset p{
	margin-bottom:2px;
}
.form label {
	float:left;
	width:20%;
}

.contact .form label {
	width:30%;
}

.form div.g-recaptcha {
  margin-left: 20%;
  margin-bottom: 10px;
}
.contact .form div.g-recaptcha {
  margin-left: 30%;
}

@media only screen and (max-width: 767px) {
  .form div.g-recaptcha, .contact .form div.g-recaptcha {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 767px) {
  .form label {
    float: none;
    width: 100%;
    display: block;
  }
}

/* arrow back to top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /*box-shadow: 2px 2px 10px rgba(255, 255, 255, .7);*/
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(116,167,45,.8) url(../images/svg/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:100;
  border: 1px solid rgba(255,255,255,.4)
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* mmenu ****************************************** */
:root {
	--mm-color-background:#000;	
	--mm-mm-color-background-highlight:rgba(7,116,51,0.37);	
	--mm-color-background-emphasis:var(--lgreen);	
	--mm-color-border:transparent;
	--mm-color-text:#fff;	
	--mm-color-button:#fff;	
	--mm-color-text-dimmed:rgba(255,255,255,0.7);	
	--mm-line-height:1em;	
	--mm-listitem-size:40px;
	--mm-navbar-size:60px;
}

.mm-menu_offcanvas {
	width: 100%;
	max-width: 480px;
	top: 156px;
}
@media only screen and (max-width: 767px) {
  .mm-menu_offcanvas {	
    top: 80px;
  }
}
.mm-listview:nth-child(2) > li.mm-listitem {
  font-size: 24px;
  text-transform: uppercase;
}
.mm-listview > li.mm-listitem .mm-listview > li.mm-listitem {
  font-size: 18px;
  text-transform:none;
}
.mm-listview li.bt-my-ivsw {
  /*width: 200px;*/
  margin-left: 20px;
  margin-top: 20px;
}
.mm-listview li.bt-my-ivsw:not(.mm-listitem_vertical) {
  width: 200px;
}
.mm-listview > li.bt-my-ivsw > a:first-child {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 15px 20px 0 15px;
  height: 47px;
}
.mm-listview > li.bt-my-ivsw > a:first-child::before {
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: top;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(100vw,0,0);
    transform: translate3d(100vw,0,0);
}
.mm-navbar .fa, .fas, .fab {
  font-size: 28px;
}
.mm-listitem__btn, .mm-listitem__text {
  padding: 17px 20px;
}
.mm-panel.mm-panel_opened .mm-panel .mm-listitem__text {
  padding: 15px;
}
.mm-panel.mm-panel_opened .mm-panel .mm-listitem_vertical > .mm-listitem__btn {
  height: 30px;
}
.mm-listitem__btn {
  width: 90px;
  background-color:#292929;
  padding-bottom: 35px;
}
.mm-listitem_opened > .mm-listitem__btn {
  background-color: #161616;
}
.mm-btn_next::after {
  right: 35px;
}
.mm-listitem_opened > .mm-listitem__btn::after {
  right: 31px;
}
.mm-navbars_bottom .mm-navbar:first-child {
    border-top: 1px solid rgba(255,255,255,.5);
}


/* bx slider *****************************************************************/
.bx-controls.bx-has-pager {
  margin-top: 20px;
}
body, html{
  height: 100%;
}
.bx-viewport, .bx-wrapper{
  position:relative;
  width:100%;
  height:100% !important;
  top:0;
  padding: 8px 0;
}
.bxslider, .bxslider li{
  height: 100% !important;
	padding:0;
}
.bxslider li{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	list-style-type:none;
  background-color: #eee;
}
@media only screen and (min-width: 1800px) {
  .bxslider li{
    background-size: contain;
  }
}
.bx-wrapper .bx-viewport{
    border: none !important;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
  margin: 0 auto;
}
.bx-wrapper img {
	max-width: 100%;
	height: inherit;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	left: 0px; 
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	/*position: absolute; */
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	padding-top: 18px;
	margin-left:0px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #BDBDBD;
	text-indent: -9999px;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: var(--lgreen);
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -52px;
	background: url(../images/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -72px;
	background: url(../images/controls.png) no-repeat 0 -89px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -42px;
	outline: 0;
	width: 52px;
	height: 89px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}