* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
*:focus,
*:active,
*:hover {
  outline: none !important;
}
*:focus {
  border: 1px solid #1998d5 !important;
}
body {
  max-height: 100vh;
}
*:focus {
  border: 1px solid #1998d5 !important;
  outline: none !important;
}
*:active,
*:hover,
*:visited {
  outline: none !important;
}
.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.img-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
header.transform {
  top: -40px;
}
.table {
  display: table;
  width: 100%;
  margin-bottom: 0px !important;
}
.clearfix {
  display: inline-block;
  width: 100%;
}
.container-menu {
  height: 60px !important;
  width: 100%;
}
.nopadding {
  padding: 0px !important;
}
.padding-content-regular {
  padding: 30px 150px 50px 150px !important;
}
@media (max-width: 767px) {
  .padding-content-regular {
    padding: 20px 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .padding-content-regular {
    padding: 30px 100px 50px 100px !important;
  }
}
.referentie-padding-content-button {
  padding: 30px 0px;
}
.padding-content-button {
  padding: 30px 0px;
}
.text-right {
  text-align: right;
}
.inline-block {
  display: inline-block;
}
.margin-top {
  margin-top: 20px;
}
.margin-icon-right {
  margin-right: 10px;
}
.scale {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.scale::before {
  display: block;
  content: "";
}
.scale.scale-3by2 {
  padding: 0 0 66.66666667% 0;
}
.scale .scale-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sr-only-focusable:focus {
  display: flex;
  position: absolute;
  z-index: 1050;
  color: #18212f;
}
.text-red {
  color: #B71C27;
}
.background-red {
  background-color: #b12c33;
}
.text-white {
  color: white;
}
.text-black {
  color: black;
}
.background-lightgrey {
  background-color: #f6f6f5;
}
.background-black {
  background-color: black;
}
body {
  font-family: 'Hind Vadodara', sans-serif !important;
  font-weight: 700;
}
h1 {
  font-size: 3em !important;
  font-weight: 700 !important;
  margin: 0px !important;
}
h2 {
  font-size: 1.5em !important;
  margin: 0px !important;
}
h3 {
  font-size: 1em;
  margin: 0px !important;
}
h4 {
  font-size: 1.2em;
  margin: 0px !important;
}
p {
  font-size: 1em;
  margin: 0px !important;
  font-weight: 400;
}
li {
  font-size: 1em;
  margin: 0px !important;
  font-weight: 400;
}
.p-larger {
  font-size: 1.3em !important;
}
@media (max-width: 767px) {
  .p-larger {
    font-size: 1em !important;
  }
}
.bold {
  font-weight: 700 !important;
}
.semi-bold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/******************************************************* Navigatie */
.navbar {
  min-height: 40px !important;
  background-color: white !important;
  margin-bottom: 0px !important;
}
.navbar-default {
  background-color: #ffffff;
  border: none !important;
  z-index: 100;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.navbar-nav {
  margin-top: 0px !important;
}
.navbar-default .container {
  height: 60px !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding: 10px 0px;
}
.navbar-nav > li:hover {
  background-color: #f8f8f8 !important;
}
@media (max-width: 767px) {
  .navbar-default .container {
    height: 40px !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: black !important;
}
.navbar-default .navbar-nav > li > a {
  height: 40px;
  text-transform: uppercase;
  border-bottom: 3px solid transparent;
  font-size: 1em;
  color: white;
  padding-top: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    height: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-size: 1em;
    color: black;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: white !important;
  background: black !important;
  padding: 10px 25px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    color: white;
    background: black;
    padding: 10px 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
}
.navbar-nav > li > a {
  background-color: transparent;
  padding: 10px 25px 0px 25px !important;
  font-size: 2em;
  color: black !important;
}
.navbar-header {
  padding-left: 0px !important;
}
.navbar-nav {
  padding-right: 0px !important;
  float: right !important;
}
.navbar-brand {
  height: 40px !important;
  padding: 5px 0px 0px 0px !important;
  color: black !important;
}
.navbar-brand h2 {
  font-weight: 700 !important;
  display: inline;
}
.navbar-brand p {
  font-weight: 400 !important;
  display: inline;
  font-size: 0.7em !important;
  vertical-align: top;
  border-bottom: 5px solid #b12c33;
}
.navbar .fa {
  font-size: 1.5em !important;
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-left: 25px !important;
    margin-top: 0px !important;
    height: 40px !important;
    padding: 5px 0px 0px 0px !important;
    color: black !important;
  }
  .navbar-brand h2 {
    font-weight: 700 !important;
    display: inline;
  }
  .navbar-brand p {
    font-weight: 400 !important;
    display: inline;
    font-size: 0.7em !important;
    vertical-align: top;
    border-bottom: 5px solid #b12c33;
  }
  .navbar-nav > li > a {
    margin-left: 0px;
    padding: 10px 0px 0px 0px !important;
  }
  .logo {
    height: 35px !important;
    margin-top: 0px !important;
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-default .container {
    height: 90px;
    background-color: white;
  }
  .shrink .container {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a {
    display: block;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    border: none;
    color: white;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 0px;
    background-color: transparent;
    border: 0 !important;
    background-color: white !important;
  }
  .shrink .navbar-nav {
    margin-top: 10px;
  }
  .navbar-default .navbar-collapse {
    border: none;
  }
  .navbar-default .navbar-toggle {
    border: none;
    background-color: transparent;
    margin-top: 6px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .shrink .navbar-toggle {
    border: none;
    background-color: transparent;
    margin-top: 20px;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    border: none;
    background-color: transparent !important;
    color: white !important;
  }
  .navbar-default .container {
    height: 50px;
  }
  .shrink .container {
    height: 0px;
  }
}
.text-center {
  text-align: center;
}
.breadcrumbs {
  border: 1px solid #e6e6e6;
  border-left: 0;
  border-right: 0;
  color: black;
  font-weight: 300 !important;
}
.breadcrumb {
  background-color: transparent!important;
  display: inline-block;
  background-color: transparent;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding: 0px 15px !important;
}
.breadcrumb li a {
  color: black!important;
}
.breadcrumb li p {
  display: inline-block;
}
.breadcrumb li.active a {
  color: #b12c33!important;
}
.breadcrumb li a:hover {
  color: black;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #b12c33!important;
}
.footer {
  display: inline-block !important;
  bottom: 0;
  width: 100%;
  padding: 35px 90px !important;
  font-family: 'Hind Vadodara', sans-serif !important;
  background-color: #f5f5f5 !important;
}
@media (max-width: 767px) {
  .footer {
    display: inline-block;
    bottom: 0;
    width: 100%;
    padding: 35px 20px;
    font-family: 'Hind Vadodara', sans-serif !important;
    background-color: #f5f5f5;
  }
}
.footer a {
  font-family: 'Hind Vadodara', sans-serif !important;
  font-weight: 300;
  color: black !important;
  display: block;
  cursor: pointer;
}
.footer a:hover {
  color: #B71C27 !important;
  text-decoration: none !important;
}
.footer h1 {
  font-weight: 700 !important;
  display: inline-block;
  font-size: 14px !important;
  vertical-align: top;
  padding-bottom: 0px;
  text-transform: uppercase;
  margin-bottom: 0px !important;
  color: #b12c33 !important;
}
.footer .navbar-brand {
  padding: 0px !important;
}
.credits {
  margin-top: 40px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 0px 10px 0px !important;
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .footer .navbar-brand {
    display: none;
  }
}
.logo-footer {
  height: 70px;
  background-image: url('../img/logo-footer.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.copyright {
  display: inline-block;
  width: 100%;
  padding: 20px 90px;
  background-color: white;
}
@media (max-width: 767px) {
  .copyright {
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    background-color: white;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .copyright .owner {
    float: none!important;
  }
}
@media (max-width: 767px) {
  .copyright .created {
    float: none!important;
  }
}
.copyright .owner {
  display: inline-block;
  float: left;
}
.copyright .owner span {
  display: inline-block;
  margin: 0 5px;
  font-weight: 300;
}
.copyright .owner a {
  color: #333333;
  font-weight: 400;
}
.copyright .owner p {
  display: inline-block;
}
.copyright .created {
  display: inline-block;
  float: right;
}
.copyright .created a {
  font-family: 'Hind Vadodara', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  color: black;
}
.btn-flat {
  color: #B71C27;
  padding: 10px 40px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border-radius: 0px;
  font-weight: 400;
}
.btn-small {
  padding: 10px 25px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 1200px) {
  .btn-flat {
    color: #B71C27;
    padding: 10px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border-radius: 0px;
    font-weight: 400;
  }
}
.btn-flat,
.btn-flat:hover,
.btn-flat:active,
.btn-flat:focus {
  outline: 0 none;
  text-decoration: none;
}
.btn-flat-transparant {
  color: white ;
  background-color: transparent;
  /* original color */
  border: 1px solid white;
}
.btn-flat-transparant:hover {
  color: #b12c33 ;
  background-color: white;
  /* original color */
  border: 1px solid white;
}
.btn-flat-transparant:active {
  color: #b12c33 ;
  background-color: white;
  /* original color */
  border: 1px solid white;
}
.btn-flat-transparant:focus {
  color: #b12c33 ;
  background-color: white;
  /* original color */
  border: 1px solid white !important;
}
.padding-content-button button a {
  color: white !important;
  text-decoration: none;
}
.padding-content-button button:hover a {
  color: #B71C27 !important;
  text-decoration: none;
}
.home-text button a {
  color: white !important;
  text-decoration: none;
}
.home-text button:hover a {
  color: #B71C27 !important;
  text-decoration: none;
}
.btn-flat-black {
  color: black ;
  background-color: transparent;
  /* original color */
  border: 2px solid black;
}
.btn-flat-black:hover {
  color: white ;
  background-color: black;
  /* original color */
  border: 2px solid black;
}
.btn-flat-black:active {
  color: white ;
  background-color: black;
  /* original color */
  border: 2px solid black;
}
.btn-flat-black:focus {
  color: white ;
  background-color: black;
  /* original color */
  border: 2px solid black !important;
}
.padding-contact button a {
  color: black !important;
  text-decoration: none;
}
.padding-contact button:hover a {
  color: white !important;
  text-decoration: none;
}
.padding-content-regular button a {
  color: black !important;
  text-decoration: none;
}
.padding-content-regular button:hover a {
  color: white !important;
  text-decoration: none;
}
.btn-small-border {
  border: 1px solid black !important;
}
.btn-small-border:hover {
  border: 1px solid black !important;
}
.btn-flat-red {
  color: white ;
  background-color: #B71C27;
  /* original color */
  border: 2px solid #B71C27;
  margin-right: 15px !important;
  margin-bottom: 30px;
  text-transform: none !important;
}
@media (max-width: 767px) {
  .btn-flat-red {
    margin-bottom: 10px !important;
  }
}
.btn-flat-red:hover {
  color: white ;
  background-color: #9E030E;
  /* original color */
  border: 2px solid #9E030E;
  margin-bottom: 30px;
}
.btn-flat-red:active {
  color: white ;
  margin-top: 0px !important;
  background-color: #9E030E;
  /* original color */
  border: 2px solid #9E030E;
  margin-bottom: 30px;
}
.btn-flat-red:focus {
  color: white ;
  margin-top: 0px !important;
  background-color: #9E030E;
  /* original color */
  border: 2px solid #9E030E !important;
  margin-bottom: 30px;
}
.btn-flat-red a {
  display: inline-block;
  color: white !important;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-flat-red:hover a {
  color: white !important;
  text-decoration: none;
}
.services-btn button a {
  display: inline-block;
  width: 100px;
  color: white !important;
  text-decoration: none;
  text-transform: uppercase;
}
.services-btn button:hover a {
  color: white !important;
  text-decoration: none;
}
.btn-flat-white {
  color: black ;
  background-color: white;
  /* original color */
  border: 2px solid white;
  margin-right: 0px !important;
  margin-bottom: 0px;
  text-transform: none !important;
  letter-spacing: 0px;
  font-size: 16px;
}
.btn-flat-white:hover {
  color: white ;
  background-color: transparent;
  /* original color */
  border: 2px solid white;
}
.btn-flat-white:active {
  color: white ;
  background-color: transparent;
  /* original color */
  border: 2px solid white;
}
.btn-flat-white:focus {
  color: white ;
  background-color: transparent;
  /* original color */
  border: 2px solid white;
}
/* Dots */
.slick-slider {
  margin-bottom: 0px;
  display: block;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-left: 40px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0!important;
  line-height: 0;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: '•';
  text-align: center;
  opacity: .65;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
/* Dots */
.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-left: 15px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: .2;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
.slider-kader {
  width: 50% !important;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  padding: 20px 20px;
}
.slider-persoon {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .slider-kader {
    width: 90% !important;
    margin-top: 30px;
    display: inline-block;
  }
}
.blokje-links {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-color: #b12c33;
}
.blokje-links-uitnsijding {
  position: absolute;
  left: 7px;
  top: 7px;
  width: 20px;
  height: 20px;
  background-color: #f6f6f5;
}
.blokje-rechts {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 20px;
  height: 20px;
  background-color: #b12c33;
}
.blokje-rechts-uitnsijding {
  position: absolute;
  bottom: 27px;
  right: 7px;
  width: 20px;
  height: 20px;
  background-color: #f6f6f5;
}
.detail-referentie {
  position: relative;
  padding: 0px 100px 20px 20px;
  height: 350px;
}
.detail-referentie .slick-slider {
  height: 350px;
  margin-bottom: 0px;
  display: block;
}
.detail-referentie .slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-left: 15px;
  z-index: 100;
}
.detail-referentie .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.detail-referentie .slick-dots li button {
  font-size: 0!important;
  box-shadow: none!important;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #efefef!important;
  border: 0;
  outline: none;
  background: transparent;
}
.detail-referentie .slick-dots li button:hover,
.detail-referentie .slick-dots li button:focus {
  outline: none;
}
.detail-referentie .slick-dots li button:hover:before,
.detail-referentie .slick-dots li button:focus:before {
  opacity: 1;
}
.detail-referentie .slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  opacity: 0.5;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.detail-referentie .slick-dots li.slick-active button:before {
  opacity: 1;
  color: white;
}
.tevreden-klanten .slick-prev {
  display: none!important;
}
.tevreden-klanten .slick-next {
  display: none!important;
}
* {
  margin: 0px;
  padding: 0px;
  outline: none;
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.stripe {
  width: 50px;
  height: 5px;
  border-bottom: 5px solid #b12c33;
  margin: 5px 0px;
}
.stripe-pull-right {
  width: 50px;
  float: right;
  height: 5px;
  border-bottom: 5px solid #b12c33;
  margin: 5px 0px;
}
.stripe-center {
  width: 50px;
  height: 5px;
  border-bottom: 5px solid #b12c33;
  margin: 5px auto 20px auto ;
}
.stripe-center-smallmargin {
  width: 50px;
  height: 5px;
  border-bottom: 5px solid #b12c33;
  margin: 5px auto 5px auto ;
}
@media (max-width: 992px) {
  .text-right {
    text-align: left !important;
  }
  .stripe-pull-right {
    width: 50px;
    float: left;
    height: 5px;
    border-bottom: 5px solid #b12c33;
    margin: 5px 0px;
  }
}
.services {
  margin-bottom: 30px !important;
  height: 200px;
}
.services-img {
  height: 200px;
  overflow: hidden;
  background-position: center center;
  position: relative;
  cursor: pointer;
  padding: 10px !important;
}
.services-img img {
  width: 100%;
  height: 200px;
  position: absolute;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  top: 0px;
  left: 0px;
  padding: 10px;
  margin: 0px auto;
}
.services-img-nopadding {
  height: 300px;
  overflow: hidden;
  background-position: center center;
  position: relative;
  cursor: pointer;
  padding: 0px !important;
}
.services-img-nopadding img {
  width: auto;
  height: auto;
  position: absolute;
  top: -100px;
  left: 0px;
  padding: 0px;
  margin: 0px auto;
}
.services-img .vergrootglas {
  opacity: 0;
}
.services-img .vergrootglas {
  opacity: 1;
  position: relative;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  -ms-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}
@media (max-width: 767px) {
  .services-img {
    height: 150px;
    overflow: hidden;
    background-position: center center;
  }
  .services-img img {
    width: 100%;
    height: 150px;
    position: absolute;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    top: 0px;
    left: 0px;
    padding: 10px;
    margin: 0px auto;
  }
  .services-text {
    width: 100%;
    height: 150px !important;
    text-align: center;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
  }
  .services-text h3 {
    display: inline-block;
    text-shadow: 2px 1px black;
    padding-bottom: 5px;
    font-size: 1.5em !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .services-img .vergrootglas {
    opacity: 1;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
  }
}
.services-text {
  width: 100%;
  height: 200px;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0px;
}
.services-text h3 {
  text-shadow: 2px 1px black;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.in-de-kijker {
  height: 300px;
  overflow: hidden;
}
.in-de-kijker img {
  width: 100%;
  height: auto;
}
.partners {
  margin-top: 20px;
  height: 50px;
}
.partner-img {
  height: 50px;
}
.partner-img img {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.services-slideshow {
  height: 100px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.services-slideshow div {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.services-slideshow div img {
  width: auto;
  height: 100%;
  background-position: center center;
}
.slider-general img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
}
.slider-general .vergrootglas {
  opacity: 0;
}
.slider-general:hover .vergrootglas {
  opacity: 1;
  position: relative;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 206, 212, 0.7);
}
.slider-general:hover .button-vergrootglas {
  position: absolute;
  margin: 30px 45px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50% 50%;
  cursor: pointer;
}
.slider-general:hover .button-vergrootglas .fa {
  opacity: 1;
  position: relative !important;
  margin: 12px 13px;
  color: #262323;
  font-size: 1em;
}
.slider-general a {
  width: 100%;
  height: 100px;
  position: absolute;
}
.referenties-titel {
  padding: 50px 0px;
}
.padding-projects {
  padding: 20px 50px !important;
  margin-top: 20px;
}
.padding-blokken {
  padding: 20px 100px;
}
.padding-breadcrumbs {
  padding: 10px 100px;
}
@media (max-width: 767px) {
  .padding-blokken {
    padding: 30px 30px;
  }
  .padding-breadcrumbs {
    padding: 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .padding-blokken {
    padding: 30px 100px;
  }
}
.square {
  width: 100%;
  padding-bottom: 100%;
  padding-left: 0px !important;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  background-color: black;
}
.square:hover {
  cursor: pointer;
}
.square-text {
  width: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1000;
  padding-top: 42%;
}
.square-text h2 {
  text-shadow: 1px 1px black;
}
.square-text a {
  display: inline-block;
}
.square-text a:hover {
  text-decoration: none !important;
}
.square:hover .square-img img {
  opacity: 0.8;
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}
.square-img {
  width: 100%;
  height: 100%;
  background-color: white;
  position: absolute;
  overflow: hidden;
}
.square-img img {
  opacity: 1;
  height: auto;
  width: auto;
  min-height: 100%;
  max-width: 100%;
}
.detail-referentie .single-item div.image {
  height: 350px;
  overflow: hidden;
}
.detail-referentie .single-item div.image img {
  width: auto;
  height: 100%;
}
.detail-referentie-tekst {
  padding-left: 45px !important;
}
.padding-referentie {
  margin-bottom: 30px !important;
  display: block;
}
@media (max-width: 767px) {
  .detail-referentie-tekst {
    padding-left: 0px !important;
  }
  .detail-referentie-tekst h2 {
    margin-top: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .detail-referentie-tekst {
    padding-left: 0px !important;
  }
  .detail-referentie-tekst h2 {
    margin-top: 20px !important;
  }
}
.ref-info {
  margin-top: 20px;
}
.ref-info .fa {
  display: inline;
  margin-right: 10px;
  font-size: 1.3em !important;
}
.ref-info p {
  display: inline-block;
}
.ref-det {
  margin-top: 20px !important;
}
.contact {
  margin-top: 0px;
  padding: 50px 200px !important;
  text-align: center;
}
.contact-map {
  height: 100%;
}
#map-canvas {
  height: 300px;
  width: 100% !important;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.padding-contact {
  padding: 30px 100px;
}
.padding-contact input {
  width: 48%;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1px solid black !important;
  padding: 3px 10px;
}
.input-left {
  float: left;
}
.input-right {
  float: right;
}
.padding-contact textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid black !important;
  padding: 3px 10px;
}
@media (max-width: 767px) {
  .padding-contact {
    padding: 30px 20px;
  }
}
input.mail::-webkit-input-placeholder::after {
  width: 30px;
  height: 30px;
  content: "\f0e0";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  top: 0;
  color: black;
}
input.person::-webkit-input-placeholder::after {
  width: 30px;
  height: 30px;
  content: "\f007";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  top: 0;
  color: black;
}
::-webkit-input-placeholder {
  color: black;
  font-family: 'Hind Vadodara', sans-serif !important;
  font-size: 1em;
  font-weight: 300;
}
::-moz-placeholder {
  color: black;
  font-family: 'Hind Vadodara', sans-serif !important;
  font-size: 1em;
  font-weight: 300;
}
:-ms-input-placeholder {
  color: black;
  font-family: 'Hind Vadodara', sans-serif !important;
  font-size: 1em;
  font-weight: 300;
}
input:-moz-placeholder {
  color: black;
  font-family: 'Hind Vadodara', sans-serif !important;
  font-size: 1em;
  font-weight: 300;
}
.noodnummer {
  background-color: #b12c33;
  height: 110px;
  padding-top: 17px;
}
.noodnummerimg {
  max-height: 80px;
}
@media (max-width: 767px) {
  .contact {
    text-align: center;
    padding: 50px 20px !important;
  }
}
.contact-symbol {
  background-color: transparent;
  border: 1px solid black;
  width: 80px;
  height: 80px;
  border-radius: 80px 80px;
  padding: 15px;
}
.contact-symbol-env {
  background-color: transparent;
  border: 1px solid black;
  width: 80px;
  height: 80px;
  border-radius: 80px 80px;
  padding: 20px;
}
.fa-map-marker,
.fa-phone {
  color: black;
  font-size: 4em!important;
}
.fa-envelope {
  color: black;
  font-size: 3em !important;
}
.fa-info {
  font-size: 2.8em !important;
}
.contact p {
  font-size: 1em !important;
}
.contact-detail {
  padding-top: 20px !important;
}
.contact a p {
  color: #94979b !important;
  padding-top: 0px !important;
  margin: 0px !important;
  cursor: pointer;
}
.contact a p.first {
  padding-top: 20px !important;
  color: black!important;
}
.contact p.first {
  padding-top: 20px !important;
  cursor: pointer;
}
.contact a:hover {
  color: #94979b !important;
  cursor: pointer;
}
.contactformulier {
  padding: 30px 15px;
}
.contactformulier input,
.contactformulier textarea {
  border: 1px solid black !important;
  margin-bottom: 15px;
  padding: 3px 10px;
  resize: none;
}
.contactformulier input:focus,
.contactformulier textarea:focus {
  border: 1px solid black !important;
  box-shadow: none !important;
  outline: none !important;
  margin-bottom: 15px;
  padding: 3px 10px;
}
::-webkit-input-placeholder {
  color: #a7a7a7;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #BFC2C7;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #BFC2C7;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}
:-ms-input-placeholder {
  color: #BFC2C7;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}
button[type="submit"] {
  display: inline-block;
  font-size: 1em !important;
  color: white !important;
  margin: 0 !important;
  padding: 5px 25px !important;
  font-family: 'Hind Vadodara', sans-serif !important;
  text-transform: uppercase !important;
  font-weight: 400!important;
  margin-top: 10px;
  background-color: #b12c33;
  border: none;
}
button[type="submit"]:hover,
button[type="submit"]:active,
button[type="submit"]:focus {
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
}
.small-input {
  width: 30%;
}
@media (max-width: 767px) {
  .small-input {
    width: 100% !important;
  }
  .big-input {
    width: 100% !important;
  }
}
.big-input {
  width: 30%;
}
.contactformulier input[type="text"] {
  color: #3a4654;
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
}
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.afspraak {
  margin-top: 10px;
  background-color: #b12c33;
  border: none;
}
.afspraak p {
  font-size: 1em !important;
  color: white !important;
  margin: 0 !important;
  padding: 5px 25px !important;
  font-family: 'Hind Vadodara', sans-serif !important;
  text-transform: uppercase !important;
}
.fa-paper-plane {
  margin-right: 10px;
}
.afspraak:hover {
  -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
}
.afspraak:active {
  -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
}
.afspraak:focus {
  -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
  -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
  box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
}
form h4 {
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
.margin-referentie {
  height: 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .hidden-small {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-big {
    display: inline-block !important;
  }
}
.hidden-big {
  display: none;
}
.form-group {
  margin-bottom: 15px !important;
}
.input-group .input-group-addon {
  width: 115px;
  border: 0;
  background-color: lightgrey;
  color: black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 300;
  text-align: left;
}
.input-group-addon.input-lg {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  background-color: lightgrey;
  color: black !important;
  text-transform: none !important;
}
.input-lg {
  border: 0;
  color: darkgrey !important;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1em !important;
}
input[type="text"],
input[type="date"],
input[type="email"],
textarea {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f6f6f6;
}
.input-group {
  width: 100%;
}
legend {
  border-bottom: 0px !important;
  margin-bottom: 5px !important;
}
.btm-margin-20-px {
  margin-bottom: 20px;
}
.margin-lef-15-px {
  margin-left: 15px;
}
textarea.input-lg {
  width: 100%;
  height: 243px;
  max-width: 100%;
  max-height: 243px;
  border-top-left-radius: 0;
}
textarea.input-lg.message {
  height: 123px;
}
select.form-control {
  background-color: #EEEEEE;
}
.btm-margin-20-px {
  margin-bottom: 20px !important;
}
.left-line {
  width: 10%;
  margin-bottom: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.padding-offerte {
  margin: 40px 0px;
  padding: 0px 100px;
}
@media (max-width: 767px) {
  .padding-offerte {
    margin: 40px 0px;
    padding: 0px 15px;
  }
}
.padding-offerte .input-group {
  margin-bottom: 15px !important;
}
.btn-offerte-large {
  background-color: #B71C27;
  color: white;
  margin-top: 20px;
}
.input-group-addon.input-lg {
  border-radius: 0px !important;
}
select {
  border-radius: 0px !important;
  -webkit-appearance: none;
}
select.input-lg {
  line-height: 10px !important;
}
.errors {
  color: #b12c33;
  width: 30%;
  list-style-type: none !important;
}
.form-errors {
  width: 100%;
  text-align: center;
}
.errors ul {
  list-style-type: none !important;
}
.download {
  margin-top: 50px;
  padding: 0px 150px;
}
.download-desc p {
  font-size: 1em;
}
.download-gegevens {
  border: 1px solid lightgrey;
  padding: 0px 0px 40px 0px;
  border-radius: 5px;
}
.download-gegevens p {
  padding-top: 40px;
  text-align: center;
}
.download-gegevens h3 {
  margin-bottom: 20px !important;
  text-align: center;
  line-height: 60px;
}
.download-gegevens .form-header {
  background-color: #B71C27;
  color: white;
  padding: -15px;
  margin: -15px;
  height: 60px;
  margin-bottom: 30px !important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.download-gegevens label {
  margin-bottom: 10px !important;
  font-family: 'Hind Vadodara', sans-serif !important;
  font-weight: 300;
}
.download-gegevens input {
  border: 1px solid lightgrey;
  background-color: transparent;
  font-family: 'Hind Vadodara', sans-serif !important;
  font-weight: 300;
}
.download-gegevens button {
  margin-top: 35px !important;
}
.form-horizontal .control-label {
  text-align: left !important;
}
.btn-dowload {
  background-color: #B71C27;
  color: white;
}
.btn-dowload:hover {
  background-color: #961720;
  color: white !important;
}
.btn-block {
  width: 70% !important;
  margin: auto;
}
.offerte-aanvraag span:hover {
  cursor: pointer;
}
.offerte-aanvraag input:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .offerte-aanvraag .intro {
    padding: 0 15px;
  }
}
.offerte-aanvraag .offerteformulier {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .offerte-aanvraag .offerteformulier {
    padding: 0 15px;
  }
}
.offerte-aanvraag .offerteformulier form button {
  display: inline-block;
  margin-top: 20px;
}
.gegevens {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .form-right {
    padding-left: 15px !important;
  }
}
ul {
  margin-left: 17px;
  font-weight: 300;
}
.link-offerte {
  color: #B71C27 !important;
}
.diensten-beschrijving a {
  color: #B71C27 !important;
}
.diensten-beschrijving {
  margin-bottom: 30px;
}
.home-img {
  display: table;
  width: 100%;
  height: 400px;
  text-align: center;
  background-position: 50% 0% !important;
}
.home-img .home-img-content {
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-img .home-img-content h1 {
  display: inline-block;
  width: 100%;
  color: white;
  margin-bottom: 20px !important;
}
.home-img .home-img-content .knoppen {
  display: inline-block;
  width: 100%;
}
.home-img .home-img-content .knoppen a {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.home-img .home-img-content .knoppen a:last-of-type {
  display: inline-block;
  margin-right: 0px;
}
@media (max-width: 767px) {
  .home-img .home-img-content .knoppen a {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .home-img .home-img-content .knoppen a:last-of-type {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.img-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.home-intro .tekst p {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px !important;
}
.home-intro .tekst p:last-of-type {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px !important;
}
.home-intro .tekst ul {
  list-style: none;
  margin-left: 0px !important;
  margin-bottom: 0px;
}
.home-intro .afbeelding {
  display: inline-block;
  width: 100%;
  background-size: contain;
  background-position: left top;
  height: 200px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .home-intro .afbeelding {
    display: inline-block;
    width: 100%;
    background-size: contain;
    background-position: left top;
    height: 150px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
  }
}
.diensten-nieuw {
  display: inline-block;
  width: 100%;
  padding: 50px 90px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .diensten-nieuw {
    display: inline-block;
    width: 100%;
    padding: 50px 20px;
    background-color: #f5f5f5;
  }
}
.diensten-nieuw h2 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.diensten-nieuw .diensten-blok {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.diensten-nieuw .diensten-blok .afbeelding {
  display: inline-block;
  width: 100%;
  height: 250px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .diensten-nieuw .diensten-blok .afbeelding {
    display: inline-block;
    width: 100%;
    height: 250px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
  }
}
.diensten-nieuw .diensten-blok .afbeelding:hover .beschrijving {
  background-color: #333333;
}
.diensten-nieuw .diensten-blok .afbeelding .beschrijving {
  display: inline-block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #a82d33;
  padding: 5px 20px;
}
.diensten-nieuw .diensten-blok .afbeelding .icoon {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.diensten-nieuw .diensten-blok .afbeelding p {
  display: inline-block;
  float: right;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
}
.in-de-kijker-nieuw {
  display: inline-block;
  width: 100%;
  padding: 50px 90px;
}
@media (max-width: 767px) {
  .in-de-kijker-nieuw {
    display: inline-block;
    width: 100%;
    padding: 50px 20px;
  }
}
.in-de-kijker-nieuw .tekst {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
}
.in-de-kijker-nieuw .titel {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.in-de-kijker-nieuw .titel h2 {
  font-weight: 700;
  text-transform: uppercase;
}
.in-de-kijker-nieuw .tekst .padding-tekst {
  display: inline-block;
  width: 100%;
  padding: 50px;
}
.in-de-kijker-nieuw .tekst .padding-tekst p {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  color: #a82d33;
}
.in-de-kijker-nieuw .tekst .padding-tekst h4 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px !important;
}
.in-de-kijker-nieuw .tekst .padding-tekst ul {
  display: inline-block;
  width: 100%;
  list-style-image: url('../img/list.png');
}
.in-de-kijker-nieuw .tekst .padding-tekst .btn-flat-red {
  display: inline-block;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.in-de-kijker-nieuw .afbeelding {
  display: inline-block;
  width: 100%;
}
@media (max-width: 767px) {
  .in-de-kijker-nieuw .afbeelding {
    display: inline-block;
    width: 100%;
    height: 250px;
    margin-bottom: -5px;
  }
}
.tevreden-klanten {
  padding: 50px 0px !important;
  display: inline-block;
  width: 100%;
}
.partners-blok {
  display: inline-block;
  width: 100%;
  padding: 80px 90px !important;
}
.partial-offerte {
  display: inline-block;
  width: 100%;
  padding: 50px 90px !important;
  text-align: center;
}
@media (max-width: 767px) {
  .partial-offerte {
    display: inline-block;
    width: 100%;
    padding: 50px 20px !important;
    text-align: center;
  }
}
.partial-offerte h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  line-height: 150%;
}
.wat-doen-we {
  display: inline-block;
  width: 100%;
  padding: 50px 90px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .wat-doen-we {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    background-color: #f5f5f5;
  }
}
.wat-doen-we .intro {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.wat-doen-we .diensten-blok {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.wat-doen-we .diensten-blok .afbeelding {
  display: inline-block;
  width: 100%;
  height: 250px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .wat-doen-we .diensten-blok .afbeelding {
    display: inline-block;
    width: 100%;
    height: 250px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
  }
}
.wat-doen-we .diensten-blok .afbeelding:hover .beschrijving {
  background-color: #333333;
}
.wat-doen-we .diensten-blok .afbeelding .beschrijving {
  display: inline-block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #a82d33;
  padding: 5px 20px;
}
.wat-doen-we .diensten-blok .afbeelding .beschrijving.active {
  display: inline-block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #333333;
  padding: 5px 20px;
}
.wat-doen-we .diensten-blok .afbeelding .icoon {
  display: inline-block;
  float: left;
  height: 40px;
  width: 40px;
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.wat-doen-we .diensten-blok .afbeelding p {
  display: inline-block;
  float: right;
  line-height: 40px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
}
.diensten-detail {
  display: inline-block;
  width: 100%;
  padding: 50px 90px;
}
@media (max-width: 767px) {
  .diensten-detail {
    display: inline-block;
    width: 100%;
    padding: 50px 20px;
  }
}
.diensten-detail .btn-flat-red {
  display: inline-block;
  margin: 20px 0px 0px 0px !important;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .diensten-detail .btn-flat-red {
    display: inline-block;
    margin: 20px 0px 20px 0px !important;
    padding: 10px 20px;
  }
}
.diensten-detail p a {
  color: #a82d33;
}
.filters .service-link {
  text-transform: uppercase!important;
}
.pop-up {
  background: white;
  z-index: 10000;
  position: fixed;
  right: -35rem;
  bottom: 10%;
  width: 35rem;
  opacity: 0.5;
  transition: right 1s ease-out, opacity 1s ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  max-height: calc(90vh);
  overflow: scroll;
}
.pop-up.show {
  right: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .pop-up {
    width: 100%;
    right: -100vw;
    bottom: 0;
    max-height: 100vh;
  }
}
.pop-up .pop-up-image .scale-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
}
.pop-up .pop-up-image .scale-item .pop-up-close p {
  font-size: 1.8rem;
  line-height: 100%;
}
.pop-up .pop-up-image .scale-item .pop-up-close p i {
  color: #b12c33;
}
.pop-up .pop-up-content {
  padding: 3rem;
}
.pop-up .pop-up-content h3 {
  font-size: 24px;
  font-weight: 500;
  color: black;
  margin-bottom: 20px!important;
}
.pop-up .pop-up-content p {
  color: black;
}
.pop-up .pop-up-content .btn {
  margin-top: 20px;
  margin-bottom: 0px;
}
.ck-editor p,
.ck-text p {
  color: #18212f;
  margin-bottom: 10px!important;
}
.ck-editor p:last-of-type,
.ck-text p:last-of-type {
  margin-bottom: 0px!important;
}
#map {
  display: block;
  width: 100%;
  height: 300px;
  filter: grayscale(100%);
}
.alert {
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  margin-bottom: 0;
  color: #ffffff;
  border: none;
}
.alert p {
  color: #ffffff;
}
.alert i {
  font-size: 50px !important;
  line-height: 100%;
}
.alert button.close {
  opacity: .7;
  color: #ffffff;
  box-shadow: none;
}
.alert.alert-success {
  background-color: #16b775;
  border: 1px solid #16b775;
}
.alert.alert-danger {
  background-color: #d33a37;
  border: 1px solid #d33a37;
}
label.error {
  color: red;
  display: block;
  text-align: center;
  font-weight: 400;
}
.page-error {
  text-align: center;
  padding: 100px 0;
}
.page-error h2,
.page-error h3 {
  margin-bottom: 20px;
}
.page-error a {
  margin-top: 20px;
}
#privacy .gdpr-block {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  #privacy .gdpr-block .nav-tabs li {
    width: 100%;
    border: 1px solid #dddddd;
  }
  #privacy .gdpr-block .nav-tabs li a {
    border: none;
    margin-right: 0;
  }
  #privacy .gdpr-block .nav-tabs li.active a {
    background-color: #dfdfdf;
  }
}
#privacy .gdpr-block .nav-tabs li a {
  color: black;
}
#privacy .gdpr-block .tab-content .tab-pane {
  padding: 30px 0;
}
#privacy .gdpr-block .tab-content .tab-pane h4 {
  margin-bottom: 20px!important;
}
#privacy .gdpr-block .tab-content .tab-pane p {
  margin-bottom: 10px;
}
#privacy .gdpr-block .tab-content .tab-pane p:last-of-type {
  margin-bottom: 0;
}
.cc-message {
  font-family: 'Hind Vadodara', sans-serif !important;
  font-weight: 400;
}
.checkbox-gdpr {
  margin-bottom: 20px!important;
}
.checkbox-gdpr input {
  margin-left: -5px !important;
}
/** Light color-scheme **/
:root {
  --cc-bg: #fff;
  --cc-text: #333;
  --cc-btn-primary-bg: #B71C27;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #9E030E;
  --cc-btn-secondary-bg: #ececec;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #dcdcdc;
  --cc-toggle-bg-off: #8d8d8d;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #cacaca;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #fff;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f5f5f5;
  --cc-cookie-category-block-bg-hover: #ececec;
  --cc-section-border: #ececec;
  --cc-cookie-table-border: #ececec;
  --cc-overlay-bg: rgba(0, 0, 0, 0.6);
  --cc-webkit-scrollbar-bg: #cacaca;
  --cc-webkit-scrollbar-bg-hover: #8d8d8d;
}
/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: #c2dff7;
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
.cc_div *,
.cc_div *:hover,
.cc_div :before,
.cc_div :after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}
.cc_div {
  font-size: 16px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-family: 'Hind Vadodara', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--cc-text);
}
.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 700;
}
#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0;
}
#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.cc_div a {
  border-bottom: 1px solid;
}
.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}
/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  transition: visibility .25s linear, opacity .25s ease, transform .25s ease!important;
}
.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}
/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease!important;
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  transform: translateX(100%);
  opacity: 1;
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  transform: translateX(-100%);
  opacity: 1;
}
#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}
#cm.top.slide {
  transform: translateY(-1.6em);
}
#cm.bar.slide {
  transform: translateY(100%);
}
#cm.bar.top.slide {
  transform: translateY(-100%);
}
/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible!important;
}
.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}
.show--settings .c--anim #s-cnt {
  visibility: visible!important;
}
/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible!important;
  opacity: 1!important;
}
#cm {
  font-family: inherit;
  padding: 1.1em 1.5em 1.4em 1.5em;
  position: fixed;
  z-index: 1;
  background: var(--cc-bg);
  max-width: 24.2em;
  width: 100%;
  bottom: 1.250em;
  right: 1.250em;
  box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  line-height: initial;
}
/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block!important;
}
#c-ttl {
  margin-bottom: .7em;
  font-size: 1.05em;
}
.cloud #c-ttl {
  margin-top: -0.15em;
}
#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}
.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}
.cc_div .c-bn {
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
  padding: 1em 1.7em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 0;
  flex: 1;
}
#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
  margin-left: 1em;
}
#s-cnt #s-rall-bn {
  float: none;
}
#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: var(--cc-btn-secondary-hover-bg);
}
/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  display: table;
  height: 100%;
  visibility: hidden;
}
#s-bl {
  outline: none;
}
#s-bl .title {
  margin-top: 1.4em;
}
#s-bl .title:first-child {
  margin-top: 0;
}
#s-bl .b-bn {
  margin-top: 0;
}
#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}
#s-cnt .b-bn .b-tl {
  display: block;
  font-family: inherit;
  font-size: .95em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color 0.25s ease;
}
#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}
#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl .b-bn {
  position: relative;
}
#s-bl .c-bl {
  padding: 1em;
  margin-bottom: .5em;
  border: 1px solid var(--cc-section-border);
  transition: background-color 0.25s ease;
}
#s-bl .c-bl:hover {
  background: var(--cc-cookie-category-block-bg);
}
#s-bl .c-bl:last-child {
  margin-bottom: .5em;
}
#s-bl .c-bl:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}
#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}
#s-bl .c-bl.b-ex {
  padding: 0;
  border: none;
  background: var(--cc-cookie-category-block-bg);
  transition: none;
}
#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: .5em;
}
#s-bl .b-acc {
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}
#s-bl .act .b-acc {
  max-height: 100%;
  display: block;
  overflow: hidden;
}
#s-cnt .p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: .85em;
  color: var(--cc-block-text);
}
.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}
#c-vln {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#cs {
  padding: 0 1.7em;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
