/*---------------------------------------------- 
	1.1 Basics
------------------------------------------------*/
	html {
    font-size: 20px;
	}

	body {
    font-family: 'Stratum1Web';
    font-size: .95rem;
    line-height: 1.4;
    font-weight: 400;
    color: #18407A;
    background: #EDEDED; 
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	
  .text-strong {
    font-weight: 700;
  }

  .menu--is-open {
    height: 100vh;
    overflow: hidden;
  }

	a, a:hover, .btn, .btn:hover , .transition {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		text-decoration:none;	
	}
	
	p , figure , blockquote , ul {
		margin: 0 !important;
	}

	a {
		color: #D01041; 
	}

	a:hover {
		color: #18407A;
	}

	button:focus ,
	:focus {
		outline: 0 !important;
	} 

	h1, h2, h3, h4, .h1, .h2 {
		font-family: 'TT Tunnels Regular';
		color: #D01041;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 0.9;
		margin: 0;
		padding: 0;
	}

	h1, .h1 {
		font-size: 3.25rem;
	}

	h2, .h2 {
		font-size: 2.3rem;
	}

	h3, .h3 {
		font-size: 1.45rem;
	}

	.tt-tunnels-regular {
		font-family: 'TT Tunnels Regular';
	}
    
	.tt-tunnels-bold ,
	h1 strong , h2 strong,
  .h1 strong , .h2 strong{
		font-family: 'TT Tunnels Bold';
	}

	.tt-tunnels-black {
		font-family: 'TT Tunnels Black' !important;
	}

	@media all and (max-width: 1500px) {
    	html {
			font-size: 18px;
		}
	}

	@media all and (max-width: 1200px) {
    	html {
			font-size: 16px;
		}
	}

	@media all and (max-width: 767px) {
    	html {
			font-size: 15px;
		}
		h1, .h1 {
			font-size: 2.5rem;
		}
	}

/* Fonts -------------------------------------- */
  @font-face {
    font-family: 'TT Tunnels Light';
    src: url('fonts/TT_Tunnels_Light.woff2') format('woff2'),
         url('fonts/TT_Tunnels_Light.woff') format('woff');
	}

  @font-face {
    font-family: 'TT Tunnels Regular';
    src: url('fonts/TT_Tunnels_Regular.woff2') format('woff2'),
         url('fonts/TT_Tunnels_Regular.woff') format('woff');
	}  

	@font-face {
    font-family: 'TT Tunnels Bold';
    src: url('fonts/TT_Tunnels_Bold.woff2') format('woff2'),
         url('fonts/TT_Tunnels_Bold.woff') format('woff');
	}

  @font-face {
    font-family: 'TT Tunnels Black';
    src: url('fonts/TT_Tunnels_Black.woff2') format('woff2'),
         url('fonts/TT_Tunnels_Black.woff') format('woff');
	}

	@font-face {
    font-family: 'Stratum1Web';
    src: url('fonts/Stratum1WebRegular.eot');
    src: url('fonts/Stratum1WebRegular.eot?#iefix') format('embedded-opentype'),
           url('fonts/Stratum1WebRegular.woff2') format('woff2'),
           url('fonts/Stratum1WebRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
	}

  @font-face {
    font-family: 'Stratum1Web';
    src: url('fonts/Stratum1WebBold.eot');
    src: url('fonts/Stratum1WebBold.eot?#iefix') format('embedded-opentype'),
           url('fonts/Stratum1WebBold.woff2') format('woff2'),
           url('fonts/Stratum1WebBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
	}

/* Icomoon  -------------------------------------- */
	@font-face {
	  font-family: 'icomoon';
	  src:  url('fonts/icomoon.eot?tys0us');
	  src:  url('fonts/icomoon.eot?tys0us#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?tys0us') format('truetype'),
		url('fonts/icomoon.woff?tys0us') format('woff'),
		url('fonts/icomoon.svg?tys0us#icomoon') format('svg');
	  font-weight: normal;
	  font-style: normal;
	  font-display: block;
	}

	[class^="icon-"], [class*=" icon-"] {
	  /* use !important to prevent issues with browser extensions that change fonts */
	  font-family: 'icomoon' !important;
	  speak: never;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;

	  /* Better Font Rendering =========== */
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}

	.icon-arrow-right:before {
	  content: "\e902";
	}
	.icon-arrow-left:before {
	  content: "\e900";
	}
	.icon-triangle-right:before {
	  content: "\e901";
	}

.img-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

  strong {
		font-family: 'TT Tunnels Bold';
    font-weight: normal;
	}

/* Informatieblokken ---------------------------- */
.cd-card-container {
  position: relative;
  width: 100%;
  margin: 2rem auto !important;
  border: 1rem solid #fff;
}

.card-informatieblok {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  gap: 1.25rem;
  border: none;
  border-radius: 0;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3/2;
}

.card-informatieblok .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;  
}

.card-informatieblok .card-body ul {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .card-informatieblok {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}


/* Before/after --------------------------------- */
.cd-image-container {
  position: relative;
  width: 100%;
  margin: 2rem auto !important;
  border: 1rem solid #fff;
}
.cd-image-container img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-image-container {
    margin: 4em auto;
  }
}

.cd-image-label {
  font-family: 'TT Tunnels Bold';
  text-transform: uppercase;
  font-size: .85rem;
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #ffffff;
  padding: .5em 1em;
  border-radius: 10rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  background-color: #1C2C4C;
}
.cd-image-label.is-hidden {
  visibility: hidden;
}
.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-resize-img .cd-image-label {
  right: auto;
  left: 1em;
}
.is-visible .cd-resize-img {
  width: 50%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 0.7s;
  -moz-animation: cd-bounce-in 0.7s;
  animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 55%;
  }
  100% {
    width: 50%;
  }
}
.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #D01041 url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-arrows.svg") no-repeat center center;
  cursor: move;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}
