* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

#uber-wrap {
  font-size: 16px;
}
@media (min-width: 1800px) {
  #uber-wrap {
    font-size: 120%;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
#uber-wrap {
  /* HTML5 display-role reset for older browsers */
}
#uber-wrap html, #uber-wrap body, #uber-wrap div, #uber-wrap span, #uber-wrap applet, #uber-wrap object, #uber-wrap iframe,
#uber-wrap h1, #uber-wrap h2, #uber-wrap h3, #uber-wrap h4, #uber-wrap h5, #uber-wrap h6, #uber-wrap p, #uber-wrap blockquote, #uber-wrap pre,
#uber-wrap a, #uber-wrap abbr, #uber-wrap acronym, #uber-wrap address, #uber-wrap big, #uber-wrap cite, #uber-wrap code,
#uber-wrap del, #uber-wrap dfn, #uber-wrap em, #uber-wrap img, #uber-wrap ins, #uber-wrap kbd, #uber-wrap q, #uber-wrap s, #uber-wrap samp,
#uber-wrap small, #uber-wrap strike, #uber-wrap strong, #uber-wrap sub, #uber-wrap sup, #uber-wrap tt, #uber-wrap var,
#uber-wrap b, #uber-wrap u, #uber-wrap center,
#uber-wrap dl, #uber-wrap dt, #uber-wrap dd, #uber-wrap ol, #uber-wrap ul, #uber-wrap li,
#uber-wrap fieldset, #uber-wrap form, #uber-wrap label, #uber-wrap legend,
#uber-wrap table, #uber-wrap caption, #uber-wrap tbody, #uber-wrap tfoot, #uber-wrap thead, #uber-wrap tr, #uber-wrap th, #uber-wrap td,
#uber-wrap article, #uber-wrap aside, #uber-wrap canvas, #uber-wrap details, #uber-wrap embed,
#uber-wrap figure, #uber-wrap figcaption, #uber-wrap footer, #uber-wrap header, #uber-wrap hgroup,
#uber-wrap menu, #uber-wrap nav, #uber-wrap output, #uber-wrap ruby, #uber-wrap section, #uber-wrap summary,
#uber-wrap time, #uber-wrap mark, #uber-wrap audio, #uber-wrap video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
#uber-wrap article, #uber-wrap aside, #uber-wrap details, #uber-wrap figcaption, #uber-wrap figure,
#uber-wrap footer, #uber-wrap header, #uber-wrap hgroup, #uber-wrap menu, #uber-wrap nav, #uber-wrap section {
  display: block;
}
#uber-wrap body {
  line-height: 1;
}
#uber-wrap ol, #uber-wrap ul {
  list-style: none;
}
#uber-wrap blockquote, #uber-wrap q {
  quotes: none;
}
#uber-wrap blockquote:before, #uber-wrap blockquote:after,
#uber-wrap q:before, #uber-wrap q:after {
  content: "";
  content: none;
}
#uber-wrap table {
  border-collapse: collapse;
  border-spacing: 0;
}

#uber-wrap footer {
  position: relative;
}
#uber-wrap footer .footer-lijn {
  height: 0.3rem;
  width: 100%;
  background: #0C478D;
  margin-bottom: 2rem;
}
#uber-wrap footer .content-box {
  padding-bottom: 2rem;
}
#uber-wrap footer .content-box:after {
  content: "";
  display: table;
  clear: both;
}
#uber-wrap footer .footer-menu {
  float: left;
}
#uber-wrap footer .footer-menu ul {
  padding-left: 0 !important;
}
#uber-wrap footer .footer-menu ul li {
  font-size: 1.2rem;
  list-style-type: none;
  margin-bottom: 0;
}
#uber-wrap footer .footer-menu ul li a {
  color: #0C478D;
  text-decoration: none;
}
#uber-wrap footer .footer-menu ul li a:hover {
  color: black;
}
#uber-wrap footer .footer-menu ul .nav-path-selected {
  font-weight: 600;
}
#uber-wrap footer .footer-logo {
  float: right;
}
#uber-wrap footer .footer-logo img {
  max-height: 10rem;
}

