/*
Theme Name:   ProMuscle
Theme URI:    https://www.rootcase.nl
Author: 	Rootcase
Author URI: https://www.rootcase.nl
Description:  Custom built template
Version: 1.0

*/


body, html {
	margin: 0px;
	padding: 0px;
	font-size: 15pt;
	color: black;
	font-family: 'Roboto', sans-serif;
	line-height: 170%;
	font-weight: 300;
	font-style: normal;
}

.contentcontainer {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}

.contentinner {
	position: relative;
	width: 100%;
	height: 100%;
	background: white;
	padding-bottom: 1em;
	overflow-y: auto;
}


h1 {
	color: #045f96;
	font-weight: 400;
	line-height: 1.3em;	
	margin: 0;
	font-size: 3em;
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-style: italic;
}

h2, h3, h4, h5 {
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-style: italic;
	margin: 0;
	font-size: 1.2em;
}

.top {
	position: relative;
	width: 100%;
}

.topmenu {
	position: absolute;
	right: 2em;
	top:1.5em;
	box-sizing: border-box;
	margin-left:11em;
}

.topmenu a {
	position: relative;
	display: inline-block;
	width: auto;
	color: 	#28a3f9;
	vertical-align: middle;
	padding: .1em .75em;
	box-sizing: border-box;
	border-radius: .5em;
	margin-left: .5em;
	text-align: center;
	transition: background .5s, box-shadow .5s, top .5s, color .5s;
	top:0;
	text-decoration: none;
	cursor: pointer;
}
	
.topmenu a:hover {
	background: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%);
	color: white;
	box-shadow:  0px .25em 0px 0px rgba(0,0,0,0.9);
	top: -.25em;
}

.topmenu .highlight-1, .topmenu .highlight-pf {
	background: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%);
	color: white;
}

	
.topmenu .highlight-1:hover, .topmenu .highlight-pf:hover {
	box-shadow:  0px .25em 0px 0px rgba(0,0,0,0.9);
	top: -.25em;
}


.hamburger {
	height: 1.5em;
	margin-right: 2em;
	margin-top: 2em;
	width: auto;
	float: right;
	cursor: pointer;
}

.hamburger rect {
	fill:#28a3f9;
	transition: fill .5s;
}

.hamburgermenu {
	display: none;
	position: absolute;
	z-index: 9999;
	top:0;
	right: 0;
	left:0;
	bottom: 0;
	box-sizing: border-box;
}

.hamburgeractive .hamburgermenu {
	display: block;
}

.hamburgeroverlay {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0);
	z-index: 10;
	transition: background 1s;
}

.hamburgeractive .hamburgeroverlay {
	background: rgba(0,0,0,.5);
}

.hamburgermenu ul:not(.sub-menu) {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	list-style: none;
	padding: 3em;
	box-sizing: border-box;
	background: white;
	border: 1px solid #28a3f9;
	border-right: 0 !important;
	border-top: 0 !important;
	border-radius: 0 0 0em .5em ;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	float: right;	
	z-index: 10;
}

.hamburgermenu ul li {
	display: block;
	margin-top: 1em;
}

.hamburgermenu ul li a {
	text-decoration: none;
}

.hamburgermenu ul li a:hover, .hamburgermenu ul .current-menu-item a {
	color: #28a3f9;
}

.hamburgermenu ul .current-menu-item a {
	font-weight: bold;
}

.hamburgerclose {
	position: absolute;
	height: 1.5em;
	width: auto;
	float: right;
	fill:#28a3f9;
	z-index: 999;
	cursor: pointer;
	right: 2em;
	top:2em;
	transition: fill .5s;
}

.hamburger:hover rect, .hamburgerclose:hover {
	fill:#8bc53e;
}

.logo {
	position: relative;
	float: left;
	height: 5em;
	width: auto;
	padding: 1em 2em;
	box-sizing: border-box;
}

.logo img {
	display: block;
	vertical-align: middle;
	width:auto;
	height: 100%;
}

.clear {
	clear: both;
}

.section {
	box-sizing: border-box;
	width: 100%;
	z-index: 10;
	position: relative;
	margin-top: 3em;
	max-width: 1500px;
	margin: auto;
}

.section.nomargin {
	margin-top: 2em;
}

.section.introductie, .section.verzonden {
	text-align: center;
}

.section.introductie p, .section.verzonden p {
	margin: 1em 10%;
	font-weight: 500;
}

.section.knoppen, 
.section.grote_knop {
	padding: 0em 25%;
	text-align: center;
	margin-top: 0em;
}

.button {
	position: relative;
	display: inline-block;
	width: 10em;
	background: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%);
	color: white;
	vertical-align: middle;
	padding: .1em .5em;
	box-sizing: border-box;
	border-radius: .5em;
	margin: 1em;
	text-align: center;
	transition: background .5s, box-shadow .5s, top .5s;
	top:0;
	text-decoration: none;
	cursor: pointer;
}

.button:hover {
	box-shadow:  0px .25em 0px 0px rgba(0,0,0,0.9);
	top: -.5em;
}

.button b {
	font-weight: 800;
	display: block;
}

