@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600;700;900&display=swap");
.row:after {
  content: "";
  display: block;
  clear: both;
}

[class*=col-] {
  min-height: 1px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

[class*=col-].row {
  padding: 0;
}

body {
  font-family: "Overpass", sans-serif;
}

.menu__item_icon-home > a:before {
  content: "";
}

[class*=menu__item_icon-] > a {
  font-size: 18px;
  text-indent: 100px;
  overflow: hidden;
  white-space: nowrap;
  width: 50px;
  position: relative;
  font-family: "Font Awesome 5 Pro", FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.cases-list {
  margin-top: 50px !important;
}

[class*=menu__item_icon-] > a:before {
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro", FontAwesome;
}

.hidden {
  display: none;
}

.tos-wrapper.tos-fixed {
  z-index: 9999 !important;
}

.float-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

h1, h2, h3, h4, h5, h6 {
  color: #3D5059;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
}

h3 {
  font-weight: normal;
}

.h1 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 800;
}

.search-results section .search button {
  margin-top: 10px;
}

header .bottom-header {
  box-sizing: border-box;
  position: relative;
}
header .top-header {
  position: relative;
  background: white;
  z-index: 9999;
}
header .top-header nav {
  position: relative;
}
header .top-header nav > div {
  float: right;
}
header .top-header .logo {
  height: auto;
}
header .text-header {
  text-transform: uppercase;
  color: #fff;
  z-index: 99;
}
header .text-header span {
  display: block;
}
header .text-header span.bold {
  font-weight: 700;
}

.description-bottom {
  margin: 10px 0;
}
.description-bottom .more-button {
  font-size: 32px;
  line-height: 24px;
  text-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
}
.description-bottom .description {
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  text-transform: initial;
}

.inner-block {
  border: 1px solid #ccc;
  padding: 10px;
  height: 100%;
  position: relative;
}
.inner-block .more-button {
  position: absolute;
  bottom: 10px;
}
.inner-block img {
  transition: transform 0.2s;
  transform-origin: center center;
}
.inner-block a {
  overflow: hidden;
}
.inner-block:hover img {
  transform: scale(1.05);
}
.inner-block:hover a, .inner-block:hover h3 {
  color: #f6871e !important;
}

header .text-header {
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

.subnav .title {
  max-height: 100px;
  overflow: hidden;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  margin: 0;
  position: relative;
}

.text {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 800;
}

/*algemene css*/
#PageContent {
  margin-bottom: 50px;
}

.more {
  display: block;
  margin-top: 40px;
  font-weight: 600;
  text-decoration: none;
}

.call-to-action {
  display: inline-block;
  padding: 5px 12px;
  text-decoration: none;
  border: 1px solid #3D5059;
  text-transform: uppercase;
  font-weight: 700;
}
.call-to-action:hover {
  color: #fff;
  background: #f6871e;
  border-color: #f6871e;
}
.call-to-action.with-hover .fa-arrow-down {
  display: none;
}
.call-to-action.with-hover:hover, .call-to-action.with-hover.hover {
  color: #3D5059;
  background: none;
  border-color: #3D5059;
}
.call-to-action.with-hover:hover .fa-arrow-down, .call-to-action.with-hover.hover .fa-arrow-down {
  color: #3D5059;
  display: block;
}
.call-to-action.with-hover:hover .fa-arrow-right, .call-to-action.with-hover.hover .fa-arrow-right {
  display: none;
}
.call-to-action.with-hover:hover ul, .call-to-action.with-hover.hover ul {
  display: block;
}
.call-to-action ul {
  padding-left: 0;
  margin-top: 0;
  display: none;
}
.call-to-action ul li {
  position: relative;
  font-weight: normal;
  list-style: none;
  padding-left: 16px;
}
.call-to-action ul li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -8px;
  font-size: 25px;
}
.call-to-action ul li a {
  text-decoration: none;
  text-transform: none;
  font-size: 15px;
  transition: all 0.5s ease 0s;
}
.call-to-action ul li a:hover {
  color: #3D5059;
  padding-left: 10px;
}

.call-to-action-sitebar .call-to-action {
  margin: 0 0 10px 0;
}
.call-to-action-sitebar .call-to-action .fa-arrow-right,
.call-to-action-sitebar .call-to-action .fa-arrow-down {
  float: right;
  line-height: 28px;
}