#uber-wrap #formulier {
  font-size: 1.2rem;
}
#uber-wrap #formulier:after {
  content: "";
  display: table;
  clear: both;
}
#uber-wrap #formulier .alert-danger {
  width: 100%;
  padding: 1em 0;
  color: red;
  border-top: rgba(0, 0, 0, 0) 100px solid;
}
#uber-wrap #formulier .alert-success {
  width: 100%;
  padding: 30px;
  text-align: center;
}
#uber-wrap #formulier .alert-success img {
  display: block;
  margin: auto;
  padding-top: 3em;
  margin-bottom: 1em;
}
#uber-wrap #formulier .error {
  font-weight: 300;
  color: black;
}
#uber-wrap #formulier .investment {
  color: #B9B9B9;
  font-size: 85%;
  text-align: left;
}
#uber-wrap #formulier label {
  padding-bottom: 5px;
  float: left;
  width: 100%;
  margin-top: 10px;
  text-align: left;
  font-weight: 300;
}
#uber-wrap #formulier input, #uber-wrap #formulier textarea, #uber-wrap #formulier select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  width: 100%;
  padding: 0.6em;
  color: black;
  float: left;
  font-size: 1em;
  border: solid 0.05em black;
  border-radius: 0.2em;
  transition-duration: 0.2s;
  background: #ECEAE6;
}
#uber-wrap #formulier input[type=submit], #uber-wrap #formulier textarea[type=submit], #uber-wrap #formulier select[type=submit] {
  margin-top: 2em;
  cursor: pointer;
  width: 50%;
  float: left;
  color: #F7F6F3;
  border: solid 0.05em black;
  background: #191919;
  float: right;
}
@media (max-width: 760px) {
  #uber-wrap #formulier input[type=submit], #uber-wrap #formulier textarea[type=submit], #uber-wrap #formulier select[type=submit] {
    width: 100%;
  }
}
#uber-wrap #formulier input[type=submit]:hover, #uber-wrap #formulier textarea[type=submit]:hover, #uber-wrap #formulier select[type=submit]:hover {
  background: #E24A21;
  color: white;
  border-color: #E24A21;
  transition-duration: 0.2s;
}
#uber-wrap #formulier input:focus, #uber-wrap #formulier textarea:focus, #uber-wrap #formulier select:focus {
  background: #E24A21;
  color: white;
  outline: none;
  transition-duration: 0.2s;
  border-color: #E24A21;
}
#uber-wrap #formulier textarea {
  height: 150px;
  transition-duration: 0.2s;
}
#uber-wrap #formulier textarea:focus {
  height: 200px;
  color: white;
  transition-duration: 0.2s;
}
#uber-wrap #formulier .ccm-input-date {
  width: 50% !important;
  cursor: pointer;
}
#uber-wrap #formulier .file_upload {
  padding: 11px;
  background: #ccc;
  margin-top: 40px;
}

