.mix,
.gap {
  display: inline-block;
}
.mix {
  display: none;
}
.checkbox-element {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0 0 15px 0;
  width: 100%;
}
.checkbox-element input[type="checkbox"] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}
.checkbox-element label {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 30px;
  color: #363b3e;
  min-height: 0;
  font-size: 17px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.checkbox-element label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: none;
  border: 2px solid #ffffff;
  border-radius: 2px;
}
.checkbox-element label::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  pointer-events: none;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/filter-check.svg');
  background-size: 10px auto;
  background-position: center center;
  background-repeat: no-repeat;
  line-height: 1;
  font-size: 9px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.checkbox-element label .count-items {
  display: none;
}
.checkbox-element input:checked ~ label:after {
  opacity: 1;
}
.checkbox-element input:checked ~ label:before {
  background: white;
}
.checkbox-element:hover label {
  color: rgba(54, 59, 62, 0.5);
}
.checkbox-element:hover label::before {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.4);
}
.checkbox-element:hover label::after {
  opacity: 1;
}
.checkbox-element.inactief {
  opacity: .2;
  position: relative;
  z-index: 1;
}
.basic-font {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #363b3e;
}
.titel-font {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
}
.titel-alt {
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
  color: #363b3e;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
html,
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #363b3e;
  font-size: 17px;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: calc(17px - 1px);
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    font-size: calc(17px - 2px);
  }
}
*::selection {
  background: #91c441;
  color: #fff;
}
*::-moz-selection {
  background: #91c441;
  color: #fff;
}
h1,
.look-h1 {
  font-family: 'Cairo', sans-serif;
  font-size: 2.11764706rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000000;
}
h2,
.look-h2 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.76470588rem;
  font-weight: 700;
  line-height: 1.33333333;
  margin-bottom: 10px;
  color: #000000;
}
h3,
.look-h3 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.41176471rem;
  font-weight: 700;
  line-height: 1.58333333;
  margin-bottom: 10px;
  color: #000000;
}
h4,
.look-h4 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.17647059rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #000000;
}
h5,
.look-h5 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.05882353rem;
  font-weight: 700;
  line-height: 1.22222222;
  margin-bottom: 10px;
  color: #000000;
}
h6,
.look-h6 {
  font-family: 'Cairo', sans-serif;
  font-size: 1.05882353rem;
  font-weight: 700;
  line-height: 1.22222222;
  margin-bottom: 10px;
  color: #000000;
}
.look-alt {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 0.82352941rem;
  font-weight: 600;
  line-height: 1.85714286;
  color: #91c441;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
}
p,
span,
a,
li,
.look-p {
  color: #363b3e;
  line-height: 1.88235294;
}
p {
  margin-bottom: 1.2em;
}
p b,
p strong {
  font-weight: 700;
}
p i,
p em {
  font-style: italic;
}
a {
  color: #91c441;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.box-shadow {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.box-shadow-hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.box-shadow-light {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.none {
  display: none;
}
.flex {
  display: flex;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.background-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fill {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.container-full {
  width: 100%;
}
.flex-row {
  display: flex;
}
.container {
  max-width: 1440px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.website-content {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 170px;
}
.website-content.no-margin {
  margin-bottom: 0;
}
.website-content.no-margin .page-section .sidebar-page {
  padding-bottom: 205px;
}
.website-content.no-margin .page-section .content-right {
  padding-bottom: 205px;
}
.website-content.no-margin .page-section .related {
  padding-bottom: 170px;
}
@media only screen and (max-width: 767px) {
  .website-content.no-margin {
    margin-bottom: 0;
  }
  .website-content.no-margin .page-section .sidebar-page {
    padding-bottom: 20px;
  }
}
.slick-slider *:focus {
  outline: none;
}
.logged-in .responsive-nav {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
  .logged-in .responsive-nav {
    margin-top: 46px;
  }
}
#old-ie-banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #f12525;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  z-index: 1500;
}
#old-ie-banner p {
  color: #ffffff;
  margin-bottom: 0;
}
.button {
  position: relative;
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
  color: #363b3e;
  display: inline-block;
  background-color: #91c441;
  color: #ffffff;
  font-size: 0.7059rem;
  letter-spacing: 0.8px;
  padding: 11px 60px 11px 30px;
  text-transform: uppercase;
  border-radius: 200px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-white.svg');
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-size: 17px;
}
.button:hover {
  background-color: #7ba834;
  text-decoration: none;
  color: #ffffff;
  background-position: right 20px center;
  cursor: pointer;
}
.button:focus,
.button:active {
  outline: none;
  color: #ffffff;
}
.button.white {
  background-color: #ffffff;
  color: #000000;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right.svg');
}
.button.white:hover {
  background-color: #7ba834;
  color: #ffffff;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-white.svg');
}
.button.down {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-down-white.svg');
  background-size: auto 17px;
}
.button.square {
  border-radius: 0;
  padding: 25px 60px 25px 25px;
  font-weight: 700;
  font-size: 1.059rem;
  line-height: 1.1;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-gray.svg');
  text-transform: none;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  background-size: 20px;
}
.button.square span {
  display: block;
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.square:hover {
  background-color: #91c441;
}
.button.square:hover span {
  filter: brightness(0) invert(1);
}
@media only screen and (max-width: 767px) {
  .button {
    padding: 10px 60px 10px 30px;
    max-width: 100%;
  }
}
.link-back {
  position: relative;
  display: inline-block;
  color: #6cb8d6;
  font-size: 0.7059rem;
  letter-spacing: 0.8px;
  padding: 0 0 0 35px;
  text-transform: uppercase;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-left-color-2.svg');
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: 14px;
}
.link-back:hover {
  text-decoration: none;
  color: #6cb8d6;
  background-position: left 0px center;
  cursor: pointer;
}
.link-back:focus,
.link-back:active {
  outline: none;
  color: #6cb8d6;
}
.link-text {
  position: relative;
}
.link-text::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.link-text:hover::after {
  width: 0%;
}
.link-text.button::after {
  display: none;
}
.link-text-alt {
  position: relative;
}
.link-text-alt::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.link-text-alt:hover::after {
  width: 100%;
}
.link-text-alt.button::after {
  display: none;
}
@supports (-ms-ime-align:auto) {
  .button {
    background-position: calc(100% - 25px) center !important;
  }
  .button:hover {
    background-position: calc(100% - 20px) center !important;
  }
}
.input-font-color {
  color: #000000;
}
.input-border-radius {
  border-radius: 5px;
}
.input-background {
  background-color: #ffffff;
}
.input-box-shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.input-border {
  border: none;
}
.input-weight {
  font-weight: 600;
}
.default-block {
  padding: 0;
  margin-bottom: 70px;
}
.default-block.background-color {
  background-color: #6cb8d6;
}
.default-block.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.default-block .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.default-block .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.default-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.default-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.default-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.default-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.default-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.default-block .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.default-block .tekst a:hover::after {
  width: 0%;
}
.default-block .tekst a.button::after {
  display: none;
}
.default-block .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.default-block .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .default-block {
    margin-bottom: 70px;
  }
}
.no-gutter .row,
.no-gutter .container,
.no-gutter .container-fluid {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter .row > [class^="col-"],
.no-gutter .container > [class^="col-"],
.no-gutter .container-fluid > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.social-media a {
  position: relative;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-right: 5px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.social-media a::after {
  display: none;
}
.social-media a.facebook {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-facebook-blue.svg');
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-facebook.svg');
}
.social-media a.linkedin {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-linkedin-blue.svg');
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-linkedin.svg');
}
.social-media a.xing {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-xing-blue.svg');
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-xing.svg');
}
.social-media a.wechat {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-wechat-blue.svg');
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-wechat.svg');
}
.social-media a:hover.facebook {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-facebook-blue.svg');
}
.social-media a:hover.linkedin {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-linkedin-blue.svg');
}
.social-media a:hover.xing {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-xing-blue.svg');
}
.social-media a:hover.wechat {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-wechat-blue.svg');
}
.social-media.white a {
  opacity: .6;
}
.social-media.white a.facebook {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-facebook-white.svg');
}
.social-media.white a.linkedin {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-linkedin-white.svg');
}
.social-media.white a.xing {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-xing-white.svg');
}
.social-media.white a.wechat {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-wechat-white.svg');
}
.social-media.white a:hover {
  opacity: 1;
}
header {
  position: fixed;
  z-index: 5000;
  width: 100%;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  font-size: 16px;
}
header .header-top {
  display: block;
  width: 100%;
  margin: 0 auto;
}
header .header-inner {
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  z-index: 1500;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0;
}
header .header-inner .logo {
  position: absolute;
  left: 20px;
  top: 10px;
  -webkit-transition: 0.3s ease 0.3s;
  -moz-transition: 0.3s ease 0.3s;
  -o-transition: 0.3s ease 0.3s;
  -ms-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
header .header-inner .logolink {
  display: block;
  height: 100px;
  transition-delay: .3s;
}
header .header-inner .logolink img {
  height: 100%;
  width: auto;
  display: block;
  padding: 10px 0;
}
header .header-inner .navigation {
  position: relative;
  display: flex;
  text-align: right;
  background: #ffffff;
}
header .header-inner .navigation .nav {
  padding: 5px 50px 15px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .navigation .cta-button {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  letter-spacing: .5px;
  font-size: 1.375em;
  background: #efb91e;
  color: #ffffff;
  padding: 5px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-inner .navigation .cta-button:hover {
  background: #d5a20f;
}
header .header-inner .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header .header-inner .navigation ul *:last-child {
  margin-right: 0;
}
header .header-inner .navigation li {
  position: relative;
  display: inline-block;
  margin-right: 35px;
}
header .header-inner .navigation li a {
  display: inline-block;
  font-family: 'Cairo', sans-serif;
  font-size: 1.17647059rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 0;
  margin-bottom: 0;
  color: #000000;
  text-decoration: none;
}
header .header-inner .navigation li a.sf-with-ul {
  position: relative;
  padding-right: 20px;
}
header .header-inner .navigation li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-blue.svg');
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down.svg');
  background-size: 10px;
  background-position: right 1px center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 0;
  top: 2px;
  border: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .navigation li:hover a,
header .header-inner .navigation li:active a,
header .header-inner .navigation li.current-menu-item a,
header .header-inner .navigation li.current_page_parent a {
  color: #6cb8d6;
  text-decoration: none;
}
header .header-inner .navigation li:hover a.sf-with-ul::after,
header .header-inner .navigation li:active a.sf-with-ul::after,
header .header-inner .navigation li.current-menu-item a.sf-with-ul::after,
header .header-inner .navigation li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-blue.svg');
}
header .header-inner .navigation li.menu-item-has-children > a {
  padding-right: 20px;
}
header .header-inner .navigation li .search-form {
  display: flex;
  align-items: center;
  height: 30px;
}
header .header-inner .navigation li .search-form .search-icon {
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-search-blue.svg');
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-search-gray.svg');
  background-repeat: no-repeat;
}
header .header-inner .navigation li .search-form .search-icon:hover {
  cursor: pointer;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-search-blue.svg');
}
header .header-inner .navigation li .search-form .search {
  display: block;
  width: 0;
  opacity: 0;
  right: 30px;
  top: -6px;
  overflow: hidden;
  -webkit-transition: opacity .3s ease, width .3s ease .3s;
  -moz-transition: opacity .3s ease, width .3s ease .3s;
  -o-transition: opacity .3s ease, width .3s ease .3s;
  -ms-transition: opacity .3s ease, width .3s ease .3s;
  transition: opacity .3s ease, width .3s ease .3s;
}
header .header-inner .navigation li .search-form .search form {
  display: flex;
}
header .header-inner .navigation li .search-form .search input[type='text'] {
  width: 80%;
  color: #000000;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 0px;
}
header .header-inner .navigation li .search-form .search input[type='submit'] {
  width: 15px;
  color: transparent;
  height: 100%;
  padding: 2px 5px;
  opacity: .7;
  background: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-right-gray.svg');
  border: none;
  outline: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 7px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .navigation li .search-form .search input[type='submit']:hover {
  opacity: 1;
}
header .header-inner .navigation li .search-form .search.visible {
  width: 140px;
  opacity: 1;
  -webkit-transition: opacity .3s ease .3s, width .3s ease-out;
  -moz-transition: opacity .3s ease .3s, width .3s ease-out;
  -o-transition: opacity .3s ease .3s, width .3s ease-out;
  -ms-transition: opacity .3s ease .3s, width .3s ease-out;
  transition: opacity .3s ease .3s, width .3s ease-out;
}
header .header-inner .navigation li.wpml-ls-item a {
  display: flex !important;
  align-items: center;
}
header .header-inner .navigation li.wpml-ls-item a img.wpml-ls-flag {
  max-height: .75rem;
}
header .header-inner .navigation li.wpml-ls-current-language {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 3px;
  margin-bottom: 3px;
}
header .header-inner .navigation li.wpml-ls-current-language > a > .wpml-ls-display {
  display: none;
}
header .header-inner .navigation li.wpml-ls-current-language > ul.sub-menu {
  left: -8px !important;
}
header .header-inner .navigation li.contact.location {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
header .header-inner .navigation li.contact a {
  padding-right: 28px;
}
header .header-inner .navigation li.contact a::before {
  content: "";
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-globe-blue.svg');
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-globe.svg');
  position: absolute;
  right: 14px;
  width: 11px;
  height: 100%;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-inner .navigation li.contact:hover a::before,
header .header-inner .navigation li.contact:active a::before,
header .header-inner .navigation li.contact.current-menu-item a::before,
header .header-inner .navigation li.contact.current_page_parent a::before {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-globe-blue.svg');
}
header .header-inner .navigation li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 15px);
  min-width: 100%;
  background: #ffffff;
  margin: 0;
  display: none;
  left: -30px;
  text-align: left;
  border-top: 4px solid #6cb8d6;
  z-index: 203;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
header .header-inner .navigation li > ul.sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  white-space: nowrap;
}
header .header-inner .navigation li > ul.sub-menu li:hover,
header .header-inner .navigation li > ul.sub-menu li:active,
header .header-inner .navigation li > ul.sub-menu li.current-menu-item,
header .header-inner .navigation li > ul.sub-menu li.current_page_item,
header .header-inner .navigation li > ul.sub-menu li.current_page_parent {
  background: rgba(108, 184, 214, 0.1);
}
header .header-inner .navigation li > ul.sub-menu li a {
  display: block;
  font-weight: 400;
  padding: 15px 30px;
  margin: 0;
  color: #000000;
  font-size: 0.938em;
  border-top: none;
}
header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul {
  position: relative;
  padding-right: 50px;
}
header .header-inner .navigation li > ul.sub-menu li a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right.svg');
  background-size: 13px;
  top: -1px;
  right: 20px;
}
header .header-inner .navigation li > ul.sub-menu li a::before {
  display: none;
}
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu {
  position: absolute;
  display: block;
  right: 0;
  left: 100%;
  width: 100%;
  max-width: 200px;
  top: 0px;
  border: none;
  background: white;
}
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu li {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #f3f3f3;
  white-space: nowrap;
  display: inline-block;
  float: left;
}
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu li:hover,
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu li:active,
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu li.current-menu-item,
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu li.current_page_item,
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu li.current_page_parent {
  background: rgba(108, 184, 214, 0.1);
}
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu li a {
  display: block;
  font-weight: 400;
  padding: 15px 30px;
  margin: 0;
  color: #000000;
  font-size: 0.938em;
  border-top: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu li a {
    padding: 13px 20px;
  }
}
header .header-inner .navigation li > ul.sub-menu li > ul.sub-menu::after {
  display: none;
}
header .header-inner .navigation li > ul.sub-menu li:first-child {
  border-top: none;
}
header .header-inner .navigation li > ul.sub-menu li::before {
  display: none;
}
header .header-inner .navigation li > ul.sub-menu ul.sub-menu {
  display: block;
  top: 0;
  border: none;
  left: 100%;
  background: #ffffff;
}
header .header-inner .navigation li > ul.sub-menu ul.sub-menu::after {
  display: none;
}
header .header-inner .navigation .nav-top ul.menu {
  display: flex;
  justify-content: flex-end;
}
header .header-inner .navigation .nav-top li {
  display: flex;
  align-items: center;
  margin-right: 35px;
}
header .header-inner .navigation .nav-top li a {
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
  color: #363b3e;
  font-size: 0.875em;
  letter-spacing: 0.3px;
  color: #94a5ad;
}
header .header-inner .navigation .nav-top li a span {
  color: #94a5ad;
}
header .header-inner .navigation .nav-top li a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-gray.svg');
  background-size: 8px;
  top: 1px;
}
header .header-inner .navigation .nav-top li:hover > a,
header .header-inner .navigation .nav-top li:active > a,
header .header-inner .navigation .nav-top li.current-menu-item > a,
header .header-inner .navigation .nav-top li.current_page_parent > a {
  color: #6cb8d6;
  text-decoration: underline;
}
header .header-inner .navigation .nav-top li:hover > a.sf-with-ul::after,
header .header-inner .navigation .nav-top li:active > a.sf-with-ul::after,
header .header-inner .navigation .nav-top li.current-menu-item > a.sf-with-ul::after,
header .header-inner .navigation .nav-top li.current_page_parent > a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-blue.svg');
}
header .header-inner .navigation .nav-top li.social-media {
  margin-right: 15px;
}
header .header-inner .navigation .nav-top li.social-media a {
  width: 18px;
  height: 18px;
}
header .header-inner .navigation .nav-top li > ul.sub-menu {
  top: 100%;
  left: -20px;
}
header .header-inner .navigation .nav-top li > ul.sub-menu li a {
  padding: 14px 20px;
  color: #94a5ad;
}
header .header-inner .navigation .nav-top li > ul.sub-menu li a span {
  color: #94a5ad;
  line-height: 1;
}
header .header-inner .navigation .nav-top li > ul.sub-menu li:hover,
header .header-inner .navigation .nav-top li > ul.sub-menu li:active,
header .header-inner .navigation .nav-top li > ul.sub-menu li.current-menu-item,
header .header-inner .navigation .nav-top li > ul.sub-menu li.current_page_item,
header .header-inner .navigation .nav-top li > ul.sub-menu li.current_page_parent {
  background: rgba(108, 184, 214, 0.1);
}
header .header-inner .navigation .nav-top li > ul.sub-menu li:hover a,
header .header-inner .navigation .nav-top li > ul.sub-menu li:active a,
header .header-inner .navigation .nav-top li > ul.sub-menu li.current-menu-item a,
header .header-inner .navigation .nav-top li > ul.sub-menu li.current_page_item a,
header .header-inner .navigation .nav-top li > ul.sub-menu li.current_page_parent a {
  text-decoration: none;
}
header .header-inner .navigation .nav-top li:last-child {
  margin-right: 0;
}
header .header-inner .nav-toggle {
  position: relative;
  z-index: 1500;
}
header .header-inner .nav-toggle .hamburger-menu {
  position: relative;
  padding: 5px;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  transition: all 0.25s;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
}
header .header-inner .nav-toggle .hamburger-menu .menu-part {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  background: #000000;
  margin: auto;
  border-radius: 20px;
  transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1.3);
}
header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(1) {
  top: 0;
}
header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
header .header-inner .nav-toggle .hamburger-menu .menu-part:nth-of-type(3) {
  bottom: 0;
}
header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 8px;
}
header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(2) {
  opacity: 0;
}
header .header-inner .nav-toggle .hamburger-menu.hamburger-open .menu-part:nth-of-type(3) {
  transform: rotate(45deg);
  bottom: 9px;
}
header .header-inner .nav-toggle .hamburger-menu:hover .menu-part {
  background: #6cb8d6;
}
@media only screen and (min-width: 1351px) and (max-width: 1550px) {
  header .header-inner .navigation .nav {
    padding: 5px 20px 15px;
  }
  header .header-inner .navigation li {
    margin-right: 15px;
  }
  header .header-inner .navigation li a {
    font-size: 1em;
  }
  header .header-inner .navigation .cta-button {
    padding: 5px 15px;
  }
}
@media only screen and (max-width: 1350px) {
  header {
    font-size: 14px;
  }
  header .header-inner .logolink img {
    padding: 0 0 55px 0;
  }
  header .header-inner .navigation .nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .header-inner .navigation li {
    margin-right: 12px;
  }
  header .header-inner .navigation li a {
    font-size: .9em;
  }
  header .header-inner .navigation li a.sf-with-ul {
    padding-right: 15px;
  }
  header .header-inner .navigation li a.sf-with-ul::after {
    background-size: 8px;
  }
  header .header-inner .navigation .nav-top li {
    margin-right: 15px;
  }
  header .header-inner .navigation .nav-top li a {
    font-size: .75em;
  }
  header .header-inner .navigation .cta-button {
    padding: 5px 5px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991px) {
  header {
    background: #ffffff;
  }
  header .header-inner {
    justify-content: space-between;
  }
  header .header-inner .logo {
    position: relative;
    top: 0;
    left: 20px;
  }
  header .header-inner .logolink {
    height: 80px;
  }
  header .header-inner .logolink img {
    padding: 15px 0;
  }
  header .header-inner .navigation {
    display: flex;
    align-items: center;
  }
  header .header-inner .navigation .cta-button {
    font-size: 1.2em;
    margin-left: 20px;
    height: 82px;
  }
}
@media only screen and (max-width: 767px) {
  header .header-inner .logolink {
    height: 65px;
  }
  header .header-inner .logolink img {
    padding: 15px 0;
  }
  header .header-inner .navigation .cta-button {
    height: 65px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.scrolled {
  box-shadow: 0 4px 12px -2px rgba(0, 3, 0, 0.1);
  background: #ffffff;
  -webkit-transition: 0.3s ease 0.3s;
  -moz-transition: 0.3s ease 0.3s;
  -o-transition: 0.3s ease 0.3s;
  -ms-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
}
@media only screen and (min-width: 992px) {
  header.scrolled .header-inner .logo {
    top: 0;
    transition-delay: 0s;
  }
  header.scrolled .header-inner .logolink {
    height: 75px;
    transition-delay: 0s;
  }
  header.scrolled .header-inner .navigation .button {
    font-size: 0.75rem;
    padding: 7px 50px 7px 30px;
    background-size: 13px;
  }
  header.scrolled .header-inner .navigation li > ul.sub-menu {
    position: absolute;
    top: calc(100% + 10px);
  }
  header.scrolled .header-inner.search-form {
    height: 25px;
  }
}
.responsive-nav {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 1490;
  padding-top: 120px;
}
.responsive-nav *:focus {
  outline: none;
}
.responsive-nav .nav {
  padding: 0 5px;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.responsive-nav .nav li {
  display: block;
  position: relative;
  width: 100%;
}
.responsive-nav .nav li a {
  display: block;
  font-family: 'Cairo', sans-serif;
  font-size: 1.17647059rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 600;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 15px;
  font-size: 1.2rem;
  margin-bottom: 0;
  color: #000000;
}
.responsive-nav .nav li a.sf-with-ul {
  position: relative;
}
.responsive-nav .nav li a.sf-with-ul::after {
  position: absolute;
  content: "";
  background: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down.svg');
  background-size: 14px;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.responsive-nav .nav li a img.wpml-ls-flag {
  max-height: .75rem;
}
.responsive-nav .nav li.current-menu-item a,
.responsive-nav .nav li.current_page_parent a,
.responsive-nav .nav li.current-menu-ancestor a,
.responsive-nav .nav li:hover a,
.responsive-nav .nav li:active a {
  color: #6cb8d6;
}
.responsive-nav .nav li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li.current_page_parent a.sf-with-ul::after,
.responsive-nav .nav li.current-menu-ancestor a.sf-with-ul::after,
.responsive-nav .nav li:hover a.sf-with-ul::after,
.responsive-nav .nav li:active a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu {
  margin-left: 0px;
}
.responsive-nav .nav li .sub-menu li a {
  padding-left: 30px;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
}
.responsive-nav .nav li .sub-menu li a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down.svg');
}
.responsive-nav .nav li .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu li:active a,
.responsive-nav .nav li .sub-menu li.current-menu-item a,
.responsive-nav .nav li .sub-menu li.current_page_parent a {
  color: #6cb8d6;
}
.responsive-nav .nav li .sub-menu li:hover a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li:active a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current-menu-item a.sf-with-ul::after,
.responsive-nav .nav li .sub-menu li.current_page_parent a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-actie.svg');
}
.responsive-nav .nav li .sub-menu .sub-menu li a {
  padding-left: 50px;
  color: #000000;
}
.responsive-nav .nav li .sub-menu .sub-menu li:hover a,
.responsive-nav .nav li .sub-menu .sub-menu li:active a,
.responsive-nav .nav li .sub-menu .sub-menu li.current_page_item a {
  color: #6cb8d6;
}
.responsive-nav .nav li.wpml-ls-item a {
  display: flex !important;
  align-items: center;
}
.responsive-nav .nav li.wpml-ls-current-language > a > .wpml-ls-display {
  display: none;
}
.responsive-nav .nav li.li-show {
  opacity: 1;
}
.responsive-nav .nav.small {
  margin-top: 20px;
}
.responsive-nav .nav.small li a,
.responsive-nav .nav.small li .search {
  font-weight: 600;
  font-size: 1rem;
  color: #94a5ad;
}
.responsive-nav .nav.small li a {
  color: #94a5ad;
}
.responsive-nav .nav.small li a span {
  color: #94a5ad;
}
.responsive-nav .nav.small li a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-gray.svg');
}
.responsive-nav .nav.small li a:hover > a,
.responsive-nav .nav.small li a:active > a,
.responsive-nav .nav.small li a.current-menu-item > a,
.responsive-nav .nav.small li a.current_page_parent > a {
  color: #6cb8d6;
  text-decoration: underline;
}
.responsive-nav .nav.small li a:hover > a.sf-with-ul::after,
.responsive-nav .nav.small li a:active > a.sf-with-ul::after,
.responsive-nav .nav.small li a.current-menu-item > a.sf-with-ul::after,
.responsive-nav .nav.small li a.current_page_parent > a.sf-with-ul::after {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-blue.svg');
}
.responsive-nav .nav.small li .sub-menu li a {
  color: #94a5ad;
}
.responsive-nav .socials {
  display: flex;
  padding: 20px;
}
.responsive-nav .socials .social-media a {
  margin-right: 15px;
}
.responsive-nav .search-form {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px;
}
.responsive-nav .search-form a {
  width: 100%;
}
.responsive-nav .search-form .search-icon {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-search-gray.svg');
  flex: 0;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.responsive-nav .search-form .search {
  display: block;
  width: 100%;
  max-width: 900px;
  opacity: 1;
  flex: 1;
}
.responsive-nav .search-form .search input[type='text'] {
  width: 100%;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  color: #94a5ad;
  opacity: .7;
  border: none;
  border-bottom: 2px solid;
}
.responsive-nav .search-form .search input[type='submit'] {
  position: absolute;
  right: 15px;
  width: 35px;
  height: 35px;
  color: transparent;
  background: transparent;
  padding: 2px 5px;
  border: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.responsive-nav .search-form .search input[type='submit']:hover {
  opacity: 1;
}
.responsive-nav .search-form form > div {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .responsive-nav {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .responsive-nav .button {
    width: calc(100% - 70px);
    margin: 20px 35px;
    font-size: 1.0rem;
  }
}
.clients-footer {
  display: block;
  margin: 0 20px;
}
.clients-footer .clients-bar {
  display: flex;
}
.clients-footer .clients {
  display: flex;
  flex-direction: column;
  padding: 30px 10px 10px 10px;
  position: relative;
  width: 100%;
  max-width: 1600px;
  background: #ffffff;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  margin-top: -165px;
  margin-bottom: 25px;
  z-index: 10;
}
.clients-footer .clients .slider {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
}
.clients-footer .clients .client-element {
  position: relative;
  width: calc(100% / 5 - 30px);
  box-sizing: border-box;
  margin: 20px 15px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.clients-footer .clients .client-element .ratio {
  width: 100%;
  padding-bottom: 52%;
}
.clients-footer .clients .client-element .item {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.clients-footer .clients .client-element .item.active {
  opacity: 1;
  z-index: 5;
}
.clients-footer .clients .client-element .item span {
  width: 100%;
  height: 100%;
  max-height: 100px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clients-footer .clients .slider {
    padding: 15px 0;
  }
  .clients-footer .clients .client-element {
    width: calc(100% / 3 - 50px);
    margin: 20px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .clients-footer .clients .slider {
    padding: 15px 0;
  }
  .clients-footer .clients .client-element {
    width: calc(100% / 3 - 30px);
    margin: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .clients-footer .clients .client-element {
    margin: 20px 25px;
    width: calc(100% / 2 - 50px);
  }
  .clients-footer .clients .client-element .ratio {
    padding-bottom: 65%;
  }
}
footer {
  position: relative;
  margin: 0;
  width: 100%;
  display: block;
  font-size: 16px;
  margin-top: -5px;
}
footer::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/map-footer.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none !important;
}
footer .top-footer {
  box-sizing: border-box;
  background-color: #3f4955;
}
footer .top-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  padding: 20px 0;
}
footer .top-footer .footer-inner .footer-block {
  width: calc(100% / 4);
  padding: 0 20px;
}
footer .top-footer .footer-inner .footer-block p,
footer .top-footer .footer-inner .footer-block a,
footer .top-footer .footer-inner .footer-block span {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  color: #bcc0c8;
  font-size: 0.9375em;
}
footer .top-footer .footer-inner .footer-block a {
  position: relative;
  font-weight: 600;
}
footer .top-footer .footer-inner .footer-block a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .top-footer .footer-inner .footer-block a:hover::after {
  width: 100%;
}
footer .top-footer .footer-inner .footer-block a.button::after {
  display: none;
}
footer .top-footer .footer-inner .footer-block a::after {
  background-color: #bcc0c8;
}
footer .top-footer .footer-inner .footer-block .titel {
  display: block;
  font-size: 1.3125em;
  margin-bottom: 0;
  font-weight: 700;
  color: #91c441;
}
footer .top-footer .footer-inner .footer-block .titel.hide {
  color: transparent;
}
footer .top-footer .footer-inner .footer-block .logolink img {
  max-width: 122px;
  height: auto;
  display: block;
}
footer .top-footer .footer-inner .footer-block .footer-tekst {
  margin: 15px 0 20px;
}
footer .top-footer .footer-inner .footer-block .footer-tekst p {
  margin-bottom: 0;
}
footer .top-footer .footer-inner .footer-block .button {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #363b3e;
  font-weight: 700;
  padding: 10px 60px 10px 30px;
  color: #ffffff;
}
footer .top-footer .footer-inner .footer-block .button:after {
  display: none;
}
footer .top-footer .footer-inner .footer-block .socials {
  display: flex;
}
footer .top-footer .footer-inner .footer-block .social-media a {
  opacity: 1;
  position: relative;
  height: 30px;
  width: 30px;
  display: block;
  margin-right: 5px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
footer .top-footer .footer-inner .footer-block .social-media a:hover {
  opacity: .7;
}
footer .top-footer .footer-inner .footer-block .social-media:last-child a {
  margin-right: 0;
}
footer .top-footer .footer-inner.top {
  padding-bottom: 15px;
  padding-top: 25px;
}
footer .top-footer .footer-inner.top .menu {
  display: flex;
  align-items: center;
}
footer .bottom-footer {
  background: #3f4955;
}
footer .bottom-footer .footer-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 20px 	5px;
}
footer .bottom-footer .footer-inner a,
footer .bottom-footer .footer-inner p,
footer .bottom-footer .footer-inner span {
  font-family: 'Source Sans Pro', sans-serif;
  color: #363b3e;
  font-weight: 400;
  color: #7a828c;
  margin: 0;
  font-size: 0.8125em;
  line-height: 1.88235294;
}
footer .bottom-footer .footer-inner a {
  position: relative;
}
footer .bottom-footer .footer-inner a::after {
  position: absolute;
  content: "";
  width: 0;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
footer .bottom-footer .footer-inner a:hover::after {
  width: 100%;
}
footer .bottom-footer .footer-inner a.button::after {
  display: none;
}
footer .bottom-footer .footer-inner a::after {
  background-color: #7a828c;
}
footer .bottom-footer .footer-inner .menu {
  display: flex;
  margin-bottom: 0;
}
footer .bottom-footer .footer-inner .menu li {
  position: relative;
  padding: 0 8px;
}
footer .bottom-footer .footer-inner .menu li::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 55%;
  right: 0;
  width: 0;
  height: 54%;
  border-right: 1px solid #7a828c;
}
footer .bottom-footer .footer-inner .menu li:last-child::after {
  display: none;
}
footer .bottom-footer .footer-inner .menu li:first-child {
  padding-left: 0;
}
@media only screen and (min-width: 1200px) {
  footer::before {
    background-position: center left;
  }
}
@media only screen and (max-width: 991px) {
  footer::before {
    background-position: bottom left;
    max-width: 750px;
  }
  footer .top-footer .footer-inner {
    flex-wrap: wrap;
  }
  footer .top-footer .footer-inner .footer-block .logolink img {
    margin-bottom: 30px;
  }
  footer .top-footer .footer-inner .footer-block.cta {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  footer .top-footer .footer-inner .footer-block.cta .footer-tekst {
    max-width: 500px;
    margin: 15px auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  footer::before {
    opacity: .5;
  }
  footer .top-footer .footer-inner .footer-block {
    width: 50%;
  }
  footer .top-footer .footer-inner .footer-block.menu {
    margin-bottom: 20px;
  }
  footer .bottom-footer .footer-inner {
    flex-wrap: wrap;
    padding: 15px 15px 10px;
  }
  footer .bottom-footer .colofon-left,
  footer .bottom-footer .colofon-right {
    width: 100%;
    text-align: center;
  }
  footer .bottom-footer .colofon-left .menu,
  footer .bottom-footer .colofon-right .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .bottom-footer .colofon-left .menu li::after,
  footer .bottom-footer .colofon-right .menu li::after {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  footer {
    text-align: center;
  }
  footer::before {
    background-size: cover;
  }
  footer .top-footer .footer-inner .footer-block {
    width: 100%;
  }
  footer .top-footer .footer-inner .footer-block:last-child {
    margin-bottom: 0;
  }
  footer .top-footer .footer-inner .footer-block .logolink img {
    margin: 0 auto 30px;
  }
  footer .top-footer .footer-inner .footer-block.social {
    justify-content: center;
  }
  footer .top-footer .footer-inner .footer-block.no-margin {
    margin-bottom: 0;
  }
  footer .top-footer .footer-inner .footer-block .hide {
    display: none;
  }
}
.banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .banner-inner {
  min-height: 625px;
  padding: 170px 0 260px;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.banner .banner-inner .banner-titel {
  padding: 15px 30px;
  background: #91c441;
}
.banner .banner-inner .banner-titel h2 {
  color: #ffffff;
  font-size: 3.7rem;
  line-height: 1.2;
  margin: 0;
  text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
}
.banner .banner-after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.banner .banner-after .banner-after-inner {
  position: absolute;
  left: 0;
  width: calc(100% - 15px);
  height: 100%;
  background: white;
  height: 220px;
  bottom: 0;
}
.banner .banner-after .banner-after-inner::before {
  content: '';
  position: absolute;
  right: 100%;
  width: 100vw;
  bottom: 0;
  height: 100%;
  background: white;
}
.banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url('https://int-es.com/wp-content/themes/intes/css/../images/banner-beeldmerk-element.svg') no-repeat center right;
  background-size: auto 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .banner-inner {
    min-height: 625px;
    padding: 170px 0 260px;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }
  .banner .banner-inner .banner-titel {
    padding: 15px 25px;
  }
  .banner .banner-inner .banner-titel h2 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-inner {
    min-height: 575px;
    padding-bottom: 175px;
  }
  .banner .banner-inner .banner-titel {
    padding: 15px 20px;
  }
  .banner .banner-inner .banner-titel h2 {
    font-size: 2.5rem;
  }
  .banner .banner-after .banner-after-inner {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-inner {
    min-height: 325px;
    padding-bottom: 30px;
  }
  .banner .banner-inner .banner-titel {
    padding: 15px 20px;
  }
  .banner .banner-inner .banner-titel h2 {
    font-size: 2rem;
  }
  .banner .banner-after .banner-after-inner {
    height: 0px;
  }
}
.home-block {
  padding: 0;
  margin-bottom: 70px;
}
.home-block.background-color {
  background-color: #6cb8d6;
}
.home-block.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.home-block .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.home-block .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.home-block .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.home-block .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.home-block .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.home-block .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.home-block .tekst a {
  white-space: nowrap;
  position: relative;
}
.home-block .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.home-block .tekst a:hover::after {
  width: 0%;
}
.home-block .tekst a.button::after {
  display: none;
}
.home-block .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.home-block .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .home-block {
    margin-bottom: 70px;
  }
}
.home-block .banner-home {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 240px 0 210px;
  overflow: hidden;
  z-index: 2;
}
.home-block .banner-home .title h1 {
  font-size: 3.129rem;
  line-height: 1.2;
  margin: 0;
}
.home-block .banner-home .content {
  position: relative;
}
.home-block .banner-home .button {
  margin-top: 40px;
}
.home-block .banner-home .mediacontainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.home-block .banner-home .mediacontainer .ratio {
  height: 100%;
  padding-right: 67.1%;
  position: relative;
}
.home-block .banner-home .mediacontainer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  left: 0;
  z-index: 1;
}
.home-block .banner-home .mediacontainer video {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.home-block .content-home {
  position: relative;
  background: #6cb8d6;
  z-index: 1;
}
.home-block .content-home::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 1400px;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/intes-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  opacity: .1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-block .content-home .content-text {
  position: relative;
  margin-bottom: 35px;
}
.home-block .content-home .content-text * {
  color: #ffffff;
}
.home-block .content-home .content-text a {
  text-decoration: underline;
}
.home-block .content-home .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px;
  justify-content: space-between;
}
.home-block .content-home .buttons .link {
  width: calc(50% - 8px);
  margin-bottom: 16px;
}
.home-block .content-home .buttons .button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.home-block .services {
  height: 100%;
  padding: 90px 0 35px;
}
.home-block .services .content-text h2 {
  font-family: 'Cairo', sans-serif;
  font-size: 2.11764706rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000000;
  color: #ffffff;
}
.home-block .news {
  height: 100%;
  margin-left: 30px;
  padding: 90px 0 20px 60px;
  background: #3f4955;
}
.home-block .news .content-text {
  margin-bottom: 20px;
}
.home-block .news .content-text h2 {
  font-family: 'Cairo', sans-serif;
  font-size: 2.11764706rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000000;
  color: #ffffff;
}
.home-block .news::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  left: calc(100% - 15px);
  top: 0;
  background: #3f4955;
}
.home-block .news .news-slider {
  margin-bottom: 0px;
}
.home-block .news .slick-slide {
  margin: 0 20px;
}
.home-block .news .slick-list {
  margin: 0 -20px;
}
.home-block .news .prevnext {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.home-block .news .prevnext .prev,
.home-block .news .prevnext .next {
  margin: 5px;
  background: #ffffff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-gray.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home-block .news .prevnext .prev:hover,
.home-block .news .prevnext .next:hover {
  cursor: pointer;
  background-color: #91c441;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-white.svg');
}
.home-block .news .prevnext .prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home-block .scroll-item {
  position: absolute;
  bottom: 0px;
  background: #ffffff;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none;
}
.home-block .scroll-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-scroll-mouse.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}
.home-block .scroll-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  cursor: pointer;
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .home-block .banner-home {
    padding: 140px 0 130px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-block .banner-home {
    padding: 140px 0 30px;
    margin-bottom: 0;
  }
  .home-block .banner-home::before {
    background: rgba(255, 255, 255, 0.7) !important;
  }
  .home-block .banner-home .title h1 {
    font-size: 2.2rem;
  }
  .home-block .banner-home .mediacontainer::before {
    background: rgba(255, 255, 255, 0.6);
  }
  .home-block .gray {
    background: #3f4955;
  }
  .home-block .services {
    margin-right: 5px;
  }
  .home-block .news {
    margin-left: 5px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .home-block .banner-home {
    padding: 140px 0 30px;
    margin-bottom: 0;
  }
  .home-block .banner-home::before {
    background: rgba(255, 255, 255, 0.7) !important;
  }
  .home-block .banner-home .title h1 {
    font-size: 2.2rem;
  }
  .home-block .banner-home .mediacontainer::before {
    background: rgba(255, 255, 255, 0.6);
  }
  .home-block .scroll-item {
    display: none;
  }
  .home-block .services {
    padding: 40px 0;
  }
  .home-block .services .buttons {
    margin-bottom: 20px;
  }
  .home-block .news {
    padding: 40px 0 0;
    margin: 0;
  }
  .home-block .news::before {
    left: -5px;
  }
  .home-block .news .news-slider {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .home-block .banner-home {
    padding: 110px 0 40px;
  }
  .home-block .banner-home .title h1 {
    font-size: 2.5rem;
  }
  .home-block .banner-home .button {
    margin-top: 20px;
  }
  .home-block .content-home .buttons .link {
    width: 100%;
    margin: 0 0 15px;
  }
}
.contact-person-overlay {
  background: #efb91e;
  display: flex;
  width: 100%;
  position: relative;
}
.contact-person-overlay.double-overlay {
  width: calc(100% + 80px);
  margin-left: -40px;
}
.contact-person-overlay.double-overlay::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: transparent #6c5208 transparent transparent;
}
.contact-person-overlay.contact-mobile::after {
  display: none;
}
.contact-person-overlay.contact-mobile .contact-sidebar-text h3 {
  color: white;
}
.contact-person-overlay .contact-sidebar-person {
  width: 130px;
  background-size: 110% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.contact-person-overlay .contact-sidebar-text {
  text-align: right;
  padding: 15px 25px 15px 5px;
  width: calc(100% - 130px);
}
.contact-person-overlay .contact-sidebar-text p {
  margin: 0;
}
.contact-person-overlay .contact-sidebar-text p.before-title {
  color: #ffffff;
  font-size: 0.7824rem;
}
.contact-person-overlay .contact-sidebar-text p.after-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.6059rem;
}
.contact-person-overlay .contact-sidebar-text h3 {
  margin: 0;
  font-size: 1.16rem;
}
.contact-person-overlay .contact-sidebar-text .contact-opties {
  margin-top: 10px;
}
.contact-person-overlay .contact-sidebar-text .contact-opties a.contact-optie {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-phone-white.svg');
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 10px;
}
.contact-person-overlay .contact-sidebar-text .contact-opties a.contact-optie.mail {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-mail-white.svg');
}
.contact-person-overlay .contact-sidebar-text .contact-opties a.contact-optie.linkedin {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-linkedin-white.svg');
}
.contact-person-overlay .contact-sidebar-text .contact-opties a.contact-optie:hover {
  opacity: .6;
}
.contact-person-overlay::after {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #6c5208;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-person-overlay .contact-sidebar-person {
    width: 100px;
    background-size: 120% auto;
  }
  .contact-person-overlay .contact-sidebar-text {
    padding: 5px 15px 5px 0px;
    width: calc(100% - 100px);
  }
  .contact-person-overlay .contact-sidebar-text p.after-title {
    font-size: 0.5559rem;
  }
  .contact-person-overlay .contact-sidebar-text h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-person-overlay .contact-sidebar-person {
    width: 100px;
    background-size: 100% auto;
  }
  .contact-person-overlay .contact-sidebar-text {
    padding: 5px 15px 5px 0px;
    width: calc(100% - 100px);
  }
  .contact-person-overlay .contact-sidebar-text p.after-title {
    font-size: 0.5559rem;
  }
  .contact-person-overlay .contact-sidebar-text h3 {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-person-overlay .contact-sidebar-person {
    background-size: 100% auto;
  }
  .contact-person-overlay.double-overlay {
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.page-section {
  position: relative;
  z-index: 2;
  margin-top: -220px;
}
.page-section.with-sidebar .content-right,
.page-section.with-sidebar .content-left {
  padding-top: 40px;
}
.page-section.with-sidebar .content-right::before,
.page-section.with-sidebar .content-left::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 100%;
  right: 100%;
  top: 0;
  background: #ffffff;
}
.page-section.with-sidebar .content-right .content-tekst,
.page-section.with-sidebar .content-left .content-tekst {
  padding-right: 50px;
}
.page-section.full {
  padding-top: 40px;
}
.page-section.full .breadcrumbs {
  margin-left: 0;
}
.page-section.full .container {
  padding-right: 50px;
}
.page-section .breadcrumbs {
  margin: 0 0 20px 20px;
  text-transform: uppercase;
  font-size: 0.8235rem;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  font-weight: 600;
  letter-spacing: .7px;
}
.page-section .breadcrumbs > span > span > a {
  margin-left: 0;
}
.page-section .breadcrumbs span {
  color: #c0c0c0;
}
.page-section .breadcrumbs a {
  margin: 0 10px;
  color: #c0c0c0;
}
.page-section .breadcrumbs a:hover {
  text-decoration: underline;
}
.page-section .breadcrumbs .breadcrumb_last {
  color: #6cb8d6;
  margin-left: 10px;
}
.page-section .sollicitatie-formulier-container {
  margin-top: 50px;
  padding: 40px;
  background: #6cb8d6;
}
.page-section .sollicitatie-formulier-container *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.page-section .sidebar-page {
  background: #6cb8d6;
  padding: 100px 40px 40px 0;
  height: 100%;
  position: relative;
  z-index: 2;
}
.page-section .sidebar-page::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 100%;
  top: 0;
  background: #6cb8d6;
}
.page-section .sidebar-page * {
  color: white;
}
.page-section .sidebar-page ul.sidebar-menu {
  padding: 0;
  list-style: none;
  padding: 5px 0;
  margin-bottom: 60px;
}
.page-section .sidebar-page ul.sidebar-menu li {
  color: #ffffff;
  margin-bottom: 10px;
}
.page-section .sidebar-page ul.sidebar-menu li a {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  font-weight: 400;
  color: #ffffff;
}
.page-section .sidebar-page ul.sidebar-menu li.arrow-after a {
  display: inline-block;
  width: 100%;
  padding-right: 20px;
  position: relative;
}
.page-section .sidebar-page ul.sidebar-menu li.arrow-after a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-white.svg') no-repeat center right;
  background-size: auto 14px;
  opacity: .5;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
}
.page-section .sidebar-page ul.sidebar-menu li.arrow-after a:hover::after {
  right: -5px;
  opacity: .75;
}
.page-section .sidebar-page ul.sidebar-menu li.arrow-after.active a::after {
  opacity: 1;
}
.page-section .sidebar-page ul.sidebar-menu li.active a {
  font-weight: 700;
}
.page-section .sidebar-page .contact-sidebar {
  background: #efb91e;
  width: calc(100% + 50px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .page-section .sidebar-page .contact-sidebar {
    width: calc(100% + 70px);
    margin-left: -20px;
  }
}
@media only screen and (max-width: 991px) {
  .page-section {
    margin-top: -150px;
  }
  .page-section.with-sidebar .content-right .content-tekst {
    padding-right: 20px;
  }
  .page-section.full .container {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-section {
    margin-top: 0px;
  }
  .page-section.with-sidebar .content-right .content-tekst {
    padding-right: 0px;
  }
  .page-section .sidebar-page {
    padding: 30px 40px 40px 0;
  }
  .page-section .sidebar-page h4 {
    position: relative;
  }
  .page-section .sidebar-page h4::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    height: 10px;
    width: 17px;
    background: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-chevron-down-white.svg') no-repeat center center;
    background-size: cover;
    top: calc(30%);
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    transition: 0.6s ease;
  }
  .page-section .sidebar-page h4.in::after {
    transform: rotate(180deg);
  }
  .page-section .sidebar-page ul.sidebar-menu {
    display: none;
  }
  .page-section.full .container {
    padding-right: 20px;
  }
}
.module-overzicht {
  padding: 0;
  margin-bottom: 70px;
  position: relative;
}
.module-overzicht.background-color {
  background-color: #6cb8d6;
}
.module-overzicht.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.module-overzicht .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.module-overzicht .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.module-overzicht .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.module-overzicht .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.module-overzicht .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.module-overzicht .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.module-overzicht .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.module-overzicht .tekst a:hover::after {
  width: 0%;
}
.module-overzicht .tekst a.button::after {
  display: none;
}
.module-overzicht .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.module-overzicht .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .module-overzicht {
    margin-bottom: 70px;
  }
}
.module-overzicht.related h2.related-title {
  margin-bottom: 40px;
}
.module-overzicht.related .module-overzicht-inner {
  padding-top: 0;
}
.module-overzicht .module-overzicht-inner .breadcrumbs {
  margin-left: 0;
}
.module-overzicht .project-filters {
  background: #6cb8d6;
  padding: 0;
  margin-bottom: 70px;
  padding: 30px 50px;
}
.module-overzicht .project-filters.background-color {
  background-color: #6cb8d6;
}
.module-overzicht .project-filters.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.module-overzicht .project-filters .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.module-overzicht .project-filters .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.module-overzicht .project-filters .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.module-overzicht .project-filters .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.module-overzicht .project-filters .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.module-overzicht .project-filters .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.module-overzicht .project-filters .tekst a {
  white-space: nowrap;
  position: relative;
}
.module-overzicht .project-filters .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.module-overzicht .project-filters .tekst a:hover::after {
  width: 0%;
}
.module-overzicht .project-filters .tekst a.button::after {
  display: none;
}
.module-overzicht .project-filters .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.module-overzicht .project-filters .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .module-overzicht .project-filters {
    margin-bottom: 70px;
  }
}
.module-overzicht .project-filters * {
  color: white;
}
.module-overzicht .project-filters .button.mixitup-control-active {
  background-color: red;
}
.module-overzicht .project-filters fieldset h4 {
  margin-bottom: 20px;
}
.module-overzicht .social-module {
  padding: 0 50px;
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
}
.module-overzicht .social-module .social-module-inner {
  background: #6cb8d6;
  padding: 40px 30px;
}
.module-overzicht .social-module .social-module-inner * {
  color: white;
  text-align: center;
}
.module-overzicht .social-module .social-module-inner ul.social {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.module-overzicht .social-module .social-module-inner ul.social li {
  display: inline-block;
}
.module-overzicht .social-module .social-module-inner ul.social li a {
  margin: 0 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .module-overzicht .social-module {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .module-overzicht .social-module {
    padding: 0 40px;
  }
}
.module-overzicht .location-item {
  height: 100%;
  padding-bottom: 60px;
}
.module-overzicht .location-item .location-item-inner {
  position: relative;
  background: #454f5c;
  height: 100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.module-overzicht .location-item .location-item-inner .afbeelding-overzicht-container {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  display: block;
  overflow: hidden;
}
.module-overzicht .location-item .location-item-inner .afbeelding-overzicht-container .afbeelding-overzicht-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .location-item .location-item-inner .afbeelding-overzicht-container .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 15px 20px;
}
.module-overzicht .location-item .location-item-inner .afbeelding-overzicht-container .tags .tagname {
  font-size: 0.8235rem;
  border-radius: 200px;
  background: #3f4955;
  padding: 8px 20px;
  color: white;
  margin: 0 10px 10px 0;
}
.module-overzicht .location-item .location-item-inner .tekst-overzicht {
  padding: 30px 35px 35px 35px ;
  display: block;
  font-size: 0.9412rem;
}
.module-overzicht .location-item .location-item-inner .tekst-overzicht * {
  color: white;
}
.module-overzicht .location-item .location-item-inner .tekst-overzicht p {
  margin-bottom: 0;
}
.module-overzicht .location-item .link-overzicht {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0 30px;
  text-align: center;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.module-overzicht .module-item {
  height: 100%;
  padding-bottom: 60px;
}
.module-overzicht .module-item .module-item-inner {
  background: #454f5c;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container {
  width: 100%;
  padding-bottom: 47%;
  position: relative;
  display: block;
  overflow: hidden;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container .tags {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px 15px 20px;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container .tags .tagname {
  font-size: 0.8235rem;
  border-radius: 200px;
  background: #3f4955;
  padding: 8px 20px;
  color: white;
  margin: 0 10px 10px 0;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container.with-image-inside {
  padding: 0;
}
.module-overzicht .module-item .module-item-inner .module-item-top .afbeelding-overzicht-container.with-image-inside img {
  max-width: 100%;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht {
  padding: 30px 35px 10px 35px ;
  display: block;
  font-size: 0.9412rem;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht * {
  color: white;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht p {
  margin-bottom: 0;
}
.module-overzicht .module-item .module-item-inner .module-item-top .tekst-overzicht p.location-vacancy {
  font-style: italic;
  font-size: .9em;
  color: rgba(255, 255, 255, 0.9);
  margin: -0.8em 0 0.5em 0;
}
.module-overzicht .module-item .module-item-inner .link-overzicht {
  padding: 0 30px;
  text-align: center;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.module-overzicht .module-item:not(.no-link):hover .module-item-inner {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.module-overzicht .module-item:not(.no-link):hover .module-item-inner .module-item-top .afbeelding-overzicht-container .afbeelding-overzicht-image {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.module-overzicht .module-item.team {
  padding-bottom: 30px;
}
.module-overzicht .module-item.team .module-item-inner {
  overflow: hidden;
  position: relative;
}
.module-overzicht .module-item.team .module-item-inner .image-back {
  position: absolute;
  z-index: 5;
  bottom: 100%;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #454f5c;
  z-index: 10;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.module-overzicht .module-item.team .module-item-inner .image-back .content-back {
  display: inline-block;
  width: 100%;
  height: calc(100% + 20px);
  padding: 25px 15px;
  text-align: center;
}
.module-overzicht .module-item.team .module-item-inner .image-back .content-back p {
  font-family: 'Cairo', sans-serif;
  color: #000000;
  color: #fff;
  font-size: 0.8824rem;
  color: white;
  font-weight: 700;
}
.module-overzicht .module-item.team .module-item-inner .image-back .content-back p:last-child {
  margin-bottom: 0;
}
.module-overzicht .module-item.team .module-item-inner .image-back .content-back .contact .contact-item {
  line-height: 1.5em;
}
.module-overzicht .module-item.team .module-item-inner .image-back .content-back .contact .contact-item a {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  font-weight: 600;
  font-size: 0.7059rem;
  color: rgba(255, 255, 255, 0.65);
  padding-left: 15px;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-mail-white.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px auto;
  line-height: 1em;
}
.module-overzicht .module-item.team .module-item-inner .image-back .content-back .contact .contact-item a.phone {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-phone-white.svg');
}
.module-overzicht .module-item.team .module-item-inner .image-back .content-back .contact .contact-item a.linkedin {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-social-linkedin-white.svg');
}
.module-overzicht .module-item.team .module-item-inner .image-back .content-back .contact .contact-item a:hover {
  color: rgba(255, 255, 255, 0.85);
}
.module-overzicht .module-item.team .module-item-inner .module-item-top {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  transition: 0.6s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.module-overzicht .module-item.team .module-item-inner .module-item-top .image-switch {
  position: relative;
  z-index: 0;
}
.module-overzicht .module-item.team .module-item-inner .module-item-top .image-switch .color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #454f5c;
  opacity: 1;
}
.module-overzicht .module-item.team .module-item-inner .module-item-top .image-switch .image-itself {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  transition: 0.6s ease;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-color: white;
  background-size: cover;
}
.module-overzicht .module-item.team .module-item-inner .module-item-top .image-switch .ratio {
  width: 100%;
  padding-bottom: 100%;
}
.module-overzicht .module-item.team .module-item-inner .module-item-top .tekst-overzicht {
  background-color: #454f5c;
}
.module-overzicht .module-item.team .module-item-inner.hover .image-back,
.module-overzicht .module-item.team .module-item-inner:hover .image-back {
  bottom: 0;
}
.module-overzicht .module-item.team .module-item-inner.hover .module-item-top .image-itself,
.module-overzicht .module-item.team .module-item-inner:hover .module-item-top .image-itself {
  opacity: .75;
}
.module-overzicht .module-item.team .module-item-inner.hover .module-item-top::before,
.module-overzicht .module-item.team .module-item-inner:hover .module-item-top::before {
  border-radius: 0;
  opacity: .25;
}
.module-overzicht .module-item.team .module-item-inner .tekst-overzicht {
  padding: 15px;
  text-align: center;
}
.module-overzicht .module-item.team .module-item-inner .tekst-overzicht p {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 0.6759rem;
  line-height: 1.3em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
}
.module-overzicht .module-item.team .module-item-inner .tekst-overzicht p.title {
  font-size: 0.8824rem;
  color: white;
  font-weight: 700;
  margin-bottom: .4em;
}
.module-overzicht .module-item.contact {
  padding: 0;
  margin-bottom: 50px;
}
.module-overzicht .module-item.contact .module-item-inner {
  position: relative;
  background: none;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.module-overzicht .module-item.contact .module-item-inner .module-item-top .afbeelding-overzicht-container {
  position: relative;
  z-index: 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.module-overzicht .module-item.contact .module-item-inner .module-item-top .tekst-overzicht {
  max-width: 80%;
  background: #454f5c;
  padding: 30px 35px 40px 35px;
  margin: 0 auto;
  text-align: center;
  margin-top: -65px;
  position: relative;
  z-index: 3;
}
.module-overzicht .module-item.contact .module-item-inner .link-overzicht {
  position: absolute;
  bottom: 50px;
  width: 100%;
  z-index: 4;
}
.module-overzicht .module-item.contact:hover .module-item-inner {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.module-overzicht .module-item.contact:hover .module-item-inner .module-item-top .afbeelding-overzicht-container {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}
.module-overzicht .module-pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.module-overzicht .module-pagination .page-numbers {
  display: inline-block;
  padding: 5px;
  min-width: 40px;
  height: 40px;
  background: white;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.module-overzicht .module-pagination .page-numbers.current {
  color: #6cb8d6;
  font-weight: 700;
}
.module-overzicht .module-pagination a.page-numbers {
  color: #000000;
  font-weight: 600;
}
.module-overzicht .module-pagination a.page-numbers:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  color: #6cb8d6;
}
.module-overzicht .module-pagination a.page-numbers.prev {
  background-image: url(https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-left.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.prev:hover {
  background-image: url(https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-left-color-2.svg);
}
.module-overzicht .module-pagination a.page-numbers.next {
  background-image: url(https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.module-overzicht .module-pagination a.page-numbers.next:hover {
  background-image: url(https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-color-2.svg);
}
@media only screen and (max-width: 767px) {
  .module-overzicht .module-pagination {
    margin-top: 10px;
  }
  .module-overzicht .module-item.downloads .module-item-icoon {
    padding: 10px 10px 10px 15px;
    line-height: 1;
  }
  .module-overzicht .module-item.downloads .module-item-icoon img {
    width: 30px;
  }
  .module-overzicht .module-item.downloads .module-item-titel {
    padding: 10px 5px;
  }
}
.sidebar-single .sidebar-item,
.sidebar-right .sidebar-item {
  margin-bottom: 30px;
}
.sidebar-single .sidebar-item.overlay-top,
.sidebar-right .sidebar-item.overlay-top {
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -o-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
}
.sidebar-single .sidebar-item.sidebar-item-color-2,
.sidebar-right .sidebar-item.sidebar-item-color-2 {
  padding: 40px 30px;
  background: #6cb8d6;
}
.sidebar-single .sidebar-item.sidebar-item-color-2 *:not(input):not(textarea):not(label),
.sidebar-right .sidebar-item.sidebar-item-color-2 *:not(input):not(textarea):not(label) {
  color: white;
}
.sidebar-single .sidebar-item.sidebar-item-color-2 *:not(input):not(textarea):not(label):last-child,
.sidebar-right .sidebar-item.sidebar-item-color-2 *:not(input):not(textarea):not(label):last-child {
  margin-bottom: 0;
}
.sidebar-single .sidebar-item.sidebar-item-color-2 span.title,
.sidebar-right .sidebar-item.sidebar-item-color-2 span.title {
  font-size: 0.7059rem;
  font-weight: 400;
  opacity: .8;
}
.sidebar-single .sidebar-item.sidebar-item-color-2 ul,
.sidebar-right .sidebar-item.sidebar-item-color-2 ul {
  margin-bottom: 1.2em;
  list-style: disc;
  padding-left: 17px;
}
.sidebar-single .sidebar-item.sidebar-item-color-2 .contact-person-overlay,
.sidebar-right .sidebar-item.sidebar-item-color-2 .contact-person-overlay {
  margin-top: 50px;
}
.sidebar-single .sidebar-item .button-center-container,
.sidebar-right .sidebar-item .button-center-container {
  text-align: center;
  padding-top: 40px;
}
.sidebar-single .sidebar-item .button-center-container .button,
.sidebar-right .sidebar-item .button-center-container .button {
  display: inline-block;
}
.sidebar-single .sidebar-item #my-map,
.sidebar-right .sidebar-item #my-map {
  width: 100%;
  position: relative;
  padding-bottom: 65%;
}
.sidebar-single .sidebar-item #my-map iframe,
.sidebar-right .sidebar-item #my-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.sidebar-single .sidebar-item #my-map.without-padding,
.sidebar-right .sidebar-item #my-map.without-padding {
  padding-bottom: 0;
}
.sidebar-single .sidebar-item #my-map img,
.sidebar-right .sidebar-item #my-map img {
  width: 100%;
  height: auto;
}
.sidebar-single .sidebar-item #my-map a,
.sidebar-right .sidebar-item #my-map a {
  position: relative;
  display: block;
}
.sidebar-single .sidebar-item #my-map a:after,
.sidebar-right .sidebar-item #my-map a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.sidebar-single .sidebar-item #my-map a:hover:after,
.sidebar-right .sidebar-item #my-map a:hover:after {
  background-color: #3f4955;
  opacity: .6;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-zoom-in.svg');
  background-size: 30px;
}
.sidebar-single .sidebar-item #my-map a img,
.sidebar-right .sidebar-item #my-map a img {
  display: block;
}
.sidebar-single .sidebar-item img.logo-project,
.sidebar-right .sidebar-item img.logo-project {
  max-width: 100%;
  max-height: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sidebar-single {
    margin-top: 30px;
  }
  .sidebar-single .sidebar-item.sidebar-item-color-2 {
    padding: 20px 20px;
  }
  .sidebar-single .sidebar-item img.logo-project {
    max-height: 50px;
  }
}
.text-with-maps a.button {
  margin: 5px 15px 5px 0;
}
.text-with-maps .maps-container {
  height: 100%;
  position: relative;
}
.text-with-maps .maps-container .maps-item {
  position: absolute;
  top: -100px;
  bottom: -125px;
  left: 0;
  right: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.text-with-maps .maps-container .maps-item img {
  display: none;
}
.text-with-maps .module-overzicht {
  margin-top: 70px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.text-with-maps .module-overzicht > .row {
  position: relative;
  z-index: -1;
}
.text-with-maps .module-overzicht .module-item.team {
  padding-bottom: 0;
}
.text-with-maps .module-overzicht .module-item.team .module-item-inner {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.text-with-maps .module-overzicht .module-item.team .module-item-inner .module-item-top .tekst-overzicht {
  padding: 15px 10px 40px 10px;
}
.text-with-maps .button-after {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}
.text-with-maps .button-after a.button {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 0;
}
@media only screen and (max-width: 991px) {
  .text-with-maps .maps-container .maps-item {
    top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .text-with-maps .maps-container {
    padding-bottom: 80%;
    margin-top: 30px;
  }
  .text-with-maps .maps-container .maps-item {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
  }
}
.content-tekst {
  padding: 0;
  margin-bottom: 70px;
}
.content-tekst.background-color {
  background-color: #6cb8d6;
}
.content-tekst.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.content-tekst .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.content-tekst .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.content-tekst .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.content-tekst .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.content-tekst .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.content-tekst .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.content-tekst .tekst a {
  white-space: nowrap;
  position: relative;
}
.content-tekst .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.content-tekst .tekst a:hover::after {
  width: 0%;
}
.content-tekst .tekst a.button::after {
  display: none;
}
.content-tekst .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.content-tekst .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .content-tekst {
    margin-bottom: 70px;
  }
}
.content-tekst .content-tekst-inner .back-link-single-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
}
@media only screen and (max-width: 767px) {
  .content-tekst .content-tekst-inner .back-link-single-container {
    display: inline-block;
    padding: 0 0 20px 0;
  }
}
.content-tekst .content-tekst-inner table tr th {
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #363b3e;
}
.content-tekst .content-tekst-inner table tr th,
.content-tekst .content-tekst-inner table tr td {
  color: #363b3e;
  line-height: 1.88235294;
  font-size: 1rem;
  padding: .25em .5em;
}
.content-tekst .content-tekst-inner table tr:nth-child(2n) td {
  background: #f3f3f3;
}
.content-tekst h2.kolom-titel {
  margin-bottom: 30px;
}
.content-tekst .tekst img {
  max-width: 100%;
  height: auto;
}
.content-tekst p img {
  height: auto;
  max-width: 100%;
}
.content-tekst p img.size-large {
  width: 100%;
  margin: 20px 0;
  height: auto;
}
.content-tekst p img.alignright {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}
.content-tekst p img.alignright:last-child {
  margin-bottom: 20px;
}
.content-tekst p img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 50%;
}
.content-tekst p img.alignleft:last-child {
  margin-bottom: 20px;
}
.content-tekst p img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .content-tekst p img.alignright {
    max-width: 100%;
  }
  .content-tekst p img.alignright {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .content-tekst .kolom-2 {
    margin-top: 1.88235294em;
  }
}
.tekst-afbeelding {
  padding: 0;
  margin-bottom: 70px;
}
.tekst-afbeelding.background-color {
  background-color: #6cb8d6;
}
.tekst-afbeelding.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.tekst-afbeelding .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.tekst-afbeelding .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-afbeelding .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.tekst-afbeelding .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.tekst-afbeelding .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-afbeelding .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.tekst-afbeelding .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-afbeelding .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-afbeelding .tekst a:hover::after {
  width: 0%;
}
.tekst-afbeelding .tekst a.button::after {
  display: none;
}
.tekst-afbeelding .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.tekst-afbeelding .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .tekst-afbeelding {
    margin-bottom: 70px;
  }
}
.tekst-afbeelding h2.titel {
  margin-bottom: 0;
}
.tekst-afbeelding h3.look-alt {
  margin-top: 10px;
}
.tekst-afbeelding .tekst {
  margin-top: 30px;
}
.tekst-afbeelding .afbeelding img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tekst-afbeelding .row {
    align-items: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  .tekst-afbeelding .afbeelding {
    order: -2;
    margin-bottom: 50px;
  }
}
.tekst-button {
  padding: 0;
  margin-bottom: 70px;
  text-align: center;
}
.tekst-button.background-color {
  background-color: #6cb8d6;
}
.tekst-button.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.tekst-button .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.tekst-button .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-button .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.tekst-button .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.tekst-button .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.tekst-button .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.tekst-button .tekst a {
  white-space: nowrap;
  position: relative;
}
.tekst-button .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.tekst-button .tekst a:hover::after {
  width: 0%;
}
.tekst-button .tekst a.button::after {
  display: none;
}
.tekst-button .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.tekst-button .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .tekst-button {
    margin-bottom: 70px;
  }
}
.tekst-button h2.titel {
  width: 80%;
  max-width: 550px;
  margin: 0 auto;
}
.tekst-button h3.look-alt {
  margin-top: 10px;
}
.tekst-button .tekst {
  margin-top: 50px;
}
.tekst-button .button {
  margin-top: 60px;
}
@media only screen and (max-width: 575px) {
  .tekst-button {
    text-align: left;
  }
  .tekst-button h2.titel {
    width: 100%;
  }
}
.text-with-form {
  padding: 0;
  margin-bottom: 70px;
  padding: 55px 0;
}
.text-with-form.background-color {
  background-color: #6cb8d6;
}
.text-with-form.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.text-with-form .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.text-with-form .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.text-with-form .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.text-with-form .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.text-with-form .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.text-with-form .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.text-with-form .tekst a {
  white-space: nowrap;
  position: relative;
}
.text-with-form .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.text-with-form .tekst a:hover::after {
  width: 0%;
}
.text-with-form .tekst a.button::after {
  display: none;
}
.text-with-form .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.text-with-form .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .text-with-form {
    margin-bottom: 70px;
  }
}
.text-with-form .tekst {
  padding-top: 10px;
}
.text-with-form .tekst h1,
.text-with-form .tekst h2,
.text-with-form .tekst h3,
.text-with-form .tekst h4 {
  font-family: 'Cairo', sans-serif;
  font-size: 2.11764706rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #000000;
}
.text-with-form .formulier.col-md-6 .inner {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .text-with-form .formulier {
    order: 13;
  }
  .text-with-form .formulier.col-md-6 {
    margin-top: 50px;
  }
  .text-with-form .formulier.col-md-6 .inner {
    width: 100%;
  }
}
.markets-block.center-content {
  text-align: center;
}
.text-with-projects {
  padding: 0;
  margin-bottom: 70px;
  margin-bottom: 0;
}
.text-with-projects.background-color {
  background-color: #6cb8d6;
}
.text-with-projects.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.text-with-projects .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.text-with-projects .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.text-with-projects .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.text-with-projects .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.text-with-projects .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.text-with-projects .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.text-with-projects .tekst a {
  white-space: nowrap;
  position: relative;
}
.text-with-projects .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.text-with-projects .tekst a:hover::after {
  width: 0%;
}
.text-with-projects .tekst a.button::after {
  display: none;
}
.text-with-projects .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.text-with-projects .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .text-with-projects {
    margin-bottom: 70px;
  }
}
.text-with-projects h2.title {
  margin-bottom: 30px;
}
.text-with-projects .module-overzicht {
  margin-top: 1.7em;
}
.text-with-projects .module-overzicht.col-md-6 .inner {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .text-with-projects .formulier {
    order: 13;
  }
  .text-with-projects .formulier.col-md-6 {
    margin-top: 50px;
  }
  .text-with-projects .formulier.col-md-6 .inner {
    width: 100%;
  }
}
.partners {
  padding: 0;
  margin-bottom: 70px;
  text-align: center;
}
.partners.background-color {
  background-color: #6cb8d6;
}
.partners.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.partners .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.partners .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.partners .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.partners .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.partners .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.partners .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.partners .tekst a {
  white-space: nowrap;
  position: relative;
}
.partners .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.partners .tekst a:hover::after {
  width: 0%;
}
.partners .tekst a.button::after {
  display: none;
}
.partners .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.partners .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .partners {
    margin-bottom: 70px;
  }
}
.partners .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.partners .logos .partner-logo.show_4 {
  width: calc(100% / 4);
}
@media only screen and (min-width: 768px) {
  .partners .logos .partner-logo.show_4:nth-child(n+5) {
    margin-top: 40px;
  }
}
.partners .logos .partner-logo.show_5 {
  width: calc(100% / 5);
}
@media only screen and (min-width: 768px) {
  .partners .logos .partner-logo.show_5:nth-child(n+6) {
    margin-top: 30px;
  }
}
.partners .logos .partner-logo.show_6 {
  width: calc(99% / 6);
}
@media only screen and (min-width: 768px) {
  .partners .logos .partner-logo.show_6:nth-child(n+7) {
    margin-top: 20px;
  }
}
.partners .logos .partner-logo .partner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 33%;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .partners .logos .partner-logo {
    width: calc((100% / 2)) !important;
  }
  .partners .logos .partner-logo:nth-child(n+3) {
    margin-top: 20px;
  }
}
.fotogalerij {
  padding: 0;
  margin-bottom: 70px;
}
.fotogalerij.background-color {
  background-color: #6cb8d6;
}
.fotogalerij.background-color *:not(input):not(textarea):not(label) {
  color: #ffffff;
}
.fotogalerij .tekst ul {
  margin: 0 0 1.88235294em 10px;
}
.fotogalerij .tekst ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.fotogalerij .tekst ul li::before {
  position: absolute;
  content: "";
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #363b3e;
  top: calc(32px / 2 - 3px);
}
.fotogalerij .tekst ol {
  counter-reset: my-awesome-counter;
  margin: 0 0 1.88235294em 10px;
}
.fotogalerij .tekst ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 0 0 0 20px;
}
.fotogalerij .tekst ol li::before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 600;
}
.fotogalerij .tekst a {
  white-space: nowrap;
  position: relative;
}
.fotogalerij .tekst a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.fotogalerij .tekst a:hover::after {
  width: 0%;
}
.fotogalerij .tekst a.button::after {
  display: none;
}
.fotogalerij .tekst blockquote {
  margin: 0 0 30px 0px;
  border-left: 3px solid #f3f3f3;
  padding: 0 0 0 20px;
}
.fotogalerij .tekst *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .fotogalerij {
    margin-bottom: 70px;
  }
}
.fotogalerij .galerij {
  display: flex;
  flex-wrap: wrap;
}
.fotogalerij .galerij .afb {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 32%;
  overflow: hidden;
}
.fotogalerij .galerij .afb span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .galerij .afb.hidden {
  display: none;
}
.fotogalerij .galerij .afb:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
}
.fotogalerij .galerij .afb:hover:after {
  background-color: #3f4955;
  opacity: .6;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-zoom-in.svg');
  background-size: 30px;
}
.fotogalerij .galerij .afb.more span.count {
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  color: #000000;
  font-weight: 400;
  color: #ffffff;
  font-size: 2.353rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.fotogalerij .galerij .afb.more::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: #3f4955;
  opacity: .77;
}
.fotogalerij .galerij .afb.more::after {
  display: none;
}
.fotogalerij .galerij .afb.more:hover::before {
  opacity: .9;
}
@media only screen and (min-width: 768px) {
  .fotogalerij .galerij .afb:nth-child(n+4) {
    margin-top: 2%;
  }
  .fotogalerij .galerij .afb:nth-child(3n+2) {
    margin-right: 2%;
    margin-left: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .fotogalerij .galerij .afb {
    width: calc(50% - 10px);
  }
  .fotogalerij .galerij .afb:nth-child(n+3) {
    margin-top: 20px;
  }
  .fotogalerij .galerij .afb:nth-child(2n+2) {
    margin-left: 20px;
  }
  .fotogalerij .galerij .afb.more span.count {
    font-size: 3.125rem;
  }
}
.fotogalerij .galerij.four-items .afb {
  width: calc(calc(25% - 23px));
  margin: 0 15px;
}
.fotogalerij .galerij.four-items .afb:nth-child(4) {
  margin-right: 0;
}
.fotogalerij .galerij.four-items .afb:nth-child(1) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .galerij.four-items .afb {
    width: calc(50% - 10px);
    margin: 0 10px 20px 10px;
  }
  .fotogalerij .galerij.four-items .afb:nth-child(1),
  .fotogalerij .galerij.four-items .afb:nth-child(3) {
    margin-left: 0;
  }
  .fotogalerij .galerij.four-items .afb:nth-child(2),
  .fotogalerij .galerij.four-items .afb:nth-child(4) {
    margin-right: 0;
  }
  .fotogalerij .galerij.four-items .afb.more span.count {
    font-size: 3.125rem;
  }
}
.fotogalerij .slider .slick-slider {
  position: relative;
}
.fotogalerij .slider .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fotogalerij .slider .slide span.ratio {
  display: block;
  padding-bottom: 66.666%;
}
.fotogalerij .slider .slick-arrow {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #6cb8d6;
  opacity: 1;
  width: 60px;
  height: 60px;
  background-size: 20px;
  top: 50%;
  z-index: 1;
  overflow: hidden;
  color: transparent;
  border: none;
  outline: none;
}
.fotogalerij .slider .slick-arrow:hover {
  opacity: 1;
  cursor: pointer;
  background-color: #4ca9cd;
}
.fotogalerij .slider .slick-arrow.slick-prev {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-left-white.svg');
  border-radius: 0;
  left: 15px;
}
.fotogalerij .slider .slick-arrow.slick-next {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-white.svg');
  border-radius: 0;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .fotogalerij .slider .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: 12px;
  }
}
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.95);
}
#swipebox-prev {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-left-white.svg') !important;
  background-position: right center;
  background-size: 15px;
}
#swipebox-next {
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-white.svg') !important;
  background-position: left center;
  background-size: 15px;
}
#solliciteer-formulier {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
@media only screen and (max-width: 767px) {
  #solliciteer-formulier {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
.form-group {
  position: relative;
  margin: 0 0 20px;
  width: 100%;
}
.form-group.center {
  text-align: center;
}
.form-group br {
  display: none;
}
.form-group p {
  margin: 0;
}
.form-group p small {
  font-size: .8em;
  margin-bottom: 5px;
}
.form-group p small a {
  position: relative;
}
.form-group p small a::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: #91c441;
  height: 1px;
  bottom: -1px;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  max-width: 100%;
}
.form-group p small a:hover::after {
  width: 0%;
}
.form-group p small a.button::after {
  display: none;
}
.form-group p small a::after {
  background-color: white;
}
.form-group p.privacy {
  margin-bottom: 15px;
}
.form-group span.titel {
  display: block;
}
.form-group label.titel {
  position: absolute;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #c0c0c0;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0px;
  white-space: nowrap;
  pointer-events: none;
  left: 20px;
  top: 16px;
  z-index: 1;
  width: calc(calc(100% - 40px));
  overflow: hidden;
  height: calc(2px + 17px);
}
.form-group .wpcf7-checkbox label,
.form-group .wpcf7-acceptance label,
.form-group .wpcf7-radio label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding-left: 30px;
  margin-right: 20px;
}
.form-group .wpcf7-checkbox label span,
.form-group .wpcf7-acceptance label span,
.form-group .wpcf7-radio label span {
  display: block;
  line-height: normal;
  cursor: pointer;
}
.form-group .wpcf7-checkbox .last label,
.form-group .wpcf7-acceptance .last label,
.form-group .wpcf7-radio .last label {
  margin-right: 0;
}
.form-group input,
.form-group textarea,
.form-group select,
.form-group label.upload {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #363b3e;
  color: #000000;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
  border: none;
  font-weight: 600;
  position: relative;
  display: block;
  height: calc(31px + 17px);
  font-size: 17px;
  line-height: calc(calc(17px + 2px));
  letter-spacing: 0px;
  padding: 18px 20px 6px 20px;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder,
.form-group select::placeholder,
.form-group label.upload::placeholder {
  opacity: 0;
}
.form-group input:active,
.form-group textarea:active,
.form-group select:active,
.form-group label.upload:active,
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.form-group label.upload:focus {
  outline: none;
}
.form-group input.hide,
.form-group textarea.hide,
.form-group select.hide,
.form-group label.upload.hide {
  display: none;
}
.form-group input::-ms-clear,
.form-group textarea::-ms-clear,
.form-group select::-ms-clear,
.form-group label.upload::-ms-clear {
  display: none;
}
.form-group input.wpcf7-not-valid,
.form-group textarea.wpcf7-not-valid,
.form-group select.wpcf7-not-valid,
.form-group label.upload.wpcf7-not-valid {
  background-color: #FFE2E2;
}
.form-group input:disabled ~ .button,
.form-group textarea:disabled ~ .button,
.form-group select:disabled ~ .button,
.form-group label.upload:disabled ~ .button {
  opacity: 0.1;
  pointer-events: none;
}
.form-group textarea {
  resize: vertical;
  height: 150px;
  min-height: 150px;
  max-height: 400px;
  line-height: normal;
  padding-top: 18px;
}
.form-group select {
  padding-top: 21px;
  padding-right: 40px;
  cursor: pointer;
}
.form-group select .hide-option {
  display: none;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group.select::before {
  position: absolute;
  z-index: 1;
  content: '';
  pointer-events: none;
  width: 0;
  height: 0;
  border-top: solid 6px #A6A6A6;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px transparent;
  top: 21px;
  right: 20px;
}
.form-group input[type="submit"] {
  display: none;
}
.form-group input[type="checkbox"],
.form-group input[type="radio"] {
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: 0.2s background-size;
  -moz-transition: 0.2s background-size;
  -o-transition: 0.2s background-size;
  -ms-transition: 0.2s background-size;
  transition: 0.2s background-size;
  background-size: 5px;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  max-height: 15px;
  max-width: 15px;
  padding: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .form-group input[type="checkbox"],
  .form-group input[type="radio"] {
    top: 1px;
  }
}
.form-group input[type="checkbox"]:checked {
  background-size: 12px;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-input-checkbox.svg');
}
.form-group input[type="radio"] {
  border-radius: 15px;
}
.form-group input[type="radio"]:checked {
  background-size: 7px;
  background-image: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-input-radio.svg');
}
.form-group input[type="date"] {
  color: transparent;
  cursor: text;
}
.form-group input[type="date"]::-webkit-inner-spin-button,
.form-group input[type="date"]::-webkit-outer-spin-button,
.form-group input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group input[type="number"] {
  -moz-appearance: textfield;
}
.form-group input[type="number"]::-webkit-inner-spin-button,
.form-group input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-group.input-active label.titel {
  font-size: 0.625rem;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.form-group.input-active input[type="date"] {
  color: #000000;
}
.form-group.input-active label.filename {
  color: #000000;
}
.form-group input[type="file"] {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
  cursor: pointer;
}
.form-group label.upload {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.form-group label.upload:hover {
  background-color: #D2D2D2;
}
.form-group label.filename {
  position: absolute;
  font-weight: 700;
  color: transparent;
  pointer-events: none;
  left: 60px;
  top: 22px;
  z-index: 1;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.form-group.fileupload {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 4px 0 rgba(0, 3, 0, 0.1);
}
.form-group.fileupload label.titel {
  font-weight: 600;
  color: #000000;
  left: 60px;
  width: calc(100% - 60px);
  z-index: 2;
}
.form-group.fileupload::before {
  position: absolute;
  z-index: 2;
  content: '';
  pointer-events: none;
  top: 3px;
  left: 20px;
  background: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-input-upload.svg') no-repeat center center;
  background-size: 65%;
  height: 90%;
  width: 27px;
}
.form-group .wpcf7-not-valid-tip {
  display: none;
}
.form-group .wpcf7-not-valid.wpcf7-file {
  background-color: #FFE2E2;
  opacity: 1;
  z-index: 1;
  color: transparent;
  padding-top: 80px;
}
.form-group.required.select select {
  padding-right: 60px;
}
.form-group.required.select::before {
  right: 38px;
}
.form-group.required input {
  padding-right: 40px;
}
.form-group.required::after {
  content: "*";
  position: absolute;
  font-weight: 700;
  color: #91c441;
  height: 14px;
  font-size: 1.375rem;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.half {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0;
}
.half .form-group {
  position: relative;
  width: calc(50% - 10px);
}
.half .no-label {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .half {
    display: block;
  }
  .half .form-group {
    width: 100%;
  }
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid red;
  padding: 10px 20px;
  color: #363b3e;
  line-height: normal;
}
.screen-reader-response,
.wpcf7-mail-sent-ok {
  display: none !important;
}
.sitemap .col-md-12 {
  margin-bottom: 20px;
}
.sitemap ul {
  column-count: 3;
}
.sitemap ul li {
  display: block;
  break-inside: avoid-column;
}
.sitemap ul li a {
  white-space: pre-wrap !important;
}
.sitemap ul li .sub {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.sitemap ul li .sub li {
  width: 100%;
  column-count: 0;
  break-inside: unset;
}
@media only screen and (max-width: 991px) {
  .sitemap ul {
    column-count: 2;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitemap ul {
    column-count: 1;
  }
  .sitemap ul li .sub {
    column-count: 0;
  }
}
.search-item {
  padding: 40px 0;
  border-bottom: 1px solid #f3f3f3;
  display: flex;
}
.search-item .search-item-image {
  width: 200px;
  padding: 12px 30px 0 0;
}
.search-item .search-item-image img {
  width: 100%;
}
.search-item .search-item-content {
  width: calc(100% - 200px);
}
.search-item .search-item-content h3 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}
.search-item .search-item-content h3 a {
  color: #000000;
}
.search-item .search-item-content h3 a:hover {
  color: #91c441;
}
.search-item .search-item-content h3 span.posttype-before {
  font-size: 0.8235rem;
  border-radius: 200px;
  background: #3f4955;
  padding: 8px 20px;
  color: white;
  margin: 0 10px 10px 0;
}
.search-item:last-child {
  border-bottom: 0;
}
.search-item:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .search-item {
    display: inline-block;
  }
  .search-item .search-item-image {
    width: 100%;
    padding: 0 0 15px 0;
  }
  .search-item .search-item-content {
    width: 100%;
  }
  .search-item .search-item-content h3 {
    display: inline-block;
  }
  .search-item .search-item-content h3 span.posttype-before {
    margin-bottom: 5px;
  }
  .search-item .search-item-content h3 a {
    width: 100%;
  }
}
nav.pagination {
  padding: 40px 0;
}
nav.pagination .nav-links {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
nav.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 5px;
  min-width: 40px;
  height: 40px;
  background: white;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
nav.pagination .nav-links .page-numbers.current {
  color: #6cb8d6;
  font-weight: 700;
}
nav.pagination .nav-links a.page-numbers {
  color: #000000;
  font-weight: 600;
}
nav.pagination .nav-links a.page-numbers:hover {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
  color: #6cb8d6;
}
nav.pagination .nav-links a.page-numbers.prev {
  background-image: url(https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-left.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
nav.pagination .nav-links a.page-numbers.prev:hover {
  background-image: url(https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-left-color-2.svg);
}
nav.pagination .nav-links a.page-numbers.next {
  background-image: url(https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
nav.pagination .nav-links a.page-numbers.next:hover {
  background-image: url(https://int-es.com/wp-content/themes/intes/css/../images/icon-arrow-right-color-2.svg);
}
.website-content form.searchform {
  display: flex;
}
.website-content form.searchform > div {
  position: relative;
}
.website-content form.searchform input[type='text'] {
  position: relative;
  color: #363b3e;
  font-weight: 600;
  height: calc(31px + 17px);
  display: block;
  border-radius: 5px;
  border: none;
  margin: 0;
  background: #ffffff;
  width: 100%;
  padding: 6px 20px 6px 20px;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #f3f3f3;
}
.website-content form.searchform input[type='submit'] {
  position: absolute;
  right: 5px;
  top: 0;
  width: 15px;
  color: transparent;
  height: 100%;
  padding: 2px 15px;
  margin-left: 5px;
  opacity: .7;
  background: url('https://int-es.com/wp-content/themes/intes/css/../images/icon-search-gray.svg');
  border: none;
  outline: none;
  background-size: 16px auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.website-content form.searchform input[type='submit']:hover {
  opacity: 1;
}
.search-results-intro {
  margin-bottom: 40px;
}
.nieuws-form {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 2rem;
}
