/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26-feb-2016, 11:11:26
    Author     : Tim Aertsen
*/
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #C3C3C3;
  border: 2px solid #eee;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.rondehoek {
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.latoBold {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.latoLight {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.latoSemibold {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
.dancingScript {
  font-family: 'Dancing Script', cursive;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("../include/boxsizing.htc");
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  line-height: 27px;
  color: #666;
  font-weight: normal;
  background-color: #fff;
}
h1,
.stepsblock h2,
.werkingblock h2 {
  text-align: left;
}
.stepsblock h2 {
  padding-left: 75px;
}
h1::before,
.stepsblock h2::before,
.werkingblock h2::before {
  display: block;
  margin: 0 20px 8px 0;
  height: 5px;
  content: " ";
  text-shadow: none;
  background-color: #1369AF;
  width: 80px;
}
h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 30px;
  color: #1f1f1f;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
  color: #1f1f1f;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
h3 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 30px;
  color: #1f1f1f;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
a {
  color: #0D4C80;
  text-decoration: underline;
}
a:hover {
  color: #0D4C80;
  text-decoration: none;
}
.inverse:hover {
  border-bottom: 3px solid white;
}
.inverse a {
  color: #FFF !important;
}
@media only screen and (min-width: 899px) {
  .inverse a.wiggle {
    animation: wiggeling 1s ease-in-out infinite;
  }
}
.inverse a:hover {
  border-bottom: none;
}
.inverse.mobile-only a {
  color: #d55401 !important;
}
.mobile-only {
  display: none !important;
}
#container,
.footercontainer {
  width: 1230px;
  margin: 0px auto;
  font-size: 20px;
}
.itemcontent {
  width: 1230px;
  margin: 0px auto;
}
#contentinhoud {
  display: block;
  width: 100%;
  min-height: 550px;
}
sup {
  vertical-align: super;
  line-height: 0;
  position: relative;
  top: 0px;
  font-size: 50%;
}
#contentinhoud p {
  padding-bottom: 20px;
}
#contentinhoud ul ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
#contentinhoud ol li {
  margin-top: 15px;
  margin-bottom: 20px;
}
#header {
  height: 175px;
  width: 100%;
}
#troeven {
  height: 40px;
  width: 100%;
  color: #FFF;
  font-size: 17px;
  background-color: #0D4C80;
}
#troeven ul.troevenLijst li {
  float: left;
  list-style-type: none;
  line-height: 40px;
  margin-right: 40px;
}
#taalselectie {
  float: right;
}
#menu {
  display: block;
  width: 100%;
  height: 135px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  background-color: #1369AF;
  border-bottom: 45px solid #0D4C80;
}
#menu img {
  float: left;
  margin: 0px 0px;
  border: 0;
}
#menu ul {
  float: right;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