.cd-handle.draggable {
  /* change background color when element is active */
  background-color: #1C2C4C;
}
.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

/* Buttons -------------------------------------- */
	.btn-primary, 
	.btn-primary:active ,
	.btn-primary:focus {
		background: #D01041;
    	color: #FFF;
    	border: none;
	}
	
	.btn-primary:hover {
		background: #FFF;
		color: #18407a;
		border: none;
	}
	
	.btn {
		font-family: 'TT Tunnels Bold';
		font-size: 1.26rem;
		line-height: 1.24rem;
		text-transform: uppercase;
		padding: 1.25rem 1.25rem;
		border-radius: 0;
		-webkit-clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%);
		clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%);
	}

  .btn-rounded {
    display: inline-block;
		font-size: .95rem;
    font-weight: 700;
		line-height: 1.24rem;
		text-transform: uppercase;
		padding: .85rem 1.5rem;
    border-radius: 3rem;
    border: none;
	}

  .btn-rounded.d-inline-flex {
    padding: .45rem 1.5rem;
  }

  .btn--white {    
    background: #fff;
    color: #D01041;
    box-shadow: 0px 0px .5rem 0px rgba(0,0,0,0.25);
  }

  .btn--white:hover {    
    box-shadow: 0px 0px .5rem 0px rgba(0,0,0,0.35);
  }

	.btn span {
		text-align: left !important;
		display: block;
	}

	.btn-md {
		width: 6.75rem;
		padding: 1.25rem 0.8rem;
	}

	.btn-link {
		font-family: 'Stratum1Web';
font-weight: 700;
		color: #FFF;
		text-decoration: none;
		display: block;
  }

  .btn-link:hover {
    color: #FFF;
    opacity: .7;
  }	  

	.btn-link i {
		font-size: 2rem;
		padding-left: 0.5rem;
	}

    button:focus ,
	.btn:focus {
		outline: 0 !important;
		box-shadow: none !important;
	}

.link-white, .link-white:hover {
  color: #fff;
}

/*---------------------------------------------- 
	1.2 Content Block 
------------------------------------------------*/
	.content-block p + p ,
	.content-block p + h2 ,
	.content-block p + h3 ,
	.content-block p + h4 ,
	.content-block ul + p ,
	.content-block ul + h3 {
		margin-top: 1.5rem !important;
	}

	.content-block h2 ,
	.content-block h3 {
		font-family: 'TT Tunnels Bold';
		color: #FFF;
		text-transform: uppercase;
		font-weight: inherit;
		margin: 0 0 5px 0;
    text-wrap: balance;
	}
	
	.content-block .h2 {
		font-size: 2.1rem;
		line-height: 1.24rem;
	}

	.content-block p a {
		font-family: 'Stratum1Web';
font-weight: 700;
	}

	.content-block img.aligncenter {
		margin: 0 auto;
		 display: block;
	}

	.content-block .embed-responsive {
		margin: 1.5rem 0;
	}

	#page-content .return .btn i {
		font-size: 2rem;
		padding-right: 0.75rem;
	}

