.btn-slide {
  background: white;
  color: #e4051f;
  border: 0;
  border-radius: 5px;
  text-transform: lowercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  padding: 10px 15px;
  margin: 0 0 0;
}

.btn-primary {
  text-transform: lowercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  color: #e4051f;
  padding: 10px 15px;
  margin: 0;
  border: 1px solid #e4051f;
  background: transparent;
  transition: background ease 0.25s;
  position: relative;
}
.btn-primary:hover, .btn-primary:focus {
  background: white;
  color: #e4051f;
  border-color: #e4051f;
}

.btn-offerte {
  padding-left: 38px;
}
.btn-offerte:before {
  content: "\f0f6";
  position: absolute;
  left: 12px;
  top: 6px;
  color: #e4051f;
  font-family: FontAwesome;
  font-size: 21px;
}

.btn-phone {
  padding-left: 37px;
}
.btn-phone:before {
  content: "\f095";
  position: absolute;
  left: 12px;
  top: 7px;
  color: #e4051f;
  font-family: FontAwesome;
  font-size: 21px;
}

.verder {
  display: block;
  padding: 0 0 0px 18px;
  color: #e4051f;
  position: relative;
  display: block;
  margin-top: 5px;
}
.verder:before {
  content: "\f061";
  position: absolute;
  font-size: 15px;
  margin: 0;
  top: 2px;
  left: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #e4051f;
}
.verder:hover, .verder:focus {
  text-decoration: underline;
  color: #e4051f;
}

.breadcrumbs {
  border-top: 1px solid #eaeaea;
  background-color: white;
  height: 40px;
  width: 100%;
  position: relative;
}
.breadcrumbs ul {
  width: 100%;
  margin: 0 auto;
  padding: 8px 0 0;
  list-style-type: none;
  position: relative;
}
.breadcrumbs ul li {
  display: inline;
}
.breadcrumbs ul li:not(:first-child) {
  padding: 0 0 0 15px;
}
.breadcrumbs ul li:not(:first-child)::before {
  content: "\f0da";
  position: absolute;
  font-size: 14px;
  margin: 4px 0px 0px -11px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #e4051f;
}
.breadcrumbs ul li a {
  color: #bdbdb6;
  text-decoration: none;
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: color 200ms ease-in-out;
}
.breadcrumbs ul li a:hover {
  color: #000000;
}

.contact-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1001;
}
@media only screen and (max-width: 1199px) {
  .contact-block {
    display: none;
  }
}
.contact-block .contacts-name--container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 2rem;
  transform: translateX(24px);
}
.contact-block .contacts-name {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 32px;
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-style: normal;
  transform: rotate(-30deg);
}
.contact-block .contacts-name img {
  position: relative;
  margin-top: -6px;
  margin-left: 15px;
  transform: rotate(15deg);
}
.contact-block .contacts-name--extra {
  transform: rotate(30deg);
}
.contact-block .contacts-name--extra img {
  margin-top: -12px;
  transform: scale(-1, 1) rotate(30deg);
}
.contact-block .contacts {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: flex-end;
  margin-top: -8px;
}
.contact-block .contacts .contacts-title {
  background: #e4051f;
  padding: 1.25rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  gap: 0.25rem;
  flex-direction: column;
  transition: background ease-in-out 0.2s;
}
.contact-block .contacts .contacts-title:hover {
  text-decoration: none;
  background: rgb(203.0472103004, 4.4527896996, 27.6072961373);
}
.contact-block .contacts .contacts-title span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.contact-block .contacts .contacts-title .contacts-heading {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.contact-block .contacts .contacts-title a {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.contact-block .contacts .contact-image {
  width: auto;
  max-width: 140px;
  max-height: 180px;
}

.form-horizontal h2 {
  color: #e4051f !important;
  border-bottom: 1px solid #eee;
  padding: 8px 0 0 !important;
  margin: 0;
  font-size: 15px !important;
}
.form-horizontal .form-group {
  margin: 0 0 7px !important;
}
.form-horizontal .form-group label {
  text-align: left;
}
.form-horizontal .form-group .form-control-large {
  width: 100%;
  max-width: 100%;
}
.form-horizontal .form-group .form-control-medium {
  width: 100%;
  max-width: 300px;
}
.form-horizontal .form-group .form-control-small {
  width: 100%;
  max-width: 200px;
}
.form-horizontal .form-group .form-control-extra-small {
  width: 100%;
  max-width: 100px;
}
.form-horizontal .form-group textarea.form-control {
  height: 150px;
  resize: none;
}
.form-horizontal .btnContainer {
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-horizontal a {
  color: #e4051f;
}
.form-horizontal a:hover, .form-horizontal a:focus {
  text-decoration: underline;
}

#offerte > hr {
  margin-top: 0;
}

.has-error .form-control {
  border-color: #e4051f;
}

.inlineForm {
  overflow: auto;
  position: relative;
  background-color: #f9f9f9;
  padding: 15px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.8em;
  min-height: 600px;
}
.inlineForm h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e4051f;
  font-size: 22px;
  padding: 30px 0 0;
  margin: 0 0;
  line-height: 1.8em;
}

#bellen > hr {
  margin-top: 0;
  padding-top: 0;
}

.alert-danger {
  color: #e4051f;
  background-color: rgba(228, 5, 31, 0.15);
}
.alert-danger ul {
  margin: 0 !important;
}

.title {
  background-color: black;
  height: 80px;
  width: 100%;
  position: relative;
  overflow: auto;
}
.title h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e4051f;
  font-size: 28px;
  line-height: 1em;
  position: absolute;
  top: 12px;
  margin: 0;
  padding: 0;
}
.title h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 16px;
  line-height: 1em;
  position: absolute;
  text-transform: uppercase;
  top: 52px;
  margin: 0;
  padding: 0;
}
.title .payoff {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: white;
  font-size: 20px;
  line-height: 1em;
  position: absolute;
  right: 15px;
  top: 30px;
  width: 100%;
  text-align: right;
}
.title .payoff:before {
  content: "\f061";
  position: absolute;
  font-size: 25px;
  margin: -1px 0 0 -30px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #e4051f;
}

