 :root {
  --blue: #371F7A; 
  --pink: #995AAD;
  --gray: #464743;
  --lightblue: #008EB8;
}

@font-face {
  font-family: 'Musea';
  font-weight: 300;
  src: url("../fonts/MuseoSans-300.otf") format("opentype");
}

@font-face {
  font-family: 'Musea';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/MuseoSans-300Italic.otf") format("opentype");
}

@font-face {
  font-family: 'Musea';
  font-weight: 500;
  src: url("../fonts/MuseoSans_500.otf") format("opentype");
}

@font-face {
  font-family: 'Musea';
  font-weight: 700;
  src: url("../fonts/MuseoSans_700.otf") format("opentype");
}

/* #0079A5;  */

html, input, textarea, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    color: var(--blue);
	font-family: 'Musea', sans-serif;
	font-weight:300;
    font-size: 15px;
	line-height: 26px;
}

* { 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
     box-sizing: border-box; 
	-webkit-font-smoothing: subpixel-antialiased;
	outline:none !important;
	-webkit-tap-highlight-color: transparent;
}

html
{
	background-size:1800px;
	background-repeat:repeat-x;
	background-position:center 100px;
	position:relative;
    min-height: 100%;
}

body
{
	margin:176px auto 0;
	width:100%;
	background-color:#ffffff;
	
	position:relative;
}

em {
    font-style: italic;

}
a
{
	text-decoration:none;
}

a:hover
{
	color:var(--pink);
}

body > div 
{
	max-width:1536px;
	margin:0 auto;
}

.container
{
	max-width:1275px;
	width:96%;
	margin:0 auto;
	position:relative;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


#nav ul {
    list-style: inside none none;
}

ul
{
	list-style-type:none;
}

ol
{
	margin-left:15px;
}

#content ul, .cblok ul
{
	margin-bottom:20px;
}

#content ul li, .cblok ul li
{
	position: relative;
	padding-left:12px;
	padding-top:3px;
	padding-bottom:3px;
}

#content ul li:before, .cblok ul li:before
{
	content:'•';
	color:var(--pink);
	position: absolute;
	left:0;
}


/* HEADER */

.background
{
	width:100%;
	background-size:cover;
	background-position:center center;
	min-height:436px;
	background-repeat:no-repeat;
}

#image {
	position: relative;
}


.nobackground
{
	min-height:1px;
}

#nav > ul > li.hidemenu
{
	display:none;
}


#plogos
{
	text-align:center;
	width: 100%;
    display: block;
}

#plogos img
{
	display:inline-block;
	margin: 0 1.4%;
    width: 30%;
}

#header
{
	margin:0 auto;
	z-index:9999;
	background-color:rgba(255,255,255,0.92);
	position:fixed;
	width:100%;
	max-width:100%;
	height:176px;
	top:0;
	box-shadow: 0px 8px 7px #371F7A40;
}

#header .container
{
	z-index:100;
	padding:32px 0px 32px 0px;
	max-width:1440px;
	width:95%;
}


#logo
{
	position:relative;
}

#logo a
{
	display:block;
	width:290px;
	position:relative;
	margin-top:22px;
}

img
{
	max-width:100%;
}

#logo img
{

}

.topicons
{
	position:absolute;
	right:56px;
	top:39px;
}

.topicons a
{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 0px;
}

.icons
{
	border-bottom:1px solid #6CB5DD;
	margin-bottom:70px;
}

.icons a
{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:27px;
	padding:10px 0 10px 42px;
	display:block;
	font-size:16px;
	line-height:30px;
	font-weight:600;
	border-top:1px solid #6CB5DD;
}

.callus
{
	position:absolute;
	top:0;
	left:26%;
	width:275px;
}

