/*
 Theme Name:   Purpur op generatepress
 Description:  Purpur
 Author:       StefanLaberer
 Author URI:   http://das-studio.nl
 Template:     generatepress
 Version:      1.0
 Text Domain:  generatepress-child
*/
@font-face {
  font-family: "FoundersGrotesk";
  src: url("webfonts/FoundersGroteskWeb-Bold.eot");
  src: url("webfonts/FoundersGroteskWeb-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/FoundersGroteskWeb-Bold.woff2") format("woff2"), url("webfonts/FoundersGroteskWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "FoundersGrotesk";
  src: url("webfonts/FoundersGroteskWeb-Regular.eot");
  src: url("webfonts/FoundersGroteskWeb-Regular.eot?#iefix") format("embedded-opentype"), url("webfonts/FoundersGroteskWeb-Regular.woff2") format("woff2"), url("webfonts/FoundersGroteskWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: FoundersGrotesk, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #222; }

html, body {
  overflow-x: hidden; }

/*  ---  language and cta menu  ---  */
.site-logo {
  display: inline-block;
  float: left; }

.site-header a,
.site-header a:visited {
  color: #ea5045; }

.language_menu,
.cta_menu {
  font-size: 17px;
  letter-spacing: 0.05em; }
  .language_menu ul,
  .cta_menu ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .language_menu li,
  .cta_menu li {
    float: left;
    position: relative;
    padding-left: 5px;
    padding-right: 5px; }
  .language_menu li a,
  .cta_menu li a {
    color: #ea5045; }

.cta_menu {
  display: inline-block;
  position: relative;
  float: right;
  margin-top: -25px; }

.language_menu {
  display: inline-block;
  position: relative;
  font-weight: bold;
  float: right;
  transform: translate(0, 21px); }
  .language_menu.footer {
    float: left;
    transform: none;
    margin-top: -1.5em; }

.current-lang a,
.language_menu li a:hover,
.cta_menu li a:hover {
  color: #3f216a !important; }

.language_menu li:last-child {
  padding-right: 5px;
  padding-left: 0px; }

.language_menu li:last-child:before {
  content: " / ";
  color: #ea5045; }

.language_menu.footer li:last-child {
  padding-left: 5px; }

.language_menu.footer li:last-child:before {
  content: ""; }

.language_menu li:nth-child(3),
.language_menu li:nth-child(4),
.language_menu li:nth-child(5) {
  padding-top: 2px; }

.language_menu li:nth-child(6) {
  padding-left: 20px; }

/*  ---  Main nav  ---  */
.inside-header {
  padding: 0; }

.main-navigation {
  display: inline-block;
  position: relative;
  float: left !important;
  margin-top: 0;
  margin-left: 30px;
  background-color: transparent; }

#masthead {
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(40, 40, 40, 0.1);
  /*   border-bottom: rgba(34, 55, 67,0.1) 1px solid;*/ }

.main-navigation .main-nav ul li > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a,
.main-navigation .main-nav ul li[class*="current-menu-"] > a,
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 20px;
  text-transform: uppercase;
  color: #ea5045;
  background-color: transparent;
  padding-left: 10px;
  padding-right: 10px; }

.main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
.main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a,
.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a,
.main-navigation .main-nav ul li.current-menu-item a,
.single-post #menu-item-417 a {
  color: #3f216a; }

.menu-item a img {
  vertical-align: top; }

.menu-item a svg {
  position: relative;
  height: 17px; }

.menu-item a svg #facebook,
.menu-item a svg #twitter,
.menu-item a svg #youtube,
.menu-item a svg #linkedin {
  transition: all .1s; }

.menu-item a svg:hover #facebook,
.menu-item a svg:hover #twitter,
.menu-item a svg:hover #youtube,
.menu-item a svg:hover #instagram,
.menu-item a svg:hover #linkedin {
  fill: #3f216a; }

/* ---  shrink header on Scroll --- */
#masthead,
.main-navigation,
.language_menu,
.inside-header,
.site-logo,
.cta_menu {
  transition: all 0.1s ease-in-out; }

#masthead {
  box-sizing: border-box;
  position: fixed;
  clear: both !important;
  width: 100%;
  z-index: 99;
  height: 110px;
  padding: 37px 30px 33px 30px; }

#masthead.shrink {
  height: 68px; }
  #masthead.shrink .main-navigation {
    transform: translate(-80px, -26px); }
  #masthead.shrink .language_menu {
    transform: translateY(-5px); }
  #masthead.shrink .cta_menu {
    transform: translateY(-30px); }
  #masthead.shrink .site-logo {
    transform: translate(-38px, -21px) scale(0.6); }