#slider-container {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  float: left;
  display: block;
  z-index: 1;
}
#slider-container #slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
#slider-container #slider div:not(.owl-controls) {
  height: 100%;
  position: relative;
}
#slider-container #slider .owl-slide {
  z-index: 102;
  position: relative;
}
#slider-container #slider .owl-slide:before {
  content: "";
  position: absolute;
  right: -23px;
  top: 0;
  width: 325px;
  height: 100%;
  background: rgba(228, 5, 31, 0.75);
  z-index: 98;
}
#slider-container #slider .owl-slide:after {
  content: "";
  position: absolute;
  right: 302px;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 450px solid rgba(228, 5, 31, 0.75);
  border-left: 255px solid transparent;
  z-index: 97;
}
#slider-container #slider .owl-slide .description {
  width: 325px;
  height: auto !important;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: 20px;
  transform: translateY(-50%);
  z-index: 102;
  text-align: right;
}
#slider-container #slider .owl-slide .description h1 {
  margin: 0 0 20px 0;
  padding: 0;
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  display: block;
}
#slider-container #slider .owl-slide .description p {
  color: white;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.8em;
}
#slider-container #slider .owl-dots {
  position: absolute !important;
  bottom: 30px;
  right: 220px;
  width: auto;
  height: 10px !important;
}
#slider-container #slider .owl-dots .owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  cursor: pointer;
  float: left;
  position: relative;
}
#slider-container #slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: transparent;
  border: 2px solid white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
#slider-container #slider .owl-dots .owl-dot.active span {
  background: white;
}

#home-blokken {
  background: #f9f9f9;
  width: 100%;
  display: block;
  position: relative;
}

.list-blokken {
  margin: 0;
  padding: 3px;
  list-style: none;
  width: 100%;
  position: relative;
  float: left;
  display: block;
}
.list-blokken li {
  float: left;
  position: relative;
  width: 33.33333%;
  display: block;
  padding: 3px;
}
.list-blokken li a {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background: white;
}
.list-blokken li a .image {
  width: 40%;
  position: relative;
  overflow: hidden;
  float: left;
}
.list-blokken li a .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(228, 5, 31, 0.8);
  z-index: 100;
  width: 100%;
  height: 100%;
  transition: ease all 0.3s;
}
.list-blokken li a .image img {
  max-width: 100%;
  display: block;
  position: relative;
  transition: left 200ms ease;
  z-index: 0;
}
.list-blokken li a .text {
  width: 60%;
  float: left;
  position: relative;
  padding: 20px 20px;
}
.list-blokken li a .text h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  color: #e4051f;
}
.list-blokken li a .text h3 {
  font-size: 16px;
  color: black;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.5em;
}
.list-blokken li a .read {
  position: absolute;
  bottom: 20px;
  left: 40%;
  margin-left: 20px;
  color: #cdcdcd;
}
.list-blokken li a:after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 30px;
  color: #cdcdcd;
}
.list-blokken li a:hover .image:before {
  background: transparent;
}

.card-team {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.card-team div.description {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.card-team div.description .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  width: 100%;
  padding: 0 25px 10px 25px;
}
.card-team div.description .inner h3, .card-team div.description .inner h4, .card-team div.description .inner p {
  position: relative;
  z-index: 2;
  color: white;
}
.card-team div.description .inner h3 {
  font-size: 16px;
  line-height: 24px;
  background: #000000;
  margin: 0 0 8px 0;
  padding: 0 10px;
  text-transform: uppercase;
  display: inline-block;
}
.card-team div.description .inner h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  margin: 2px 0 0 0;
  padding: 0;
}
.card-team div.description .inner p {
  font-size: 25px;
  font-weight: 300;
  color: white;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 50px;
  position: relative;
  display: none;
}
.card-team div.description .inner p:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 36px;
  color: white;
}
.card-team div.description .btn-linkedin {
  position: relative;
  margin: 30px auto 0 auto;
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  z-index: 4;
}
.card-team div.description .btn-linkedin i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.card-team div.description .btn-linkedin:before {
  content: "";
  position: absolute;
  background: white;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
  z-index: 0;
  transition: transform ease-in-out 0.25s;
}
.card-team div.description .btn-linkedin:hover:before {
  transform: rotate(45deg);
}
.card-team div.image {
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 0;
}
.card-team div.image img {
  position: relative;
  z-index: 1;
  filter: grayscale(100%);
}
.card-team div.image:before {
  content: "";
  background-color: #0fa481;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
  z-index: 2;
}
.card-team div.image:after {
  content: "";
  background-color: #e4051f;
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease-in-out 0.4s;
  z-index: 2;
}
.card-team:before, .card-team:after {
  left: 50%;
  position: absolute;
  opacity: 0;
  transition: all ease-in-out 0.2s;
}
.card-team:before {
  content: "";
  margin: 0 0 0 -5px;
  bottom: 50px;
  background: white;
  width: 0px;
  height: 0px;
  transform: rotate(-45deg) translateX(-50%);
  z-index: 4;
}
.card-team:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  color: #e4051f;
  display: block;
  margin: 0;
  bottom: 44px;
  transform: translateX(-50%);
  z-index: 5;
}
.card-team:hover div.description, .card-team:focus div.description {
  opacity: 1;
}
.card-team:hover div.description .inner p, .card-team:focus div.description .inner p {
  display: none;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.1s;
}
.card-team:hover div.description .inner h3, .card-team:focus div.description .inner h3 {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}
.card-team:hover div.description .inner h3:after, .card-team:focus div.description .inner h3:after {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.25s;
}
.card-team:hover div.description .inner h4, .card-team:focus div.description .inner h4 {
  animation-duration: 0.75s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.75s;
}
.card-team:hover div.description .inner .btn-linkedin, .card-team:focus div.description .inner .btn-linkedin {
  animation-duration: 0.75s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}
.card-team:hover div.image:before, .card-team:hover div.image:after, .card-team:focus div.image:before, .card-team:focus div.image:after {
  opacity: 1;
}

@media (min-width: 992px) {
  .card-team div.description .inner p {
    display: block;
    font-size: 18px;
    line-height: 24px;
  }
  .card-team:hover div.description .inner p, .card-team:focus div.description .inner p {
    display: block;
  }
}
@media (min-width: 1200px) {
  .card-team div.description .inner p {
    font-size: 25px;
    line-height: 32px;
  }
}
.films {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.8em;
  padding: 0 0 5px 0;
}
.films a {
  color: #e4051f;
}
.films .list-films {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.films .list-films li {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  position: relative;
  border-top: 1px solid #EAEAEA;
}
.films .list-films li h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  font-size: 20px;
  padding: 0 0;
  margin: 0;
  line-height: 1.8em;
}
.films .list-films li h2 a {
  color: black;
}
.films .list-films li h2 a:hover, .films .list-films li h2 a:focus {
  text-decoration: none;
  color: #e4051f;
}
.films .list-films li p {
  margin: 0;
  padding: 0;
}
.films .list-films li .films-image {
  position: absolute;
  width: 128px;
  height: 128px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ccc;
  top: 25px;
}
.films .list-films li .films-image img {
  width: 100%;
}
.films .list-films li .films-content {
  position: relative;
  padding-left: 142px;
  min-height: 147px;
  overflow: auto;
}
.films .list-films li .btn-read {
  position: relative;
  padding-left: 18px;
}
.films .list-films li .btn-read:before {
  content: "\f061";
  position: absolute;
  font-size: 15px;
  top: 2px;
  margin: 0 0 0 -18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #e4051f;
}
.films .list-films li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.films .list-films li:first-child .films-image {
  top: 10px;
}

