/*
Theme Name: VanDenBrink
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/* *******************************************************************
 *                              IMPREZA RESETS
 * **************************************************************** */

/* === TYPOGRAPHY === */
html {
  line-height: 1.5 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-weight: 800;
}

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

  h1,
  .h1 {
    font-size: 1.4rem !important;
    font-weight: 800;
  }

  h2,
  .h2 {
    font-size: 1.325rem !important;
    font-weight: 800;
  }
}

h2,
.h2 {
  font-size: 1.625rem;
  font-weight: 800;
}

h3,
.h3 {
  font-size: 1.25rem;
  line-height: 1.14;
}

h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.17;
}

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.2;
}

h6,
.h6 {
  font-size: 0.75rem;
  line-height: 1.25;
}

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

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

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

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

  h4,
  .h4 {
    font-size: 1.5rem;
  }

  h5,
  .h5 {
    font-size: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1600px) {
  html {
    /* font-size: 1vw !important; */
  }
}

/* === CANVAS === */
.l-canvas {
  overflow: hidden;
}

/* === BUTTONS === */
.w-btn i {
  font-size: 2rem;
  line-height: 1.25rem;
  margin-left: 1.25rem !important;
}

.no-touch [class*="us-btn-style_"] {
  transition: all .15s ease-in-out;
}

.no-touch [class*="us-btn-style_"]:hover {
  transform: scale(1.05);
}

.no-touch .us-btn-style_2:hover {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.w-btn-wrapper.align_left:not(:last-child) {
  margin-right: 2rem;
}

.w-btn-wrapper.align_right:not(:last-child) {
  margin-left: 2rem;
}

@media screen and (max-width: 499px) {
  .button-wrapper .w-btn-wrapper.width_auto {
    margin-right: 0;
    width: 100%;
    display: block;
  }

  .button-wrapper .w-btn {
    width: 100%;
  }
}

/* === Scroll to top button === */
.no-touch .w-toplink.active:hover {
  background: rgba(0, 0, 0, 0.4) !important;
}

/* Icon Boxes */
.w-iconbox.iconpos_left,
.w-iconbox.iconpos_right {
  align-items: center;
  font-family: "Kanit", sans-serif;
}

.w-iconbox .w-iconbox-title {
  font-weight: 700;
  padding: 0 !important;
}

.w-iconbox .w-iconbox-text {
  font-size: 0.875rem;
}

/* === Carousels === */
.w-grid .w-grid-list.owl-carousel .owl-nav,
.w-grid .w-grid-list.owl-carousel .owl-dots {
  padding: 0 15px;
}

.w-grid .w-grid-list.owl-carousel .owl-nav {
  display: none;
}

.w-grid .w-grid-list.owl-carousel .owl-nav div {
  border-radius: 0;
  margin-top: 0;
  padding: 0 10px;
  position: relative;
  transform: scale(1);
  transform-origin: 50%;
  transition: all .15s ease-in-out;
  width: unset;
  height: 2.5rem;
}

.w-grid .w-grid-list.owl-carousel .owl-nav div:hover {
  background: none;
  transform: scale(1.1);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.w-grid .w-grid-list.owl-carousel .owl-prev::before,
.w-grid .w-grid-list.owl-carousel .owl-next::before {
  font-size: 2.5rem;
  font-weight: 100;
}

.w-grid .w-grid-list.owl-carousel .owl-prev::before {
  content: "\f177";
}

.w-grid .w-grid-list.owl-carousel .owl-next::before {
  content: "\f178";
}

.w-grid .w-grid-list.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: .75rem;
}

.w-grid .w-grid-list.owl-carousel .owl-dot span {
  border: 3px solid #ffffff;
  border-radius: 100px;
  width: 1.5rem;
  height: 1px;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .25);
}

.w-grid .w-grid-list.owl-carousel .owl-dot.active span {
  border: 3px solid #f74e55;
  height: 1px;
}

