@font-face {
	font-family: 'Montserrat';
	src: url(/wp-content/themes/hmy_b2b/assets/fonts/Montserrat/Montserrat-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: 'Montserrat';
	src: url(/wp-content/themes/hmy_b2b/assets/fonts/Montserrat/Montserrat-Medium.ttf);
	font-weight: 500;
}

@font-face {
	font-family: 'Montserrat';
	src: url(/wp-content/themes/hmy_b2b/assets/fonts/Montserrat/Montserrat-SemiBold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: 'Montserrat';
	src: url(/wp-content/themes/hmy_b2b/assets/fonts/Montserrat/Montserrat-Bold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: 'Montserrat';
	src: url(/wp-content/themes/hmy_b2b/assets/fonts/Montserrat/Montserrat-ExtraBold.ttf);
	font-weight: 800;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	font-family: 'Montserrat';
	color: #343A40;
	line-height: 22px;
	font-size: 16px;
	float: left;
	width: 100%;
}

header {
	float: left;
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 100;
}

div {
	box-sizing: border-box;
	float: left;
	width: 100%;
	position: relative;
}

ul {
	margin: 0px 0px 0px 26px;
	padding: 0px;
	float: left;
	width: 100%;
}

p {
	float: left;
	width: 100%;
	margin: 0px;
}

h1 {
	font-weight: 800;
	margin: 0px;
	text-transform: uppercase;
	font-size: 60px;
	line-height: 52px;
	float: left;
	width: 100%;
	color: #5E32C0;
	letter-spacing: -5;
}

h2 {
	font-weight: 800;
	margin: 0px;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 32px;
	float: left;
	width: 100%;
}

h3 {
	font-weight: 800;
	margin: 0px;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 32px;
	float: left;
	width: 100%;
}


#benefits h2 span {
	color: #5E32C0;
}

.pre-header {
	text-transform: uppercase;
	font-size: 16px;
	line-height:20px;
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	z-index: 1;
	position: relative;

}

.pre-header::before {
	content: url('/wp-content/themes/hmy_b2b/assets/img/icon-metro-arrow-right-yellow.svg');
	margin-right: 10px;
}

#benefits .pre-header::before {
	content: url('/wp-content/themes/hmy_b2b/assets/img/icon-metro-arrow-right-purple.svg');
}

.content-container #overview::before {
	content: url('/wp-content/themes/hmy_b2b/assets/img/icon-metro-arrow-right-purple-2.svg');
	margin-right: 10px;
}

.content-container span {
	position: relative;
	top: -3px;
}

#benefits ul {
	margin-top: 14px;
	margin-bottom: 10px;
	list-style: none;
	margin-left: 0px;
	font-weight: 400;
}

#benefits ul b {
	font-weight: 500;
}

#benefits ul #more {
	font-weight: 400;
}

#benefits ul li::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #5E32C0;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
}

.wrapper {
	max-width: 1080px;
	margin: auto;
	float: none;
	position: relative;
	height: inherit;
}

#logo, .custom-logo-link {
	width: 202px;
	float: left;
	position: relative;
	top: 31px;
}

.custom-logo-link img {
	width:100% !important;
	height:auto !important;
}

nav {
	float: left;
	width: auto;
	left: 236px;
	position: absolute;
	bottom: 13px;
	font-size: 14px;
	line-height: 20px
}

nav a {
	color: inherit;
	text-decoration: none;
	font-weight: 500;
}

nav ul {
	margin-left: 0px;
}

.current-menu-item::before,
#site-choice .active::before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #5E32C0;
	/* Change the color */
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	position: absolute;
	left: 50%;
	transform: translate(-50%, 50%);
	text-align: center;
	font-weight: 700;

}

.current-menu-item a,
#template-contact #contact-nav a {
	font-weight: 700;
}

#site-choice .active::before {
	color: #9E84D9;
	font-weight: bold;

}

header ul li {
	list-style: none;
	display: inline-block;
	width: auto;
	margin-right: 28px;
	position: relative;
}

#site-choice {
	width: auto;
	position: absolute;
	right: 65px;
	bottom: 13px;
	font-size: 14px;
	line-height: 20px;
	/* was #85898C -- 3,53:1 op wit, zakt voor WCAG 1.4.3 (AA) */
	color: #6A6E71;
}

#site-choice ul li {
	padding: 0px 8px;
	margin: 0px;
}

#site-choice a {
	/* "Partner"-link. Was #85898C -- 3,53:1 op wit, nu 5,14:1. */
	color: #6A6E71;
	text-decoration: none;
	font-weight: 400;
}

#site-choice li.active a {
	font-weight: 600;
}

#site-choice #left {
	border-right: 1px solid;
}

.language {
	width: auto;
	height: 20px;
	position: absolute;
	right: 0px;
	bottom: 13px;
}

.language ul {
	margin: 0px;
}

.language ul li {
	margin-left: 0px;
	cursor: pointer;
}

.language span.flag {
	width: 24px;
	height: 20px;
	background-size: cover;
	margin-right: 4px;
	position: relative;
	display: inline-block !important;
	border-radius: 4px;
	background-position: center;
}

.language a.active {
	position: relative;
	z-index: 2;
}

.language a.active span {
	background-color: white;
}

.language a.not-active {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: 0.3s;
	z-index: 1;
	display: none;
}

.open a.not-active {
	display: block;
	top: 28px;
	transition: 0.3s;
}

.open a.not-active.second {
	top: 56px;
}

.open a.not-active.third {
	top: 56px;
}

.language ul li {
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
	position: static;
}

