/*
Theme Name: Made4Data
Theme URI: https://
Description: Thema voor de website van Made4Data
Version: 0.1
Author: Bonsai media
Author URI: https://www.bonsaimedia.nl/
*/



/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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



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





/* Variables */

:root {
	--main-green: #7ee227;
	--main-azure: #13d3ae;
	--main-blue: #072f3d;
}





/* Global styles */

body {
	background: #f7fafa;
	color: #031e27;
	font: normal 400 17px/32px "Plus Jakarta Sans", sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	color: #031e27;
	font-weight: 700;
	font-family: "Plus Jakarta Sans", sans-serif;
}

h1 { margin-bottom: 20px; font-size: 52px; line-height: 62px; color: var(--main-blue); }
h2 { margin-bottom: 15px; font-size: 30px; line-height: 40px; color: }
h3 { margin-bottom: 10px; font-size: 24px; line-height: 34px; color: var(--main-azure); }
h4 { margin-bottom: 5px; font-size: 22px; line-height: 30px; color: var(--main-azure); }
h5 { margin-bottom: 0; font-size: 22px; line-height: 30px; color: var(--main-green); }
h6 { margin-bottom: 0; font-size: 18px; line-height: 26px; }
h7 { margin-bottom: 0; font-size: 16px; line-height: 24px; color: var(--main-blue); }

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
	margin-bottom: 0;
}



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



strong {
	font-weight: 700;
}



img {
	max-width: 100%;
	height: auto;
}



hr {
	height: 1px;
	margin: 0 0 20px;
	background: #d6d5e0;
	border: 0;
}



/* --- Input */

::placeholder {
	color: var(--main-blue);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--main-blue);
}

::-ms-input-placeholder {
	color: var(--main-blue);
}



form {}

form p {}
form p:not(:last-child) {
	margin-bottom: 0;
}

form label, form legend {
	font-weight: 700;
	font-size: 16px;
}