.calltop
{
	background-image:url('../assets/phonemob.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left center;
	background-size:contain;
	position:absolute;
	right:25px;
	top:35px;
	display:block;
	width:35px;
	height:35px;
}


/* NAV */

#navigation
{
	position:absolute;
	right:30px;
	top:107px;
}

/* MAIN PART */

#main-part
{
	min-height:280px;
}

.headimage {
    background-position: center center;
    min-height: 800px;
    padding: 0px;
    margin-bottom: 0;
	position:relative;
}

#short
{
	position:relative;
	padding-top:20px;
}

#short .container
{
	position:relative;
}

.plocation
{
	font-size:12px;
	line-height:12px;
	color:var(--bgray);
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
	bottom:20px;
}

#content2 .container
{
	position:relative;
	max-width:800px;
}

#content2 img
{
	padding:40px 0 40px;
	display:block;
}


a.button
{
		border:1px solid var(--pink);
		border-radius:10px;
		line-height:30px;
		text-align:center;
		display:inline-block;
		margin:0 auto;
		color:var(--pink) !important;
		position:relative;
		z-index:1;
		text-transform:uppercase;
		text-decoration:none  !important;
		font-weight:500;
		padding:5px 15px;
		letter-spacing: 1px;
}


a.button:hover
{
  		background-color: var(--pink);
  		color:#ffffff !important;
}

a.wide
{
		width:240px !important;
		font-size:15px !important;
}

a.wide::before
{
		width:200px !important;
		margin-left:-10px !important;
		top:-1px;
}

#content
{
	margin:45px auto 0px;
	padding:0;
	position:relative;
}

.pageinner
{
	width:42%;
	margin:0 auto;
	position:relative;
	padding-bottom:80px;
}

.pageinner .button-holder a.button
{
	display: none;
}

.columns
{
	position:absolute;
	width:280px;
	top:50px;
	min-height:100px;
}

#scheme
{
	padding:0px 0 80px;
}

#cleft
{
	left:0;
	top:-150px;
}

#cright
{
	right:0;
}

.cblok
{
	padding-bottom:20px;
	position: relative;
	margin-bottom:25px;
}

.cblok::after
{
	content:'';
	position:absolute;
	height:15px;
    background-size:auto 15px;
	width:100%;
	bottom:0px;
	background-image:url('../assets/line.png');
	background-repeat:no-repeat;
	background-position:center center;
	right:0px;
}

.columns .cblok img
{
	display:block;
	margin:10px auto 20px;
}

.personhold
{
	background-image:url('../assets/personback.svg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:257px;
	padding-top:40px;
	position: relative;
}

.personhold::after
{
	content:'';
	position:absolute;
	height:2px;
	width:130%;
	bottom:0px;
	left:-15%;
	background: #707070;
	background: radial-gradient(circle, rgba(112, 112, 112, 1) 0%, rgba(112, 112, 112, 1) 12%, rgba(255, 255, 255, 0) 100%);
}

.persondesc 
{
		text-align:center;
		padding-top:15px;
}

.persondesc p, .persondesc div {
	font-style: italic;
}

.persondesc strong 
{
	text-align:center;
	color:var(--pink);
}


.personhold img 
{
	height:240px;
	object-fit:cover;
	display:block;
}


#pinkpages 
{
	background-color: #E5D5E0;
	max-width:100%;
}


.pretitle
{
	color:var(--pink);
	text-align:center;
	font-weight:500;
	text-transform: uppercase;
	padding-top:40px;
	padding-bottom:10px;
	font-size:19px;
	letter-spacing: 1px;
}

#refs
{
	background-image:url('../assets/flower.png');
	background-repeat:no-repeat;
	background-position:6% center;
	background-size:230px;
}

#refs .container {
	max-width:645px;
}


.refslider
{
	margin-bottom:0px;
	margin-top:10px;
}

#refs h2
{
	text-align:center;
}

.refer strong
{
	padding:25px 0 0;
	display:block;
	font-style:italic;
	font-weight:700;
	color: var(--pink);
}

.refer p
{
	font-style:italic;
}

#content p
{
	padding-bottom:15px;
}


.owl-carousel
{

}


.owl-carousel .nav-btn{
  height: 20px;
  position: absolute;
  width: 12px;
  cursor: pointer;
  background-size:contain !important;
  top: 40px;
 
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url('../assets/Arrow-left-purple.svg') no-repeat scroll 0 0;
  left: -74px;
}
.owl-carousel .next-slide{
  background: url('../assets/Arrow-right-purple.svg') no-repeat scroll 0 0;
  right: -74px;
}
.owl-carousel .prev-slide:hover{
   opacity:0.5;
}
.owl-carousel .next-slide:hover{
   opacity:0.5;
}  

#pinkpages .blocks
{
	 position: relative;
	 top:-30px;
}

.block
{
	 background-color:#ffffff;
	 position: relative;
}

.block img 
{
	height:190px;
	object-fit:cover;
	display:block;
	width:100%;
}

.bhead {
	padding:20px 20px 0;
	font-size:27px;
	text-align:center;
	font-weight:500;
}

.bcontent {
	padding:20px 20px 50px;
}

.bicon
{
	position: absolute;
	left:50%;
	width:64px;
	height:64px;
	margin-left:-32px;
	bottom:-32px;
	background-repeat:no-repeat;
	background-size:contain;
	background-image: url('../assets/forward-icon.svg')
}

.bicon:hover {
		background-image: url('../assets/forward-icon-hover.svg')
}


/* FOOTER */

#footer
{
	margin-top:25px;
	background-color:rgba(229, 213, 224, 0.5);
	max-width:100%;
}

#footer .container
{
	padding:50px 0px 35px 0px;
	background-image:url('../assets/logo.svg');
	background-size:289px;
	background-position:40px 37px;
	background-repeat:no-repeat;
	text-align:center;
	max-width:1400px;
}


#footer .pholder 
{

}


#footer .pholder .plinks 
{
	text-align:left;
}

	#footer .pholder .plinks span {
		color:var(--pink);
		min-width:13px;	
		display:inline-block;	
		font-size:13px;
	}

