@charset "utf-8";
/* ------------------------------------------------ // fonts */
@import url(https://cdn.icomoon.io/45713/adendekkernl/style.css?squtce);
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrQ.ttf) format('truetype');
}
/* ------------------------------------------------ // fonts - buro26-icons */
/* ------------------------------------------------ // colors */
/* ------------------------------------------------ // margins */
/* ------------------------------------------------ // paddings */
/* ------------------------------------------------ // transitions*/
/* ------------------------------------------------ // shadows */
/* CSS Document

	lichtblauw:		#1A4396;

	donkerblauw:	#1A4187
 */
.alert.alert-warning {
  display: none;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'dendekker-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-keuring:before {
  content: "\e605";
  font-size: 42px;
}
.icon-ervaring:before {
  content: "\e603";
  font-size: 42px;
}
.icon-topmerken:before {
  content: "\e60a";
  font-size: 42px;
}
.icon-custommade:before {
  content: "\e602";
  font-size: 42px;
}
.icon-telefoon:before {
  content: "\e607";
  font-size: 26px;
  vertical-align: -7px;
  margin-right: 4px;
}
.icon-facebook:before {
  content: "\e604";
  font-size: 28px;
  vertical-align: -6px;
}
.icon-mail:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e60b";
  font-size: 28px;
  vertical-align: -6px;
}
.icon-linkedin:before {
  content: "\e606";
  font-size: 28px;
  vertical-align: -6px;
}
.icon-youtube:before {
  content: "\e60c";
  font-size: 28px;
  vertical-align: -6px;
}
.icon-whatsapp {
  color: #25D366;
  margin-right: 10px;
  font-size: 20px;
}
.flag-holder.selected:after {
  font-family: 'dendekker-icons';
  content: "\e60d";
  font-size: 14px;
  vertical-align: -3px;
  margin-right: 10px;
  float: right;
  position: absolute;
  right: -15px;
}
.btn-verder:after,
.btn-verstuur:after {
  font-family: 'dendekker-icons';
  content: "\e601";
  vertical-align: -1px;
  margin-left: 6px;
}
.btn-terug:before {
  font-family: 'dendekker-icons';
  content: "\e600";
  vertical-align: -1px;
  margin-right: 6px;
}
.btn.btn-red {
  position: relative;
  background: #E34948;
  box-shadow: 0 2px 0 #772626;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 10px;
}
.btn.btn-red:hover,
.btn.btn-red:focus,
.btn.btn-red:active {
  margin-top: 2px;
  margin-bottom: -2px;
  background: #E34948;
  box-shadow: none;
  color: #FFFFFF;
  outline: 0;
}
/* ------------------------------------------------ // algemeen */
html {
  overflow-y: scroll;
}
body {
  height: 100%;
  overflow-y: hidden;
}
div,
span,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
td,
tr,
li,
input,
button,
textarea {
  font-family: 'Raleway', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.container > * {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .container > .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.container > .row.home-content {
  margin-left: -15px;
  margin-right: -15px;
}
a[href*="//"]:not([href*="adendekker.nl"]) {
  position: relative;
}
a[href*="//"]:not([href*="adendekker.nl"]):after {
  font-family: 'dendekker-icons';
  content: '\e909';
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  color: #108AC7;
  font-size: 14px;
}
footer a:after {
  display: none;
}
#content .item-page img {
  display: block;
  max-width: 100%;
  height: auto;
}
#size-selector span {
  color: white;
  text-decoration: underline;
  margin-left: 10px;
  cursor: pointer;
}
#size-selector span:hover {
  color: #FFDE29;
}
#size-selector span.active {
  color: black;
}
#size-selector span.sm {
  font-size: 12px;
}
#size-selector span.md {
  font-size: 14px;
}
#size-selector span.lg {
  font-size: 16px;
}
/* ------------------------------------------------ // Card styling */
.card {
  height: 446px;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .card {
    height: unset;
  }
}
.card .img-holder {
  position: relative;
  height: 50%;
  width: 100%;
  border-radius: 5px 5px 0 0;
  background-size: cover;
  background-position: center center;
  display: block;
}
.card .img-holder:after {
  position: absolute;
  bottom: -1px;
  line-height: 0;
}
.card .text-holder {
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  padding: 0 15px;
  display: block;
  max-height: 248px;
  margin-top: -24px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.card.recent .text-holder {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.merken-layout .card.recent .text-holder,
.den-dekker-bandoprapers-layout .card.recent .text-holder {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.den-dekker-bandoprapers-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* ------------------------------------------------ // Paginatie */
.pagination {
  display: block;
  text-align: center;
  width: max-content;
}
.pagination ul {
  margin-bottom: 50px;
  list-style: none;
}
/* Current navigation item */
.pagination .page-item.item span {
  cursor: pointer;
  color: white;
  background-color: #16396D;
  border-color: #16396D;
}
/* Current navigation item:hover */
.pagination .page-item.item:hover span {
  cursor: initial;
  color: white;
  background-color: #16396D;
  border-color: #16396D;
}
.pagination .page-item.item a {
  color: #1F88CE;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
}
/* Disabled previous and next */
.pagination .page-item.previous span,
.pagination .page-item.next span {
  display: none;
}
/* Active previous and next */
.pagination .page-item.previous a,
.pagination .page-item.next a {
  background-color: white;
  border-color: #DDDDDD;
  color: #1F88CE;
}
/* Active previous:hover and Active next:hover */
.pagination .page-item.previous:hover a,
.pagination .page-item.next:hover a {
  background-color: #1F88CE;
  border-color: #1F88CE;
  color: white;
}
.pagination .page-item.item:hover a {
  cursor: pointer;
  color: white;
  background-color: #1F88CE;
  border-color: #1F88CE;
}
.pagination ul li {
  display: inline-block;
}
.pagination .pagination-start,
.pagination .pagination-prev,
.pagination .pagination-end {
  display: none;
}
/* ------------------------------------------------ // kop */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
  color: #0D264B;
}
h2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 26px;
}
h3 {
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 24px;
}
h4,
h5,
h6 {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.3em;
}
/* ------------------------------------------------ // tekst */
p {
  line-height: 1.6em;
  color: #62738D;
  font-weight: 500;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  line-height: 1.6em;
  font-style: italic;
}
.page-header {
  border: none;
  padding: 0;
}
/* ------------------------------------------------ // links */
a {
  color: #108AC7;
  text-decoration: none;
  outline: none;
  line-height: 1.6em;
}
a:focus {
  outline: none !important;
}
a:hover {
  color: #1A1A1A;
}
a img {
  width: auto;
  height: auto;
}
/* ------------------------------------------------ // tabellen */
table {
  margin-bottom: 1.3em;
}
td,
th {
  font-size: 1em;
  line-height: 1.6em;
  padding: 2px 0;
}
th {
  background-color: #999999;
  color: #FFFFFF;
}
td p,
th p,
th span,
td a {
  font-size: 1em;
}
table.content-table {
  background-color: white;
  border: 1px solid #888888;
}
table.content-table tr td {
  border: 1px solid #888888;
  padding: 10px;
}
table.content-table tr td p {
  margin-bottom: 0;
}
table.content-table tr:nth-child(-n+1) td {
  font-weight: bold;
  background-color: #1B449A;
  border-color: #1B449A;
  color: white;
}
/* ------------------------------------------------ // lijsten */
ul {
  margin: 0 0 1.6em 10px;
  list-style: disc;
  padding-left: 18px;
}
ol {
  margin: 0 0 1.6em 10px;
  padding-left: 20px;
  list-style: decimal;
}
li {
  line-height: 1.6em;
}
li p {
  font-size: 1em;
}
li li {
  font-size: 1em;
}
ol ul,
ul ol,
ul ul,
ol ol {
  margin-bottom: 0;
}
/* ------------------------------------------------ // contact */
address {
  font-style: normal;
}
/* ------------------------------------------------ // algemeen - Lightbox */
#jcemediabox-popup-container {
  padding: 10px 0 0;
}
#jcemediabox-popup-info-bottom {
  padding: 0 20px 10px;
}
span#jcemediabox-popup-numbers {
  padding: 0;
}
/* ------------------------------------------------ // buttons */
.btn,
.formResponsive button.btn {
  position: relative;
  padding: 9px 30px 10px 13px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: none;
  color: #FFFFFF;
  background: #16396D;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}
.btn:not(.btn-terug):after,
.formResponsive button.btn:not(.btn-terug):after {
  content: "\e601";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin-left: 8px;
  font-family: 'dendekker-icons';
  font-size: 10px;
}
.btn.reverse-color {
  background: #FFDE29;
  color: #16396D;
  border: 2px solid transparent;
  margin-top: auto;
}
.btn.reverse-color:hover {
  background: transparent;
  border: 2px solid #FFDE29;
  color: #FFDE29;
}
.formResponsive button.btn:disabled {
  background: none;
  color: #333333;
}
.btn:hover,
.formResponsive button.btn:hover,
.btn:focus,
.formResponsive button.btn:focus {
  color: #16396D;
  background: #FFDE29;
  box-shadow: none;
}
.btn-verder,
.formResponsive button.btn-verstuur {
  box-shadow: none;
  background: #1B459B;
  border: none;
}
/* ------------------------------------------------ // header */
#top {
  background-color: #1B459B;
}
#top .logo-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -44px;
}
@media (max-width: 1061px) {
  #top .logo-holder {
    margin-left: -10px;
  }
}
#top .logo-holder h1,
#top .logo-holder p {
  color: #FFF;
  text-transform: uppercase;
  line-height: 0.9;
}
#top .logo-holder p {
  font-size: 16px;
}
#top .logo-holder a {
  display: inline-block;
  width: 100px;
  margin-right: 12px;
}
#top .logo-holder a img {
  margin-bottom: 10px;
  width: 100%;
}
#top .logo-holder .text {
  top: -5px;
  position: relative;
  line-height: 35px;
}
@media (max-width: 1200px) {
  #top .logo-holder .text {
    top: 7px;
  }
}
#top .top-top {
  display: flex;
  position: relative;
}
#top .top-top:before,
#top .top-top:after {
  z-index: 99;
  position: relative;
  top: 0;
  width: 0px;
}
#top .top-top:before {
  content: url('../img/header-gradient-left.svg');
  left: 0;
}
#top .top-top:after {
  content: url('../img/header-gradient-right.svg');
  right: 0;
  width: unset;
  position: absolute;
}
#top .top-top .icon-telefoon {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}
#top .top-top #top-right {
  margin-top: 0px;
  top: 15px;
  display: flex;
  position: relative;
  justify-content: end;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
}
#top .top-top #top-right ul {
  display: flex;
  height: auto;
}
#top .top-top #top-right ul li a {
  padding: 0;
  margin-right: 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