#uber-wrap .content-wrapper-footer {
  width: auto;
  max-width: 1600px;
  margin: 0 auto 0 auto;
}
@media (max-width: 999px) {
  #uber-wrap .content-wrapper-footer {
    padding: 0 1em;
    width: calc(100% - 2rem);
    margin: 0 auto 0 auto;
  }
}
@media (min-width: 1600px) {
  #uber-wrap .content-wrapper-footer {
    margin: 0 auto;
    margin-bottom: 0;
    width: calc(100% - 2rem);
  }
}
#uber-wrap .content-wrapper {
  width: 100%;
}
#uber-wrap .content-wrapper-no-padding {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 3em auto;
  position: relative;
  height: 100%;
}
@media (min-width: 2300px) {
  #uber-wrap .content-wrapper-no-padding {
    max-width: 1400px;
  }
}
@media (max-width: 999px) {
  #uber-wrap .content-wrapper-no-padding {
    padding: 0 1em;
    margin: 0 auto 3em auto;
  }
}
@media (min-width: 1600px) {
  #uber-wrap .content-wrapper-no-padding {
    margin: 0 auto;
    margin-bottom: 3em;
  }
}
#uber-wrap .content-box, #uber-wrap .header-in-content {
  width: calc(100% - 3rem);
  max-width: 1600px;
  margin: 0 auto 0 auto;
  padding-bottom: 12rem;
  position: relative;
}
@media (min-width: 2300px) {
  #uber-wrap .content-box, #uber-wrap .header-in-content {
    max-width: 1800px;
    width: calc(100% - 20rem);
  }
}
@media (max-width: 999px) {
  #uber-wrap .content-box, #uber-wrap .header-in-content {
    width: calc(100% - 3rem);
    max-width: 100%;
    padding-bottom: 6rem;
  }
}
@media (max-device-width: 400px), (max-width: 481px) {
  #uber-wrap .content-box, #uber-wrap .header-in-content {
    width: calc(100% - 1rem);
  }
}
#uber-wrap .content-box img, #uber-wrap .header-in-content img {
  max-width: 100%;
  height: auto;
}
#uber-wrap .content-box a, #uber-wrap .header-in-content a {
  color: #0C478D;
  text-decoration: none;
}
#uber-wrap .content-box a:hover, #uber-wrap .header-in-content a:hover {
  color: black;
}
#uber-wrap .content-box-np {
  width: calc(100% - 3rem);
  max-width: 1600px;
  margin: 0 auto 0 auto;
  padding-bottom: 0;
  position: relative;
}
#uber-wrap .content-box-np:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 2300px) {
  #uber-wrap .content-box-np {
    max-width: 1800px;
    width: calc(100% - 20rem);
  }
}
@media (max-width: 999px) {
  #uber-wrap .content-box-np {
    width: calc(100% - 3rem);
    max-width: 100%;
    padding-bottom: 0;
  }
}
#uber-wrap .content-box-np img {
  max-width: 100%;
  height: auto;
}
#uber-wrap .drie-box-afbeeldingen {
  position: relative;
}
#uber-wrap .drie-box-afbeeldingen .afbeelding-links {
  position: absolute;
  top: 0;
  height: 30rem;
  width: 31%;
  z-index: 1;
  background-image: url(../img/ofshore-geel-zee.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 760px) {
  #uber-wrap .drie-box-afbeeldingen .afbeelding-links {
    width: 48%;
  }
}
#uber-wrap .drie-box-afbeeldingen .afbeelding-midden {
  position: absolute;
  top: 0;
  height: 20rem;
  width: 31%;
  left: 34.5%;
  z-index: -1;
  background-image: url(../img/Drachten-gebouw.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 760px) {
  #uber-wrap .drie-box-afbeeldingen .afbeelding-midden {
    width: 48%;
    left: 52%;
  }
}
#uber-wrap .drie-box-afbeeldingen .afbeelding-rechts {
  position: absolute;
  top: 0;
  height: 20rem;
  width: 31%;
  right: 0;
  background: purple;
  z-index: -1;
  background-image: url(../img/gebouw-avond.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 760px) {
  #uber-wrap .drie-box-afbeeldingen .afbeelding-rechts {
    display: none;
  }
}
#uber-wrap .drie-box-afbeeldingen .tekst-wrap {
  padding-top: 15rem;
  z-index: 2;
  position: relative;
}
#uber-wrap .drie-box-afbeeldingen .tekst-wrap .tekst {
  width: 80%;
  margin: 0 auto 0 auto;
  padding: 2rem;
  background: #fff;
}
@media (max-width: 760px) {
  #uber-wrap .drie-box-afbeeldingen .tekst-wrap .tekst {
    width: 90%;
  }
}
@media (max-device-width: 400px), (max-width: 481px) {
  #uber-wrap .drie-box-afbeeldingen .tekst-wrap .tekst {
    width: 95%;
  }
}
#uber-wrap .projecten-overzicht {
  position: relative;
}
#uber-wrap .projecten-overzicht .iaa-een {
  background-image: url(../img/gebouw-binnenkant.jpg);
}
#uber-wrap .projecten-overzicht .iaa-twee {
  background-image: url(../img/muur-wit-blauw.jpg);
}
#uber-wrap .projecten-overzicht .iaa-drie {
  background-image: url(../img/muur-met-rand.jpg);
}
#uber-wrap .projecten-overzicht .cadix-een {
  background-image: url(../img/Drachten-gebouw.jpg);
}
#uber-wrap .projecten-overzicht .cadix-twee {
  background-image: url(../img/blauw-overleg.jpg);
}
#uber-wrap .projecten-overzicht .cadix-drie {
  background-image: url(../img/kraan-automatisering.jpg);
}
#uber-wrap .projecten-overzicht .theuws-een {
  background-image: url(../img/verf-spuiten.jpg);
}
#uber-wrap .projecten-overzicht .theuws-twee {
  background-image: url(../img/kraan-poly.jpg);
}
#uber-wrap .projecten-overzicht .theuws-drie {
  background-image: url(../img/poly-blauw.jpg);
}
#uber-wrap .projecten-overzicht .afbeelding-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 32%;
  height: 25rem;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}