#footer .pholder .plinks strong 
{
	font-weight: 700;
}

.footerlogos
{

}

.footerlogos img 
{
	height:60px;
	margin:0px 0px 0px 20px;
}

.discl 
{
	padding-top:20px;
	font-size:11px;
}

.postitem
{
		border-bottom:1px solid var(--lightblue);
}

.postitem p
{
	font-style:italic;
}

.postitem h3 span,
.postitem h3
{
	color:var(--blue);
	font-style:italic;
	font-size:24px;
	letter-spacing:0.5px;
	line-height:28px;
	padding-top:10px;
	padding-bottom:20px;
}

.postitem h3 span{
	color: var(--gray);
}
.postitem img
{
	z-index:999;
}

.hidden
{
	display:none;
}

.meer
{
	border-bottom:0 !important;
}

.datum
{
	font-weight:bold;
	font-size:16px;
}


.wikimenu
{
	border-top:1px solid var(--blue2);
	margin-top:40px;
}

.wikimenu a
{
	display:block;
	background-color:#e9f3f7;
	border-bottom:1px solid var(--blue2);
	padding:10px 10px;
	font-size:16px;
	font-weight:500;
	letter-spacing:0.5px;
}

.wikimenu a.active
{
	font-weight:700;
}

.wikilabels
{
	position:absolute;
	top:-70px;
	display:table;
	width:100%;
}

.wikilabelsrow
{
	display:table-row;
}

.wikilabels a
{
    color: var(--gray) !important;
	font-weight:600;
	font-size:18px;
	line-height:24.8px;
	text-align:center;
	display:table-cell;
	width:2%;
}

.wikilabels a.active, .wikilabels a:hover
{
	color:#ffffff !important;
	position:relative;
	z-index:11;
}

.wikilabels a.active:before, .wikilabels a:hover:before
{
	background-color:var(--blue);
	width:30px;
	height:30px;
	content:'';
	display:block;
	border-radius:15px;
	position:absolute;
	z-index:-1;
	top:-3.5px;
	left:50%;
	margin-left:-15px;
}

.post-page h1
{
	font-size:28px;
	line-height:34px;
	font-style:italic;
	text-transform:revert;
	padding-top:10px;
	padding-bottom:10px;
}

.meer-holder
{
	padding-top:30px;
	border-top:1px solid var(--blue2);
	padding-bottom:40px;
	margin-top:20px;
}