#top .top-top #top-right ul li a:focus,
#top .top-top #top-right ul li a:hover {
  color: #FFDE29;
  background-color: transparent;
}
#top .top-top #top-right ul li.active a {
  color: #FFDE29;
  background-color: transparent;
}
#top .top-bottom {
  overflow: hidden;
  background: #16335E;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
#top .top-bottom .telefoon {
  display: none;
}
#top a:hover .icon-telefoon {
  color: #FFDE29;
}
#top .telefoon {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-top: 36px;
  display: inline-block;
}
#top .telefoon:hover {
  text-decoration: none;
  color: #FFDE29;
}
/* ------------------------------------------------ // header - taal / language select */
.mod-languages {
  margin-left: 5px;
}
.mod-languages #lang-selector {
  width: 130px;
  height: auto;
  border-radius: 3px;
  position: relative;
  right: 15px;
  cursor: pointer;
  z-index: 1;
}
.mod-languages #lang-selector div:last-child {
  position: absolute;
  width: 100%;
}
.mod-languages .flag-holder {
  padding: 5px 0 5px 34px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
}
/* ------------------------------------------------ // header  - nav */
body .navbar.main {
  margin-bottom: 0;
  min-height: unset;
  border: none;
}
body .navbar.main .navbar-toggle {
  display: block !important;
}
body .navbar.main .home-link {
  position: relative;
  top: -2px;
  left: -13px;
  z-index: 1;
}
body .navbar.main .home-link:before {
  position: relative;
  top: -2px;
  transition: 0.3s ease-in-out;
}
body .navbar.main .home-link:hover:before {
  color: #FFDE29;
}
body .navbar.main .navbar-collapse {
  align-items: center;
  border: 0;
  box-shadow: none;
}
@media (max-width: 992px) {
  body .navbar.main .navbar-collapse {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  body .navbar.main .navbar-collapse {
    display: flex !important;
    visibility: initial !important;
    flex-wrap: wrap;
  }
}
body .navbar.main .navbar-collapse ul {
  display: flex;
}
body .navbar.main .navbar-collapse ul li {
  line-height: 0;
}
body .navbar.main .navbar-collapse ul li a {
  padding: 16px 18px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
body .navbar.main .navbar-collapse ul li a:focus,
body .navbar.main .navbar-collapse ul li a:hover {
  color: #FFDE29;
  background-color: transparent;
}
@media (min-width: 992px) {
  body .navbar.main .navbar-collapse ul li.active {
    background-color: #FFDE29;
  }
  body .navbar.main .navbar-collapse ul li.active a {
    color: #16396D;
  }
}
@media (max-width: 992px) {
  body .navbar.main .navbar-collapse ul li.active > a {
    padding: 0;
    color: #FFDE29;
  }
}
@media (min-width: 992px) {
  body .navbar.main .navbar-collapse ul li ul {
    display: none;
  }
}
body .navbar.main .navbar-collapse ul:first-of-type {
  position: relative;
  margin-left: 0;
}
@media (min-width: 992px) {
  body .navbar.main .navbar-collapse ul:first-of-type {
    border-bottom: 4px solid #FFDE29;
  }
  body .navbar.main .navbar-collapse ul:first-of-type:before {
    content: '';
    border-bottom: 4px solid #FFDE29;
    height: 100%;
    width: 50vw;
    position: absolute;
    bottom: -4px;
    left: -50vw;
  }
  body .navbar.main .navbar-collapse ul:first-of-type:after {
    content: '';
    border-bottom: 4px solid #FFDE29;
    height: 100%;
    width: 50vw;
    position: absolute;
    bottom: -4px;
    right: -50vw;
  }
}
body .navbar.main .navbar-collapse ul + ul {
  flex: 0 0 100%;
  margin-left: 18px;
}
@media (max-width: 992px) {
  body .navbar.main .navbar-collapse ul + ul {
    display: none;
  }
}
body .navbar.main .navbar-collapse ul + ul li.active {
  background-color: transparent;
}
body .navbar.main .navbar-collapse ul + ul li.active a {
  color: #FFDE29;
}
.create {
  color: #16335E;
}
ul.nav li ul {
  display: none;
}
/* ------------------------------------------------ // visual */
#maps {
  background: url('../img/maps-placeholder.png');
  background-position: center center;
}
/* ------------------------------------------------ // visual - contact*/
#maps {
  border-radius: 3px;
  width: 100%;
  height: 400px;
}
/* ------------------------------------------------ // content */
#middle .item-page {
  margin: 40px 0 30px;
}
#middle .blog-view {
  margin: 40px 0 30px;
}
#middle .blog-view .item-page {
  margin: -26px 0 30px;
}
/* ------------------------------------------------ // content - lightbox fotoweergave */
#content .item-page.verhuur {
  margin-top: 50px;
}
.verhuur-blok .card .text-holder {
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
}
#content #images {
  margin-bottom: 50px;
}
#content #images img {
  margin-top: 0;
}
#content #images .mar-bot img {
  margin-top: 29px;
  margin-bottom: 0;
}
#content #images .col-md-4 .mar-bot img {
  margin-top: 0;
}
#content #images .afbeeldingen-overzicht-btn {
  margin-top: 10px;
  margin-bottom: 20px;
  display: inline-block;
  float: right;
}
#content #images .extra-afbeeldingen img {
  margin-bottom: 30px;
}
/* ------------------------------------------------ // content - content-below */
.content-below-holder {
  position: relative;
  background-color: #1A4187;
  padding-top: 15px;
}
.content-below-holder:before {
  position: absolute;
  bottom: -5px;
  content: url('../img/gradient-left.svg');
}
.content-below-holder:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  content: url('../img/gradient-right.svg');
}
.content-below-holder .item-holder .mod-articles-category-introtext {
  padding-top: 5px;
}
.content-below-holder .item-holder .mod-articles-category-introtext h2 {
  margin-top: 0;
}
.content-below-holder .img-holder {
  background-image: none !important;
}
.content-below-holder .img-holder:after {
  position: absolute;
  bottom: -1px;
  line-height: 0;
  content: '';
  left: 0;
  width: 100%;
  display: none;
  height: 40px;
  background-size: cover;
}
.content-below-holder a:focus {
  text-decoration: none;
}
.content-below-holder .item-holder {
  z-index: 3;
  position: relative;
  margin: 34px 0 0;
  margin-bottom: 50px;
  border-radius: 3px;
  background-color: #FFFFFF;
  transition: 0.3s ease-in-out;
  height: 500px;
}
.content-below-holder .item-holder > a.item {
  height: 100%;
}
.content-below-holder .item-holder > a.item .only-one {
  height: 100%;
}
.content-below-holder .item-holder .content-wrapper {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
  position: absolute;
  bottom: 0;
  width: 100%;
}
.content-below-holder .item-holder .content-wrapper .mod-articles-category-introtext {
  margin-top: -36px;
  height: 296px;
  position: relative;
  background: #FFFFFF;
  clip-path: polygon(0 10%, 100% 0%, 100% 100%, 0% 100%);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 70px;
}
.content-below-holder .item-holder .img-holder {
  max-height: 241px;
  overflow: hidden;
  z-index: -1;
}
.content-below-holder .item-holder .img-holder img {
  min-height: 220px;
  object-fit: contain;
  max-width: 100%;
  width: 100%;
}
.content-below-holder .item-holder .img-holder:before {
  position: absolute;
  width: 100%;
  bottom: -1px;
  line-height: 0;
}
.content-below-holder .item-holder h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  color: #0D264B;
}
.content-below-holder .item-holder p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #0D264B;
}
.content-below-holder .item-holder .btn {
  margin-left: 25px;
  margin-bottom: 25px;
  position: absolute;
  bottom: 5px;
  background-color: #16396D;
}
.content-below-holder .item-holder .btn:hover {
  background-color: #FFDE29;
}
.content-below-holder .item-holder:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.41);
}
.content-below-holder .img-holder .caption {
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25%;
  font-weight: 900;
}
/* ------------------------------------------------ // content - recent afgeleverd */
#visual-holder .item .item-holder {
  position: relative;
  border-radius: 3px;
  height: 266px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#visual-holder .item .tekst-holder {
  position: relative;
  padding: 12px 15px;
  background-color: #1B459B;
  width: 100%;
  bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  transition: 0.3s ease-in-out;
}
#visual-holder .item .tekst-holder h2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
#visual-holder .item .tekst-holder strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
}
#visual-holder .item .tekst-holder .verder-icon:after {
  font-family: 'dendekker-icons';
  content: "\e601";
  vertical-align: -1px;
  margin-left: 6px;
  color: #FFFFFF;
  font-size: 23px;
  position: absolute;
  right: 15px;
  bottom: 23px;
  transition: 0.3s ease-in-out;
}
#visual-holder .item:hover .tekst-holder {
  background-color: #FFDE29;
}
#visual-holder .item:hover .tekst-holder * {
  color: #16396D;
}
#visual-holder .item:hover .tekst-holder *:after {
  color: #16396D;
}
#visual-holder .visual-intro {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 0 95px 30px 0;
}
#visual-holder .visual-intro h1,
#visual-holder .visual-intro .page-header {
  margin-top: 0;
}
#visual-holder .visual-intro p {
  margin: 0;
}
.home-content {
  padding: 85px 0;
}
#visual-holder .img {
  display: flex;
  align-items: end;
}
#visual-holder .img .content {
  margin-bottom: 35px;
}
#visual-holder .img .content .title {
  color: #16335E;
}
#visual-holder .img .content .description * {
  color: #16335E;
}
#visual-holder .img .content a {
  position: relative;
  background: #E34948;
  box-shadow: 0 2px 0 #772626;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 10px;
}
#visual-holder .img .content a:hover,
#visual-holder .img .content a:focus,
#visual-holder .img .content a:active {
  margin-top: 2px;
  margin-bottom: -2px;
  background: #E34948;
  box-shadow: none;
  color: #FFFFFF;
  outline: 0;
}
#visual-holder #video {
  height: 600px;
  position: relative;
}
#visual-holder #video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  z-index: 1;
}
#visual-holder #video .video-text {
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 2;
}
#visual-holder #video .video-text h2 {
  margin-bottom: 25px;
  color: #FFFFFF;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
}
#visual-holder #video .video-text p {
  color: #FFFFFF;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
}
#visual-holder #video .video-text a {
  position: relative;
  padding: 9px 30px 10px 13px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background: none;
  color: #FFFFFF;
  background: #16396D;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  display: inline-block;
  margin-top: 20px;
}
#visual-holder #video .video-text a:not(.btn-terug):after {
  content: "\e601";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  margin-left: 8px;
  font-family: 'dendekker-icons';
  font-size: 10px;
}
/* ------------------------------------------------ // content - layers */
.layers .introtext,
.item-page .introtext {
  margin: 10px 0 20px;
  color: #1B459B;
  font-weight: 600;
  font-size: 18px;
}
.layers .head-title,
.item-page .head-title {
  color: #1B459B;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 20px;
}
.layers .layer img {
  width: 100%;
  max-width: 100%;
}
.layers .layer.donkerblauw {
  background-color: #1B459B;
}
.layers .layer.donkerblauw .content p,
.layers .layer.donkerblauw .content h2 {
  color: #FFFFFF;
}
.layers .layer.lichtblauw {
  background-color: #E8ECF5;
}
.layers .layer.wit {
  background-color: #FFFFFF;
}
.layers .layer.layer-image-left figure,
.layers .layer.layer-image-right figure {
  padding-left: 0;
  padding-right: 0;
}
.layers .layer.layer-image-left .content,
.layers .layer.layer-image-right .content {
  padding: 70px 80px 80px;
}
.layer.layer-image-right,
.layer.layer-image-left {
  max-width: 100%;
}
.layer.layer-banner .banner-holder {
  position: relative;
}
.layer.layer-banner .banner-holder .title-holder {
  position: absolute;
  bottom: 70px;
  left: 130px;
}
.layer.layer-banner .banner-holder .title-holder h2,
.layer.layer-banner .banner-holder .title-holder h3,
.layer.layer-banner .banner-holder .title-holder p {
  color: white;
  font-size: 50px;
  line-height: 55px;
  font-weight: 800;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.55);
}
.layer.layer-text {
  padding-top: 30px;
  padding-bottom: 20px;
}
.layer #card .card {
  max-width: 100%;
}
.layer #card .no-link:hover {
  text-decoration: none;
}
.layer #card .link {
  text-decoration: underline #E64948;
}
.layer #card .link:hover p {
  color: #AF1818;
}
.layer #card .card .text {
  padding-left: 10px;
  margin-top: 10px;
  color: #E64948;
  font-weight: 600;
  font-size: 17px;
  border-left: 2px solid #E64948;
}
/* ------------------------------------------------ // content - blogaside */
.blog {
  display: table;
}
.blog .blogdescription {
  display: table-cell;
}
.blog .blogaside {
  display: table-cell;
  padding: 16px;
  margin-top: 32px;
  background-color: #fff;
}
.blog .blogaside h2 {
  margin-top: 0px;
}
.blog .blogaside .imgbig {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.blog .blogaside .imgsmall {
  display: none;
}
.blog .blogaside .btn {
  overflow: hidden;
  width: 100%;
}
.blogverhuur .blogdescription {
  margin: 3em 0;
}
/* ------------------------------------------------ // content - formulier algemeen */
.form-horizontal .control-label {
  text-align: left;
}
.formError {
  font-size: 14px;
  font-weight: 400;
}
.form-group {
  margin-bottom: 13px;
}
.grecaptcha-badge {
  display: none;
}
.formContainer .rsform-block-recaptcha-text * {
  font-size: 12px;
}
/* ------------------------------------------------ // content - call to action */
.call-to-action-holder {
  overflow: hidden;
}
.call-to-action-holder #call-to-action .formContainer .row:first-child > div:first-child {
  padding-right: 15px;
}
.call-to-action-holder #call-to-action .formContainer .row:last-child > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.call-to-action-holder #call-to-action .formContainer .row:last-child > div > div:first-child {
  max-width: 370px;
  line-height: 1;
}
.call-to-action-holder #call-to-action .formContainer .row:last-child > div > div:first-child p {
  line-height: 1;
}
.call-to-action-form-holder {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 100px;
  background: #E8ECF5;
}
.call-to-action-form-holder:before {
  content: '';
  background: #E8ECF5;
  left: -50vw;
  width: 100vw;
  position: absolute;
  height: 100%;
  top: 0;
}
.call-to-action-form-holder:after {
  content: '';
  background: #E8ECF5;
  right: -50vw;
  width: 100vw;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
}
.call-to-action-form-holder img {
  margin-top: 55px;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  top: calc(100% + 5px);
}
.call-to-action-form-holder h2 {
  margin-bottom: 0;
  color: #0D264B;
  font-size: 22px;
  font-weight: 800;
}
.call-to-action-form-holder p {
  font-size: 22px;
  line-height: 40px;
  color: #0D264B;
}
#call-to-action #verstuur {
  border: none;
  font-weight: 700;
  margin-top: 5px;
}
#call-to-action #verstuur:hover,
#call-to-action #verstuur:focus {
  border: 0;
  outline: 0;
}
#call-to-action .col-sm-6,
#call-to-action .col-sm-12 {
  padding-right: 0;
}
#call-to-action #vraag {
  height: 100%;
}
#call-to-action .rsform-block label {
  display: none;
}
#call-to-action .rsform-block a:after {
  display: none;
}
#call-to-action .rsform-block .formControls {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#call-to-action .no-padding {
  padding-left: 0;
  padding-right: 0;
}
#call-to-action.rsform-block-recaptcha {
  display: none;
}
#call-to-action .formControls .form-control {
  height: 40px;
  box-shadow: none;
  border: none;
  padding: 17px 12px;
  font-size: 14px;
  line-height: 18px;
}
#call-to-action .formControls .form-control::placeholder {
  padding: 0px 4px;
  color: #0D264B;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