.language span {
	position: absolute;
	color: #343A40;
	font-weight: 400;
}

#primary {
	position: relative;
	width: 100%;
}

.grey {
	background-color: #F4F4F4;
	width: 100%;
	position: absolute;
	z-index: -1;

}

#grey-a {
	top: 210px;
	height: 558px;
}

#grey-a img {
	position: absolute;
	z-index: 1;
	right: -100px;
	/*top: -100px;*/
	top: -200px;
	width: 366px;
	filter: brightness(0.95);
}

#grey-b {
	bottom: 0px;
	height: 394px;
}

#header-image {
	height: 420px;
	width: 630px;
	background-size: cover;
	box-shadow: 0px 10px 10px 0px #00000026;
}

.header-block {
	height: 210px;
	width: calc(100% - 630px);
	position: relative;
}

#walnut {
	position: absolute;
	right: 20px;
	height: 115px;
	bottom: 7px;
	z-index: 2;
}

.padding {
	padding: 26px;
}

#usps {
	padding: 60px 0px;
}

.usp {
	width: 20%;
	text-align: center;
	font-size: 18px;
	line-height:22px;
}

.usp span {
	width: 100%;
	color: #5E32C0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
	float: left;
	text-align: center;
	font-weight: 800;
	font-size: 24px;
	margin-bottom: 5px;
}

.usp span img {
	width: 118px;
}

#benefits {
	height: 344px;
	background-size: cover;
	border-radius: 8px;
}

#partners {
	padding: 60px 0px;
}

#partners .text-container {
	max-width: 360px;
	margin-top: 32px;
}

footer {
	background-color: #343A40;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

footer a {
	color: inherit;
	text-decoration: none;
	font-weight: 400;
}

.speechcloud-container {
	height: 339px;
	width: 299px;
	margin-right: 36px;
}

.page-template-about .speechcloud-container {
	height: calc(339px + 36px);
}

.speechcloud {
	height: calc(100% - 40px);
	border-radius: 8px;
	background-color: #F4F4F4;
}

#partners .swiper-pagination {
	bottom: 0px;
}

.bottom-cloud {
	height: 40px;
}

.speechcloud-end {
	width: 0;
	height: 0;
	border-top: 40px solid #F4F4F4;
	border-right: 40px solid transparent;
	position: absolute;
	right: 40px;
}

button {
	min-width: 168px;
	width: auto;
	padding: 0px 20px;
	height: 48px;
	text-align: center;
	border-radius: 24px;
	border: none;
	font-size: 14px;
	color: #5E32C0;
	font-family: 'Montserrat';
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
}

#benefits button {
	background-color: white;
}

main button:hover {
	opacity: 1 !important;
	transform: scale(1.1) !important;
	transition: 0.3s;
}

button.white {
	background-color: white;
}

button.yellow {
	background-color: #FFC107;
}

button.yellow.black {
	color: #343A40;
}

#header-image button {
	position: absolute;
	bottom: 26px;
	left: 26px;
}

#h1-content {
	position: absolute;
	top: 89px;
	width: 390px;
}

#h1-content p {
	margin: 0px;
	margin-bottom: 16px;
}

/*
 * Globale linkkleur. Stond op het merkgoud #FFC107: 1,63:1 op wit, ver
 * onder de 4,5:1 van WCAG 1.4.3 en ook onder de 3:1 voor grote tekst.
 * Het paars staat al in .content-container a en .link-container a --
 * deze regel liep daarop achter. Nu 7,80:1.
 */
a {
	color: #5E32C0;
	text-decoration: underline;
	font-weight: 600;
}

.header-block-content {
	position: relative;
	margin-top: 34px;
	padding-left: 67px;
}

#contact .header-block-content h3 {
	text-transform: none;
}

.header-block-content h3 {
	margin-bottom: 3px;
}

.header-block-content .pre-header {
	margin-bottom: 4px;
}

#contact h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
}

#contact a {
	text-decoration: none;
}

#partners .swiper {
	height: 374px;
	width: 670px;
	float: right;
	position: relative;
	left: 36px;
}

.text-container p {
	margin-top: 10px;
}


#people .text-container {
	max-width: 230px;
	margin-top: 32px;
}

#photo-container {
	float: right;
	width: 800px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 70px;
	position: relative;
}

.page-template-index #photo-container {
	width: 669px;
	margin-bottom: 60px;
	margin-right: -18px;
	margin-top: -18px;
}

.page-template-index .photo-container-home {
	width: 187px;
	height: 187px;
	margin: 18px;
	background-color: white;
	border-radius: 16px;
}

.page-template-index .photo {
	width: 100%;
	height: 100%;
	margin: 0px;

}

#photo-container-mask {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#photo-container-mask #top {
	height: 50%;
	background-image: linear-gradient(to right, #ffffff00, #ffffff);
}

.page-template-index #photo-container-mask #top {
	height: 25%;
}

.page-template-index #photo-container-mask #bottom {
	height: 75%;
}

.page-template-index #photo-2 .photo {
	opacity: 0.666
}

.page-template-index #photo-3 .photo {
	opacity: 0.333
}

.page-template-index #photo-5 .photo {
	opacity: 0.666
}

#photo-container-mask #bottom {
	height: 50%;
	background-image: linear-gradient(to right, #F4F4F400, #F4F4F4);
}

.photo {
	width: 80px;
	height: 80px;
	margin: 10px;
	background-color: '#a8a8a8';
	background-size: cover;
	border-radius: 16px;
	overflow: hidden;
	filter: grayscale(1);
}