form legend {
	margin-bottom: 10px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=password], input[type=submit], textarea, select, button {
	width: 100%;
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	color: var(--main-blue);
	font: 17px/32px "Plus Jakarta Sans", sans-serif;
	text-align: left;
	border: 1px solid #427887;
	transition: all 0.2s;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, textarea:focus, select:focus, button:focus {}



select {
	/*
	background-image: url(img/select.png)!important;
	background-position: right 20px center!important;
	background-size: 14px 8px!important;
	background-repeat: no-repeat!important;
	*/
}

textarea {
	height: 100px;
}

input[type=submit], button {
	display: block;
	width: auto;
	margin: 0;
	padding: 10px 20px;
	background: var(--main-blue);
	color: #fff;
	font: 700 16px/40px "Plus Jakarta Sans", sans-serif;
	text-align: center;
	border: 0;
}
input[type=submit]:hover, button:hover {
	cursor: pointer;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-justify { text-align: justify; }
.text-uppercase { text-transform: uppercase; }
.text-lowercase { text-transform: lowercase; }
.text-capitalize { text-transform: capitalize; }



.position-relative {
	position: relative;
}

.align-items-flex-start {
	align-items: flex-start;
}

.align-items-flex-end {
	align-items: flex-end;
}



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1372px;
	margin: 0 auto;
	padding: 0 20px;
}



/* --- Text */

span.subtitle {
	color: var(--main-azure);
	font-weight: 600;
	font-size: 16px;
	line-height: 32px;
}

span.intro {
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
}

span.date {
	color: #427887;
}



/* --- Buttons */

.back {
	display: inline-block;
	margin-bottom: 15px;
	color: var(--main-azure);
	font-weight: 600;
	font-size: 16px;
}

.back svg {
	margin-right: 5px;
	transition: margin 0.2s;
}
.back:hover svg {
	margin-right: 10px;
}



/* --- Buttons */

a.button {
	position: relative;
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 5px 20px;
	color: #031e27;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px!important;
	text-align: center;
	text-decoration: none;
	z-index: 0;
	cursor: pointer;
	transition: all 0.2s;
}
a.button:only-child, a.button:only-of-type {
	margin: 0;
}

a.button:before, a.button:after {
	position: absolute;
	transition: all 0.2s;
	content: " ";
}
a.button:before {
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: -1;
	mask-size: 500px 100px;
	mask-position: left bottom;
	mask-repeat: no-repeat;
}
a.button:hover:before {
	mask-image: url('img/button-mask.svg');
}

a.button:after {
	bottom: -10px;
	left: -10px;
	width: 10px;
	height: 10px;
	z-index: 1;
	opacity: 0;
}
a.button:hover:after {
	opacity: 1;
}



.text-center a.button {
	margin: 0 10px 20px;
}



a.button img {
	float: none!important;
	margin: -5px 5px 0 0;
	vertical-align: middle;
}



a.button.green {}
a.button.green:before {
	background: var(--main-green);
}
a.button.green:hover:before {
	background: var(--main-azure);
}
a.button.green:after {
	background: var(--main-green);
}



a.button.white {}
a.button.white:hover {
	color: #fff;
}
a.button.white:before {
	background: #fff;
}
a.button.white:hover:before {
	background: var(--main-blue);
	color: #fff;
}
a.button.white:after {
	background: var(--main-blue);
}



a.button.azure {}
a.button.azure:hover {}
a.button.azure:before {
	background: var(--main-azure);
}
a.button.azure:hover:before {
	background: var(--main-green);
}
a.button.azure:after {
	background: var(--main-azure);
}



a.button.blue {
	color: #fff;
}
a.button.blue:hover {
	color: #031e27;
}
a.button.blue:before {
	background: var(--main-blue);
}
a.button.blue:hover:before {
	background: #fff;
}
a.button.blue:after {
	background: var(--main-blue);
}



a.button.text {
	padding: 0;
}
a.button.text:before {
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;

	width: 100%;
	height: 2px;
	background: var(--main-azure);

	transition: width 0.2s;
	opacity: 1;
}
a.button.text:hover:before {
	width: 40px;
	mask-image: none;
}
a.button.text:after {
	display: none;
}



a.button.teamviewer {
	color: #fff;
}
a.button.teamviewer:before {
	background: #3056ef;
}
a.button.teamviewer:after {
	background: #3056ef;
}



/* --- Vinkjes */

ul.vinkjes {}

ul.vinkjes li {
	padding: 3px 0 3px 25px;
	background: url(img/li-check.svg) left 13px/20px 14px no-repeat;
}



/* --- Slider */

.flickity-button {
	background: transparent!important;
	z-index: 2;
}
.flickity-button:disabled {
	opacity: 0!important;
}

.flickity-prev-next-button {
	width: 50px!important;
	height: 50px!important;
	margin-top: -25px;
	padding: 0!important;
	border-radius: 0!important;
	transform: none!important;
}

.flickity-prev-next-button.previous {
	left: -25px!important;
	left: -9px!important;
	background: #031e27 url(img/slider-prev.svg) center/8px 14px no-repeat!important;
}

.flickity-prev-next-button.next {
	right: -25px!important;
	right: -9px!important;
	background: #031e27 url(img/slider-next.svg) center/8px 14px no-repeat!important;
}


.flickity-prev-next-button .flickity-button-icon {
	display: none;
}


.flickity-viewport {
	overflow: visible!important;
}



/* --- Block */

.block {
	float: left;
	width: 100%;
	padding: 25px 30px 30px;
	background: #fff;
	border: 1px solid #e3ecee;
}

.block.cta {
	background: #7EE226;
	background: linear-gradient(140deg, #7EE226 0%, #12D3AE 100%);
}

.block.cta img {
	float: left;
	margin: 0 10px 30px 0;

	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 100%;
}

.block.cta h4 {
	margin-top: -5px;
	margin-top: 5px;
	color: #031e27;
	font-size: 18px;
	font-size: 17px;
	line-height: 26px;
}



/* --- Cover */

.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}



/* --- Video */

.video-container {
	position: relative;
	height: 0;
	margin-bottom: 20px;
	margin-bottom: 0;
	padding-bottom: 56.25%;
	padding-top: 0;
	background: var(--main-blue);
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* --- Labels */

span.label {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 0 10px;
	background: #e3ecee;
	color: #031e27;
	font-size: 14px;
	line-height: 30px;
}



.label-logo-large {
	float: left;
	width: 148px;
	height: 148px;
	margin: 0 -1px -1px 0;
	padding: 15px;
	background: #fff;
	line-height: 119px;
	border: 1px solid #e3ecee;
}

.label-logo-large img {
	margin: 0 auto;
	vertical-align: middle;
}



.label-logo {
	float: left;
	margin: 0 10px 10px 0;
	background: #e3ecee;
	overflow: hidden;
	clear: both;
}

.label-logo img {
	float: left;
	width: 50px;
	height: 50px;
	padding: 5px;
	background: #fff;
	border: 1px solid #e3ecee;
}

.label-logo span {
	float: left;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
}



/* --- Post */

.post {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
}
.post:hover {}

.post .image {
	float: left;
	width: 100%;
}

.post .image img {
	float: left;
	width: 100%;
}

.post .content {
	float: left;
	width: 100%;
	padding: 20px 30px 30px;
	border: 1px solid #e3ecee;
}

.post .content h2 {
	margin-bottom: 15px;
	color: #031e27;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}



/* --- Koppeling */

.koppeling {
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 30px 40px;
	background: #fff;
	border: 1px solid #e3ecee;
	overflow: hidden;
	transition: all 0.2s;
}
.koppeling:hover {
	margin-top: -5px;
	margin-bottom: 5px;
	box-shadow: 0 8px 20px 0 rgba(3, 30, 39, 0.06);
}

.koppeling img {
	margin-bottom: 10px;
}

.koppeling h3 {
	color: #031e27;
	font-size: 20px;
	line-height: 26px;
}



/* --- Klantverhaal */

.klantverhaal {
	background: #fff;
	margin-top: 60px;
	margin-bottom: 50px;
	overflow: hidden;
	box-shadow: 0 15px 50px 0 rgba(66, 120, 135, 0.2);

	display: flex;
	align-items: stretch;
}

.klantverhaal .content {
	width: 100%;
	height: 100%;
	padding: 40px;
}

.klantverhaal .content blockquote {
	margin-bottom: 40px;
	padding-left: 0!important;
	padding-right: 0!important;
	background-position: left top!important;
}

.klantverhaal .content .logo {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	padding: 10px;
	background: #f7fafa;
	text-align: center;
	line-height: 100px;
	border-radius: 100%;
}

.klantverhaal .content .logo img {
	max-width: 80px;
	max-height: 80px;
	vertical-align: super;
}

.klantverhaal .content .meta {
	float: left;
	margin-top: 15px;
}

.klantverhaal .content .meta span {
	color: #427887;
}

.klantverhaal .image {}

.klantverhaal .image img {
	float: left;
	height: 100%;
	object-fit: cover;
}



/* --- Slider shade */

.shade-left, .shade-right {
	position: absolute;
	top: 0;
	width: 500px;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.shade-left {
	left: 0;
	background: url(img/slider-shade-left.png) center/500px 10px repeat-y;
}

.shade-right {
	right: 0;
	background: url(img/slider-shade-right.png) center/500px 10px repeat-y;
}



section.newsslider .shade-left {
	background: url(img/slider-shade-left-alt.png) center/500px 10px repeat-y;
}

section.newsslider .shade-right {
	background: url(img/slider-shade-right-alt.png) center/500px 10px repeat-y;
}





/* Header */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: transparent;
	z-index: 3;
	transition: background 0.4s;
}

#header.scrolled {
	background: #031e28;
}

body:not(.has-banner) #header {
	background: #031e28;
}


#header .container {
	max-width: 1462px; // 1422
}