#menu ul li {
  float: left;
  display: inline-block;
}
#menu ul li a {
  position: relative;
}
#menu ul ul li {
  float: left !important;
}
#menu ul li a:hover:after,
#menu ul li.active a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: #0D4C80 transparent;
}
#menu ul li.inverse a:after {
  display: none;
}
#menu ul ul li:hover:after {
  visibility: hidden;
}
#menu ul li a {
  text-decoration: none;
  color: #FFF;
  line-height: 35px;
  display: inline-block;
  padding: 30px 20px 30px 20px;
  font-size: 18px;
}
#menu ul ul {
  position: absolute;
  display: none;
}
#menu ul li.active ul {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  margin-top: -2px;
}
#menu ul ul li {
  background-image: none !important;
}
#menu ul ul li a {
  text-decoration: none;
  color: #FFF;
  line-height: 14px;
  display: inline-block;
  padding: 12px 15px 11px 15px;
  font-size: 17px;
  font-weight: normal;
  border: none !important;
}
#menu ul ul li:hover,
#menu ul ul li.subactive {
  border-bottom: 5px solid #FFF !important;
  color: #FFF;
}
#menu .show {
  width: 100%;
  left: 0;
}
#contactbox {
  width: 100%;
}
#contactbox div {
  float: left;
  padding-right: 10px;
}
#contactformulier {
  width: 60%;
  margin-right: 5%;
}
.formuliermelding {
  margin-top: 20px;
  color: #1369AF;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
#contactgegevens {
  width: 35%;
  margin-top: 10px;
  border: 1px solid #babcc2;
  padding: 20px !important;
}
#contactbox div:nth-child(2n) {
  padding-left: 10px;
  padding-right: 0px;
}
.paddingLR {
  padding-left: 10px;
  padding-right: 10px;
}
#contactbox ul,
.fa-ul {
  list-style-type: none;
  line-height: 24px;
  color: #1369AF;
}
#contactbox li,
.fa-ul li {
  margin-bottom: 10px;
  color: #666;
}
#contactbox li a {
  color: #1369AF;
  text-decoration: none;
}
#contactbox li a:hover {
  text-decoration: underline;
}
#contactgegevens {
  padding-top: 10px;
}
#contactgegevens h2 {
  font-size: 20px;
  margin-bottom: 15px;
}
.inleiding {
  padding-bottom: 50px;
}
.inleiding.pb-0 {
  padding-bottom: 0 !important;
}
.inleiding.pb-0 h1 {
  margin-bottom: 15px;
}
/*====================================================
STRUCTUUR
=====================================================*/
.visible {
  visibility: visible !important;
}
.no-visible,
.animated {
  visibility: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.span30 {
  width: 30%;
}
.span50 {
  width: 50%;
  padding: 10px;
}
.span70 {
  width: 66%;
}
.span60 {
  width: 60%;
}
.span100 {
  width: 100%;
  padding: 10px;
}
/*====================================================
INPUT
=====================================================*/
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  display: block;
  padding: 13px 18px;
  border: 1px solid #babcc2;
  background: white;
  width: 100%;
  min-width: 235px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  margin: 0px;
  font-size: 18px;
  line-height: 27px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 15px;
}
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  font-size: 20px;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
  height: 50px;
  -webkit-appearance: none;
}
input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}
label {
  margin-right: 20px;
  cursor: pointer;
}
textarea {
  color: #909195;
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #909195;
  font-weight: 100;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #909195;
  font-weight: 100;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #909195;
  font-weight: 100;
}
:-ms-input-placeholder {
  color: #909195;
  font-weight: 100;
}
.fancybox-image {
  background: white !important;
}
.btn,
#contentcontent a:not(.fancybox):not(.nobtn):not(.contactgegeven):not(.dealer):not(.hoofddealer) {
  display: inline-block;
  background-color: #FFF;
  color: #3e87c5;
  text-decoration: none;
  padding: 0px 20px;
  line-height: 50px;
  height: auto;
  width: auto;
  min-width: auto;
  cursor: pointer;
  margin: 0px;
  border: 2px solid #3e87c5;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.right {
  float: right;
  text-align: right !important;
}
.btn:hover,
#contentcontent a:hover:not(.fancybox):not(.nobtn):not(.contactgegeven):not(.dealer):not(.hoofddealer) {
  text-decoration: none;
  color: #FFF;
  background: #3e87c5;
}
.werkingblock {
  margin-bottom: 40px;
  width: 100%;
  min-height: 200px;
}
.werkingblock img {
  float: right;
  height: 200px;
  border: 3px solid #0D4C80;
  margin: 0px 0px 20px 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.werkingblock img.extraBorder {
  border: 8px solid #0D4C80;
}
.werkingblock h2 {
  margin-bottom: 15px !important;
}
.werkingblock p {
  margin-bottom: 30px;
}
.meerliruimte li {
  padding-bottom: 50px !important;
}
.meerliruimte li:before {
  margin-top: 15px !important;
}
.afbeeldingblock {
  margin-top: 100px;
}
.afbeeldingblock img {
  width: 100%;
  /* max-width: 975px; */
  margin-bottom: 100px;
}
.tableholder {
  clear: both;
  max-width: 1000px;
  /*overflow-x:auto;*/
  margin-bottom: 45px !important;
}
.tablepreholder {
  clear: both;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  height: 22px;
}
.overzichtstabel {
  clear: both;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid #004277;
}
.overzichtstabel form {
  float: right;
}
.overzichtstabelheader {
  font-size: 20px;
}
.overzichtstabel td {
  margin: 0px;
  padding: 5px;
  border: 1px solid #004277;
  text-align: center;
  font-size: 15px;
  /*@media @smartphones {
    img {
      height: 25px;
      width: auto;
    }
  }*/
}
.overzichtstabel td.sm {
  max-width: 90px;
  min-width: 50px;
}
.overzichtstabel td.md {
    width: 150px;
}

.overzichtstabel td.tekstRechts {
  text-align: right;
  padding: 5px 10px;
}
.overzichtstabel .prijs {
  font-size: 15px;
  display: inline-block;
  padding-right: 15px;
  line-height: 40px;
  font-weight: 600;
}
.vet {
  font-weight: 900;
  color: #1e1e1e;
  line-height: 20px;
}
.overzichtstabel .btn {
  font-size: 20px;
  line-height: 40px;
}
.stepsblock {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.stepsblock .btn {
  margin-left: auto;
  position: relative;
  z-index: 5;
}
.stepsLine {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #1369AF;
}
.stepsblockitem {
  margin-bottom: 25px;
  position: relative;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*
.itemleft{
     opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.itemleft.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}


.itemright{
     opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.itemright.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
*/
.stepsblockitem:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  margin-left: -10px;
  background-color: #FFF;
  border: 4px solid #0D4C80;
}
.stepsblockitemnummer {
  float: left;
  color: #cad3de;
  font-size: 100px;
  padding-top: 20px;
}
.itemleft .stepsblockitemtext {
  float: left;
}
.itemright .stepsblockitemtext {
  float: right;
}
.itemleft .stepsblockitemimage {
  float: right;
}
.itemright .stepsblockitemimage {
  float: left;
}
.stepsblockitemtext {
  width: 45%;
  float: left;
  text-align: left;
  padding-left: 10px;
}
.stepsblockitemnummer {
  width: 5%;
}
.stepsblockitemimage {
  width: 45%;
  background-color: #cacaca;
  height: 225px;
  overflow: hidden;
  font-size: 50px;
  line-height: 225px;
  color: #666;
}
.stepsblockitemimage img {
  min-width: 100%;
  min-height: 100%;
}
#footer {
  background-color: #1369AF;
}
#footer * {
  color: #FFF;
}
#footer a,
.footerinhoudonder a {
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
}
#footer a:hover,
.footerinhoudonder a:hover {
  text-decoration: underline;
}
.footerinhoudboven {
  line-height: 30px;
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  font-size: 18px;
}
.footerinhoudboven div {
  width: 25%;
  float: left;
  margin-top: 30px;
}
.footerinhoudboven ul {
  list-style-type: none;
}
.footerinhoudonder {
  line-height: 50px;
  font-size: 18px;
  height: 50px;
  background-color: #0D4C80;
  color: #FFF;
}
.footerinhoudonder ul {
  list-style-type: none;
}
.footerinhoudonder ul li {
  float: left;
  padding-right: 30px;
}
.footerinhoudonder span {
  float: right;
}
/*====================================================
BREADCRUMB VIEW
=====================================================*/
.breadcrumb {
  width: 100%;
  line-height: 70px;
  font-size: 17px;
}
.breadcrumb .item {
  float: left;
}
.breadcrumb a {
  text-decoration: none;
  color: #85878b;
}
.last .sep {
  display: none;
}
.sep {
  display: inline-block;
  width: 20px;
  color: #1369AF;
  text-align: center;
}
#contactformulier * {
  text-align: center;
}
#contactformulier input,
#contactformulier textarea {
  text-align: left;
}
.eigenformaat {
  width: 100%;
  max-width: 975px;
  text-align: right;
  display: block;
}