.page-template-about .photo {
	filter: none;
}

.photo button.yellow {
	min-width: auto;
	padding: 0px;
	background-color: #FFC107;
	width: 100%;
	height: 100%;
	border-radius: 0px;
	z-index: 2;
	box-shadow: 0px 10px 10px 0px #00000026;

}

#all {
	float: right;
}

#all .photo {
	z-index: 2;
	filter: none;
}

#all.photo {
	z-index: 2;
	filter: none;
}


#header-container {
	background-size: cover;
	height: 360px;
	padding: 26px;
	position: relative;
	z-index: 1;
	background-position: top;
}

.page-template-news-page #header-container {
	background-position: center;
}

#header-container #h1-content {
	position: relative;
	top: auto;
	width: 100%;
	max-width: 514px;
	z-index: 2;
}

#header-container #h1-content h1 {
	font-size: 40px;
	line-height: 36px;
	max-width: 500px;
}

#header-container #h1-content p {
	margin-bottom: 0px;
	margin-top: 18px;
}

#header-container button {
	position: absolute;
	left: 26px;
	bottom: 26px;
}

#general {
	margin-top: -180px;
	padding-top: 228px;
	padding-bottom: 60px
}

.benefit {
	background-color: #F4F4F4;
	padding: 0px 0px 60px 0px;
	text-align: center;
}

.benefit.partners {
	background-color: #ffffff;
	padding-top: 48px;
	padding-bottom: 60px
}

.col-3 {
	width: 33.33%;
}

.col-4 {
	width: 33.33%;
}

.benefit img {
	height: 48px;
	margin: 62px 0px 28px 0px;
}

.benefit p {
	max-width: 336px;
	margin: auto;
	float: none;
}

.partners .partner {
	width: 20%;
	padding: 18px;
}

.partners .partner img {
	margin: 0px;
	max-width: none;
	width: 100%;
	height: auto;
}

.partners h2 {
	margin-bottom: 35px;
}

.col-6 {
	width: 50%;
}

.contact-container {
	background-color: #F4F4F4;
	margin-bottom: 60px;
}

.page-template-contact .contact-container {
	margin-bottom: 0px;
	margin-top: 36px;
}

.contact .col-6 {
	padding: 26px 26px 48px 26px;
	text-align: left;
}

.contact input,
.contact textarea {
	width: 100%;
	height: 48px;
	border: none;
	margin-bottom: 12px;
	padding-left: 20px;
	font-family: 'Montserrat';
	box-sizing: border-box;
}

.contact input::placeholder,
.contact textarea::placeholder {
	color: #343A4066;
	font-size: 16px;
	font-family: 'Montserrat';
}

textarea#enquiry {
	resize: none;
	height: 86px;
	margin-bottom: 24px;
	padding-top: 15px;
}

textarea#message {
	resize: none;
	height: 249px;
	margin-bottom: 24px;
	padding-top: 15px;
}



#pictures-container {
	width: calc(100% + 36px);
	margin-left: -18px;
	margin-top: -18px
}

.photo-container {
	width: 187px;
	text-align: center;
	margin: 18px;
	min-height: 297px;
}

.photo-container p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.photo-container b {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
}

#pictures-container .photo {
	width: 100%;
	height: 187px;
	border-radius: 8px;
	box-shadow: 0px 10px 10px 0px #00000026;
}

.pictures {
	padding: 60px 0px 28px 0px;
	margin-top: -237px;
}

.pictures h4 {
	margin: 24px 0px 0px 28px;
}

#pictures-container {
	margin-top: 0px;
}

#timeline {
	margin-top: -180px;
	padding-top: 228px;
	padding-bottom: calc(237px + 2px)
}


.link-image {
	height: 200px;
	border-radius: 12px;
	box-shadow: 0px 10px 10px 0px #00000026;
	background-size: cover;
	position: relative;
	width: 100%;
}

.link-image-container {
	margin-top: 18px;
	overflow: hidden;
}

.page-template-jobs .link-image-container {
	min-height: 546px;
}

.link-image .button-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;

}

.link-image button {
	opacity: 0.8;
}

.linkbox {
	background-color: #DBDDEC;
	padding: 60px 0px;
}

.linkbox .col-3 {
	padding: 0px 18px;
}

.linkbox .col-4 {
	padding: 0px 18px;
}

.linkbox .pre-header::before {
	content: url(/wp-content/themes/hmy_b2b/assets/img/icon-metro-arrow-right-purple.svg);
}

#video-teaser .pre-header::before {
	content: url(/wp-content/themes/hmy_b2b/assets/img/play-yellow.svg);
	position: relative;
	top: 2px;
}

.linkbox .col-3 {}

.link-container {
	width: calc(100% + 36px);
	margin-left: -18px;
}

.page-template-jobs .link-image-content {
	padding: 26px 26px 41px 26px;
}

.page-template-jobs .link-image-content p,
.page-template-jobs-page .link-image-content p,
.page-template-news .link-image-content p,
.page-template-news-page .link-image-content p {
	font-size: 14px;
	line-height: 20px;
	margin-top: 4px;
}

#speechclouds.row {
	background-color: white;
}

#timeline.benefit img {
	max-width: none;
	margin: 0px;
	height: auto;
}

.page-template-jobs h1,
.page-template-jobs-page h1 {
	color: #ffffff
}

.page-template-news-page .link-image,
.page-template-jobs-page .link-image,
.page-template-jobs .link-image,
.page-template-news .link-image {
	box-shadow: none;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	height: 168px;
	background-position: center;
}