.sidebar {
  width: 100%;
  max-width: 300px;
  float: right;
  position: relative;
  background-color: #f1f1ed;
  border-radius: 0 5px 5px 5px;
  margin: 30px 0 10px 0;
  padding: 15px 15px 10px;
}
.sidebar h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #e4051f;
  font-size: 20px;
  line-height: 1em;
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
}
.sidebar h3 a {
  color: #e4051f;
  text-decoration: none;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 15px -5px 0;
}
.sidebar ul li {
  list-style-type: none;
  border-top: 1px solid white;
  margin: 0;
  overflow: auto;
  display: block;
}
.sidebar ul li a {
  color: #3e3e3e;
  padding: 8px 5px;
  line-height: 1em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  display: block;
  text-decoration: none;
  transition: background-color 200ms ease-in-out;
}
.sidebar ul li a:hover, .sidebar ul li a:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.sidebar ul li.active a {
  color: #e4051f;
  background-color: rgba(255, 255, 255, 0.7);
}

.plaatsLogo {
  width: 300px;
  float: right;
  position: relative;
  height: 180px;
  border-radius: 0 5px 5px 5px;
  margin: 30px 0 0;
  border: 1px solid #F1F1ED;
  overflow: hidden;
}
.plaatsLogo img {
  width: 300px;
  margin: -1px;
}

.sideNieuws {
  list-style-type: none;
  border-top: 1px solid white;
  margin: 15px -5px 10px;
  overflow: auto;
  display: block;
  padding: 0 5px;
}
.sideNieuws h4, .sideNieuws h4 a {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3e3e3e;
  position: relative;
  top: 0;
  margin: 0;
  padding: 10px 0 1px;
  font-size: 16px;
  line-height: 1.6em;
}

#topbar {
  width: 100%;
  height: 30px;
  background: #e4051f;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 102;
}
#topbar .call-us {
  float: left;
  padding: 4px 0;
  position: relative;
}
#topbar .call-us a {
  color: white;
  text-decoration: none;
}
#topbar .call-us a:hover {
  text-decoration: underline;
}
#topbar .top-nav {
  float: right;
}
#topbar .top-nav ul {
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  list-style: none;
}
#topbar .top-nav ul li {
  position: relative;
  float: left;
}
#topbar .top-nav ul li a {
  color: white;
  text-decoration: none;
}
#topbar .top-nav ul.languages {
  margin-left: 10px;
}
#topbar .top-nav ul.languages li {
  float: left;
  position: relative;
}
#topbar .top-nav ul.languages li a {
  display: block;
  margin-top: 5px;
}
#topbar .top-nav ul.socials {
  margin: 3px 0 0 10px;
}
#topbar .top-nav ul.socials li {
  position: relative;
  float: left;
}
#topbar .top-nav ul.socials li a {
  display: block;
  margin: 0 2px;
}
#topbar .top-nav ul.socials li a i {
  color: white;
  font-size: 22px;
}
#topbar .top-nav ul.socials li a:hover i, #topbar .top-nav ul.socials li a:focus i {
  color: black;
}
#topbar .top-nav ul.extra-menu {
  padding: 4px 0;
}
#topbar .top-nav ul.extra-menu li {
  margin: 0 20px 0 0;
}
#topbar .top-nav ul.extra-menu li a {
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #topbar .top-nav ul.extra-menu li a {
    font-size: 12px;
  }
}
#topbar .top-nav ul.extra-menu li a:hover, #topbar .top-nav ul.extra-menu li a:focus {
  color: black;
}
#topbar .top-nav ul.extra-menu li.dropdown .dropdown-toggle {
  background: transparent;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 140%;
  border: 0;
  box-shadow: none;
  text-transform: uppercase;
  color: white;
}
@media only screen and (max-width: 767px) {
  #topbar .top-nav ul.extra-menu li.dropdown .dropdown-toggle {
    font-size: 12px;
  }
}
#topbar .top-nav ul.extra-menu li.dropdown .dropdown-toggle:hover, #topbar .top-nav ul.extra-menu li.dropdown .dropdown-toggle:focus {
  color: black;
}
#topbar .top-nav ul.extra-menu li.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  left: -0.875rem;
  top: 100%;
  padding: 0.25rem 0;
  flex-direction: column;
  background: #e4051f;
  border: 1px solid #e4051f;
  border-top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 18rem;
  border-top-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#topbar .top-nav ul.extra-menu li.dropdown .dropdown-menu li {
  margin: 0;
}
#topbar .top-nav ul.extra-menu li.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#topbar .top-nav ul.extra-menu li.dropdown .dropdown-menu li a {
  display: block;
  text-transform: initial;
  width: 100%;
  padding: 0.75rem 0.875rem;
}
#topbar .top-nav ul.extra-menu li.dropdown:hover .dropdown-menu, #topbar .top-nav ul.extra-menu li.dropdown:focus .dropdown-menu {
  display: flex;
}
#topbar .top-nav ul.extra-menu li:last-child {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .navbar-fixed-top {
    background: white;
    border: 0;
    border-radius: 0;
    left: 0;
    min-height: 120px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    z-index: 101;
  }
  .navbar-fixed-top button.menu-toggle {
    display: none;
  }
  .navbar-fixed-top .brand {
    display: block;
    float: left;
    margin-left: 0px;
    margin-top: 32px;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: ease all 0.25s;
    width: 320px;
  }
  .navbar-fixed-top .brand .uts {
    height: 56px !important;
  }
  .navbar-fixed-top .brand img {
    display: block;
    transition: ease all 0.25s;
    max-width: 100%;
  }
  .navbar-fixed-top #navbar {
    min-height: 120px;
    transition: ease all 0.25s;
  }
  .navbar-fixed-top #navbar .navbar-right {
    margin-top: 49px;
    transition: ease all 0.25s;
  }
  .navbar-fixed-top #navbar .navbar-right li a, .navbar-fixed-top #navbar .navbar-right li .dropdown-toggle {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 15px !important;
    padding: 0;
    text-transform: uppercase;
  }
  .navbar-fixed-top #navbar .navbar-right li a:hover, .navbar-fixed-top #navbar .navbar-right li a:focus, .navbar-fixed-top #navbar .navbar-right li .dropdown-toggle:hover, .navbar-fixed-top #navbar .navbar-right li .dropdown-toggle:focus {
    color: #e4051f;
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown.open a:focus, .navbar-fixed-top #navbar .navbar-right li.dropdown.open button:focus {
    background: transparent;
    color: #e4051f;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown:hover,
  .navbar-fixed-top #navbar .navbar-right .dropdown:focus {
    color: #e4051f;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown:hover .dropdown-menu,
  .navbar-fixed-top #navbar .navbar-right .dropdown:focus .dropdown-menu {
    color: #e4051f;
    display: block;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 0;
    left: 15px;
    margin: 0;
    padding: 51px 0 0 0;
    right: auto;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu li a {
    background: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid black;
    color: white;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 6px 15px;
    text-transform: inherit;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu li a:hover, .navbar-fixed-top #navbar .navbar-right .dropdown-menu li a:focus {
    background: #e4051f;
    color: white;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu li:last-child a {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu li.active a {
    background: #000000;
    color: #e4051f;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu:before {
    border-bottom: 14px solid rgba(0, 0, 0, 0.85);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 20px;
    position: absolute;
    top: 37px;
    width: 0;
  }
  .navbar-fixed-top .search-bar {
    float: right;
    margin: 27px 0 0 25px;
    position: relative;
    transition: ease all 0.25s;
    width: 230px;
  }
  .navbar-fixed-top .search-bar #search-form {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .navbar-fixed-top .search-bar .search {
    float: left;
    position: relative;
    width: 100%;
  }
  .navbar-fixed-top .search-bar .search input {
    background: #f9f9f9;
    border-color: #dfdfdf;
    box-shadow: none;
    height: 50px;
    width: 100%;
  }
  .navbar-fixed-top .search-bar .search button {
    background: transparent;
    border: 0;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 14px;
  }
  .navbar-fixed-top .search-bar .search button i {
    color: black;
    font-size: 20px;
  }
  .navbar-fixed-top.fixed {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.075);
    left: 0;
    min-height: 80px;
    position: fixed;
    top: 0;
  }
  .navbar-fixed-top.fixed .brand {
    margin-top: 16px;
    width: 280px;
  }
  .navbar-fixed-top.fixed .brand .uts {
    height: 48px !important;
  }
  .navbar-fixed-top.fixed #navbar {
    min-height: 80px;
  }
  .navbar-fixed-top.fixed #navbar .navbar-right {
    margin-top: 29px;
  }
  .navbar-fixed-top.fixed #navbar .navbar-right .dropdown-menu {
    padding-top: 31px;
  }
  .navbar-fixed-top.fixed #navbar .navbar-right .dropdown-menu:before {
    top: 17px;
  }
  .navbar-fixed-top.fixed .search-bar {
    margin-top: 7px;
  }
}
.vandergeest {
  display: flex !important;
  align-items: center;
}

