/* ==================================================
Multiwal - changes conform 31537 order
================================================== */

/*
= global
------------------------------ */
body {
  overflow-x: hidden;
}
.image {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.image > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: .3s ease-in-out;
}
/*
= hero
------------------------------ */
.uk-slider-container {
  margin: 0 calc(-50vw + 50%);
}
/*
= label 'Offerte opvragen'
------------------------------ */
.breadcrumb-contact-offerte {
  display: none;
}
/*
= header
------------------------------ */
.tm-toolbar .uk-float-right .widget_custom_html .contact-info:after,
.wpml-ls-legacy-list-horizontal>ul:after {
  display: table;
  content: '';
  clear: both;
}
.tm-toolbar .uk-float-right .widget_custom_html .contact-info > div:first-child {
  width: 46%;
}
.tm-toolbar .uk-float-right .widget_custom_html .contact-info > div:last-child {
  width: 54%;
  text-align: right;
}
/*
= modules - portals
------------------------------ */
.portals {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.portals:after {
  display: table;
  content: '';
  clear: both;
}
.portals .portal {
  float: left;
  width: calc(50% - 20px);
  margin-bottom: 20px;
  color: #707070;
}
.portals .portal:nth-of-type(odd) {
  margin-right: 40px;
}
.portals .portal .image {
  height: 200px;
  box-shadow: 0 0 10px 3px rgba(0,0,0,.2);
}
.portals .portal__title {
  font-size: 22px;
  margin-bottom: 10px;
}
.portals .portal__excerpt {
  margin-top: 10px;
}
.portals .portal__link {
  color: #978a61;
}
.portals .portal:hover .image > div {
  transform: scale(1.05);
}
.portals .portal:hover .portal__link {
  text-decoration: underline;
}
/*
= modules - intro
------------------------------ */
.page__intro:after {
  display: table;
  content: '';
  clear: both;
}
.page__intro .text,
.page__intro .thumb {
  float: left;
  width: 50%;
}
.page__intro .thumb {
  float: right;
  width: 400px;
  height: 222px;
}
/*
= data table
------------------------------ */
.tData {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}
.tData thead {
  border-bottom: 1px solid #c1bdbd;
}
.tData thead th {
  border-right: 1px solid #c1bdbd;
  padding: 10px 15px;
}
.tData thead th:last-of-type {
  border-right-width: 0;
}
.tData td {
  padding: 10px 15px;
  border-right: 1px solid #c1bdbd;
  border-bottom: 1px solid #c1bdbd;
}
.tData td:first-child {
  text-align: left;
}
.tData td:last-of-type {
  border-right-width: 0;
}
.tData tr:last-of-type td {
  border-bottom-width: 0;
}
/*
= Modules - More information
------------------------------ */
.more-info {
  margin-bottom: 40px;
}
.more-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.more-info li {
  /*flex: 1;*/
  flex-basis: 25%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
/*
= Modules - Technical data
------------------------------ */
.technical-data {

}
/*
= Modules - submenu
------------------------------ */
.page__intro .submenu {
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
  font-size: 22px;
  font-weight: 700;
}
.page__intro .submenu li:not(:last-of-type) {
  margin-bottom: 20px;
}
/*
= breakpoints
------------------------------ */
@media (max-width: 1024px) {
  /* .portals {
    margin-left: -3%;
  } */
  .portals .portal {
    /* width: 25%;
    margin-left: 3%; */
    min-height: 446px;
  }
  .portals .portal .image {
    height: 200px;
  }
}
@media (max-width: 920px) {
  .table-wrapper {
    width: 100%;
    overflow-x: auto;
  }
  .tData thead,
  .tData tbody {
    display: block;
  }
  .tData thead th:first-of-type {
    width: 148px;
  }
  .tData thead th:not(:first-of-type) {
    width: 109px;
  }
  .tData thead th:nth-last-child(2) {
    width: 148px;
  }
  .tData tbody {
    height: 400px;
  }
}
@media (max-width: 880px) {
  .page__intro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page__intro .text,
  .page__intro .thumb {
    float: none;
    width: 100%;
  }
  .page__intro .text {
    order: 2;
  }
  .page__intro .thumb {
    order: 1;
  }
  .page__intro .thumb .image {
    height: 200px;
    padding-bottom: 0;
  }
  .more-info li {
    flex-basis: 50%;
  }
}
@media (max-width: 768px) {
  .portals {
    margin-left: 0;
    text-align: left;
  }
  .portals .portal {
    width: 100%;
    max-width: 100%;
    display: list-item;
    min-height: 210px;
    margin-left: 0;
  }
  .portals .portal:not(:last-child) {
    margin-bottom: 20px;
  }
  .portals .portal .image {
    float: left;
    width: 150px;
    height: 200px;
    margin-right: 20px;
    padding-bottom: 0;
  }
  .portals .portal__link {
    position: relative;
  }
}
@media (max-width: 720px) {
  .more-info li {
    flex-basis: 100%;
  }
}
@media (max-width: 540px) {
  .portals .portal .image {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .tData thead th:first-of-type,
  .tData tbody td:first-of-type {
    width: 150px;
  }
  .tData thead th:not(:first-of-type),
  .tData tbody td:not(:first-of-type) {
    width: 109px;
  }
  .tData thead th:nth-last-child(2) {
    width: 148px;
  }
}
@media (max-width: 370px) {
  .portals .portal .image {
    padding-bottom: 0;
    height: 200px;
  }
}