.page-template-news .link-image-content li,
.page-template-news-page .link-image-content li {
	color: #85898C;
}


.page-template-jobs main ul,
.page-template-jobs-page main ul {
	color: #ffffff;
	margin-top: 12px;
}

.page-template-jobs main .content-container ul,
.page-template-jobs-page main .content-container ul {
	margin-top: 0px;
	margin-bottom: 20px;
	color: inherit;
}

.page-template-jobs .linkbox {
	background-color: #ffffff;
	padding-top: 55px;
	padding-bottom: 32px;
}



.page-template-jobs .link-image-container,
.page-template-news .link-image-container,
.page-template-news-page .link-image-container,
.page-template-jobs-page .link-image-container {
	box-shadow: 0px 10px 10px 0px #00000026;
	border-radius: 8px;
	margin-bottom: 36px;
	min-height: 560px;
}

.page-template-news .link-image-container {
	min-height: 615px;
}

.page-template-news-page .link-image,
.page-template-jobs-page .link-image,
.page-template-jobs .link-image,
.page-template-news .link-image,
	{
	box-shadow: none;
	border-radius: 0px;
	height: 168px;

}

.page-template-news-page .link-image-container,
.page-template-jobs-page .link-image-container,
.page-template-jobs .link-image-container,
.page-template-news .link-image-container {
	margin-top: 0px;
}

.page-template-jobs #photo-container {
	margin-bottom: 68px;
}

.link-image h4,
.link-image h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 28px;
	font-weight: 800;
	color: white;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.link-image-content ul {
	color: #343A40;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-left: 0px;
	margin-bottom: 11px;
}

.link-image-content ul li {
	list-style: none;
	margin-bottom: 5px;
}

.link-image-content ul li::before {
	margin-right: 12px;
	background-size: contain;
	display: inline-block;
	text-align: center;
}

.link-image-content ul li#function::before {
	content: url('/wp-content/themes/hmy_b2b/assets/img/Icon ionic-ios-star.svg');
	width: 17px;
	height: 16px;
}

.link-image-content ul li#hours::before {
	content: url('/wp-content/themes/hmy_b2b/assets/img/Icon feather-clock.svg');
	width: 15px;
	height: 15px;
}

.link-image-content ul li#location::before {
	content: url('/wp-content/themes/hmy_b2b/assets/img/Icon ionic-md-pin.svg');
	width: 11px;
	height: 16px;
	position: relative;
	left: 3px;
}

.link-image-content ul li#category::before {
	content: url('/wp-content/themes/hmy_b2b/assets/img/Icon material-subject.svg');
	width: 16px;
	height: 16px;
	position: relative;
	top: 3px;
}

.link-image-content ul li#date::before {
	content: url('/wp-content/themes/hmy_b2b/assets/img/Icon metro-calendar.svg');
	width: 15px;
	height: 16px;
	position: relative;
	top: 3px;
}

link-image-content p {
	font-size: 14px;
}

.link-image-content {
	padding: 26px;
	color: #343A40;
}

#template-contact #header-container {
	margin-bottom: 36px;
}

.contact h3 {
	font-size: 28px;
	text-transform: none;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 12px;
}

.contact p {
	margin-bottom: 16px;
}

#ehq {
	/*font-size: 22px;*/
	margin-bottom: 48px;
}

#ehq span {
	font-weight: 600
}

.contact h2 {
	width: 100%;
	text-align: center;
	margin: 25px 0px 3px 0px;
}

.partner-info-container {
	height: 100px;
	position: absolute;
	bottom: 0px;
}

.partner-info-container img {
	width: 100px;
	float: left;
	max-width: none;
	margin: 0px;
	height: auto;
}

.quote-container {
	height: calc(100% - 100px);
	position: relative;
}

p.quote {
	position: absolute;
	top: 50%;
	text-align: center;
	transform: translate(0px, -50%);
	color: #5E32C0;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	width: 80%;
	left: 10%;
	font-weight: 500;

}

.partner-info-container p {
	width: calc(100% - 100px);
	line-height: 18px;
	position: absolute;
	left: 90px;
	top: 50%;
	transform: translate(0%, -50%);
	text-align: left;

}

body .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: #5E32C0;
}

#speechclouds {
	padding: 60px 0px;
}

#speechclouds h2 {
	margin-bottom: 48px;
}

#speechclouds-container {
	width: 1005px;
	margin: auto;
	float: none;
}

#speechclouds .speechcloud-container {
	margin: 0px;
	padding: 18px;
	width: calc(299px + 36px);
}

#timeline {
	text-align: left;
}

#timeline .col-6 {
	padding: 26px;
}

#timeline h4 {
	font-size: 20px;
	line-height: 22px;
	margin: 0px;
	color: #5E32C0;
}

#timeline p {
	margin: 0px;
	margin-bottom: 20px;
	max-width: none;
}

button img {
	width: 20px;
	position: absolute;
}

button span.container {
	position: relative;
	left: -13px;
}

button span.text {
	position: relative;
	left: 26px;
}

.mask {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: linear-gradient(to right, #00000063, #00000000, #00000000);
	left: 0px;
	top: 0px;
}

.link-image-container .mask {
	background-color: #0000002e;
}

.link-container a {
	text-transform: lowercase;
	color: #5E32C0;

}

.page-template-news .link-image-content p.teaser,
.page-template-news-page .link-image-content p.teaser {
	font-weight: 600;
	margin-bottom: 18px;
	font-size: 16px;
}

#loadmore {
	font-size: 24px;
	font-style: italic;
	color: #5E32C0;
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
}