/*  ---  slider  ---  */
.n2-section-smartslider h3 {
  width: 450px !important;
  font-size: 18px !important; }

.slider-slash svg {
  height: 100vh !important; }

a,
a:visited {
  color: #ea5045; }
  a:hover,
  a:visited:hover {
    color: #000; }

h2 {
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 1.06em;
  font-weight: bold; }

h3 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold; }

h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold; }

/*  ---  page elements  ---  */
.groen {
  color: #009768; }

.paars {
  color: #3f216a; }

.geel {
  color: #ffe864; }

.rood {
  color: #ea5045; }

.roze {
  color: #f9c6c5; }

.blauw {
  color: #63b8e8; }

#home-header {
  border: #ea5045 solid 30px; }
  #home-header .wp-block-image {
    margin-bottom: -20px; }
    #home-header .wp-block-image svg {
      width: 400px; }
  #home-header p {
    color: #ffffff;
    font-size: 60px;
    width: 100%;
    margin-bottom: 0.5em; }
  #home-header .wp-block-button__link:active,
  #home-header .wp-block-button__link:hover,
  #home-header .wp-block-button__link:focus {
    background-color: #ea5045 !important;
    color: #ffffff !important; }

#wat .kt-row-layout-inner {
  background-color: #ffe864;
  color: #ea5045; }
#wat .wp-block-button__link {
  margin-top: 1em;
  background-color: #ea5045 !important;
  color: #ffe864 !important; }
#wat .wp-block-button__link:active,
#wat .wp-block-button__link:hover,
#wat .wp-block-button__link:focus {
  background-color: #ffffff !important;
  color: #ea5045 !important; }

#klanten .kt-row-layout-inner {
  background-color: #ffffff;
  color: #3f216a; }
#klanten h3 {
  margin-bottom: 40px;
  text-align: center; }
#klanten img {
  transition: all 0.15s ease-in-out; }
#klanten img:hover {
  transform: scale(1.05, 1.05); }

#wat-anders .kt-row-layout-inner {
  background-color: #009768;
  color: #ffffff; }

#quotes .kt-row-layout-inner {
  background-color: #ffffff;
  color: #3f216a; }
#quotes h3 {
  text-align: center; }

#voor-wie .kt-row-layout-inner {
  background-color: #63b8e8;
  color: #ffffff; }
#voor-wie .wp-block-button__link {
  margin-top: 1em;
  background-color: #ffffff !important;
  color: #63b8e8 !important; }
#voor-wie .wp-block-button__link:active,
#voor-wie .wp-block-button__link:hover,
#voor-wie .wp-block-button__link:focus {
  background-color: #3f216a !important;
  color: #ffffff !important; }

#contact {
  background-color: #ea5045;
  color: #ffffff; }
  #contact a {
    color: #f9c6c5; }
    #contact a:hover {
      color: #ffffff; }
  #contact .wp-block-button__link {
    margin-top: 20px; }
  #contact .wp-block-button__link:active,
  #contact .wp-block-button__link:hover,
  #contact .wp-block-button__link:focus {
    background-color: #f9c6c5 !important;
    color: #ffffff !important; }
  #contact h3 {
    margin-bottom: 30px; }
  #contact form p {
    margin-bottom: 0; }

