/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/

.subtitle2 {
	color:#000;
	font-size:16px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:12px;
	opacity:0.8;
}

.subtitle3 {
		color:#000;
	font-size:16px;
	font-style:italic;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:12px;
	opacity:0.8;
}

p.afzender{
	font-family: 'NunitoSans';
	font-weight: bold;
	font-style: normal;
}

a.in-text-link{
	font-weight: bold;
	text-decoration: underline dotted;
}
a.in-text-link:hover{
	text-decoration: none;
}

.litertuur-text{
	padding-top:60px;
	margin:auto 15% auto 15%;
	padding-bottom: 60px;
}

.lexicon-text p {
	margin:auto 15% auto 15%;
	padding-bottom: 30px;
	text-align: justify;
}

.lexicon-text h3{
	font-size:1.3em;
	font-weight: bold;
	margin:auto 15% auto 15%;
	padding-bottom: .5em;
}

.publicatie-text h3{
	font-size:1.3em;
	font-weight: bold;
	margin:auto 15% auto 15%;
	padding-bottom: .5em;
	text-align: left;
}

.publicatie-text h4{
	font-size:1.3em;
	margin:auto 15% auto 20%;
	padding-bottom: 1em;
	text-align: left;
}

.colofon-text p {
	margin:auto;
	padding-bottom: 30px;
}

.colofon-text h3{
	font-size:1.3em;
	font-weight: bold;
	margin:auto 15% auto 15%;
	padding-bottom: .5em;
}

@media only screen and  (max-width: 724px) {
	.lexicon-text{
	margin:auto;
	padding-bottom: 30px;
	text-align: justify;
	}
	
	.litertuur-text{
	padding-top:60px;
	margin:auto;
	padding-bottom: 60px;
	}
	
	.lexicon-text p {
	margin:auto;
	padding-bottom: 30px;
	text-align: justify;
	}
	
	.lexicon-text h3{
	font-size:1.3em;
	font-weight: bold;
	margin:auto;
	padding-bottom: .5em;
}
}



ul.team-holder {
  --spacing: 0px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing);
  margin-bottom: 5px;
  margin-right: 0px;
}

ul.team-holder > li {
  flex: 0 1 calc(max(5%, 100px) - var(--spacing));
	margin: 0 2.5% 0 2.5%;
}

ul.team-holder.team-holder--big > li {
  flex: 0 1 calc(12% - var(--spacing));
	min-width: 125px;
}

ul.team-holder.team-holder--small > li {
  flex: 0 1 calc(12% - var(--spacing));
	min-width: 125px;
}

.team-box {
	min-width:10px;
}

.team-photo{
	position: relative;
	box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 50%);
}

.team-photo02{
	position: relative;
}

.overlay {
		width: 100px;
	margin-left: 0px;
}

.overlay2 {
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height:100%;
	background:#000;
	opacity:0.2;
	z-index:2;
	margin-left: -100%;
}

.team-photo-big{
	position: relative;
		box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 50%);
}

.team-box-big .overlay2 {
	opacity:0;
	z-index:2;
	background:#000;
    transition: all 300ms linear;
}
.team-box-big:hover .overlay2 {
	opacity:0.5;
}

.publicatienav {
	font-size: 16px;
	text-transform:uppercase;
}

.method-section {
	float:left;
	width:100%;
	padding:50px 0;
	position:relative;
	overflow:hidden;
	z-index:2;
}
.method-section div.overlay {
	opacity:0.3 !important;
}

/****** module items links *******/

.section-columns-text-left {
	width:60%;
	position: relative;
	background:#f9f9f9;
	padding:50px 0;
	color: black;
}

.section-columns-img-right {
	position:absolute;
	float: right;
	top:0;
	right:0;
	width:40%;
	height: 100%;
}

@media only screen and  (max-width: 1036px) {
	
.section-columns-text-left {
	width:100%;
	margin-top: 250px;
	position: relative;
}
.section-columns-img-right {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	max-height: 200px;
	padding:150px 0;
}
	
}

/****** methodebalk publicatie pagina *******/

.container2{
	max-width: 1024px;
	width:92%;
	margin:0 auto;
	position: relative;
	z-index:2;
}

.method-text{
	font-size: 24px;
	text-align: center;
	margin-bottom: 0.5em;
}

.team-info-publicatie {
	float:left;
	width:100%;
	margin-top:0.5em;
	margin-bottom: 1em;
}
.team-info-publicatie h3 {
	font-size:12px;
	padding-bottom:4px;
}

.team-holder-publicatie{
	display: inline-block;
	overflow: hidden;
	width:100%;
	padding:20px 0;
	
}

ul.team-holder-publicatie {
  --spacing: 0px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--spacing);
  margin-bottom: 0px;
  margin-right: 20px;
}

ul.team-holder-publicatie > li {
  flex: 0 1 calc(max(5%, 65px) - var(--spacing));
	margin: 0 2% 0 2%;
}

.team-box-publicatie {
	min-width:10px;
}

.team-photo-publicatie{
	position: relative;
	box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 50%);
}

.overlay-publicatie {
	position:absolute;
	top:0;
	left:0;
	width:65px;
	height:73px;
	background:#000;
	opacity:0.2;
	z-index:2;
}