@media screen and (min-width: 900px) {
  .w-grid .w-grid-list.owl-carousel .owl-nav {
    display: flex;
    float: right;
  }

  .w-grid .w-grid-list.owl-carousel .owl-dots {
    float: left;
  }

  .w-grid .w-grid-list.owl-carousel .owl-dots span {
    border-width: 5px;
    width: 2.5rem;
  }

  .w-grid .w-grid-list.owl-carousel .owl-dot.active span {
    border-width: 5px;
  }
}

/* === Breadcrumbs === */
.g-breadcrumbs {
  font-family: "Kanit", sans-serif;
  font-weight: 800;
  margin-bottom: 1rem;
}

.g-breadcrumbs li {
  color: #085bad;
  vertical-align: baseline !important;
  text-transform: uppercase;
}

.g-breadcrumbs li a {
  color: inherit;
}

.no-touch .g-breadcrumbs a:hover {
  color: #72798f;
}



/* === Popup box === */
.w-popup-box-content {
  border-radius: 2rem;
}



/* *******************************************************************
 *                  GLOBAL STYLES / UTILITY CLASSES
 * **************************************************************** */

/* =========================  UTILITY  ========================= */
.no-bottom-padding .l-section-h {
  padding-bottom: 0 !important;
}


/* =========================  CTA's  ========================= */