.section.grote_knop .button {
	width: auto;
	padding: 1em;
	background: linear-gradient(135deg, #2e7d32 0%, #8bc53e 50%, #aed581 100%);
	box-shadow:  0px .25em 0px 0px rgba(0,0,0,0.9);
	top: -.5em;
	
}

.section.grote_knop .button:hover {
	background: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%);
	box-shadow:  none;
	top: 0em;
}

.button big {
	font-size: 1.5em;
}

.titel {
	box-sizing: border-box;
	color: #8bc53e;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 2em;
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 2em;
}

.table {
	display: table;
	width: 100%;
	padding: 0 10%;
	box-sizing: border-box;
}

.tr {
	display: table-row;
	width: 100%;
}

.td, .td2 {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
}

.td33 {
	width: 33%;
}

.td2 {
	width:50%;
	vertical-align: top;
}

.tekst_twee_kolommen .td2,
.tekst_met_video .td2 {
	vertical-align: middle;
}

.td2:nth-of-type(odd){
	padding-right: 2em;
}

.td2:nth-of-type(even){
	padding-left: 2em;
}

.tekstinner {
	position: relative;
	width: 100%;
	text-align: left;
}

.volledige_breedte_tekst .tekstinner {
	padding: 0 10%;
	margin: auto;
	box-sizing: border-box;
}

.type-rechts .tekstinner {
	text-align: left;
}

.morelink {
	font-style: italic;
	color: #28a3f9;
}


.videofit {
	margin: auto;
	width: 100%;
	height: auto;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(40%, #656565), color-stop(40%, #000), to(#000));
	background-image: -o-linear-gradient(#000 0%, #656565 40%, #000 40%, #000 100%);
	background-image: linear-gradient(#000 0%, #656565 40%, #000 40%, #000 100%);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.65);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.65);
	border-radius: .5em;
	padding: .5em;
	box-sizing: border-box;
}

.videoWrapper {
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
}

.videoWrapper iframe, .videoWrapper video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.backsvg {
	display: block;
	position: absolute;
	z-index: 0;
}

.backsvg path:nth-of-type(odd){
	fill:#bed2e7;
}

.backsvg path:nth-of-type(even){
	fill:#ddebc7;
}


.floatsvg {
	margin-top: -2em;
	opacity: .25 !important;
}

.floatsvg path:nth-of-type(even){
	fill:#bed2e7;
}

.floatsvg path:nth-of-type(odd){
	fill:#ddebc7;
}

.section.infoblok {
	padding: 0 15%;
	margin: 3em 0;
}

.section.infoblok.style-full {
	padding: 0;
	margin: 3em 0;
}

.section.infoblok .table,
.nieuwsbericht {
	border-radius: .5em;
	padding: 0;
	overflow: hidden;
}


.section.infoblok .table .counter {
	color: white;
	font-weight: 900;
	text-align: center;
}

.section.infoblok .table .td:nth-of-type(odd){
	font-size: 2.5em;
	padding: 0 .5em;
	line-height: 1em;
	width: auto;
}

.section.infoblok .table .td:nth-of-type(even){
	padding: 1em;
}

.section.infoblok p:first-of-type{
	margin-top: 0;
}

.section.infoblok p:last-of-type{
	margin-bottom: 0;
}

.section.infoblok .button {
	margin: 0;
	margin-top: 1em;
	font-weight: 800;
}

.color-primair .table,
.nieuwsbericht {
	border: 1px solid #28a3f9;
	background: #eff8fb;
}


.nieuwsbericht {
	margin: .5em;
}
.nieuwsheader {
	padding: 1em;
	box-sizing: border-box;
	color: white;
	font-weight: bold;
}

.nieuwsdate {
	float: right;
	font-size: .5em;
	color: white;
}

.nieuwscontent {
	padding: 1em;
	padding-top: 0;
	box-sizing: border-box;
}

.color-secundair .table {
	border: 1px solid #8bc53e;
	background: #f9fcf4;
}

.color-primair .table .td:nth-of-type(odd), .color-primair .table .button,
.nieuwsheader {
	background: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%) !important;
}

.color-secundair .table .td:nth-of-type(odd), .color-secundair .table .button {
	background: linear-gradient(135deg, #2e7d32 0%, #8bc53e 50%, #aed581 100%) !important;
}


.color-primair .table p a, .tekstinner strong, .section.tekst_twee_kolommen a, .tekstinner a, .section.volledige_breedte_tekst a, .section.introductie a {
	color: #28a3f9;
}

.color-secundair .table p a {
	color: #8bc53e;
}

.title-rotate {
	position: absolute;
	white-space: nowrap;
	transform-origin: top right;
	transform: rotate(-90deg);
	color: white;
	font-size: .5em;
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-style: italic;
	right: 1.75em;
	top: 1.5em;
}

.section.tekst_twee_kolommen:not(.mapsection) img {
	width: 100%;
	height: auto;
	border-radius: .5em;
	margin: 0;
}

.section.mapsection {
	z-index: 20;
}

.quotes ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #28a3f9;
}

.quotes li {
	display: inline-block;
	position: relative;
	margin-top: 1em;
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.5em;
	max-width: calc(100% - 3em);
	margin-left: 2em;
}

.quotes li::before, .quotes li::after {
	font-size: 3em;
	line-height: 0;
	position: absolute;
	color: #8bc53e;
}


.quotes li::before {
	content: '“';
	top:.5em;
	margin-left:-.75em;
}

.quotes li::after {
	content: '”';
	bottom: -.1em;
	margin-left: .1em;
}

.broncontainer {
	position: relative;
	margin: 2em auto;
	display: block;
	width: 80%;	
}

.broncontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.broncontainer ul li {
	margin: 1em;
	background: white;
	border: 1px solid #8bc53e;
	box-sizing: border-box;
	padding: 1em 2em;
	border-radius: .5em;
	font-size: .9em;
	font-style: italic;
}

.footerinfo {
	position: relative;
	padding: 3em;
	padding-bottom: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 3em;
}

.footerinfo img {
	display: inline-block;
	vertical-align: middle;
	height: 3em;
}

.footerinfo span {
	font-size: .8em;
}

.ctatitel {
	width: 100%;
	text-align: center;
	font-size: 3em;
	margin-bottom: 1em;
	margin-top: 2em;
	color: #8bc53e;
}

.section.volledige_breedte_afbeelding img {
	position: relative;
	display: block;
	width:100%;
	height: auto;
	vertical-align: middle;
}

.section.volledige_breedte_afbeelding .imgcaption {
	padding: 0 3em;
	box-sizing: border-box;
	text-align: center;
	font-size: .9em;
	font-style: italic;
	margin-top: .5em;
}

a {
	text-decoration: underline;
	color: inherit;
}


/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}
 
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
 
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
 
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
 
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
 
a img.alignnone {
	margin: 5px 20px 20px 0;
}
 
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
 
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
 
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
 
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
 
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
 
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
 
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
 
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


#aanbieders {
	position: relative;
	width: 100%;
	height: 60vh;
}