.call-to-action-sitebar {
  margin-bottom: 20px;
}

.call-to-action {
  display: inline-flex;
  align-items: center;
}
.call-to-action span {
  margin-left: 10px;
}

.origin-widget.origin-widget-button-simple-white a {
  display: inline-block;
  width: 80%;
  padding: 5px 12px !important;
  margin: 0 0 12px 0 !important;
  text-decoration: none !important;
  border: 1px solid #3D5059 !important;
  border-radius: 0 !important;
  background: url(../img/arrow-bleu.png?v=1) no-repeat right center !important;
  color: #3D5059 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: left !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.origin-widget.origin-widget-button-simple-white a:hover {
  color: #fff !important;
  background: #f6871e url(../img/arrow-white.png?v=1) no-repeat right center !important;
  border-color: #f6871e !important;
}

.fa-arrow-right,
.fa-arrow-down {
  font-size: 12px;
}

.bold {
  font-weight: 700;
}

#search-input {
  height: 37px;
}

.row.blocks {
  margin-bottom: 40px;
}

/*homepage*/
#content {
  padding-top: 80px;
  overflow: hidden;
}
#content .latest-post .h4,
#content .latest-post .h2 {
  font-size: 18px;
  margin: 0;
}
#content .latest-post .h4 a,
#content .latest-post .h2 a {
  text-decoration: none;
}
#content .latest-post .h2 {
  font-weight: bold;
}
#content .latest-post .date {
  display: block;
  margin-bottom: 15px;
  font-size: 12px;
  text-transform: uppercase;
}
#content .latest-post img.attachment-thumbnail,
#content .latest-post img.wp-post-image {
  float: left;
  width: 83px;
  height: auto;
  margin-right: 10px;
  border-radius: 100%;
}
#content .latest-post p {
  margin: 0;
}
#content .latest-post .more {
  margin-top: 20px;
}
#content .search-post {
  margin: 20px 0 30px;
}
#content .search-post .h2 {
  padding-bottom: 20px;
}
#content .search-post p {
  display: inline;
}
#content .search-post .more {
  display: inline;
}

#content h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 800;
}

.home #PageContent {
  padding-right: 50px;
}

/*tekst pagina*/
#PageContent {
  margin-bottom: 55px;
}
#PageContent > article .h3 {
  font-size: 50px;
  font-weight: 800;
}
#PageContent > article .h4 {
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
#PageContent > article .h4 strong {
  font-weight: normal;
}
#PageContent > article img {
  display: block;
}

/*referentie pagina*/
.reference h1 {
  margin-bottom: 0;
}
.reference .function {
  display: block;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*blog*/
.blog .latest-post {
  margin-bottom: 40px;
}

.single #content .latest-post img.wp-post-image {
  width: auto;
}