#header .row {
	height: 100px;
}



#logo {
	float: left;
	display: block;
}

#logo img {
	float: left;
}



/* --- Nav */

.nav {}

.nav ul {}

.nav ul li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	font-weight: 700;
	font-size: 18px;
}

.nav ul li.menu-item-has-children {
	padding-right: 14px;
	background: url(img/nav-down.svg) right center/8px 5px no-repeat;
}

.nav ul li.trp-language-switcher-container {
	margin-left: 20px;
}

.nav ul li a {
	display: inline-block;
	padding: 34px 0;
	padding: 0;
	line-height: 100px;
	color: #fff;
}
.nav ul li a:hover {
	color: var(--main-azure);
}


.nav ul li.button {}

.nav ul li.button a {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	background: var(--main-green);
	color: #031e27;
	line-height: 40px!important;
	cursor: pointer;
	transition: all 0.2s;
}
.nav ul li.button a:hover {
	background: var(--main-azure);
}

.nav ul li.button:before, .nav ul li.button:after {
	position: absolute;
	width: 10px;
	height: 10px;
	z-index: 1;
	opacity: 0;
	content: " ";
	transition: opacity 0.2s;
}
.nav ul li.button:before {
	bottom: 0;
	left: 0;
	background: #031e27;
}
.nav ul li.button:after {
	bottom: -10px;
	left: -10px;
	background: var(--main-green);
}

.nav ul li.button:hover:before, .nav ul li.button:hover:after {
	opacity: 1;
}


.nav ul li span.trp-menu-ls-label {
	display: inline-block;
	height: 40px;
	padding: 0 13px;
	line-height: 40px;
	background: var(--main-blue);
}