.section-cta-button {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.section-cta-button::before {
  background: linear-gradient(to bottom, transparent, #fff);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}




/* *******************************************************************
 *                              TEMPLATES
 * **************************************************************** */

.homepage-template,
.archief-template,
.default-template {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.homepage-template,
.archief-template {
  background: linear-gradient(to bottom, #066372, #78c6de) !important;
}

.homepage-template::before {
  content: "";

  background-position: left;
  background-size: 1500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .2;
}

.homepage-template::after {
  background-color: #085bad;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -50%;
  left: 0;
  transform-origin: top left;
  transform: skew(0deg, 10deg);
}

.default-template {
  display: none;
  position: fixed;
}

.default-template::before {
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.default-template::after {
  background-color: #fff;
  content: '';
  position: absolute;
  transform-origin: right;
  transform: skew(20deg);
  width: 100%;
  height: 100%;
  right: 50%;
  top: 0;
}

.default-template img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  /* height: 60vw; */
  bottom: 0;
  z-index: -1;
}

.homepage-template+.l-canvas .g-breadcrumbs li,
.archief-template+.l-canvas .g-breadcrumbs li {
  color: #fff;
}

.no-touch .homepage-template+.l-canvas .g-breadcrumbs a:hover,
.no-touch .archief-template .l-canvas .g-breadcrumbs a:hover {
  color: #085bad;
}

@media screen and (min-width: 1200px) {
  .homepage-template::after {
    background-color: #085bad;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform-origin: top left;
    transform: skew(25deg, 0deg);
  }

  .default-template {
    display: block;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .default-template::after {
    right: 25%;
  }

  .default-template img {
    /*right: -25% verwijderd de bg-image tussen 1200 en 1599 %*/
    /*right: -25%;*/
  }
}

/* Logo in header */
.white-logo {
  display: none;
}

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

  .homepage-template+.l-canvas .l-header .white-logo,
  .archief-template+.l-canvas .l-header .white-logo {
    display: block;
  }

  .homepage-template+.l-canvas .l-header .colored-logo,
  .archief-template+.l-canvas .l-header .colored-logo {
    display: none;
  }
}


/* *******************************************************************
 *                              HEADER
 * **************************************************************** */

.l-subheader {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.l-subheader-h {
  align-items: flex-start !important;
}

.l-subheader-h>div,
.l-subheader-cell>* {
  line-height: inherit;
  height: inherit;
}

.l-subheader .hofleverancier-logo,
.l-subheader .klantbeoordeling {
  background: #fff;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.2);
  line-height: inherit;
  height: inherit;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-subheader .klantbeoordeling .score {
  padding: 0 0.75rem;
  line-height: 1;
}

/* Mobile Navigation Menu icon + text */
.w-nav-control {
  line-height: 60px !important;
  height: 60px !important;
  padding: 0 !important;
  margin-right: 0 !important;
  position: relative;
}

.w-nav.type_mobile .w-nav-list.level_1 {
  z-index: -1;
}

.w-nav-control>span {
  color: #fff;
  display: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  margin-right: 1.25rem;
}

.type_mobile li.menu-item {
  color: #72798f !important;
}

.type_mobile .w-nav-list .level_2 {
  background-color: white !important;
}

@media (max-width: 1390px) {
  .w-nav-list li.menu-item {
    color: #72798f !important;
  }

  .w-nav-list li.menu-item a:hover {
    color: #085bad !important;
  }
}

@media screen and (max-width: 13990px) {
  .w-nav-control .w-nav-icon {
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    /* 	  padding: 0.5625rem 0.75rem 0.625rem; */
    padding: 1.7625rem 0rem 0.625rem;
    /* 	  margin: 0 !important; */
    margin: 0px 0 0 30px !important;
    width: 60px;
  }

  .w-nav-control .w-nav-icon i,
  .w-nav-control .w-nav-icon i::before,
  .w-nav-control .w-nav-icon i::after {
    width: 30px;
    height: 3px;
    border: none;
    border-radius: 50px;
  }

  .w-nav-control .w-nav-icon i {
    background-color: #213744;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .w-nav-control .w-nav-icon i::before {
    background-color: inherit;
    /* top: -0.5625rem; */
    top: -9px;
  }

  .w-nav-control .w-nav-icon i::after {
    background-color: inherit;
    /* top: 0.5625rem; */
    top: 9px;
  }

  .w-nav-icon {
    display: block !important;
  }

  .w-nav-control {
    display: block !important;
  }

  .w-nav {
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

}

@media (min-width: 1389px) {
  #page-header .w-nav-control {
    display: none !important;
  }
}

@media (min-width: 2000px) {
  body #page-header .w-nav-control {
    display: none !important;
  }
}

.w-nav {
  display: flex;
  justify-content: center;
  align-items: center;

}

.w-nav-icon {
  display: none;
}

.w-nav-control {
  display: none;
}

/* .w-nav-list li {
  color: white !important;
} */


.w-nav-list li a:hover {
  color: #72798f !important;
}

.w-nav-list li a.level_1:hover {
  color: #085bad !important;
}

.w-nav-list li span {
  letter-spacing: 1px;
}

.w-nav-list .level_2 {
  background-color: #085bad;
}

/* active state of menu */
.w-nav-control.active>span {
  color: #213744;
}

/* .w-nav-control.active .w-nav-icon {
  background-color: #213744;
} */
.w-nav-control.active .w-nav-icon i {
  background-color: #fff;
  transform: translate(-50%) rotate(45deg);
}

.w-nav-close {
  display: none !important;
}

@media screen and (min-width: 600px) {
  .w-nav-control>span {
    display: block;
  }
}

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

  .l-subheader .hofleverancier-logo,
  .l-subheader .klantbeoordeling {
    border-bottom-left-radius: 1.25rem;
    margin-left: 1.875rem;
    width: 100px;
  }

  .l-subheader .hofleverancier-logo .titel {
    margin: 0 0 10px 0;
  }

  .l-subheader .klantbeoordeling .titel {
    margin: 0 0 10px 0;
    word-spacing: 9999px;
  }
}

@media screen and (max-width: 4999px) {
  .w-nav .w-nav-control {
    display: flex !important;
  }
}

/* Navigatie items */
.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
  text-align: left;
  /* align-items: center; */
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1::before {
  background-color: #fff;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.w-nav.type_mobile .w-nav-anchor {
  line-height: 1;
}

.w-nav.type_mobile .w-nav-anchor:not(.level_1) {
  position: relative;
  padding-left: 3rem;
  font-weight: 600;
}

.w-nav.type_mobile .w-nav-anchor:not(.level_1)::before {
  content: "\f148";
  position: absolute;
  font-family: "fontawesome";
  font-weight: 400;
  transform: rotate(90deg);
  left: 1rem;
  color: #085bad;
}

.w-nav.type_mobile .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
  font-size: 1.25rem;
  vertical-align: middle !important;
}



/* *******************************************************************
 *                              CF7 FORMS
 * **************************************************************** */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
input[type="range"],
textarea,
select {
  box-shadow: 0 0 0 2px transparent, 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
}


/* *******************************************************************
 *                              ARCHIVES
 * **************************************************************** */

.archive .w-grid .w-grid-list {
  justify-content: flex-end;
}




/* *******************************************************************
 *                              HOMEPAGE
 * **************************************************************** */

.home p {
  font-weight: bold;
}


.home .section-footer {
  position: relative;
}

.home .section-footer::before {
  background: #085bad;
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vw;
  transform-origin: top left;
  transform: skew(0deg, 22.78deg);
  top: -150%;
  top: -6rem;
  left: 0;
  display: block;
}

@media screen and (max-width: 900px) {
  .home .section-footer::before {
    background: unset;
  }
}

.home .section-footer>.l-section-h {
  padding: 0 1rem 1rem !important;
}

.home .section-footer .w-iconbox-title {
  font-size: .8rem;
}

.home .section-footer .w-iconbox-text {
  font-size: 1.1rem;
}

.home p {
  font-weight: bold;
}

/* *******************************************************************
 *                              HOMEPAGE FOOTER
 * **************************************************************** */


.section-footer {
  position: relative;
}

.section-footer::before {
  background: #085bad;
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vw;
  transform-origin: top left;
  transform: skew(0deg, 22.78deg);
  top: -150%;
  top: -6rem;
  left: 0;
  display: block;
}

@media screen and (max-width: 900px) {
  .section-footer::before {
    background: unset;
  }
}

.section-footer>.l-section-h {
  padding: 0 1rem 1rem !important;
}

.section-footer .w-iconbox-title {
  font-size: .8rem;
}

.section-footer .w-iconbox-text {
  font-size: 1.1rem;
}

.w-toplink {
  bottom: 160px !important;
}

.w-toplink.active {
  transform: none !important
}

@media screen and (max-width: 900px) {
  .w-toplink {
    bottom: 160px !important;
  }

  .w-toplink.active {
    transform: none !important
  }
}


/* *******************************************************************
 *                              DIENSTEN
 * **************************************************************** */

.dienst #us_grid_1 .usg_post_title_1 {
  font-size: 14px !important;
  color: #213744;
}


/* *******************************************************************
 *                              LANDING PAGE - THEME RESETS
 * **************************************************************** */

/* 2813 - Template */
.page-id-2813 .header_ver .l-header,
.page-id-2813 .l-subheader.at_middle,
.page-id-2813 .l-subheader.at_middle .w-dropdown-list,
.page-id-2813 .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  background: #00000000 !important;
}

/* childs  */
.parent-pageid-2813 .header_ver .l-header,
.parent-pageid-2813 .l-subheader.at_middle,
.parent-pageid-2813 .l-subheader.at_middle .w-dropdown-list,
.parent-pageid-2813 .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  background: #00000000 !important;
}

/* Show hamburger */
.page-id-2813 #page-header .w-nav-control,
.parent-pageid-2813 #page-header .w-nav-control {
  display: flex !important;
}

