@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.bunny.net/css?family=open-sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i);
body {
  font-family: "Open Sans", sans-serif;
}
p {
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  word-break: break-word;
}
h1 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  word-break: break-word;
}
h2 {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  word-break: break-word;
}
a {
  color: #076b67;
  text-decoration: none;
}
a:hover {
  color: #c81f24;
  cursor: pointer;
}
h3,
h4,
h5,
h6 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  word-break: break-word;
}
main {
  min-height: 500px;
}
main.content-page {
  margin-top: 107px;
}
.block-margin {
  margin-bottom: 50px;
}
.block-padding {
  padding-bottom: 50px;
}
.home-content-title {
  padding-top: 100px;
  padding-bottom: 50px;
  color: #000;
}
@media (max-width: 991px) {
  .home-content-title {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}
.home-content-title h1,
.home-content-title h2,
.home-content-title h3,
.home-content-title h4,
.home-content-title h5,
.home-content-title h6,
.home-content-title p,
.home-content-title em {
  font-size: 72px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .home-content-title h1,
  .home-content-title h2,
  .home-content-title h3,
  .home-content-title h4,
  .home-content-title h5,
  .home-content-title h6,
  .home-content-title p,
  .home-content-title em {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .home-content-title h1,
  .home-content-title h2,
  .home-content-title h3,
  .home-content-title h4,
  .home-content-title h5,
  .home-content-title h6,
  .home-content-title p,
  .home-content-title em {
    font-size: 30px;
  }
}
.home-content-title em {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.form-actions .btn.btn-primary {
  background-color: #c81f24;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 20px 15px 30px;
  display: block;
  min-width: 220px;
  border-color: unset;
  border-radius: 0px;
  border: unset;
  transition: 0.3s ease;
  color: #fff;
  position: relative;
}
.form-actions .btn.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
.form-actions .btn.btn-primary:focus {
  box-shadow: none;
}
.form-actions .btn.btn-primary:hover {
  transform: scale(1.05);
}
.offerte-form .button {
  background-color: #c81f24;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  padding: 15px 20px 15px 30px;
  display: block;
  min-width: 220px;
  border-color: unset;
  border-radius: 0px;
  border: unset;
  transition: 0.3s ease;
  color: #fff;
  position: relative;
}
.offerte-form .button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
.offerte-form .button:focus {
  box-shadow: none;
}
.offerte-form .button:hover {
  transform: scale(1.05);
}
.no-scroll {
  overflow: hidden;
}
header {
  z-index: 500;
  position: fixed;
  width: 100%;
  top: 0px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
header.scrolled {
  background-color: #fff;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
header.scrolled .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link {
  color: #000;
}
header.scrolled .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar {
  background-color: #000;
}
header .ccm-block-top-navigation-bar .navbar-collapse {
  justify-content: end;
}
header .ccm-block-top-navigation-bar .navbar-collapse.collapse.show .nav-item:last-child {
  padding-bottom: 100px;
}
header .ccm-block-top-navigation-bar .navbar-brand {
  padding: 0px;
}
header .ccm-block-top-navigation-bar .navbar-brand img {
  max-height: 70px;
  width: 100%;
}
header .ccm-block-top-navigation-bar .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid {
  padding: 0px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav {
    height: calc(100vh - 106px);
    overflow-y: auto;
    margin-top: 30px;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item {
  padding-right: 35px;
  padding-bottom: 39px;
  padding-top: 39px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item:last-child .dropdown-menu {
  right: 0px;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  color: #fff;
  padding: 0px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0px;
  padding: 15px 0px;
  right: 35px;
  border: 0px;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.1);
  margin-top: 39px;
  background-image: url(/application/themes/jactromp/images/header_shadow.png);
  background-repeat: repeat-x;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu {
    margin-top: 0px;
    padding: 0px;
    display: block;
    right: 0px;
    box-shadow: none;
    background-image: unset;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 15px 1rem;
  font-size: 20px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 0px;
    padding-left: 10px;
    padding-top: 10px;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item .arrow-icon {
  height: 10px;
  width: 14px;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item .arrow-icon {
    display: none;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item .arrow-icon.black {
  display: none;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item .arrow-icon.red {
  fill: #c81f24;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: initial;
}
@media (min-width: 1200px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #c81f24;
    color: #fff;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .arrow-icon.black {
  display: inline-block;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .arrow-icon.black {
    display: none;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .arrow-icon.red {
  display: none;
}
@media (max-width: 1199px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover .arrow-icon.red {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #c81f24;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item:active {
  color: initial;
  background-color: unset;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: initial;
  background-color: unset;
}
@media (min-width: 1200px) {
  header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-nav .nav-item .dropdown-menu .dropdown-item.active:hover {
    color: #fff;
    background-color: #c81f24;
  }
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler {
  padding: 0px;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler .icon-bar {
  background-color: #fff;
}
header .ccm-block-top-navigation-bar .navbar .container-fluid .navbar-toggler:focus {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .nav-item:hover .nav-link {
    color: #c81f24 !important;
  }
}
.ccm-edit-mode header {
  position: unset;
}
.hero-image-content {
  height: 300px;
  background-color: #076b67;
  position: relative;
}
.hero-image-content .container {
  height: 100%;
}
.hero-image-content .container .hero-content {
  height: 100%;
  display: flex;
  align-items: center;
}
.hero-image-content .container .hero-content .hero-text {
  max-width: 36%;
}
.hero-image-content .container .hero-content .hero-text h1 {
  color: #fff;
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  word-break: break-word;
}
.hero-image-content .hero-image {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 65%;
}
.hero-image-content .hero-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  -webkit-clip-path: polygon(270px 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(270px 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .hero-image-content {
    height: auto;
  }
  .hero-image-content .container .hero-content .hero-text {
    padding-top: 25px;
    max-width: 100%;
    text-align: center;
  }
  .hero-image-content .container .hero-content .hero-text h1 {
    font-size: 40px;
  }
  .hero-image-content .hero-image {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .hero-image-content .hero-image img {
    height: auto;
    width: 100%;
    -webkit-clip-path: none;
    clip-path: none;
  }
}
@media (max-width: 576px) {
  .hero-image-content .container .hero-content .hero-text {
    padding-top: 25px;
  }
  .hero-image-content .container .hero-content .hero-text h1 {
    font-size: 30px;
  }
}
.video-hero-image {
  position: relative;
}
.video-hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-image-middle {
  height: 940px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-image-middle {
    height: 100%;
    padding: 50px 0px;
  }
}
.hero-image-middle .container .hero-content .hero-text {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .hero-image-middle .container .hero-content .hero-text {
    margin-bottom: 50px;
  }
}
.hero-image-middle .container .hero-content .hero-text p {
  color: #fff;
  font-size: 72px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .hero-image-middle .container .hero-content .hero-text p {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-image-middle .container .hero-content .hero-text p {
    font-size: 30px;
  }
}
.hero-image-middle .container .hero-content .hero-text em {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 120px;
}
@media (max-width: 991px) {
  .hero-image-middle .container .hero-content .hero-buttons .button-wrapper {
    margin-left: 0px;
    display: block;
  }
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper:first-child {
  margin-left: 0;
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper a {
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper .button.red {
  background-color: #c81f24;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
  min-width: 220px;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .hero-image-middle .container .hero-content .hero-buttons .button-wrapper .button.red {
    width: fit-content;
    margin-bottom: 30px;
  }
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper .button.red::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper .button.red:hover {
  transform: scale(1.05);
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper .button.black {
  background-color: #000;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
  min-width: 220px;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .hero-image-middle .container .hero-content .hero-buttons .button-wrapper .button.black {
    width: fit-content;
  }
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper .button.black::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  background-image: url("/application/themes/jactromp/images/button_black_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
.hero-image-middle .container .hero-content .hero-buttons .button-wrapper .button.black:hover {
  transform: scale(1.05);
}
.hero-image-left {
  height: 620px;
  background-color: #076b67;
  margin-bottom: 335px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-image-left {
    height: 100%;
    margin-bottom: 400px;
    padding: 50px 0px;
  }
}
.hero-image-left .hero-content {
  text-align: right;
}
.hero-image-left .hero-content .hero-text {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .hero-image-left .hero-content .hero-text {
    margin-bottom: 30px;
  }
}
.hero-image-left .hero-content .hero-text p {
  color: #fff;
  font-size: 72px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .hero-image-left .hero-content .hero-text p {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-image-left .hero-content .hero-text p {
    font-size: 30px;
  }
}
.hero-image-left .hero-content .hero-text em {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.hero-image-left .hero-content .hero-buttons {
  margin-bottom: 20px;
}
.hero-image-left .hero-content .hero-buttons .button-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 120px;
}
.hero-image-left .hero-content .hero-buttons .button-wrapper:first-child {
  margin-left: 0;
}
.hero-image-left .hero-content .hero-buttons .button-wrapper a {
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.hero-image-left .hero-content .hero-buttons .button-wrapper .button.red {
  background-color: #c81f24;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
  min-width: 220px;
  transition: 0.3s ease;
}
.hero-image-left .hero-content .hero-buttons .button-wrapper .button.red::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
  transform: scaleX(-1);
}
.hero-image-left .hero-content .hero-buttons .button-wrapper .button.red:hover {
  transform: scale(1.05);
}
.hero-image-left .hero-image {
  position: absolute;
  left: 0px;
  bottom: -335px;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-image-left .hero-image {
    bottom: -400px;
  }
}
.hero-image-left .hero-image img {
  height: 575px;
  width: 50%;
  object-fit: cover;
  -webkit-clip-path: polygon(0 0, calc(100% - 270px) 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 270px) 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .hero-image-left .hero-image img {
    height: 400px;
    width: 100%;
    clip-path: none;
    -webkit-clip-path: none;
  }
}
.hero-image-right {
  height: 620px;
  background-color: #076b67;
  margin-bottom: 335px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .hero-image-right {
    height: 100%;
    margin-bottom: 400px;
    padding: 50px 0px;
  }
}
.hero-image-right .hero-content {
  text-align: left;
}
.hero-image-right .hero-content .hero-text {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .hero-image-right .hero-content .hero-text {
    margin-bottom: 30px;
  }
}
.hero-image-right .hero-content .hero-text p {
  color: #fff;
  font-size: 72px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .hero-image-right .hero-content .hero-text p {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-image-right .hero-content .hero-text p {
    font-size: 30px;
  }
}
.hero-image-right .hero-content .hero-text em {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.hero-image-right .hero-content .hero-buttons {
  margin-bottom: 20px;
}
.hero-image-right .hero-content .hero-buttons .button-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 120px;
}
.hero-image-right .hero-content .hero-buttons .button-wrapper:first-child {
  margin-left: 0;
}
.hero-image-right .hero-content .hero-buttons .button-wrapper a {
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.hero-image-right .hero-content .hero-buttons .button-wrapper .button.red {
  background-color: #c81f24;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
  min-width: 220px;
  transition: 0.3s ease;
}
.hero-image-right .hero-content .hero-buttons .button-wrapper .button.red::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
.hero-image-right .hero-content .hero-buttons .button-wrapper .button.red:hover {
  transform: scale(1.05);
}
.hero-image-right .hero-image {
  position: absolute;
  right: 0px;
  bottom: -335px;
  width: 100%;
  text-align: right;
}
@media (max-width: 991px) {
  .hero-image-right .hero-image {
    bottom: -400px;
  }
}
.hero-image-right .hero-image img {
  height: 575px;
  width: 50%;
  object-fit: cover;
  -webkit-clip-path: polygon(270px 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(270px 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .hero-image-right .hero-image img {
    height: 400px;
    width: 100%;
    clip-path: none;
    -webkit-clip-path: none;
  }
}
.hero-image-bottom {
  height: 940px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .hero-image-bottom {
    height: 100%;
    padding: 50px 0px;
  }
}
.hero-image-bottom .container .hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .hero-image-bottom .container .hero-content {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .hero-image-bottom .container .hero-content {
    display: block;
  }
}
.hero-image-bottom .container .hero-content .hero-text p {
  color: #fff;
  font-size: 72px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .hero-image-bottom .container .hero-content .hero-text p {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-image-bottom .container .hero-content .hero-text p {
    font-size: 30px;
  }
}
.hero-image-bottom .container .hero-content .hero-text em {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper {
  display: inline-block;
}
@media (max-width: 991px) {
  .hero-image-bottom .container .hero-content .hero-buttons .button-wrapper {
    margin-left: 0px;
    display: block;
  }
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper:first-child {
  margin-left: 0;
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper a {
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red {
  background-color: #c81f24;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
  min-width: 220px;
  margin-top: 15px;
  transition: 0.3s ease;
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -36px;
  background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
  transform: scaleX(-1);
}
.hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red:hover {
  transform: scale(1.05);
}
@media (max-width: 575px) {
  .hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red {
    background-color: #c81f24;
    padding: 15px 20px 15px 30px;
    position: relative;
    display: block;
    width: 220px;
    min-width: 220px;
  }
  .hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -36px;
    background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
    display: block;
    height: 100%;
    width: 46px;
    background-repeat: no-repeat;
    z-index: 0;
    background-size: cover;
  }
  .hero-image-bottom .container .hero-content .hero-buttons .button-wrapper .button.red:before {
    display: none;
  }
}
.hero-image-bottom .container .text-area-blue {
  background-color: #076b67;
  padding: 50px;
  width: 100%;
  margin-bottom: 50px;
}
.hero-image-bottom .container .text-area-blue h1,
.hero-image-bottom .container .text-area-blue h2,
.hero-image-bottom .container .text-area-blue h3,
.hero-image-bottom .container .text-area-blue h4,
.hero-image-bottom .container .text-area-blue h5,
.hero-image-bottom .container .text-area-blue h6 {
  color: #000;
  font-size: 48px;
}
@media (max-width: 575px) {
  .hero-image-bottom .container .text-area-blue h1,
  .hero-image-bottom .container .text-area-blue h2,
  .hero-image-bottom .container .text-area-blue h3,
  .hero-image-bottom .container .text-area-blue h4,
  .hero-image-bottom .container .text-area-blue h5,
  .hero-image-bottom .container .text-area-blue h6 {
    font-size: 30px;
  }
}
.hero-image-bottom .container .text-area-blue p,
.hero-image-bottom .container .text-area-blue li {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 575px) {
  .hero-image-bottom .container .text-area-blue p,
  .hero-image-bottom .container .text-area-blue li {
    font-size: 24px;
  }
}
.hero-image-bottom .container .text-area-blue ul {
  padding-left: 0px;
}
.hero-image-bottom .container .text-area-blue ul li::marker {
  content: '';
}
.hero-image-bottom .container .text-area-blue ul li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 23px;
  margin-right: 20px;
  background-image: url('/application/themes/jactromp/images/arrow_right_red_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-image-bottom .container .text-area-white {
  background-color: #fff;
  padding: 50px;
  width: 100%;
  margin-bottom: 50px;
}
.hero-image-bottom .container .text-area-white h1,
.hero-image-bottom .container .text-area-white h2,
.hero-image-bottom .container .text-area-white h3,
.hero-image-bottom .container .text-area-white h4,
.hero-image-bottom .container .text-area-white h5,
.hero-image-bottom .container .text-area-white h6 {
  color: #076b67;
  font-size: 48px;
}
@media (max-width: 575px) {
  .hero-image-bottom .container .text-area-white h1,
  .hero-image-bottom .container .text-area-white h2,
  .hero-image-bottom .container .text-area-white h3,
  .hero-image-bottom .container .text-area-white h4,
  .hero-image-bottom .container .text-area-white h5,
  .hero-image-bottom .container .text-area-white h6 {
    font-size: 30px;
  }
}
.hero-image-bottom .container .text-area-white p,
.hero-image-bottom .container .text-area-white li {
  color: #000;
  font-size: 30px;
}
@media (max-width: 575px) {
  .hero-image-bottom .container .text-area-white p,
  .hero-image-bottom .container .text-area-white li {
    font-size: 24px;
  }
}
.hero-image-bottom .container .text-area-white ul {
  padding-left: 0px;
}
.hero-image-bottom .container .text-area-white ul li::marker {
  content: '';
}
.hero-image-bottom .container .text-area-white ul li::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 23px;
  margin-right: 20px;
  background-image: url('/application/themes/jactromp/images/arrow_right_blue_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-image-bottom .container .text-area-white.review-module iframe {
  width: 100%;
  height: 240px;
}
.hero-image-bottom .container .text-area-white.review-module iframe body {
  overflow: hidden;
}
.hero-image-video {
  height: 100vh;
}
.hero-image-video .container .hero-image-video-inner {
  height: 940px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
}
@media (max-width: 991px) {
  .hero-image-video .container .hero-image-video-inner {
    height: calc(100% - 106px);
    top: 106px;
  }
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-text {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .hero-image-video .container .hero-image-video-inner .hero-content .hero-text {
    margin-bottom: 30px;
  }
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-text p {
  color: #fff;
  font-size: 72px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .hero-image-video .container .hero-image-video-inner .hero-content .hero-text p {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-image-video .container .hero-image-video-inner .hero-content .hero-text p {
    font-size: 30px;
  }
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-text em {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: italic;
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper {
  display: inline-block;
  position: relative;
  margin-left: 120px;
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper:first-child {
  margin-left: 0;
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper a {
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 1;
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper .button.red {
  background-color: #c81f24;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
  min-width: 220px;
  transition: 0.3s ease;
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper .button.red::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  background-image: url("/application/themes/jactromp/images/button_red_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper .button.red:hover {
  transform: scale(1.05);
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper .button.black {
  background-color: #000;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: block;
  min-width: 220px;
  transition: 0.3s ease;
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper .button.black::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  background-image: url("/application/themes/jactromp/images/button_black_corner_extended.svg");
  display: block;
  height: 100%;
  width: 46px;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: cover;
}
.hero-image-video .container .hero-image-video-inner .hero-content .hero-buttons .button-wrapper .button.black:hover {
  transform: scale(1.05);
}
.videohero {
  /* Video overlay and content */
  /* Other stuff */
  /* CSS from jQuery Background Video plugin */
  /**
     * Set default positioning as a fallback for if the plugin fails
     */
  /**
     * Fade in videos
     * Note the .js class - so non js users still
     * see the video
     */
  /**
     * Pause/play button
     */
}
.videohero .demo-video-wrapper {
  background-image: url(https://d3k5xyayaartr5.cloudfront.net/_assets/home-video/beach-waves-loop.jpg);
}
.videohero .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
  background: url(/application/themes/jactromp/css/less/$overlay_pattern) left top repeat;
  opacity: $overlay_opacity;
}
.videohero .video-hero--content {
  position: relative;
  text-align: center;
  color: #FFF;
  margin: 150px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.videohero .video-hero--content h2 {
  font-size: 34px;
  margin: 0 0 10px;
}
.videohero .video-hero--content p {
  font-size: 20px;
  margin: 0;
}
.videohero a {
  text-decoration: none;
  color: #a46497;
}
.videohero .cf:before,
.videohero .cf:after {
  content: " ";
  display: table;
}
.videohero .cf:after {
  clear: both;
}
.videohero .page-width {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
.videohero #header {
  background: #2c2d33;
  padding: 2em 0;
}
.videohero #header a {
  color: #FFF;
}
.videohero .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.videohero .subtitle {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #959699;
}
.videohero a:hover .subtitle {
  color: #FFF;
}
.videohero #site-title {
  float: left;
  margin: 0;
}
.videohero #content {
  padding: 40px 0;
}
.videohero .jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.videohero .jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.videohero .js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.videohero .js .jquery-background-video.is-visible {
  opacity: 1;
}
.videohero .jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}
.videohero .jquery-background-video-pauseplay span {
  display: none;
}
.videohero .jquery-background-video-pauseplay:after,
.videohero .jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.videohero .jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}
.videohero .jquery-background-video-pauseplay.pause:before,
.videohero .jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}
.videohero .jquery-background-video-pauseplay.pause:after {
  left: 10px;
}
.volume-icon {
  position: absolute;
  margin-top: -50px;
  right: 40px;
  bottom: 40px;
  z-index: 500;
  display: none;
}
.hero_video_arrow {
  margin-top: 90px;
  width: 100%;
  text-align: left;
  color: #c9c9c9;
}
.hero_video_arrow img {
  width: 70px;
  height: 70px;
}
@media (max-width: 991px) {
  .hero_video_arrow {
    display: none;
  }
}
.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
  display: none;
}
svg.shadow {
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.7));
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}
/* Settings - feel free to play with these */
/**
 * This part should be set separately for each video
 * if there are multiple videos in your site.
 * I.e. '.demo-video-wrapper' is the name of this particular video
 */
.demo-video-wrapper {
  background-image: url(/application/themes/slijkerman/images/thumbnails/thumbnail-1.png);
}
/* Video overlay and content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
}
.video-hero--content {
  position: relative;
  text-align: center;
  color: #FFF;
  margin: 150px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.video-hero--content h2 {
  font-size: 34px;
  margin: 0 0 10px;
}
.video-hero--content p {
  font-size: 20px;
  margin: 0;
}
/* Other stuff */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.page-width {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}
#header {
  background: #2c2d33;
  padding: 2em 0;
}
#header a {
  color: #FFF;
}
.title {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.subtitle {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #959699;
}
a:hover .subtitle {
  color: #FFF;
}
#site-title {
  float: left;
  margin: 0;
}
#content {
  padding: 40px 0;
}
/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
  opacity: 0;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
  opacity: 1;
}
/**
 * Pause/play button
 */
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent;
  border: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  outline: none !important;
}
.jquery-background-video-pauseplay span {
  display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}
.recent-projects {
  margin-bottom: 50px;
}
.project {
  background-color: #076b67;
  margin-bottom: 50px;
  cursor: pointer;
  width: 100%;
}
.project:hover .project-image img {
  transform: scale(1.05);
}
.project .project-image {
  height: 350px;
  overflow: hidden;
}
.project .project-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.project .project-image img:hover {
  transform: scale(1.05);
}
.project .project-text {
  padding: 25px;
}
.project .project-text h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
.project .project-text p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
}
.wrapper [type="radio"]:not(:checked) + label,
.wrapper [type="checkbox"]:not(:checked) + label,
.wrapper [type="radio"]:checked + label,
.wrapper [type="checkbox"]:checked + label {
  position: relative;
  padding-top: 4px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
/*
    Pretty checkboxes <3
*/
.wrapper [type="radio"]:not(:checked),
.wrapper [type="radio"]:checked,
.wrapper [type="radio"]:not(:checked),
.wrapper [type="radio"]:checked,
.wrapper [type="checkbox"]:not(:checked),
.wrapper [type="checkbox"]:checked,
.wrapper [type="checkbox"]:not(:checked),
.wrapper [type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
}
#privacy_statement {
  left: 20px;
  margin-top: 10px;
  opacity: 0;
}
.wrapper [type="radio"]:not(:checked) + label,
.wrapper [type="radio"]:checked + label,
.wrapper [type="radio"]:not(:checked) + label,
.wrapper [type="radio"]:checked + label,
.wrapper [type="checkbox"]:not(:checked) + label,
.wrapper [type="checkbox"]:checked + label,
.wrapper [type="checkbox"]:not(:checked) + label,
.wrapper [type="checkbox"]:checked + label {
  position: relative;
  padding-top: 4px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.wrapper [type="radio"]:not(:checked) + label:before,
.wrapper [type="radio"]:checked + label:before,
.wrapper [type="radio"]:not(:checked) + label:before,
.wrapper [type="radio"]:checked + label:before,
.wrapper [type="checkbox"]:not(:checked) + label:before,
.wrapper [type="checkbox"]:checked + label:before,
.wrapper [type="checkbox"]:not(:checked) + label:before,
.wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px #5f91b4 solid;
}
.wrapper [type="radio"]:not(:checked) + label:after,
.wrapper [type="radio"]:checked + label:after,
.wrapper [type="radio"]:not(:checked) + label:after,
.wrapper [type="radio"]:checked + label:after,
.wrapper [type="checkbox"]:not(:checked) + label:after,
.wrapper [type="checkbox"]:checked + label:after,
.wrapper [type="checkbox"]:not(:checked) + label:after,
.wrapper [type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('/application/themes/jactromp/images/icon_check.svg');
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 24px;
  width: 26px;
  height: 26px;
  line-height: 0.8;
  font-weight: bold;
  transition: all .2s;
}
.wrapper [type="radio"]:not(:checked) + label:after,
.wrapper [type="radio"]:not(:checked) + label:after,
.wrapper [type="checkbox"]:not(:checked) + label:after,
.wrapper [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.wrapper [type="radio"]:checked + label:after,
.wrapper [type="radio"]:checked + label:after,
.wrapper [type="checkbox"]:checked + label:after,
.wrapper [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.wrapper [type="radio"]:disabled:not(:checked) + label:before,
.wrapper [type="radio"]:disabled:checked + label:before,
.wrapper [type="radio"]:disabled:not(:checked) + label:before,
.wrapper [type="radio"]:disabled:checked + label:before,
.wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
.wrapper [type="checkbox"]:disabled:checked + label:before,
.wrapper [type="checkbox"]:disabled:not(:checked) + label:before,
.wrapper [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}
.wrapper [type="radio"]:disabled:checked + label:after,
.wrapper [type="radio"]:disabled:checked + label:after,
.wrapper [type="checkbox"]:disabled:checked + label:after,
.wrapper [type="checkbox"]:disabled:checked + label:after {
  color: rgba(0, 0, 0, 0.9);
}
.wrapper [type="radio"]:disabled + label,
.wrapper [type="radio"]:disabled + label,
.wrapper [type="checkbox"]:disabled + label,
.wrapper [type="checkbox"]:disabled + label {
  color: rgba(0, 0, 0, 0.8);
}
#filter_projecten {
  padding-bottom: 40px;
}
#filter_projecten:after {
  content: "";
  display: block;
  clear: both;
}
#filter_projecten .fs_checkbox,
#filter_projecten .fs_submit {
  float: left;
  width: 50%;
}
#filter_projecten .fs_submit .button {
  padding-left: 100px;
  padding-right: 100px;
  border: none;
}
#filter_projecten .fs_submit {
  margin-top: 20px;
}
@media only screen and (max-width: 576px) {
  /* 576px, 768px, 992px, 1200px */
  #filter_projecten .fs_checkbox,
  #filter_projecten .fs_submit {
    float: none;
    width: auto;
  }
  #filter_projecten .fs_submit .button {
    width: 100%;
  }
}
.project-details {
  background-color: #076b67;
}
.custom-green-background {
  background-color: #076b67;
}
input.btn.btn-small,
input.button.button-small,
span.button.button-small,
a.button.button-small,
button.button-small {
  background: #076b67;
  color: #fff;
  background-image: url(/application/themes/jactromp/images/icon_arrow_right_white.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 12px center;
  width: 100%;
  text-align: center;
  padding: 10px 16px  10px 36px;
  font-weight: normal;
  text-transform: none;
}
.project-category-nav {
  margin-top: 64px;
  margin-bottom: 64px;
}
.project-title {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.category-page-title.pagetitle {
  margin-bottom: 40px;
  float: unset;
}
.margin-bottom {
  margin-bottom: 40px;
}
.fixed-height {
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.filter-projects p {
  margin-bottom: 0px;
}
.fade-out {
  -webkit-animation: fade-out 0.5s ease-out both;
  animation: fade-out 0.5s ease-out both;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-in {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) both;
  animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.5649999999999999, 1) both;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shake-vertical {
  -webkit-animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
  animation: shake-vertical 15s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite both;
}
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
    transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
    transform: translateY(-6.4px);
  }
}
footer {
  background-color: #076b67;
  display: flex;
  flex-direction: column;
}
footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 65px;
  padding-bottom: 50px;
}
@media (max-width: 575px) {
  footer .footer-top {
    display: block;
    justify-content: space-between;
  }
}
footer .footer-top .left img {
  max-height: 70px;
}
footer .footer-top .right {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: flex-start;
}
@media (max-width: 575px) {
  footer .footer-top .right {
    margin-top: 30px;
  }
}
footer .footer-top .right .follow-us {
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}
@media (max-width: 575px) {
  footer .footer-top .right .follow-us {
    text-align: left;
  }
}
footer .footer-top .right .footer-icon {
  margin-right: 20px;
  display: inline-block;
}
footer .footer-top .right .footer-icon img {
  width: 40px;
}
footer .footer-top .right .footer-icon:last-child {
  margin-right: 0;
}
footer .footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 65px;
  border-bottom: 3px solid #000;
}
@media (max-width: 575px) {
  footer .footer-middle {
    display: block;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  footer .footer-middle .left {
    margin-bottom: 30px;
  }
}
footer .footer-middle .left p {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
}
footer .footer-middle .left a {
  font-size: 17px;
  color: #fff;
  margin-bottom: 0px;
  transition: 0.3s ease;
}
footer .footer-middle .left a:hover {
  color: #c81f24;
}
footer .footer-middle .right img {
  width: 60px;
  height: 60px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  padding-top: 50px;
  color: #000;
  font-size: 19px;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    display: block;
    justify-content: space-between;
  }
}
footer .footer-bottom .left a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease;
}
footer .footer-bottom .left a:hover {
  color: #c81f24;
}
footer .footer-bottom .left .divider {
  margin-left: 15px;
  margin-right: 15px;
}
footer .footer-bottom .left p {
  font-size: 19px;
  margin-bottom: none;
}
footer .footer-bottom .right a {
  color: #000;
  cursor: text;
  text-decoration: none;
}
footer .footer-bottom .right p {
  font-size: 19px;
  margin-bottom: none;
}
/*
    offerteaanvraagform
*/
form.offerteaanvraagform span.label,
form.offerteaanvraagform label {
  display: block;
  font-weight: bold;
  color: #076B67;
  line-height: 1.2em;
  margin: 12px 0px 8px 0px;
}
form.offerteaanvraagform span.required {
  font-weight: normal;
  color: #000000;
  margin-left: 4px;
  opacity: .6;
}
form.offerteaanvraagform span.note {
  font-size: 10px;
  display: block;
  margin-top: -5px;
  margin-bottom: 8px;
  line-height: 1.6em;
}
form.offerteaanvraagform label.checkbox_label,
form.offerteaanvraagform label.radio_label {
  margin: 0px 0px 8px 0px;
  padding: 8px 30px 0px 40px !important;
  display: inline-block;
  font-weight: normal;
}
form.offerteaanvraagform input[type="file"],
form.offerteaanvraagform div.radiogroup-wrapper,
form.offerteaanvraagform div.checkboxgroup-wrapper {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px #efefef solid;
  border-radius: 4px;
  padding: 8px 6px;
  margin: 0px 0px 16px 0px;
}
form.offerteaanvraagform select,
form.offerteaanvraagform textarea,
form.offerteaanvraagform input[type="email"],
form.offerteaanvraagform input[type="tel"],
form.offerteaanvraagform input[type="text"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px #5f91b4 solid;
  border-radius: 4px;
  padding: 8px 6px;
  margin: 0px 0px 16px 0px;
  background: #fff;
  color: #0f5a93;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}
form.offerteaanvraagform .g-recaptcha {
  margin: 0px 0px 16px 0px;
}
.wrapper [type="checkbox"]:checked + label {
  position: relative;
  padding-top: 4px;
  padding-left: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.wrapper [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px #5f91b4 solid;
}