/*team pagina*/
.team .info-person .h1,
.team .info-person .h2,
.team .info-person .h3,
.team .info-person .h4,
.team .info-person .h5 {
  color: #fff;
}
.team .details .title a:hover {
  color: #fff;
  opacity: 0.8;
}
.team .title-line {
  display: block;
  margin: 30px 0;
  height: 14px;
  border-bottom: 1px solid #3D5059;
  text-align: center;
}
.team .title-line span {
  padding: 0 15px;
  font-size: 20px;
  text-transform: uppercase;
  background: #fff;
}
.team .name,
.team .function {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
.team .name {
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}
.team .function {
  font-size: 12px;
  text-transform: uppercase;
}
.team .text {
  height: 280px;
}
.team .text .name,
.team .text .function {
  display: block;
  text-align: center;
}
.team .text > a {
  text-decoration: none;
  display: block;
  position: relative;
  top: 0px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.team .text > a.active {
  top: 150px;
}
.team .text > a.active .name,
.team .text > a.active .function {
  opacity: 0;
}
.team .text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 100%;
  border: 10px solid #fff;
  text-align: center;
  position: relative;
  z-index: 3;
}
.team .text span {
  position: relative;
  z-index: 1;
}
.team .details {
  clear: both;
  background: #f6871e;
  display: none;
  min-height: 150px;
  padding: 80px 0;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.team .details:before, .team .details:after {
  content: "";
  background: inherit;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.team .details:before {
  right: 100%;
}
.team .details:after {
  left: 100%;
}
.team .details .title {
  margin-bottom: 10px;
}
.team .details .title a {
  font-size: 20px;
  margin-left: 15px;
}
.team .details .function {
  display: block;
}
.team .details .info-person {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.team .details .info-person p {
  padding-right: 80px;
}
.team .details.active {
  display: block;
}

/*contact pagina*/
.page-template-contact-php #PageContent article .h3 {
  font-size: 16px;
}
.page-template-contact-php #PageContent .contact-sitebar {
  float: right;
}
.page-template-contact-php #PageContent .contact-sitebar > span {
  display: block;
  padding-left: 50px;
}
.page-template-contact-php #PageContent .contact-sitebar > span span {
  margin-right: 10px;
}
.page-template-contact-php #PageContent form.wpcf7-form ul {
  padding: 0 50px 0 0;
  margin: 0;
  list-style: none;
}
.page-template-contact-php #PageContent form.wpcf7-form ul .info {
  font-size: 12px;
}
.page-template-contact-php #PageContent form.wpcf7-form span.wpcf7-not-valid-tip {
  color: #f6871e;
}
.page-template-contact-php #PageContent form.wpcf7-form div.wpcf7-response-output {
  margin: 0;
  clear: both;
  border: none;
}
.page-template-contact-php #PageContent form.wpcf7-form div.wpcf7-mail-sent-ok {
  color: #fff;
  background: #3D5059;
}
.page-template-contact-php #PageContent form.wpcf7-form div.wpcf7-validation-errors,
.page-template-contact-php #PageContent form.wpcf7-form div.wpcf7-mail-sent-ng,
.page-template-contact-php #PageContent form.wpcf7-form div.wpcf7-spam-blocked {
  color: #fff;
  background: #f6871e;
}

/*blocks*/
.blocks {
  max-width: 1600px;
  margin: 0 auto;
}