/* Set conainer */
.page-id-2813 #page-content .l-section-h.i-cf,
.parent-pageid-2813 #page-content .l-section-h.i-cf {
  max-width: 1440px;
}


/* *******************************************************************
 *                                  LANDING PAGES - REGULAR
 * **************************************************************** */


/*Hero Gradient*/
#page-content .hero .l-section-overlay {
  background: #1e5869 !important;
  background: linear-gradient(0deg, #1e5869 0%, rgba(119, 198, 221, 0) 33%) !important;
}

.page-id-2813 .l-subheader.at_middle.width_full,
.parent-pageid-2813 .l-subheader.at_middle.width_full {
  box-shadow: none !important;
}

#page-content .hero {
  padding-top: 10px !important;
  height: 95vh;
  min-height: 95vh;
}

.hero .l-section-h.i-cf {
  max-width: 1440px;
}

.top-logo img {
  width: 300px;
  /*     margin-top: -2rem; */
}

.hero h1 {
  /*font-size: 2.5rem !important;*/
}

.hero p {
  font-size: 24px;
}

#page-content .l-section.row33vh {
  /*max-height: 33vh;*/
  min-height: unset;
  max-width: 1440px;
}

.page-id-2813 h3,
.parent-pageid-2813 h3 {
  font-weight: 300;
}

