@charset "UTF-8";
html, body {
  height: 100%; }
  html .flex-parent, body .flex-parent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
  html .meta-info ul, body .meta-info ul {
    padding: 0px;
    margin-bottom: 1px; }
    html .meta-info ul li, body .meta-info ul li {
      margin-right: 10px;
      margin-bottom: 0px; }
  html .timeline-wrapper, body .timeline-wrapper {
    overflow-x: hidden; }
  html .input-flex-container, body .input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80vw;
    height: 175px;
    max-width: 800px;
    position: relative;
    z-index: 0; }
  html .input, body .input {
    width: 25px;
    height: 25px;
    background-color: #d61126;
    position: relative;
    border-radius: 50%; }
    html .input:hover, body .input:hover {
      cursor: pointer; }
    html .input::before, html .input::after, body .input::before, body .input::after {
      content: '';
      display: block;
      position: absolute;
      z-index: -1;
      top: 50%;
      transform: translateY(-50%);
      background-color: #d61126;
      width: 16vw;
      height: 6px; }
    html .input::before, body .input::before {
      left: calc(0vw); }
    html .input::after, body .input::after {
      right: calc(-16vw + 12.5px); }
    html .input.active, body .input.active {
      background-color: #d61126; }
      html .input.active::before, body .input.active::before {
        background-color: #d61126; }
      html .input.active::after, body .input.active::after {
        background-color: #AEB6BF; }
      html .input.active span, body .input.active span {
        font-weight: 700;
        font-size: 13px; }
        html .input.active span::after, body .input.active span::after {
          font-size: 15px; }
    html .input.active ~ .input, html .input.active ~ .input::before, html .input.active ~ .input::after, body .input.active ~ .input, body .input.active ~ .input::before, body .input.active ~ .input::after {
      background-color: #AEB6BF; }
    html .input span, body .input span {
      width: 1px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      visibility: hidden; }
      html .input span::before, html .input span::after, body .input span::before, body .input span::after {
        visibility: visible;
        position: absolute;
        left: 50%; }
      html .input span::after, body .input span::after {
        content: attr(data-year);
        top: 25px;
        transform: translateX(-50%);
        font-size: 14px; }
      html .input span::before, body .input span::before {
        content: attr(data-info);
        top: -65px;
        width: 70px;
        transform: translateX(-5px) rotateZ(-45deg);
        font-size: 12px;
        text-indent: -10px; }
  html .description-flex-container, body .description-flex-container {
    width: 80vw;
    font-weight: 400;
    margin-top: 100px;
    max-width: 800px; }
    html .description-flex-container div, body .description-flex-container div {
      margin-top: 0;
      display: none; }
      html .description-flex-container div.active, body .description-flex-container div.active {
        display: block; }

@media (min-width: 1000px) {
  .input::before {
    left: -147.5px; }

  .input::after {
    right: -147.5px; } }
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px; }
    .input::before, .input::after {
      height: 3px; }
    .input::before {
      left: calc(-16vw + 8.5px); }
    .input::after {
      right: calc(-16vw + 8.5px); } }
header.subpage {
  background-image: url("/wp-content/uploads/2019/10/Roelofs-ingenieursbureau.jpg"); }

@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial !important; }

  .input-flex-container {
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    margin-top: 5vh !important; }

  .input {
    width: 60px !important;
    height: 60px !important;
    margin: 0 10px 50px !important;
    background-color: #AEB6BF; }
    .input::before, .input::after {
      content: none !important; }
    .input span {
      width: 100% !important;
      height: 100% !important;
      display: block !important; }
      .input span::before {
        top: calc(100% + 5px) !important;
        transform: translateX(-50%) !important;
        text-indent: 0 !important;
        text-align: center !important; }
      .input span::after {
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        color: #ECF0F1 !important; }

  .description-flex-container {
    margin-top: 30px !important;
    text-align: center !important; } }
div#section0 {
  background-position: left; }

.feat-block img,
.feat-block .featured-video-plus {
  overflow: hidden !important; }

div#map_sidebar, form#searchForm {
  display: none; }

.sidebox p {
  width: 100%; }

span.uitgelicht {
  background: #f9f9f9;
  border-left: 5px solid #d61126;
  margin: 1.5em 10px;
  padding: 1.5em 20px;
  font-style: italic;
  width: 100%;
  display: block;
  font-size: 1.4em; }