#loadmore span {
	cursor: pointer;
}

#locations-container {
	padding: 48px 26px;
	position: absolute;
	width: auto;
}

.location {
	width: 200px;
	background-color: white;
	z-index: 2
}

footer {
	color: #F4F4F4;
	padding: 60px 0px;
}

/*
 * Footerkoppen. Waren h4 terwijl de pagina-h1 erboven staat en er geen
 * h2 of h3 tussen zit -- een gat in de koppenstructuur (WCAG 1.3.1).
 * Nu h2. De globale h2 staat op 36px/32px en 800; hier expliciet terug
 * naar wat de h4 renderde, zodat de footer er hetzelfde uitziet.
 */
footer h2 {
	/*
	 * De globale h2 zet behalve een grootte ook text-transform, float en
	 * width. Voor h4 bestond geen globale regel, dus die erfde niets --
	 * alles hieronder zet de footerkop terug zoals hij als h4 renderde.
	 */
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: none;
	float: none;
	width: auto;
	margin: 0px;
	margin-bottom: 13px;
}

footer p {
	padding-left: 26px;
}

footer img {
	margin-left: 26px;
}

footer hr {
	margin: 24px 0px 18px 0px;
	float: left;
	width: 100%;
}

footer .col-6 .row p {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 0px;
}

footer .col-6 .row img {
	max-height: 30px;
	filter: brightness(0) invert(1);
	margin: 6px 6px 6px 26px;
}

footer .col-6 .row {
	margin-bottom: 12px;
}

#locations h4 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	margin: 0px;
	margin-bottom: 6px;
}

.link-image-container p a {
	color: #5E32C0;
}

.location p a {
	color: #5E32C0;
}

.location {
	margin-bottom: 28px;
}

#locations {
	overflow: hidden;
}

#locations img {
	position: absolute;
	width: 70%;
	top: 0px;
	right: 0px;
	transform: translate(0%, -45%);
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

.page-template-jobs .link-image-container ul {
	color: #343A40;
	margin: 0px;
}

.page-template-news .linkbox {
	background-color: white;
}

.page-template-news h1 {
	color: white;
}

.page-template-jobs #photo-container-mask #bottom {
	background-image: linear-gradient(to right, #ffffff00, #ffffff)
}

.desktop.tablet {
	display: block;
}

.tablet {
	display: none;
}

#usps .row-a {
	width: 60%;
}

.row-a .usp {
	width: 33.33%;
}

#usps .row-b {
	width: 40%;
}

.row-b .usp {
	width: 50%;
}

#play-video-container {
	height: 108px;
	width: 192px;
	border-radius: 8px;
	background-color: #FFC107;
	position: absolute;
	bottom: 52px;
	right: 52px;
	box-shadow: 0px 5px 10px 0px #00000026;
	padding: 12px;
	cursor: pointer;

}

#play-video-container #play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

#play-video-container #nut {
	position: absolute;
	right: 0px;
	width: 192px;
	bottom: 0px;
}

#play-video-container span {
	color: #5E32C0;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	font-weight: 800;
	width: 100%;
	float: left;
}

.content-container {
	width: 66.6%;
	padding: 29px 26px 40px 26px;
}


.page-template-jobs-page .content-container h2,
.page-template-jobs-page .content-container h3 {
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 22px;
}

.page-template-jobs-page .content-container .link-image-content {
	padding: 0px;
}

.next-container {
	width: 33.3%;
	padding-right: 26px;
}

.page-template-jobs-page main .link-image-content ul {
	color: inherit;
	margin-top: 0px;
	margin-bottom: 0px;
}

.content-container a {
	color: #5E32C0;
	margin-bottom: 26px;
	text-transform: uppercase;
	float: left;
	font-size: 14px;
}

.content-container p a {
	float: none;
	text-transform: none;
	font-size: inherit;
}

.content-container h1 {
	font-size: 40px;
	color: #343A40;
	margin-bottom: 20px;
	line-height: 36px;
}

.content-container p {
	margin-bottom: 20px;
}

.next-container {
	padding: 29px 0px 0px 0px
}

.next-container h3 {
	margin-bottom: 23px;
	text-transform: uppercase;
	float: left;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	top: -3px;
}

.next-container .link-image-container {
	margin-top: 0px;
}

#geen-vacatures {
	margin-bottom: calc(28px + 180px);
	font-weight: 600;
}