.searchresults .infowindowheader {
	font-size: 1em;
	padding: 0;
	background: none;
	margin-right: 1em;
	width: 100%;
	color: black;
}

.infowindowheader {
	font-size: 1.25em;	
	padding: 1em;
	box-sizing: border-box;
	background: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%);
	color: white;
	font-weight: 400;
}


.infowindowcontent {
	font-size: 1.25em;
	line-height: 170%;	
	padding: 1em;
	box-sizing: border-box;
	font-weight: 300;
}

.searchresults .infowindowcontent {
	font-size: 1em;
	line-height: 130%;
	padding: 0;
}


.infowindowcontent p {
	margin: 0;
}

.infowindowcontent a {
	color: #28a3f9;
}

.searchresults .mapresult {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: .5rem;
	font-size: .75em;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
} 

.gm-style {
	font: 300 13px Roboto, sans-serif;
	line-height: 170% !important;
}

/* .gm-style-iw-d {
	overflow: hidden !important; 
} */

.gm-style .gm-style-iw-c {
	background: rgba(255,255,255,.85);
	border-radius: .5em;
	box-shadow: none;
	color: black;
	max-width: 25em !important;
	padding: 0em !important;
	box-sizing: border-box !important;
}
.gm-style .gm-style-iw-tc::after {
	background: rgba(255,255,255,.85);
	top:.01em;
}

.gm-style .gm-style-iw-d {
	overflow: visible;
}


.searchresults .infowindowheaderlink {
	font-size: 1em;
	color: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%) !important;
	text-decoration: underline;
	padding: 0;
	background: none !important;
	text-align: left;
	margin-left: auto;
	padding-left: .5em;
	display: inline-block;
}

.infowindowheaderlink {
	position: relative;
	color: white !important;
	font-weight: bold;
	display: block;
	padding:.5em 1em;
	box-sizing: border-box;
	height: auto;
	transition: background .5s !important;
	background: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%);
	font-size: 1.25em;
	text-decoration: none;
	line-height: 170%;	
	text-align: center;
}


.infowindowheader span {
	font-size: 1.3em;
	color: white !important;
	top:.1em;
	position: relative;
}



.gm-style .gm-style-iw-c p {
	overflow: hidden;
}

.gm-style .gm-style-iw-c .account_manager_link {
	float: right;
	margin-top: .5em;
}

.gm-style .gm-style-iw-t::after {
	display: none !important;	
}

form label {
	margin-bottom: .25em;
	display: block;
	font-weight: 400;
	margin-top: .5em;
}

form input,
form textarea {
	display: block;
	width: 50%;
	margin: auto;
	padding: .25em .5em;
	box-sizing: border-box;
	background: white;
	border: 1px solid #28a3f9;	
	text-align: center;
	margin-bottom: .25em;
	border-radius: 10em;
	font-size: 1em;
	resize: none;
}

form .gglcptch_v2 {
	display: flex;
	justify-content: center;
}

form input[type='submit'],
.aanmeldform_send {
	display: inline-block;
	width: auto;
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1em;
	padding: 1em;
	border: 0px;
	cursor: pointer;
}

form input[type='radio']  {
	display: inline-block;
	width: auto;
}

form .radio_label {
	display: inline-block;
	width:auto;
}

