/* CSS Document */

/*RESET*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
p address,
big,
cite,
code,
del,
dfn,
gz em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
}

body {
	overflow-y: scroll;
}

/* HTML5 display-role reset for older browsers */

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

body {
	-webkit-text-size-adjust: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	display: block;
	max-width: 100%;
}

iframe {
	max-width: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.row > .container,
#zoek-balk > .container {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

[class^="col-"] {
	padding: 0 15px;
	background-clip: content-box;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.veelgestelde-vragen .accordion-list li:first-of-type {
	margin-top: 0;
}

.fixed .menu {
	margin-top: 0 !important;
}

/* Cookies */
.cookie-popup {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: rgba(255, 255, 255, 0.85);
	z-index: 9999;
	opacity: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 15px;
}
.cookie-popup-container {
	width: 100%;
}
.cookie-popup-container p {
	color: #333333;
	font-size: 15px;
	font-family: inherit;
	text-align: center;
}
.heldr-site .cookie-popup-container a {
	color: #00b4d1;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
	width: 100%;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	width: 100%;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	width: 100%;
}

.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
	width: 100%;
}

.accordion-body {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
	width: 100%;
}

/* VERSLAVINGSZORG STYLING */
.verslaving-site .logo-vvg {
	position: fixed;
	top: 0px;
	width: 60px;
	padding-bottom: 31.5px;
}
.verslaving-site .white-bg {
	background-color: #fff !important;
}
.verslaving-site .logo {
	width: 432px;
	padding-bottom: 31.5px;
}
.verslaving-site .logo-vvg {
	width: 60px;
	position: fixed;
	z-index: 9999999999999999999999;
}
.verslaving-site .logo-vvg-small {
	display: block;
	position: fixed;
	width: 30px;
}
.verslaving-site .hide {
	display: none;
}

.verslaving-site .header .logo-bar .keurmerk {
	display: none;
}
.verslaving-site .white-button {
	background: #ffcb05;
	color: #000000;
}
.verslaving-site .white-button:hover {
	color: #00b4d1;
}
.verslaving-site a {
	color: #00b4d1;
}
.verslaving-site h2,
.verslaving-site .galerij h2,
.verslaving-site .ervaringen h2 {
	color: #787170;
}
.verslaving-site .column-button img {
	width: 29px;
	height: 29px;
}
.verslaving-site .icoon::after {
	display: none;
}
.verslaving-site .info .icoon {
	margin: 0 !important;
	height: 150px;
	width: 150px;
}
.verslaving-site .info {
	background: rgba(0, 180, 209, 0.1);
}
.verslaving-site .info h3 a {
	color: #787170;
}
.verslaving-site .footer {
	background: rgba(221, 217, 214, 0.3);
}
.verslaving-site .footer .erkend img {
	display: none;
}
.verslaving-site .footer .over div {
	width: calc(100% - 90px);
	display: block;
	float: left;
}
.verslaving-site .footer .over div .footer-facebook {
	width: 100%;
	line-height: 31px;
}
.verslaving-site .footer .over div .footer-facebook a {
	color: #346da6;
	line-height: 31px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI2MHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA2MCA2MCIgd2lkdGg9IjYwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZWZzLz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJmbGF0IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgaWQ9ImZhY2Vib29rIj48cGF0aCBkPSJNMzAsNjAgQzQ2LjU2ODU0MzMsNjAgNjAsNDYuNTY4NTQzMyA2MCwzMCBDNjAsMTMuNDMxNDU2NyA0Ni41Njg1NDMzLDAgMzAsMCBDMTMuNDMxNDU2NywwIDAsMTMuNDMxNDU2NyAwLDMwIEMwLDQ2LjU2ODU0MzMgMTMuNDMxNDU2Nyw2MCAzMCw2MCBaIiBmaWxsPSIjMzQ2REE2IiBpZD0iRmFjZWJvb2siLz48cGF0aCBkPSJNMjUuNDYyMjIzOSw0Ny4zMTQzMTMgTDI1LjQ2MjIyMzksMjkuOTk4OTYxMyBMMjEuOTQzMjg4OSwyOS45OTg5NjEyIEwyMS45NDMyODg5LDI0LjI1OTM1NjMgTDI1LjQ2MjIyMzksMjQuMjU5MzU2MyBMMjUuNDYyMjIzOSwyMC43ODgzODY0IEMyNS40NjIyMjM5LDE2LjEwNjY0MjIgMjYuODYxOTk0OCwxMi43MzA2MTkgMzEuOTg4MTAyMywxMi43MzA2MTkgTDM4LjA4NjM1OTUsMTIuNzMwNjE5IEwzOC4wODYzNTk1LDE4LjQ1ODQ0IEwzMy43OTIyNTQ2LDE4LjQ1ODQ0IEMzMS42NDE4OTQ0LDE4LjQ1ODQ0IDMxLjE1MTg3MzcsMTkuODg3Mzc2MyAzMS4xNTE4NzM3LDIxLjM4Mzc2MDkgTDMxLjE1MTg3MzcsMjQuMjU5MzU1MyBMMzcuNzY5NDIzMSwyNC4yNTkzNTU4IEwzNi44NjYxNzI4LDI5Ljk5ODk2MTMgTDMxLjE1MTg3MzcsMjkuOTk4OTYxMyBMMzEuMTUxODczNyw0Ny4zMTQzMTIzIEwyNS40NjIyMjM5LDQ3LjMxNDMxMyBaIiBmaWxsPSIjRkZGRkZGIi8+PC9nPjwvZz48L3N2Zz4=");
	background-repeat: no-repeat;
	padding-left: 40px;
	background-size: 31px 31px;
	background-position: top left;
	height: 31px;
	display: block;
}
.verslaving-site .footer .over div .footer-facebook a:hover {
	color: #174c80;
	text-decoration: underline;
}
.verslaving-site .ervaringen.no-bubble {
	background: rgba(0, 180, 209, 0.1);
	background-image: none;
}
.verslaving-site .meerbutton span {
	display: none;
}
.verslaving-site .footer .zorgkaart {
	padding: 15px;
}
.verslaving-site .footer .zorgkaart img {
	display: block;
	width: auto;
}
.verslaving-site .zkn-widget-body p {
	font-size: inherit;
}
.verslaving-site .zkn-widget-type-3 {
	max-width: 100%;
}
.verslaving-site .cta {
	border-radius: 20px;
	background-color: #007c9d;
	color: white;
	font-weight: 700;
	padding: 10px 20px;
	display: inline-block;
}
.verslaving-site .vragen-verslavingszorg-intro {
	padding: 30px 15px 0px 15px !important;
}
.verslaving-site .vragen-verslavingszorg-intro h2 {
	color: #00afcc;
}
.verslaving-site .vragen-verslavingszorg {
	padding: 0px 0px 30px 0px !important;
	display: flex;
	flex-wrap: wrap;
}
.verslaving-site .vragen-verslavingszorg .item {
	margin: 15px 0px !important;
}
.verslaving-site .vragen-verslavingszorg .item .inhoud {
	background-color: #e5f4f7;
	border-radius: 20px;
	height: 100%;
	/* display: flex; */
	flex-wrap: wrap;
	padding: 20px;
}
.verslaving-site .vragen-verslavingszorg .item .inhoud h3 a {
	color: #707070;
}
.verslaving-site .vragen-verslavingszorg .item .inhoud p {
	margin-bottom: 15px;
}

.verslaving-site .quote-container {
	width: 100%;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	font-size: 14px;
	color: #9e9e9e;
	line-height: 20px;
	font-style: italic;
}
.verslaving-site .quote-left {
	width: 80px;
}
.verslaving-site .quote-left img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #cccccc;
	margin-left: 20px;
}