.nav ul li span.trp-menu-ls-label .trp-flag-image {
	margin: -4px 0 0;
	vertical-align: middle;
}



/* --- Subnav */

.nav ul li ul {
	display: none;
	position: absolute;
	top: 100px;
	left: -30px;
	width: 300px;
	height: auto;
	padding: 20px;
	background: #427887;
	font-weight: 600;
	line-height: 22px;
	text-align: left;
	text-transform: none;
	border-radius: 8px;
}
.nav ul li:hover ul {
	display: block;
}

.nav ul li ul li {
	width: 100%;
	margin: 0;
	font-size: 16px;
}

.nav ul li ul li a {
	display: inline-block;
	width: 100%;
	padding: 11px 10px;
	color: #fff;
	line-height: inherit;
	border-radius: 4px;
	transition: all 0.2s;
}
.nav ul li ul li a:hover {
	background: #326574;
	color: #fff;
}





/* Content */

#content {
	float: left;
	width: 100%;
	padding: 60px 0;
}


#content p:not(:last-child) {
	margin-bottom: 25px;
}
#content p:has(.subtitle) {
	margin-bottom: 10px;
}



/*
#content p a:not(.button) {
	color: inherit;
	border-bottom: 2px solid var(--main-azure);
	transition: border 0.2s;
}

#content p a:not(.button):hover {
	border-bottom: 0;
}
*/

#content p a:not(.button) {
	position: relative;
	display: inline-block;
	color: inherit;
}
#content p a:not(.button):before {
	position: absolute;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--main-azure);
	transition: width 0.2s;
	opacity: 1;
	content: " ";
}
#content p a:not(.button):hover:before {
	width: 40px;
}



#content ul {
	margin: 0 0 25px 0;
}

#content ul {
	list-style: disc;
	list-style-position: inside;
}

#content ul li {
	list-style-type: square;
}
#content ul li::marker {
	color: var(--main-azure);
}

#content ol {
	margin: 0 0 25px 20px;
	list-style: numeric;
}

#content ol li {}


#content img {}


#content blockquote {
	padding: 35px 0;
	background: url(img/blockquote.svg) left top/40px 31px no-repeat;
	color: #427887;
	font-weight: 600;
	font-size: 20px;
	line-height: 34px;
}


#content .table-wrap {
	width: 100%;
	margin-top: 30px;
}

#content table {
	width: 100%;
	font-size: 16px;
	text-align: left;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0;
}

#content table th, #content table td {
	padding: 10px 15px;
}

#content table th, #content table thead td {
	background-color: var(--main-yellow);
	font-weight: 700;
}
#content table th:first-child, #content table thead td:first-child {
	border-radius: 25px 0 0 25px;
}
#content table th:last-child, #content table thead td:last-child {
	border-radius: 0 25px 25px 0;
}

#content table td {
	color: #000;
	border-bottom: 1px solid #d6d5e0;
}

#content table thead td {
	border-bottom: 0;
}

#content table td a {
	color: var(--main-darkgreen);
	text-decoration: underline;
}
#content table td a:hover {
	text-decoration: none;
}



#sidebar {
	margin-top: -150px;
	z-index: 1;
}

#sidebar .sticky {
	overflow: hidden;
}

#sidebar .block {
	float: left;
	width: 100%;
	padding: 30px;
}

#sidebar .block:not(.cta) {}

/*
#sidebar .block:not(.cta) img {
	width: 200px;
	height: 50px;
}
*/





/* Pagebuilder */

section {
	padding: 100px 0;
}
section:first-child {
	padding-top: 200px!important;
	padding-top: 150px!important;
}


/*
body:not(.has-banner) section:first-child {
	padding-top: 200px!important;
}
*/


section.same-bg-as-prev {
	padding-top: 0!important;
}




section .title {
	position: relative;
	margin-bottom: 45px;
	align-items: end;
	z-index: 2;
}




section.overview {
	padding: 100px 0 70px;
}






section.banner {
	position: relative;
	width: 100%;
	padding: 100px 0 80px;
	background: #031e27;
	color: #fff;
}
section.banner:first-child {
	background: #031e27 url(img/banner-bg.png) center/1833px 557px no-repeat;
}

section.banner + section.banner {
	padding-top: 0;
}