.formerror {
	border: 2px solid red;
}

form input[type='checkbox']{
	width: auto;
	display: inline-block;
}

.flexcontainer_dashboard {
	position: relative;
	width: 100%;
	padding: 1em 2em;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	display: flex;
	justify-content: space-between;
}

.flexitem {
	position: relative;
	width: 30%;
	border: 1px solid #8bc53e;
	background: rgba(255,255,255,.85);
	padding: 2em;
	box-sizing: border-box;
	border-radius: .5em;
	display: inline-block;
	vertical-align: top;
	display: flex;
	flex-direction: column;
}

.flexitem .button {
	width: 100%;
	margin: 0;
	margin-top: auto;
}

.flexitem.pumpfit {
	border: 1px solid #6b00a3;
	width: calc(40% - 1em);
	background: #e9ddf1;
}

.dashboarditem {
	text-align: center;
	background: #8bc53e10;
}

.dashboarditem h2 {
	color: #8bc53e;
}

.dashboarditem img {
	width: 75%;
	height: auto;
	border-radius: .5em;
}

.dashboardforum ul {
	padding: 0;
	margin: 1em 0;
	list-style: none;
}

.dashboardforum ul li a, .download {
	width: calc((100% - .5em) / 2);
	margin-bottom: .5em;
	transition: color .5s, background .5s;
	padding: .5em 1em;
	border: 1px solid #ccc;
	border-radius: .5em;
	font-size: .85em;
	box-sizing: border-box;
}


.section.downloads .download {
	display: inline-block;
	margin: .5em;
	width: auto;
}

.downloadinner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.dashboardflexinner {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1em;
	justify-content: space-between;
}

.download img {
	height: 1em;
	width: auto;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: .5em;
	margin-top: 0;
}

.resulttable {
	width: 100%;
	text-align: left;
	border-spacing: unset;
	margin-top: 1em;
}

.resulttable tr td {
	border-bottom: 1px solid #ccc;
	padding: .25em 0;
}

.resulttable tr td:nth-of-type(2){
	text-align: right;
}

.result_question {
	font-size: .75em;
	line-height: 140%;
	display: none;
}

.result_theme td:first-of-type {
	font-family: 'Merriweather', serif;
	font-weight: 900;
	font-style: italic;
	margin: 0;
	color: #250773;
}

.result_theme td {
	padding-top: 1em;
	position: relative;
	cursor: pointer;
}

.unfold {
	display: inline-block;
	transition: transform .5s;
}

.result_theme td:hover .unfold, .unfolded .unfold {
	transform: rotate(90deg);
}

.scorehold {
	display: inline-block;
	width: 8em;
	height: 1em;
	border-radius: .5em;
	box-sizing: border-box;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.scorehold span {
	position: absolute;
	font-size: .5em;
	vertical-align: middle;
	left:.5em;
	z-index: 10;
	top:-.75em;
	color: white;
}

.scorehold span:last-of-type {
	right: .5em;
	left: auto;
	color: #ccc;
}

.score {
	font-size: .7em;
	vertical-align: middle;
	line-height: 1.3em;
	background: #250773;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	color: white;
	padding: 0 .25em;
	text-align: right;
	box-sizing: border-box;
	padding-right: .75em;
}

.scoreRound {
	background: #250773;
	color: white;
	border-radius: 100%;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	margin-left: 1em;
}

.lt2 {
	background: #ba3517;
}

.lt3 {
	background: #e5a641;
}

.gt3 {
	background: #15bc60;
}

.bbpress-wrapper {
	padding: 2em 4em;
	z-index: 999;
	position: relative;
}

#bbpress-forums,
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
	font-size: 1em;
	line-height: 170%;
}


.bbpress-wrapper .button {
	border: 0;
}

.vraagcontainer {
	display: block;
	margin-top: 1em;
	padding: .5em 0em;
	border-top: 1px dashed #250773;
	transition: background .25s;
	background:white;
}

.unanswered {
	background: rgba(255,0,0,.1);
	border-radius: .5em;
}

.vraag {
	font-weight: 400;
	text-align: left;
	font-size: 1em;
	line-height: 130%;
	color: #250773;
}

.section.vragenlijst {
	padding: 2em 15%;
}

.section.vragenlijst + .footerinfo {
	margin-top: 0;
	padding-top: 0;
}

.vragenlijst_part {
	margin-top: 2em;
	display: none;
}

.vragenlijst .button {
	margin: 2em auto;
	display: inherit;
}

.vragenlijst_part h2 {
	font-size: 2em;
	margin-bottom: 1em;
}