#uber-wrap .projecten-overzicht .afbeelding-midden {
  position: absolute;
  top: 0;
  left: 34%;
  width: 32%;
  height: 25rem;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}
#uber-wrap .projecten-overzicht .afbeelding-rechts {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 25rem;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}
#uber-wrap .projecten-overzicht .tekst-wrap {
  position: relative;
  z-index: 2;
  padding-top: 12rem;
}
@media (max-width: 760px) {
  #uber-wrap .projecten-overzicht .tekst-wrap {
    padding-top: 9rem;
  }
}
#uber-wrap .projecten-overzicht .tekst-wrap .tekst {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 3rem;
  background: white;
}
@media (max-width: 760px) {
  #uber-wrap .projecten-overzicht .tekst-wrap .tekst {
    width: 95%;
    margin: 0 auto;
    padding: 2rem 0 2rem 2rem;
  }
}
#uber-wrap .projecten-overzicht .tekst-wrap .tekst .tekst-content {
  margin-left: 5rem;
}
@media (max-width: 760px) {
  #uber-wrap .projecten-overzicht .tekst-wrap .tekst .tekst-content {
    margin-left: 0;
    margin-top: 1rem;
  }
}
#uber-wrap .projecten-overzicht .tekst-wrap .tekst .logo {
  position: absolute;
  top: 5rem;
  max-width: 4rem;
  left: 2rem;
}
#uber-wrap .projecten-overzicht .tekst-wrap .tekst .logo img {
  max-width: 100%;
}
@media (max-width: 760px) {
  #uber-wrap .projecten-overzicht .tekst-wrap .tekst .logo {
    width: 100%;
    position: static;
  }
}
#uber-wrap .project-detail .project-banner {
  width: 100%;
  height: 35rem;
  background: #000;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 760px) {
  #uber-wrap .project-detail .project-banner {
    height: 25rem;
  }
}
#uber-wrap .project-detail .project-banner .project-nav {
  position: absolute;
  left: 0;
  top: 3rem;
  color: #0C478D;
  display: inline-block;
  background: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
#uber-wrap .project-detail .project-banner .project-nav ol li {
  display: inline-block;
}
#uber-wrap .project-detail .project-banner .project-nav ol li:first-child {
  display: none;
}
#uber-wrap .project-detail .project-banner .project-nav ol li:nth-child(2) {
  font-weight: 600;
}
#uber-wrap .project-detail .project-banner .project-nav ol li:nth-child(2):after {
  content: " > ";
}
#uber-wrap .project-detail .project-banner .project-nav ol li a {
  text-decoration: none;
  color: #0C478D;
}
#uber-wrap .project-detail .project-banner .project-nav ol li a:hover {
  color: black;
}
#uber-wrap .project-detail .tekst-wrap {
  position: relative;
  background: white;
  z-index: 2;
  width: 80%;
  margin: -7rem auto 0 auto;
}
@media (max-width: 760px) {
  #uber-wrap .project-detail .tekst-wrap {
    width: 95%;
  }
}
#uber-wrap .project-detail .tekst-wrap .tekst {
  padding: 2rem;
}
#uber-wrap .project-detail .tekst-wrap .tekst:after {
  content: "";
  display: table;
  clear: both;
}
#uber-wrap .project-detail .tekst-wrap .tekst .logo {
  width: 4rem;
  float: left;
  margin-top: 3rem;
}
@media (max-width: 760px) {
  #uber-wrap .project-detail .tekst-wrap .tekst .logo {
    width: 100%;
    margin-top: 0;
  }
  #uber-wrap .project-detail .tekst-wrap .tekst .logo img {
    max-width: 6rem;
    padding-bottom: 1rem;
  }
}
#uber-wrap .project-detail .tekst-wrap .tekst .tekst-content {
  width: calc(100% - 4rem);
  float: left;
  padding-left: 2rem;
}
@media (max-width: 760px) {
  #uber-wrap .project-detail .tekst-wrap .tekst .tekst-content {
    width: 100%;
    padding-left: 0;
  }
}
#uber-wrap .contact-detail .contact-achtergrond {
  background-image: url(../img/contact-achtergrond.png);
  background-size: cover;
  background-position: top center;
}
#uber-wrap .contact-detail .project-banner {
  width: 100%;
  height: 25rem;
  position: relative;
  z-index: 1;
}
#uber-wrap .contact-detail .project-banner .breadcrumb {
  position: absolute;
  left: 0;
  top: 3rem;
  color: #0C478D;
  display: inline-block;
  background: white;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