section.banner img {
	float: right;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

section.banner h1, section.banner h2 {
	color: #fff;
}

section.banner h1 svg {
	color: var(--main-azure);
}

section.banner span.intro {
	color: #fff;
}

section.banner a.button.text {
	color: #fff;
}





section.contentrow {}





section.newsslider {
	position: relative;
	padding: 100px 0 50px;
	background: #e3ecee;
	overflow: hidden;
}

section.newsslider .container {
	max-width: 1402px;
}

section.newsslider .slider {
	margin-bottom: 50px;
}

section.newsslider .slider .slide {
	width: calc(33.33333% - 30px);
	min-height: 100%;
	margin: 0 15px;
}

section.newsslider .slider .slide .block {
	width: 100%;
	height: 100%;
	padding: 0;
	background: #fff;
	overflow: hidden;
	transition: all 0.2s;
}
section.newsslider .slider .slide .block:hover {
	margin-top: -5px;
	margin-bottom: 5px;
	box-shadow: 0 8px 20px 0 rgba(3, 30, 39, 0.06);
}

section.newsslider .slider .slide .image {
	float: left;
	width: 100%;
}

section.newsslider .slider .slide .image img {
	float: left;
	width: 100%;
}

section.newsslider .slider .slide .block .content {
	float: left;
	width: 100%;
	padding: 20px 30px 30px;
}

section.newsslider .slider .slide .block .content h3 {
	margin-bottom: 15px;
	color: #031e27;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
}





section.koppelingslider {
	position: relative;
	padding: 100px 0 50px;
	overflow: hidden;
}

section.koppelingslider .container {
	max-width: 1402px;
}

section.koppelingslider .slider {
	margin-bottom: 50px;
}

section.koppelingslider .slider .slide {
	width: calc(33.33333% - 30px);
	min-height: 100%;
	margin: 0 15px;
	padding-top: 5px;
}





section.klantverhalenslider {
	position: relative;
	padding: 100px 0 50px;
	overflow: hidden;
}

section.klantverhalenslider .container {}

section.klantverhalenslider .slider {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

section.klantverhalenslider .slider .slide {
	float: left;
	margin-right: 60px;
}

section.klantverhalenslider .slider .slide .klantverhaal {
	margin: 0;
}

section.klantverhalenslider a.button {
	margin-bottom: 50px;
}





section.logoslider {
	position: relative;
	padding: 100px 0 50px;
	overflow: hidden;
}

section.logoslider .container {
	max-width: 100%;
}

section.logoslider .slider {
	overflow: hidden;
	margin-bottom: 50px;
	border-top: 1px solid #e3ecee;
	border-bottom: 1px solid #e3ecee;
}
section.logoslider .slider.second {
	margin-top: -50px;
	border-top: 0;
}

section.logoslider .slider .slide {
	float: left;
	width: 160px;
	height: 160px;
	margin: 0;
	padding: 30px;
	text-align: center;
	border-right: 1px solid #e3ecee;
}
section.logoslider .slider .slide:first-child {
	border-left: 1px solid #e3ecee;
}

section.logoslider .slider .slide img {
	margin: 0 auto;
}

section.logoslider a.button {
	margin-bottom: 50px;
}





section.tegels {
	padding: 100px 0 70px;
	background: #031e27;
}

section.tegels .title {}

section.tegels .title h2, section.tegels .title span.intro {
	color: #fff;
}

section.tegels .col-6 {
	margin-bottom: 30px;
}

section.tegels .tile {
	position: relative;
	display: block;
	height: 100%;
	padding: 40px 20px;
	background: var(--main-blue);
	color: #fff;
	overflow: hidden;
}

section.tegels .tile svg {
	float: left;
	margin: -4px 10px 10px 0;
	color: var(--main-azure);
	font-size: 34px;
}

section.tegels .tile h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}





section.partners {}

section.partners .partner {
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
	border: 1px solid #e3ecee;
}

section.partners .partner img {
	width: auto;
	max-width: 200px;
	height: 50px;
	margin-bottom: 5px;
}

section.partners .partner p {}
section.partners .partner:not(.cta) p:first-of-type {
	font-size: 16px;
	line-height: 26px;
}

section.partners .partner h3 {
	color: #031e27;
}



section.partners .partner.cta {
	padding: 30px;
	background: #7ee226;
	background: linear-gradient(90deg, #7ee226 0%, #12d3ae 100%);
}

section.partners .partner.cta  img {
	margin: 0 10px 10px 0;
}

section.partners .partner.cta  h3 {
	margin-top: -5px;
	font-size: 18px;
	line-height: 26px;
}

section.partners .partner.cta p {
	clear: both;
}





section.cta-block {}

section.cta-block .container {}

section.cta-block .container .block {
	padding: 0;
	background: #7ee226;
	background: linear-gradient(90deg, #7ee226 0%, #12d3ae 100%);
	overflow: hidden;
}

section.cta-block .container .block img, section.cta-block .container .block video {
	float: left;
	height: 100%;
	object-fit: cover;
}

section.cta-block .container .block .content {
	padding: 70px 25px;
}





section.bentogrid {
	padding: 100px 0 70px;
	background: #e3ecee;
}

section.bentogrid .tile {
	position: relative;
	margin-bottom: 30px;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

section.bentogrid .tile .cover {
	background: linear-gradient(180deg, transparent 0%, #15d3ae 80%);
}

section.bentogrid .tile .content {
	position: relative;
	float: left;
	width: 100%;
	padding: 35px 40px 40px;
	z-index: 1;
}

section.bentogrid .tile .image {
	float: left;
	width: 100%;
}

section.bentogrid .tile .image img {
	float: left;
	width: 100%;
}



section.bentogrid .tile.cta {
	min-height: 484px;
}

/*
section.bentogrid .tile.cta img {
	position: absolute;
	top: 40px;
	left: 40px;
}
*/

section.bentogrid .tile.cta .content {
	position: absolute;
	bottom: 0;
}





/*
section.werknemers {
	padding: 100px 0 80px;
	background: #e3ecee;
}

section.werknemers .werknemer {
	margin-bottom: 20px;
	background: #fff;
}

section.werknemers .werknemer .image {
	float: left;
	width: 100%;
}

section.werknemers .werknemer .image img {
	float: left;
	width: 100%;
}

section.werknemers .werknemer .content {
	float: left;
	width: 100%;
	padding: 20px 30px 25px;
}

section.werknemers .werknemer .content h3 {
	margin-bottom: 0;
	color: #031e27;
	font-size: 20px;
}

section.werknemers .werknemer .content p {}
section.werknemers .werknemer .content p:not(:last-child) {
	margin-bottom: 15px!important;
}

section.werknemers .werknemer .content span {
	color: #427887;
	font-size: 16px;
}

section.werknemers .werknemer .content svg {
	margin-right: 5px;
	color: var(--main-azure);
}

section.werknemers .werknemer .content a.button {
	margin-bottom: 0;
}
*/



section.werknemers {
	padding: 100px 0 70px;
	background: #e3ecee;
}

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

section.werknemers .container {
	position: relative;
}
section.werknemers .container::after{
	display: table;
	clear: both;
	content: "";
}



.werknemers .grid {
	margin: 0!important;
	padding: 0;
	list-style: none;
}
.werknemers .grid::after {
	display: block;
	clear: both;
	content: "";
}

.grid > li {
	float: left;
	width: calc(25% - 30px);
	margin: 0 15px 30px;
}

@media (max-width:959px){
	.grid > li{
		width: calc(50% - 30px);
	}
}

@media (max-width:567px){
	.grid > li{
		width: 100%;
		margin: 0 0 30px;
	}
}



.awsm-grid-holder{
	position: relative;
	overflow: hidden;
	background: #fff;
}



.grid figure {
	position: relative;
	margin: 0;
}

.grid figure .cover {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background-image: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
	z-index: 0;
	transition: opacity 0.2s;
	pointer-events: none;
}
.grid figure:hover .cover {
	opacity: 0.8;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figure .name {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 100%;
}

.grid figure .name h3 {
	margin-bottom: 10px!important;
	color: #fff;
	font-size: 20px;
}

.grid figure .name span {
	float: left;
	max-width: calc(100% - 60px);
	padding: 7px 10px;
	background: var(--main-blue);
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.awsm-grid.style-1 li.awsm-expanded > a > figure .name span {
	background: var(--main-green);
	color: #031e27;
}


.awsm-grid.style-1 > li {
	margin-bottom: 30px;
}

.awsm-grid.style-1 > li > a::before {
	display: none;
}

.awsm-grid.style-1 .awsm-grid-padding {
	max-width: 100%;
	margin: 0 15px 30px;
	padding: 40px 0;
	background: #fff;
	color: #031e27;
}

.awsm-grid.style-1 .awsm-details {
	width: 100%;
	padding: 0 40px;
}



.awsm-personal-details {
	max-height: none;
	margin: 0!important;
	padding: 0;
}





/* Pages */

#posts {}

#posts .col {
	margin-bottom: 30px;
}



/* --- Actualiteiten */

/* ------ Overzicht */



/* ------ Detail */

body.single-post {}

body.single-post .banner {
	height: 400px;
	padding: 0;
	background: #031e27;
	overflow: hidden;
}

body.single-post .banner .banner-inner {
	width: calc(100% + 100px);
	height: 500px;
	margin-top: -50px;
	margin-left: -50px;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	opacity: 0.5;
	filter: blur(10px);
}



#post-content {
	position: relative;
	float: left;
	width: 100%;
	background: #f7fafa;
	z-index: 1;
}



#share {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px 15px;
	border: 1px solid #e3ecee;
}

#share h6 {
	font-weight: 400;
	font-size: 17px;
	line-height: 32px;
}

#share ul {
	margin: 0;
}

#share ul li {
	display: inline-block;
	margin-left: 5px;
	list-style: none;
}

#share ul li a {
	display: block;
	width: 50px;
	height: 50px;
	background: #031e27;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	transition: all 0.2s;
}
#share ul li a:hover {
	background: var(--main-azure);
	color: #031e27;
}