.scoreitem, .score-header {
	width: calc( 100% / 5);
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.score-header {
	cursor: none;
	position: relative;
}

.score-header div {
	position: absolute;
	white-space: nowrap;
	transform-origin: left bottom;
	transform: rotate(-40deg);
	left: 55%;
	top: 1em;
}
.scoreitem div {
	border-radius: .5em;
	width:2em;
	height: 2em;
	line-height: 2em;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	transition: border .5s, color .5s;
	font-weight: 300;
	cursor: pointer;
	
}

.scoreitem:hover div  {
	border: 1px solid #250773;
}

.scoreitem_selected div {
	border: 1px solid #e245c3;
	background: #e245c3;
	color: white;
}

.scorecontainer {
	margin-top: .5em;
	margin-bottom: 1em;
}

.navigation {
	margin-top: 2em;
}

.nav {
	background: #ccc !important;
	display: inline-block !important;
	margin: 0 !important;
}

.nav.prev {
	float: left;
}

.vragenlijstpart0 .nav.prev {
	display: none !important;
}

.nextVragenlijst:not(.startVragenlijst), .vragenlijstAfronden {
	float: right;
	margin: 0 !important;
}

.voortgang {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	background: #f6eff9;
	color: white;
	border-radius: .5em;
	overflow: hidden;
	font-size: .8em;
	margin-bottom: 2em;
}

.voortgang-percentage {
	background: linear-gradient(135deg, #4a0073 0%, #6b00a3 50%, #b64fc8 100%);
	padding: .25em 1em;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 0 1em 1em 0;
	text-align: right;
}


/* PUMPFIT colors */

.pumpfit h1, 
.pumpfit .hamburgermenu ul li a:hover, 
.pumpfit .hamburgermenu ul .current-menu-item a,
.pumpfit .morelink,
.pumpfit .color-primair .table p a, 
.pumpfit .tekstinner strong, 
.pumpfit .section.tekst_twee_kolommen a, 
.pumpfit .tekstinner a, 
.pumpfit .section.volledige_breedte_tekst a, 
.pumpfit .section.introductie a,
.pumpfit .quotes ul,
.pumpfit h2 {
	color: #250773;
}

.pumpfit .color-secundair .table p a,
.pumpfit .quotes li::before, 
.pumpfit .quotes li::after,
.pumpfit .ctatitel {
	color: #e245c3;
}

.pumpfit .hamburgermenu ul:not(.sub-menu),
.pumpfit .color-primair .table {
	border: 1px solid #6b00a3;
}


.pumpfit .color-secundair .table,
.pumpfit .broncontainer ul li {
	border: 1px solid #e245c3;
}

.pumpfit .button,
.topmenu .highlight-pf {
	background: linear-gradient(135deg, #4a0073 0%, #6b00a3 50%, #b64fc8 100%);
}


.pumpfit .color-primair .table .td:nth-of-type(odd), 
.pumpfit .color-primair .table .button {
	background: #6b00a3 !important;
}

.pumpfit .color-secundair .table .td:nth-of-type(odd), 
.pumpfit .color-secundair .table .button {
	background: #e245c3 !important;
}

.pumpfit .hamburger rect, 
.pumpfit .hamburgerclose{
	fill:#6b00a3;
}

.pumpfit .hamburger:hover rect, 
.pumpfit .hamburgerclose:hover {
	fill:#e245c3;
}

.pumpfit .backsvg path:nth-of-type(odd),
.pumpfit .floatsvg path:nth-of-type(even){
	fill:#fdf3fb;
}

.pumpfit .backsvg path:nth-of-type(even),
.pumpfit .floatsvg path:nth-of-type(odd){
	fill:#f6eff9;
}

.accounttable {
	border-spacing: unset;
	width: 100%;
}

.error {
	padding: 1em .25em;
	border-radius: .5em;
	box-sizing: border-box;
	background: #ba3517;
	color: white;
	text-align: center;
	margin-bottom: .25em;
}

.msg {
	padding: 1em .25em;
	border-radius: .5em;
	box-sizing: border-box;
	background: #15bc60;
	color: white;
	text-align: center;
	margin-bottom: .25em;
}


.accountlink {
	padding: 0;
	background: none !important;
	box-shadow: none !important;
}
.accountlink svg {
	display: inline;
	height: 2em;
	width: auto;
	vertical-align: middle;
	fill:#28a3f9;
	transition: fill .5s;
}

.accountlink:hover svg {
	fill:#8bc53e;
}

.handleidinglink {
	margin-left: 0 !important;
}

.postcodesearch {
	padding: 1em;
	border-radius: .5em;
	border: 1px solid #ccc;
}

.popup_container {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 99999999999;
	padding: 2em;
	box-sizing: border-box;
}

.popupback {
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,.95);
	z-index: 0;
}

.popup_inner {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.popup_valign {
	display: table-cell;
	vertical-align: middle;
	padding: 2em;
}

.aanmeldform_form_wrap {
	text-align: center;
	width: 50%;
	margin: auto;
}

.aanmeldform_form_wrap h2 {
	margin-bottom: 1em;
	color: #28a3f9;
}

.aanmeldform_send {
	background: linear-gradient(135deg, #045f96 0%, #28a3f9 50%, #4adede 100%);
	color: white;
	border-radius: .5em;
	margin-top: 1em;
	transition: background .5s;
}

.popup_close {
  position: absolute;
  right: 2em;
  top: 2em;
  font-size: .9em;
  color: #8bc53e;
  cursor: pointer;
  transition: color .5s;
  z-index: 20;
 }
 
 .popup_close svg {
   fill: #8bc53e;
   vertical-align: middle;
   margin-left: .5em;
   height: 2em;
   position: relative;
   top: -.1em;
   width: auto;
   transition:fill .5s;
}

.popup_close:hover {
	color: #28a3f9;
}

.popup_close:hover svg {
	fill: #28a3f9;
}

.section.implementatieprogress {
	margin-top: 1em;
	background: none;
	vertical-align: middle;
}

.section.implementatieprogress p {
	padding: 0 3em;
	color: black;
}

.progress_container {
	position: relative;
	width: 30%;
	margin-top: 2em;
}

.progresshold {
	position: relative;
	display: inline-block;
	width: calc(60% - 2em);
	margin-left:6em;
	box-sizing: border-box;
	border-radius: .5em;
	background: white;
	border: 1px solid #ccc;
	height: 3em;
	line-height: 3em;
	font-size: .5em;
	color: white;
	margin-right: 1em;
	vertical-align: middle;
	margin-bottom: .25em;
}

.progresscat {
	position: absolute;
	left: 100%;
	top: auto;
	vertical-align: middle;
	white-space: nowrap;
	color: #878789;
	margin-top: -2em;
	font-size: 1.5em;
	margin-left: .5em;
}

.implementatieprogress_bar {
	border-radius: .5em;
	background: #15bc60;
	height: 3em;
	line-height: 3em;
	text-align: right;
	padding-right: .5em;
	box-sizing: border-box;
	display: block;
	width: 3em;
	min-width: 3em;
	transition: width .5s;
	font-size: 1em;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.nonpriobars .implementatieprogress_bar {
	background: #878789;
}

.totaal-bar {
	background: #6b00a3
}
.implementatieprogress strong {
	color: #6b00a3;
	font-weight: 700;
}

.implementatietool h1 {
	margin-left: 1.2em;
	margin-bottom: 1.2em;
}

.pf_table {
	position: relative;
	display: table;
	width: 100%;
	padding: 3em;
	padding-top: 0;
	box-sizing: border-box;
}

.pf_row {
	display: table-row;
}

.pf_cell {
	display: table-cell;
}

.pf_themas {
	width: 33%;
	padding-right: 1em;
}

.pf_themas h3 {
	margin-bottom: .5em;
}

.pf_todos {
	width: auto;
	position: relative;
}

.pf_flow_container {
	display: block;
	position: relative;
	width:100%;
	box-sizing: border-box;
	height: auto;
}

.section.implementatietool {
	margin-top: 3em;
	z-index: 99999;
}

.implementatietool h2 {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	font-size: 2em;
	margin-bottom: 1em;
	color: #e245c3;
	width: 100%;
	text-align: center;
}

.implementatietool p {
	padding: 0 3em;
}

.implementatietool strong {
	color: #6b00a3 !important;
	font-weight: bold;
}

.implementatietool .faseindicator {
	color: #e245c3;
	font-weight: bold;
}

.pf_fase_ruler {
	position: relative;
	width: 65%;
	padding-right: 3em;
	box-sizing: border-box;
}

.pf_fase_ruler .ruler {
	width: 100%;
	height: auto;
	vertical-align: middle;
	z-index: 10;
	position: relative;
}

.pf_fase_ruler .arrowhold {
	position: relative;
	widows: initial;
	height: 4em;
	vertical-align: middle;
	margin-left: 6.5%;
	margin-bottom: 0.3%;
	box-sizing: border-box;
	z-index: 30;
	width: 92.3%;
}

.pf_fase_ruler .arrow {
	width: auto;
	height: 3em;
	vertical-align: middle;
	left:0;
	position: absolute;
	bottom:0;
	transition: left .5s;
}




.page-id-135 .floatsvg path:nth-of-type(even){
	fill:#dedbe9;
}

.page-id-135 .floatsvg path:nth-of-type(odd){
	fill:#f8e5f5;
}

.catselect {
	display: block;
	position: relative;
	margin-bottom: .25em;	
	cursor: pointer;
}

.catselect:hover .check {
	background: #f8e5f5;
}

.catfiltered {
	font-weight: bold;
	color: #6b00a3;
}

.check {
	display: inline-block;
	width:1em;
	height: 1em;
	border-radius: .25em;
	border: 1px solid #6b00a3;
	vertical-align: middle;
	margin-right: 1em;
	position: relative;
	transition: background .25s;
}



.check svg {
	width: 1.25em;
	height: auto;
	left:-.1em;
	vertical-align: middle;
	position: absolute;
	fill:#15bc60;
	opacity: 0;
	transition: opacity .25;
}

.catfiltered .check svg {
	opacity: 1;
}


.moretasks {
	position: relative;
	display: block;
	width: 10em;
	background: #e245c3;
	color: white;
	vertical-align: middle;
	padding: .5em;
	box-sizing: border-box;
	border-radius: .5em;
	text-align: center;
	margin: 0 auto;
	transition: background .5s, box-shadow .5s, top .5s;
	top:0;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 1em;	
}

.moretasks:hover {
	background: linear-gradient(135deg, #4a0073 0%, #6b00a3 50%, #b64fc8 100%);
	box-shadow:  0px -.25em 0px 0px rgba(0,0,0,0.9);
	top: .5em;
}

.temphidden {
	height: 0;
	overflow: hidden;
}

.strat_wrap_seps {
	padding: .25em;
	background: linear-gradient(135deg, #4a0073 0%, #6b00a3 50%, #b64fc8 100%);
	padding: .25em 2em;
	display: inline-block;
	border-radius: .5em;
	color: white;
	margin-bottom: 1em;
}

.strat_wrap {
	position: relative;
	margin-bottom: 2em;
}

.strat_wrap.completedStrat {
	opacity: .5;
}


.strat_wrap.completedStrat * {
	text-decoration: line-through;
}

.strat_wrap h3 {
	color: rgba(107,0,163,.6);
	cursor: pointer;

}

.strat_wrap.strat_folded .strat_folder {
	display: none;
}
.strat_wrap.strat_unfolded .strat_folder {
	display: block;
}

.strat_wrap h3 span {
	display: inline-block;
	width:1em;
	font-style: normal;
	transform-origin: center center;
	color: #e245c3;
	transition: transform .25s;
}

.strat_wrap h3:hover span {
	transform: rotate(90deg);
}

.strat_wrap.strat_unfolded h3 span {
	transform: rotate(90deg);
}


.todo_item {
	display: table;
	width:100%;
	border-radius: .25em;	
	box-sizing: border-box;
	cursor: pointer;
	transition: opacity 1s, box-shadow .25s, transform .25s;
	opacity: 1;
	margin-top: .5em;
}

.todo_expl {
	font-weight: bold;
}

.todo_mark,
.todo_title,
.todo_info {
	display: table-cell;
	vertical-align: top;
}

.todo_mark { 
	width: 2em;
	position: relative;
	transition: background .25s;
	cursor: pointer;
}

.todo_mark svg {
	position: relative;
	fill:rgba(107,0,163,.6);
	top:-.2em;
	margin-left:-.2em;
	width: 1.5em;
	height: auto;
	opacity: 0;	
	transition: opacity .25s;
	cursor: pointer;
}

.mark_box {
	position: relative;
	vertical-align: middle;
	margin-top: .2em;
	width: 1em;
	height: 1em;
	border-radius: .2em;
	border: 1px solid rgba(107,0,163,.6);
	background: rgba(255,255,255,.5);
}

.finished .todo_mark .mark_box {
	background: rgba(107,0,163,.2);
}

.finished .todo_mark .mark_box svg {
	fill: rgba(107,0,163,1);
}

.unfolded .todo_mark:hover svg,
.finished .todo_mark svg {
	opacity: 1;
}


.todo_item.finished{
	background: white !important;
}
.finished .todo_title, 
.finished .todo_mark,
.finished .todo_info {
	opacity: .25;
	transition: opacity .25s;
}

.todo_item:hover .todo_info {
	background: rgba(107,0,163,1);
}

.todo_info {
	width: 1.5em;
	position: relative;
	text-align: center;
	vertical-align: middle;
	transition: background .25s;
	background: #e245c3;
	opacity: 1;
	display: inline-block;
	margin-left: .5em;
	height: 1.5em;
	border-radius: 100%;
}

.todo_info svg {
	position: relative;
	height: 1em;
	vertical-align: middle;
	top:-.2em;
	width: auto;
	fill:white;
}

.todo_tags {
	display: inline-block;
	vertical-align: middle;
}

.strat_cats {
	position: relative;
	float: right;
}

.strat_cats div,
.todo_tags div {
	position: relative;
	display: inline-block;
	padding: .5em;
	border-radius: .5em;
	font-size: .75em;
	line-height: 1em;
	background: #f6eff9;
	color: #6b00a3;
	margin-left: .5em;
	vertical-align: top;
}



.todo_item:hover {
/* 	box-shadow: 1px 1px 7px rgba(0,0,0,.25); */
}

.todo_item.unfolded {
/* 	box-shadow: 2px 2px 15px rgba(0,0,0,.5); */
/* 	transform: scale(1.05); */
	opacity: 1 !important;
}

.unfolded .todo_title, 
.unfolded .todo_mark,
.unfolded .todo_info{
	opacity: 1 !important;
}


.todo_unfold {
	line-height: 200%;
 	display: none; 
	 border-left: .15em solid #6b00a3;
}

.todo_item.unfolded .todo_unfold {
	display: block;
}

.todo_unfold p {
	padding: 1em;
}

.todo_unfold table {
	width: 100%;
	padding: 1em;
	box-sizing: border-box;
	border-collapse: collapse;
}

.todo_unfold table td {
	padding: .5em;
}

.todo_unfold table tr:first-of-type td {
	font-weight: bold;
	color: #6b00a3;
}

.todo_unfold table tr:nth-of-type(even) td{
	background:rgba(107,0,163,.1);
}

.todo_unfold table tr:nth-of-type(odd) td{
	background:rgba(107,0,163,.3);
}

.todo_downloads {
	padding: 1em;
	padding-top: 0;
}

.todo_downloads b {
	display: block;
	margin-bottom: .5em;
}
.todo_downloads .download:hover {
	background: linear-gradient(135deg, #4a0073 0%, #6b00a3 50%, #b64fc8 100%);
}



.invul_table_wrap {
	position: relative;
	width: 100%;
	padding: 1em;
	padding-top: 0;
	box-sizing: border-box;
}


.invul_table_wrap tr {
	border-collapse: collapse;
}

.invul_table_wrap tr td {
	padding: 0em;
}

.invulrij {
	border-right: 1px solid #ccc;
}

.invul_table_wrap tr td input {
	display: block;
	position: relative;
	width: 100%;
	height: 3em;
	padding: .5em;
	box-sizing: border-box;
	background: white;
	border:0px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.invul_table_wrap tr td input:focus {
	outline: none;
}

.interactive {
	display: inline-block;
	padding: 0 1em;
	border-radius: .5em;
	box-sizing: border-box;
	font-size: .75em;
	background: linear-gradient(135deg, #4a0073 0%, #6b00a3 50%, #b64fc8 100%);
	color: white;
	margin-top: 1em;
	margin-right: 1em;
	transition: background .25s;
	cursor: pointer;
}


.invul_table_wrap.loading .interactive,
.interactive.inactive {
	pointer-events: none !important;
	background: #ccc;
}

.datum_input {
	display: none;
}

.datum_input input {
	padding: 0;
	box-sizing: border-box;
	border: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 170%;
	font-size: 1em;
	font-weight: 300;
}

.system_message {
	position: relative;
	width: 50%;
	height: auto;
	margin: auto;
	  margin-top: auto;
	background: white;
	padding: 2em;
	border-radius: .5em;
	margin-top: 2em;
	text-align: center;
}


.referenties_container {
	display: block;
	width: 100%;
	vertical-align: middle;
	
}
.referenties_container img {
	width: calc(100%/3 - 4em);
	height: auto;
	margin-right: 1em;
	vertical-align: middle;
	margin-top: 1em;
}


.stratintro {
	margin: .25em 0em .5em 0;
	font-style: italic;
}

.acties_wrap {
	display: table;
	width:100%;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	border-radius: .5em;	
	overflow: hidden;
	box-sizing: border-box;
	cursor: pointer;
	transition: opacity 1s, box-shadow .25s, transform .25s;
	opacity: 1;
	box-shadow: 1px 1px 10px rgba(0,0,0,0);
	transform: scale(1);
	background: white;
}

.pf_todo_timeindication b {
	font-size: .8em;
	margin: .5em 0;
}

.todo_content_wrap {
	padding: .5em;
}

.acties_wrap .todo_mark_actie {
	background: rgba(107,0,163,.6);
	border-color:rgba(107,0,163,.6);
	vertical-align: top !important;	
	padding-top: .5em;
}

.acties_wrap.completed .todo_mark_actie {
	background: linear-gradient(135deg, #2e7d32 0%, #8bc53e 50%, #aed581 100%);
	border-color:#8bc53e;
}

.acties_wrap .todo_mark_actie .mark_box {
	left:.5em;
}

.acties_wrap .todo_mark_actie span {
	font-size: 2.5em;
	box-sizing: border-box;
	position: relative;
	left: 0;
	font-weight: bold;
	color: white;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	text-align: center;
	width: 100%;
}


.pf_todo_timeindication b {
	display: block;
	margin-top: 1em;
	text-align: left;
}

.pf_todo_timeindication.pf_todo_86 b {
	color: rgba(107,0,163,.4);
}

.pf_todo_timeindication.pf_todo_64 b {
	color: rgba(107,0,163,.6);
}

.pf_todo_timeindication.pf_todo_40 b {
	color: rgba(107,0,163,.8);
}

.pf_todo_timeindication.pf_todo_implementatie b {
	color: rgba(107,0,163,.9);
}

.pf_todo_timeindication.pf_todo_borging b {
	color: rgba(107,0,163,1);
}

.filtertoggle {
	position: fixed;
	left:0;
	top:50vh;
	z-index: 99999999;
	padding: .75em 1em;
	border-radius: 0 0 .25em .25em;
	text-align: center;
	font-size: .8em;
	background: linear-gradient(135deg, #4a0073 0%, #6b00a3 50%, #b64fc8 100%);
	transform: rotate(-90deg);
	transform-origin: top left;
	color: white;
	transition: padding .25s, background .25s;
	line-height: 1em;
	cursor: pointer;
}

.filtertoggle:hover {
	padding-top: 1.5em;
}

.filtertoggle.active {
	background: #e245c3;
}

.filtertoggle svg {
	height: 1em;
	width: auto;
	fill:white;
	display: inline-block;
}

.fitlerhold {
	display: table-cell;
}

.fitlerhold.folded {
	display: none;	
}

.fitlerhold h2 {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 1em;
	color: #e245c3 !important;
	width: 100%;
	text-align: left;
	display: block;
}

.partners {
	text-align: center;
	font-size: .8em;
	margin-top: 1em;
}

.partners .flexcontainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	padding: 0 4em;
	box-sizing: border-box;
}

.partners .flexcontainer img {
	height: 3em;
	margin: .5em;
	width: auto;
}

p:empty {
	display: none;
}

.visual img {
	width: 100%;
	height: auto;
	margin-bottom: 2em;
}