.w-iconbox {
  margin-bottom: 1rem;
}

#page-content .big-h3 h3 {
  font-size: 60px;
  font-weight: 500;
}

.center-text * {
  text-align: center;
}

.white-text * {
  color: #fff;
}

.flex-center {
  align-self: center;
}

/*#projecten-grid .w-image-h::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #1e5566 100%);
  margin-top: -150px;
    height: 125px;
    width: 100%;
    content: '';
    max-width: 388px;
  margin-right: auto;
  line-height: 12rem;
  font-weight: 800;
  color: #fff;  
}
*/

#projecten-grid .w-grid-item-h {
  box-shadow: 6px 7px 5px 2px #0000003d !important;
}

#projecten-grid #us_grid_1 .usg_vwrapper_1 {
  /*background: linear-gradient( transparent, rgb(30 85 102)) !important;*/
}

.outside-container.right {
  position: relative;
  right: -25%;
  width: 120%;
  max-width: 120%;
}

@media (max-width: 768px) {
  #page-content .hero .l-section-img {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media (max-width: 768px) {
  .outside-container.right {
    right: 0px;
    margin-left: 0px !important;
    position: initial;
  }
}

@media (max-width: 768px) {
  .page-id-3275 .outside-container {
    max-width: 100%;
    float: left;
  }
}

@media (min-width: 1440px) {
  .outside-container.right {
    position: relative;
    left: calc(57vw - 680px);
    width: 60vw;
    max-width: 57vw;
  }

  .outside-container.right img {
    width: 50vw;
  }
}

@media (max-width: 768px) {
  #page-content .outside-container.left {
    position: initial !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1920px) {
  .outside-container.right {
    position: relative;
    /*     left: calc(52vw - 680px); */
    width: 75vw;
    max-width: 100vw;
  }

  .outside-container.right img {
    /*width: 75vw;*/
  }
}

.outside-container.left {
  position: relative;
  right: 25%;
  width: 120%;
  max-width: 120%;
}

@media (min-width: 1440px) {
  .outside-container.left {
    position: relative;
    right: calc(52vw - 680px);
    width: 50vw;
    max-width: 50vw;
  }

  .outside-container.left img {
    width: 50vw;
  }
}

@media (min-width: 1920px) {
  .outside-container.left {
    position: relative;
    right: calc(52vw - 680px);
    width: 75vw;
    /*   max-width: 100vw;   */
  }

  .outside-container.left img {
    /*width: 75vw;*/
  }
}

#page-content .sm-gold-bg input[type="text"],
#page-content .sm-gold-bg input[type="email"],
#page-content .sm-gold-bg input[type="tel"],
#page-content .sm-gold-bg textarea {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 20px 40px;
  color: #213744 !important;
}

#page-content .sm-gold-bg input,
#page-content .sm-gold-bg textarea {
  border-radius: 0px;
  box-shadow: none;
  color: #213744;
  font-weight: 500;
}

#page-content .sm-gold-bg input[type="submit"] {
  border-radius: 50px;
  text-transform: uppercase;
}

.sm-gold-bg li:before {
  content: '\f054';
  font-family: 'fontawesome';
  display: inline-block;
}

.sm-gold-bg ul {
  margin-left: 0;
  list-style: none;
  padding: 0;
}

.sm-gold-bg li a {
  margin-left: 1rem;
}

.sm-gold-bg li {
  padding-left: 0;
}

.fa-chevron-right.red {
  color: #085bad !important;
  font-size: 1.3rem;
}

#page-content #landingspage-diensten-grid .usg_vwrapper_1 {
  background: linear-gradient(transparent, #276c80);
}


#page-content #video-tabs .w-tabs-item {
  border: none;
  color: #e5464c;
}

#page-content #video-tabs .w-tabs-item.active {
  color: #fff;
}

#page-content #video-tabs .w-tabs-list-h {
  display: flex;
  width: 128px;
  margin: 0 auto;
}