/* ------------------------------------------------ // content - logos */
.logos h3 {
  margin-bottom: 30px;
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.logos .module {
  margin-top: 46px;
  margin-bottom: 36px;
}
.logos .custom img {
  margin: 0 40px 30px 0;
  height: 40px;
  width: auto;
}
.logos .custom a:hover img {
  opacity: 0.8;
}
/* ------------------------------------------------ // content - Gallerij */
.ig-gallery-wrapper p {
  color: #FFFFFF;
}
/* ------------------------------------------------ // content - blokken */
.blog h1 {
  margin: 30px 0;
}
.row.row-eq-height {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  width: 100%;
}
.occasion-block {
  height: 100%;
}
.blok.featured:hover,
.blok.recent:hover {
  box-shadow: none;
}
.blok.featured:hover .btn.reverse-color,
.blok.recent:hover .btn.reverse-color {
  background: transparent;
  border: 2px solid #FFDE29;
  color: #FFDE29;
}
.blok {
  border-radius: 5px;
  border: 0;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media screen and (max-width: 768px) {
  .blok {
    height: 410px;
  }
}
.blok:hover,
.blok:focus {
  text-decoration: none;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.22);
}
.blok .text-holder p {
  overflow: hidden;
  max-height: 100px;
  color: #BBC7E1;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  font-weight: 400;
}
.blok .nieuw-aanbod {
  float: right;
  color: #FFFFFF;
  text-transform: Uppercase;
  background-image: url('../img/nieuw-aanbod.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 75px;
  height: 64px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(7%, -50%);
  z-index: 3;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
.blok .nieuw {
  float: right;
  color: #FFFFFF;
  text-transform: Uppercase;
  background-image: url('../img/label-nieuw.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 93px;
  height: 96px;
  position: absolute;
  right: 0px;
  top: 0px;
  transform: translate(15%, -40%);
  z-index: 2;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.16));
}
.blok .text-holder h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #FFFFFF;
}
.blok .text-holder .prijs {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFDE29;
  margin-bottom: 20px;
  text-align: left;
}
body #content .vacature-blog-layout .vacature-blog-blok a {
  height: 410px;
  background-color: #1B459B;
}
body #content .vacature-blog-layout .vacature-blog-blok a .text-holder {
  min-height: auto;
  padding-top: 55px;
  background-color: #1B459B;
}
body #content .vacature-blog-layout .vacature-blog-blok a * {
  color: #FFFFFF !important;
}
body #content .vacature-blog-layout .vacature-blog-blok a p {
  color: #BBC7E1 !important;
}
body #content .vacature-blog-layout .vacature-blog-blok .img-holder {
  background-position: top;
}
.recent-afgeleverd .blok {
  height: 420px;
}
.den-dekker-bandoprapers .items-leading .blok {
  height: 600px;
}
.items-leading {
  margin-top: 20px;
}
.items-leading .blok .img-holder {
  height: auto;
  padding-bottom: 56%;
}
.blok .text-holder {
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  background: #1B459B;
  text-indent: 0;
}
.blok .text-holder h2 {
  margin-top: 40px;
  font-size: 22px;
  line-height: 25px;
}
.blok.featured button {
  margin-top: 35px;
}
.recent-afgeleverd .blok .text-holder h2 {
  height: auto;
  max-height: 44px;
  margin-bottom: 6px;
}
.blok .text-holder .date {
  margin-bottom: 6px;
  font-size: 14px;
  color: #BBC7E1;
}
.recent-afgeleverd {
  display: block;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
.recent-afgeleverd .category-module {
  width: 100%;
}
.recent-afgeleverd h2 {
  margin-top: 0px;
}
.recent-afgeleverd .imgbig {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.recent-afgeleverd .imgsmall {
  display: none;
}
.recent-afgeleverd .btn {
  overflow: hidden;
  width: 100%;
}
/* ------------------------------------------------ // content - actueel */
.actueel {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  border-radius: 3px;
  max-height: 100%;
}
.actueel:hover {
  box-shadow: 0 0 5px 0px #727272;
}
.category-module a:hover {
  text-decoration: none;
}
.category-module a:hover * {
  color: #1A4187;
}
.actueel-blog-blok .blok {
  height: auto;
}
.vacature-blog-blok .img-holder,
.actueel-blog-blok .img-holder,
.actueel .img-holder {
  background-size: cover;
  background-position: center center;
  height: 230px;
  border-radius: 3px 0 0 3px;
}
.vacature-blog-blok .text-holder,
.actueel-blog-blok .text-holder,
.actueel .text-holder {
  background: #1B459B;
  padding: 20px;
  height: 200px;
  border-radius: 0 3px 3px 0;
}
.vacature-blog-blok .text-holder p,
.actueel-blog-blok .text-holder p,
.actueel .text-holder p {
  color: #FFFFFF;
  transition: 0.5s;
  margin-bottom: 2px;
  line-height: 24px;
  font-size: 16px;
  color: #0D264B !important;
}
.vacature-blog-blok .text-holder .date,
.actueel-blog-blok .text-holder .date,
.actueel .text-holder .date {
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 0;
  display: block;
  transition: 0.5s;
}
.vacature-blog-blok .text-holder h2,
.actueel-blog-blok .text-holder h2,
.actueel .text-holder h3 {
  font-size: 22px;
  line-height: 25px;
  margin: -6px 0 2px 0;
  color: #FFFFFF;
  transition: 0.5s;
}
.actueel:hover .text-holder .date,
.actueel:hover .text-holder p,
.actueel:hover .text-holder h3 {
  color: #FFDE29;
}
.actueel-holder {
  background-color: #F6F6F6;
}
.vacature-blog-layout,
.actueel-blog-layout,
body .module-actueel {
  margin: 50px 0;
  margin-top: 45px;
}
.vacature-blog-layout h2,
.actueel-blog-layout h2,
body .module-actueel h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #0D264B;
}
.vacature-blog-layout p,
.actueel-blog-layout p,
body .module-actueel p {
  color: #0D264B;
}
.vacature-blog-layout .module-footer,
.actueel-blog-layout .module-footer,
body .module-actueel .module-footer {
  display: flex;
}
.vacature-blog-layout .module-footer .btn,
.actueel-blog-layout .module-footer .btn,
body .module-actueel .module-footer .btn {
  margin-left: auto;
  margin-top: 14px;
  margin-bottom: 50px;
}
.vacature-blog-layout .blok,
.actueel-blog-layout .blok,
body .module-actueel .blok,
.vacature-blog-layout .actueel,
.actueel-blog-layout .actueel,
body .module-actueel .actueel {
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.vacature-blog-layout .blok:hover,
.actueel-blog-layout .blok:hover,
body .module-actueel .blok:hover,
.vacature-blog-layout .actueel:hover,
.actueel-blog-layout .actueel:hover,
body .module-actueel .actueel:hover {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.41);
}
.vacature-blog-layout .blok:hover h3,
.actueel-blog-layout .blok:hover h3,
body .module-actueel .blok:hover h3,
.vacature-blog-layout .actueel:hover h3,
.actueel-blog-layout .actueel:hover h3,
body .module-actueel .actueel:hover h3,
.vacature-blog-layout .blok:hover p,
.actueel-blog-layout .blok:hover p,
body .module-actueel .blok:hover p,
.vacature-blog-layout .actueel:hover p,
.actueel-blog-layout .actueel:hover p,
body .module-actueel .actueel:hover p,
.vacature-blog-layout .blok:hover span,
.actueel-blog-layout .blok:hover span,
body .module-actueel .blok:hover span,
.vacature-blog-layout .actueel:hover span,
.actueel-blog-layout .actueel:hover span,
body .module-actueel .actueel:hover span {
  color: #0D264B !important;
}
.vacature-blog-layout .blok .text-holder,
.actueel-blog-layout .blok .text-holder,
body .module-actueel .blok .text-holder,
.vacature-blog-layout .actueel .text-holder,
.actueel-blog-layout .actueel .text-holder,
body .module-actueel .actueel .text-holder {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 70px;
  margin-top: -30px;
  width: 100%;
  background: #1B459B;
  min-height: 235px;
}
.vacature-blog-layout .blok .text-holder *,
.actueel-blog-layout .blok .text-holder *,
body .module-actueel .blok .text-holder *,
.vacature-blog-layout .actueel .text-holder *,
.actueel-blog-layout .actueel .text-holder *,
body .module-actueel .actueel .text-holder *,
.vacature-blog-layout .blok .text-holder p,
.actueel-blog-layout .blok .text-holder p,
body .module-actueel .blok .text-holder p,
.vacature-blog-layout .actueel .text-holder p,
.actueel-blog-layout .actueel .text-holder p,
body .module-actueel .actueel .text-holder p {
  color: #FFF !important;
}
.vacature-blog-layout .blok .text-holder .date,
.actueel-blog-layout .blok .text-holder .date,
body .module-actueel .blok .text-holder .date,
.vacature-blog-layout .actueel .text-holder .date,
.actueel-blog-layout .actueel .text-holder .date,
body .module-actueel .actueel .text-holder .date {
  margin-bottom: 15px;
  font-size: 14px;
  padding: 0;
  display: block;
  transition: 0.5s;
  line-height: 14px;
}
.vacature-blog-layout .blok .img-holder,
.actueel-blog-layout .blok .img-holder,
body .module-actueel .blok .img-holder,
.vacature-blog-layout .actueel .img-holder,
.actueel-blog-layout .actueel .img-holder,
body .module-actueel .actueel .img-holder {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.actueel-blog-layout .blok .text-holder {
  min-height: 276px;
}
/* ------------------------------------------------ // content - blokken - merken */
.blok.merken {
  height: 227px;
}
.blok.merken .img-holder {
  height: 150px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.category-desc {
  margin-bottom: 30px;
}
/* ------------------------------------------------ // occasions - detail */
#occasionsFilter #search-bar-title-like {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pagination {
  margin-top: 30px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
.pagination button {
  color: #1B459B;
  font-weight: bold;
  font-size: 18px;
  padding: 2px 7px;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  background: none;
  transition: 0.3s ease-in-out;
}
.pagination button .text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pagination button:hover {
  cursor: pointer;
  background-color: #1B459B;
}
.pagination button:hover .text {
  color: white;
}
.pagination button span[class*='icon-'] {
  font-size: 70%;
}
.pagination button.pagination-page {
  margin: 0 2px;
}
.pagination button.pagination-previous {
  margin-right: 15px;
}
.pagination button.pagination-next {
  margin-left: 15px;
}
.pagination button.active {
  background-color: #1B459B;
  color: white;
}
.pagination button.active .text {
  background: none;
}
.pagination button[disabled] {
  color: rgba(27, 69, 155, 0.5);
  cursor: text;
}
.detail-thumb-img {
  margin-top: 15px;
  cursor: pointer;
}
#big-image img {
  width: 100%;
  opacity: 1 !important;
}
#delen {
  margin-top: 25px;
}
#delen a {
  text-decoration: none !important;
}
.icon-mail:before {
  background: #E64948;
  color: white;
  font-size: 16px;
  padding: 6px 6px 6px 7px;
  border-radius: 3px;
}
.icon-mail:hover:before {
  opacity: 0.8;
}
.fb-share-button {
  margin: 0 10px 0 15px;
  display: inline;
}
.fb-share-button:hover {
  opacity: 0.8;
}
.fb-share-button span {
  position: relative;
  transform: scale(2.4);
  top: -5px;
  border-radius: 3px;
  overflow: hidden;
}
#delen .delen {
  font-size: 14px;
  font-weight: 700;
  vertical-align: 2px;
}
#thumbs {
  position: relative;
  white-space: nowrap;
  margin-top: 15px;
  overflow: hidden;
}
#thumbs .controls .glyphicon {
  font-size: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  z-index: 100;
  color: white;
  opacity: 0.8;
}
#thumbs .controls .glyphicon:hover {
  color: #1B459B;
}
#thumbs .controls .glyphicon-chevron-left {
  display: none;
}
#thumbs .controls .glyphicon-chevron-right {
  right: 5px;
}
body #thumbs .thumb-img {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: calc(25% - 10px);
  cursor: pointer;
}
#thumbs .thumb-img:hover {
  opacity: 0.9;
}
/* ------------------------------------------------ // content - merken - links */
.content-links {
  margin: 0 0 30px 0;
}
.content-links .nav-tabs {
  border: none;
}
.content-links ul {
  margin: 0;
  height: auto;
}
.content-links ul li {
  display: block;
}
.content-links ul li a {
  color: #1B449A;
  padding: 2px 0;
  margin: 2px 0;
}
/* ------------------------------------------------ // content - machines - overzicht  */
.machines-holder {
  background: #F6F6F6;
}
.category-items {
  margin-bottom: 72px;
}
.category-items ul {
  list-style: none;
  column-count: 4;
  margin-left: 20px;
  line-height: 1.8;
}
.category-items ul li {
  position: relative;
  margin-bottom: 5px;
}
.category-items ul li::before {
  content: "\e601";
  position: absolute;
  left: -20px;
  font-family: "dendekker-icons";
  font-size: 13px;
  color: #0D264B;
}
.category-items ul li a {
  color: #0D264B;
  transition: 0.25s ease;
  font-size: 16px;
}
.machines-filter {
  margin-top: 30px;
}
.moduleOccasions {
  margin-bottom: 30px;
}
.moduleOccasions .form-group {
  margin: 10px 0;
}
.moduleOccasions .gevonden,
.moduleOccasions .items-counter {
  font-size: 20px;
  font-weight: bold;
  line-height: 44px;
}
.ui-slider-handle:before {
  position: absolute;
  top: -1px;
  left: 4px;
  content: '| | |';
  font-size: 12px;
}
.ui-slider-handle {
  padding: 9px 11px 8px 12px;
}
.form-group.slider-holder input {
  border: none;
  width: 49%;
  margin-top: 10px;
  display: inline;
  background: transparent;
}
.form-group.slider-holder input:hover,
.form-group.slider-holder input:focus,
.form-group.slider-holder input:active {
  background: transparent;
  outline: 0;
  box-shadow: 0;
  border: 0;
}
.form-group.slider-holder .ui-slider {
  margin: 5px 16px 5px 6px;
}
.form-group.slider-holder .ui-slider .ui-widget-header {
  background: #468080;
}
.form-group.slider-holder input.min {
  float: left;
}
.form-group.slider-holder input.max {
  text-align: right;
  float: right;
}
.moduleOccasions .sorting {
  display: flex;
  justify-content: center;
}
.moduleOccasions .sorting .results,
.moduleOccasions .sorting .sorter {
  display: flex;
  align-content: center;
}
.moduleOccasions .sorting .sorter {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .moduleOccasions .sorting {
    flex-direction: column;
  }
  .moduleOccasions .sorting .sorter {
    justify-content: flex-start;
  }
  .moduleOccasions .sorting .sorter .titel {
    margin-left: 0;
  }
  .moduleOccasions .sorting .sorter .titel,
  .moduleOccasions .sorting .sorter .sorteer-optie {
    width: unset;
  }
}
.sync-client-filters .arrow-holder span {
  position: relative;
  top: 8px;
  transition: 0.3s;
}
.sync-client-filters .arrow-holder:hover span {
  color: #468080;
}
.sync-client-filters .arrow-holder[data-ordering="asc"] span {
  transform: rotate(180deg);
}
.moduleOccasions .sorter {
  text-align: right;
}
.moduleOccasions .sorter div {
  display: inline-block;
}
.moduleOccasions .sorter .sorteer-optie {
  margin-left: 20px;
  display: inline-flex;
}
.moduleOccasions .sorter .titel,
.moduleOccasions .sorter div div:not(.arrow-holder) {
  vertical-align: top;
  padding: 5px 0px;
  line-height: 22px;
}
.moduleOccasions .sorter .titel {
  font-weight: bold;
  margin-left: -20px;
}
.moduleOccasions .sorter div div:not(.arrow-holder) {
  text-decoration: underline;
  cursor: pointer;
}
.moduleOccasions .sorter div span {
  vertical-align: top;
  display: block;
  height: 14px;
  color: #333333;
}
.moduleOccasions .sorter div:hover {
  color: #468080;
}
.moduleOccasions .sorter .active,
.moduleOccasions .sorter div.active div:not(.arrow-holder) {
  color: #468080;
}
.moduleOccasions .sorter [data-ordering] {
  padding-left: 10px;
  cursor: pointer;
}
.moduleOccasions .sorter [data-ordering="asc"] span.up {
  color: #468080;
}
.moduleOccasions .sorter [data-ordering="desc"] span.down {
  color: #468080;
}
#filterReset {
  margin-top: 30px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}