#uber-wrap .contact-detail .project-banner .breadcrumb .ol li {
  display: inline-block;
}
#uber-wrap .contact-detail .project-banner .breadcrumb .ol li a {
  text-decoration: none;
  display: inline-block;
}
#uber-wrap .contact-detail .tekst-wrap {
  position: relative;
  background: white;
  z-index: 2;
  width: 80%;
  margin: -20rem auto 0 auto;
  min-height: 20rem;
}
@media (max-width: 760px) {
  #uber-wrap .contact-detail .tekst-wrap {
    width: 95%;
  }
}
#uber-wrap .contact-detail .tekst-wrap .tekst {
  padding: 3rem 2rem 2rem 2rem;
}
#uber-wrap .contact-detail .tekst-wrap .tekst:after {
  content: "";
  display: table;
  clear: both;
}
#uber-wrap .knop {
  text-decoration: none;
  color: #0C478D;
  display: inline-block;
  border: solid 0.15rem #0C478D;
  padding: 0.7rem 1.5rem;
  font-weight: 500;
}
#uber-wrap .knop:hover {
  background: #0C478D;
  color: white !important;
}
#uber-wrap .small {
  max-width: 85%;
  margin: 0 auto;
  padding: 5rem 0;
  background-image: url(../img/dak-met-trap.jpg);
  background-size: cover;
  background-position: center center;
}
#uber-wrap .small:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 760px) {
  #uber-wrap .small {
    max-width: 100%;
  }
}
#uber-wrap .small .kernwaarden {
  float: right;
  background: white;
  padding: 2rem 5rem 2rem 2rem;
}
#uber-wrap .small .kernwaarden ul {
  padding-left: 1.1rem;
  padding-bottom: 0;
}
#uber-wrap .small .kernwaarden ul li {
  font-size: 1.1rem;
  font-weight: 300;
  list-style-type: square;
  color: #0C478D;
}
#uber-wrap .twee-box-afbeeldingen {
  position: relative;
  width: 100%;
}
#uber-wrap .twee-box-afbeeldingen .afbeelding-links {
  position: absolute;
  width: 56.5%;
  left: 0;
  top: 0;
  background-image: url(../img/rode-muur.jpg);
  background-size: cover;
  background-position: center center;
  height: 60%;
  z-index: 1;
}
#uber-wrap .twee-box-afbeeldingen .afbeelding-rechts {
  position: absolute;
  background-image: url(../img/muur-wit-blauw.jpg);
  background-size: cover;
  background-position: center center;
  width: 40%;
  height: 100%;
  top: 0;
  right: 0%;
  z-index: 1;
}
#uber-wrap .twee-box-afbeeldingen .tekst-wrap {
  position: relative;
  width: 70%;
  margin-left: 5rem;
  padding-top: 15rem;
  padding-bottom: 8rem;
  z-index: 2;
}
@media (max-width: 760px) {
  #uber-wrap .twee-box-afbeeldingen .tekst-wrap {
    width: 95%;
    margin-left: 2.5%;
  }
}
#uber-wrap .twee-box-afbeeldingen .tekst-wrap .tekst {
  background: white;
  padding: 2rem;
}
#uber-wrap .breed-een-afbeelding {
  position: relative;
  background-image: url(../img/park.jpg);
  background-size: cover;
  background-position: bottom center;
  padding: 9rem 0 0 0;
}
#uber-wrap .breed-een-afbeelding .tekst-wrap {
  width: 90%;
  margin: 0 auto;
}
#uber-wrap .breed-een-afbeelding .tekst-wrap .tekst {
  background: white;
  padding: 2rem 2rem 1rem 2rem;
}
#uber-wrap .afbeelding-een-links {
  position: relative;
}
#uber-wrap .afbeelding-een-links .afbeelding {
  position: absolute;
  background-image: url(../img/muur-met-rand.jpg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 760px) {
  #uber-wrap .afbeelding-een-links .afbeelding {
    width: 90%;
  }
}
#uber-wrap .afbeelding-een-links .tekst-wrap {
  padding-top: 14rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 2;
}
#uber-wrap .afbeelding-een-links .tekst-wrap .tekst {
  background: white;
  padding: 2rem;
  width: 70%;
  margin-left: 20%;
}
@media (max-width: 760px) {
  #uber-wrap .afbeelding-een-links .tekst-wrap .tekst {
    width: 90%;
    margin: 0 auto;
    padding: 2rem 0 2rem 2rem;
  }
}
#uber-wrap .afbeelding-een-links .tekst-wrap .tekst .ondernemers {
  display: flex;
  gap: 4rem;
}
#uber-wrap .afbeelding-een-links .tekst-wrap .tekst .ondernemers img {
  max-width: 6rem;
  padding-top: 1rem;
}
#uber-wrap .ccm-image-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#uber-wrap .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-inner ul li {
  height: 90vh;
}
@media (max-width: 999px) {
  #uber-wrap .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-inner ul li {
    height: 60vh;
  }
}
#uber-wrap .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-inner ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 120%;
}
@media (max-width: 999px) {
  #uber-wrap .ccm-image-slider-container {
    height: 60vh;
  }
}
#uber-wrap .ccm-image-slider {
  height: 90vh;
}
#uber-wrap .ccm-image-slider-inner {
  height: 90vh;
}
#uber-wrap .rslides {
  height: 90vh;
}
#uber-wrap .rslides li {
  height: 90vh;
  width: 100%;
}
#uber-wrap .rslides li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#uber-wrap .owl-prev {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  z-index: 5;
  transform: rotate(180deg);
  height: 2.2rem;
  width: 2.2rem;
}
#uber-wrap .owl-prev:hover {
  opacity: 0.7;
}
#uber-wrap .owl-prev img {
  max-width: 100%;
  height: auto;
}
#uber-wrap .owl-next {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  z-index: 5;
  height: 2.2rem;
  width: 2.2rem;
}
#uber-wrap .owl-next:hover {
  opacity: 0.7;
}
#uber-wrap .owl-next img {
  max-width: 100%;
  height: auto;
}
#uber-wrap .disabled {
  opacity: 0.2;
}