#page-content #video-tabs .w-tabs-item-h {
  padding: 1em 0.5em;
}

#direct-contact .w-iconbox img {
  margin-top: 0.4rem;
}

/*.w-tabs-item.with_icon {
    color: #e5464c;
}*/

@media (max-width: 1024px) {
  .w-separator.size_huge:empty {
    height: 6rem;
  }
}


@media(min-width: 1151px) {
  .big-padding {
    padding: 2rem 10rem;
  }
}

/* 
 * Modern dektop screens
 */


@media(max-width: 1430px) {
  #page-content .big-h3 h3 {
    font-size: 50px;
  }
}

@media(max-width: 900px) {
  #page-content .big-h3 h3 {
    font-size: 40px;
  }
}

/* 
 * Small screens
 */

.md-lg-hide {
  display: none;
}



@media(max-width: 768px) {
  .top-logo {
    /*    position: absolute;
    top: -19vh;
    width: 300px;
    margin: 0 auto;
    left: calc(50% - 150px);*/
    display: none;
  }

  #page-content .hero {
    height: unset;
  }

  .hero h1 {
    font-size: 38px !important;
    font-weight: 500;
    font-family: Kanit;
  }

  .top-logo-block {
    height: 0rem !important;
    display: none;
  }

  #page-content .big-h3 h3 {
    font-size: 30px;
  }

  .md-lg-hide {
    display: block;
  }

  .sm-hide {
    display: none;
  }

  .sm-white-bg .wpb_wrapper {
    /*padding: 1.5rem 0;*/
    display: flex;
    flex-direction: column;
  }

  .center-on-small p,
  .center-on-small h1,
  .center-on-small h2,
  .center-on-small a {
    text-align: center !important;
  }

  .center-on-small .w-btn-wrapper {
    text-align: center !important;
    margin: 0.2rem auto !important;
    align-self: center !important;
  }

  .hero.l-section {
    min-height: 200px !important;
  }

  .hero .l-section-h {
    top: 200px !important;
  }

  .hero p {
    font-size: 18px;
  }

  .sm-white-bg .l-section-h.i-cf {
    background: #fff;
    color: #213744;
    padding: 1.5rem;
  }

  .sm-gold-bg .l-section-h.i-cf {
    background: #d59f3d;
    color: #213744;
    padding: 4rem 2rem;
  }

  .sm-transparent-bg {
    padding-top: 14rem;
    padding-bottom: 2rem;
  }

  .l-section-overlay {
    background: #0000 !important;
  }

  .sm-transparent-bg h3,
  .sm-transparent-bg p {
    color: #fff !important;
  }

  .sm-transparent-bg .g-cols {
    padding: inherit 2rem;
  }

  .big-padding {
    /*padding: 1.5rem 0;*/
  }

  /*   .type-vacature .post_image {
      display: none;
  }   */

}

/*Huge screens*/

@media(min-width: 1700px) {
  .big-padding {
    padding: 2rem 6rem;
  }
}

@media(min-width: 1200px) {
  #page-content .big-h3 h3 {
    /*   padding-top: 3rem; */
  }

  #page-content .big-h3.first-on-white h3 {
    padding-top: 0rem;
  }
}

@media (min-width: 1200px) {
  .vc_col-lg-offset-1 {
    margin-left: 8.3333%;
    margin-right: 8.3333% !important;
  }
}

/*Very specific*/

@media(min-width: 786px) AND (max-width: 1200px) {
  .hero h1 {
    font-size: 2.5rem !important;
  }
}

/* *******************************************************************
 *            LANDING PAGES - without parent
 * **************************************************************** */

@media (min-width: 1389px) {

  .page-id-3275 #page-header .w-nav-control,
  .page-id-2813 #page-header .w-nav-control,
  .page-id-2869 #page-header .w-nav-control,
  .page-id-2863 #page-header .w-nav-control,
  .page-id-2872 #page-header .w-nav-control {
    display: flex !important;
  }
}