/* ------------------------------------------------ // content - machines - detail  */
.occasion h2.table-heading,
.occasion h2.prijs-op-aanvraag {
  margin-top: 40px;
}
.occasion .machines-table tr {
  border-bottom: 1px solid #dee4f1;
}
.occasion .machines-table tr th {
  padding-right: 30px;
}
.occasion .machines-table tr th,
.occasion .machines-table tr td {
  font-size: 16px;
  line-height: 32px;
}
.empty {
  display: none;
  margin: 0 0 30px 0;
}
.occasion {
  margin: 20px 0 30px;
}
.client-render .occasions.items {
  text-indent: 15px;
}
.occasion .terug-naar-overzicht {
  margin-top: 20px;
  margin-bottom: 10px;
}
.occasion .terug-naar-overzicht:after {
  display: none;
}
.occasion .detail-img-holder {
  background-repeat: no-repeat;
  background-position: top 150px center;
}
.occasion .detail-img {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
}
.occasion .detail-thumb-img {
  width: 100%;
  height: 125px;
  background-position: center center;
  background-size: cover;
}
.occasion h1 {
  margin-top: 0;
}
.occasion table th,
.occasion table td {
  padding: 3px 10px 3px 0;
}
.occasion table tr.state {
  display: none;
}
.occasion table th {
  background: #FFFFFF;
  color: inherit;
}
.occasion h2 span {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  font-weight: normal;
}
/* ------------------------------------------------ // content - machines - module  */
.moduleOccasionsOverzicht {
  margin-top: 30px;
}
.moduleOccasionsOverzicht .text-holder h2 {
  height: 22px;
  overflow: hidden;
}
.moduleOccasionsOverzicht .btn {
  margin-top: 16px;
  margin-bottom: 30px;
}
/* ------------------------------------------------ // content - merken - documenten */
.wf_file_text:before {
  font-family: "dendekker-icons";
  margin-right: 10px;
  vertical-align: middle;
  content: "\e60a";
}
a.wf_file:hover,
a.wf_file:focus {
  text-decoration: none;
}
a.wf_file:hover .wf_file_text {
  color: #1A4396;
}
/* ------------------------------------------------ // content - recente items -aside */
#aside-menu {
  margin: 70px 0 48px 2px;
}
.minus-right-margin {
  padding-right: 0;
}
#aside-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#aside-menu ul li {
  list-style: disc;
}
#aside-menu ul li a {
  display: block;
  padding: 8px 6px;
  color: #1A4187;
  border-radius: 3px;
}
#aside-menu ul li a:hover {
  color: #E8CE34;
}
#aside-menu ul li a.active {
  background: #1A4187;
  color: #FFFFFF;
}
/* ------------------------------------------------ // content - sitemap */
#xmap ul {
  padding: 0;
  list-style: none;
}
#xmap ul li:before {
  content: "-";
  margin-right: 10px;
}
/* ------------------------------------------------ // content - contact */
.contact p {
  margin-bottom: 25px;
  color: #16396D;
}
.contact p.labels {
  width: 50px;
  position: relative;
  width: 313px;
  color: #16396D;
}
.contact .contact-label,
.contact .contact-value {
  color: #16396D;
}
.contact .contact-label {
  font-weight: bold;
  display: inline-block;
  width: 175px;
}
.contact a:after {
  display: none;
}
/* ------------------------------------------------ // footer */
#bottom ul a {
  transition: 0.3s ease-in-out;
}
#bottom ul a:hover {
  color: #FFDE29;
}
#bottom {
  position: relative;
  border-top: 4px solid #FFDE29;
  background: url('../img/texture.png') #1A4187;
}
#bottom:before {
  position: absolute;
  bottom: -5px;
  content: url('../img/gradient-left.svg');
}
#bottom:after {
  position: absolute;
  right: 0;
  bottom: -5px;
  content: url('../img/gradient-right.svg');
}
#footer-top {
  padding-bottom: 30px;
}
#footer-top [class^="icon-"] {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #FFFFFF;
  margin: 44px 0 22px;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Raleway', Helvetica, sans-serif !important;
}
#footer-top [class^="icon-"]:before {
  vertical-align: middle;
  margin-bottom: 7px;
  font-family: 'dendekker-icons';
  color: #FFDE29;
  font-weight: normal;
  font-size: 40px;
}
#footer-top hr {
  margin: 0;
  margin-top: 25px;
  border: 1px solid #16396D;
}
#footer-middle {
  padding-bottom: 30px;
}
#footer-middle .categories ul li:last-child a {
  text-decoration: underline;
}
#footer-middle .merken ul {
  column-count: 2;
}
#footer-middle .merken ul li:last-child a {
  text-decoration: underline;
}
#footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer-middle ul li {
  color: #BBC7E1;
  font-size: 12px;
  margin: 9px 0;
}
#footer-middle ul li:first-child {
  margin-top: 0;
}
#footer-middle ul li a {
  color: inherit;
  font-size: inherit;
  padding: 0;
}
#footer-middle ul li a:hover,
#footer-middle ul li a:visited,
#footer-middle ul li a:active,
#footer-middle ul li a:focus {
  background: none;
  text-decoration: underline;
}
#footer-middle .right-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-middle .right-list ul li {
  color: #FFF;
  font-size: 12px;
  margin: 7px 0;
  display: flex;
  align-items: center;
}
#footer-middle .right-list ul li span {
  font-size: 16px;
  margin-right: 10px;
}
#footer-middle .right-list ul li span.icon-Phone {
  font-size: 25px;
  margin-left: -5px;
  margin-right: 5px;
}
#footer-middle .right-list ul li span.icon-location {
  margin-right: 13px;
  margin-left: 2px;
}
#footer-middle .right-list ul li a {
  color: inherit;
  font-size: inherit;
  transition: 0.3s ease-in-out;
}
#footer-middle .right-list ul li a:hover {
  color: #FFDE29;
}
#footer-middle h3 {
  color: #FFF;
  margin-top: 0;
  font-size: 16px;
}
#footer-middle .keuringen-header {
  margin-top: 22px;
  font-size: 14px;
  color: #FFFFFF;
}
#footer-middle .keuringen-images img {
  height: 66px;
}
#footer-middle .icon {
  margin-right: 5px;
  font-size: 11px;
}
#footer-middle .img-pand {
  background-size: cover;
  background-position: center center;
  height: 138px;
}
#footer-middle .adress-holder {
  background: #16396D;
  color: #FFFFFF;
}
#footer-middle .adress-holder strong {
  font-weight: 600;
}
#footer-middle table {
  display: flex;
  justify-content: end;
  padding-right: 40px;
  margin: 10px 0;
  width: 100%;
}
#footer-middle table td,
#footer-middle table th,
#footer-middle table td a {
  vertical-align: middle;
  color: #FFFFFF;
  background: none;
}
#footer-middle table th {
  font-size: 16px;
}
#footer-middle table td {
  font-size: 12px;
}
#footer-bottom {
  padding: 14px;
}
#footer-bottom * {
  color: #8CA0C3;
}
#footer-bottom .social-text {
  font-size: 18px;
  line-height: 20px;
  color: white;
  font-weight: bold;
}
#footer-bottom a [class^="icon-"] {
  margin: 0 4px;
  color: white;
  transition: 0.3s ease-in-out;
}
#footer-bottom a:hover,
#footer-bottom a:focus,
#footer-bottom a:hover [class^="icon-"],
#footer-bottom a:focus [class^="icon-"] {
  color: #FFDE29;
  text-decoration: none;
}
#footer-bottom .text-right a {
  font-size: 12px;
  color: #BBC7E1;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