#uber-wrap {
  /* ANIMATIE: wanneer knop actief is (menu open) */
}
#uber-wrap .relative {
  position: relative;
}
#uber-wrap .fixed {
  position: fixed !important;
  top: 2rem !important;
  right: 1.5rem !important;
}
@media (max-width: 999px) {
  #uber-wrap .fixed {
    right: 1rem !important;
  }
}
@media (min-width: 1600px) {
  #uber-wrap .fixed {
    right: calc((100% - 1600px) / 2) !important;
  }
}
@media (min-width: 2300px) {
  #uber-wrap .fixed {
    right: calc((100% - 1800px) / 2) !important;
  }
}
#uber-wrap .topBarWrap {
  width: 100%;
  margin-top: 0.8rem;
  height: 10rem;
  margin-bottom: 2rem;
}
@media (max-width: 760px) {
  #uber-wrap .topBarWrap {
    height: auto;
    margin-bottom: 1.5rem;
  }
}
#uber-wrap .topBarWrap .logo {
  float: left;
  height: 100%;
  height: 10rem;
}
@media (max-width: 760px) {
  #uber-wrap .topBarWrap .logo {
    float: none;
  }
}
#uber-wrap .topBarWrap .logo img {
  max-height: 100%;
}
#uber-wrap .topBarWrap .menuToggle {
  float: right;
}
#uber-wrap .topBarWrap .steden {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 6rem;
  width: 70%;
}
@media (max-width: 760px) {
  #uber-wrap .topBarWrap .steden {
    bottom: 0;
    width: 100%;
    top: auto;
    transform: translateY(0%);
    padding-left: 0;
    width: 100%;
    position: relative;
    padding-top: 1rem;
  }
}
#uber-wrap .topBarWrap .steden h3 {
  font-weight: 600;
  font-size: 0.8rem;
  vertical-align: middle;
  padding-left: 2rem;
  color: #0C478D;
}
@media (max-width: 760px) {
  #uber-wrap .topBarWrap .steden h3 {
    vertical-align: auto;
    padding-left: 0;
  }
}
#uber-wrap .menu {
  z-index: 4;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 760px) {
  #uber-wrap .menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    background: #0C478D;
    color: white;
    transition: left 0.3s ease-in-out;
    z-index: 89;
    right: auto;
    transform: translateY(0%);
  }
}
#uber-wrap .menu nav ul {
  padding-bottom: 0;
}
@media (max-width: 760px) {
  #uber-wrap .menu nav ul {
    padding-top: 4rem;
  }
}
#uber-wrap .menu nav ul li {
  line-height: 1.6rem;
  display: block;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 760px) {
  #uber-wrap .menu nav ul li {
    text-align: left;
    padding-left: 2rem;
  }
}
#uber-wrap .menu nav ul li .nav-path-selected {
  font-weight: 600 !important;
}
#uber-wrap .menu nav ul li a {
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  color: #0C478D;
}
@media (max-width: 760px) {
  #uber-wrap .menu nav ul li a {
    color: white;
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
#uber-wrap .menu nav ul li a:hover {
  color: black;
}
#uber-wrap .open {
  left: 0;
}
#uber-wrap .menu-knop {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 99;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}
@media (max-width: 760px) {
  #uber-wrap .menu-knop {
    display: flex;
  }
}
#uber-wrap .menu-knop span {
  width: 30px;
  height: 3px;
  background: #0C478D;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