.figure {
  padding-top: 0px;
  padding-bottom: 0px; }
  .figure.een svg {
    width: 640px; }
  .figure.twee svg {
    width: 680px; }
  .figure.drie svg {
    width: 660px; }
  .figure.vier svg {
    padding-top: 100px;
    padding-bottom: 60px;
    width: 1100px; }
  .figure.contact svg {
    width: 660px; }

#team-header {
  border: #3f216a solid 30px; }
  #team-header h2 {
    font-size: 70px;
    color: #ffffff;
    -webkit-text-shadow: 0px 0px 28px rgba(63, 33, 106, 0.63);
    text-shadow: 0px 0px 28px rgba(63, 33, 106, 0.63); }

#team-row .kt-inside-inner-col p.has-text-color a:hover {
  color: #ffffff !important; }

#contact-header {
  border: #009768 solid 30px; }
  #contact-header h2 {
    font-size: 70px;
    color: #ffffff;
    -webkit-text-shadow: 0px 0px 28px rgba(63, 33, 106, 0.63);
    text-shadow: 0px 0px 28px rgba(63, 33, 106, 0.63); }

.entry-header,
.page-header-image-single {
  display: none; }

#portfolio-header {
  border-width: 30px;
  border-style: solid; }
  #portfolio-header h2 {
    font-size: 70px;
    color: #ffffff;
    -webkit-text-shadow: 0px 0px 38px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 38px rgba(0, 0, 0, 0.5); }
  #portfolio-header.groen {
    border-color: #009768; }
  #portfolio-header.paars {
    border-color: #3f216a; }
  #portfolio-header.geel {
    border-color: #ffe864; }
  #portfolio-header.rood {
    border-color: #ea5045; }
  #portfolio-header.roze {
    border-color: #f9c6c5; }
  #portfolio-header.blauw {
    border-color: #63b8e8; }