input, textarea {
  border-radius: 0px !important;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 10px;
  border: 1px solid #ccc; }

input.wpcf7-form-control.wpcf7-submit {
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 30px !important;
  border: none;
  padding: 8px 20px;
  transition: all .6s ease;
  background: #d61126;
  outline: none !important;
  box-shadow: none !important;
  letter-spacing: 2px;
  color: #fff;
  width: 160px; }

label {
  display: block !important; }

label.descriptionLabel {
  float: left; }

.content-wrapper img {
  max-width: 100%;
  width: auto; }

.newsthumb img {
  width: 100%; }

img.alignleft {
  float: left;
  margin-right: 20px; }

.pulse {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 34, 38, 0.85);
  box-shadow: 0 0 0 rgba(255, 34, 38, 0.85);
  animation: pulsing 2s infinite;
  transition: all 0.2s;
  cursor: pointer; }

.pulse:active {
  transform: scale(1.5); }

@keyframes pulsing {
  from {
    box-shadow: 0 0 0 0 rgba(255, 34, 38, 0.85); }
  70% {
    box-shadow: 0 0 0 15px rgba(214, 17, 38, 0); }
  to {
    box-shadow: 0 0 0 0 rgba(214, 17, 38, 0); } }
header.expertiseheader {
  max-width: 1400px;
  margin: auto; }

header.expertiseheader.mobiliteit {
  position: relative;
  margin-bottom: 40px; }
  header.expertiseheader.mobiliteit img {
    position: relative;
    display: block; }
  header.expertiseheader.mobiliteit .container {
    height: 100%; }
  header.expertiseheader.mobiliteit div div a {
    display: block;
    height: 100%;
    width: 100%; }
  header.expertiseheader.mobiliteit .point-1 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 36%;
    left: 65%; }
    header.expertiseheader.mobiliteit .point-1:hover:after {
      content: "Verkeersveiligheid";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.mobiliteit .point-2 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 55%;
    left: 40%; }
    header.expertiseheader.mobiliteit .point-2:hover:after {
      content: "Smart Mobility";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.mobiliteit .point-3 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 79%;
    left: 54%; }
    header.expertiseheader.mobiliteit .point-3:hover:after {
      content: "Fiets en voetganger";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }

header.expertiseheader.waterriolering {
  position: relative;
  margin-bottom: 40px; }
  header.expertiseheader.waterriolering img {
    position: relative;
    display: block; }
  header.expertiseheader.waterriolering .container {
    height: 100%; }
  header.expertiseheader.waterriolering div div a {
    display: block;
    height: 100%;
    width: 100%; }
  header.expertiseheader.waterriolering .point-1 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 75%;
    left: 65%; }
    header.expertiseheader.waterriolering .point-1:hover:after {
      content: "Klimaatadaptie";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.waterriolering .point-2 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 55%;
    left: 35%; }
    header.expertiseheader.waterriolering .point-2:hover:after {
      content: "Risico gestuurd rioolbeheer";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }

header.expertiseheader.energiemilieu {
  position: relative;
  margin-bottom: 40px; }
  header.expertiseheader.energiemilieu img {
    position: relative;
    display: block; }
  header.expertiseheader.energiemilieu .container {
    height: 100%; }
  header.expertiseheader.energiemilieu div div a {
    display: block;
    height: 100%;
    width: 100%; }
  header.expertiseheader.energiemilieu .point-1 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 80%;
    left: 25%; }
    header.expertiseheader.energiemilieu .point-1:hover:after {
      content: "Circulaire economie";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.energiemilieu .point-2 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35%;
    left: 50%; }
    header.expertiseheader.energiemilieu .point-2:hover:after {
      content: "Natuur en milieu";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.energiemilieu .point-3 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 80%;
    left: 90%; }
    header.expertiseheader.energiemilieu .point-3:hover:after {
      content: "Energietransitie";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }

header.expertiseheader.gebiedsontwikkeling {
  position: relative;
  margin-bottom: 40px; }
  header.expertiseheader.gebiedsontwikkeling img {
    position: relative;
    display: block; }
  header.expertiseheader.gebiedsontwikkeling .container {
    height: 100%; }
  header.expertiseheader.gebiedsontwikkeling div div a {
    display: block;
    height: 100%;
    width: 100%; }
  header.expertiseheader.gebiedsontwikkeling .point-1 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30%;
    left: 37%; }
    header.expertiseheader.gebiedsontwikkeling .point-1:hover:after {
      content: "Eeserwold Steenwijk";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.gebiedsontwikkeling .point-2 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 37%;
    left: 44%; }
    header.expertiseheader.gebiedsontwikkeling .point-2:hover:after {
      content: "Waterstof";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.gebiedsontwikkeling .point-3 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 22%;
    left: 55%; }
    header.expertiseheader.gebiedsontwikkeling .point-3:hover:after {
      content: "Circulaire bedrijventerreinen ";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }

header.expertiseheader.grondstoffen {
  position: relative;
  margin-bottom: 40px; }
  header.expertiseheader.grondstoffen img {
    position: relative;
    display: block; }
  header.expertiseheader.grondstoffen .container {
    height: 100%; }
  header.expertiseheader.grondstoffen div div a {
    display: block;
    height: 100%;
    width: 100%; }
  header.expertiseheader.grondstoffen .point-1 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 60%;
    left: 45%; }
    header.expertiseheader.grondstoffen .point-1:hover:after {
      content: "Multifunctioneel ruimtegebruik";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }

header.expertiseheader.verhardingtechniek {
  position: relative;
  margin-bottom: 40px; }
  header.expertiseheader.verhardingtechniek img {
    position: relative;
    display: block; }
  header.expertiseheader.verhardingtechniek .container {
    height: 100%; }
  header.expertiseheader.verhardingtechniek div div a {
    display: block;
    height: 100%;
    width: 100%; }
  header.expertiseheader.verhardingtechniek .point-1 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 30%;
    left: 47%; }
    header.expertiseheader.verhardingtechniek .point-1:hover:after {
      content: "Emissieloze bouwplaats";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.verhardingtechniek .point-2 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 74%;
    left: 36%; }
    header.expertiseheader.verhardingtechniek .point-2:hover:after {
      content: "Innovatieve asfaltmengsels";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }

header.expertiseheader.beheeronderhoud {
  position: relative;
  margin-bottom: 40px; }
  header.expertiseheader.beheeronderhoud img {
    position: relative;
    display: block; }
  header.expertiseheader.beheeronderhoud .container {
    height: 100%; }
  header.expertiseheader.beheeronderhoud div div a {
    display: block;
    height: 100%;
    width: 100%; }
  header.expertiseheader.beheeronderhoud .point-1 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 34%;
    left: 42%; }
    header.expertiseheader.beheeronderhoud .point-1:hover:after {
      content: "Wegenbouwkundig laboratorium";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }
  header.expertiseheader.beheeronderhoud .point-2 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 53%;
    left: 20%; }
    header.expertiseheader.beheeronderhoud .point-2:hover:after {
      content: "Efficiënt wegenbeheer";
      display: inline-block;
      width: max-content;
      color: #fff;
      background: rgba(0, 0, 0, 0.7);
      padding: 5px 10px;
      border-radius: 5px;
      text-align: center;
      position: absolute;
      -webkit-transform: translateX(-50%) translateY(-50%);
      left: 50%;
      top: 50px; }

.globe {
  z-index: 1; }

#bound-one {
  background: #e5f8fc; }

.crossoverlay {
  background-image: url("../img/cross.png");
  width: 100%;
  height: 100vh;
  position: fixed;
  opacity: 0.5;
  mix-blend-mode: multiply;
  position: relative; }

.scroll-bound {
  height: 7000px; }
  .scroll-bound .content-scroll {
    height: 100vh;
    width: 100%;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .scroll-bound video {
    width: 100%;
    max-width: 1000px; }

#player {
  top: 0;
  height: 100%;
  margin: auto;
  position: absolute; }

p font-family helvetica {
  font-size: 24px; }

.expertises-holder {
  position: absolute;
  width: 100%;
  top: 800px;
  max-width: 1600px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto; }

#list-items {
  z-index: 5;
  width: 300px;
  position: fixed;
  top: 150px;
  margin-left: 20px;
  text-align: right; }
  #list-items a.list-group-item {
    background: transparent;
    border: none;
    text-transform: uppercase; }
    #list-items a.list-group-item:hover {
      color: #d61126; }
  #list-items a.list-group-item.typo {
    font-style: italic;
    color: #777;
    border-radius: 40px;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 1.2em;
    font-weight: bold; }
  #list-items a.list-group-item.active {
    color: #333;
    font-weight: bold; }
    #list-items a.list-group-item.active:after {
      content: "\A";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #d61126;
      display: inline-block;
      margin-right: -20px;
      margin-left: 10px; }

.scrollspy-items {
  z-index: 4; }

.list-item-height {
  position: relative;
  height: 800px; }

.list-wrapper {
  width: 450px;
  right: 40px;
  background: rgba(255, 255, 255, 0.8);
  bottom: -50px;
  position: absolute; }
  .list-wrapper .content-expertise {
    padding: 30px; }
  .list-wrapper .centered {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0); }
  .list-wrapper .image-expertise {
    padding: 1px; }
    .list-wrapper .image-expertise img {
      max-height: 250px;
      object-fit: cover;
      width: 100%; }