@media all and (max-width: 767px) {
  .p-45 {
    padding: 2.25rem;
  }
  
  .px-45 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  
  .p-35 {
    padding: 1.5rem;
  }
  
  .px-35 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.p-45 {
  padding: 2.25rem;
}

/*---------------------------------------------- 
	1.3 Colors 
------------------------------------------------*/
	.bg-blue {
		background: #18407A !important;
	}

	.bg-dark-blue {
		background: #1C2C4C !important;
	}

	.bg-red {
		background: #D01041 !important;
	}

	.text-red {
		color: #D01041 !important;
	}

  .text-blue {
		color: #18407A !important;
	}

  .text-dark-blue {
		color: #1C2C4C !important;
	}


ul:not([class]) {
  padding: 0 0 0 1rem;
}

/*---------------------------------------------- 
	1.4 Spacing 
------------------------------------------------*/
.side-margin {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media all and (min-width: 992px) {
  .side-margin {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media all and (min-width: 1200px) {
  .side-margin {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }
}

.side-padding {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media all and (min-width: 992px) {
  .side-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media all and (min-width: 1200px) {
  .side-padding {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

/*
.padding-section {
  padding: 4.25rem 0;
}

.margin-section {
  margin: 0 2.5rem;
}

@media all and (max-width: 1500px) {
  .margin-section {
    margin: 0 2rem;
  }
}

@media all and (max-width: 767px) {
  .margin-section {
    margin: 0 0.75rem;
  }
  .padding-section {
    padding: 3rem 0;
  }
}
*/

/*---------------------------------------------- 
	1.5 Polygon
------------------------------------------------*/
	.polygon {
		position: relative;
	}

	.polygon::before {
		content: "";
		width: 100%;
		height: 7rem;
		background: #EDEDED;
		display: block;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1px), 0 2%);
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1px), 0 2%);
		position: absolute;
		z-index: 9;
		left: 0;
		right: 0;
		top: -1px;
	}

  .polygon.polygon-blue::before {
		background: #18407A !important;
	}

	@media all and (max-width: 1500px) {
		.polygon.large::before {
			height: 5.5rem;	
		}
	}

  .polygon-reverse {
		position: relative;
	}

	.polygon-reverse::before {
		content: "";
		width: 100%;
		height: 7rem;
		background: #EDEDED;
		display: block;
		-webkit-clip-path: polygon(0 7rem, 100% 0, 100% calc(100% - 1px), 0 100%);
		clip-path: polygon(0 7rem, 100% 0, 100% calc(100% - 1px), 0 100%);
		position: absolute;
		z-index: 9;
		left: 0;
		right: 0;
		bottom: -1px;
	}

  .polygon-reverse.polygon-reverse--flip::before {
		-webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	}

/*---------------------------------------------- 
	1.6 Item blog 
------------------------------------------------*/
.item-blog {
  height: 100%;
  background: #fff;
}

	.item-blog .body-item {
		padding: 2rem 1.5rem;
	}

	.item-blog .title {
		font-family: 'TT Tunnels Black';
		font-size: 1.26rem;
		line-height: 1.24rem;
		display: block;
	}

	.item-blog .read-more {
		font-family: 'Stratum1Web';
    font-weight: 700;
	}


/*---------------------------------------------- 
	2.0 Navigation
------------------------------------------------*/
body.menu--active {
  height: 100dvh;
  overflow: hidden;
}

.navigation {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr max-content;
  gap: 3rem 0;
  width: 0;
  pointer-events: none;
  height: 100%;
  min-height: 100dvh;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem .75rem;
  background: #1c2c4c;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 88;
}
.navigation-body {
  align-self: center;
}
.navigation-footer {
  opacity: 0;
}
.navigation-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-footer__list address {
  color: #748caf;
  margin: 0.5rem 0 0 0;
}

.navigation__logo:after {
  bottom: 37.5px;
  height: 5.6px;
}
.navigation__logo-slogan {
  margin-top: 44.4px;
  margin-left: -100px;
}

.navigation__logo {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.navigation__logo-brand img {
  max-height: 40px;
}
.navigation__logo:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 30.5px;
  height: 4.5px;
  width: calc(100% - 20px);
  background: #ffffff;
}
.navigation__logo-slogan {
  margin-top: 35.4px;
  margin-left: -100px;
}
.navigation__logo-slogan img {
  max-height: 35px;
}

.navigation__menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem 1.75rem;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.break-column {
  display: none;
}
.navigation__menu .nav-link {
  font-family: "TT Tunnels Black", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: .8;
  padding: 0;
  color: #748caf;
}

.navigation__menu .nav-link.active,
.navigation__menu .nav-link:hover {
  color: #ffffff;
}

.navigation__contact {
  list-style: none;
  opacity: 0;
  transition: opacity 0.5s;
  margin: 2rem 0 0 0;
  padding: 0;
}
.navigation__contact .phone-link {
  font-family: "TT Tunnels Bold", sans-serif;
  font-weight: normal;
  font-size: 1.35rem;
  line-height: 1;
}
.navigation__contact .email-link {
  font-size: 1.175rem;
  line-height: 1;
}
.navigation__contact a {
  color: #748caf;
}
.navigation__contact a:hover {
  color: #ffffff;
}

.menu--active .navigation {
  width: 100vw;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.menu--active .navigation__menu {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.75s;
}

.menu--active .navigation__contact {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 1s;
}

.menu--active .navigation-footer {
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}

@media all and (min-width: 768px) {  
  .navigation {
    padding: 2rem;
  }

  .navigation__menu .nav-link {
    font-size: 3rem;
    line-height: .8;
  }
}
@media all and (min-width: 992px) {
  .navigation__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .break-column {
    display: flex;
    flex-basis: 100%;
    width: 0;
    height: 0;
  }
  
  .navigation__menu .nav-link {
    font-size: 3.5rem;
    line-height: .6;
  }
}

@media all and (min-width: 1200px) {
  .navigation__menu .nav-link {
    font-size: 4rem;
  }
}

@media all and (min-width: 1500px) {
  .navigation {
    padding: 2rem 4.8rem;
  }
  .navigation__menu .nav-link {
    font-size: 4.375rem;
  }
}


/*---------------------------------------------- 
	2.1 Header
------------------------------------------------*/
	#header {
		padding: 2rem 4.8rem 1rem 4.8rem;
    position: relative;

	}

	#header .contact li a {
		font-size: 1rem;
	}

	#header .contact li:after {
		content: "/";
		color: #D01041;
		padding: 0 0.5rem;
		display: inline-block;
	}

	#header .contact li:last-child:after {
		content: "";	
		padding: 0;
	}

	@media all and (max-width: 1500px) {
		#header {
			padding: 2rem 2rem 1rem 2rem;
		}	
	}

	@media all and (max-width: 767px) {
		#header {
			padding: 2rem 0.75rem;
		}	
	}