header {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: block;
  background: white;
  float: left;
  /* remove after deleting alert */
}
header #header-slider {
  position: fixed;
  /* set top to 0 after deleting alert */
  top: 0;
  height: 410px;
  width: 100%;
}
header #header-slider #header-image {
  height: 410px !important;
}

@media screen and (max-width: 1399px) {
  .navbar-fixed-top .search-bar {
    width: 140px !important;
  }
}
@media screen and (max-width: 1280px) {
  .navbar-fixed-top .search-bar {
    width: 120px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1009px) {
  .navbar-fixed-top #navbar .navbar-right {
    float: left !important;
  }
}
@media screen and (max-width: 1399px) {
  .navbar-fixed-top #navbar .navbar-right li a {
    margin: 0 8px !important;
  }
}
.navbar-fixed-top .navbar-header {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.navbar-fixed-top .navbar-header > .brand {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top .navbar-header > .brand {
    margin-left: 0 !important;
  }
}
.navbar-fixed-top .navbar-header > .brand img {
  width: auto !important;
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top .navbar-header > .brand img {
    max-width: 100% !important;
  }
}
.navbar-fixed-top .logo__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 31px;
}
.navbar-fixed-top .logo__wrapper .logo {
  width: 120px;
  margin: 0;
}
.navbar-fixed-top .logo__wrapper .logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1199px) {
  .navbar-fixed-top .logo__wrapper {
    gap: 1.5rem;
    padding-top: 26px;
  }
}
@media screen and (min-width: 1660px) {
  .navbar-fixed-top .logo__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding-top: 6px;
  }
  .navbar-fixed-top .logo__wrapper .logo {
    width: 150px;
    margin: 0;
  }
}
@media screen and (min-width: 1750px) {
  .navbar-fixed-top .logo__wrapper .logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-fixed-top .logo__wrapper {
    padding-top: 15px;
    margin-top: -18px;
  }
}
@media screen and (max-width: 938px) {
  .navbar-fixed-top .logo__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .navbar-fixed-top .logo__wrapper {
    padding-top: 0px;
    margin-top: -6px;
  }
  .navbar-fixed-top .logo__wrapper .logo {
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .navbar-fixed-top .logo__wrapper {
    margin-top: -5px;
  }
  .navbar-fixed-top .logo__wrapper .logo {
    width: 80px;
  }
}
.navbar-fixed-top button {
  margin-left: auto !important;
}

.fixed .logo__wrapper {
  padding-top: 20px;
}
@media screen and (min-width: 1199px) {
  .fixed .logo__wrapper {
    gap: 0.5em;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1660px) {
  .fixed .logo__wrapper {
    padding-top: 5px;
  }
  .fixed .logo__wrapper .logo {
    width: 125px;
  }
}
@media screen and (max-width: 991px) {
  .fixed .logo__wrapper {
    padding-top: 10px;
    margin-top: -6px;
  }
}
@media screen and (max-width: 767px) {
  .fixed .logo__wrapper {
    padding-top: 0px;
    margin-top: -11px;
  }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
  .fixed .logo__wrapper {
    margin-top: -12px;
  }
}

.logo-container {
  position: relative;
  width: 300px;
  margin: auto;
  text-align: center;
  padding: 32rem 1rem 2rem;
}

.logo-container h2 {
  color: #e4051f;
  margin-top: 1rem;
  padding-bottom: 2rem;
  font-size: 30px;
  font-weight: 700;
}

.logo-container-ul {
  list-style: none;
  padding-left: 0;
  display: grid;
  gap: 3rem;
}

.logo-container-ul li {
  gap: 4rem;
  display: flex;
  justify-content: center;
}

.logo-container-ul li a {
  display: grid;
  width: auto;
  margin: auto;
}

@media screen and (min-width: 767px) {
  .logo-container {
    padding-top: 46rem;
    width: 100%;
  }
  .logo-container-ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1300px) {
  .logo-container {
    padding-top: 46rem;
    width: 100%;
  }
  .logo-container-ul {
    display: flex;
    justify-content: center;
  }
}
footer {
  background: black;
  padding: 20px 0 20px 0;
  width: 100%;
  float: left;
  display: block;
  position: relative;
  z-index: 100;
}
footer h3 {
  color: #e4051f;
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 13px;
}
footer .address img {
  margin: 0 0 30px 0;
  max-width: 126px;
}
footer .col-address {
  float: left;
  width: 50%;
  min-height: 148px;
}
footer .col-address .hoofdkantoor {
  float: left;
  width: 100%;
}
footer .col-address p, footer .col-address a {
  color: white !important;
  font-size: 13px !important;
  padding: 0 0 0 0;
}
footer .col-address .btn-phone {
  position: relative;
  padding-left: 17px;
}
footer .col-address .btn-phone:before {
  content: "\f095";
  position: absolute;
  font-size: 13px;
  top: 3px;
  left: 0;
  margin: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: white;
}
footer .col-address + .col-address {
  padding-left: 15px;
  border-right: 1px solid white;
}
footer .col-address + .col-address p, footer .col-address + .col-address a {
  padding: 0 0 20px 0;
}
footer .col-address + .col-address p + p {
  padding: 0;
}
footer .col-address + .col-address .btn-phone {
  padding-left: 17px;
}
footer .col-information {
  border-right: 1px solid white;
  min-height: 148px;
  float: left;
  width: 50%;
}
footer .col-information p, footer .col-information a {
  color: white;
  font-size: 13px;
}
footer .col-information + .col-information {
  padding-left: 15px;
}
footer .list-information {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .list-information li {
  width: 100%;
}
footer .list-information li a {
  color: white;
  font-size: 13px;
}
footer .footer-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
  max-width: 250px;
}
footer .footer-logos li {
  float: left;
  position: relative;
  margin: 0 10px 15px 0;
}
footer .footer-logos li.large {
  margin-right: 15px;
}

.news {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.8em;
  padding: 30px 0 5px 0;
}
.news a {
  color: #e4051f;
}
.news .list-news {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news .list-news li {
  padding: 0 0 15px;
  margin: 0 0 15px 0;
  position: relative;
  border-bottom: 1px solid #EAEAEA;
}
.news .list-news li h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  font-size: 20px;
  padding: 0 0;
  margin: 0;
  line-height: 1.8em;
}
.news .list-news li h2 a {
  color: black;
}
.news .list-news li h2 a:hover, .news .list-news li h2 a:focus {
  text-decoration: none;
  color: #e4051f;
}
.news .list-news li p {
  margin: 0;
  padding: 0;
}
.news .list-news li .nieuws-image {
  position: absolute;
  width: 128px;
  height: 128px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ccc;
  top: 10px;
}
.news .list-news li .nieuws-image img {
  width: 100%;
}
.news .list-news li .nieuws-content {
  position: relative;
  padding-left: 142px;
  min-height: 147px;
  overflow: auto;
}
.news .list-news li .btn-read {
  position: relative;
  padding-left: 18px;
}
.news .list-news li .btn-read:before {
  content: "\f061";
  position: absolute;
  font-size: 15px;
  margin: 5px 0 0 -18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #e4051f;
}
.news .list-news li:last-child {
  border-bottom: 0;
}

.referenties {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.8em;
  padding: 0 0 5px 0;
}
.referenties a {
  color: #e4051f;
}
.referenties .list-referenties {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.referenties .list-referenties li {
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
  position: relative;
  border-top: 1px solid #EAEAEA;
}
.referenties .list-referenties li h2 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  font-size: 20px;
  padding: 0 0;
  margin: 0;
  line-height: 1.8em;
}
.referenties .list-referenties li h2 a {
  color: black;
}
.referenties .list-referenties li h2 a:hover, .referenties .list-referenties li h2 a:focus {
  text-decoration: none;
  color: #e4051f;
}
.referenties .list-referenties li p {
  margin: 0;
  padding: 0;
}
.referenties .list-referenties li .referenties-image {
  position: absolute;
  width: 128px;
  height: 128px;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ccc;
  top: 25px;
}
.referenties .list-referenties li .referenties-image img {
  width: 100%;
}
.referenties .list-referenties li .referenties-content {
  position: relative;
  padding-left: 142px;
  min-height: 147px;
  overflow: auto;
}
.referenties .list-referenties li .btn-read {
  position: relative;
  padding-left: 18px;
}
.referenties .list-referenties li .btn-read:before {
  content: "\f061";
  position: absolute;
  font-size: 15px;
  top: 2px;
  margin: 0 0 0 -18px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #e4051f;
}
.referenties .list-referenties li:before {
  width: 0;
  height: 0;
  content: "";
}

#business-references {
  margin-top: -30px;
  padding: 25px 0;
}
#business-references .content {
  padding-top: 0;
  padding-bottom: 0;
}
#business-references .content h2 {
  font-size: 40px;
}
#business-references .content .referenties ul li h2 {
  font-size: 20px;
}