/*block case*/
.blocks .block.case .inner-block a,
.blocks .block.solution .inner-block a {
  display: block;
}
.blocks .block.case .inner-block img,
.blocks .block.solution .inner-block img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  line-height: 0;
}
.blocks .block.case .inner-block .hover,
.blocks .block.solution .inner-block .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  padding: 50%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blocks .block.case .inner-block .hover .text span,
.blocks .block.solution .inner-block .hover .text span {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.blocks .block.case .inner-block .hover .wrapper-action,
.blocks .block.solution .inner-block .hover .wrapper-action {
  width: 100%;
  position: absolute;
  left: 0;
  top: 110%;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blocks .block.case .inner-block .hover .wrapper-action .call-to-action,
.blocks .block.solution .inner-block .hover .wrapper-action .call-to-action {
  margin: 0;
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.blocks .block.case .inner-block .hover .wrapper-action .call-to-action:hover,
.blocks .block.solution .inner-block .hover .wrapper-action .call-to-action:hover {
  background: none;
}
.blocks .block.case a:hover .hover,
.blocks .block.solution a:hover .hover {
  opacity: 1;
}
.blocks .block.case a:hover .hover .wrapper-action,
.blocks .block.solution a:hover .hover .wrapper-action {
  top: 80%;
}
.blocks .block.solution .inner-block .hover {
  background: rgba(62, 80, 90, 0.8);
}
.blocks .block.solution .inner-block .hover .text {
  padding: 10px 20px;
  top: 10px;
}
.blocks .block.solution .inner-block .hover .text .name {
  font-size: 24px;
}
.blocks .block.solution .inner-block .hover .call-to-action {
  font-size: 12px;
  padding: 5px 9px;
  margin-left: -74px;
}

/*block testimonial*/
.block.testimonial.blue .inner-block, .block.testimonial.grey .inner-block {
  background: #f6871e;
  padding: 50%;
}
.block.testimonial.blue .inner-block .text, .block.testimonial.grey .inner-block .text {
  color: #fff;
}
.block.testimonial.blue .inner-block .text .name, .block.testimonial.grey .inner-block .text .name {
  text-shadow: none;
}
.block.testimonial.blue .inner-block .text .fa-quote-right, .block.testimonial.grey .inner-block .text .fa-quote-right {
  float: left;
  opacity: 0.5;
  font-size: 55px;
}
.block.testimonial.blue .inner-block .text .quote, .block.testimonial.grey .inner-block .text .quote {
  position: relative;
  display: block;
  float: left;
  width: 75%;
  padding-left: 10px;
  margin: 0 auto;
}
.block.testimonial.blue .inner-block .hover, .block.testimonial.grey .inner-block .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.block.testimonial.blue .inner-block .hover .call-to-action, .block.testimonial.grey .inner-block .hover .call-to-action {
  position: absolute;
  left: 50%;
  top: 110%;
  margin: -19px 0 0 -72px;
  border-color: #3D5059;
  color: #3D5059;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.block.testimonial.blue .inner-block .hover .call-to-action:hover, .block.testimonial.grey .inner-block .hover .call-to-action:hover {
  background: none;
}
.block.testimonial.grey .inner-block {
  background: #B1B9BC;
}
.block.testimonial a:hover .inner-block .hover {
  opacity: 1;
}
.block.testimonial a:hover .inner-block .hover .call-to-action {
  top: 50%;
}

/*block contact*/
.block.contact .inner-block {
  background: #f6871e;
  padding: 50%;
}
.block.contact .inner-block .text {
  top: 50%;
  margin: -120px 0 0 0;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.block.contact .inner-block .text img {
  max-width: 150px;
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: 10px solid #fff;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.block.contact .inner-block .hover {
  position: absolute;
  bottom: -80%;
  left: 5%;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.block.contact .inner-block .hover span {
  display: block;
  color: #fff;
}
.block.contact .inner-block .hover span span {
  display: inline;
  margin-right: 10px;
}
.block.contact a:hover .inner-block .text {
  top: 5%;
  margin-top: 0;
}
.block.contact a:hover .inner-block .hover {
  bottom: 5%;
}
.block.contact.grey .inner-block {
  background: #B1B9BC;
}

footer .first-footer {
  margin: 45px 0;
}
footer .first-footer .row > div {
  margin-bottom: 30px;
}
footer .first-footer .title {
  display: block;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
}
footer .first-footer .sub-title {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  color: #f6871e;
  line-height: 11px;
}
footer .first-footer .sub-title li {
  display: inline;
  font-size: 11px;
  font-weight: bold;
  line-height: 9px;
  text-transform: uppercase;
}
footer .first-footer .sub-title li:after {
  content: ".";
  display: inline-block;
  margin: 0 4px 0 9px;
  font-size: 20px;
  line-height: 5px;
  vertical-align: top;
}
footer .first-footer .sub-title li:last-child:after {
  content: "";
}
footer .first-footer span {
  display: block;
}
footer .first-footer span span {
  display: inline;
  margin-right: 10px;
}
footer .first-footer span a {
  text-decoration: none;
}
footer .first-footer .social,
footer .first-footer .language {
  padding-top: 30px;
  font-size: 21px;
}
footer .first-footer .social > span,
footer .first-footer .language > span {
  width: auto;
  margin-right: 15px !important;
  display: inline;
}
footer .first-footer .social > span span,
footer .first-footer .language > span span {
  margin: 0;
}
footer #lang_sel_list {
  background: none;
  border: none;
}
footer #lang_sel_list ul:after {
  content: "";
  display: block;
  clear: both;
}
footer #lang_sel_list li {
  float: left;
}
footer #lang_sel_list img.iclflag {
  width: 22px;
  height: 14px;
}
footer #lang_sel_list a {
  background: none !important;
  border: none;
  width: 30px;
  height: 15px;
  overflow: hidden;
  padding: 6px 0 0 0;
}
footer #lang_sel_list a img {
  display: block;
}
footer .newsletter .h2 {
  color: #f6871e;
}
footer .second-footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #E7EAEB;
}
footer .second-footer .col-3 {
  padding-right: 30px;
}
footer .second-footer #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .second-footer #menu ul a {
  font-size: 14px;
  text-decoration: none;
}
footer .second-footer #menu > ul > li > a {
  font-weight: 700;
}
footer .third-footer {
  color: #fff;
  background: #3D5059;
}
footer .third-footer ul {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  text-align: center;
}
footer .third-footer ul li {
  padding: 0 5px;
  display: inline-block;
  font-size: 13px;
}
footer .third-footer ul li a {
  padding: 0 5px;
  text-decoration: none;
  border-bottom: 1px solid #3D5059;
}
footer .third-footer ul li a:hover {
  color: #fff;
  border-color: #fff;
}

.fa {
  text-decoration: none;
  margin-right: 10px;
}

#noscript {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 6px;
  border: none;
  font-size: 15px;
  background: #3D5059;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}