/*---------------------------------------------- 
	2.2 Navigation
------------------------------------------------*/
	#navigation {
		position: relative;
	}

	#navigation a.menu-open {
		cursor: pointer;
		z-index: 999;
		position: relative;
		height: 60px;
	}

	#navigation .menu-overlay {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 60px;
		max-width: 20.5rem;
		padding: 0 2rem 0 4.75rem;
		width: auto;
		overflow: auto;
		z-index: 99;
		background: #18407A;
	}

	#navigation #hoofdmenu li a {
		font-size: 1rem;
		line-height: 60px;
		color: #748CAF;
		padding: 0;
		display: inline-block;
		background: none;
	}

	#navigation #hoofdmenu li a:hover {
		color: #FFF;
	}

	#navigation #hoofdmenu li a.active {
		font-family: 'Stratum1Web';
font-weight: 700;
		color: #FFF;
	}
	
	#navigation #hoofdmenu li:after {
		content: "/";
		color: #748CAF;
		padding: 0 1rem;
		display: inline-block;
	}

	#navigation #hoofdmenu li:last-child:after {
		content: "";	
		padding: 0;
	}

	@media all and (max-width: 767px) {
		#navigation .menu-overlay {
			position: fixed;
			height: 100%;
			width: 100%;
			padding: 0 2rem;
			max-width: inherit;
		}	
		#navigation .menu-wrapper {
			height: 100%;	
      flex-direction: column;
		}
    
    #navigation .list-contact a {
      color: #fff;
    }
    
		#navigation #hoofdmenu li {
			display: block;
			width: 100%;
		}
		#navigation #hoofdmenu li a {
			font-size: 2rem;
			line-height: 3.5rem;
		}
		#navigation #hoofdmenu li:after {
			display: none;	
		}
	}