.ugb-blog-posts__item {
  margin-top: 0em;
  margin-bottom: -1em !important;
  padding: 25px;
  border-radius: 4px;
  background-color: #63b8e8; }
  .ugb-blog-posts__item .ugb-blog-posts__featured-image {
    border-radius: 0;
    margin-bottom: 1em !important;
    transition: all 0.15s ease-in-out;
    background-color: #63b8e8; }
    .ugb-blog-posts__item .ugb-blog-posts__featured-image:hover {
      mix-blend-mode: multiply; }
    .ugb-blog-posts__item .ugb-blog-posts__featured-image a img:hover {
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
  .ugb-blog-posts__item h3 a {
    color: #ffffff; }
    .ugb-blog-posts__item h3 a:hover {
      color: #3f216a; }
  .ugb-blog-posts__item p {
    color: #ffffff; }

.post .kop {
  margin-top: 50px;
  margin-bottom: 20px; }
.post .wp-block-image {
  margin-top: 3em;
  margin-bottom: 3em; }

/* SLIDER */
.wp-block-image figcaption {
  margin-top: .4em;
  margin-bottom: 1em;
  color: #000;
  text-align: left;
  font-size: 14px; }

.advgb-image-slider-text {
  margin: 15px 15px 5px 15px !important;
  font-size: 18px !important; }

.wp-block-advgb-images-slider {
  margin-top: 3em !important;
  margin-bottom: 4em !important; }

.advgb-image-slider-item:hover .advgb-image-slider-overlay {
  opacity: .0 !important; }

.slick-prev:before,
.slick-next:before,
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  content: "" !important; }

.slick-dots li {
  margin: 0 !important; }
  .slick-dots li button {
    background: #baa8d3 !important;
    border-radius: 50px !important;
    margin: 3px !important;
    width: 10px !important;
    height: 10px !important; }
  .slick-dots li.slick-active button {
    background: #3f216a !important; }
  .slick-dots li button:hover {
    background: #3f216a !important; }

.slick-prev {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNDMzIDE1Ljk5MkwyMi42OSA1LjcxMmMuMzkzLS4zOS4zOTMtMS4wMyAwLTEuNDItLjM5My0uMzktMS4wMy0uMzktMS40MjMgMGwtMTEuOTggMTAuOTRjLS4yMS4yMS0uMy40OS0uMjg1Ljc2LS4wMTUuMjguMDc1LjU2LjI4NC43N2wxMS45OCAxMC45NGMuMzkzLjM5IDEuMDMuMzkgMS40MjQgMCAuMzkzLS40LjM5My0xLjAzIDAtMS40MmwtMTEuMjU3LTEwLjI5IiBmaWxsPSIjM2YyMTZhIiBvcGFjaXR5PSIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) !important;
  background-size: cover;
  width: 32px;
  height: 32px;
  left: -45px !important; }
  .slick-prev:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEuNDMzIDE1Ljk5MkwyMi42OSA1LjcxMmMuMzkzLS4zOS4zOTMtMS4wMyAwLTEuNDItLjM5My0uMzktMS4wMy0uMzktMS40MjMgMGwtMTEuOTggMTAuOTRjLS4yMS4yMS0uMy40OS0uMjg1Ljc2LS4wMTUuMjguMDc1LjU2LjI4NC43N2wxMS45OCAxMC45NGMuMzkzLjM5IDEuMDMuMzkgMS40MjQgMCAuMzkzLS40LjM5My0xLjAzIDAtMS40MmwtMTEuMjU3LTEwLjI5IiBmaWxsPSIjM2YyMTZhIiBvcGFjaXR5PSIwLjUzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) !important; }

.slick-next {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNzIyIDQuMjkzYy0uMzk0LS4zOS0xLjAzMi0uMzktMS40MjcgMC0uMzkzLjM5LS4zOTMgMS4wMyAwIDEuNDJsMTEuMjgzIDEwLjI4LTExLjI4MyAxMC4yOWMtLjM5My4zOS0uMzkzIDEuMDIgMCAxLjQyLjM5NS4zOSAxLjAzMy4zOSAxLjQyNyAwbDEyLjAwNy0xMC45NGMuMjEtLjIxLjMtLjQ5LjI4NC0uNzcuMDE0LS4yNy0uMDc2LS41NS0uMjg2LS43NkwxMC43MiA0LjI5M3oiIGZpbGw9IiMzZjIxNmEiIG9wYWNpdHk9IjEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) !important;
  background-size: cover;
  width: 32px;
  height: 32px;
  right: -45px !important; }
  .slick-next:hover {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuNzIyIDQuMjkzYy0uMzk0LS4zOS0xLjAzMi0uMzktMS40MjcgMC0uMzkzLjM5LS4zOTMgMS4wMyAwIDEuNDJsMTEuMjgzIDEwLjI4LTExLjI4MyAxMC4yOWMtLjM5My4zOS0uMzkzIDEuMDIgMCAxLjQyLjM5NS4zOSAxLjAzMy4zOSAxLjQyNyAwbDEyLjAwNy0xMC45NGMuMjEtLjIxLjMtLjQ5LjI4NC0uNzcuMDE0LS4yNy0uMDc2LS41NS0uMjg2LS43NkwxMC43MiA0LjI5M3oiIGZpbGw9IiMzZjIxNmEiIG9wYWNpdHk9IjAuNTMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) !important; }

/* clean up */
#main {
  margin-top: 150px;
  margin-bottom: 0px; }

.inside-article {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent !important; }

.n2-ss-margin {
  margin: 0 !important; }

.wp-block-nextend-smartslider3 {
  margin-bottom: 0 !important; }

.minheight {
  min-height: 40vh; }

.alignfull .kt-row-column-wrap {
  padding: 90px 70px 70px 70px; }

footer {
  display: none; }

.footer-widgets {
  background-color: #ffffff;
  padding: 30px;
  color: #ea5045; }

.footer-widgets svg {
  margin-top: 6px;
  height: 49px;
  widht: auto; }

.sidebar .widget,
.footer-widgets .widget {
  font-size: 17px;
  line-height: 1.3; }

.sidebar .widget a,
.footer-widgets .widget a {
  color: #ea5045; }

.sidebar .widget a:hover,
.footer-widgets .widget a:hover {
  color: #3f216a; }

/* - */
.page-id-3 .footer-widgets,
.page-id-373 .footer-widgets,
.single-post .footer-widgets {
  background-color: #ea5045;
  color: #ffffff; }
  .page-id-3 .footer-widgets a,
  .page-id-373 .footer-widgets a,
  .single-post .footer-widgets a {
    color: #ffffff; }
  .page-id-3 .footer-widgets .menu-item a svg #facebook,
  .page-id-3 .footer-widgets .menu-item a svg #twitter,
  .page-id-3 .footer-widgets .menu-item a svg #youtube,
  .page-id-3 .footer-widgets .menu-item a svg #linkedin,
  .page-id-373 .footer-widgets .menu-item a svg #facebook,
  .page-id-373 .footer-widgets .menu-item a svg #twitter,
  .page-id-373 .footer-widgets .menu-item a svg #youtube,
  .page-id-373 .footer-widgets .menu-item a svg #linkedin,
  .single-post .footer-widgets .menu-item a svg #facebook,
  .single-post .footer-widgets .menu-item a svg #twitter,
  .single-post .footer-widgets .menu-item a svg #youtube,
  .single-post .footer-widgets .menu-item a svg #linkedin {
    fill: #ffffff; }
  .page-id-3 .footer-widgets .menu-item a svg:hover #facebook,
  .page-id-3 .footer-widgets .menu-item a svg:hover #twitter,
  .page-id-3 .footer-widgets .menu-item a svg:hover #youtube,
  .page-id-3 .footer-widgets .menu-item a svg:hover #linkedin,
  .page-id-373 .footer-widgets .menu-item a svg:hover #facebook,
  .page-id-373 .footer-widgets .menu-item a svg:hover #twitter,
  .page-id-373 .footer-widgets .menu-item a svg:hover #youtube,
  .page-id-373 .footer-widgets .menu-item a svg:hover #linkedin,
  .single-post .footer-widgets .menu-item a svg:hover #facebook,
  .single-post .footer-widgets .menu-item a svg:hover #twitter,
  .single-post .footer-widgets .menu-item a svg:hover #youtube,
  .single-post .footer-widgets .menu-item a svg:hover #linkedin {
    fill: #3f216a; }

.nomargin {
  margin-bottom: 0.4em; }

.tile_svg svg {
  height: 130px;
  bottom: -1px;
  position: absolute;
  margin-left: -400px; }

label {
  display: none; }

input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
input[type="url"],
input[type="password"],
textarea,
select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  background: #ffffff;
  margin-bottom: 15px !important;
  font-size: 18px;
  height: 45px;
  font-family: FoundersGrotesk, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #ea5045; }

input[type="text"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #ea5045 !important;
  background: #f9c6c5; }

textarea {
  resize: none;
  overflow: hidden; }

span.wpcf7-list-item {
  margin: 0; }

.wpcf7-not-valid-tip {
  color: #fff !important;
  margin-top: 0px !important;
  margin-bottom: 15px !important;
  font-weight: bold !important; }

.wp-block-button {
  margin-top: 0.8em; }

.wp-block-button__link {
  color: #ea5045 !important;
  background-color: #ffffff !important;
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 20px !important;
  border-radius: 4px !important;
  letter-spacing: 0.07em;
  padding: 8px 14px !important;
  box-shadow: none !important; }
  .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
    background-color: #ffffff !important; }

/*  ---  Mobile  ---  */
@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 1.4; }

  #masthead {
    position: absolute; }

  .site-header .header-image {
    width: 190px; }

  .site-logo {
    margin-bottom: 0px !important; }

  .site-header {
    text-align: left; }

  .non-visible,
  .language_menu,
  .cta_menu {
    display: none; }

  .language_menu.footer {
    display: inline-block; }

  #menu-item-4331-nl,
  #menu-item-4331-en,
  #menu-item-4330-nl,
  #menu-item-4330-en {
    display: inline-block !important;
    clear: none !important;
    float: none !important; }

  #menu-item-4331-nl a,
  #menu-item-4330-nl a {
    padding-left: 0 !important;
    padding-right: 20px !important; }

  #menu-item-4331-en a,
  #menu-item-4330-en a {
    padding-left: 9px !important;
    padding-right: 0 !important; }

  /* EN menu */
  #menu-item-4330-nl:after,
  #menu-item-4331-nl:after {
    color: #ea5045;
    content: "/";
    position: absolute;
    left: 2.4em;
    font-weight: bold;
    top: 7px; }

  button.menu-toggle {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    width: auto;
    right: 0px;
    top: -67px;
    border: 0;
    text-align: right;
    color: #ea5045;
    font-size: 30px;
    margin: 0;
    padding: 0;
    transition: all 0.1s ease-in-out; }

  button.menu-toggle:hover {
    color: #3f216a; }

  .menu-toggle:before {
    content: "\f0c9";
    width: 3em;
    text-align: right; }

  #primary-menu {
    background-color: #ffffff;
    margin-left: -30px;
    width: 100%;
    padding: 0px 30px 20px 30px;
    text-align: center; }

  .main-navigation {
    left: 0;
    margin: 10px 0 0 0;
    padding-top: 0;
    width: 100%; }

  .main-navigation .main-nav ul li > a,
  .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
  .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a,
  .main-navigation .main-nav ul li[class*="current-menu-"] > a,
  .main-navigation .main-nav ul li:hover > a,
  .main-navigation .main-nav ul li:focus > a,
  .main-navigation .main-nav ul li.sfHover > a {
    font-size: 26px;
    line-height: 40px;
    padding-left: 0;
    text-align: center; }

  .main-navigation .main-nav ul {
    padding-top: 20px;
    transition: all 0.2s ease-in-out; }

  .mobile-menu {
    display: none; }

  .main-nav a svg {
    height: 20px; }

  #home-header {
    border-width: 20px;
    border-top-width: 25px; }
    #home-header .wp-block-image {
      margin-bottom: -10px; }
      #home-header .wp-block-image svg {
        width: 220px; }
    #home-header p {
      font-size: 30px;
      width: 100%;
      margin-bottom: 1em; }
    #home-header #kt-layout-id_2cfd8a-89 > .kt-row-column-wrap {
      min-height: 320px;
      background-image: url("http://purpur.test-omgeving.net/wp-content/uploads/2019/04/opening-mobiel.jpg");
      background-size: cover;
      background-position: center center; }

  #team-header {
    border-width: 20px;
    border-top-width: 25px; }
    #team-header #kt-layout-id_d5bb8a-60 > .kt-row-column-wrap {
      min-height: 130px;
      background-image: url("http://purpur.test-omgeving.net/wp-content/uploads/2019/04/team-mobiel.jpg");
      background-size: cover;
      background-position: top center; }
    #team-header h2 {
      font-size: 55px;
      margin-bottom: -20px; }

  #contact-header {
    border-width: 20px;
    border-top-width: 25px; }
    #contact-header #kt-layout-id_ab25fa-bb > .kt-row-column-wrap {
      min-height: 130px; }
    #contact-header h2 {
      font-size: 55px;
      margin-bottom: -20px; }

  #klanten h3 {
    text-align: left; }

  .figure.een svg, .figure.twee svg, .figure.drie svg, .figure.contact svg {
    width: 100%; }
  .figure.vier svg {
    padding-top: 80px;
    padding-bottom: 70px;
    width: 100vw; }

  #portfolio-header,
  #contact-header {
    border-width: 20px;
    border-top-width: 25px; }
    #portfolio-header h2,
    #contact-header h2 {
      font-size: 60px;
      margin-bottom: -20px; }

  .n2-section-smartslider p {
    font-size: 20px !important; }

  .slick-prev {
    left: -30px !important; }

  .slick-next {
    right: -30px !important; }

  h2 {
    font-size: 37px;
    margin-bottom: 25px;
    line-height: 1.2em; }

  .alignfull .kt-row-column-wrap {
    padding: 70px 30px 40px 30px; }

  #kt-layout-id_cf8606-78 > .kt-row-column-wrap {
    padding-top: 90px !important;
    padding-bottom: 20px !important; }

  #kt-layout-id_62af1b-96 > .kt-row-column-wrap,
  #kt-layout-id_039d14-9d > .kt-row-column-wrap {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important; }

  #kt-layout-id_62af1b-96 > .kt-row-column-wrap .kt-inside-inner-col,
  #kt-layout-id_039d14-9d > .kt-row-column-wrap .kt-inside-inner-col {
    padding-top: 40px; } }