.dealers .main-dealer{
  margin-bottom: 20px;
}

.dealers .main-dealer .dealer{
  margin: 0 auto;
  float: none
}

.dealers .other-dealers{
  display: flex;
  flex-wrap: wrap;
}

.dealers .other-dealers .dealer{
  float: none;
  text-align: center;
}

.hoofddealer {
  width: 100%;
  padding: 20px;
  float: left;
  margin-bottom: 20px;
  border: 1px solid #babcc2;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.dealer {
  width: 49%;
  margin: 0% 1% 20px 0%;
  padding: 30px 20px;
  float: left;
  border: 1px solid #babcc2;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}

.dealer p.location{
  color: black;
  text-transform: uppercase;
}

.dealer h3{
  color: black;
  font-size: 20px;
}

/*.dealer:nth-of-type(even) {*/
/*  margin: 0% 0% 20px 1%;*/
/*}*/

#navigatiemobiel {
  background-color: #1369AF;
  position: absolute;
  width: 100%;
  z-index: 99;
  display: none;
}
#navigatiemobielcontrol {
  display: block;
  line-height: 77px;
  padding: 0px 20px 0px 20px;
}
#navigatiemobielcontrol img {
  border: 0px;
  max-height: 67px;
  max-width: 50%;
  float: left;
}
#navigatiemobielcontrol button {
  font-size: 24px;
  line-height: 77px;
  border: 0;
  cursor: pointer;
  background-color: #1369AF;
  float: right;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  width: 10%;
}
#navigatiemobiel ul {
  clear: both;
  padding: 0px 10px 10px 10px;
  list-style-type: none;
  width: auto;
}
#navigatiemobiel li {
  line-height: 50px;
  border-top: 1px solid #0D4C80;
}
#navigatiemobiel li:first-child {
  border-top: 0px;
}
#navigatiemobiel li a {
  display: block;
  color: #FFF;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
}
#navigatiemobiel li a:hover {
  color: #FFF;
  text-decoration: underline;
}
#navigatiemobielcontent ul li.active {
  display: block;
  /*background-color: @hoofdkleurdonker;*/
}
#navigatiemobielcontent ul li ul:not(.show) {
  display: none;
}
#navigatiemobielcontent ul li ul.show {
  padding: 0;
}
#navigatiemobielcontent ul li.active ul {
  padding: 0;
}
#navigatiemobielcontent ul li.active ul li {
  display: block;
}
#navigatiemobielcontent ul ul li.subactive {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
#navigatiemobielcontent {
  clear: both;
  display: none;
}
.tabelverticaal .prijs {
  display: block;
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}
.tabelverticaal form {
  float: none !important;
}
.tabelverticaal tr td:first-child {
  background-color: #1369AF;
  color: #FFF;
  max-width: 60px;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
ol {
  margin-left: 20px !important;
}
ol li {
  padding-left: 20px !important;
}
.begeleidendefoto {
  float: left;
  width: 200px;
  height: 250px;
  line-height: 25px;
  text-align: center;
  margin: 0px 20px 20px 0px;
}
.begeleidendefoto img {
  height: 200px;
  border: 3px solid #0D4C80;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.begeleidendeschets {
  margin-top: 50px;
  float: left;
  width: 33%;
  height: auto;
  line-height: 25px;
  text-align: center;
  padding: 0px 10px 20px 10px;
}
.begeleidendeschets img {
  width: 100%;
  border: 3px solid #0D4C80;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.begeleidendeschetsignofor {
  margin-top: 50px;
  float: left;
  width: 23%;
  height: auto;
  line-height: 25px;
  text-align: center;
  padding: 0px 20px 20px 0px;
}
.begeleidendeschetsignofor img {
  width: 100%;
  border: 3px solid #0D4C80;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
#taalSelectie {
  float: right;
  display: inline-block;
  text-transform: uppercase;
}
#taalSelectie * {
  font-size: 17px !important;
}
#taalSelectieMobiel {
  float: right;
  display: none;
  text-transform: uppercase;
  line-height: 77px;
  margin-right: 20px;
  width: 60px;
}
#taalSelectieMobiel a {
  color: #FFF !important;
}
#taalSelectieMobiel a:hover {
  color: #FFF;
}
#taalSelectieMobiel li a {
  color: #666 !important;
}
#taalSelectieMobiel li a:hover {
  color: #666;
}
.showLanguageDropdown {
  display: inline-block;
  padding: 10px 0px 10px 0px;
  line-height: 20px !important;
  width: 60px;
  line-height: 20px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  word-spacing: 10px;
}
.showLanguageDropdown:hover {
  color: #FFF;
  text-decoration: underline;
}
#taalSelectieMobiel .showLanguageDropdown {
  padding: 5px 0px 5px 0px;
  color: #FFF;
}
.languageDropdown {
  background-color: #FFF;
  list-style-type: none;
  text-align: center;
  position: absolute;
  display: none;
  width: 50px;
  padding: 0px 10px 0px 10px;
  z-index: 5;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.55);
}
#taalSelectieMobiel .languageDropdown {
  margin-left: -1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #acacac;
  border-top: 0px;
}
.languageDropdown li {
  float: none;
  line-height: 40px;
  border-bottom: 1px solid #cacaca;
}
.languageDropdown li:last-of-type {
  border-bottom: none;
}
.languageDropdown li a {
  color: #333;
  text-decoration: none;
}
.languageDropdown li a:hover {
  text-decoration: underline;
}
.taalSelectieMobiel .languageDropdown li {
  float: none;
  line-height: 40px;
  border-bottom: 1px solid #cacaca;
}
.taalSelectieMobiel .languageDropdown li:last-of-type {
  border-bottom: none;
}
.taalSelectieMobiel .languageDropdown li a {
  color: #333 !important;
  text-decoration: none;
}
.taalSelectieMobiel .languageDropdown li a:hover {
  text-decoration: underline;
}
.fa-ul li {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: 25px;
  margin-left: 0px;
  margin-bottom: 5px;
  list-style-position: 0% 50%;
}
.fa {
  lin-height: 25px !important;
}
.opmerking {
  font-style: italic;
}
.opmerkingtabel {
  margin: 25px 0 50px;
}
#contentcontent ul {
  padding-left: 0px;
  margin-left: 0px;
}
#contentcontent ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 25px;
  margin-bottom: 10px;
  line-height: 25px;
  position: relative;
}
#contentcontent ul li:before {
  content: "♦";
  position: absolute;
  left: -24px;
  width: 20px;
  line-height: 24px;
  color: #1369AF;
  /* or whatever color you prefer */
  font-size: 20px;
  /* or whatever the bullet size you prefer */
}
#contentcontent ul {
  padding-left: 0px;
  margin-left: 0px;
}
#contentcontent ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 25px;
  position: relative;
}
#contentcontent ul ul li:before {
  content: "-";
  position: absolute;
  left: -20px;
  width: 20px;
  line-height: 24px;
  color: #1369AF;
  /* or whatever color you prefer */
  font-size: 20px;
  /* or whatever the bullet size you prefer */
}
#contactgegevens ul ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  line-height: 24px;
  color: #1369AF;
  /* or whatever color you prefer */
  font-size: 20px;
  /* or whatever the bullet size you prefer */
}
#contactgegevens li {
  margin-left: 30px;
}
.col50 {
  width: 50%;
  float: left;
  margin-bottom: 50px;
  padding-left: 1%;
  padding-right: 1%;
}
.col50:nth-of-type(odd) {
  padding-right: 2%;
}
.select-wrapper {
  background-color: #FFF;
  display: block;
  position: relative;
}
.select-wrapper:after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  right: 10px;
  z-index: 5;
}
.center {
  text-align: center;
}
.doorlinkbox a {
  margin: 10px 10px 0px 10px !important;
}
.doorlinkbox {
  margin-bottom: 100px;
}
.regularFontSize {
  font-size: 20px;
}
.span25 {
  width: 25%;
  float: left;
  text-align: left;
}
.span25 img,
.werkingAfbeeldingen img,
.werkingAfbeeldingen3 img,
.werkingAfbeeldingen4 img {
  float: none;
  max-width: 75%;
  border: 3px solid #0D4C80;
  margin: 0px 0px 20px 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
img.extraBorder {
  border: 8px solid #0D4C80;
}
.span75 {
  width: 75%;
  float: left;
  text-align: left;
}
#impluviaFotoBlock {
  width: 68%;
  margin-left: 0;
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
#impluviaFotoBlock #huis {
  width: 90%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
#impluviaFotoBlock #vergroting {
  position: absolute;
  left: 27%;
  top: -7%;
  width: 40%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
#gravureFotoBlock {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
}
#gravureFotoBlock h3 {
  width: 60%;
  text-align: left;
  margin: 0px;
  position: absolute;
  z-index: 100;
  left: 2%;
  top: 3%;
  padding: 0px !important;
}
#gravureFotoBlock #toestel {
  width: 50%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
  margin-bottom: -100px;
  margin-top: 30px;
}
#gravureFotoBlock #vergroting {
  position: absolute;
  left: 54%;
  top: 1%;
  width: 38%;
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(-9deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-9deg);
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
#gravureFotoBlock {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: auto;
  padding-right: 30%;
  padding-top: 5%;
  padding-bottom: 93px;
  border: 8px solid #0D4C80;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