/* Hamburger -------------------------------------- */
	.hamburger {
		font: inherit;
		display: inline-block;
		overflow: hidden;
		margin: 0;
		padding: 0;
		cursor: pointer;
		transition-timing-function: linear;
		transition-duration: .15s;
		transition-property: opacity,filter;
		text-transform: none;
		color: inherit;
		border: 0;
		background-color: #FFF;
		height: 60px;
		width: 60px;
		text-align: center;
	}

	.hamburger-box {
		position: relative;
		display: inline-block;
		width: 30px;
		height: 60px;
		margin-top: 0;
	}

	.hamburger-inner {
		top: calc(50% - 1.5px);
	 	display: block;
	}

	.hamburger-inner,
	.hamburger-inner:after,
	.hamburger-inner:before {
		position: absolute;
		width: 30px;
	 	height: 3px;
	 	transition-timing-function: ease;
	 	transition-duration: .15s;
	 	transition-property: transform;
	 	border-radius: 0;
	 	background-color: #18407A;
	}
	.hamburger-inner:after,
	.hamburger-inner:before {
	 	display: block;
	 	content: ""
	}
	.hamburger-inner:before {
		top: -10px;
	}

	.hamburger-inner:after {
	 	bottom: -10px;
		width: 20px;
	}

	.hamburger--spin .hamburger-inner {
	 	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	 	transition-duration: .22s
	}
	.hamburger--spin .hamburger-inner:before {
	 	transition: top .1s ease-in .25s,opacity .1s ease-in
	}
	.hamburger--spin .hamburger-inner:after {
	 	transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
	}
	.is-active .hamburger--spin .hamburger-inner {
	 	transition-delay: .12s;
	 	transition-timing-function: cubic-bezier(.215,.61,.355,1);
	 	transform: rotate(225deg);
	}
	.is-active .hamburger--spin .hamburger-inner:before {
	 	top: 0;
	 	transition: top .1s ease-out,opacity .1s ease-out .12s;
	 	opacity: 0;
	}
	.is-active .hamburger--spin .hamburger-inner:after {
	 	bottom: 0;
	 	transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
	 	transform: rotate(-90deg);
		width: 30px;
	}

	.is-active .hamburger-inner,
	.is-active .hamburger-inner:after,
	.is-active .hamburger-inner:before {
		background-color: #FFF;	
	}

	.is-active .hamburger {
		background-color: #18407A;
	}

/*---------------------------------------------- 
	3.1 Frontpage Hero
------------------------------------------------*/
#frontpage-hero .carrousel span.pay-off {
  font-size: 2rem;
  line-height: 1.5rem;
}

#frontpage-hero .carrousel .item {
  padding-right: 2.5rem;
}

#frontpage-hero .carrousel .item .h1 strong {
  font-family: 'TT Tunnels Black';
}

#frontpage-hero .content span.pay-off strong {
  font-family: 'TT Tunnels Bold';
}

#frontpage-hero #animation-hero {
  position: relative;
  margin-top: -8rem;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  #frontpage-hero #animation-hero {
    margin-top: -4rem;
	}
}

@media all and (min-width: 992px) {
  #frontpage-hero {
    position: relative;
    margin-top: -4rem;
  }
}

/*---------------------------------------------- 
	3.2 Frontpage Intro
------------------------------------------------*/
#frontpage-intro {
  margin-top: 8rem;
}

.container-on-top {
  position: absolute;
  top: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
	
	#frontpage-intro .text-wrapper {
		padding: 5.25rem 3rem;
		max-width: 35.5rem;
		position: absolute;
		top: -5rem;
		right: 0;
		z-index: 9;
		-webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
		clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
	}

  #frontpage-intro .text-wrapper-2 {
		position: relative;
    padding: 0 2.5rem;
    z-index: 7;
	}

  #frontpage-intro .text-wrapper-2:after {
    content: '';
    top: -3.5rem;
    left: 0;
    width: 100%;
    height: calc(100% + 7rem);
    position: absolute;
    
    -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
		clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
    background: #fff;
    z-index: -1;
  }


	#frontpage-intro .text-wrapper p {
		font-size: 1rem;
		line-height: 1.28rem;
	}

	#frontpage-intro .content h2 {
		font-family: 'TT Tunnels Light';
	}

  @media all and (min-width: 768px) {
    #frontpage-intro .text-wrapper-2:after {
      top: -4rem;
      left: -3rem;
      width: calc(100% + 3rem);
      height: calc(100% + 8rem);
    }
  }  

  @media all and (min-width: 992px) {
    #frontpage-intro .text-wrapper-2:after {
      top: -3rem;
      left: -1.5rem;
      width: calc(100% + 1.5rem);
      height: calc(100% + 6rem);
    }
  }
  @media all and (min-width: 1200px) {
    #frontpage-intro .text-wrapper-2:after {
      top: -5rem;
      left: -2.5rem;
      width: calc(100% + 2.5rem);
      height: calc(100% + 10rem);
    }
  }

  @media all and (min-width: 768px) {
    #frontpage-intro .text-wrapper-2 {
      padding: 0 3rem 0 0;
    }
  }

  @media all and (min-width: 992px) {
    #frontpage-intro {
      margin-top: 1.5rem;
      min-height: 600px;
    }

    #frontpage-intro .container-fluid,
    #frontpage-intro .container-fluid .row {
      height: 100%;
      min-height: 600px;
    }
  }

	@media all and (min-width: 1500px) {
		#frontpage-intro .content {
			width: 25%;
		}	
	}

	@media all and (max-width: 1200px) {
		#frontpage-intro .text-wrapper {
			width: 95%;
		}	
	}

	@media all and (max-width: 767px) {
    #frontpage-intro:before {
      display: none;
    }
    .container-on-top {
      top: -4rem;
    }
    
		#frontpage-intro .text-wrapper {
			left: 0;
			right: 0;
			margin: auto;
			padding: 5.25rem 2rem;
			top: -10rem;
		}	
	}
	