@media (max-width: 992px) {
  .scroll-bound {
    height: 6700px; }

  .scroll-content .list-wrapper {
    right: -20px; }

  .featured-mobile {
    width: 100%;
    background: #fff;
    position: absolute;
    top: calc(100vh - 170px);
    padding-bottom: 0px; }
    .featured-mobile .owl-theme .owl-nav.disabled + .owl-dots {
      margin-top: 123px; } }
@media (max-width: 767px) {
  .scroll-bound {
    height: 6400px; } }
@media (max-width: 768px) {
  .scroll-menu {
    display: none; }

  .scroll-content .list-wrapper {
    width: calc(100% - 20px);
    left: 10px; }

  .image-expertise {
    display: block; }

  #player {
    height: auto;
    margin-top: 40px; } }
@media (max-height: 800px) {
  .image-expertise {
    display: block; } }
@media (min-width: 992px) {
  #featured {
    top: 100px !important;
    right: 30px !important; } }
.voor-wie {
  z-index: 8;
  position: relative;
  background: #fff;
  padding-top: 150px; }
  .voor-wie .how-blocks {
    margin-bottom: 50px; }
    .voor-wie .how-blocks .image-holder {
      min-height: 300px;
      background-size: cover;
      position: relative;
      margin-bottom: 50px; }
      .voor-wie .how-blocks .image-holder .content-holder {
        position: absolute;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        padding: 30px 20px;
        width: 100%;
        text-align: center; }
        .voor-wie .how-blocks .image-holder .content-holder h1 {
          color: #fff;
          font-size: 22px;
          font-weight: bold; }
      .voor-wie .how-blocks .image-holder a.btn {
        position: absolute;
        bottom: -50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
  .voor-wie .contents {
    margin-top: 4em; }
    .voor-wie .contents .contentblock {
      margin-bottom: 40px; }
    .voor-wie .contents ul.voor {
      text-align: center;
      list-style: none;
      margin-top: 20px;
      padding: 0px; }
      .voor-wie .contents ul.voor li {
        margin-bottom: 20px; }
        .voor-wie .contents ul.voor li:after {
          content: "\A";
          width: 7px;
          height: 7px;
          margin-top: 10px;
          border-radius: 50%;
          background: #d61126;
          display: inline-block; }

.tagline-fixed {
  position: fixed;
  right: 30px;
  bottom: 0px;
  max-width: 270px;
  left: unset;
  z-index: 0; }
  .tagline-fixed p {
    font-size: 18px;
    float: left; }
  .tagline-fixed img {
    width: 28px;
    float: left;
    margin-top: -5px;
    margin-left: 5px; }

@media (max-width: 768px) {
  .tagline-fixed {
    display: none; } }
.grecaptcha-badge {
  display: none; }

.waarde {
  position: absolute;
  top: 45%;
  max-width: 404px;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center; }
  .waarde h1 {
    color: #fff;
    font-weight: 700;
    font-size: 3.5em;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.8) !important;
    animation: fadein 2s;
    -moz-animation: fadein 2s;
    /* Firefox */
    -webkit-animation: fadein 2s;
    /* Safari and Chrome */
    -o-animation: fadein 2s;
    /* Opera */ }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
body.home #footer {
  z-index: 6;
  margin-top: -50px; }
body.home h2 {
  color: #d61126;
  font-weight: 200;
  font-size: 2em; }

@media all and (min-width: 1200px) {
  .navbar .nav-item .dropdown-menu {
    display: none; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; }

  .navbar .nav-item.expertises:hover .dropdown-menu {
    display: none; }

  .navbar .nav-item.expertises .dropdown-menu.show {
    display: block; } }
section.content-wrapper {
  display: inline-block;
  width: 100%; }

body.page-template-page-producten .content .icon img {
  height: 250px;
  width: 100%;
  object-fit: cover; }

#search .modal-body {
  max-width: 560px; }

.search-holder a {
  font-size: 1.1em;
  margin: 5px 15px;
  display: inline-block; }

@media (max-width: 600px) {
  .search-holder a {
    font-size: 0.8em; } }
h1, h2, h3 {
  font-weight: 300; }

h4, h5, h6 {
  font-weight: 700; }

p {
  font-size: 1em; }

h1 {
  font-size: 2.8em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 1.9em; }

h4 {
  font-size: 1.4em;
  margin-bottom: 0em; }

h5 {
  font-soze: 1.2em; }

#mainNav .navbar-brand {
  float: left; }

div#navbarNavDropdown {
  top: 30px; }

@media (max-width: 1200px) {
  div#navbarNavDropdown {
    top: 60px; } }

/*# sourceMappingURL=edits2020.css.map */
