/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Typo CSS font Adobe 'Industry'

font-family: "industry", sans-serif;
font-weight: 300;
font-style: normal;

*/

/* Default: alles uitzetten */
.ha-display-menuitem,
.ha-display-megamenu {
  display: none !important;
}

/* 801px t/m 1299px → alleen menuitem */
@media (min-width: 801px) and (max-width: 1299px) {
  .ha-display-menuitem {
    display: block !important;
  }
}

/* 1300px en groter → alleen megamenu */
@media (min-width: 1300px) {
  .ha-display-megamenu {
    display: block !important;
  }
}

:root {
  --color-white: #FFF;
  --color-lightgray: #F2F0F0;
	--color-black: #000;
  --color-green: #5E7361;
  --color-brown: #BD965C;
  --color-darkbrown: #A38356;
  --color-darkgray: #212529; /* Platte tekst */
  --btn-font-size: 18px;
  --btn-line-height: 50px;
  --btn-color: #FFF;
  --btn-padding: 0px 25px;
  --btn-border-radius: 20px 0px 0px;
  --btn-transition: all .5s ease 0s;
}

html {
  scroll-behavior: smooth;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* https://developers.google.com/recaptcha/docs/faq#id-like-to-hide-the-recaptcha-badge.-what-is-allowed */
.grecaptcha-badge {
  visibility: hidden;
}

.ha-hide {
  display: none !important;
}

/* Body */

body { padding-left: 75px !important; }
.ha-header { padding: 35px 75px 35px 0px !important; }

@media only screen and (min-width: 1024px) and (max-width: 1300px) {
  body { padding-left: 50px !important; }
  .ha-header { padding: 35px 50px 35px 0px !important; }
  .awb-menu.collapse-enabled .awb-menu__main-li, .awb-menu.collapse-enabled .awb-menu__sub-li { margin-left: 50px !important; }
  .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile { left: 80% !important; }
}

@media only screen and (max-width: 1023px) {
  body { padding-left: 0px !important; }
  .ha-header { padding: 35px 30px 35px 30px !important; }
  .awb-menu.collapse-enabled .awb-menu__main-li, .awb-menu.collapse-enabled .awb-menu__sub-li { margin-left: 0px !important; }
}

@media only screen and (max-width: 800px) {
  body { padding-left: 0 !important; }
  .ha-header { padding: 35px 30px 35px 30px !important; }
  .awb-menu.collapse-enabled .awb-menu__main-li, .awb-menu.collapse-enabled .awb-menu__sub-li { margin-left: 0 !important; }
  .ha-copyright { padding: 35px 30px 35px 30px !important; }
}

/* End Body */

/* Buttons */

.ha-btn {
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  color: var(--btn-color) !important;
  background: var(--color-brown);
  padding: var(--btn-padding);
  border-radius: var(--btn-border-radius);
  display: inline-block;
  min-width: 235px;
  transition: var(--btn-transition) !important;
}

.ha-btn:hover {
  color: var(--btn-color) !important;
  background: var(--color-darkbrown);
  transition: var(--btn-transition) !important;
  text-decoration: none !important;
  transform: translateY(-2px);
}

.ha-btn:after {
  font-family: "Houweling" !important;
  font-weight: 900;
  font-size: 10px;
  color: var(--btn-color);
  content: "\e900";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  top: -2px;
  position: relative;
  margin-left: 18px;
}

.ha-btn_second {
  background: var(--color-lightgray);
  color: var(--color-green) !important;
}

.ha-btn_second:hover {
  background: #e3e3e3 !important;
  color: var(--color-green) !important;
  transition: var(--btn-transition);
}

.ha-btn_second:after {
  color: var(--color-green) !important;
}

.ha-btn_white {
  background: var(--color-white);
  color: var(--color-green) !important;
}

.ha-btn_white:hover {
  background: #e3e3e3 !important;
  color: var(--color-green) !important;
  transition: var(--btn-transition);
}

.ha-btn_white:after {
  color: var(--color-green) !important;
}

.ha-btn_row_centered {
  text-align: center !important;
  margin-top: 80px !important;
}

.ha-btn_row_centered p {
  margin: 0 !important;
}

.button-default {
  font-size: var(--btn-font-size) !important;
  line-height: var(--btn-line-height) !important;
  color: var(--btn-color) !important;
  background: var(--color-brown) !important;
  padding: var(--btn-padding) !important;
  border-radius: var(--btn-border-radius) !important;
  transition: var(--btn-transition) !important;
}

.button-default:hover {
  color: var(--btn-color) !important;
  background: var(--color-darkbrown) !important;
  transition: var(--btn-transition) !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
}

/* End Buttons */

/* Header */

.ha-header .ha-logo, .ha-copyright .ha-logo {
  max-height: 75px;
}

.ha-header .ha-logo svg, .ha-copyright .ha-logo svg {
  width: 150px;
  height: auto;
}

.ha-header .ha-logo .st0, .ha-copyright .ha-logo .st0 { fill: var(--color-white); }
.ha-header .ha-logo .st1, .ha-copyright .ha-logo .st1 { fill: var(--color-green); }

.ha-header .ha-menublock {}

.ha-header .ha-menu {
  margin-right: 30px;
}
.ha-header .ha-cta {}

.ha-header .ha-cta .ha-btn_menu {
  font-size: var(--btn-font-size);
  line-height: var(--btn-line-height);
  color: var(--btn-color);
  background: var(--color-brown);
  padding: var(--btn-padding);
  border-radius: var(--btn-border-radius);
  display: inline-block;
  transition: var(--btn-transition);
}

.ha-header .ha-cta .ha-btn_menu:hover {
  color: var(--btn-color);
  background: var(--color-darkbrown);
  transition: var(--btn-transition);
  text-decoration: none !important;
}

/* Mega menu */

.awb-menu_row .awb-menu__mega-wrap::before {
  content: "";
  position: absolute;
  top: -1rem;
  height: 4rem;
  width: 100%;
  left: 0;
}

.ha-megamenu {
  background-color: var(--color-white) !important
}

.ha-megamenu .column {}

.ha-megamenu .column .title p {
  font-family: var(--h3_typography-font-family) !important;
  font-weight: var(--h3_typography-font-weight) !important;
  font-size: 22px;
  color: var(--color-green) !important;
  margin: 0px !important
}

.ha-megamenu .column .title p a {
  color: var(--color-green) !important;
}

.ha-megamenu .column .title p a:hover {
  color: var(--color-green) !important;
  text-decoration: none !important;
}

.ha-megamenu .column .menu-items ul {
  list-style: none;
  color: var(--color-black) !important;
  line-height: 40px;
  padding: 0px 1px !important;
  margin: 10px 0px 0px !important;
}

.ha-megamenu .column .menu-items ul li a {
  color: var(--color-black) !important;
}

.ha-megamenu .column .menu-items ul li a:hover {
  color: var(--color-green) !important;
  text-decoration: none !important;
}

.ha-megamenu .column img {
  margin-top: 5px !important;
}

.rotate img {
  display: inline-block;
  transform: rotate(0deg) scale(1);
  transition: transform 250ms ease, filter 250ms ease;
  transform-origin: center;
}

.rotate:hover img {
  transform: rotate(4deg) scale(1.02);
  filter: brightness(1.05);
}

.ha-megamenu .column .title-paddingleft,
.ha-megamenu .column .button-paddingleft {
  padding-left: 17px;
}

/* .ha-megamenu .column a.sd-btn_default {
  display: block;
  text-align: center
} */

.awb-menu.collapse-enabled .awb-menu__main-ul {
  padding: 50px 0px;
}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {

  .awb-menu__main-a_regular {
    padding: 5px 25px !important;
  }

}

@media only screen and (min-width: 801px) and (max-width: 1300px) {

  .ha-header .ha-menublock > .fusion-column-wrapper {
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-start;
  }

  .ha-header .ha-menu {
    margin-right: 0;
    margin-left: 30px;
  }

  .awb-menu__m-toggle,
  .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile:before {
    font-size: 20px !important;
  }

  /* .awb-menu_row .menu-text {
    position: relative;
  }

  .awb-menu_row .menu-text::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 100%;
    height: 3px;
    background-color: rgba(255,255,255,.7);
    transition: right .3s ease-out;
    z-index: -1;
  }

  .awb-menu_row .menu-text:hover::after {
    right: 0;
  } */

  .awb-menu.collapse-enabled.mobile-size-full-absolute.expanded .awb-menu__main-ul {
    padding: 50px 0px !important;
  }

  .awb-menu.collapse-enabled .awb-menu__main-li {
    padding: 10px 0px;
  }

  .awb-menu__sub-ul.awb-menu__sub-ul_main a.awb-menu__sub-a {
    font-size: 26px !important;
  }

  .awb-menu.collapse-enabled .awb-menu__sub-li:first-child {
    margin-top: 20px !important;
  }

  .awb-menu.collapse-enabled .awb-menu__sub-li:last-child {
    margin-bottom: 10px !important;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1300px) {

  .awb-menu.collapse-enabled.awb-menu_indent-left ul ul a {
    position: relative;
    left: -40px;
  }

}

@media only screen and (min-width: 801px) and (max-width: 1023px) {

  .awb-menu.collapse-enabled.awb-menu_indent-left ul ul a {
    position: relative;
    left: 0px;
  }

}

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

  .ha-header .ha-menu {
    margin: 0;
  }

  .awb-menu__m-toggle,
  .awb-menu.collapse-enabled .awb-menu__open-nav-submenu_mobile:before {
    font-size: 20px !important;
  }

  /* .awb-menu_row .menu-text {
    position: relative;
  }

  .awb-menu_row .menu-text::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 100%;
    height: 3px;
    background-color: rgba(255,255,255,.7);
    transition: right .3s ease-out;
    z-index: -1;
  }

  .awb-menu_row .menu-text:hover::after {
    right: 0;
  } */

  .awb-menu.collapse-enabled.mobile-size-full-absolute.expanded .awb-menu__main-ul {
    padding: 50px 0px !important;
  }

  .awb-menu.collapse-enabled .awb-menu__main-li {
    padding: 0px 0px;
  }

  .awb-menu__sub-ul.awb-menu__sub-ul_main a.awb-menu__sub-a {
    font-size: 24px !important;
  }

  .awb-menu.collapse-enabled .awb-menu__sub-li:last-child {
    margin-bottom: 10px !important;
  }

  .fusion-menu-element-wrapper.collapse-enabled ul#menu-hoofdmenu-mobiel li>a {
    padding: 0 30px !important;
  }

  ul#menu-hoofdmenu-mobiel li.ha-submenu_mobile.first-item {
    margin-top: 10px !important;
  }

  ul#menu-hoofdmenu-mobiel li.ha-submenu_mobile.last-item {
    margin-bottom: 10px !important;
  }

  .ha-submenu_mobile a {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 50px !important;
    min-height: 50px !important;
    margin-left: 15px !important;
  }

}