#frontpage-diensten {
  margin-top: 1.25rem;
  padding: 3rem 0 9rem 0;
}

.speerpunten {
  margin: 1.25rem 0 1.125rem 0 !important;
  padding-left: 1rem;
  font-weight: 700;
}

@media all and (min-width: 1200px) {
  #frontpage-diensten {
    margin-top: 2.25rem;
    padding: 5rem 0 12rem 0;
  }
}

 
/*---------------------------------------------- 
	3.3 Frontpage Icons
------------------------------------------------*/
	#frontpage-icons {
		padding: 6rem 0 4.5rem 0;
	}

	#frontpage-icons .item i {
		font-size: 2.5rem;
		color: #D01041;
	}

	#frontpage-icons .item span {
		display: block;
	}

/*---------------------------------------------- 
	3.4 Frontpage Blog
------------------------------------------------*/
	#frontpage-blog {
		padding-bottom: 4.5rem;
	}

	#frontpage-blog .content .btn-link {
		margin-top: 3rem;
	}

	#frontpage-blog .articles {
		z-index: 9;
	}

  #frontpage-blog .item-blog figure {
    position: relative;
  }

    #frontpage-blog .item-blog figure::after {
      content: "";
      width: 100%;
      height: 100%;
      background-image: url('../images/watermark.svg');
      background-position: center bottom;
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
    }

	@media all and (max-width: 1200px) {
		#frontpage-blog .content {
			padding-top: 8rem;
      padding-bottom: 3rem;
		}	
	}

	@media all and (max-width: 767px) {
		#frontpage-blog .item-blog + .item-blog {
			margin-top: 1.5rem;
		}
	}

/*---------------------------------------------- 
	4.1 Hero Page
------------------------------------------------*/
	#hero-page {
		position: relative;
	}

	#hero-page .text-wrapper {
		padding: 2rem 5.5rem 1rem 5.5rem;	
		width: 33.5rem;
		position: relative;
		z-index: 9;
		margin-top: 3.2rem;
	}

	#hero-page .text-wrapper::before {
		content: "";
		background: #FFF;
		width: 100%;
		height: 3.3rem;
		display: block;
		position: absolute;
		top: -3.25rem;
		left: 0;
		-webkit-clip-path: polygon(0 90%, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 90%, 100% 0, 100% 100%, 0% 100%);
	}

	#hero-page .text-wrapper::after {
		content: "";
		background: #FFF;
		width: 100%;
		height: 3.3rem;
		display: block;
		position: absolute;
		bottom: -3.25rem;
		left: 0;
		right: 0 !important;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 10%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 10%);
	}

	#hero-page #animation-hero {
		width: 100%;
		height: 100%;
		z-index: 8;
		position: relative;
	}

	#hero-page::before {
		content: "";
		height: 19.5rem;
		width: 100%;
		position: absolute;
		background: #EDEDED;
		display: block;
		z-index: 7;
		top: 0;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 64%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 64%);
	}

	#hero-page span.date {
		font-size: 1rem;
	}

	#hero-page figure {
		margin-top: 7.5rem !important;
		position: relative;
		z-index: 7;
	}

  #hero-page figure .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }

	#hero-page .keurmerken li img {
		max-height: 2.25rem;
	}

	#hero-page .keurmerken li + li {
		margin-left: 0.75rem;
	}

	#hero-page figure::after {
		content: "";
		height: 15.6rem;
		background-image: url('../images/watermark.svg');
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	@media all and (max-width: 1200px) {
		#hero-page .text-wrapper {
			padding: 2.5rem 4rem;	
			width: 33.5rem;
		}
	}

	@media all and (max-width: 992px) {
		#hero-page.single .text-wrapper ,
		#hero-page.contact .text-wrapper {
			width: 100%;	
		}
		#hero-page.single figure ,
		#hero-page.contact figure {
			margin-top: 5rem !important;
		}
	}

	@media all and (max-width: 767px) {
		#hero-page .text-wrapper {
			width: 100%;
			padding: 1.5rem 3rem;
		}
	}