/* --- Koppelingen */

/* ------ Overzicht */



/* ------ Detail */

body.single-koppeling {}

body.single-koppeling section.banner {}



#systems {}

#systems .system {}



/* --- Klantverhaal */

/* ------ Overzicht */



/* ------ Detail */

body.single-klantverhaal {}

body.single-klantverhaal section.banner {}





/* Plugins */

/* --- Gravity forms */

.gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	padding: 15px!important;
	font-size: 17px!important;
}





/* Footer */

#footer-top {
	position: relative;
	z-index: 1;
}

#footer-top .wrapper {
	background: var(--main-blue);
	color: #fff;
}

#footer-top .wrapper img {
	float: left;
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}

#footer-top .wrapper .content {
	padding: 95px 25px 85px;
}

#footer-top .wrapper .content h2 {
	margin-bottom: 15px;
	color: #fff;
}

#footer-top .wrapper .content ul {
	margin-bottom: 40px;
}



#footer {
	margin-top: -227px;
	padding: 317px 0 90px;
	position: relative;
	background: #7ee226;
	background: linear-gradient(90deg, #7ee226 0%, #12d3ae 100%);
	font-size: 14px;
}

#footer h3 {
	margin-bottom: 20px;
	color: #0b1534;
	font-size: 16px;
	line-height: 34px;
}