/* End Header */

/* Footer */

.ha-footer {
  background-color: var(--color-green) !important;
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  border-top-left-radius: 20px !important;
}

.ha-footer .column h3 {
  color: var(--color-white);
  font-size: 26px;
  margin: 0 0 30px;
}

.ha-footer .column .contactdetails p {
  color: var(--color-white) !important;
  margin: 0 0 60px !important;
}

.ha-footer .column .privacyitems p {
  color: var(--color-white) !important;
  margin: 60px 0 0 !important;
}

.ha-footer .column .contactdetails p a,
.ha-footer .column .privacyitems p a {
  color: var(--color-white) !important;
  transition: var(--btn-transition);
}

.ha-footer .column .contactdetails p a:hover,
.ha-footer .column .privacyitems p a:hover {
  color: var(--color-white) !important;
  text-decoration: none !important;
  opacity: 0.7;
  transition: var(--btn-transition);
}

.ha-footer .column .contactbuttons p {
  margin: 0 !important;
}

.ha-footer .ha-btn_second {
  margin-top: 20px;
}

.ha-footer .ha-awards {
  display: flex;
  flex-direction: column;
  width: 180px;
  row-gap: 35px;
}

.ha-copyright {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.ha-copyright .legal-menu ul {
  display: flex;
	list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ha-copyright .legal-menu ul li {
	float: right !important;
}

.ha-copyright .legal-menu ul li a {
  color: var(--color-black) !important;
	display: block;
	font-size: 14px;
	margin-left: 30px;
  transition: var(--btn-transition);
}

.ha-copyright .legal-menu ul li a:hover {
  color: var(--color-green) !important;
  text-decoration: none !important;
  transition: var(--btn-transition);
}

/* End Footer */

/* Basic layout */

.ha-row {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

  .gray {
    background-color: var(--color-lightgray) !important;
    border-top-left-radius: 20px !important;
  }

  .gray-intro {
    background-color: var(--color-lightgray) !important;
    border-bottom-left-radius: 20px !important;
  }

  .ha-projects-row, .ha-blogs-row {
    padding-top: 120px !important;
    padding-bottom: 240px !important;
    background-color: var(--color-lightgray) !important;
    border-bottom-left-radius: 20px !important;
  }

  .green {
    background-color: var(--color-green) !important;
    border-top-left-radius: 20px !important;
  }

  .nopaddingtop {
    padding-top: 0px !important;
  }

  .nopaddingbottom {
    padding-bottom: 0px !important;
  }

.ha-row .left-column {

}

.ha-row .right-column {

}

.ha-secondrow {
  padding-top: 180px !important;
}

.ha-row .right-column .fusion-image-element {
  height: 100% !important;
}

.ha-hero {
  background-color: var(--color-green) !important;
  border-bottom-left-radius: 20px !important;
}

.ha-hero .ha-hero_title h1 {
  margin-top: 70px;
}

.ha-hero .ha-hero_title h1, .ha-hero .ha-hero_text p {
  color: var(--color-white) !important;
  margin-bottom: 40px !important;
}

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

.ha-hero .ha-hero_buttons {
  margin-top: 20px;
}

.ha-hero .ha-hero_buttons p {
  margin: 0;
}

.ha-hero .ha-hero_buttons .ha-btn_second {
  margin-left: 10px;
}

.ha-hero .ha-awards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
  justify-items: start;
  gap: 40px;
  margin-top: 100px;
  margin-bottom: 70px;
  width: 100%;
}

.ha-hero .ha-awards img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  max-width: 200px; /* zorgt dat logo's niet te groot worden */
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {

  .ha-hero .ha-hero_title h1 {
    font-size: 54px;
  }

  .ha-hero .ha-hero_text p {
    font-size: 22px;
  }

  .ha-hero .ha-hero_buttons .ha-btn {
    font-size: 16px;
    min-width: auto;
  }

}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {

  .ha-hero .ha-hero_title h1 {
    font-size: 50px;
  }

  .ha-hero .ha-hero_text p {
    font-size: 20px;
  }

  .ha-hero .ha-hero_buttons {
    margin-top: 10px;
  }

  .ha-hero .ha-hero_buttons .ha-btn {
    font-size: 17px;
    line-height: 48px;
    min-width: auto;
    padding: 0px 19px;
  }

  .ha-hero .ha-hero_buttons .ha-btn_second {
    margin-left: 10px;
  }

  .ha-hero .ha-awards {
    margin-top: 60px;
  }

}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {

  .ha-hero .ha-hero_title h1 {
    font-size: 46px;
  }

  .ha-hero .ha-hero_text p {
    font-size: 20px;
  }

  .ha-hero .ha-hero_buttons {
    margin-top: 10px;
  }

  .ha-hero .ha-hero_buttons .ha-btn {
    font-size: 18px;
    min-width: 235px;
  }

  .ha-hero .ha-hero_buttons .ha-btn_second {
    margin-left: 0;
    margin-top: 15px;
  }

  .ha-hero .ha-awards {
    margin-top: 60px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {

  .ha-hero_left_column .fusion-column-wrapper {
    margin-left: 50px !important;
  }

  .ha-hero .ha-hero_title h1 {
    font-size: 38px;
    margin-top: 50px;
  }

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

  .ha-hero .ha-hero_buttons {
    margin-top: 0px;
  }

  .ha-hero .ha-hero_buttons .ha-btn {
    font-size: 18px;
    min-width: 235px;
  }

  .ha-hero .ha-hero_buttons .ha-btn_second {
    margin-left: 0;
    margin-top: 15px;
  }

  .ha-hero .ha-awards {
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 50px;
  }

}

@media only screen and (min-width: 801px) and (max-width: 1023px) {

  .ha-hero .ha-hero_title h1 {
    font-size: 38px;
    margin-top: 50px;
    word-wrap: break-word;
  }

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

  .ha-hero .ha-hero_buttons .ha-btn_second {
    margin-left: 0;
    margin-top: 15px;
  }

  .ha-hero .ha-awards {
    gap: 20px;
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .ha-footer .ha-awards {
    margin-top: 80px;
  }

}

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

  .ha-hero > .fusion-builder-row {
    flex-direction: column-reverse;
  }

  .ha-hero .ha-hero_title h1 {
    font-size: 36px !important;
    margin-top: 40px;
  }

  .ha-hero .ha-hero_text p {
    font-size: 20px;
    margin-bottom: 30px !important;
  }

  .ha-hero .ha-hero_buttons .ha-btn_second {
    margin-left: 0;
    margin-top: 15px;
  }

  .ha-hero .ha-awards {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .ha-hero .ha-awards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: start;
  }

  .ha-hero .ha-awards img {
    max-width: 200px;
  }

  .ha-footer .ha-awards {
    width: 160px;
    margin-top: 60px;
  }

}

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

  .ha-hero .ha-awards {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: start;
  }

  .ha-hero .ha-awards img {
    max-width: 140px;
  }

}

.ha-row .ha-subtitle p {
  font-size: 24px;
  color: var(--color-brown);
  margin-top: 25px !important;
  margin-bottom: 20px;
}

.ha-row .ha-heading h1, .ha-row .ha-heading h2 {
  margin-bottom: 40px;
}

.ha-row .ha-text {
  margin-bottom: 35px;
}

.ha-row .ha-text p {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.ha-row .ha-text p a {
  color: var(--color-brown) !important
}

.ha-row .ha-text p a:hover {
  text-decoration: underline !important
}

.ha-row .ha-highlighted p {
  color: var(--color-brown) !important;
  margin-bottom: 0px !important;
  font-size: 24px !important;
  line-height: 38px !important;
}

.ha-row .ha-buttons p {
  margin: 0;
}

.ha-row .ha-buttons .ha-btn,
.ha-row .ha-buttons .ha-btn_second {
  min-width: auto;
  margin-top: 15px;
}

.ha-row .ha-buttons .ha-btn {
  margin-right: 15px;
}

.ha-image {
  height: 100% !important;
}

.ha-image img {
  height: 100% !important;
  object-fit: cover !important;
  padding-top: 20px;
}

.ha-image_radiustopright {
  border-top-right-radius: 20px !important;
}

.ha-image_radiusbottomright {
  border-bottom-right-radius: 20px !important;
}

.ha-image_radiusbottomleft {
  border-bottom-left-radius: 20px !important;
}

.ha-image_radiustopleft {
  border-top-left-radius: 20px !important;
}

.ha-row_review {

}

.ha-row_review .fusion-column-wrapper .ha-review_text h2,
.ha-row_review .fusion-column-wrapper .ha-review_text h3,
.ha-row_review .fusion-column-wrapper .ha-review_name p {
  max-width: 600px;
  float: right;
  margin-left: auto !important;
  /* padding-left: 60px; */
  padding-right: 60px;
}

.ha-review_text h3 {
  line-height: 1.5em !important;
  margin-bottom: 0 !important;
}

.ha-review_text h3 {
  position: relative;
}

.ha-review_text h3::before {
  content: "\201C";
  font-family: industry;
  font-weight: 700;
  position: absolute;
  left: -60px;
  top: -10px;
  color: #bc945b;
  font-size: 120px;
  line-height: 120px;
}

.ha-review_name p {
  display: block;
  width: 100%;
  text-align: left;
  color: var(--color-brown);
  margin: 0 !important;
  padding-top: 40px !important;
}

.ha-row_review .ha-review_column {
  margin-top: 100px;
  margin-bottom: 100px;
}

/* .ha-row_review .ha-review_name {
  margin-bottom: 100px;
} */

.ha-expertises {}

.ha-expertises .ha-heading h2,
.ha-sustainability .ha-heading h2 {
  margin-bottom: 60px;
}

.ha-expertises .ha-expertise_column,
.ha-sustainability .ha-expertise_column {
  margin: 20px 0;
}

.ha-expertises .ha-expertise_column .ha-expertise_image,
.ha-sustainability .ha-expertise_column .ha-expertise_image {
  margin-bottom: 25px;
}

.ha-expertises .ha-expertise_column .ha-expertise_title h3 {
  font-size: 24px !important;
  margin: 0 !important;
  transition: var(--btn-transition);
}

.ha-expertises .ha-expertise_column .ha-expertise_title h3 a:hover {
  color: var(--color-darkbrown);
  text-decoration: none !important;
  transition: var(--btn-transition);
}

.ha-expertises .ha-expertise_column .ha-expertise_title h3:after {
  font-family: "Houweling" !important;
  font-weight: 900;
  font-size: 11px;
  color: var(--color-darkbrown);
  content: "\e900";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  top: -3px;
  position: relative;
  margin-left: 20px;
  transition: var(--btn-transition);
}

.ha-expertises .ha-expertise_column .ha-expertise_title h3:hover:after {
  margin-left: 25px;
  transition: var(--btn-transition);
}

.ha-sustainability .ha-expertise_column .ha-expertise_title h3 {
  font-size: 24px !important;
  margin: 0 !important;
  transition: var(--btn-transition);
}

.ha-sustainability .ha-expertise_column .ha-expertise_title h3 a {
  color: var(--color-white) !important;
}

.ha-sustainability .ha-expertise_column .ha-expertise_title h3 a:hover {
  color: var(--color-white);
  text-decoration: none !important;
  transition: var(--btn-transition);
}

.ha-sustainability .ha-expertise_column .ha-expertise_title h3:after {
  font-family: "Houweling" !important;
  font-weight: 900;
  font-size: 11px;
  color: var(--color-white);
  content: "\e900";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  top: -3px;
  position: relative;
  margin-left: 20px;
  transition: var(--btn-transition);
}

.ha-sustainability .ha-expertise_column .ha-expertise_title h3:hover:after {
  margin-left: 25px;
  transition: var(--btn-transition);
}

.ha-vision, .ha-process {

}

.ha-vision .ha-heading:before, .ha-process .ha-heading:before {
  content: "";
  display: block;
  width: 148px;
  height: 150px;
  background: url(https://houweling.wphontwikkel.nl/wp-content/uploads/2023/09/houweling-cirkel-tekst.svg);
  background-size: cover;
  -webkit-animation: spin 15s linear infinite;
  -moz-animation: spin 15s linear infinite;
  animation: spin 15s linear infinite;
  position: absolute;
  top: -260px;
  right: 30px;
}

.ha-vision .ha-heading h2, .process .ha-heading h2 {
  margin-bottom: 80px;
}

.ha-vision .ha-accordion, .ha-process .ha-accordion {
  padding-right: 40px;
}

.ha-vision .ha-accordion .panel-body, .ha-process .ha-accordion .panel-body {
  padding: 30px 40px 0 0 !important;
}

.fusion-accordian .fusion-panel.fusion-toggle-has-divider:hover {
  border-color: var(--awb-divider-color) !important;
}

.ha-vision .ha-image img {
  padding-top: 0px !important;
}

.ha-featured_projects {

}

.ha-featured_projects .ha-heading h2 {
  margin-bottom: 80px;
}

.ha-featured_projects .ha-introtext {
  margin-bottom: 40px;
  max-width: 800px;
  position: relative;
  top: -40px;
  margin-left: 5px;
}

.ha-expertises .ha-introtext {
  margin-bottom: 40px;
  /* max-width: 800px; */
  position: relative;
  top: -20px;
  margin-left: 5px;
}

.ha-expertises .ha-bottomtext {
  margin-top: 60px;
}

.ha-featured_projects .ha-introtext p,
.ha-expertises .ha-introtext p,
.ha-expertises .ha-bottomtext p {
  margin-bottom: 0 !important;
}

.ha-row .ha-bottomtext p a {
  color: var(--color-brown) !important
}

.ha-row .ha-bottomtext p a:hover {
  text-decoration: underline !important
}

.ha-featured_projects .fusion-image-wrapper {
  margin-bottom: 30px;
}

.ha-featured_projects .fusion-portfolio-content-wrapper .fusion-image-wrapper {
  height: 380px;
  overflow: hidden; /* Om ervoor te zorgen dat de afbeelding binnen het kader blijft */
}

.ha-featured_projects .fusion-portfolio-content-wrapper .fusion-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ha-featured_projects .fusion-portfolio-content {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px !important;
}

.ha-featured_projects .fusion-portfolio-content h2 {
  font-size: 24px !important;
  line-height: 1.6em !important;
}

.ha-featured_projects .fusion-portfolio-content h2 a:hover {
  color: var(--color-darkbrown) !important;
  text-decoration: none !important;
}

.ha-featured_projects .fusion-portfolio-content .fusion-portfolio-meta a {
  font-family: var(--post_title_typography-font-family) !important;
  font-weight: var(--post_title_typography-font-weight) !important;
  font-size: 18px !important;
  color: var(--color-darkbrown) !important;
  pointer-events: none !important;
}

/* .ha-featured_projects .fusion-portfolio-post:first-child .fusion-image-wrapper {
  border-top-left-radius: 20px;
}

.ha-featured_projects .fusion-portfolio-post:nth-child(4) .fusion-image-wrapper {
  border-bottom-right-radius: 20px;
} */

.ha-featured_projects .fusion-portfolio-post:nth-child(1) .fusion-image-wrapper {
  border-top-left-radius: 20px;
}

.ha-featured_projects .fusion-portfolio-post:nth-child(4n) .fusion-image-wrapper {
  border-bottom-right-radius: 20px;
}

.ha-featured_projects .fusion-portfolio-post:nth-child(4n+1) .fusion-image-wrapper {
  border-top-left-radius: 20px;
}


.ha-featured_blogs,
.ha-sustainability {

}

.ha-featured_blogs .ha-heading h2 {
  color: var(--color-white) !important;
  margin-bottom: 80px;
}

.ha-sustainability .ha-heading h2 {
  color: var(--color-white) !important;
}

.ha-featured_blogs .ha-introtext,
.ha-sustainability .ha-introtext {
  margin-bottom: 40px;
  max-width: 800px;
  position: relative;
  top: -40px;
  margin-left: 5px;
}

.ha-featured_blogs .ha-introtext p
.ha-sustainability .ha-introtext p {
  color: var(--color-white) !important;
  margin-bottom: 0 !important;
}

.ha-featured_blogs .fusion-post-wrapper, .ha-featured_blogs .fusion-blog-layout-grid .fusion-post-slideshow {
  border: none !important;
}

.ha-featured_blogs .fusion-post-wrapper .fusion-image-wrapper img {
  object-fit: cover;
  height: 210px;
}

.ha-featured_blogs .fusion-post-content-wrapper {
  background: var(--color-white) !important;
}

.ha-featured_blogs .fusion-post-content h3 {
  font-size: 20px !important;
  line-height: 1.6em !important;
}

.ha-featured_blogs .fusion-post-content h3 a:hover {
  color: var(--color-green) !important;
  text-decoration: none !important;
}

.ha-featured_blogs .fusion-read-more {
  font-size: 18px !important;
  position: relative;
}

.ha-featured_blogs .fusion-read-more:after {
  font-family: "Houweling" !important;
  font-weight: 900;
  font-size: 11px !important;
  color: var(--color-green) !important;
  content: "\e900" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: relative !important;
  margin-left: 20px;
  top: -2px !important;
  right: 0 !important;
  padding: 0 !important;
  transition: var(--btn-transition);
}

.ha-featured_blogs .fusion-read-more:hover {
  color: var(--color-green) !important;
  text-decoration: none !important;
}

.ha-featured_blogs .fusion-read-more:hover:after {
  margin-left: 25px;
  text-decoration: none !important;
  transition: var(--btn-transition);
}

.ha-featured_blogs .fusion-post-grid:nth-child(1) .fusion-image-wrapper {
  border-top-left-radius: 20px;
}

.ha-featured_blogs .fusion-post-grid:nth-child(3) .fusion-post-content-wrapper {
  border-bottom-right-radius: 20px;
}

.ha-expect_more {}

.ha-expect_more .column {
  margin-top: 60px;
}

.ha-expect_more .column h3 {
  font-size: 30px;
  margin-top: 30px;
}

.ha-expect_more .column p {
  margin-bottom: 0 !important;
}

.ha-expect_more .column svg {
  fill: var(--color-brown);
}

.ha-pagehero {
  height: 50vh;
  border-bottom-left-radius: 20px !important;
}

.ha-pagehero .fusion-column-wrapper {
  display: inline-block !important;
}

.ha-pagehero div.fusion-text.ha-label {
  background: var(--color-green);
  display: inline-block;
  padding: 22px 50px 15px;
  border-bottom-right-radius: 20px;
  margin-bottom: 50px !important;
}

.ha-pagehero .ha-label h2 {
  font-size: 50px !important;
  color: var(--color-white) !important;
  margin-bottom: 0 !important;
}

.ha-pagehero .ha-label p {
  color: var(--color-white) !important;
  font-family: var(--h1_typography-font-family) !important;
  font-weight: var(--h1_typography-font-weight) !important;
  margin-bottom: 0 !important;
  font-size: 22px;
}

.ha-inspired {}

.ha-inspired .ha-heading h2 {
  margin-bottom: 80px;
}

.ha-inspired .ha-introtext {
  margin-bottom: 40px;
  max-width: 800px;
  position: relative;
  top: -40px;
  margin-left: 5px;
}

.ha-inspired .ha-introtext p {
  margin-bottom: 0 !important;
}

.ha-inspired .ha-inspired_column {
  margin: 20px 0;
}

.ha-inspired .ha-inspired_column .ha-inspired_image {
  margin-bottom: 25px;
}

.ha-inspired .ha-inspired_column .ha-inspired_title p {
  margin: 0 !important;
}

/* End Basic layout */

/* Projects page */

.ha-projects {
  top: -230px !important;
  margin-bottom: -100px !important;
}

.ha-projects .ha-heading h1 {
  margin-bottom: 50px;
}

.ha-projects .fusion-filter {
  margin-right: 15px !important;
}

.ha-projects .fusion-filters {
  border-top: none !important;
  border-bottom: none !important;
  line-height: 20px !important;
  margin-bottom: 70px !important;
}

.ha-projects .fusion-filters a {
  background: var(--color-white);
  padding: 10px 25px;
  border-top-left-radius: 20px !important;
  font-size: 16px;
  transition: var(--btn-transition);
}

.ha-projects .fusion-filter.fusion-active a {
  background: var(--color-brown) !important;
  color: var(--color-white) !important;
  line-height: 20px !important;
  border: none !important;
  transition: var(--btn-transition);
}

.ha-projects .fusion-filters a:hover, .ha-projects .fusion-filter.fusion-active a:hover {
  background: var(--color-darkbrown) !important;
  color: var(--color-white) !important;
  transition: var(--btn-transition);
}

.ha-projects .fusion-image-wrapper {
  margin-bottom: 30px;
}

.ha-projects .fusion-portfolio-content {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px !important;
}

.ha-projects .fusion-portfolio-content h2 {
  font-size: 24px !important;
  line-height: 1.6em !important;
}

.ha-projects .fusion-portfolio-content h2 a:hover {
  color: var(--color-darkbrown) !important;
  text-decoration: none !important;
}

.ha-projects .fusion-portfolio-content .fusion-portfolio-meta a {
  font-family: var(--post_title_typography-font-family) !important;
  font-weight: var(--post_title_typography-font-weight) !important;
  font-size: 18px !important;
  color: var(--color-darkbrown) !important;
  pointer-events: none !important;
}

/* .ha-projects .fusion-portfolio-post:first-child .fusion-image-wrapper {
  border-top-left-radius: 20px;
}

.ha-projects .fusion-portfolio-post:nth-child(3n) .fusion-image-wrapper {
  border-bottom-right-radius: 20px;
}

.ha-projects .fusion-portfolio-post:nth-child(4n) .fusion-image-wrapper {
  border-top-left-radius: 20px;
} */

.ha-projects li.fusion-filter.fusion-active {
  border-top-left-radius: 20px;
}

.ha-projects .fusion-portfolio-content-wrapper .fusion-image-wrapper {
  height: 255px;
  overflow: hidden; /* Om ervoor te zorgen dat de afbeelding binnen het kader blijft */
}

.ha-projects .fusion-portfolio-content-wrapper .fusion-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* End Projects page */

/* Project page */

/* Maak de slider container schermvullend (100vh hoogte) */
.ha-project_slider .flexslider {
  height: 80vh !important;
  margin-bottom: 0 !important;
}

/* Selecteer de afbeeldingen binnen de slider en maak ze 100% breedte en hoogte */
.ha-project_slider .flexslider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Optioneel: centreer de afbeeldingen horizontaal en verticaal binnen de slider */
.ha-project_slider .flexslider .slides li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ha-project_slider .flexslider .slides li.image {
  height: 80vh !important;
}

.ha-project_slider .flex-direction-nav .flex-prev {
  left: 80px !important;
}

.ha-project_slider .flex-direction-nav .flex-next {
  right: 80px !important;
}

.ha-project_slider .fusion-slider-sc .flex-direction-nav a {
  width: 70px !important;
  height: 70px !important;
  line-height: 70px !important;
  font-size: 30px !important;
  background-color: var(--color-green) !important;
}

.ha-project_text {
  width: 950px;
  margin: 0 auto !important;
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.ha-project_text h1 {}

.ha-project_text h2, .ha-project_text h3 {
  font-size: 40px !important;
  margin-top: 35px !important;
}

.ha-project_text p a {
  color: var(--color-brown) !important;
}

.ha-project_gallery {}

.ha-project_backlink {
  margin-top: 100px !important;
}

.ha-project_backlink p,
.ha-blog_backlink p {
  margin: 0 !important;
}

.ha-project_backlink a,
.ha-blog_backlink a {
  position: relative;
}

.ha-project_backlink a:before,
.ha-blog_backlink a:before {
  font-family: "Houweling" !important;
  font-weight: 900;
  font-size: 10px;
  color: var(--color-brown);
  content: "\e905";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  top: -2px;
  position: relative;
  margin-right: 15px;
}

.ha-project_backlink a:hover,
.ha-blog_backlink a:hover {
  color: var(--color-brown) !important;
  text-decoration: none !important;
}

.ha-project_backlink a::after,
.ha-blog_backlink a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 100%;
  z-index: -1;
  border-bottom: 1px solid var(--color-brown);
  transition: right .3s ease-out;
}

.ha-project_backlink a:hover,
.ha-blog_backlink a:hover {
  color: var(--color-brown) !important;
  text-decoration: none !important;
}

.ha-project_backlink a:hover::after,
.ha-blog_backlink a:hover::after {
  right: 0;
}

.ha-project_featured {
  padding-bottom: 150px !important;
}

.ha-project_featured .ha-heading h2 {
  margin-bottom: 80px;
  font-size: 50px !important;
}

.ha-project_featured .fusion-image-wrapper {
  margin-bottom: 30px;
}

.ha-project_featured .fusion-portfolio-content {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px !important;
}

.ha-project_featured .fusion-portfolio-content h2 {
  font-size: 24px !important;
  line-height: 1.6em !important;
}

.ha-project_featured .fusion-portfolio-content h2 a:hover {
  color: var(--color-darkbrown) !important;
  text-decoration: none !important;
}

.ha-project_featured .fusion-portfolio-content .fusion-portfolio-meta a {
  font-family: var(--post_title_typography-font-family) !important;
  font-weight: var(--post_title_typography-font-weight) !important;
  font-size: 18px !important;
  color: var(--color-darkbrown) !important;
  pointer-events: none !important;
}

.ha-project_featured .fusion-portfolio-post:first-child .fusion-image-wrapper {
  border-top-left-radius: 20px;
}

.ha-project_featured .fusion-portfolio-post:nth-child(3) .fusion-image-wrapper {
  border-bottom-right-radius: 20px;
}

.ha-project_featured .fusion-portfolio-content-wrapper .fusion-image-wrapper {
  height: 255px;
  overflow: hidden; /* Om ervoor te zorgen dat de afbeelding binnen het kader blijft */
}

.ha-project_featured .fusion-portfolio-content-wrapper .fusion-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* End Project page */

/* Blogs page */

.ha-blogs {
  top: -230px !important;
  margin-bottom: -130px !important;
}

.ha-blogs_featured {
  margin: 30px 0 70px;
}

.ha-blogs_featured .fusion-post-grid:nth-child(1) .fusion-image-wrapper {
  border-bottom-right-radius: 20px;
}

.ha-blogs_featured .fusion-blog-layout-grid .fusion-post-content-wrapper {
  padding: 40px 400px 30px 25px !important;
}

.ha-blogs_featured .fusion-post-content,
.ha-blogs_grid .fusion-post-content {
  display: flex;
  flex-direction: column;
}

.ha-blogs_featured .fusion-single-line-meta,
.ha-blogs_grid .fusion-single-line-meta {
  order: 1;
}

.ha-blogs_featured .blog-shortcode-post-title,
.ha-blogs_grid .blog-shortcode-post-title {
  order: 2;
}

.ha-blogs_featured .fusion-post-content-container {
  order: 3;
}

.ha-blogs_featured .fusion-single-line-meta,
.ha-blogs_grid .fusion-single-line-meta {
  color: var(--color-brown) !important;
  font-size: 16px;
  margin-bottom: 10px !important;
}

.ha-blogs_featured .fusion-post-content h2 {
  font-size: 50px !important;
  line-height: 1.3em !important;
  margin-top: 10px !important;
}

.ha-blogs_grid {

}

.ha-blogs_grid .fusion-post-wrapper, .ha-blogs_grid .fusion-blog-layout-grid .fusion-post-slideshow,
.ha-blogs_featured .fusion-post-wrapper, .ha-blogs_grid .fusion-blog-layout-grid .fusion-post-slideshow {
  border: none !important;
}

.ha-blogs_grid .fusion-post-wrapper .fusion-image-wrapper img {
  object-fit: cover;
  height: 210px;
}

.ha-blogs_grid .fusion-post-content-wrapper {
  background: var(--color-white) !important;
}

.ha-blogs_grid .fusion-post-content h3 {
  font-size: 20px !important;
  line-height: 1.6em !important;
}

.ha-blogs_grid .fusion-post-content h3 a:hover {
  color: var(--color-green) !important;
  text-decoration: none !important;
}

.ha-blogs_grid .fusion-read-more,
.ha-blogs_featured .fusion-read-more {
  font-size: 18px !important;
}

.ha-blogs_grid .fusion-read-more:after,
.ha-blogs_featured .fusion-read-more:after {
  font-family: "Houweling" !important;
  font-weight: 900;
  font-size: 11px !important;
  color: var(--color-brown) !important;
  content: "\e900" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: relative !important;
  margin-left: 20px;
  top: -2px !important;
  right: 0 !important;
  padding: 0 !important;
  text-decoration: none !important;
  transition: var(--btn-transition);
}

.ha-blogs_grid .fusion-read-more:hover,
.ha-blogs_featured .fusion-read-more:hover {
  color: var(--color-brown) !important;
  text-decoration: none !important;
}

.ha-blogs_grid .fusion-read-more:hover:after,
.ha-blogs_featured .fusion-read-more:hover:after {
  margin-left: 25px;
  text-decoration: none !important;
  transition: var(--btn-transition);
}

.ha-blogs_grid .fusion-read-more::before,
.ha-blogs_featured .fusion-read-more::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 100%;
  z-index: -1;
  border-bottom: 1px solid var(--color-brown);
  transition: right .3s ease-out;
}

.ha-blogs_grid .fusion-read-more:hover::before,
.ha-blogs_featured .fusion-read-more:hover::before {
  right: 0;
}

.ha-blogs_grid .fusion-post-grid:nth-child(1) .fusion-image-wrapper {
  border-bottom-left-radius: 20px;
}

.ha-blogs_grid .fusion-post-grid:nth-child(3n) .fusion-image-wrapper {
  border-top-right-radius: 20px;
}

.ha-blogs_grid .fusion-post-grid:nth-child(3n+1) .fusion-image-wrapper {
  border-bottom-left-radius: 20px;
}

/* End Blogs page */

/* Blog page */

.ha-blog_intro {
  padding-top: 100px !important;
  padding-bottom: 300px !important;
  background-color: var(--color-lightgray) !important;
  border-bottom-left-radius: 20px !important;
}

.ha-blog_intro .ha-heading {
  padding-right: 30%;
}

.ha-blog_excerpt {
  padding-right: 30%;
  font-size: 22px !important;
  color: var(--color-brown);
  margin-top: 10px;
}

.ha-blog_image {
  position: relative;
  top: -240px !important;
  margin-bottom: -240px !important;
}

.ha-blog_image img {
  border-bottom-right-radius: 20px;
}

.ha-blog_text {
  width: 950px;
  margin: 0 auto !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ha-blog_text p.ha-postdate {
  color: var(--color-brown);
  margin-bottom: 0 !important;
}

.ha-blog_text h1 {}

.ha-blog_text h2:first-child {
  margin-top: 0px !important;
}

.ha-blog_text h2, .ha-blog_text h3 {
  font-size: 40px !important;
  margin-top: 35px !important;
}

.ha-blog_text p a {
  color: var(--color-brown) !important;
}

.ha-blog_slider {
  width: 950px;
  margin: 0 auto !important;
  padding-bottom: 50px !important;
}

.ha-blog_slider .flexslider {
  height: 100% !important;
  margin-bottom: 0 !important;
}

/* Selecteer de afbeeldingen binnen de slider en maak ze 100% breedte en hoogte */
.ha-blog_slider .flexslider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Optioneel: centreer de afbeeldingen horizontaal en verticaal binnen de slider */
.ha-blog_slider .flexslider .slides li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ha-blog_slider .flex-direction-nav .flex-prev {
  left: 40px !important;
}

.ha-blog_slider .flex-direction-nav .flex-next {
  right: 40px !important;
}

.ha-blog_slider .fusion-slider-sc .flex-direction-nav a {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  font-size: 24px !important;
  background-color: var(--color-green) !important;
}

.ha-blog_navigation {
  width: 950px;
  margin: 0 auto !important;
  padding-bottom: 180px !important;
}

/* End Blog page */

/* Text page /  SEO text */

.ha-page_text {
  width: 950px;
  margin: 0 auto !important;
}

.ha-page_text h2, .ha-page_text h3 {
  font-size: 40px !important;
  margin-top: 35px !important;
}

.ha-page_text h4 {
  margin-top: 35px !important;
}

.ha-page_text h2:first-child {
  margin-top: 0 !important;
}

.ha-page_text p a {
  color: var(--color-brown);
}

.ha-page_text ul,
.ha-blog_text ul,
.ha-project_text {
  margin: 25px 0;
  padding-left: 20px;
}

.ha-row .ha-text ul {
  padding-left: 30px;
}

.ha-page_text .ha-buttons {
  margin-top: 30px;
}

.ha-grid .fusion-gallery.fusion-gallery-layout-grid .fusion-grid-column:nth-child(1) .fusion-gallery-image{
  border-top-left-radius: 20px;
  overflow: hidden;
}

.ha-grid .fusion-gallery.fusion-gallery-layout-grid .fusion-grid-column:nth-child(3) .fusion-gallery-image{
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

/* trek de image wrapper over de padding heen */
.ha-grid .fusion-gallery.fusion-gallery-layout-grid .fusion-grid-column .fusion-gallery-image{
  height: 100%;
}



/* End Text page / SEO text */

/* Contact page */

.ha-row .ha-contact, .ha-row .ha-contact p:last-child {
  margin-bottom: 0 !important;
}

.ha-contact a:hover {
  color: var(--color-brown);
  text-decoration: none !important;
}

.ha-mapslink::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--color-brown);
  content: "\f3c5";
  position: relative;
  padding-right: 12px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.ha-mapslink:hover {
  color: var(--color-brown);
  text-decoration: none !important;
}

.ha-contactform .fusion-column-wrapper {
  border-bottom-right-radius: 20px !important;
}

.ha-phone, .ha-email {
  padding-right: 12px;
  color: var(--color-brown);
}

.wpcf7-captchar,
.wpcf7-form .wpcf7-date,
.wpcf7-form .wpcf7-number,
.wpcf7-form .wpcf7-quiz,
.wpcf7-form .wpcf7-select,
.wpcf7-form .wpcf7-text,
.wpcf7-form textarea,
#wrapper .select-arrow {
  border-top-right-radius: 20px !important;
  font-weight: 300 !important;
}

.wpcf7-form textarea {
  padding: 15px 15px !important;
}

.wpcf7-form input[type="submit"] {
  font-size: var(--btn-font-size) !important;
  line-height: var(--btn-line-height) !important;
  color: var(--btn-color) !important;
  background: var(--color-brown) !important;
  padding: var(--btn-padding) !important;
  border-radius: var(--btn-border-radius) !important;
  margin-top: 30px !important;
  transition: var(--btn-transition) !important;
}

.wpcf7-form input[type="submit"]:hover {
  background: var(--color-darkbrown) !important;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

input[type="radio" i] {
  margin: 3px 3px 3px 5px !important;
}

/* End Contact page */

/* Team page */

.ha-team_block .person-image-container img {
  border-bottom-right-radius: 20px;
}

.ha-team_block .person-desc {
  padding: 25px 20px 50px !important;
}

.ha-team_block .person-title {
  color: var(--color-brown);
  font-size: 18px !important;
  margin-top: 8px;
}

.ha-team_block .person-content {
  display: none !important;
}

.fusion-person .person-desc .person-author {
  display: flex !important;
  flex-direction: column-reverse !important;
  align-items: flex-start !important;
}

.fusion-person .person-desc .person-author .fusion-social-networks {
  top: -70px;
  position: relative;
  margin-bottom: -30px;
}

.fusion-person .person-desc .person-author .person-name {
  font-size: 20px !important;
  line-height: 30px !important;
}

.ha-team_block .fusion-social-networks .fusion-social-networks-wrapper {
  display: flex !important;
  flex-direction: row-reverse !important;
}

.ha-team_block .fusion-social-networks .fusion-social-network-icon {
  font-size: 22px !important;
}

.ha-team_block .awb-icon-linkedin:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  content: "\f08c" !important;
}

/* End Team page */

/* Jobs page */

.ha-row .ha-joblink h3:last-child {
  margin-bottom: 10px !important;
}

.ha-row .ha-joblink h3 {
  font-size: 28px !important;
  line-height: 40px !important;
}

.ha-row .ha-joblink h3 a::after {
  font-family: "Houweling" !important;
  font-weight: 900;
  font-size: 13px !important;
  content: "\e900" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: relative !important;
  margin-left: 20px;
  top: -4px !important;
  right: 0 !important;
  transition: var(--btn-transition);
}

.ha-row .ha-joblink h3 a:hover {
  color: var(--color-brown);
  transition: var(--btn-transition);
}

.ha-row .ha-joblink h3 a:hover::after {
  color: var(--color-brown);
  margin-left: 30px;
  transition: var(--btn-transition);
}

/* End Jobs page */

/* Job page */

.ha-job_intro .ha-heading h1 {
  margin: 0 !important;
}

.ha-joblist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 32px;
  padding-left: 2px;
}

.ha-joblist ul li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.ha-joblist ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 18px;
  color: var(--color-brown);
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-font-smoothing:antialiased
}

/* End Job page */

@media only screen and (min-width: 1024px) and (max-width: 1499px) {

  .ha-row {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .ha-projects-row, .ha-blogs-row {
    padding-top: 120px !important;
    padding-bottom: 240px !important;
  }

  .ha-secondrow {
    padding-top: 120px !important;
  }

  .nopaddingtop {
    padding-top: 0px !important;
  }

  .nopaddingbottom {
    padding-bottom: 0px !important;
  }

  .ha-project_text {
    width: 900px;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .ha-project_featured {
    padding-bottom: 90px !important;
  }

  .ha-row_review .fusion-column-wrapper {
    padding-left: 80px !important;
  }

  .ha-row_review .fusion-column-wrapper .ha-review_text h3 {
    font-size: 30px !important;
  }

  .ha-vision .ha-heading:before, .ha-process .ha-heading:before {
    width: 120px;
    height: 122px;
  }

  .ha-vision .ha-heading:before, .ha-process .ha-heading:before {
    top: -180px;
  }

  .ha-blog_excerpt {
    padding-right: 20%;
  }

  .ha-blog_text {
    width: 900px;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .ha-blog_slider {
    width: 900px;
  }

  .ha-blog_navigation {
    width: 900px;
    padding-bottom: 120px !important;
  }

  .ha-page_text {
    width: 900px;
  }

}


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

  .ha-projects .fusion-portfolio-content-wrapper .fusion-image-wrapper,
  .ha-project_featured .fusion-portfolio-content-wrapper .fusion-image-wrapper {
    height: 200px;
  }

  .ha-featured_projects .fusion-portfolio-content-wrapper .fusion-image-wrapper {
    height: 300px;
  }

}

@media only screen and (min-width: 1024px) and (max-width: 1299px) {

  .ha-row .ha-heading h1, .ha-row .ha-heading h2, .ha-project_text h1, .ha-page_text h1 {
    font-size: 50px !important;
  }

  .ha-blogs_featured {
    margin: 30px 0 70px;
  }

}

@media only screen and (min-width: 801px) and (max-width: 1024px) {

  .ha-featured_projects .fusion-portfolio-content-wrapper .fusion-image-wrapper {
    height: 280px;
  }

}

@media only screen and (min-width: 801px) and (max-width: 1023px) {

  .ha-row {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .ha-secondrow {
    padding-top: 100px !important;
  }

  .ha-projects-row, .ha-blogs-row {
    padding-top: 100px !important;
    padding-bottom: 240px !important;
  }

  .nopaddingtop {
    padding-top: 0px !important;
  }

  .nopaddingbottom {
    padding-bottom: 0px !important;
  }

  .ha-project_text {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .ha-project_featured {
    padding-bottom: 70px !important;
  }

  .ha-row .ha-heading h1, .ha-row .ha-heading h2, .ha-project_text h1, .ha-blog_intro .ha-heading h1, .ha-page_text h1 {
    font-size: 40px !important;
  }

  .ha-row_review .fusion-column-wrapper {
    padding-left: 60px !important;
  }

  .ha-row_review .fusion-column-wrapper .ha-review_text h3 {
    font-size: 24px !important;
  }

  .ha-vision .ha-heading:before, .ha-process .ha-heading:before {
    top: -180px;
  }

  .ha-projects .fusion-filters a {
    padding: 10px 17px;
    font-size: 14px;
  }

  .ha-blogs_featured .fusion-post-content h2 {
    font-size: 40px !important;
  }

  .ha-blog_intro .ha-heading {
    padding-right: 20%;
  }

  .ha-blog_excerpt {
    padding-right: 20%;
  }

  .ha-blog_text {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .ha-blog_slider {
    padding-bottom: 40px !important;
  }

  .ha-blog_navigation {
    padding-bottom: 100px !important;
  }

  .ha-footer .column svg#logo-gemma-smid {
    width: 235px;
    margin-top: 60px;
  }

  .ha-footer .column svg#logo-fd-gazelle {
    width: 235px;
    margin-top: 30px;
  }

}

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

  .ha-featured_blogs .fusion-blog-layout-grid .fusion-post-grid:last-child {
    display: none !important;
  }

  .ha-project_text {
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
  }

  .ha-blog_text,
  .ha-blog_slider,
  .ha-blog_navigation,
  .ha-page_text {
    width: auto;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

}

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

  .ha-row {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .ha-secondrow {
    padding-top: 80px !important;
  }

  .ha-projects-row {
    padding-top: 100px !important;
    padding-bottom: 340px !important;
  }

  .nopaddingtop {
    padding-top: 0px !important;
  }

  .nopaddingbottom {
    padding-bottom: 0px !important;
  }

  .ha-project_text {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .ha-project_featured {
    padding-bottom: 50px !important;
  }

  .ha-image {
    margin-top: 80px;
    height: auto !important;
  }

  .ha-image_small {
    margin-top: 30px !important;
  }

  .ha-image img {
    height: auto !important;
    padding-top: 0 !important;
  }

  .ha-image_mobile_radiustopright img {
    border-top-right-radius: 20px !important;
  }

  .ha-image_mobile_radiusbottomright img {
    border-bottom-right-radius: 20px !important;
  }

  .ha-image_mobile_radiusbottomleft img {
    border-bottom-left-radius: 20px !important;
  }

  .ha-image_mobile_radiustopleft img {
    border-top-left-radius: 20px !important;
  }

  .ha-row .ha-heading h1, .ha-row .ha-heading h2, .ha-project_text h1, .ha-blog_intro .ha-heading h1, .ha-page_text h1 {
    font-size: 40px !important;
  }

  .ha-btn_row_centered {
    margin-top: 40px !important;
  }

  .ha-row_review .fusion-column-wrapper .ha-review_text h3 {
    font-size: 24px !important;
  }

  .ha-row_review .fusion-column-wrapper .ha-review_text h2,
  .ha-row_review .fusion-column-wrapper .ha-review_text h3,
  .ha-row_review .fusion-column-wrapper .ha-review_name p {
    max-width: initial;
    float: left;
    padding-left: 60px !important;
    padding-right: 0;
  }

  .ha-review_text h3::before {
    left: 0;
  }

  /* .ha-row_review .ha-review_name {
    margin-bottom: 90px;
  } */

  .ha-vision .ha-heading:before, .ha-process .ha-heading:before {
    width: 100px;
    height: 101px;
    top: -130px;
    right: 30px;
  }

  .ha-vision .ha-accordion, .ha-process .ha-accordion {
    padding-right: 0px;
  }

  .ha-featured_blogs .fusion-blog-layout-grid .fusion-meta-info .fusion-alignleft {
    width: 100% !important;
  }

  .ha-featured_projects .fusion-portfolio-content-wrapper .fusion-image-wrapper {
    height: 280px;
  }

  .ha-projects {
    top: -330px !important;
    margin-bottom: -200px !important;
  }

  .ha-projects .fusion-filter {
    border-bottom: none !important;
    margin-bottom: 10px;
  }

  .ha-projects .fusion-filter a {
    display: inline-block !important;
    font-size: 15px !important;
    padding: 10px 16px !important;
  }

  .ha-projects ul.fusion-filters li {
    float: left !important;
  }

  .ha-project_slider .flexslider {
    height: 350px !important;
  }

  .ha-project_slider .flexslider .slides li.image {
    height: 350px !important;
  }

  .ha-project_text h2, .ha-project_text h3, .ha-blog_text h2, .ha-blog_text h3, .ha-page_text h2, .ha-page_text h3 {
    font-size: 32px !important;
  }

  .ha-pagehero {
    height: 400px;
  }

  .ha-pagehero div.fusion-text.ha-label {
    padding: 16px 30px 15px;
    margin-bottom: 30px !important;
  }

  .ha-pagehero .ha-label p {
    font-size: 18px;
  }

  .ha-pagehero .ha-label h2 {
    font-size: 30px !important;
  }

  .ha-blogs-row {
    padding-top: 50px !important;
    padding-bottom: 200px !important;
  }

  .ha-blogs {
    top: -190px !important;
    margin-bottom: -140px !important;
  }

  .ha-blogs_featured {
    margin: 0px 0 50px;
  }

  .ha-blogs_featured .fusion-blog-layout-grid .fusion-post-content-wrapper {
    padding: 40px 25px 30px 25px !important;
  }

  .ha-blogs_featured .fusion-post-content h2 {
    font-size: 36px !important;
  }

  .ha-blog_intro {
    padding-top: 60px !important;
  }

  .ha-blog_intro .ha-heading {
    padding-right: 0%;
  }

  .ha-blog_excerpt {
    padding-right: 0%;
  }

  .ha-blog_text {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .ha-blog_slider {
    padding-bottom: 40px !important;
  }

  .ha-blog_navigation {
    padding-bottom: 100px !important;
  }

  .ha-footer {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .ha-footer .column .contactbuttons {
    margin-bottom: 60px !important;
  }

  .ha-footer .column svg#logo-gemma-smid {
    width: 235px;
    margin-top: 60px;
  }

  .ha-footer .column svg#logo-fd-gazelle {
    width: 235px;
    margin-top: 30px;
  }

  .ha-copyright .legal-menu ul {
    flex-direction: column;
    align-items: flex-end;
  }

  .ha-copyright .legal-menu ul li {
    line-height: 23px;
  }

  .ha-copyright .legal-menu ul li a {
    font-size: 12px;
    margin: 0;
  }

}

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

  .ha-project_slider .flexslider {
    height: 250px !important;
  }

  .ha-project_slider .flexslider .slides li.image {
    height: 250px !important;
  }

  section#content.portfolio-full {
    margin-bottom: 0px !important;
  }

  .ha-pagehero {
    height: 300px;
  }

  .ha-projects-row {
    padding-top: 50px !important;
  }

  .ha-projects {
    top: -330px !important;
    margin-bottom: -250px !important;
  }

  .ha-blogs-row {
    padding-top: 50px !important;
    padding-bottom: 150px !important;
  }

  .ha-blogs {
    top: -140px !important;
    margin-bottom: -100px !important;
  }

  .ha-projects-row .ha-heading h1, .ha-blogs-row .ha-heading h1,  {
    font-size: 36px !important;
  }

  .ha-blog_excerpt {
    font-size: 18px !important;
  }

  .ha-blog_intro {
    padding-bottom: 160px !important;
  }

  .ha-blog_image {
    top: -100px !important;
    margin-bottom: -100px !important;
  }

  .ha-blog_navigation {
    padding-bottom: 60px !important;
  }

  .ha-projects .fusion-portfolio-content-wrapper .fusion-image-wrapper,
  .ha-project_featured .fusion-portfolio-content-wrapper .fusion-image-wrapper,
  .ha-featured_projects .fusion-portfolio-content-wrapper .fusion-image-wrapper {
    height: 200px;
  }

  .ha-process .ha-accordion .panel-title {
    font-size: 22px !important;
    line-height: 32px !important;
  }

}