.owl-controls {
  display: none;
}

.owl-carousel {
  z-index: 0;
}
.owl-carousel .item {
  background-size: cover;
  background-position: center;
}

body:not(.home) .owl-carousel .item {
  height: 400px;
}

/* Download */
.downloads {
  clear: both;
}
.downloads article {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.downloads article:first-child {
  border: 0;
}
.downloads article .download-popup {
  color: #f6871e;
}

.right-item.first-orange:hover {
  margin-left: 0 !important;
}

.new {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.postit {
  right: -120px;
  top: -120px;
  position: absolute;
  text-align: center;
  width: 275px;
  margin: 25px;
  height: 240px;
  transform: rotate(10deg);
  border: 1px solid #fdfd86;
  border-top: 60px solid #f3f38c;
  box-shadow: 5px 8px 4px rgba(0, 0, 0, 0.2);
  font-size: 22px;
  border-bottom-right-radius: 60px 5px;
  display: inline-block;
  background: #fdfd86;
  /* Old browsers */
  padding: 30px;
  box-sizing: border-box;
  padding-top: 0;
  color: #333;
  line-height: 30px;
}

.postitwrap {
  position: relative;
}

.call-to-action[href$="/contact"],
.call-to-action[href$="/contact/"],
.call-to-action[href$="/kontakt/"] {
  color: #fff;
  background: #f6871e;
  border-color: #f6871e;
  width: 240px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f1762c;
}

.video + #video {
  display: none;
}

article.card .card__text {
  z-index: 9;
  font-weight: 300;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.25px;
  line-height: 32px;
}
article.card .card__text header h3 {
  font-weight: 600;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  line-height: 36px;
}

.section-cases-overview {
  padding-top: 0;
}

.card_bottom_space {
  margin-top: 40px;
}

.section-cases .item-center a.btn {
  margin-top: 20px;
}
.section-cases .owl-nav {
  display: flex;
}

.image {
  background: none center center/cover no-repeat #F3F8FA;
  overflow: hidden;
  display: block;
  height: 0;
  padding-top: 75%;
  position: relative;
}

.section.owl-nav-mouse .owl-nav {
  position: absolute;
  top: -60px;
  right: 30px;
}
.section.owl-nav-mouse .owl-nav button {
  margin-right: 0;
}
.section.owl-nav-mouse .owl-nav .image {
  height: 480px;
}
.section.owl-nav-mouse .owl-nav .owl-prev span,
.section.owl-nav-mouse .owl-nav .owl-next span {
  display: none;
}
.section.owl-nav-mouse .owl-nav .owl-prev {
  transform: translateX(-10px);
}
.section.owl-nav-mouse .owl-nav .owl-prev:after,
.section.owl-nav-mouse .owl-nav .owl-next:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.owl-nav-mouse .owl-nav .owl-prev:after {
  content: "";
}
.section.owl-nav-mouse .owl-nav .owl-next:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
}

.card__text .btn {
  border: 1px solid #fff;
  text-decoration: none;
  padding: 10px 20px;
}
.card__text .btn:hover {
  background: #fff;
  color: #000;
}

.card__text .PageContent > div {
  margin-bottom: 20px;
}

article.card .image:before {
  background: rgba(24, 24, 24, 0.45);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

article.card .image:after {
  background-image: linear-gradient(90deg, rgba(24, 24, 24, 0.38) 0%, rgba(24, 24, 24, 0.15) 55%, rgba(255, 255, 255, 0) 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.header-boxed {
  margin: 0 20px;
}

.card {
  position: relative;
}
.card .card__text {
  position: absolute;
  bottom: 0;
  padding: 30px;
}

.configurator-button a {
  background: #f6871e;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
}

#configurator ul {
  margin: 0;
  padding: 0;
}
#configurator ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style: none;
}
#configurator label {
  display: none;
}
#configurator li.show-label label {
  display: inline-block;
}
#configurator li.show-label ul {
  display: flex;
}
#configurator li.show-label ul li label {
  margin: 0 20px 0 10px;
}

.form-hidden {
  display: none;
}

@media screen and (max-width: 1300px) {
  .header-boxed > a {
    min-width: 25%;
  }

  nav {
    width: 100% !important;
  }

  #menu {
    margin-right: 0 !important;
  }

  header .top-header nav > div {
    float: left;
  }
}

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