#uber-wrap .knop-actief {
  position: fixed;
  right: 2rem;
  top: 3.8rem;
}
#uber-wrap .menu-knop.knop-actief span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background: white;
}
#uber-wrap .menu-knop.knop-actief span:nth-child(2) {
  opacity: 0;
}
#uber-wrap .menu-knop.knop-actief span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: white;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
}
.owl-theme .owl-dots .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-theme .owl-dots .owl-dot span {
  width: 2em;
  height: 0.2em;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-theme .owl-dots .owl-dot:hover span {
  background: red;
}

#uber-wrap h2, #uber-wrap h1 {
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  color: #0C478D;
}
#uber-wrap h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #0C478D;
}
#uber-wrap p {
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.75rem;
  padding-bottom: 1.7rem;
  color: #191919;
}
#uber-wrap p:last-child {
  padding-bottom: 0;
}
#uber-wrap ul {
  font-size: 1.2rem;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.2rem; /* of meer afhankelijk van je font */
  padding-bottom: 1.7rem;
}
#uber-wrap ul li {
  font-size: 1.2rem;
  list-style-type: disc;
  font-weight: 300;
  margin-bottom: 0.55rem;
}
#uber-wrap ul li:last-child {
  margin-bottom: 0;
}
#uber-wrap strong {
  font-weight: 400;
}
#uber-wrap .strong {
  font-weight: 400 !important;
}
#uber-wrap em {
  font-style: italic;
}
#uber-wrap .grijs {
  color: #777777;
}

body, html {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
@media (min-width: 2300px) {
  body, html {
    font-size: 125%;
  }
}
@media (max-width: 999px) {
  body, html {
    font-size: 90%;
  }
}

#lpckBannerContainer {
  display: none !important;
}

@media (max-device-width: 400px), (max-width: 481px) {
  #ccm-nav-intelligent-search-wrapper {
    display: none;
  }
}

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v23-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/poppins-v23-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v23-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v23-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/poppins-v23-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v23-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/poppins-v23-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v23-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