html, body {
  background-color: #f9f9f9;
  font-family: "proxima-nova", sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  overflow-x: hidden;
}

body {
  color: #3e3e3e;
  font-size: 15px;
  padding-top: 110px !important;
}

img, div {
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
}

a, .editable, .editable:focus, a i.fa {
  outline: none !important;
}

p {
  margin: 0;
  padding: 0 0 30px 0;
}

p:not(.alert p) {
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.7em;
}

section {
  background: white;
  display: block;
  float: left;
  position: relative;
  width: 100%;
  z-index: 100;
}
section.default-section {
  padding-bottom: 30px;
}
section.grey {
  background: #f9f9f9;
}

.mText p, .mText p:not(.alert p) {
  color: #3e3e3e;
  font-size: 15px;
  line-height: 1.7em;
}

.mContact p, .mContact p:not(.alert p) {
  color: white;
  font-size: 15px;
}

.content {
  color: #3e3e3e;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.8em;
  padding: 30px 0 5px 0;
}
.content a {
  color: #e4051f;
}
.content h2 {
  color: #000000;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0 0 0 0;
  padding: 0;
}
.content h2 + h3 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 2px;
}
.content ul {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
}
.content ul li {
  color: #3e3e3e;
  padding: 0 0 0 17px;
  position: relative;
}
.content ul li:before {
  color: #e4051f;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 3px;
  line-height: 1;
  position: absolute;
  top: 6px;
}
.content p {
  color: #3e3e3e;
}
.content p + ul {
  margin: -30px 0 30px 0;
}
.content img {
  height: auto !important;
  max-width: 100%;
}