@media (max-width: 1119.98px) {

	#logo, .custom-logo-link {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

	nav {
		display: none;
	}

	.language {
		right: 20px;
		top: 50%;
		transform: translate(0%, -50%);
		bottom: auto;
	}

	.language span {
		display: none;
	}

	.language ul li {
		margin-right: 0px;
	}

	.language span.flag {
		margin-right: 0px;
	}

	#hamburger {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(0%, -50%);
		width: auto;
	}

	#close {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translate(0%, -50%);
		width: auto;
	}

	#site-choice.mobile {
		position: relative;
		width: auto;
		right: auto;
		bottom: auto;
		width: 100%;
		text-align: center;
		height: 40px;
		background-color: #F4F4F4;
		padding-top: 10px;
	}

	#site-choice.mobile ul {
		margin: auto;
	}

	#site-choice.mobile ul li {
		list-style: none;
		display: inline-block;
		position: relative;
	}

	.tablet {
		display: block;
	}

	.desktop {
		display: none;
	}

	.tablet.desktop {
		display: block;
	}

	#off-page {
		transform: translate(-100%, 0%);
		width: 100%;
		z-index: 100;
		transition: 0.3s;
		position: fixed;
		height: 100%;
	}

	#off-page header {
		background-color: white;
	}

	.open-menu #off-page {
		transform: translate(0%, 0%);
		transition: 0.3s;
		z-index: 1000;

	}

	#hamburger-menu {
		height: calc(100% - 48px);
		background-color: #18181fe6;
	}

	#hamburger-menu ul {
		margin: 0px;
		padding: 0px;
		width: 100%;
		margin-top: 56px;
	}

	#hamburger-menu ul li {
		width: 100%;
		text-align: center;
		color: white;
		font-size: 20px;
		padding: 16px 0px;

	}

	#hamburger-menu ul li a {
		color: white;
		text-decoration: none;
		font-weight: 400;
	}

	#hamburger-menu ul li.grey-link a {
		color: #85898C;
	}

	#hamburger-menu button {
		position: absolute;
		bottom: 79px;
		left: 50%;
		transform: translate(-50%, 0%)
	}

	#header-image {
		width: 55%;
		background-position: center;
	}

	.header-block {
		width: 45%;
	}

	.header-block-content {
		padding-left: 13.8%;
	}

	.usp {
		width: 33.3%;
	}

	.wrapper {
		padding: 0px 20px;
	}

	.first .wrapper {
		padding: 0px 0px;
	}

	.current-menu-item::before {
		content: none;
	}

	#header-container {
		background-position: center;
	}

	#benefits {
		background-position: center;
	}

	#benefits li span {
		display: none;
	}

	#partners .swiper {
		width: 50%;
		left: 0px;
	}

	.speechcloud-container {
		margin: auto;
		float: right;
	}

	#photo-container {
		width: 50%;
	}

	#all.photo {
		float: left;
	}


	#primary {
		overflow: hidden;
	}

	.photo {
		width: calc(25% - 20px);
		padding-top: calc(25% - 20px);
	}

	.photo button.yellow {
		position: absolute;
		top: 0px;
		padding: 10px;
	}

	#grey-b {
		display: none;
	}

	#photo-container-mask #bottom {
		background-image: linear-gradient(to right, #ffffff00, #ffffff);
	}

	#usps .row-a {
		width: 100%;
		margin-bottom: 60px;
	}

	#usps .row-b {
		float: none;
		margin: auto;
		width: 66.66%
	}

	.col-3 {
		width: 50%;
	}
	
	.col-4 {
		width: 50%;
	}

	.photo-container {
		width: calc(25% - 36px);
		display: inline-block;
		min-height: 323px;
	}

	#pictures-container .photo {
		width: 100%;
		padding-top: 100%;
		margin: 0px;
		height: auto;
	}

	.page-template-about .linkbox .col-3 {
		margin-bottom: 36px
	}
	
	.page-template-about .linkbox .col-4 {
		margin-bottom: 36px
	}

	.page-template-about .linkbox {
		padding-bottom: calc(60px - 36px)
	}

	.page-template-about #speechclouds-container {
		width: auto;
	}

	.page-template-about .speechcloud-container {
		float: left;
	}

	#header-container #h1-content p {
		max-width: 100%
	}

	.page-template-index .photo-container-home {
		width: calc(33.3% - 36px);
		height: auto;
	}

	.page-template-index .photo-container-home .photo {
		padding-top: 100%;
	}

	.page-template-index #photo-container {
		width: calc(100% - 230px);
		float: right;
	}

}

@media (max-width: 991.98px) {
	.content-container {
		width: 100%;
	}

	.next-container {
		width: 100%;
		padding: 20px 26px 24px 26px;
	}

	.next-container .link-image-container {
		max-width: 360px;
	}

}