#s-inr {
  max-width: 45em;
  margin: 0 auto;
  transform: scale(0.96);
  opacity: 0;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  position: relative;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
}
#s-inr,
#s-hdr,
#s-bns {
  background: var(--cc-bg);
}
#s-bl {
  overflow-y: auto;
  overflow-y: overlay;
  overflow-x: hidden;
  height: 100%;
  padding: 1.3em 1.8em;
  display: block;
  width: 100%;
}
#s-bns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1em 1.8em;
  border-top: 1px solid var(--cc-section-border);
  height: 4.75em;
}
.cc_div .cc-link {
  color: var(--cc-btn-primary-bg);
  border-bottom: 1px solid var(--cc-btn-primary-bg);
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}
#c-bns button:first-child,
#s-bns button:first-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}
#c-bns.swap button:first-child {
  color: var(--cc-btn-secondary-text);
  background: var(--cc-btn-secondary-bg);
}
#c-bns.swap button:last-child {
  color: var(--cc-btn-primary-text);
  background: var(--cc-btn-primary-bg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: var(--cc-toggle-bg-on);
}
#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover {
  background: var(--cc-btn-primary-hover-bg);
}
#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: var(--cc-btn-secondary-hover-bg);
}
#s-hdr {
  position: absolute;
  top: 0;
  width: 100%;
  display: table;
  padding: 0 1.8em;
  height: 4.75em;
  vertical-align: middle;
  z-index: 2;
  border-bottom: 1px solid var(--cc-section-border);
}
#s-ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 1em;
}
#s-c-bn {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.45em;
  margin: 0;
  font-weight: initial;
  position: relative;
  overflow: hidden;
}
#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}
.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
#c_policy__text {
  height: 31.250em;
  overflow-y: auto;
  margin-top: 1.250em;
}
#c-s-in {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  height: calc(97.5%);
  max-height: 37.5em;
}
@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: .9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.250em 0.250em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    border: 0.25em solid var(--cc-bg);
    background: var(--cc-webkit-scrollbar-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}