#gravureFotoBlock #toestel {
  width: 70%;
  margin-left: 8%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
#impluviaFotoBlock #oplossing {
  position: absolute;
  right: 3%;
  bottom: 14%;
  width: 43%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
#IgnoforFotoBlock {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
#IgnoforFotoBlock #huis {
  width: 100%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
#IgnoforFotoBlock #vergroting {
  position: absolute;
  left: 5%;
  bottom: 10%;
  width: 30%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
#IgnoforFotoBlock #logo {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 45%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
#IgnoforFotoBlock2 {
  width: 70%;
  position: relative;
  margin-bottom: 100px;
}
#IgnoforFotoBlock2 #afbeeldingLinks {
  width: 50%;
  left: 0%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
  border: 8px solid #0D4C80;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
#IgnoforFotoBlock2 #afbeeldingRechts {
  position: absolute;
  right: 0%;
  bottom: 10%;
  width: 45%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
  border: 8px solid #0D4C80;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
#IgnoforFotoBlock2 #logo {
  position: absolute;
  right: 0%;
  top: 5%;
  width: 45%;
  -webkit-animation-duration: 0.75s;
  /* Chrome, Safari, Opera */
  animation-duration: 0.75s;
}
.werkingAfbeeldingen {
  width: 100%;
  margin-top: -50px;
  padding-bottom: 30px;
}
.werkingAfbeeldingen img,
.werkingAfbeeldingen div {
  max-width: 23%;
  width: 23%;
  margin: 0 1% 0 0 !important;
  text-align: center;
}
.werkingAfbeeldingen div {
  float: left;
}
.werkingAfbeeldingen div img {
  max-width: 100%;
  width: 100%;
}
.werkingAfbeeldingen3 {
  width: 100%;
  margin-top: -50px;
  padding-bottom: 30px;
}
.werkingAfbeeldingen3 img,
.werkingAfbeeldingen3 div {
  max-width: 30%;
  width: 30%;
  margin: 0 3% 0 0 !important;
  text-align: center;
}
.werkingAfbeeldingen3 div {
  float: left;
}
.werkingAfbeeldingen3 div img {
  max-width: 100%;
  width: 100%;
}
.werkingAfbeeldingen4 {
  width: 100%;
  max-width: 975px;
  margin-top: -50px;
  padding-bottom: 30px;
}
.werkingAfbeeldingen4 img,
.werkingAfbeeldingen4 div {
  max-width: 31%;
  width: 31%;
  margin: 0 3% 0 0 !important;
  text-align: center;
}
.werkingAfbeeldingen4 img:last-child,
.werkingAfbeeldingen4 div:last-child {
  margin: 0px !important;
  margin-left: 5px !important;
}
.werkingAfbeeldingen4 div {
  /*float:left;*/
  display: inline-block;
  width: calc(100% / 3.5);
}
.werkingAfbeeldingen4 div img {
  max-width: 100%;
  width: 100%;
}
.noPadding {
  padding: 0px !important;
}
.noMargin {
  margin: 0px !important;
}
.inleiding h3:last-child {
  margin-top: 40px;
}
.rechtBehouding {
  margin-top: 100px;
  padding: 10px;
  line-height: 25px;
  text-align: center;
  font-style: italic;
  color: #999;
  font-size: 16px;
}
#contentcontent #contactgegevens .no-link {
  color: #666 !important;
  text-decoration: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  border: 0px !important;
}
#contentcontent .hoofddealer a,
#contentcontent .dealer a {
  color: #1369AF !important;
  text-decoration: none !important;
  background-color: transparent !important;
  padding: 0px !important;
  margin: 0px !important;
  border: 0px !important;
  line-height: 27px !important;
}
#contentcontent .hoofddealer a:hover,
#contentcontent .dealer a:hover {
  text-decoration: underline !important;
}
#contactgegevens ul li:before {
  content: "" !important;
}
.dancingScript {
  font-family: 'Dancing Script', cursive;
  font-size: 25px;
}
.groterFont {
  font-size: 25px;
  line-height: 32px;
}
.centerBlock {
  width: 75%;
  padding-left: 1%;
  margin-left: auto;
  margin-right: auto;
}
.spacer {
  clear: both;
  height: 50px;
}
.meerinfolink {
  text-decoration: none;
  color: #1369AF;
}
.meerinfolink:hover {
  text-decoration: underline;
}
.meerinfolink.impluvia {
  color: #1369AF;
}
.meerinfolink.ignofor {
  color: #d55401;
}
#contentcontent .hoofddealer ul li,
#contentcontent .dealer ul li {
  padding-left: 10px;
}
#contentcontent .hoofddealer ul li:before,
#contentcontent .dealer ul li:before {
  font-family: 'FontAwesome';
  left: -20px;
  width: 20px;
  margin-top: 3px;
  padding-left: 2px;
  text-align: left;
  color: #666;
}
#contentcontent .main-dealer .hoofddealer ul li:nth-of-type(1):before,
#contentcontent .main-dealer .dealer ul li:nth-of-type(1):before {
  content: "\f041";
}
#contentcontent .main-dealer .hoofddealer ul li:nth-of-type(2):before,
#contentcontent .main-dealer .dealer ul li:nth-of-type(2):before {
  content: "\f095";
}
#contentcontent .main-dealer .hoofddealer ul li:nth-of-type(3):before,
#contentcontent .main-dealer .dealer ul li:nth-of-type(3):before {
  content: "\f0ac";
}
#contentcontent .main-dealer .hoofddealer ul li:nth-of-type(4):before,
#contentcontent .main-dealer .dealer ul li:nth-of-type(4):before {
  content: "\f14e";
}
.newLineSmallScreen {
  float: none !important;
}
.font-light {
  font-weight: 500;
}
.font-light .font-smaller {
  font-size: 18px;
}
.voetnoot-container {
  padding: 0 0 0 15px !important;
  margin-bottom: 10px;
  line-height: 15px;
}
.voetnoot-container .voetnoot {
  margin: 0 4px 0 -15px;
}
.voetnoot {
  color: #1369AF;
  font-size: 22px;
}
.voetnoot-tekst {
  font-size: 15px;
  margin: 0;
  line-height: 15px;
  color: #484848;
}
.text-sm {
  font-size: 12px;
}
.hide {
  display: none;
}
.h2 {
  font-size: 31px;
}
.optimus {
  position: relative;
  margin-bottom: 30px;
  min-width: 250px;
  font-size: 31px;
  display: inline-block;
}
.optimus .sup {
  font-size: 9px;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.mt-1 {
  margin-top: .5em;
}
.mt-2 {
  margin-top: 1em;
}
.mt-3 {
  margin-top: 1.5em;
}
.p-b0 {
  padding-bottom: 0 !important;
}
.hide-mobile {
  display: inline-block !important;
}
.hide-desktop {
  display: none !important;
}
.table-container {
  display: inline-block;
  width: 100%;
}
.table {
  /*border: 1px solid @hoofdkleurdonker;*/
}
@media only screen and (max-width: 600px) {
  .table {
    transform-origin: left top;
    -o-transform-origin: left top;
    -moz-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: scale(0.75);
    -o-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    margin-bottom: -145px;
  }
  .table-xl {
    margin-bottom: -200px;
  }
}
@media only screen and (max-width: 400px) {
  .table {
    transform: scale(0.65);
    -o-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -webkit-transform: scale(0.65);
    margin-bottom: -200px;
  }
  .table-xl {
    margin-bottom: -300px;
  }
}
.table-cell {
  font-size: 15px;
  padding: 15px;
  text-align: center;
  max-width: 150px;
  min-width: 70px;
  border: 1px solid #0D4C80;
  font-weight: 700;
}
.table-cell-md {
  max-width: none;
  width: 150px;
}
@media only screen and (max-width: 880px) {
  .table-cell {
    max-width: 90px;
    min-width: 50px;
    padding: 15px;
    width: 150px;
  }
  .table-cell img {
    max-width: 150px;
  }
  .table-cell-md {
    max-width: none;
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .table-cell {
    max-width: 70px;
    min-width: 50px;
    font-size: 13px;
    padding: 5px;
    margin-bottom: -190px;
  }
  .table-cell img {
    max-width: 150px;
  }
  .table-cell .btn {
    padding: 0 15px;
  }
  .table-cell-md {
    max-width: none;
    min-width: 100px;
  }
}
.table-cell .prijs {
  font-weight: 600;
  margin-right: 10px;
}
.table-cell .btn {
  font-size: 20px;
}
.table__footer {
  font-size: 15px;
  text-align: center;
  border: 1px solid #0D4C80;
  border-bottom: 2px solid #0D4C80;
}
tr {
  border-left: 1px solid #0D4C80;
  border-right: 1px solid #0D4C80;
}
.table__header {
  border: 1px solid #0D4C80;
  border-top: 2px solid #0D4C80;
}
.table-cell.inverse {
  background: #1369AF;
  color: #FFF;
  min-width: 100px;
  font-weight: 600;
}
.table-cell.opmerking {
  text-align: left;
  margin: 10px;
  border: 1px solid white;
}
.table-cell.opmerking .opmerkingtabel {
  margin: 10px;
}
.border-none {
  border: none;
}
.gravureFotoBlockText {
  font-size: 20px;
  line-height: 25px !important;
  margin-bottom: 10px;
}
.addProductbox {
  margin: 0 10px !important;
}
.productbox,
.p-10px {
  padding: 10px;
}
#moreProducts .close-form {
  line-height: 51px !important;
}
.selectProduct {
  width: calc(66% - 61px) !important;
}
.pt-10px {
  padding-top: 10px !important;
}
.pl-10px {
  padding-left: 10px !important;
}
.pr-10px {
  padding-right: 10px !important;
}
.pb-10px {
  padding-bottom: 10px !important;
}
.w-100 {
  width: 100%;
}
h2 small{
  font-size: 15px;
}