.text h1 {
  color: #e4051f;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8em;
  margin: 0;
  padding: 10px 0;
}
.text img {
  height: auto !important;
  max-width: 100%;
}

.btn-back {
  color: #e4051f;
  display: block;
  margin: 0;
  padding: 0 0 10px 18px;
  position: relative;
}
.btn-back:before {
  color: #e4051f;
  content: "\f060";
  font-family: FontAwesome;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin: 6px 0 0 -18px;
  position: absolute;
}

.main-alert.alert-danger {
  background: #1FA463;
  border-color: rgb(22.8923076923, 121.1076923077, 73.1076923077);
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  margin: 40px auto 0px auto;
  max-width: 100%;
  position: absolute;
  text-align: center;
  top: 110px;
  width: 100%;
  z-index: 99;
}
@media only screen and (max-width: 1379px) {
  .main-alert.alert-danger {
    top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .main-alert.alert-danger {
    top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .main-alert.alert-danger {
    margin: 0 auto;
    top: 100px;
  }
}
.main-alert.alert-danger .btn-white {
  background: white;
  border: 1px solid white;
  border-radius: 5px;
  color: #1FA463;
  font-size: 16px;
  margin-left: 10px;
  padding: 0.75rem 0.75rem;
}
.main-alert.alert-danger .btn-white:hover, .main-alert.alert-danger .btn-white:focus {
  background: #eee;
  border-color: #eee;
  color: #1FA463;
}

#googleMaps {
  border-top: 1px solid #eaeaea;
  height: 400px;
  margin: 0;
  width: 100%;
}

#introduction {
  background: #f9f9f9;
  padding: 56px 0;
  display: flex;
  align-items: center;
  min-height: 420px;
  position: relative;
  width: 100%;
  z-index: 0;
}
#introduction:before {
  background: rgb(249, 249, 249);
  background: linear-gradient(270deg, rgba(249, 249, 249, 0) 0%, rgb(249, 249, 249) 33%, rgb(249, 249, 249) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 1200px) {
  #introduction::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 500px;
    background: url("/images/bg-home.webp") no-repeat;
    background-position: top right;
    background-size: contain;
    z-index: 9;
  }
}
#introduction .short {
  float: left;
  padding: 0 80px;
  position: relative;
  width: 60%;
  z-index: 12;
}
#introduction .short h2 {
  color: #e4051f;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
}
#introduction .short p {
  line-height: 2em;
}
#introduction .short .btn-offerte,
#introduction .short .btn-phone {
  margin-bottom: 10px;
}
#introduction .certification {
  border-left: 1px solid #e4051f;
  float: left;
  max-width: 300px;
  min-height: 240px;
  padding-left: 80px;
  position: relative;
  text-align: center;
  z-index: 13;
}
#introduction .certification a {
  color: #e4051f;
}
#introduction .certification a:hover, #introduction .certification a:focus {
  color: #e4051f;
}
#introduction .certification img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 130px;
}

#home-100-jaar {
  padding: 3rem 0;
}
#home-100-jaar .center-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 720px;
}
#home-100-jaar h2 {
  color: #e4051f;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
}
#home-100-jaar .logo-100 {
  max-width: 220px;
  max-height: 220px;
  display: block;
}
#home-100-jaar .logo-100 img {
  height: 220px;
  width: 220px;
  max-width: 100%;
  max-height: 100%;
}

#usp {
  background: #f9f9f9;
  display: block;
  float: left;
  padding: 30px 0 50px 0;
  width: 100%;
}
#usp ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#usp ul li {
  float: left;
  text-align: center;
  width: 25%;
}
#usp ul li p {
  color: #3e3e3e;
  display: block;
  font-size: 21px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
#usp ul li p.large {
  color: #e4051f;
  font-size: 36px;
  font-weight: bold;
  margin: 10px 0;
}
#usp ul li .icon img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  text-align: center;
}

.photos .item {
  padding-left: 0;
  padding-right: 10px;
}
.photos .item .thumbnail {
  border-radius: 0;
  margin-bottom: 10px;
  padding: 2px;
}

.list-results {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.list-results li {
  border-bottom: 1px solid #f9f9f9;
  float: left;
  margin: 0 0 15px 0;
  padding: 0 0 15px 20px !important;
  width: 100%;
}
.list-results li:before {
  content: "\f061" !important;
  top: 11px !important;
}
.list-results li a {
  text-decoration: none;
}
.list-results li a p {
  margin: 0;
  padding: 0;
}
.list-results li a:hover, .list-results li a:focus {
  text-decoration: none;
}

#plaatsen {
  background: #e4051f;
  color: white;
  padding: 30px 0;
  width: 100%;
}
#plaatsen .list-plaatsen {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#plaatsen .list-plaatsen li {
  float: left;
  padding: 3px 0;
  width: 25%;
}
#plaatsen .list-plaatsen li a {
  color: white;
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  text-decoration: none;
}
#plaatsen .list-plaatsen li a:hover, #plaatsen .list-plaatsen li a:focus {
  color: black;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1101;
  background: #f9f9f9;
  color: #000000;
  padding: 20px 250px 20px 20px;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}
.cookies h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.cookies p {
  margin: 0;
  padding: 0;
}

.btn-cookies {
  position: absolute;
  right: 60px;
  padding: 8px 15px 8px 15px;
  height: 44px;
  font-size: 16px;
  top: 42px;
  background: #e4051f;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 26px;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  border: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn-cookies:hover, .btn-cookies:focus {
  text-decoration: none;
  color: white;
  background: rgb(168.113304721, 3.686695279, 22.8575107296);
}