/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: var(--cc-toggle-bg-off);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  pointer-events: none;
}
.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}
.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: var(--cc-toggle-bg-readonly);
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}
/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: var(--cc-toggle-knob-bg);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  transition: transform .25s ease;
  border-radius: 100%;
}
/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}
#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}
#s-bl tbody tr {
  transition: background-color 0.25s ease;
}
#s-bl tbody tr:hover {
  background: var(--cc-cookie-category-block-bg-hover);
}
#s-bl table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-left: 1.2em;
}
#s-bl th {
  font-family: inherit;
  padding: 1.2em 1.2em;
}
#s-bl thead tr:first-child {
  border-bottom: 1px solid var(--cc-cookie-table-border);
}
.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}
#cm-ov,
#cs-ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  background: #070707;
  background: var(--cc-overlay-bg);
  display: none;
  transition: none;
}
.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}
#cs-ov {
  z-index: 2;
}
.force--consent .cc_div {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  transition: visibility .25s linear;
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}
.force--consent #cm {
  position: absolute;
}
.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}
html.force--consent.show--consent {
  overflow-y: hidden!important;
}
html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto!important;
  overflow-x: hidden!important;
}
/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .exp::before,
.cc_div .act .b-bn .exp::before {
  border: solid var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  padding: .2em;
  display: inline-block;
  content: '';
  margin-right: 15px;
  position: absolute;
  transform: translateY(-50%) rotate(45deg);
  left: 1.2em;
  top: 50%;
}
.cc_div .act .b-bn .b-tl::before {
  transform: translateY(-20%) rotate(225deg);
}
.cc_div .on-i::before {
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  padding: .1em;
  display: inline-block;
  padding-bottom: .45em;
  content: '';
  margin: 0 auto;
  transform: rotate(45deg);
  top: .37em;
  left: .75em;
  position: absolute;
}
#s-c-bn::before,
#s-c-bn::after {
  content: '';
  position: absolute;
  left: .82em;
  top: .58em;
  height: .6em;
  width: 1.5px;
  background: var(--cc-btn-secondary-text);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}