.meer-holder .button
{
	max-width:180px;
}

.referent h3
{
	color:var(--blue);
	font-style:italic;
	font-size:28px;
	letter-spacing:0.5px;
	line-height:34px;
	padding-top:10px;
	padding-bottom:15px;
}

.referent img
{
	z-index:999;
}

.kname
{
	line-height:30px;
}

.kname span
{
	color:var(--blue);
	font-weight:bold;
	position:relative;
	top:-1px;
}

#subfooter
{
		text-align:center;
		line-height:13px;
		font-size:10px;
		text-transform:uppercase;
		font-weight:400;
		color:var(--blue);
		padding:15px 0 35px;
}

#subfooter a
{
		font-size:10px;
		text-transform:uppercase;
		font-weight:400;
		color:var(--blue);
}

#subfooter a:hover
{
		color:var(--gray);
}


.slinks a
{
	position:absolute;
	letter-spacing:1px;
	bottom:26px;
	opacity:0.7;
}

.slinks a:first-child
{
	left:20px;
}

.slinks a:last-child
{
	right:20px;
}


.smallicons
{
	position:absolute;
	right:0;
	top:20px;
	right:30px;
}


.smallicons a
{
	background-size:contain !important;
	width:32px !important;
	height:32px !important;
	margin-left:10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	clear:none !important;
	display:inline-block;
}


.linkedin
{
	background-image:url('../assets/linkedin-icon.svg');
}

.linkedin:hover
{
	background-image:url('../assets/linkedin-icon-hover.svg');
}

.facebook
{
	background-image:url('../assets/facebook-icon.svg');
}

.facebook:hover
{
	background-image:url('../assets/facebook-icon-hover.svg');
}

.youtube
{
	background-image:url('../assets/facebook-icon.svg');
}

.youtube:hover
{
	background-image:url('../assets/facebook-icon-hover.svg');
}


.nobefore li::before
{
	content:none !important;
	left:0;
	position:inherit;
}

.nobefore li
{
	margin-left:0 !important;
	text-indent:0 !important;
}

blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}




	.show-full
	{
		display:block !important;
	}

	.show-mobile
	{
		display:none !important;
	}


.clearfix
{
	clear:both;
}

strong, b
{
	font-weight:500;
	color:var(--pink);
}

.pageinner img 
{
	display:block;
	margin:10px auto 30px;
}

.pageinner strong
{
	font-weight:700;
}

i
{
	font-style:italic;
}

h1
{
	font-size:34px;
	line-height:42px;
	font-weight:500;
	color:var(--pink);
	padding-bottom:20px;
}


h2
{
	font-size:25px;
	padding:0;
	margin:0;
	font-weight:500;
	line-height:32px;
	letter-spacing:0px;
	padding-top:0px;
	padding-bottom:12px;
}

h3
{
	font-size:22px;
	padding:0;
	margin:0;
	font-weight:500;
	line-height:27px;
	letter-spacing:0px;
	padding-top:0px;
	padding-bottom:12px;
	color:var(--pink);
}

.reviewsbase .cblok p 
{
	padding-bottom:20px;
	font-style: italic;
	line-height:22px;
}

.reviewsbase .cblok strong
{
	display:block;
	font-style: italic;
	line-height:22px;
}

#poparrows
{
	position:absolute;
	min-height:40px;
	z-index:999999;
	width:100%;
	margin-top:20px;
}

#poparrows .arrow
{
	display:block;
	margin:0 auto;
	position:relative;
	left:auto;	
	right:auto;
	width:12px;
}

#poparrows .lefta
{
	left:40px;
	position:absolute;
	top:7px;
	width:80px;
	color:#999999;
	display:block;
	font-size:11px;
	line-height:13px;
	cursor:pointer;
}

#poparrows .righta
{
	right:40px;
	position:absolute;
	top:7px;
	width:80px;
	color:#999999;
	display:block;
	font-size:11px;
	line-height:13px;
	cursor:pointer;
}



/* killing 300ms touch delay */

html
{
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}



/* svg */