.team-box-publicatie .overlay-publicatie {
	opacity:0;
	z-index:2;
	background:#000;
    transition: all 300ms linear;
}
.team-box-publicatie:hover .overlay-publicatie {
	opacity:0.5;
}

.box-item-publicatie a .overlay-publicatie {
	opacity:0;
	z-index:2;
    transition: all 200ms linear;
}
.box-item-publicatie a:hover .overlay-publicatie {
	opacity:0.3;
}
.box-item-publicatie a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform:scale(1.05);
	transform: scale(1.05);
}

.demodule{
	margin:0 0 -1em 2em; 
	text-align: left;
}
@media only screen and  (max-width: 724px) {
.demodule {
	margin:0;
	text-align: center;
}
}

/**** blog media half ****/

.blog-media-half {
	float:left;
	width:50%;
	height: auto;
	position:relative;
	margin-right: 2em;
}

.blog-media-half-carousel {
	float:left;
	width:44%;
	height: auto;
	position:relative;
	margin:5px 45px -40px 20px;
}

@media only screen and  (max-width: 724px) {
.blog-media-half {
	float:left;
	width:100%;
}
	.blog-media-half-carousel {
	float:left;
	width:92%;
}
}

/******** blog text ********/

.hoofdstuk {
	float:none;
	text-align:left;
	font-family:'NunitoSans_10pt-Bold';
	text-transform:uppercase;
	margin-bottom:10px;
	color:#666;
	font-size:13px;
	margin-right:4px;
}


/******** over *********/

.bg-over {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
	background-image: url("../img/ramon01.png");
}

@media only screen and  (max-width: 724px) {
.bg-over {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-repeat:repeat;
	background-origin: content-box;
	background-position: left ;
	background-image: url("../img/ramon01.png");
}
}

/******** home banners *********/

.separator-wit {
	width:70px;
	height:4px;
	background:#fff;
	margin:10px auto 10px;
}

.overlay-banner{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
	z-index:2;
}

.sect-scroll-wit {
	position:absolute;
	bottom:20px;
	left:49%;
	width:100px;
	height:40px;
	line-height:20px;
	margin-left:-20px;
	color:#fff;
	z-index:5;
	font-size:18px;
	transition: all 0.4s  ease-in-out;
text-shadow:1px 2px 15px #000, 1px 2px 15px #eee;
}
.sect-scroll-wit:before {
	content:'';
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-47px;
	width:94px;
	background:#fff;
	height:1px;
	opacity:0.6;
}
.sect-scroll-wit:hover {
	opacity:0.6;
}


/********* Wisselende methodevakken **************/

.overlay3 {
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}
.team-box-big .overlay3 {
	opacity:0;
	z-index:1;
	background:url(/img/module/bodymap04.png);
	background-size: cover;
	width:125px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box-big:hover .overlay3 {
	opacity:inherit;
}

/**/

.overlay4 {
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}
.team-box-big .overlay4 {
	opacity:0;
	z-index:1;
	background:url(/img/module/nieuwetaal01.png);
	background-size: cover;
	width:125px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box-big:hover .overlay4 {
	opacity:inherit;
}

/**/

.overlay5 {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}


.team-box .overlay5 {
	opacity:0;
	z-index:1;
	background:url(/img/module/lichaamskennis01.png);
	background-size: cover;
	width:100px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box:hover .overlay5 {
	opacity:inherit;
}

/**/

.overlay6 {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}


.team-box .overlay6 {
	opacity:0;
	z-index:1;
	background:url(/img/module/veerkracht02.png);
	background-size: cover;
	width:100px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box:hover .overlay6 {
	opacity:inherit;
}

/**/

.overlay7 {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}


.team-box .overlay7 {
	opacity:0;
	z-index:1;
	background:url(/img/module/positiviteit02.png);
	background-size: cover;
	width:100px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box:hover .overlay7 {
	opacity:inherit;
}

/**/

.overlay8 {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}


.team-box .overlay8 {
	opacity:0;
	z-index:1;
	background:url(/img/module/hoop01.png);
	background-size: cover;
	width:100px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box:hover .overlay8 {
	opacity:inherit;
}

/**/

.overlay9 {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}


.team-box .overlay9 {
	opacity:0;
	z-index:1;
	background:url(/img/module/zelfvertrouwen02.png);
	background-size: cover;
	width:100px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box:hover .overlay9 {
	opacity:inherit;
}

/**/

.overlay10 {
	position:absolute;
	top:0;
	width:100px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}


.team-box .overlay10 {
	opacity:0;
	z-index:1;
	background:url(/img/module/plus.png);
	background-size: cover;
	width:100px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box:hover .overlay10 {
	opacity:inherit;
}



/**/

.overlay11 {
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height: 100%;
	opacity:0.2;
	z-index:2;
}
.team-box-big .overlay11 {
	opacity:0;
	z-index:1;
	background:url(/img/module/gevoelsmuseum01.png);
	background-size: cover;
	width:125px;
	height: 100%;
    transition: all 300ms linear;
}
.team-box-big:hover .overlay11 {
	opacity:inherit;
}