#s-c-bn::after {
  transform: rotate(-45deg);
}
.cc_div .off-i,
.cc_div .on-i {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity .15s ease;
}
.cc_div .on-i {
  left: 0;
  opacity: 0;
}
.cc_div .off-i::before,
.cc_div .off-i::after {
  right: .8em;
  top: .42em;
  content: ' ';
  height: .7em;
  width: .09375em;
  display: block;
  background: var(--cc-toggle-knob-icon-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}
.cc_div .off-i::before {
  transform: rotate(45deg);
}
.cc_div .off-i::after {
  transform: rotate(-45deg);
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}
/** END ICONS **/
#cm.box.middle,
#cm.cloud.middle {
  top: 50%;
  transform: translateY(-37%);
  bottom: auto;
}
#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}
#cm.box.center {
  left: 1em;
  right: 1em;
  margin: 0 auto;
}
/* Start cloud layout */
#cm.cloud {
  max-width: 50em;
  margin: 0 auto;
  text-align: center;
  left: 1em;
  right: 1em;
  overflow: hidden;
  padding: 1.3em 2em;
  width: unset;
}
.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}
.cc_div .cloud #c-inr-i {
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding-right: 2.4em;
}
.cc_div .cloud #c-txt {
  font-size: 0.85em;
}
.cc_div .cloud #c-bns {
  min-width: 170px;
  display: table-cell;
  vertical-align: middle;
}
#cm.cloud .c-bn {
  margin: .625em 0 0 0;
  width: 100%;
}
#cm.cloud .c-bn:first-child {
  margin: 0;
}
#cm.cloud.left {
  margin-right: 1.25em;
}
#cm.cloud.right {
  margin-left: 1.25em;
}
/* End cloud layout */
/* Start bar layout */
#cm.bar {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  position: fixed;
  padding: 2em;
}
#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}
#cm.bar #c-bns {
  max-width: 33.75em;
}
#cm.bar #cs {
  padding: 0;
}
.cc_div .bar #c-s-in {
  top: 0;
  transform: none;
  height: 100%;
  max-height: 100%;
}
.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.cc_div .bar #cs {
  padding: 0;
}
/* align bar to right by default */
.cc_div .bar #s-inr {
  margin: 0;
  margin-left: auto;
  margin-right: 0;
  border-radius: 0;
  max-width: 32em;
}
.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}
/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}
/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.cc_div .bar #s-bl tr {
  border-top: 1px solid var(--cc-cookie-table-border);
}
.cc_div .bar #s-bl td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 35%;
}
.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: var(--cc-text);
  overflow: hidden;
  text-overflow: ellipsis;
}
/* End bar layout */
/* Positions */
#cm.top {
  bottom: auto;
  top: 1.250em;
}
#cm.left {
  right: auto;
  left: 1.250em;
}
#cm.right {
  left: auto;
  right: 1.250em;
}
#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}
#cm.bar.top {
  top: 0;
}
/* end positions */
@media screen and (max-width: 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em!important;
    right: 1em;
    left: 1em;
    bottom: 1em;
    display: block;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: .85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    max-height: 100%;
    height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    transform: scale(1.1);
    right: 1.1em;
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: .9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
  #s-bl thead,
  #s-bl tbody,
  #s-bl th,
  #s-bl td,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid var(--cc-cookie-table-border);
  }
  #s-bl td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 35%;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    white-space: nowrap;
    content: attr(data-column);
    color: var(--cc-text);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    margin-top: 0.625em;
    margin-left: 0;
    float: unset;
  }
  #cm.cloud,
  #cm.box {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.right,
  #cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    font-size: .9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}
.cc_div.ie .bar #c-vln {
  padding-top: 0;
}
.cc_div.ie #cs {
  max-height: 37.5em;
  position: relative;
  top: 0;
  margin-top: -5.625em;
}
.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}
.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}
.cc_div.ie #c-s-in {
  top: 0;
}
.cc_div.ie .b-tg {
  padding-left: 1em;
  margin-bottom: 0.7em;
}
.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}
.cc_div.ie #s-bl table {
  overflow: auto;
}
.cc_div.ie .b-tg .c-tg {
  display: none;
}
.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.2em;
  height: auto;
}
.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}
.cc_div.ie .bar #s-bl td:before {
  display: none;
}
.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}
.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}
.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}
.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}
/** END IE FIXES **/