.btn-cookies-close {
  color: rgb(210.75, 210.75, 210.75);
  position: absolute;
  font-size: 20px;
  right: 20px;
  top: 10px;
}
.btn-cookies-close:hover, .btn-cookies-close:focus {
  color: #e4051f;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}

@media only screen and (max-width: 1499px) {
  .navbar-fixed-top .brand {
    width: 275px;
  }
  .navbar-fixed-top .brand .uts {
    height: 44px !important;
  }
  .navbar-fixed-top .search-bar {
    width: 200px;
  }
  .navbar-fixed-top #navbar .navbar-right li a {
    margin: 0 12px;
  }
  .navbar-fixed-top.fixed .brand .uts {
    height: 44px !important;
  }
}
@media only screen and (max-width: 1379px) {
  body {
    padding-top: 90px !important;
  }
  .iframe-body {
    padding-top: 0px !important;
  }
  .navbar-fixed-top {
    min-height: 100px;
  }
  .navbar-fixed-top .brand {
    margin-top: 28px;
    width: 250px;
  }
  .navbar-fixed-top .brand .uts {
    height: 44px !important;
  }
  .navbar-fixed-top .search-bar {
    margin-top: 20px;
    width: 180px;
  }
  .navbar-fixed-top .search-bar .search input {
    height: 40px;
  }
  .navbar-fixed-top .search-bar .search button {
    top: 8px;
  }
  .navbar-fixed-top #navbar {
    min-height: 100px;
  }
  .navbar-fixed-top #navbar .navbar-right {
    margin-top: 40px;
  }
  .navbar-fixed-top #navbar .navbar-right li a, .navbar-fixed-top #navbar .navbar-right li .dropdown-toggle {
    font-size: 16px;
    margin: 0 12px !important;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu {
    padding-top: 40px;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu:before {
    top: 26px;
  }
  .navbar-fixed-top.fixed .brand {
    width: 240px;
  }
  .navbar-fixed-top.fixed .brand .uts {
    height: 44px !important;
  }
  .navbar-fixed-top.fixed .search-bar {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-fixed-top .brand {
    width: 240px;
    margin-top: 32px;
  }
  .navbar-fixed-top .brand .uts {
    height: 38px !important;
  }
  .navbar-fixed-top #navbar .navbar-right li a, .navbar-fixed-top #navbar .navbar-right li .dropdown-toggle {
    font-size: 16px;
    margin: 0 10px !important;
    text-align: left;
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu {
    left: auto;
    right: 15px;
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu:before {
    left: auto;
    right: 25px;
  }
  .navbar-fixed-top .search-bar {
    display: none;
  }
  .navbar-fixed-top.fixed .brand {
    width: 220px;
    margin-top: 20px;
  }
  .navbar-fixed-top.fixed .brand .uts {
    height: 38px !important;
  }
  .title h1 {
    font-size: 25px;
  }
  .title h2 {
    top: 48px;
  }
  .list-blokken li a .text h2 {
    font-size: 20px;
  }
  .list-blokken li a .text h3 {
    font-size: 15px;
    margin-top: 8px;
  }
  .list-blokken li a .read {
    bottom: 14px;
  }
  .list-blokken li a:after {
    font-size: 20px;
  }
  footer .footer-logos li {
    width: 50px;
  }
  footer .footer-logos li img {
    max-width: 100%;
  }
  footer .footer-logos li.large {
    width: 70px;
  }
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 75px !important;
  }
  .iframe-body {
    padding-top: 0px !important;
  }
  .container {
    width: 100%;
  }
  .navbar-fixed-top {
    min-height: 85px;
  }
  .navbar-fixed-top .brand {
    margin-top: 24px;
    width: 220px;
  }
  .navbar-fixed-top #navbar {
    min-height: 85px;
  }
  .navbar-fixed-top #navbar .navbar-right {
    margin-top: 32px;
  }
  .navbar-fixed-top #navbar .navbar-right li a, .navbar-fixed-top #navbar .navbar-right li .dropdown-toggle {
    font-size: 14px;
    margin: 0 6px !important;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu {
    padding-top: 33px;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu:before {
    border-bottom: 9px solid rgba(0, 0, 0, 0.85);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 24px;
  }
  .navbar-fixed-top.fixed {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    min-height: 75px;
  }
  .navbar-fixed-top.fixed #navbar {
    min-height: 75px;
  }
  .navbar-fixed-top.fixed #navbar .navbar-right .dropdown-menu {
    padding-top: 26px;
  }
  .navbar-fixed-top.fixed .brand {
    margin-top: 18px;
    width: 210px;
  }
  #topbar .top-nav ul.extra-menu li {
    margin: 0 12px 0 0;
  }
  .title .payoff {
    font-size: 16px;
  }
  .title .payoff:before {
    font-size: 22px;
    margin: 0 0 0 -30px;
    top: -2px;
  }
  .list-blokken li {
    width: 50%;
  }
  .list-blokken li a .text h2 {
    font-size: 25px;
  }
  .news .list-news li h2 {
    line-height: 1.4em;
  }
  .news .list-news li h3 {
    font-size: 16px;
  }
  #plaatsen .list-plaatsen li {
    width: 50%;
  }
  .cookies {
    padding: 35px 20px 20px 20px;
  }
  .cookies .btn-cookies {
    margin-top: 15px;
    position: relative;
    right: 0;
    top: 0;
  }
  footer .footer-logos {
    margin-top: 25px;
  }
  footer .col-information + .col-information {
    border-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 100px !important;
  }
  .iframe-body {
    padding-top: 0px !important;
  }
  #topbar {
    position: fixed;
    top: 0;
    z-index: 1003;
  }
  #topbar .top-nav ul.extra-menu {
    padding: 7px 0;
  }
  #topbar .top-nav ul.extra-menu li:first-child {
    display: none;
  }
  #topbar .top-nav ul.socials {
    margin-top: 4px;
  }
  #topbar .top-nav ul.languages li a {
    margin-top: 6px;
  }
  .navbar-fixed-top {
    background: white;
    min-height: 70px;
    position: fixed;
    top: 30px;
    z-index: 1002;
  }
  .navbar-fixed-top .brand {
    display: block;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    position: relative;
    text-decoration: none;
    transition: ease all 0.25s;
    width: 180px;
  }
  .navbar-fixed-top .brand img {
    display: block;
  }
  .navbar-fixed-top .menu-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    float: right;
    height: 35px;
    margin: 22px 0 0 0;
    position: relative;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
    width: 45px;
  }
  .navbar-fixed-top .menu-toggle span {
    background: #e4051f;
    border-radius: 4px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 100%;
  }
  .navbar-fixed-top .menu-toggle span:nth-child(1) {
    top: 0;
  }
  .navbar-fixed-top .menu-toggle span:nth-child(2) {
    top: 12px;
  }
  .navbar-fixed-top .menu-toggle span:nth-child(3) {
    top: 24px;
  }
  .navbar-fixed-top .menu-toggle.open span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg);
  }
  .navbar-fixed-top .menu-toggle.open span:nth-child(2) {
    left: -60px;
    opacity: 0;
  }
  .navbar-fixed-top .menu-toggle.open span:nth-child(3) {
    top: 12px;
    transform: rotate(-135deg);
  }
  .navbar-fixed-top .navbar-collapse.collapse {
    transition: height 0.2s;
  }
  .navbar-fixed-top .navbar-collapse.collapsing {
    height: 0 !important;
  }
  .navbar-fixed-top .navbar-collapse.collapse.in {
    height: calc(100vh - 101px);
    max-height: none;
  }
  .navbar-fixed-top #navbar {
    border: 0;
    height: calc(100vh - 101px);
    max-height: 100% !important;
    min-height: 100% !important;
    overflow-x: hidden;
  }
  .navbar-fixed-top #navbar .navbar-right {
    margin-bottom: 0;
    margin-top: 4px;
  }
  .navbar-fixed-top #navbar .navbar-right .open a:hover {
    background: black;
    color: white;
  }
  .navbar-fixed-top #navbar .navbar-right .open a:hover:after {
    color: white;
    content: "\f062";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 13px;
  }
  .navbar-fixed-top #navbar .navbar-right li {
    border-bottom: 1px solid #f9f9f9;
  }
  .navbar-fixed-top #navbar .navbar-right li a, .navbar-fixed-top #navbar .navbar-right li .dropdown-toggle {
    background-color: transparent;
    border: 0;
    color: #000;
    font-size: 18px;
    padding: 12px 15px;
    width: 100%;
  }
  .navbar-fixed-top #navbar .navbar-right li a:after, .navbar-fixed-top #navbar .navbar-right li .dropdown-toggle:after {
    color: black;
    content: "\f063";
    font-family: FontAwesome;
    position: absolute;
    right: 15px;
    top: 13px;
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li a, .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li button {
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    transition: none;
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li a:focus, .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li a:hover, .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li button:focus, .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li button:hover {
    color: black;
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li a:before, .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li button:before {
    color: #e4051f;
    content: "\f061";
    font-family: FontAwesome;
    font-size: 14px;
    left: 16px;
    position: absolute;
    top: 12px;
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li a:after, .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li button:after {
    content: "";
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li.active a {
    background: #e4051f;
  }
  .navbar-fixed-top #navbar .navbar-right li.dropdown .dropdown-menu li.active a:before {
    color: white;
  }
  .navbar-fixed-top #navbar .navbar-right li.active a, .navbar-fixed-top #navbar .navbar-right li.active button {
    background: #e4051f;
    color: white;
  }
  .navbar-fixed-top #navbar .navbar-right li:last-child {
    border-bottom: 0;
  }
  .navbar-fixed-top #navbar .navbar-right .dropdown-menu {
    padding-top: 0;
  }
  .navbar-fixed-top.fixed {
    min-height: 60px;
  }
  .navbar-fixed-top.fixed button {
    margin-top: 16px;
  }
  .navbar-fixed-top.fixed #navbar {
    min-height: 60px;
  }
  .navbar-fixed-top.fixed .brand {
    width: 180px;
    margin-top: 11px;
  }
  header {
    height: 170px;
  }
  header #header-slider {
    height: 170px;
    position: relative;
  }
  header #header-slider #header-image {
    background-position: 0 0 !important;
    height: 170px !important;
    position: relative;
  }
  #slider-container {
    height: 300px !important;
  }
  #slider-container #slider {
    height: 300px !important;
  }
  #slider-container #slider .owl-slide {
    height: 300px !important;
  }
  #slider-container #slider .owl-slide:before {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 100%;
    right: 0;
    text-align: left;
    top: 0;
    width: 100%;
  }
  #slider-container #slider .owl-slide:after {
    background: transparent;
    border: 0;
    border-color: transparent;
    height: 0;
    width: 0;
  }
  #slider-container #slider .owl-slide .description {
    margin-top: 0;
    text-align: center;
  }
  #slider-container #slider .owl-dots {
    display: none;
  }
  #introduction {
    padding: 40px 0 30px 0;
  }
  #introduction .short {
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }
  #introduction .short .btn-primary {
    background: #e4051f;
    border-bottom: 3px solid #bd041a;
    color: white;
    display: block;
    margin: 0 auto;
    padding-bottom: 12px;
    padding-top: 12px;
    width: 100%;
  }
  #introduction .short .btn-primary:before {
    color: white;
  }
  #introduction .short .btn-offerte:before {
    font-size: 23px;
    top: 7px;
  }
  #introduction .short .btn-phone:before {
    font-size: 24px;
  }
  #introduction .short .btn-primary + .btn-primary {
    margin-top: 10px;
  }
  #introduction .certification {
    border: 0;
    margin-top: 40px;
    max-width: 100%;
    padding: 0;
  }
  #introduction .certification .certificaat p {
    margin: 0 0;
  }
  #usp ul li {
    padding-bottom: 15px;
    position: relative;
    width: 100%;
  }
  #usp ul li:after {
    background: #e4051f;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
  }
  .list-blokken li {
    width: 100%;
  }
  .list-blokken li a .text h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .breadcrumbs {
    height: auto;
  }
  .breadcrumbs ul {
    padding: 8px 0;
  }
  .text h1 {
    font-size: 25px;
    line-height: 1.3em;
    margin: 0 0 5px 0;
  }
  .text h1, .text h2 {
    line-height: 1.4em;
    padding: 0;
    position: relative;
  }
  .news .list-news li .nieuws-image {
    display: none;
  }
  .news .list-news li .nieuws-content {
    padding-left: 0;
  }
  .photos .item {
    padding: 0 3px;
  }
  .call-us {
    display: none;
  }
  .title {
    float: left;
    height: auto;
    padding: 10px 0 10px 0;
    position: relative;
  }
  .title h1 {
    font-size: 23px;
  }
  .title h2 {
    margin-top: 8px;
  }
  .title h1, .title h2 {
    position: relative;
    top: 0;
  }
  .title .payoff {
    display: none;
  }
  iframe {
    height: auto !important;
    max-width: 100%;
    min-height: 100%;
  }
  footer .col-address a, footer .col-address p {
    color: white !important;
    font-size: 13px !important;
  }
  footer .col-address .btn-phone:before {
    margin: 0;
    top: 2px;
  }
  footer .col-address + .col-address {
    border-right: 0;
  }
  footer .col-information {
    border: 0;
    font-size: 13px !important;
    margin-top: 25px;
    min-height: 120px;
    padding-left: 0;
  }
  footer .col-information a {
    font-size: 13px !important;
  }
  footer .footer-logos li {
    margin: 0 0 15px 0;
    width: 25%;
  }
}