@media (min-width: 2000px) {

  .page-id-3275 #page-header .w-nav-control,
  .page-id-2813 #page-header .w-nav-control,
  .page-id-2869 #page-header .w-nav-control,
  .page-id-2863 #page-header .w-nav-control,
  .page-id-2872 #page-header .w-nav-control {
    display: none !important;
  }

  .page-id-3275 #page-header .w-nav-list,
  .page-id-2813 #page-header .w-nav-list,
  .page-id-2869 #page-header .w-nav-list,
  .page-id-2863 #page-header .w-nav-list,
  .page-id-2872 #page-header .w-nav-list {
    /*display: none !important;*/
  }
}


ul.w-nav-list.level_1 {
  display: none;
}

.l-subheader.at_middle.width_full {
  box-shadow: none !important;
}

.page-id-3275 .l-section-h,
.page-id-2813 .l-section-h,
.page-id-2869 .l-section-h,
.page-id-2863 .l-section-h,
.page-id-2872 .l-section-h {
  max-width: 1440px;
}

.page-id-3275 h3,
.page-id-2813 h3,
.page-id-2869 h3,
.page-id-2863 h3,
.page-id-2872 h3 {
  font-weight: 300;
}

.page-id-3275 p,
.page-id-2813 p,
.page-id-2869 p,
.page-id-2863 p,
.page-id-2872 p {
  line-height: 30px;
}


/* 2869 - meest-energieke */
.page-id-2869 .header_ver .l-header,
.page-id-2869 .l-subheader.at_middle,
.page-id-2869 .l-subheader.at_middle .w-dropdown-list,
.page-id-2869 .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  background: #00000000 !important;
}

/* 2863 - meest-bevlogen */
.page-id-2863 .l-subheader.at_middle,
.page-id-2863 .l-subheader.at_middle .w-dropdown-list,
.page-id-2863 .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  background: #00000000 !important;
}

/* 2872 - 125 jaar */
.page-id-2872 .l-subheader.at_middle,
.page-id-2872 .l-subheader.at_middle .w-dropdown-list,
.page-id-2872 .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  background: #00000000 !important;
}

/* 3275 - brand beveiliging */
.page-id-3275 .l-subheader.at_middle,
.page-id-3275 .l-subheader.at_middle .w-dropdown-list,
.page-id-3275 .l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
  background: #00000000 !important;
}

/*Remove red bg*/
.page-id-3275 .homepage-template::after,
.page-id-2813 .homepage-template::after,
.page-id-2869 .homepage-template::after,
.page-id-2863 .homepage-template::after,
.page-id-2872 .homepage-template::after,
.parent-pageid-2813 .homepage-template::after {
  display: none;
}

.page-id-3275 .l-header.pos_fixed~.l-main>.l-section:first-of-type,
.page-id-2813 .l-header.pos_fixed~.l-main>.l-section:first-of-type,
.page-id-2869 .l-header.pos_fixed~.l-main>.l-section:first-of-type,
.page-id-2863 .l-header.pos_fixed~.l-main>.l-section:first-of-type,
.page-id-2872 .l-header.pos_fixed~.l-main>.l-section:first-of-type {
  padding-top: 50px;
}

/* Change standard img shadow*/
.page-id-3275 #page-content .w-image.style_shadow-1 img,
.page-id-2813 #page-content .w-image.style_shadow-1 img,
.page-id-2869 #page-content .w-image.style_shadow-1 img,
.page-id-2863 #page-content .w-image.style_shadow-1 img,
.page-id-2872 #page-content .w-image.style_shadow-1 img,
.parent-pageid-2813 #page-content .w-image.style_shadow-1 img {
  /*box-shadow: 20px 20px 7px rgb(82 82 82 / 10%), 0 3px 10px rgba(0,0,0,0.15);*/
  box-shadow: none !important;
}

.page-id-3275 #page-content,
.page-id-2813 #page-content,
.page-id-2869 #page-content,
.page-id-2863 #page-content,
.page-id-2872 #page-content,
.parent-pageid-2813 #page-content {
  background: #78c6de;
}