/*  ---  Tablet  ---  */
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .site-logo {
    float: left !important; }

  .language_menu {
    display: inline-block;
    float: right !important; }

  .main-navigation .main-nav ul li:nth-last-child(-n+7),
  #menu-main-en li:nth-last-child(-n+7) {
    display: none; }

  #masthead {
    position: absolute; }

  .site-header .header-image {
    width: 190px; }

  .site-logo {
    margin-bottom: 0px !important; }

  .site-header {
    text-align: left; }

  .non-visible,
  .language_menu,
  .cta_menu {
    display: none; }

  .language_menu.footer {
    display: inline-block; }

  button.menu-toggle {
    position: absolute;
    display: inline-block;
    background-color: transparent;
    width: auto;
    right: 0px;
    top: -67px;
    border: 0;
    text-align: right;
    color: #ea5045;
    font-size: 30px;
    margin: 0;
    padding: 0;
    transition: all 0.1s ease-in-out; }

  button.menu-toggle:hover {
    color: #3f216a; }

  .menu-toggle:before {
    content: "\f0c9";
    width: 3em;
    text-align: right; }

  #primary-menu {
    background-color: #ffffff;
    margin-left: -30px;
    width: 100%;
    padding: 0px 30px 20px 30px;
    text-align: center; }

  .main-navigation {
    left: 0;
    margin: 10px 0 0 0;
    padding-top: 0;
    width: 100%; }

  .main-navigation .main-nav ul li > a,
  .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover,
  .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a,
  .main-navigation .main-nav ul li[class*="current-menu-"] > a,
  .main-navigation .main-nav ul li:hover > a,
  .main-navigation .main-nav ul li:focus > a,
  .main-navigation .main-nav ul li.sfHover > a {
    font-size: 26px;
    line-height: 40px;
    padding-left: 0;
    text-align: center; }

  .main-navigation .main-nav ul {
    padding-top: 20px;
    transition: all 0.2s ease-in-out; }

  .mobile-menu {
    display: none; }

  .main-nav a svg {
    height: 20px; } }