#footer a {}
#footer a:hover {
	text-decoration: underline;
}


#footer p {}

#footer a {}
#footer a:hover {}

#footer strong {
	font-weight: 700;
	font-size: 38px;
	line-height: 42px;
}

#footer ul {}

#footer ul li {}


#footer .col {}
#footer .col:first-of-type {
	font-weight: 800;
	font-size: 28px;
	line-height: 48px;
}


#footer #socials {
	float: left;
	margin-top: 40px;
}

#footer #socials a {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background: #031e27;
	color: #fff;
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	transition: all 0.2s;
}
#footer #socials a:hover {
	background: #fff;
	color: #031e27;
}


#footer .widgettitle {}

#footer .textwidget {
	float: left;
	width: 100%;
}



#socket {
	padding: 34px 0;
	background: #031e27;
	color: #fff;
	font-size: 14px;
}


#socket a {}
#socket a:hover {
	text-decoration: underline;
}


#socket ul {}

#socket ul li {
	display: inline;
	margin-right: 20px;
	white-space: nowrap;
}

#socket ul li a {
	color: #fff;
}
#socket ul li a:hover {}





/* CMS */

img.alignright, a img.alignright { float: right; margin: 0 0 10px 10px; }
img.alignleft, a img.alignleft { float: left; margin: 0 10px 10px 0; }
img.aligncenter, a img.aligncenter { display: block; margin: 0 auto 10px; }





/* Responsive */

#toggle-menu {
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	background: var(--main-azure);
	cursor: pointer;
	pointer-events: auto;
	z-index: 3;
}
#toggle-menu.open {
	background: var(--main-green);
}

#toggle-menu span {
	position: absolute;
	left: 10px;
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out;
}
#toggle-menu span:nth-child(1) {
	top: 16px;
}
#toggle-menu span:nth-child(2) {
	top: 22px;
}
#toggle-menu.open span:nth-child(1) {
	top: 19px;
	transform: rotate(45deg);
}
#toggle-menu.open span:nth-child(2) {
	top: 19px;
	transform: rotate(-45deg);
}





@media screen and (max-width: 1462px) {

	.nav ul li {
		margin-left: 20px;
		font-size: 16px;
	}



	.shade-left, .shade-right {
		display: none;
	}

}