/*BG Gradient*/
.page-id-3275 .homepage-template,
.page-id-2813 .homepage-template,
.page-id-2869 .homepage-template,
.page-id-2863 .homepage-template,
.page-id-2872 .homepage-template,
.parent-pageid-2813 .homepage-template {
  background: rgb(119, 198, 221);
  background: linear-gradient(90deg, rgb(119 198 221 / 0%) 0%, rgb(3 56 72 / 0.80) 50%) !important;
}

.mobile-fix {
  position: relative;
  z-index: 2 !important;
}

/* SHIRTSPONSOR */
@media screen and (min-width: 768px) {
  .shirtsponsor {
    padding-left: 10%;
  }
}

@media screen and (max-width: 768px) {
  .shirtsponsor {
    padding: 0 24px;
  }
}

.l-subheader-cell.at_right {
  justify-content: flex-start !important;
}

/* @media screen and (max-width: 425px) {
  .row-job-details {
    height: 550px;
  }
}
 */
/* .row-job-details {
  height: 350px;
} */

.job-label-bold {
  font-weight: 700;
}

.row-job-details-inner {
  background: var(--color-alt-content-secondary);
  border-radius: 0px;
  padding: 40px;
  position: relative;
  top: -11rem;
  color: white;
}

.recruiter-link-blue {
  color: #FFF !important;
}

/* .fas, .far, .fab {
	width: 30px !important;
    text-align: center !important;
} */

.row-job-recruiter .vc_column-inner {
  background: var(--color-alt-content-secondary);
  color: #fff;
  padding: 40px;
  border-radius: 0px;
}

.row-job-recruiter h2,
.row-job-details h3 {
  color: #fff;
}

.job-quote {
  border-radius: 20px;
  border: 2px solid;
  padding: 40px;
  font-style: italic !important;
  background: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5;
}

.form-column .vc_column-inner {
  background: var(--color-alt-content-secondary);
  padding: 40px;
  border-radius: 0rem;
}

.w-filter.state_desktop.style_drop_default .w-filter-item-title,
.select2-selection,
select,
textarea,
input:not([type="submit"]),
.w-form-checkbox,
.w-form-radio {
  background: #f5f5f5 !important;
  border-radius: 10px !important;
}

.button.gform_button_select_files {
  border-radius: 10px !important;
}

.gform_drop_instructions {
  color: #f5f5f5 !important;
}

.g-cols.wpb_row.type_default.valign_top.vc_inner.job-growth-wrap.job-growth-wrap--linear {
  text-align: center;
}

@media screen and (max-width: 600px) {
  #chart_wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    left: 3rem;
  }

  #chart_div {
    position: absolute;
    top: 0;
    left: -64px;
  }

  .row-job-recruiter {
    padding-top: 22rem !important;
  }

  .row-job-recruiter .vc_column-inner {
    background: var(--color-alt-content-secondary);
    color: #fff;
    padding: 10px;
    border-radius: 20px;
  }

/*   .row-job-details {
    height: 460px;
  } */

  .job-growth-wrap {
    display: flex;
    justify-content: center !important;
  }

  .g-cols.wpb_row.type_default.valign_top.vc_inner.job-growth-wrap.job-growth-wrap--linear {
    text-align: left;
  }

  .job-growth-wrap.job-growth-wrap--linear {
    margin-left: 0rem !important;
  }

  .growth-position-2::before,
  .growth-position-3::before {
    display: inline-block;
    content: "";
    border-top: 0 !important;
    width: 20rem !important;
  }
}


.growth-position,
.growth-position-2,
.growth-position-3 {
  display: inline;
}

.growth-position-2::before,
.growth-position-3::before {
  display: inline-block;
  content: "";
  border-top: .3rem solid #72798f;
  width: 8rem;
  margin: 0 1rem;
}

.fas.fa-head-side {
  font-size: 30px;
}

.growth-position-name {
  font-size: 25px;
}

.growth-position::after {
  content: '';
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: #000;
}

.row-job-details-inner p {
  margin: 0 0.5rem 0.5rem !important;
}

.icon-inline {
  display: flex;
}

.gform_fileupload_rules,
.gform_delete_file,
.ginput_preview {
  color: #fff !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
  color: var(--color-content-primary);
}

.postid-300 .doorgroei-row {
  display: none;
}