/*  ---  Desktop  ---  */
@media only screen and (min-width: 1024px) {
  .main-navigation .main-nav ul li:nth-last-child(-n+7),
  #menu-main-en li:nth-last-child(-n+7) {
    display: none; } }
@media only screen and (max-width: 1023px) {
  .main-navigation ul {
    display: none; }

  #menu-item-4331-nl,
  #menu-item-4331-en,
  #menu-item-4330-nl,
  #menu-item-4330-en {
    display: inline-block !important;
    clear: none !important;
    float: none !important; }

  #menu-item-4331-nl a,
  #menu-item-4330-nl a {
    padding-left: 0 !important;
    padding-right: 20px !important; }

  #menu-item-4331-en a,
  #menu-item-4330-en a {
    padding-left: 9px !important;
    padding-right: 0 !important; }

  /* EN menu */
  #menu-item-4330-nl:after,
  #menu-item-4331-nl:after {
    color: #ea5045;
    content: "/";
    position: absolute;
    left: 2.4em;
    font-weight: bold;
    top: 7px; } }


    .kt-row-column-wrap.kt-has-1-columns.kt-gutter-default.kt-v-gutter-default.kt-row-valign-top.kt-row-layout-equal.kt-tab-layout-inherit.kt-m-colapse-left-to-right.kt-mobile-layout-row {
      display: none;
    }