svg
{
	fill: currentColor;
	vertical-align: middle;
	pointer-events: none;
}

.discl
{
	text-transform: uppercase;
}

/* form */


.pageinner a
{
	color:var(--blue);
	text-decoration:none;
	font-weight:600;
}


form
{
	margin:20px auto 0;
}

form label
{
	text-transform:uppercase;
	display:block;
	font-size:13px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

form input[type='text'], form textarea
{
    background-color: #f5eef7;
    border: 1px solid #f5eef7;
	line-height:24px;
    padding: 3px 10px;
    width: 100% !important;
	margin-bottom:20px;
	margin-top:4px;
}

#subhidden
{
	opacity:0.01;
	position:absolute;
	left:-1000px;
}

form .submit
{
		border:1px solid var(--pink);
		border-radius:10px;
		-webkit-border-radius:10px;
		line-height:30px;
		text-align:center;
		display:inline-block;
		margin:0 auto;
		position:relative;
		z-index:1;
		text-transform:uppercase;
		text-decoration:none  !important;
		font-weight:500;
		padding:5px 42px;
    	overflow: hidden;
  		color:var(--pink) !important;
  		background-color: transparent !important;
  				letter-spacing: 1px;
}


form .submit:hover
{
		background-color: var(--pink)  !important;
    	color:#ffffff !important;
}


form textarea
{
	height:120px;
}

form p 
{
	padding-bottom:0 !important;
}

.button-holder
{
	padding-top:20px;
	text-align:center;
}

.right-button-holder
{
	text-align:center;
}

.right-button-holder .button 
{
	min-width:190px;
	margin-bottom:20px;
	margin-top:10px;
}

#errorhold
{
	display:none;
}

#errorholds
{
	color:darkred;
	font-weight:bold;
}	

#sex_holder
{
	margin-bottom:20px;
}

.form-group
{
	position:relative;	
	clear:both;
}

.alert
{
	color:var(--red);
	font-weight:bold;
}

.padding5
{
	padding-top:10px;
	padding-bottom:10px;
}

#hmobileline
{
	display:none;
}

#cookiebar
{
	background: #008eb8; color: #fff; position: fixed; 
	padding: 15px 60px 57px 20px; 
	text-align: left; 
	font-weight: 400;
	bottom:0;
	width:100%;
	z-index:9999999;
}

#cookiebar a
{
	color: #fff;
	text-decoration:underline;
}

#cookiebar button
{
	display:inline-block;
	padding:2px 14px;
	background-color:#ffffff;
	
	border:1px solid #ffffff;
	margin-top:9px;
}

.koppel h3
{
    border-bottom:1px solid var(--blue);
	padding-bottom:5px;
	padding-top:25px;
	font-size:17px;
	clear:both;
	display:block;
}

.kophold 
{
 display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
 align-content: space-between;
 align-items: flex-start;
 margin-bottom:50px;
}

.kophold a
{
	height:108px;
	background-size: auto 75px;
	background-repeat:no-repeat;
	background-position:center;
	border-bottom:1px solid var(--blue);
 	margin: 0px;
 	padding: 5px;
	width:200px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input::-ms-reveal	{ display: none; }
input::-ms-clear	{ display: none; }

button,
input[type='submit']
{
	cursor:pointer;
}

input[type="button"], input[type="submit"]
{
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important;
}

input[type="text"],textarea
{
   -webkit-appearance: none !important;
   -moz-appearance: none !important;
   appearance: none !important;
}



@media only screen and ( max-width: 1200px ) {
	#plogos img {
	    margin: 0 1%;
	    width: 30%;
	}
}

@media screen and (max-width: 520px) and (min-width: 320px) {
	#plogos img {
	    margin: 0 0;
	    width: 100%;
	}
}

.wpcf7-list-item
{
	margin:15px 0 5px;
	position: relative;
	display:block;
}

.wpcf7-list-item .wpcf7-list-item-label
{
	padding-left:26px;
	display:block;
	text-transform: initial !important;
}

.wpcf7-list-item input 
{
	position: absolute;
	left:0;
	top:5px;
}