@media screen and (max-width: 1199px) {

	.nav {
		display: none;
	}



	#toggle-menu {
		display: block;
	}



	#mobile-menu {
		display: none;
		position: fixed;
		top: 100px;
		left: 0;
		width: 100%;
		height: calc(100vh - 100px);
		padding: 40px 20px 140px;
		background: var(--main-blue);
		line-height: 42px;
		overflow-y: scroll;
		z-index: 3;
	}

	#mobile-menu ul {
		margin: 0;
		padding: 0;
		font-weight: 700;
		font-size: 22px;
	}

	#mobile-menu ul li {
		position: relative;
	}

	#mobile-menu ul li.menu-item-has-children {}
	#mobile-menu ul li.menu-item-has-children:before {
		position: absolute;
		top: 19px;
		right: 0;
		width: 12px;
		height: 8px;
		background: url(img/nav-down.svg) right center/12px 8px no-repeat;
		transition: transform 0.2s;
		content: " ";
	}

	#mobile-menu ul li.menu-item-has-children.open {}
	#mobile-menu ul li.menu-item-has-children.open:before {
		transform: rotate(180deg);
	}

	#mobile-menu ul li a {
		color: #fff;
	}

	#mobile-menu ul li ul {
		display: none;
		margin: 5px 0;
		padding: 10px 20px;
		background: #031e27;
		font-weight: 400;
		font-size: 16px;
		line-height: 32px;
		border-radius: 8px;
	}

	#mobile-menu ul li ul li {}

	#mobile-menu ul li ul li a {
		color: #eaf7f0;
	}



	#content .table-wrap {
		overflow-x: scroll;
	}

}



@media screen and (max-width: 959px) {

	section.banner img {
		height: auto;
		margin-top: 50px;
	}

	section.newsslider .slider .slide {
		width: calc(50% - 24px);
	}

	section.logoslider .slider .slide {
		width: calc(25% - 24px);
	}

	section.koppelingslider .slider .slide {
		width: calc(50% - 30px);
	}



	#sidebar {
		margin-top: 60px;
	}



	#footer-top .wrapper .content {
		padding: 45px 25px 35px;
	}


	#footer {
		padding: 317px 0 45px;
	}

	#footer .col {
		margin-bottom: 45px;
	}

}



@media screen and (max-width: 767px) {

	h1 { font-size: 45px; line-height: 55px; }
	h2 { font-size: 28px; line-height: 38px; }



	.klantverhaal {
		flex-direction: column;
	}



	section.logoslider .slider .slide {
		width: calc(33.33333% - 24px);
	}

}



@media screen and (max-width: 567px) {

	a.button {
		font-size: 17px;
	}


	.label-logo-large {
		width: 98px;
		height: 98px;
		padding: 10px;
		line-height: 78px;
	}


	.block.cta h4 {
		margin-top: 0;
		font-size: 15px;
		line-height: 22px;
	}


	.klantverhaal .content {
		padding: 35px;
	}



	section.logoslider .slider .slide {
		width: calc(50% - 24px);
	}

	section.koppelingslider .slider .slide {
		width: 100%;
		margin: 0;
	}


	section.cta-block .container .block .content {
		padding: 35px 15px;
	}



	#content blockquote {
		font-size: 18px;
		line-height: 30px;
	}

}



@media screen and (max-width: 479px) {

	h1 { font-size: 38px; line-height: 48px; }
	h2 { font-size: 26px; line-height: 36px; }

	h1 {
		word-break: break-word;
	}



	section.newsslider .slider .slide {
		width: 100%;
		margin: 0;
	}

	section.logoslider .slider .slide {
		width: 100%;
		margin: 0;
		border-left: 1px solid #e3ecee;
	}

}










@media screen and (min-width: 480px) {

}



@media screen and (min-width: 568px) {

}



@media screen and (min-width: 768px) {

	#content blockquote {
		padding: 35px 110px;
		background-position: 110px top;
	}



	.klantverhaal {}

	.klantverhaal .image {
		width: 41.11112%;
	}



	#post-content {
		margin-top: -250px;
		padding: 55px 110px 0;
	}

}



@media screen and (min-width: 960px) {

	#sidebar .sticky {
		position: sticky;
		top: 150px;
	}



	section.klantverhalenslider .slider .slide {
		width: 83.33333%;
	}

	section.klantverhalenslider .slider .slide .klantverhaal .content {
		width: 58.88888%;
	}



	body.single-koppeling section.banner {
		padding-bottom: 200px;
	}

}



@media screen and (min-width: 1200px) {

	#mobile-menu {
		display: none!important;
	}

}