/*---------------------------------------------- 
	4.2 Page Blog
------------------------------------------------*/
	#blog-overzicht {
		padding: 1.5rem 0 4rem 0;
	}
	
	#blog-overzicht .item-last .body-item {
		padding: 3rem 1.5rem;
	}

	@media all and (max-width: 767px) {
		#blog-overzicht {
			padding-top: 10rem;	
		}
	}

/*---------------------------------------------- 
	4.2.1 Page Blog Single
------------------------------------------------*/
	#contactpanel-blog {
		position: relative;
	}

	#contactpanel-blog::before {
		content: "";
		background: #18407A;
    width: 100%;
		height: 5.8rem;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	#contactpanel-blog .wrapper {
		padding: 3.25rem 5.25rem 6rem 3rem;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    gap: 3rem;
	}

	#contactpanel-blog p {
		font-size: 1rem;
	}

	#contactpanel-blog a {
		color: #FFF;
	}

	#contactpanel-blog a:hover {
		color: #D01041;
	}


#page-form {
  margin-top: 1.25rem;
  padding: 3rem 0 9rem 0;
}

#page-form .phone,
#page-form .mail {
  font-weight: 700;
  color: #18407A;
}

#page-form .phone:hover,
#page-form .mail:hover {
  color: #D01041;
}

@media all and (min-width: 1200px) {
  #page-form {
    margin-top: 2.25rem;
    padding: 5rem 0 12rem 0;
  }
}

.gfield_consent_label,
.form-check-label {
  font-size: .95rem;
}
.gfield_consent_label a,
.form-check-label a {
  color: inherit;
  text-decoration: underline;
}
.gfield_consent_label a:hover,
.form-check-label a:hover {
  text-decoration: none;
}

.gform_required_legend {
  margin-bottom: 1rem !important;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-size: .95rem !important;
  font-weight: 400 !important;
}

.gform_wrapper.gravity-theme .left_label .gfield {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.ginput_container_radio .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100% !important;
}

.ginput_container_radio .gfield_radio .gchoice label {
  font-size: .95rem !important;
}

.gform_footer {
  justify-content: flex-end;
}

.ginput_container_select .medium,
.ginput_container_select .large,
.ginput_container .medium,
.ginput_container .large,
.facetwp-dropdown {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem !important;
  border-radius: 3rem;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #18407a;
  background: #EDEDED;
  background-clip: padding-box;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: box-shadow .15s ease-in-out;
}

.ginput_container .medium:active,
.ginput_container .medium:focus,
.ginput_container .medium:focus-visible,
.ginput_container .large:active,
.ginput_container .large:focus,
.ginput_container .large:focus-visible,
.ginput_container_select .medium:active,
.ginput_container_select .medium:focus,
.ginput_container_select .medium:focus-visible,
.ginput_container_select .large:active,
.ginput_container_select .large:focus,
.ginput_container_select .large:focus-visible {
  box-shadow: none;
  outline: 0;
}

.gform_wrapper .gform_validation_errors,
.gform_wrapper .gform_validation_errors:focus,
.gform_wrapper .gform_validation_errors:active,
.gform_wrapper .gform_validation_errors:focus-visible {
  border: none !important;
  border-radius: 0 !important;
  margin-bottom: 1rem !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.gfield_validation_message {
  display: none !important;
}

.gform_wrapper.gravity-theme input[type="checkbox"],
.gform_wrapper.gravity-theme input[type="radio"] {
  position: relative;
  top: 0;
  width: 1em;
  height: 1em;
  border: 4px solid #EDEDED;
  background: #EDEDED;
  -moz-appearance:none;
  -webkit-appearance:none;
  -o-appearance:none;
  border-radius: 100% !important;
  padding: 0 !important;
}

.gform_wrapper.gravity-theme input[type="checkbox"]:checked,
.gform_wrapper.gravity-theme input[type="radio"]:checked {
  background-color: #D01041;
  border-color: #EDEDED;
}


/*---------------------------------------------- 
	4.3 Page Contact
------------------------------------------------*/
#page-content {
  padding-top: 3.75rem;
  padding-bottom: 4rem;
}

	#page-content.contact ul li span {
		width: 0.9rem;
		display: inline-block;
	}

	#page-content.contact ul li a{
		color: #FFF;
	}

	#page-content.contact ul li a:hover{
		color: #D01041;
	}