@media (max-width: 767.98px) {

	#logo, .custom-logo-link {
		width: 134px;
	}

	#benefits li span {
		display: inline;
	}


	.wrapper {
		padding: 0px 0px;
	}

	.tablet.desktop {
		display: none;
	}

	.tablet.mobile {
		display: block;
	}

	.mobile {
		display: block;
	}

	.desktop {
		display: none;
	}

	#header-image {
		width: 100%;
		height: 224px;
	}

	.header-block {
		width: 100%
	}

	#grey-a img {
		display: none;
	}

	header {
		height: 48px
	}

	.usp {
		width: 100%
	}




	#partners .swiper {
		width: 100%;
		margin-top: 40px;
	}

	#h1-content p {
		display: none;
	}

	#header-image button {
		display: none;
	}

	h1 {
		font-size: 40px;
		line-height: 36px;
	}

	#h1-content {
		position: relative;
		top: 0px;
		width: auto;
	}



	#intro {
		padding: 24px 20px 0px 20px;
		background-color: white;
	}

	#intro p {
		margin-bottom: 32px;
	}

	#intro button {
		margin-bottom: 40px;
	}

	body {
		margin: 0px;
		font-family: 'Montserrat';
		color: #343A40;
		line-height: 20px;
		font-size: 14px;
	}

	#grey-a {
		display: none;
	}

	#grey-b {
		display: none;
	}

	.header-block-content {
		position: relative;
		transform: none;
		top: auto;
		padding: 24px 20px;
		margin-top: 0px;
	}

	.pre-header {
		font-size: 14px;
		line-height:18px;
	}

	h3 {
		line-height: 28px;
		font-size: 28px;
	}

	#usps {
		background-color: #F4F4F4;
		padding: 48px 20px 0px 20px;
	}

	.usp {
		margin-bottom: 60px;
		line-height: 16px;
	}

	.usp span {
		margin-bottom: 4px;
		font-size: 28px;
		line-height: 36px;
	}

	#benefits {
		background-image: none !important;
		background-color: #FFC107;
		border-radius: 0px;
	}

	#partners .text-container {
		margin-top: 0px;
	}

	#partners {
		padding: 60px 20px;
	}

	.speechcloud-container {
		margin: auto;
		float: none;
	}

	#partners .swiper {
		float: left;
		left: 0px;
	}

	#people {
		background-color: #F4F4F4;
		padding: 60px 20px;
	}

	#photo-container-mask #bottom {
		height: 100%;
		background-image: linear-gradient(to right, #F4F4F400, #F4F4F4);
	}

	#photo-container {
		margin-top: 26px;
		margin-right: auto;
		width: calc(100% + 13px);
		position: relative;
		left: 6px;
		margin-bottom: 0px;
	}

	.photo {
		width: 75px;
		height: 75px;
		margin: 6px;
		padding-top: 0px;
	}

	.col-6 {
		width: 100%;
	}

	footer {
		padding: 60px 20px;
	}

	footer p {
		padding-left: 0px;
		margin-bottom: 48px;
		line-height: 40px;
	}

	footer img {
		margin-left: 0px;
	}

	#header-container {
		height: 224px;
	}

	.col-3 {
		width: 100%;
	}
	
	.col-4 {
		width: 100%;
	}

	.benefit {
		background-color: white;
		padding: 24px 20px 36px 20px;
	}

	h1 span {
		color: white;
	}

	#header-container button {
		display: none;
	}

	#template-benefits #header-container {
		background-position-x: 78%;
		background-size: 241%;
		background-position-y: 0%;
	}

	h2 {
		font-size: 28px;
	}

	#general {
		padding-top: 0px;
		margin-top: 0px;
	}

	.benefit img {
		margin-top: 36px;
		margin-bottom: 28px;
	}

	.benefit p {
		margin-bottom: 24px;
	}

	.contact .col-6 {
		padding: 36px 20px;
	}

	#timeline .col-6 {
		padding: 0px 0px;
	}

	.pictures {
		padding: 60px 0px 64px 0px;
		margin-top: 0px;
	}

	#pictures-container .photo-container {
		width: 150px;
		margin: 17.5px;
		min-height: 260px;
	}

	#pictures-container .photo {
		height: 150px;
		margin: 0px;

	}

	#pictures-container {
		width: 100%;
		margin-left: 0px;
	}

	.pictures h2 {
		padding-left: 20px;
	}

	#timeline {
		margin-top: 0px;
		padding-top: 36px;
		padding-bottom: 40px;
		background-color: #F4F4F4;
	}

	#timeline.benefit img.mobile {
		margin-bottom: 36px;
	}

	.link-container {
		padding: 0px 20px 60px 20px;
	}

	.linkbox .col-3 {
		margin-top: 46px;
	}
	
	.linkbox .col-4 {
		margin-top: 46px;
	}

	.link-image button {
		opacity: 1;
	}

	button.purple {
		margin: auto;
		color: white;
		background-color: #5E32C0;
	}

	.linkbox {
		padding: 0px;
	}

	#speechclouds .speechcloud-container {
		margin: auto;
		float: none;
	}

	.partner-info-container img {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#template-about #header-container {}

	.page-template-jobs #primary ul.mobile {
		color: #343A40;
		padding: 23px 20px 0px 20px;
		margin: 20px;
		width: auto;
	}

	.page-template-jobs .linkbox {
		margin-top: -20px;
	}

	.page-template-jobs .linkbox,
	.page-template-news .linkbox {
		padding-top: 0px;
		padding-bottom: 60px;
	}

	.page-template-jobs .linkbox .col-3 {
		margin-top: 60px;
	}
	
	.page-template-jobs .linkbox .col-4 {
		margin-top: 60px;
	}

	.page-template-jobs #header-container {
		background-position: center;
	}

	.page-template-jobs .link-container {
		padding-bottom: 0px;
	}

	.page-template-news .link-image-container {
		margin-bottom: 0px;
	}

	.page-template-news #photo-container-mask #bottom {
		background-image: linear-gradient(to right, #F4F4F400, #F4F4F4);
	}

	.page-template-news #photo-container {
		margin-bottom: 0px;
	}

	#template-benefits .mask {
		background-color: #343a401a;
	}

	.page-template-jobs .mask {
		background-image: linear-gradient(to right, #00000063, #00000026, #00000000);
	}

	.page-template-news .linkbox {
		padding-top: 14px;
		background-color: white;
	}

	.page-template-news .link-container {
		padding-bottom: 56px;
	}

	.page-template-news h1 {
		color: white;
	}

	#template-contact h1 {
		color: white;
	}

	#template-contact #header-container {
		margin-bottom: 0px;
	}

	.contact h2 {
		margin-top: 36px;
		max-width: 250px;
		float: none;
		margin: 36px auto;
	}

	#template-contact .contact .col-6 {
		padding: 0px 20px;
	}

	#template-benefits .contact .col-6 {
		padding: 0px 20px;
	}

	.contact h3 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	#call-button button {
		margin: 20px 20px 60px 0px;
	}

	#template-contact button {
		margin-bottom: 60px;
	}

	#template-benefits button {
		margin-bottom: 60px;
	}

	textarea#enquiry {
		margin-bottom: 36px;
	}

	button.yellow.black {
		box-shadow: 0px 5px 10px 0px #00000026;
	}

	.location {
		width: 100%;
	}

	#locations-container {
		padding: 60px 20px;
		position: relative;
	}

	#locations img {
		top: -100%;
		width: 180%;
		right: -84%;
		transform: translate(0px, 4%);
	}

	footer .col-6 .row p {
		line-height: 18px;
	}

	#template-index {}

	#benefits-image {
		height: 118px;
		background-size: cover;
	}

	#walnut {
		position: absolute;
		width: 168px;
		bottom: 65px;
		right: 10px;
		z-index: -1;
	}

	.header-block {
		height: auto;
	}

	.header-block-content {
		padding-bottom: 60px;
	}

	#benefits ul {
		margin-top: 4px;
		margin-bottom: 32px;
	}

	#benefits {
		height: auto;
	}

	.padding {
		padding: 24px 20px 48px 20px
	}

	main button:hover {
		opacity: 1 !important;
		transform: none !important;
	}

	.partners .partner {
		width: 50%;
	}

	.partners h2 {
		margin-bottom: 28px;
	}

	.benefit.partners {
		padding-top: 0px;
	}

	.swiper-wrapper {
		margin-bottom: 24px;
	}

	.page-template-jobs #photo-container-mask #bottom {
		background-image: linear-gradient(to right, #F4F4F400, #F4F4F4)
	}

	#people .text-container {
		margin-top: 0px;
	}

	#template-benefits h2 {
		margin-top: 0px;
	}

	#template-benefits .contact h2 {
		margin-top: 36px;
		max-width: none;
	}

	#template-contact .contact h2 {
		margin-top: 36px;
		max-width: none;
	}

	.page-template-jobs .link-image-container,
	.page-template-news .link-image-container {
		margin-bottom: 0px;
		max-width: 360px;
	}

	.page-template-jobs #photo-container {
		margin-bottom: 0px;
	}

	.page-template-news .linkbox .col-3 {
		margin-top: 60px;
		margin-bottom: 0px;

	}
	
	.page-template-news .linkbox .col-4 {
		margin-top: 60px;
		margin-bottom: 0px;

	}

	.content-container h1 {
		font-size: 28px;
		line-height: 32px;
	}

	#geen-vacatures {
		margin-top: 60px;
		padding-left: 20px;
	}

	.page-template-index #photo-container {
		width: 100%;
		float: left;
		margin-left: -12px;
		margin-top: 26px;
		margin-bottom: 0px;

	}

	.page-template-index .photo-container-home {
		margin: 6px;
		width: calc(33.3% - 12px)
	}

	.page-template-index #photo-container-mask {
		display: none;
	}

}