#footer-bottom .text-right a:hover {
  color: #FFDE29;
}
#footer-bottom .devider {
  margin: 1px 6px 0;
  font-size: 12px;
}
.d-none {
  display: none;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.ml-auto {
  margin-left: auto;
}
/* ------------------------------------------------ // Module sync registries */
.module-registries {
  margin-top: 50px;
  margin-bottom: 50px;
}
.module-registries .module-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}
.module-registries .module-heading h2 {
  color: #0D264B;
}
.module-registries .module-heading .btn {
  display: inline-flex;
  height: auto;
  margin-left: auto;
}
.module-registries .module-footer {
  display: flex;
}
.module-registries .module-footer a {
  margin-left: auto;
}
/* ------------------------------------------------ // Customizer */
body.app {
  overflow: hidden;
  max-height: 100vh;
}
.configuration26-app {
  margin-top: -40px;
  height: calc(100vh - 163px);
}
.configuration26-app > .container-fluid {
  height: 100%;
}
.configuration26-app .row.no-gutter > [class*="col-"] {
  padding: 0;
}
.configuration26-app .main-row {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.configuration26-app .main-row > [class*="col-"] {
  display: flex;
}
.configuration26-app .sidebar {
  padding-bottom: 50px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.08);
  overflow: auto;
  max-height: calc(100vh - 184px - 85px);
}
.configuration26-app .sidebar .header {
  padding: 20px 20px 0;
}
.configuration26-app .sidebar .header h1 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin: 0;
}
.configuration26-app .sidebar .header span.flush {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  color: #1B4598;
  font-size: 13px;
  cursor: pointer;
}
.configuration26-app .sidebar .header span.flush > span {
  margin-right: 5px;
  color: #1B4598;
}
.configuration26-app .sidebar .header span.flush span.text {
  text-decoration: underline;
}
.configuration26-app .sidebar .header span.flush:hover {
  color: #E34948;
}
.configuration26-app .sidebar .header span.flush:hover > span {
  color: #E34948;
}
.configuration26-app .sidebar .header + .question.divider {
  margin-top: 0;
}
.configuration26-app .sidebar .question {
  padding: 5px 20px 7px;
  border-bottom: 1px solid #EFEFEF;
  background: #FFFFFF;
  cursor: pointer;
}
.configuration26-app .sidebar .question:not(.open):hover {
  background: #EFEFEF;
}
.configuration26-app .sidebar .question.completed label {
  color: #1B4598;
}
.configuration26-app .sidebar .question.disabled {
  cursor: default;
}
.configuration26-app .sidebar .question.disabled.completed {
  border-right: 0;
}
.configuration26-app .sidebar .question.disabled label {
  color: #808080;
}
.configuration26-app .sidebar .question.disabled .answer {
  color: #808080;
}
.configuration26-app .sidebar .question label {
  margin-bottom: 0;
  font-size: 10px;
  color: #969696;
}
.configuration26-app .sidebar .question label .svg-icon {
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.configuration26-app .sidebar .question span.answer {
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #1B4598;
}
.configuration26-app .sidebar .question picture {
  display: block;
  margin-bottom: 5px;
}
.configuration26-app .sidebar .question picture img {
  height: auto;
  max-width: 100%;
}
.configuration26-app .sidebar .question span.bottom-info {
  font-size: 12px;
}
.configuration26-app .sidebar .question.open {
  background: #E3E3E3;
  padding-top: 20px;
  padding-bottom: 18px;
}
.configuration26-app .sidebar .question.open label {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #1B4598;
}
.configuration26-app .sidebar .question:not(.completed):not(.open) {
  padding-top: 20px;
  padding-bottom: 18px;
}
.configuration26-app .sidebar .question:not(.completed):not(.open) label {
  font-size: 15px;
  color: #C7C7C7;
}
.configuration26-app .sidebar .question.divider {
  margin-top: 20px;
  padding: 15px 20px 0;
  border-bottom: 0;
}
.configuration26-app .sidebar .question.divider:hover {
  cursor: auto;
  background: #FFFFFF;
}
.configuration26-app .sidebar .question.divider label {
  display: flex;
}
.configuration26-app .sidebar .question.divider label span.decoration {
  display: flex;
  justify-content: center;
  width: 32px;
  height: 25px;
  text-align: center;
  background-image: url("/modules/mod_customizer26/assets/img/label-decoration-bg.svg");
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 20px;
}
.configuration26-app .sidebar .question.divider label span.text {
  display: flex;
  position: relative;
  top: -1px;
  padding-left: 20px;
  margin-left: -10px;
  width: 100%;
  color: #E34948;
  font-size: 16px;
  line-height: 25px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid #E34948;
}
.configuration26-app .sidebar .question.divider.open {
  background: #FFFFFF;
}
.configuration26-app .sidebar .question.divider.open label {
  color: #1B4598;
  font-size: 18px;
}
.configuration26-app .sidebar .question.button_group .options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.configuration26-app .sidebar .question.button_group .options span.option {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  color: #808080;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.configuration26-app .sidebar .question.button_group .options span.option span {
  color: #808080;
  font-size: 12px;
  font-weight: 500;
}
.configuration26-app .sidebar .question.button_group .options span.option.has-image {
  margin-left: 5px;
  width: calc(50% - 10px);
}
.configuration26-app .sidebar .question.button_group .options span.option.has-image span.name {
  display: flex;
  margin-top: auto;
  padding-top: 5px;
}
.configuration26-app .sidebar .question.button_group .options span.option.disabled {
  background: #ebebeb;
  cursor: default;
}
.configuration26-app .sidebar .question.button_group .options span.option:hover {
  background: #ebebeb;
}
.configuration26-app .sidebar .question.button_group .options span.option:hover span {
  color: #808080;
  font-size: 12px;
  font-weight: 500;
}
.configuration26-app .sidebar .question.button_group .options span.option.active {
  background: #1B4598;
  color: #FFFFFF;
}
.configuration26-app .sidebar .question.button_group .options span.option.active span {
  color: #FFFFFF;
}
.configuration26-app .sidebar .question.button_group .options.has-images {
  margin-left: -5px;
  margin-right: -5px;
}
.configuration26-app .sidebar .question.button_group .options.fill-buttons span.option {
  flex: 1;
}
.configuration26-app .sidebar .question.text input {
  display: block;
  width: 100%;
  padding: 1px 10px;
  background: #FFFFFF;
  border: 1px solid #C9C9C9;
  border-radius: 5px;
  font-size: 12px;
  line-height: 25px;
  color: #333333;
}
.configuration26-app .sidebar .question.text input:focus {
  outline: 0;
}
.configuration26-app [class="3d-map"] {
  width: 100%;
  height: calc(100% - 85px);
  background: #F7F7F7;
}
.configuration26-app .footer {
  position: fixed;
  display: flex;
  bottom: 0;
  height: 85px;
  width: 100%;
  border-top: 1px solid #C9C9C9;
  padding: 20px;
  background: #FFFFFF;
  z-index: 10;
}
.configuration26-app .footer > .d-flex {
  align-items: center;
}
.configuration26-app .footer .cta {
  display: flex;
  margin-left: auto;
  width: auto;
}
.configuration26-app .footer .questionnaire-progress {
  display: flex;
  flex-direction: row;
}
.configuration26-app .footer .questionnaire-progress .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
.configuration26-app .footer .questionnaire-progress .text span {
  color: #969696;
  font-size: 12px;
}
.configuration26-app .footer .questionnaire-progress .text span.title {
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  font-weight: bold;
}
.configuration26-app .footer .questionnaire-progress .questionnaire-progress-stats {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #1B4598;
  font-size: 32px;
  font-weight: bold;
}
.configuration26-app .footer .questionnaire-progress .questionnaire-progress-stats span {
  color: #1B4598;
  font-size: 32px;
  font-weight: bold;
}
.configuration26-app .btn:after {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
}
.__react_component_tooltip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.modal-box {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
  width: 550px;
  max-width: calc(100vw - 40px);
  padding: 50px 60px;
  background: #FFFFFF;
  border-radius: 10px;
  transform: translateY(-50%);
}
.modal-box h2 {
  margin-top: 0;
  font-size: 30px;
  color: #1B4598;
  font-weight: bold;
}
.modal-box .request-modal-title {
  display: flex;
}
.modal-box .request-modal-title .request-modal-close {
  display: flex;
  margin-top: 7px;
  margin-left: auto;
  cursor: pointer;
}
.modal-box .request-modal-title .request-modal-close:hover svg path {
  fill: #13316d;
}
.request-form .form-fields .request-form-group {
  margin-bottom: 15px;
}
.request-form .form-fields .request-form-group label {
  display: block;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.request-form .form-fields .request-form-group input,
.request-form .form-fields .request-form-group textarea {
  width: 100%;
  background: #EFEFEF;
  border: 2px solid #EFEFEF;
  outline: 0;
  color: #333333;
  border-radius: 5px;
  padding: 5px;
}
.request-form .form-fields .request-form-group input:focus,
.request-form .form-fields .request-form-group textarea:focus {
  background: #EFEFEF;
  border-color: #1B4598;
}
.request-form .form-fields .request-form-group span.request-form-error {
  font-size: 12px;
  color: #E34948;
  font-weight: bold;
}
.request-form .form-fields .request-form-group.error input {
  border-color: #E34948;
}
body .MuiStepper-root {
  padding: 0;
  width: 350px;
  max-width: 100%;
}
body .MuiStepper-root .MuiStepConnector-lineHorizontal {
  position: relative;
  border-color: #C7C7C7;
  top: -2px;
}
body .MuiStepper-root svg {
  width: 18px;
  height: 18px;
  color: #C7C7C7;
}
body .MuiStepper-root svg text {
  display: none;
}
body .MuiStepper-root svg.MuiStepIcon-completed text {
  display: block;
}
body .MuiStepper-root .MuiStepLabel-label.MuiStepLabel-alternativeLabel {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #C7C7C7;
}
body .MuiStepper-root .MuiStepLabel-label.MuiStepLabel-alternativeLabel.MuiStepLabel-completed,
body .MuiStepper-root .MuiStepLabel-label.MuiStepLabel-alternativeLabel.MuiStepLabel-active {
  color: #1B4598;
}
#sync_client_app .price-holder,
#sync_client_app .manufacturedate-holder {
  display: flex;
  margin-top: 15px;
}
#sync_client_app .price-holder .max,
#sync_client_app .manufacturedate-holder .max {
  margin-left: auto;
}
#sync_client_app .slider-label {
  margin-top: 10px;
  margin-bottom: 10px;
}
#sync_client_app .rc-slider {
  max-width: 335px;
  margin-left: auto;
  margin-right: auto;
  height: 15px;
  border-radius: 4px;
  background: white;
  border: 1px solid #aaa;
}
#sync_client_app .rc-slider .rc-slider-rail {
  background: white;
  border-radius: 0;
}
#sync_client_app .rc-slider .rc-slider-track {
  background: #16335E;
  top: 0;
  height: 15px;
}
#sync_client_app .rc-slider .rc-slider-handle.rc-slider-handle {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
  border-radius: 0;
  width: 25px;
  height: 20px;
  margin-top: -8px;
  border-radius: 4px;
}
#sync_client_app .rc-slider .rc-slider-handle.rc-slider-handle:before {
  position: absolute;
  top: -1px;
  left: 4px;
  content: '| | |';
  font-size: 12px;
}
.links-holder {
  display: flex;
  justify-content: end;
  align-items: center;
}
.links-holder ul {
  margin-left: 0;
  display: flex;
}
.links-holder ul li {
  display: flex;
  align-items: center;
}
.links-holder ul li:after {
  content: '|';
  margin: 1px 6px 0;
  font-size: 12px;
}
.links-holder ul li a {
  padding: 0;
}
.links-holder ul li a:hover {
  background: transparent;
}
@media (max-width: 1200px) {
  /* CSS Document */
  /* ------------------------------------------------ // algemeen */
  .container {
    width: 970px;
  }
  #top .logo-holder a img {
    max-width: 100%;
    margin-top: 22px;
  }
  ul.nav li a {
    font-size: 15px;
  }
  /* ------------------------------------------------ // content - lightbox fotoweergave */
  #content #images .col-sm-6 .mar-bot img {
    margin-top: 0;
  }
  #content #images .col-md-2 .mar-bot img {
    margin-top: 25px;
  }
  /* ------------------------------------------------ // CTA */
  .layers .layer.layer-image-left .content,
  .layers .layer.layer-image-right .content {
    padding: 50px 60px 60px;
  }
  /**/
  .call-to-action-form-holder img {
    margin-top: 87px;
  }
}
@media (max-width: 992px) {
  /* CSS Document */
  /* ------------------------------------------------ // algemeen */
  .container {
    width: 750px;
  }
  ul.nav li a {
    font-size: 14px;
  }
  #visual-holder .visual-intro h1 {
    font-size: 30px;
  }
  #top .container {
    width: 100%;
  }
  #top .logo-holder {
    display: flex;
    flex-direction: row;
    margin-left: -25px;
  }
  #top .logo-holder .text {
    text-align: left;
  }
  #top .logo-holder .text p {
    font-size: 13px;
  }
  #top .logo-holder a {
    margin-left: 25px;
  }
  #top .logo-holder .title {
    top: 0;
  }
  #top .top-bottom .container {
    padding-left: 0;
  }
  #thumbs .thumb-img {
    width: calc(33.333333% - 10px);
  }
  .content-below-holder h2 {
    height: 55px;
    display: block;
  }
  #top .telefoon {
    font-size: 15px;
  }
  /* ------------------------------------------------ // content */
  #content #images .col-sm-6 .mar-bot img {
    margin-top: 25px;
  }
  /* ------------------------------------------------ // content - layers */
  .layer.layer-banner .banner-holder .title-holder {
    bottom: 40px;
  }
  /* ------------------------------------------------ // CTA */
  .call-to-action-form-holder {
    padding: 20px 50px 0;
  }
  .call-to-action-form-holder img {
    display: none;
  }
  /**/
  /* ------------------------------------------------ // Nav */
  #top .title {
    font-size: 24px;
    line-height: 24px;
    padding-left: 0;
  }
  #top .top-top {
    padding: 0 0 10px 0;
    height: auto;
  }
  #top .top-top .telefoon {
    display: none;
  }
  #top .top-top:before,
  #top .top-top:after {
    display: none;
  }
  #top .top-bottom {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    align-content: center;
  }
  #top .top-bottom .container {
    margin-top: 0;
  }
  #top .top-bottom .navbar {
    margin-bottom: 0;
    padding: 0 15px;
  }
  #top .top-bottom .telefoon {
    margin: 0;
    display: inline-block;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  body .navbar.main .navbar-header {
    display: flex;
    width: 100%;
  }
  body .navbar.main .navbar-collapse {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
  body .navbar.main .navbar-collapse .home-link {
    display: none;
  }
  body .navbar.main .navbar-collapse ul {
    margin-left: 0;
    flex-direction: column;
    border: 0;
  }
  body .navbar.main .navbar-collapse ul li {
    margin-bottom: 10px;
  }
  body .navbar.main .navbar-collapse ul li a {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  body .navbar.main .navbar-collapse ul li:not(.active) ul {
    display: none;
  }
  body .navbar.main .navbar-collapse ul li ul {
    padding-top: 5px;
    list-style: none;
    padding-left: 20px;
  }
  body .navbar.main .navbar-toggle {
    margin: 0;
    margin-left: auto;
    padding: 0;
  }
  body .navbar.main .navbar-toggle.animated-hamburger .hamburger {
    position: relative;
    transform: rotate(0deg);
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.35, 1);
    transition-property: transform;
    cursor: pointer;
    will-change: transform;
  }
  body .navbar.main .navbar-toggle.animated-hamburger.open .hamburger {
    transform: rotate(180deg);
  }
  body .navbar.main .navbar-toggle.animated-hamburger.open .hamburger .icon-bar {
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.35, 1);
    transition-property: transform;
  }
  body .navbar.main .navbar-toggle.animated-hamburger.open .hamburger .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate3d(6px, 5px, 0);
  }
  body .navbar.main .navbar-toggle.animated-hamburger.open .hamburger .icon-bar:nth-child(2) {
    transform: scale(0);
  }
  body .navbar.main .navbar-toggle.animated-hamburger.open .hamburger .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate3d(6px, -5px, 0);
  }
  body .navbar.main .navbar-toggle:hover span.icon-bar,
  body .navbar.main .navbar-toggle:focus span.icon-bar,
  body .navbar.main .navbar-toggle:active span.icon-bar {
    background: #FFDE29;
  }
  body .navbar.main .navbar-toggle span.icon-bar {
    background: #FFDE29;
    height: 4px;
    width: 30px;
    transition: 0.3s;
  }
  /* ------------------------------------------------ // blogaside */
  .blog .blogaside {
    box-shadow: 0px 2px 20px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    z-index: 100;
  }
  .blog .blogaside h2 {
    display: none;
  }
  .blog .blogaside p {
    display: none;
  }
  .blog .blogaside .imgbig {
    display: none;
  }
  .blog .blogaside .imgsmall {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: auto;
  }
  .blog .blogaside .btn {
    width: 100%;
    border: 0px;
    box-shadow: none;
  }
  /* ------------------------------------------------ // blogaside */
  .blog .blogaside {
    box-shadow: 0px 2px 20px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    z-index: 100;
  }
  .blog .blogaside h2 {
    display: none;
  }
  .blog .blogaside p {
    display: none;
  }
  .blog .blogaside .imgbig {
    display: none;
  }
  .blog .blogaside .imgsmall {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 40px;
    width: auto;
  }
  .blog .blogaside .btn {
    width: 100%;
    border: 0px;
    box-shadow: none;
  }
  .category-items {
    margin-bottom: 72px;
  }
  .category-items ul {
    list-style: none;
    column-count: 3;
    margin-left: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  /* CSS Document */
  /* ------------------------------------------------ // kop */
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  h4,
  h5,
  h6 {
    font-size: 12px;
  }
  /* ------------------------------------------------ // Algemeen */
  .container {
    width: 100%;
  }
  .container > * {
    margin: 0;
  }
  .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .blok {
    max-width: 360px;
    position: relative;
    overflow: visible;
    margin: 30px auto;
  }
  #top .top-top .container,
  #top .top-bottom .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #top .top-top .col-xs-12 {
    text-align: center;
  }
  #top .logo-holder {
    text-align: center;
    margin: 0 0 -10px;
    height: auto;
  }
  #top .logo-holder .text {
    width: 250px;
  }
  #top .logo-holder .text p {
    line-height: 20px;
  }
  #top .logo-holder a {
    margin-left: 0;
    margin-right: 0;
  }
  #top .top-top .icon-telefoon {
    font-size: 14px;
  }
  #visual-holder {
    max-width: 100%;
  }
  #visual-holder img {
    display: block;
    max-width: 100%;
  }
  #visual-holder .visual {
    margin: -20px 0px 0px -20px;
  }
  #visual-holder .visual-intro {
    padding-left: 15px;
    padding-right: 15px;
  }
  #visual-holder .visual-intro .page-header {
    margin-top: 0;
  }
  #visual-holder .visual-intro .page-header h1 {
    margin-top: 0;
  }
  #visual-holder .item .item-holder {
    margin-top: 0;
  }
  #visual-holder .recent-afgeleverd {
    margin: 0;
  }
  #visual-holder #video {
    height: 350px;
  }
  #visual-holder #video .video-text h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #visual-holder #video .video-text .description {
    font-size: 14px;
  }
  #visual-holder #video .video-text a {
    margin-top: 10px;
  }
  /* ------------------------------------------------ // Nav */
  ul.nav:first-child li.current > a {
    color: #FFDE29;
  }
  #aside-menu {
    margin: 28px 0 48px;
  }
  /* ------------------------------------------------ // content - Misc*/
  .content-below-holder .category-module .item-holder {
    margin: 0;
    margin-bottom: 30px;
    max-width: 360px;
    margin: 30px auto;
  }
  .actueel {
    margin-bottom: 40px;
    max-width: 360px;
    margin: 40px auto;
  }
  f .actueel .text-holder {
    border-radius: 0 0 3px 3px;
    height: auto;
  }
  .actueel .img-holder {
    border-radius: 3px 3px 0 0;
  }
  .module-actueel {
    margin-bottom: 0px;
  }
  .logos h3 {
    margin: 10px 0;
  }
  .logos .custom img {
    display: block;
    margin: 0px auto 15px;
  }
  .rsform #call-to-action .rsform-block-vraag {
    margin-bottom: 30px;
  }
  .call-to-action-holder {
    overflow: hidden;
  }
  .call-to-action-holder #call-to-action .formContainer .row:first-child > div:first-child {
    padding-right: 0px;
  }
  .module-registries .module-footer {
    margin-bottom: 20px;
  }
  .moduleOccasions .sorter .sorteer-optie {
    width: 100px;
  }
  .moduleOccasionsOverzicht .btn {
    margin-bottom: 30px;
  }
  .moduleOccasions .sorter .titel {
    width: 100%;
  }
  .call-to-action-form-holder {
    padding: 10px 30px 0;
  }
  .rsform-block-geenongewensteberichten {
    display: none;
  }
  .call-to-action-form-holder img {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .content-below-holder h2 {
    height: auto;
    display: inline;
  }
  .mod-languages #lang-selector {
    right: 0;
  }
  /* ------------------------------------------------ // content - machines - detail  */
  .occasion .detail-img {
    height: 200px;
  }
  #thumbs .thumb-img {
    width: calc(50% - 10px);
  }
  /* ------------------------------------------------ // content - Footer*/
  #footer-top .text-right {
    text-align: left;
  }
  #footer-top [class^="icon-"] {
    margin-top: 20px;
  }
  #footer-middle .keuringen-header {
    text-align: center;
    margin-top: 0;
  }
  #footer-middle .keuringen-images img {
    margin: 10px auto;
  }
  #footer-middle .adress-holder {
    margin-top: 30px;
  }
  #footer-middle .adress-holder table {
    margin: 10px 15px;
  }
  #footer-bottom {
    text-align: center;
  }
  #bottom .categories {
    margin: 20px 0;
  }
  .social-text {
    display: block;
    margin-bottom: 15px;
  }
  #footer-bottom .devider {
    display: none;
  }
  #footer-bottom .links-holder {
    margin: 30px 0;
    text-align: center;
    flex-direction: column;
  }
  #footer-bottom .links-holder ul {
    flex-direction: column;
  }
  #footer-bottom .links-holder ul li:after {
    display: none;
  }
  #footer-bottom .links-holder a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 22px;
  }
  /* ------------------------------------------------ // content -merken */
  .logo-holder {
    margin-top: 30px;
  }
  /**/
  /* ------------------------------------------------ // Customizer */
  body.app {
    overflow: hidden;
  }
  .configuration26-app {
    margin-top: -40px;
    height: auto;
  }
  .configuration26-app [class="3d-map"] {
    height: 150px;
    overflow: hidden;
  }
  .configuration26-app [class*="col-xs-5"],
  .configuration26-app [class*="col-xs-7"] {
    width: 100%;
  }
  .configuration26-app .sidebar {
    padding-bottom: 200px;
    height: calc(100vh - 150px - 150px - 85px);
  }
  .configuration26-app .main-row {
    flex-direction: column-reverse;
  }
  .configuration26-app .footer {
    height: 155px;
    flex-direction: column;
    align-items: center;
  }
  .configuration26-app .footer .cta {
    margin-top: 15px;
    margin-bottom: 25px;
    margin-right: auto;
  }
  .configuration26-app .footer .questionnaire-progress .text {
    display: none;
  }
  .configuration26-app .footer .footer-progress-bar .MuiStepper-root {
    width: 295px;
    margin-left: -15px;
  }
  .configuration26-app .footer.modal-open {
    overflow: auto;
    height: 100%;
    align-items: end;
    background-color: transparent;
  }
  .configuration26-app .footer.modal-open > div:not(.modal-box):not(.backdrop) {
    display: none;
  }
  .modal-box {
    padding: 20px 30px;
    top: 0;
    transform: unset;
    overflow: auto;
    position: absolute;
    margin-top: 50px;
  }
  #footer-middle table {
    justify-content: center;
    padding-right: 0;
  }
  .category-items {
    margin-bottom: 72px;
  }
  .category-items ul {
    list-style: none;
    column-count: 1;
    margin-left: 20px;
    line-height: 1.8;
  }
}
@media print {
  /* CSS Document */
}