.verslaving-site .quote-right {
	width: calc(100% - 80px);
}
.verslaving-site .quote-right strong {
	display: block;
	clear: both;
	color: #007c9d;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
}
.verslaving-site .quote-full {
	width: calc(100% - 20px);
	margin-left: 20px;
}
.verslaving-site .quote-full strong {
	display: block;
	clear: both;
	color: #007c9d;
	font-weight: 700;
	font-size: 15px;
	font-style: normal;
}
.verslaving-site .side-quote blockquote {
	padding: 15px;
	background-color: #00b4d1;
	margin: 0px;
	padding: 0px;
	font-size: 23px;
	line-height: 30px;
	font-style: italic;
	color: white;
	font-weight: 600;
}
.verslaving-site footer p {
	margin-bottom: 20px;
}
.verslaving-site .side-quote blockquote span {
	padding: 20px;
	display: block;
	min-height: 110px;
}
.verslaving-site .side-quote blockquote:after {
	content: "";
	height: 26px;
	display: block;
	background-image: url("../../images/subsite/verslaving-quote.png");
	background-position: 45px 0px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.verslaving-site .zelftest .beschrijving p {
	font-weight: normal;
	margin-bottom: 20px;
}
.verslaving-site .zelftest .formulier .form-group {
	width: calc(100% - 15px);
	float: left;
	margin-top: 0px;
}
.verslaving-site .umbraco-forms-form {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.verslaving-site .umbraco-forms-form .flex-box small {
	display: none !important;
}
/* NEURO SPECIFIC STYLING */
.neuro-site .ervaringen.no-bubble,
.heldr-site .ervaringen.no-bubble {
	background: rgba(221, 217, 214, 0.3);
	background-image: none;
}
.neuro-site .accordion-list li > a {
	background: url("../../images/subsite/red-arrows.svg");
	background-repeat: no-repeat;
	padding-left: 25px;
	background-size: 8.62px 8.91px;
	background-position: center left;
}
.neuro-site a {
	color: #aa1e2f;
}
.neuro-site h2 {
	color: #787170;
}
.neuro-site .icoon {
	width: 180px;
	height: 170px;
}
.neuro-site .icoon::after,
.korsakov-site .icoon::after,
.heldr-site .icoon::after {
	background: none !important;
}
.heldr-site .icoon:hover,
/* .neuro-site a.linkicoon:hover .icoon, */
.neuro-site .diensten a.withlink:hover .icoon {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	/*padding-bottom: 15px;*/
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.heldr-site .links a {
	color: #007c9d;
}
.neuro-site .diensten .icoon {
	width: 178px;
	height: 167px;
}
.neuro-site .diensten .icoon:after {
	background: none;
}
.neuro-site .logo {
	//margin-top: -29px;
	width: 341px;
}
.neuro-site .mobile-logo {
	max-width: 341px;
}
.neuro-site .header .row.fixed .menu .responsive-menu ul li.logo-small {
	width: 40px;
}
.neuro-site .hero:before,
.neuro-site .hero:after {
	content: "";
	background: none !important;
}
.neuro-site .column-button img {
	width: 29.34px;
	height: 41px;
	display: block;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
.neuro-site .meerbutton span {
	display: none;
}
.neuro-site .accordion-list li.active > a {
	color: #aa1e2f;
	background: url("../../images/subsite/red-arrows-down.svg");
	background-repeat: no-repeat;
	background-size: 8.62px 8.91px;
	background-position: center left;
}

/* KORSAKOV SPECIFIC STYLING */
.korsakov-site .column-button img {
	width: 29.4px;
	height: 34px;
	display: block;
	vertical-align: middle;
}

.korsakov-site .logo,
.korsakov-site .mobile-logo {
	width: 370px;
}

.korsakov-site .header .row.fixed .menu .responsive-menu ul li.logo-small {
	width: 70px;
	margin-right: 15px;
}

.korsakov-site .header .row.fixed .menu .responsive-menu ul li.logo-small img {
	width: 70px;
}

.neuro-site .header .fixed.row .menu .responsive-menu ul li.logo-small img {
	width: 40px;
}

.heldr-site .header .fixed.row .menu .responsive-menu ul li.logo-small img {
	width: 25px;
}

/*.korsakov-site .logo-bar-container {
	max-height: 73px;
	background: #ccc;
}*/

.menu {
	background: #eee;
}

/* HELDR SPECIFIC */
.heldr-site .header .logo-bar {
	margin-top: 0;
}
.heldr-site .logo,
.heldr-site .mobile-logo {
	width: 227px;
	margin-top: -13px;
	margin-bottom: 7px;
}

.heldr-site .hero:before,
.heldr-site .hero:after {
	content: "";
	background: none !important;
}

.heldr-site .header .row.fixed .menu .responsive-menu ul li.logo-small {
	width: 25px;
	margin-right: 15px;
	padding-top: 4px;
}

.side-subnav li {
	padding: 10px 0;
}

.side-subnav li a {
	color: #787170;
}

.side-subnav li ul {
	padding-left: 15px;
}

.side-subnav li ul li {
	padding-left: 15px;
	background: url("../../images/subsite/subnav-arrow.svg");
	background-position: left 11px;
	background-repeat: no-repeat;
	background-size: 8.62px 8.91px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.side-subnav li ul li:hover {
	background: url("../../images/subsite/subnav-active-arrow.svg");
	background-position: left 11px;
	background-repeat: no-repeat;
	background-size: 8.62px 8.91px;
}

.side-subnav li.current > a {
	font-weight: 900;
	color: #0f7f95;
	display: block;
	padding-bottom: 7px;
}

.side-subnav li.current > a:last-child {
	padding-bottom: 0;
}

.side-subnav li:hover > a {
	color: #0f7f95;
}

.breadcrumb {
	padding-top: 25px;
	margin-bottom: 15px;
}

.breadcrumb li {
	display: inline-block;
	margin-right: 7px;
	padding-right: 18px;
	color: #787170;
	font-size: 16px;
	position: relative;
	text-transform: lowercase;
	word-break: break-all;
}

.breadcrumb li:after {
	content: "";
	position: absolute;
	width: 9px;
	height: 9px;
	right: 0;
	top: 5px;
	background: url("../../images/subsite/subnav-arrow.svg");
	background-size: 8.62px 8.91px;
	background-position: center;
	background-repeat: no-repeat;
}

.breadcrumb li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}

.breadcrumb li:last-of-type:after {
	background: none;
}

.breadcrumb li a {
	color: #787170;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.spacer-blok {
	display: block;
	width: 100%;
	height: 30px;
}

.content-vlak .titel h1 {
	font-weight: 900;
	font-size: 25px;
	color: #00afcc;
}

.info + .faq,
.ervaringen + .faq {
	margin-top: 30px;
}

.content-vlak .titel h2 {
	font-weight: 700;
	font-size: 22px;
	color: #00afcc;
	padding: 10px 0;
}
.content-vlak .titel h2.grey {
	color: #787170;
}

.content-vlak .intro p {
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	color: #00afcc;
}

.content-vlak .intro .read-privacyverklaring {
	font-size: 20px;
	font-weight: 500;
	margin-top: 5px;
}

.content-vlak .intro .read-privacyverklaring a {
	text-decoration: underline;
}

.grid-section [class^="col-"] {
	padding: 0;
}

.grid-section .row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 10px 0;
}

.grid-section p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 25px;
}

.grid-section a {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	text-decoration: underline;
}

.grid-section a:hover {
	color: #00afcc;
}

.grid-section li {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	margin-bottom: 5px;
	background: url("../../images/subsite/grid-list-style-img.svg");
	background-size: 8px 9px;
	background-position: left 8px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.grid-section ol li {
	background: none;
	padding-left: 5px;
}

.grid-section strong {
	font-weight: 600;
}

.grid-section em {
	font-style: italic;
}

.grid-section ul {
	margin-bottom: 25px;
}

.grid-section ol {
	list-style-type: decimal;
	margin-bottom: 25px;
	padding-left: 15px;
}

.grid-section iframe {
	max-width: 100%;
}

.grid-section h2 {
	font-size: 22px;
	font-weight: 900;
	line-height: 26px;
	color: #787170;
	padding-bottom: 4px;
}

.grid-section h3 {
	font-size: 17px;
	font-weight: 900;
	line-height: 26px;
	color: #00afcc;
	padding-bottom: 4px;
}

.neuro-site .info .block--icon {
	display: flex;
	flex-direction: column;
	justify-content: left;
}

.info .block--icon {
	//border: 1px solid red;
}

.info .block--icon a {
	align-self: flex-start;
	inline-size: 100%;
}

.icoon {
	display: flex;
	position: relative;
	width: 109px;
	height: 121px;
	font-size: 36px;
	color: #b7176f;
	justify-content: center;
}

.info .block--icon .icoon {
	margin-block-end: 0 !important;
}

.icoon::after {
	content: "";
	display: block;
	background: url("../../images/subsite/shaduw.png") no-repeat center center;
	width: 108px;
	height: 123px;
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 0;
	opacity: 0.5;
	transition: transform 0.7s ease;
}

.icoon:hover::after {
	/* transform: translate(-50px, -30px); */
}

.icoon.icoon-dokter {
	background: url("../../images/subsite/icoon-dokter.svg") no-repeat center
		center;
	margin: 0;
}

.icoon.icoon-dokter > svg {
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.icoon.icoon-vergrootglas {
	background: url("../../images/subsite/icoon-vergrootglas.svg") no-repeat
		center center;
	margin: 0;
}

.icoon.icoon-vergrootglas > svg {
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.icoon.icoon-personen {
	background: url("../../images/subsite/icoon-personen.svg") no-repeat center
		center;
	margin: 0;
}

.icoon.icoon-personen > svg {
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.icoon.icoon-huis {
	background: url("../../images/subsite/icoon-huis.svg") no-repeat center
		center;
	margin: 0;
}

.icoon.icoon-huis > svg {
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.sub-menu {
	margin: 15px 0;
	background: #ececec;
	display: block;
	clear: both;
}

.sub-menu li {
	display: block;
	width: 100%;
}

.sub-menu li.current > a,
.sub-menu li:hover > a {
	background: #ffffff;
}

.sub-menu li a {
	display: inline-block;
	padding: 15px 20px;
	width: 100%;
	font-size: 16px;
	color: #787170;
	font-weight: 300;
	text-transform: lowercase;
}

.no-bubbles:before {
	background: none !important;
}

.accordion-list {
	padding: 10px;
}

.accordion-list + a:hover {
	color: #000;
}

.accordion-list li {
	margin: 25px 0;
}

.accordion-list li > a {
	display: inline-block;
	color: #787170;
	font-size: 16px;
	background: url("../../images/subsite/pink-arrows.svg");
	background-repeat: no-repeat;
	padding-left: 25px;
	background-size: 8.62px 8.91px;
	background-position: center left;
}

.accordion-list li > a:hover {
	color: #000;
}

.accordion-list li.active > a {
	color: #b7176f;
	background: url("../../images/subsite/pink-arrows-down.svg");
	background-repeat: no-repeat;
	background-size: 8.62px 8.91px;
	background-position: center left;
}

.accordion-list li.active .accordion-body {
	display: block;
}

.accordion-list li .accordion-body {
	display: none;
	padding-left: 25px;
	padding-top: 10px;
}
.accordion-list li .accordion-body p {
	margin-bottom: 25px;
}

.column-content {
	display: block;
}

.diensten {
	padding: 45px 0;
}

.diensten a {
	font-weight: 700;
}

.diensten a:hover {
	color: #000;
}

.diensten a:hover + svg {
	color: #000;
}

.heldr-site .diensten a {
	color: #007c9d;
}

.diensten [class^="col-"] {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
}

.diensten [class^="col-"] [class^="col-"] {
	padding: 0;
	display: block;
}

.diensten .icoon {
	width: 85px;
}

.diensten h3 a {
	color: #787170;
}

.diensten .icoon::after {
	content: "";
	display: block;
	background: url("../../images/subsite/shaduw.png") no-repeat center center;
	background-size: 85px 98px;
	width: 85px;
	height: 98px;
	position: absolute;
	top: 42px;
	left: 50px;
	z-index: 0;
	opacity: 0.5;
	transition: transform 0.7s ease;
}

.pagination {
	margin-top: 20px;
}

.pagination li {
	display: inline-block;
	margin-right: 5px;
}

.pagination li.current a,
.pagination li:hover a {
	color: #000;
}

body {
	font-family: "museo-sans", sans-serif;
}

p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5em;
}

a {
	color: #b7176f;
	text-decoration: none;
}

a:hover .fa-angle-double-right {
	animation: movingArrow 1.2s ease-in-out infinite;
}

h2 {
	font-weight: 900;
	font-size: 25px;
	color: #00afcc;
}

h3 {
	font-weight: 900;
	font-size: 22px;
	color: #787170;
	padding: 0 0 10px 0;
}

h4 {
	color: #00afcc;
	font-weight: 700;
	font-size: 16px;
}

.header .top-menu {
	display: none;
}

.header .logo-bar {
	display: none;
}

.keurmerk {
	display: none;
}

.header .menu {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #ffffff;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}

.header .menu .mobile-logo {
	margin: 15px 0;
}

.header .menu .mobile-icon {
	display: block;
	width: 26px;
	height: 26px;
	margin: 20px 0;
	background: url("../../images/subsite/mobile-menu.svg") no-repeat;
	position: absolute;
	top: 14px;
	right: 15px;
	margin-top: 15px;
}

.header .menu .mobile-close {
	display: none;
	width: 16px;
	height: 16px;
	margin: 20px 0;
	background: url("../../images/subsite/close.png") no-repeat;
	position: absolute;
	top: 14px;
	right: 20px;
}

.header .menu .responsive-menu {
	display: none;
	width: 100%;
	height: auto;
	z-index: 1;
	position: absolute;
	height: 80vh;
	width: 100%;
	top: 90px;
	left: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
}

.header .menu .responsive-menu ul {
	background: #f7f6f6;
	margin: 0 -15px;
	text-align: center;
	overflow: hidden;
}

.header .menu .responsive-menu ul li {
	font-size: 18px;
	padding: 8px 0;
	margin: 0 25px;
	border-bottom: 1px solid rgba(149, 152, 154, 0.35);
}

.header .menu .responsive-menu ul li a {
	text-decoration: none;
	display: block;
	transition: all 0.3s ease-in-out;
	color: #787170;
	text-transform: lowercase;
}

.header .menu .responsive-menu ul li.caps a {
	text-transform: none !important;
}

.header .menu .responsive-menu ul li:first-child {
	padding-left: 0;
	border-left: 0;
}

.header .menu .responsive-menu ul li:last-child {
	padding-right: 0;
	border-bottom: 0;
}

.header .menu .responsive-menu ul li.active a {
	color: #00afcc;
}

.header .menu .responsive-menu ul li.logo-small {
	display: none;
}

.header .menu .responsive-menu .responsive-top-menu {
	background: #ffffff;
	box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
}

.header .menu .responsive-menu .responsive-top-menu li a {
	color: #0f7f95;
}

main {
	display: block;
}

#zoek-balk {
	display: none;
	width: 100%;
	height: 70px;
	background: #ececec;
	margin-bottom: 15px;
	margin-top: 15px;
	position: relative;
	z-index: 999;
}

.zoek-input {
	height: 100%;
	width: 100%;
	max-width: 740px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#zoek-balk > .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.zoek-input input {
	border: 0;
	outline: none;
	height: 34px;
	border-radius: 0;
}

.zoek-input input[type="text"] {
	width: 100%;
	max-width: 527px;
	padding: 0 10px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "museo-sans", sans-serif;
	color: #3d3d3d;
}

.zoek-input input[type="submit"] {
	display: block;
	width: 33px;
	height: 33px;
	color: #fff;
	padding: 0 17px;
	background: #0f7f95 url("../../images/subsite/search-icon-white.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	cursor: pointer;
	-webkit-appearance: none;
	font-size: 16px;
	line-height: 33px;
	font-weight: normal;
}

.info .icoon {
	margin: 0px auto 40px auto !important;
}

.info .nolink {
	margin: 15px auto 75px auto !important;
}

.verslaving-site .info .icoon {
	margin: 0px auto 0px auto !important;
}

.verslaving-site .info .icoon.nolink {
	margin: 15px auto 75px auto !important;
}

.nolink img {
	margin: 15px 0;
}

.nolink + h3 {
	margin: 15px 0;
}

.heldr-site .icoon {
	width: 135px;
	height: 135px;
	margin: 0 auto !important;
}

.zoeken img {
	width: 17.51px;
	display: block;
	margin-top: 3px;
	margin: auto;
}

.header .menu .responsive-menu ul li.zoeken a:hover {
	border-bottom: 0;
}

.zoek-input p {
	color: #3d3d3d;
	font-size: 16px;
	line-height: 26px;
	font-family: "museo-sans", sans-serif;
	width: 100%;
	max-width: 175px;
	display: none;
}

.header {
	@media (max-width: 992px) {
		height: 75px;
	}
}

.header .row.fixed {
	position: fixed;
	z-index: 9999999999;
	top: 0;
	width: 100%;
	height: 75px;
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.5);
	background: white;
	transition: all 0.2s ease-in-out;
}

.fixed #zoek-balk {
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

.main-margin {
	margin-top: 100px;
}

.header .row.fixed .top-menu,
.header .row.fixed .keurmerk {
	display: none;
}

.header .row.fixed .menu .responsive-menu {
	margin-top: -8px;
}

.footer {
	margin: 50px 0 0 0;
	background: #d3edf2;
	padding: 30px 0;
}

.footer h4 {
	margin: 0 0 5px 0;
	font-size: 18px;
}

.footer .erkend {
	margin: 40px 15px;
	padding: 40px 0;
	border-top: 1px solid rgba(102, 102, 102, 0.19);
	border-bottom: 1px solid rgba(102, 102, 102, 0.19);
}

.footer .erkend h4 {
	color: #b7176f;
}

.footer .erkend p {
	margin: 0 0 0 70px;
}

.footer img {
	width: 50px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

.footer .over-menu li {
	padding: 5px 0;
}

.footer .over-menu li a {
	text-decoration: none;
	color: #787170;
	font-weight: 300;
	font-size: 18px;
	text-transform: lowercase;
}

.footer .over-menu li a:hover {
	text-decoration: underline;
}

.link--social {
	display: block;
	transition: all 250ms ease-in-out;
}

.link--social::before {
	display: inline-block;
	position: relative;
	inset-block-start: 4px;
	margin-inline-end: 6px;
	width: 20px;
	height: 20px;
	background-color: black;
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	content: "";
}

.link--social:link,
.link--social:visited {
	color: black;
	text-decoration: none;
}

.link--social:hover {
	text-decoration: underline;
}

.link--social:link::before,
.link--social:visited::before {
	background-color: #00b4d1;
}
.link--social:hover::before {
	background-color: black;
}

.link--linkedin::before {
	mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 28.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" id="Laag_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 40 41" style="enable-background:new 0 0 40 41;" xml:space="preserve"><g><path d="M20,0.5L20,0.5c-11.1,0-20,8.9-20,20v0.1c0,11,8.9,20,19.9,20H20c11,0,19.9-8.9,19.9-20v-0.1C40,9.4,31.1,0.5,20,0.5z M13.9,31.6H9.2v-15h4.7V31.6z M13.6,13.8c-0.5,0.5-1.2,0.7-2,0.7c-0.8,0-1.5-0.2-2-0.7C9,13.3,8.7,12.7,8.7,12c0-0.7,0.3-1.4,0.8-1.8c0.5-0.5,1.2-0.7,2-0.7s1.5,0.2,2,0.7c0.5,0.5,0.8,1.1,0.8,1.8C14.4,12.7,14.1,13.3,13.6,13.8z M31.2,31.3h-4.5v-8c0-1-0.3-1.8-0.8-2.3c-0.5-0.5-1.2-0.8-2.1-0.8c-0.9,0-1.6,0.3-2.1,0.8c-0.5,0.5-0.8,1.3-0.8,2.3v8h-4.5V16.6h4.5v2c0.5-0.7,1.1-1.2,1.9-1.5c0.8-0.4,1.6-0.6,2.6-0.6c1.7,0,3.1,0.6,4.1,1.7v0c1,1.1,1.5,2.7,1.5,4.6V31.3z"/></g></svg>');
}

.hero {
	position: relative;
	//background: red;
}

.hero .container {
	position: relative;
	z-index: 9999;
}

.hero .intro {
	padding: 0 !important;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.intro > div {
	width: 100%;
}

.heldr-site .intro > div {
	text-align: center;
}

.hero .intro .title {
	color: #ffffff;
	background: rgba(120, 113, 112, 0.7);
	font-size: 22px;
	font-weight: normal;
	width: 100%;
	padding: 15px;
}

.heldr-site .hero .intro .title {
	color: #007c9d;
	background: rgba(255, 204, 0, 0.7);
}

.hero .intro .inleiding {
	background: #787170;
	padding: 25px 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
}

.heldr-site .hero .intro .inleiding {
	background: #ffcc00;
}

.heldr-site .hero .intro .inleiding p {
	color: #007c9d;
}

.hero .bg-hero {
	width: 100%;
	height: 190px;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.verslaving-site .hero .bg-hero {
	height: 150px;
	background-position: right !important;
}
.vragen {
	margin: 20px 0;
}

.vragen .column {
	margin: 15px;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #e8e5e3;
	display: flex;
	flex-wrap: wrap;
}

.vragen .column h3 {
	flex-basis: 100%;
	font-size: 20px;
}

.info {
	background: rgba(221, 217, 214, 0.3);
	text-align: center;
	padding: 25px 0 50px 0;
}

.info.blue-green-bg {
	background: #0f7f95;
}

.info.blue-green-bg h2,
.info.blue-green-bg h3,
.info.blue-green-bg p,
.info.blue-green-bg a,
.info.blue-green-bg h3 a {
	color: #ffffff;
}

.heldr-site .info.blue-green-bg h2 {
	color: #00afcc;
}

.heldr-site .info.blue-green-bg p {
	color: #000;
}

.info h2 {
	margin: 25px 0;
}

.info h3 {
	width: 100%;
}
.info h3.caps a {
	text-transform: none !important;
}

.info a {
	display: inline-block;
	margin: 15px 0;
	align-self: flex-end;
	font-weight: 700;
	text-transform: lowercase;
}

.info a:hover,
.info a:hover svg {
	color: #000 !important;
}

.heldr-site .info h3 a {
	color: #787170;
	margin: 0;
}

.korsakov-site .info h3 a,
.neuro-site .info h3 a {
	color: #787170;
}

.korsakov-site .info.blue-green-bg h3 a,
.neuro-site .info.blue-green-bg h3 a {
	color: #fff;
}
.heldr-site .info.blue-green-bg h3 {
	color: #787170 !important;
	margin: 15px 0;
}

.heldr-site .info a {
	color: #007c9d;
}

.info .col-md-3 {
	/*display: flex;*/
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}

.info .container,
.vragen .container {
	justify-content: center;
}

.galerij {
	margin: 50px 0 35px 0;
}

.galerij h2 {
	margin: 0 0 25px 0;
}

.galerij .foto {
	overflow: hidden;
	margin: 15px 0;
}

.galerij .foto p {
	margin-top: 15px;
}

.subsite-zoekresultaten h2 a {
	font-size: 22px;
	font-weight: 900;
	line-height: 26px;
	color: #787170;
	padding-bottom: 4px;
}

.subsite-zoekresultaten .content-vlak [class^="col-"] {
	-webkit-box-flex: 0 !important;
	-webkit-flex: 0 0 100% !important;
	-ms-flex: 0 0 100% !important;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
}

.subsite-zoekresultaten .text-block {
	padding: 0 !important;
}

.subsite-zoekresultaten .text-block {
	margin-top: 15px;
}

.ervaringen {
	background: rgba(221, 217, 214, 0.3)
		url("../../images/subsite/achtergrond-ervaringen.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 0;
}

.ervaringen h2 {
	margin: 45px 0 20px 0;
}

.ervaringen .col-md-4 {
	margin: 20px 0;
}

.ervaring-blok h3 {
	padding-right: 25px;
}

.neuro-site .ervaring-blok .links {
	display: none;
}

.faq .artikel {
	height: auto;
}

.artikel {
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 5px 10px 25px 0px rgba(0, 0, 0, 0.16);
	height: 100%;
	/*display: flex;*/
	flex-wrap: wrap;
}

.artikel .foto {
	max-height: 160px;
	width: 100%;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.artikel .foto img {
	width: 100%;
}

.artikel a h3:hover {
	color: #000;
}

.artikel .inhoud {
	padding: 20px;
	position: relative;
	width: 100%;
}

.artikel .inhoud .fa-file-alt {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 20px;
	color: #787170;
}

.artikel .links {
	align-self: flex-end;
	display: block;
	padding: 0 20px 25px 20px;
	width: 100%;
	font-weight: 700;
	text-transform: lowercase;
}

.artikel .links .right {
	display: block;
	margin-top: 5px;
	color: #00afcc;
	margin-bottom: 25px;
}

.hero .intro .inleiding p {
	margin-bottom: 15px;
}

.white-button {
	display: inline-block;
	background: #ffffff;
	font-weight: 700;
	font-size: 13px;
	border-radius: 25px;
	height: 45px;
	padding: 14px 20px;
	text-transform: lowercase;
	/*margin: 20px 0;*/
}

.white-button:hover,
.white-button:hover + svg {
	color: #000;
}

.fa-angle-double-right {
	margin: -1px 5px;
}

.column-button {
	align-self: center;
	display: flex;
	align-items: center;
	margin: 15px 0;
	width: 100%;
}

.column-button span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 900;
	color: #787170;
	width: auto;
	margin-right: 12px;
}

.column-button-text {
	width: 100%;
}

.column-button a {
	font-size: 16px;
	/*white-space: nowrap;*/
	font-weight: 700;
	text-transform: lowercase;
	word-break: break-all;
}

.column-link {
	width: 79.5%;
	display: block;
	word-break: break-all;
}

.column-button a:hover {
	color: #000 !important;
}

.column-button a:hover + svg {
	color: #000 !important;
}

.column-button img {
	display: inline-block;
	margin-right: 10px;
}

.heldr-site .column-button img {
	width: 49px;
	margin-right: 5px;
}

.heldr-site .column-button a {
	color: #00b4d1;
}

.links a:hover {
	color: #000;
}

.links a:hover + svg {
	color: #000;
}

.meerbutton {
	margin: 20px auto 40px auto;
	display: block;
	font-weight: 700;
	flex-basis: 100%;
	text-align: center;
}

.meerbutton:hover {
	color: #000;
}

.meerbutton span {
	display: inline-block;
	background: url("../../images/subsite/zeshoek-paars.png") no-repeat center
		center;
	height: 33px;
	width: 30px;
	padding: 6px;
	margin: 0 10px;
}

.heldr-site .meerbutton {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #007c9d;
}

.heldr-site .info {
	background: #ffcc00 url("../../images/subsite/heldr-info-overlay.png");
	background-position: center left;
	background-repeat: no-repeat;
}

.heldr-site .meerbutton span {
	display: inline-block;
	background: url("../../images/subsite/link-arrow-bg.svg") no-repeat center
		center;
	height: 49px;
	width: 49px;
	padding: 6px;
	margin: 0 10px;
}

.heldr-site .meerbutton span .fa-angle-double-right {
	display: none;
}

.meerbutton span .fa-angle-double-right {
	color: #ffffff;
	font-size: 16px;
	margin: -1px 2px;
}

.meerbutton:hover span {
	animation: movingArrow 1.2s ease-in-out infinite;
}

.meerbutton:hover .fa-angle-double-right {
	animation: none;
}

.sub-menu .col-12 {
	padding: 0 !important;
}

.hero {
	z-index: 0;
}

.pull-up {
	/*position: relative;
	z-index: 9999;*/
}

.content-vlak {
	background: rgba(255, 255, 255, 0.9);
	background-clip: content-box;
	min-height: 310px;
}

.header .menu .mobile-logo {
	max-width: 70%;
	height: 60px;
	margin-left: 40px;
}

.side-subnav {
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 999;
}
.side-quote {
	width: 100%;
	position: relative;
	z-index: 999;
}

span.menu-items-wrapper {
	display: block;
	padding-left: 15px;
}

.pin-icon {
	width: 170px;
	height: 230px;
}

.pin-icon a {
	display: block;
	width: 100%;
	height: 100%;
}

.pin-icon img {
	width: 100%;
}

svg {
	-webkit-backface-visibility: hidden;
}

.subsite-form input,
.subsite-form textarea,
.subsite-form select {
	border: 0;
	outline: 0;
	background: #e5f4f7;
	font-family: inherit;
	font-size: inherit;
	height: 35px;
	width: 100%;
	max-width: 300px;
	padding: 15px;
}

.subsite-form textarea {
	height: 100%;
}

.subsite-form select {
	height: 100%;
}

.subsite-form input[type="submit"] {
	background: #0f7f95;
	width: auto;
	font-weight: 700;
	color: #ffffff;
	padding: 0 25px;
	border-radius: 11px;
	cursor: pointer;
}

.subsite-form label {
	display: block;
	margin: 10px 0 5px;
}

.subsite-form .checkbox {
	position: relative;
	padding-left: 45px;
}

.subsite-form .checkbox input[type="checkbox"] {
	height: 25px;
	width: 25px;
	position: absolute;
	left: 0;
	top: 0;
}

.call-to-action {
	background: #ececec;
	padding: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 999;
}

.call-to-action h2 {
	font-weight: 500;
	color: #197497;
}

.call-to-action p {
	margin: 10px 0;
}

.call-to-action .button {
	display: block;
	background: #28a9ca;
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	padding: 5px;
	transition: 0.25s ease-in-out;
}

.call-to-action .button:hover {
	background: #197497;
}

.call-to-action img {
	display: inline-block;
}

@media (min-width: 562px) {
	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sub-menu li {
		display: inline-block !important;
		margin-right: -5px !important;
		width: auto !important;
	}
}

@media (min-width: 768px) {
	.heldr-site .hero {
		height: 675px;
	}
	.heldr-site .hero.overzicht-vervolg {
		height: 360px;
		overflow: hidden;
	}
	.heldr-site .hero.overzicht-vervolg .bg-hero {
		height: 335px;
	}
	.heldr-site .hero.overzicht-vervolg .intro {
		position: relative;
		top: -296px;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.323333%;
		-ms-flex: 0 0 33.323333%;
		flex: 0 0 33.323333%;
		max-width: 33.323333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.656667%;
		-ms-flex: 0 0 66.656667%;
		flex: 0 0 66.656667%;
		max-width: 66.656667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.subsite-zoekresultaten .content-vlak [class^="col-"] {
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 0 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
		padding: 0 13px !important;
	}
	.subsite-zoekresultaten .text-block {
		padding: 0 15px !important;
	}
	.artikel .inhoud .fa-file-alt {
		display: none;
	}
	.hero {
		height: 360px;
	}
	.sub-menu li a {
		width: auto;
	}
	.pull-up {
		margin-top: -170px;
		position: relative;
	}
	.icoon {
		margin: 0px auto 40px auto;
	}
	.sub-menu .col-12 {
		padding: 0 15px !important;
	}
	.info .col-md-3 {
		margin-bottom: 0;
	}
	.hero .intro {
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 0 487px !important;
		-ms-flex: 0 0 487px !important;
		flex: 0 0 487px !important;
		max-width: 487px !important;
	}
	.verslaving-site .intro {
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 0 487px !important;
		-ms-flex: 0 0 487px !important;
		flex: 0 0 570px !important;
		max-width: 570px !important;
	}
	.heldr-site .intro {
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 0 601px !important;
		-ms-flex: 0 0 601px !important;
		flex: 0 0 601px !important;
		max-width: 601px !important;
	}
	.heldr-site .content-vlak .intro {
		-webkit-box-flex: 0 !important;
		-webkit-flex: 0 0 100% !important;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.verslaving-site .content-vlak .intro {
		max-width: 100% !important;
		display: flex;
		align-items: flex-start;
	}
	.verslaving-site .content-vlak .intro img {
		width: 118px;
	}
	.main-margin {
		margin-top: 85px;
	}
	main {
		margin-top: 13px;
		display: block;
	}
	.column-button span {
		display: block;
		width: 100%;
	}
	.sub-menu li {
		display: inline-block;
		margin-right: -4px;
	}
	.hero {
		position: relative;
	}
	.hero .bg-hero {
		height: 360px;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	.verslaving-site .hero .bg-hero {
		height: 360px;
		background-position: center !important;
	}

	.heldr-site .hero .bg-hero {
		height: 675px;
		position: absolute;
		top: 0;
		z-index: 0;
	}
	.heldr-site .hero. .container {
		justify-content: center;
	}
	.heldr-site .overzicht-vervolg .intro > div {
		padding: 80px;
		margin-top: 235px;
	}

	.heldr-site .intro > div {
		padding: 105px;
		margin-top: 145px;
	}
	.hero:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 424px;
		height: 100%;
		background: url("../../images/subsite/right-blur.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 5;
	}
	.hero:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 286px;
		height: 100%;
		background: url("../../images/subsite/left-blur.png");
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		z-index: 5;
	}
	.hero .intro {
		padding: 0px 50px !important;
	}
	.hero .intro .title {
		background: none;
		height: auto;
		padding: 0;
		font-size: 21px;
		font-weight: 900;
	}
	.heldr-site .hero .intro .title {
		background: none;
		margin: 0;
	}
	.hero .intro .inleiding {
		background: none;
		font-size: 16px;
		padding: 10px 0;
	}
	.heldr-site .hero .intro .inleiding {
		background: none;
	}
	.call-to-action-top {
		margin-top: -310px;
		margin-bottom: 120px;
	}
	.side-subnav {
		padding: 20px;
		margin-top: -100px;
	}
	.side-quote {
		margin-top: -100px;
	}
	.grid-section {
		padding: 10px;
	}
	.grid-section [class^="col-"] {
		padding: 0 15px !important;
	}
	.content-vlak .titel {
		padding: 5px 25px;
	}
	.content-vlak .intro {
		padding: 5px 25px;
	}
	.breadcrumb {
		padding: 15px 25px;
		margin-bottom: 0;
	}
	.white-button {
		font-size: 16px;
		padding: 12px;
	}
	.vragen .column {
		border: 0;
		margin: 35px 0;
		padding: 0 15px;
	}
	.header .menu .mobile-logo {
		max-width: 45% !important;
	}
	.heldr-site .hero .intro {
		background: url("/images/subsite/gele-driehoek-intro-bg.png") no-repeat
			center center;
		background-size: 100% 100%;
		height: 601px;
		width: 601px;
		margin-top: 30px;
	}
	.hero .intro {
		background: url("../../images/subsite/achthoek.png") no-repeat center
			center;
		background-size: 100% 100%;
		height: 361px;
	}
	.hero .intro.blauw-bg {
		background: url("../../images/subsite/blauw-achthoek.png") no-repeat
			center center;
		background-size: 100% 100%;
	}
	.hero .intro.paars-bg {
		background: url("../../images/subsite/paars-achthoek.png") no-repeat
			center center;
		background-size: 100% 100%;
	}
	.hero .intro.geel-bg {
		background: url("../../images/subsite/geel-achthoek.png") no-repeat
			center center;
		background-size: 100% 100%;
	}
	.hero .intro.groen-bg {
		background: url("../../images/subsite/groen-achthoek.png") no-repeat
			center center;
		background-size: 100% 100%;
	}
	.footer h4 {
		font-size: 16px;
		font-weight: 700;
	}
	.footer .erkend {
		border-left: 1px solid rgba(102, 102, 102, 0.19);
		border-right: 1px solid rgba(102, 102, 102, 0.19);
		border-top: 0;
		border-bottom: 0;
		margin: 0;
		padding: 0 15px;
	}
	.footer .over-menu li a {
		font-size: 16px;
	}
	.diensten .icoon {
		width: 106.03px !important;
		-webkit-backface-visibility: hidden;
	}
	.meer-ervaringen-container {
		padding-bottom: 30px;
	}
	.meer-ervaringen-container h1 {
		color: #787170;
		font-weight: 900;
		font-size: 25px;
		margin: 45px 0 20px 0;
	}
	.neuro-site .diensten .icoon {
		width: 86.03px !important;
		-webkit-backface-visibility: hidden;
	}
	.diensten .icoon::after {
		content: "";
		display: block;
		background: url("/images/subsite/shaduw.png") no-repeat center center;
		background-size: 109px 121px !important;
		width: 108px !important;
		height: 118.75px !important;
		position: absolute;
		top: 30px !important;
		left: 50px;
		z-index: 0;
		opacity: 0.5;
		transition: transform 0.7s ease;
	}
	.diensten p {
		margin-bottom: 10px;
	}
	.neuro-site .hero .intro {
		background: url("../../images/subsite/neuro-hero-transparent-bg.png")
			no-repeat center center;
		background-size: 100% 100%;
		height: 361px;
	}
	.neuro-site .hero .intro.blauw-bg {
		background: url("../../images/subsite/neuro-hero-transparent-bg-blauw.png")
			no-repeat center center;
		background-size: 100% 100%;
	}
	.neuro-site .hero .intro.rood-bg {
		background: url("../../images/subsite/neuro-hero-transparent-bg-rood.png")
			no-repeat center center;
		background-size: 100% 100%;
	}
	.neuro-site .hero .intro.geel-bg {
		background: url("../../images/subsite/neuro-hero-transparent-bg-geel.png")
			no-repeat center center;
		background-size: 100% 100%;
	}
	.neuro-site .hero .intro.groen-bg {
		background: url("../../images/subsite/neuro-hero-transparent-bg-groen.png")
			no-repeat center center;
		background-size: 100% 100%;
	}
	.heldr-site .icoon {
		width: 135px !important;
		height: 135px;
		margin: 0 auto !important;
	}
	.heldr .diensten .icoon::after {
		content: "";
		background: none;
	}
	.heldr-site .hero .container {
		justify-content: center;
	}
	.heldr-site .icoon.nolink {
		margin: 15px auto !important;
		margin-bottom: 30px !important;
	}

	.verslaving-site .hero::after {
		display: none;
	}
	.verslaving-site .hero::before {
		content: "";
		display: block;
		background: linear-gradient(
			70deg,
			rgba(0, 124, 157, 0.92) 0%,
			rgba(255, 255, 255, 0.22) 55%,
			rgba(255, 203, 5, 0.72) 100%
		);
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 360px;
	}
	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
		.verslaving-site .hero::before {
			background: url("../../images/subsite/overlay.png") no-repeat center
				center;
		}
	}
	.verslaving-site .hero .intro {
		background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NzAiIGhlaWdodD0iNTcwIiB2aWV3Qm94PSIwIDAgNTcwIDU3MCI+DQogIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMzciIGRhdGEtbmFtZT0iRWxsaXBzZSAzNyIgY3g9IjI4NSIgY3k9IjI4NSIgcj0iMjg1IiBmaWxsPSIjMDBiNGQxIiBvcGFjaXR5PSIwLjgiLz4NCjwvc3ZnPg0K")
			no-repeat center center;
		background-size: cover;
		height: 360px;
	}
	.verslaving-site .footer .zorgkaart {
		padding: 0 15px;
	}
}

@media (min-width: 992px) {
	.verslaving-site .logo-vvg-small {
		display: none;
	}
	.heldr-site .hero .container {
		justify-content: flex-end;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	main {
		margin-top: 0;
		display: block;
	}
	.footer img {
		width: 70px;
	}
	.footer .erkend p {
		margin: 0 0 0 90px;
	}
	.artikel .links .right {
		float: right;
		margin-top: 0;
	}
	.zoeken {
		padding-top: 3px !important;
	}
	.sub-menu {
		margin: 00;
	}
	.header {
		//height: 193px;
	}
	.header .top-menu {
		display: block;
		font-size: 16px;
		font-weight: 300;
		margin: 20px 0 0 0;
	}
	.header .top-menu ul {
		float: right;
		height: 20px;
	}
	.header .top-menu ul li {
		float: left;
		padding: 0 12px;
	}
	.header .top-menu ul li:first-child {
		padding-left: 0;
	}
	.header .top-menu ul li:last-child {
		padding-right: 0;
	}
	.header .top-menu ul li a {
		text-decoration: none;
		color: #0f7f95;
		text-transform: lowercase;
	}
	.header .top-menu ul li a:hover {
		text-decoration: underline;
	}
	.header .logo-bar {
		display: flex;
		margin-block: 20px 0;
		justify-content: space-between;
		gap: 20px;
	}
	.neuro-site .logo-bar,
	.korsakov-site .logo-bar {
		justify-content: flex-start;
	}
	.header .logo-bar a {
		display: block;
		//background: red;
	}
	.header .logo-bar .logo {
		
	}
	.korsakov-site .logo {
		//margin-top: -18px;
	}
	.keurmerk {
		display: block;
		width: 54px;
		height: 54px;
	}
	.neuro-site .keurmerk,
	.korsakov-site .keurmerk {
		//margin-block-start: -12px;
	}
	.neuro-site .keurmerk {
		margin-block-start: 18px;
	}
	.korsakov-site .keurmerk {
		margin-block-start: 0;
	}
	
	.header .menu {
		position: relative;
		background: transparent;
		box-shadow: none;
		height: inherit;
		overflow-y: auto;
		padding-bottom: 0;
	}
	.header .menu .mobile-logo {
		display: none;
	}
	.header .menu .mobile-icon {
		display: none;
	}
	.header .menu .responsive-menu {
		display: block;
		position: inherit;
		height: inherit;
		width: 100%;
		top: inherit;
		left: inherit;
		bottom: inherit;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.header .menu .responsive-menu ul {
		background: none;
		margin: 20px 0 0 -15px;
		text-align: left;
	}
	.heldr-site .header .menu .responsive-menu ul {
		margin: 19px 0 0 -15px;
	}
	.header .menu .responsive-menu ul li {
		float: left;
		padding: 0 13px;
		border: 0;
		margin: 0;
	}
	.header .menu .responsive-menu ul li.active a {
		border-bottom: 2px solid #00afcc;
		padding-bottom: 29px;
	}
	.header .menu .responsive-menu ul li a:hover {
		border-bottom: 2px solid #00afcc;
		padding-bottom: 29px;
	}
	.heldr-site .header .menu .responsive-menu ul li.active a {
		padding-bottom: 31px;
	}

	.heldr-site .header .menu .responsive-menu ul li a:hover {
		padding-bottom: 29px;
	}
	.header .menu .responsive-top-menu {
		display: none;
	}
	.header .row.fixed {
		background: rgba(255, 255, 255, 0.9);
	}
	.header .row.fixed .logo {
		display: none;
	}
	.header .row.fixed .logo-bar {
		margin: 0;
	}
	.header .row.fixed .menu .responsive-menu ul {
		margin: 0;
		padding: 35px 0;
	}
	.header .row.fixed .menu .responsive-menu ul li {
		font-size: 18px;
	}
	.header .row.fixed .menu .responsive-menu ul li.logo-small {
		display: block;
		margin: -20px 0;
		padding: 0;
	}
	.header .row.fixed .menu .responsive-menu ul li.active a,
	.header .row.fixed .menu .responsive-menu ul li a:hover {
		border-bottom: 0;
		padding-bottom: 0;
		color: #00afcc;
	}
	.neuro-site .diensten .icoon {
		width: 111.03px !important;
		-webkit-backface-visibility: hidden;
	}
	.column-link {
		width: 100%;
	}
	.artikel .inhoud .fa-file-alt {
		display: block;
	}
	.vragen .column h3 {
		font-size: 22px;
	}
	.vragen .column h3:hover {
		color: #000;
	}
	.pull-up {
		margin-top: -310px;
		position: relative;
	}
	.sub-menu {
		margin: 0;
	}
	.korsakov-site .menu {
		margin-top: 5px;
	}
	.info + .faq,
	.ervaringen + .faq {
		margin-top: 50px;
	}
	#zoek-balk {
		margin-top: -1px;
	}
	.zoek-input p {
		display: inline-block;
	}

	.verslaving-site .header {
		height: 189px;
	}
	.verslaving-site .logo {
		margin-left: 85px;
	}
	.header .menu .responsive-menu ul {
		margin-left: 70px;
	}
}

@media (min-width: 1200px) {
	.header .menu .responsive-menu ul li {
		padding: 0 15px;
		font-size: 20px;
	}
	.heldr-site .header .menu .responsive-menu ul li.active a {
		padding-bottom: 29px;
	}
	.column-button span {
		display: inline-block;
		text-transform: uppercase;
		font-size: 17px;
		margin-right: 12px;
		font-weight: 900;
		color: #787170;
		width: auto;
	}
	.column-button a {
		font-size: 16px;
		white-space: nowrap;
		font-weight: 700;
	}
	.column-button img {
		display: inline-block;
		margin-right: 15px;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.133333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hero .intro {
		padding: 0px 50px !important;
	}
	.hero .intro .title {
		margin: 10px 0;
		width: auto;
	}
}

@keyframes movingArrow {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(5px);
	}
	100% {
		transform: translateX(0px);
	}
}

@keyframes movingPinpoint {
	0% {
		transform: translate(0px, 0px);
	}
	50% {
		transform: translate(0px, 7px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0px);
	}
}

@media screen and (orientation: landscape) and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 2) {
	.header {
		//height: 195px;
	}
}
.zelftesten {
	padding: 0px !important;
}
.zelftesten .col-md-6 {
	margin: 0px 0px 20px 0px;
}
.zelftesten .item {
	background: #ffffff;
	border-radius: 5px;
	border-color: rgba(221, 217, 214, 0.3);
	border-style: solid;
	border-width: 1px;
	height: 100%;
	/*display: flex;*/
	flex-wrap: wrap;
	padding: 20px;
}
.zelftesten .item h3 {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	color: #00afcc;
}
.zelftesten .item a {
	display: block;
	background-color: #197496;
	border-radius: 5px;
	padding: 7px 10px;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	background-image: url(../../images/subsite/subnav-arrow-white.svg);
	background-position: calc(100% - 10px);
	background-repeat: no-repeat;
	background-size: 10px 10px;
}
.zelftesten .item a:hover {
	background-color: #135f7b;
}

.zelftest {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.16);
	/*margin: 25px;
	padding: 60.25px;*/
	margin: 0 0 25px;
	padding: 25px 15px;
	/*min-height: 286px;*/
}

.zelftest .card {
	width: 100%;
}

.zelftest .byline {
	font-size: 16px;
	font-weight: 700;
	color: #00b4d1;
	margin: 0 0 25px 0;
}

.zelftest .titel {
	font-size: 22px;
	font-weight: 700;
	color: #787170;
	overflow: hidden;
	padding: 0;
}

.zelftest .titel .vragen {
	display: flex;
	align-items: center;
	margin: 0;
}

.zelftest .titel h3 {
	flex: 0 0 100%;
	transform: translateX(0);
	font-size: 18px;
}

.zelftest .beschrijving {
	text-align: left;
	font-weight: 700;
	color: #9e9e9e;
}

.zelftest .beschrijving p {
	font-weight: 700;
}

.zelftest .uitslag {
	text-align: left;
	margin: 30px 0;
}

.zelftest .uitslag h3 {
	color: #0f7f95;
	font-size: 18px;
}

.zelftest .uitslag ul {
	border-top: 1px solid #e9e9e9;
}

.zelftest .uitslag ul li {
	border: 1px solid #e9e9e9;
	border-top: 0;
	padding: 12px 10px 12px 50px;
	position: relative;
}

.zelftest .uitslag ul li::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.zelftest .uitslag ul .ja:before {
	background: url("../../images/subsite/zelftest-check.png") no-repeat;
}

.zelftest .uitslag ul .nee:before {
	background: url("../../images/subsite/zelftest-uncheck.png") no-repeat;
}

.zelftest .formulier {
	display: none;
}

.zelftest .formulier .umbraco-forms-page {
	position: relative;
}

.zelftest .formulier .terugBtn {
	display: none;
}

.zelftest .antwoord-2 .formulier {
	display: block;
	text-align: left;
}

.zelftest .formulier .longanswer,
.zelftest .formulier label {
	display: none;
}

.zelftest .formulier .form-group.checkbox {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.zelftest .formulier .form-group.checkbox .col-sm-8 {
	width: 25px;
	max-width: 25px;
}

.zelftest .formulier .checkbox input[type="checkbox"] {
	width: 25px;
	height: 25px;
}

.zelftest .formulier .checkboxlist input[type="checkbox"] {
	height: 25px;
	width: 25px;
}

.zelftest .formulier .checkbox label {
	display: block;
	min-width: 100%;
}

.zelftest .formulier .form-group.ikwilgraagteruggebeldworden {
	width: 100%;
}

/*
.zelftest .formulier .ikwilgraagteruggebeldworden label {
	display: block;
	max-width: inherit;
	padding: 0;
}
*/
.zelftest .formulier .checkboxlist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.zelftest .formulier .checkboxlist label {
	display: block;
}

.zelftest .formulier input {
	background: #e5f4f7;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: inherit;
	height: 35px;
	width: 100%;
	padding: 15px;
	margin-bottom: 10px;
}

.zelftest .formulier input::placeholder {
	font-family: inherit;
	font-size: inherit;
	color: #000000;
}

.zelftest .formulier input[type="submit"] {
	background: #0f7f95;
	width: auto;
	font-weight: 700;
	color: #ffffff;
	padding: 0 25px;
	border-radius: 11px;
	cursor: pointer;
}

.zelftest .formulier .umbraco-forms-navigation {
	position: relative;
	/*right: -15px;
	bottom: -10px;
	margin-top: 25px;*/
}

.zelftest .formulier .umbraco-forms-navigation .col-sm-8 {
	float: right;
	max-width: inherit;
	width: auto;
}

.zelftest .formulier .form-group {
	width: 100%;
	float: left;
	margin: 15px 0 0;
}
.zelftest .formulier legend {
	color: #00afcc;
	font-weight: 700;
	font-size: 16px;
	padding-top: 20px;
	display: inline-block;
}
.zelftest .formulier fieldset:last-of-type {
	display: none !important;
}
.zelftest small {
	margin-right: 20px;
}

.zelftest .formulier .form-group .col-sm-8 {
	max-width: 100%;
	padding: 0;
}

.zelftest .formulier .field-validation-error {
	color: red;
}

.zelftest .antwoord {
	display: flex;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	color: #9e9e9e;
	margin: 5px 0 0 0;
}

.zelftest .antwoord--button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 50px;
	background: #0f7f95;
	border-radius: 11px;
	margin: 25px 5px 0 5px;
	float: left;
	font-size: 23px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	border: 0;
	outline: 0;
}

.zelftest .antwoord--button:hover {
	background: #00b4d1;
}

.zelftest .wait {
	display: none;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 15px;
	font-weight: 700;
	color: #0f7f95;
}

.zelftest .wait .bol {
	border: 3px solid #0f7f95;
	border-radius: 50%;
	background: #fff;
	box-sizing: border-box;
	height: 15px;
	width: 15px;
	margin: 0 3px 0 0;
}

.zelftest .wait .bol:first-child {
	animation: 0.5s waiting ease-in forwards;
}

.zelftest .wait .bol:nth-child(2) {
	animation: 0.5s waiting ease-in 0.5s forwards;
}

.zelftest .wait .bol:nth-child(3) {
	animation: 0.5s waiting ease-in 1s forwards;
}

.zelftest .wait .bol:nth-child(4) {
	animation: 0.5s waiting ease-in 1.5s forwards;
}

.zelftest .wait p {
	margin: 12px 0 0 0;
	flex: 1 1 100%;
}

@media (min-width: 562px) {
	.zelftest .titel h3 {
		font-size: 22px;
	}
	.zelftest {
		margin: 25px;
		padding: 60.25px;
		min-height: 286px;
	}
	.zelftest .formulier .form-group {
		width: calc(50% - 15px);
		float: left;
		margin-top: 15px;
	}
	.zelftest .formulier .form-group:nth-child(odd) {
		margin-right: 30px;
	}

	.zelftest .formulier .form-group .col-sm-8 {
		max-width: 100%;
	}
	.zelftest .formulier .checkboxlist label {
		display: block;
		margin-left: 15px;
		margin-right: 25px;
	}
	.zelftest .formulier .checkbox input[type="checkbox"] {
	}
}

@keyframes waiting {
	to {
		background: #c1c1c1;
	}
}

@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