@media (max-width: 349.98px) {
	#header-container #h1-content h1 {
		font-size: 34px;
		line-height: 30px;
	}

	#header-container {
		background-position: right;
	}

	.page-template-about #header-container {
		background-position: top;
	}
}

/* NEW CONTACT */

#contact-map-container {
	background-image: url(https://samenwerkenmet.harmony.nl/wp-content/uploads/sites/2/2022/03/Europe_HMY-Offices.jpg);
	width: 788px;
	height: 486px;
	background-size: cover;
	position: relative;
}

.city {
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 50%;
	background-color: #FFC107;
	transform: translate(-50%, -50%);
}

.hq {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	background-color: #5E32C0;
	transform: translate(-50%, -50%);
}

.info-container {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
	transition: 0.2s;
}

.info-container.visible {
	width: 220px;
	height: 100px;
	z-index: 10;
	transition: 0.2s;
}

.info {
	padding: 12px;
	border: 1px solid #FFC107;
	width: 188px;
	height: 94px;
	box-sizing: border-box;
	position: absolute;
	left: 30px;
	top: 6px;
	background-color: white;
}

.info p {
	margin: 0px;
	font-size: 16px;
	color: #5E32C0;
	font-weight: 500;
}

.info p span {
	font-size: 24px;
	font-weight: 400;
	color: #343A40
}

.arrow-white {
	width: 0;
	height: 0;
	border-top: 12px solid white;
	border-left: 12px solid transparent;
	position: absolute;
	top: 0px;
	left: -12px;
	z-index: 2;
}

.arrow-yellow {
	width: 0;
	height: 0;
	border-top: 14px solid #FFC107;
	border-left: 14px solid transparent;
	position: absolute;
	top: -1px;
	left: -14px;
	z-index: 1;
}

.visible #container {
	height: 113px;
	width: 361px;
	transition: 0.2s;
}

#container {
	height: 0px;
	width: 0px;
	transition: 0.2s;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

#line-container {
	height: 113px;
	width: 361px;
	position: absolute;
}

#line-1 {
	position: absolute;
	height: 155px;
	width: 113px;
	border-right: 2px solid #5E32C0;
	right: 38px;
	bottom: -62px;
	transform: rotate(-45deg);
}

#line-2 {
	border-top: 2px solid #5E32C0;
	width: 251px;
	position: absolute;
	top: 2px;
	left: 0px;
}

#new-map {
	position: relative;
	width: auto;
	float: right
}

.location {
	display: none;
}

.location.hq-location {
	display: block;
}

#locations img {
	display: none;
}

.bottom .info-container {
	top: -100px;
}

.bottom .arrow-yellow {
	border-top: none;
	border-bottom: 14px solid #FFC107;
	top: auto;
	bottom: -1px;
}

.bottom .arrow-white {
	border-top: none;
	border-bottom: 12px solid white;
	top: auto;
	bottom: 0px;
}

@media (max-width: 940px) {
	#new-map {
		display: none;
	}

	.location {
		background-color: inherit;
		display: block;
	}

	#locations-container {
		position: relative;
	}

	#locations img {
		display: block;
	}

}