/*---------------------------------------------- 
	5. Call to Action
------------------------------------------------*/
	#call-to-action {
		padding: 4.8rem 0 4rem 0;
		position: relative;
	}

	#call-to-action .content-block p a.mail {
		color: #18407A;
	}

	#call-to-action .content-block p a.mail:hover {
		color: #D01041;
	}

	#call-to-action .content-block h3 {
		font-family: 'TT Tunnels Regular';
		font-size: 3rem;
		font-weight: 400;
		color: #D01041;
	}

	#call-to-action .content-block h3 strong {
		font-family: 'TT Tunnels Black';
	}

	#call-to-action span.big {
		font-size: 2rem;
		line-height: 0.8;
	}

  
	#animation-diensten,
	#animation-footer {
		width: 96px;
		height: 96px;
	}

  #call-to-action .pay-off .h3 {
    line-height: 1;
  }

	#call-to-action::before {
		content: "";
		background: #FFF;
		height: 10.4rem;
		width: 100%;
		position: absolute;
    left: -1.25rem;
		bottom: -1px;
		-webkit-clip-path: polygon(0 0, 100% 98%, 100% 100%, 0 100%);
		clip-path: polygon(0 0, 100% 98%, 100% 100%, 0 100%);
	}

	#call-to-action::after {
		content: "";
		background: #D01041;
		height: 9.75rem;
		width: auto;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
    right: 0;
		-webkit-clip-path: polygon(0 98%, 100% 0, 100% 100%, 0 100%);
		clip-path: polygon(0 98%, 100% 0, 100% 100%, 0 100%);
	}

	@media all and (max-width: 767px) {
		#call-to-action {
			padding: 3rem 0;
		}
		#call-to-action::before {
			height: 9.2rem;
		}
		#call-to-action::after {
			height: 8.6rem;
		}
	}

@media all and (min-width: 992px) {
  #call-to-action::before {
    left: -1.5rem;
	}
}
@media all and (min-width: 1200px) {
  #call-to-action::before {
    left: -2.25rem;
	}
}


/*---------------------------------------------- 
	6.1 Footer
------------------------------------------------*/
	#footer {
		position: relative;
	}

	#footer .wrapper {
		padding: 0.5rem 0 5.25rem 0;
	}

	#footer ul li a {
		color: #FFF;
	}

	#footer .social-media li i {
		font-size: 1rem;
		line-height: 2.5rem;
		height: 2.4rem;
		width: 2.3rem;
		padding: 0;
        background: #FFF;
		color: #D01041;
		text-align: center;
		display: block;
		border: none;
		-webkit-clip-path: polygon(0 0, 100% 9%, 100% 91%, 0% 100%);
		clip-path: polygon(0 0, 100% 9%, 100% 91%, 0% 100%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}

	#footer .social-media li i:hover {
		background: #18407A;
		color: #FFF;
	}

	#footer .social-media .list-inline-item:not(:last-child) {
		margin-right: 0.1rem;	
	}

	@media all and (max-width: 767px) {
		#footer .wrapper {
			padding: 1.5rem 0 3rem 0;
		}	
    
    .footer-brand {
      width: 78px;
    }
	}

/*---------------------------------------------- 
	6.2 Footer Base
------------------------------------------------*/
	#footer-bottom {
		padding: 1rem 0;
	}

	#footer-bottom span {
		font-size: 0.8rem;
	}

	#footer-bottom span a {
		color: #18407A;
	}

	#footer-bottom span.sep {
		padding: 0 0.75rem;
	}

	@media all and (max-width: 767px) {
		#footer-bottom span {
			display: block;
			line-height: 1.5rem;
		}
	}


/*---------------------------------------------- 
	0.0 Introduction
------------------------------------------------*/
#introduction-header {
  padding: 2rem 0 8rem 0;
}

#introduction-footer {
  position: relative;
  padding: 0 0 12rem 0;
  background: #18407A;
}

#introduction-footer:before {
  content: "";
  width: 100%;
  height: 7rem;
  background: #EDEDED;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 2%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 2%);
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: -1px;
}

  .introduction-wrapper {
    position: relative;
  }

    .introduction-wrapper-inner {
      position: relative;
      background: #fff;
      z-index: 3;
    }

      .introduction-wrapper-inner p {
        margin-bottom: 2rem;
      }

        .introduction-wrapper-inner p a {
          font-family: 'Stratum1Web';
          font-weight: 700;
          color: #18407A;
        }

    .introduction-wrapper:after {
      content: '';
      position: absolute;
      top: -6rem;
      left: -2rem;
      width: calc(100% + 4rem);
      height: calc(100% + 12rem);
      -webkit-clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
      clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 82%);
      background: #fff;
      z-index: 0;
    }

@media all and (min-width: 992px) {
  .introduction-wrapper {
    margin-top: -3rem;
  }
  
  .introduction-wrapper:after {
    top: -6rem;
    left: -4rem;
    width: calc(100% + 8rem);
    height: calc(100% + 12rem);
  }
}