/* Rounded borders */
html {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden !important;
  height: 100%; }

.container-fluid {
  max-width: 1200px; }

.break-out {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2); }

.cclear {
  clear: both;
  float: none; }

.img100 {
  width: 100%;
  height: auto; }

/* Body */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga", "kern";
  height: 100%;
  background-color: #151515; }

.dw-main-wrapper {
  background-color: #fff; }

p, body {
  font-size: 15px;
  line-height: 160%;
  color: var(--color-text);
  font-family: var(--font-default); }

p {
  padding: 0px; }

.dw-written {
  font-family: var(--font-written);
  font-size: 28px; }

/* Links */
a {
  outline: 0 !important;
  cursor: hand !important; }

a {
  cursor: pointer; }

a {
  color: var(--color-primary); }

a:visited {
  color: var(--color-primary); }

a:active {
  color: var(--color-primary); }

a:hover {
  color: var(--color-primary);
  text-decoration: none !important; }

/* Headers */
.page-header, h1, h2, h3, h4, h5, h6 {
  border-bottom: 0px solid #eee;
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  color: var(--color-headings);
  font-family: var(--font-special);
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 10px; }

h1 {
  font-size: 34px; }

/* Logo Navbar */
.navbar .logo img {
  margin-top: 8px;
  max-width: 220px; }

/* DW Top Header */
.dw-top {
  background-color: var(--color-secondary);
  padding: 5px 15px;
  text-align: right;
  text-transform: normal; }

.dw-top-info {
  float: right; }

.dw-top, .dw-top p {
  color: #ccc;
  font-size: 12px; }

.dw-top a {
  color: #ccc;
  text-decoration: none !important; }

.dw-top-info ul {
  padding: 0px;
  margin: 0px; }

.dw-top-info li {
  list-style: none;
  float: right;
  padding-left: 15px; }

/* Language Switcher */
.dw-top-language {
  text-align: left; }

#block-languageswitchercontent {
  float: left; }

#block-languageswitchercontent ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none; }

#block-languageswitchercontent li {
  float: left;
  margin-right: 5px;
  margin-top: 5px; }

/* Navbar */
.navbar-static-top {
  z-index: 500; }

/* Navbar Normal Link */
.navbar {
  background-color: #f5f5f5;
  margin: 0px;
  border: none; }

/* Navbar Normal Standard Link */
.navbar-default .navbar-nav > li > a {
  font-family: var(--font-special);
  color: var(--color-secondary);
  font-size: 14px;
  text-transform: normal; }

/* Navbar Normal Active Link */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .active-trail {
  background-color: var(--color-primary);
  color: #fff; }

/* Navbar Normal Hover */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: var(--color-primary);
  color: #fff; }

/* Navbar Normal Dropdown Active Parent */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: var(--color-primary);
  color: #fff; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 5px; }

.dropdown-menu {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.15);
  box-shadow: none;
  padding: 0px; }

/* Mobile Navbar Toggle */
.navbar-default .navbar-toggle {
  border-color: transparent; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent; }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1); }

/* Buttons */
.btn {
  padding: 10px 15px;
  font-family: var(--font-special); }

.btn-primary {
  background-color: var(--color-primary);
  border-color: transparent;
  color: #FFFFFF;
  margin-top: 0px;
  border: 1px solid var(--color-primary); }

.btn-primary:hover {
  background-color: transparent;
  color: var(--color-primary);
  border: 1px solid var(--color-primary); }

.btn-primary:visited {
  color: #FFFFFF; }

.btn-default {
  background-color: var(--color-primary);
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF; }

.btn-default:hover {
  background-color: #000;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF; }

.btn-info {
  background-color: var(--color-primary);
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF; }

.btn-info:hover {
  background-color: #000;
  border-color: rgba(0, 0, 0, 0);
  color: #FFFFFF; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  cursor: default;
  z-index: 2; }

/* Form Borders */
.form-control, .form-text, .form-textarea-wrapper textarea {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  color: #999999;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0px; }

.form-control:focus {
  border-color: var(--color-primary);
  box-shadow: none;
  outline: 0 none; }

.grippie {
  display: none !important; }

/* Back to top */
#backtotop {
  background: url(../images/top.svg) no-repeat scroll center center rgba(0, 0, 0, 0);
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 40px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 40px;
  z-index: 99999;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5; }

/* Dw CTA */
.dw-cta, .dw-frontpage-block-link a, .dw-product-link a, .car__readmore a, .cw_car_cta a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none !important;
  text-align: center;
  font-family: var(--font-special); }

.dw-cta, .dw-frontpage-block-link a, .dw-product-link a, .car__readmore a, .cw_car_cta a {
  background-color: var(--color-primary);
  color: #fff !important;
  border: 1px solid var(--color-primary); }

.dw-cta:hover, .dw-frontpage-block-link a:hover, .dw-product-link a:hover, .car__readmore a:hover, .cw_car_cta a:hover {
  background-color: transparent;
  color: var(--color-primary) !important;
  border: 1px solid var(--color-primary); }

/* Social Icons Awesome */
.dw-social-awesome {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none !important;
  text-align: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 3px;
  border: 1px solid var(--color-primary);
  margin-bottom: 3px;
  margin-top: 10px; }

.dw-social-awesome {
  background-color: transparent;
  color: #ccc !important;
  border: 1px solid #ccc; }

.dw-social-awesome:hover {
  background-color: var(--color-primary);
  color: #fff !important;
  border: 1px solid var(--color-primary);
  margin-bottom: 3px; }

/* Footer */
.dw-footer-wrapper {
  padding: 50px 0px;
  background-color: var(--color-secondary); }

.dw-footer-wrapper, .dw-footer-wrapper p {
  color: #ccc;
  font-size: 14px; }

.dw-footer-wrapper h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600; }

/* Footer Copyright */
.dw-copyright-wrapper {
  padding: 20px 0px;
  border-top: 0px solid #666; }

.dw-copyright-wrapper a, .dw-copyright-wrapper p {
  color: #ccc;
  font-size: 12px; }

/* Footer menu */
.dw-footer .nav > li > a {
  padding: 0px;
  color: #ccc; }

.dw-footer .nav > li > a:hover {
  background-color: transparent; }

#block-carwebscustomfooterblock table, #block-carwebscustomfooterblock td, #block-carwebscustomfooterblock tr {
  border: none;
  padding: 0px 0px;
  margin: 0px; }

/* Main Container */
.main-container {
  padding-top: 50px;
  padding-bottom: 50px; }

/* Frontpage */
.dw-frontpage {
  position: relative;
  height: 40vh;
  width: 100vw;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  z-index: 1; }

.dw-frontpage:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.dw-frontpage-content {
  position: relative;
  z-index: 2;
  padding: 20px 0px; }

.dw-frontpage h2, .dw-frontpage h1 {
  font-size: 50px;
  color: #fff; }

.dw-frontpage h3 {
  font-size: 20px;
  color: #fff; }

/* Frontpage below header */
.dw-below-header {
  background-color: var(--color-secondary);
  text-align: center;
  padding: 20px 0px; }

.dw-below-header h2 {
  margin: 0px;
  color: #fff; }

/* Carwebs Header pages */
.dw-header {
  background-color: var(--color-primary);
  padding: 50px 0px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1; }

.dw-header h1, .dw-header h2 {
  color: #fff;
  position: relative;
  z-index: 2; }

/* Frontpage Blocks */
.dw-frontpage-block-header {
  text-align: center;
  margin-bottom: 50px; }

.dw-frontpage-block {
  padding: 50px 0px;
  background-color: #f5f5f5;
  text-align: left; }

.dw-frontpage-block-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1); }

.dw-frontpage-block-image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.dw-frontpage-block-title {
  margin-top: 10px; }

.dw-frontpage-block-link a {
  display: block;
  margin-top: 10px; }

/* Parallax */
.dw-dw_parallax {
  padding: 100px 0px;
  text-align: center;
  position: relative;
  z-index: 1; }

.dw-dw_parallax:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.dw-parallax-content {
  position: relative;
  z-index: 2; }

.dw-dw_parallax h2, .dw-dw_parallax p {
  color: #fff; }

/* Parallax Duo */
.dw-flex {
  display: flex; }

.dw-dw_parallax_dual, .dw-parallax-content-dual {
  height: 300px;
  flex: 1; }

.dw-parallax-content-dual {
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

.dw-parallax-content-dual-content {
  text-align: center;
  padding: 15px; }

.dw-parallax-content-dual-content p, .dw-parallax-content-dual-content h2 {
  color: #fff; }

/* Reviews */
.dw-above-footer {
  background-color: #fff;
  padding: 50px 0px; }

.dw-reviews-wrapper {
  text-align: center; }

.dw-reviews-image img {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin: auto; }

.dw-reviews-review {
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
  font-style: italic; }

.dw-reviews-title {
  font-weight: bold; }

/* Products */
.dw-below-content {
  padding: 50px 0px;
  background-color: #f5f5f5; }

/* Product Teaser */
.dw-product-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1); }

.dw-product-image {
  margin-bottom: 10px; }

.dw-product-price {
  text-align: right;
  font-weight: bold;
  font-size: 20px; }

.dw-product-link a {
  display: block;
  margin-top: 10px; }

/* Product details */
.field--name-field-product-price {
  text-align: right;
  font-weight: bold;
  font-size: 20px; }

.page-node-type-product .layout__region.layout__region--second {
  padding: 0px 20px; }

/* Car Teaser */
.car__image img {
  width: 100%;
  margin-bottom: 10px; }

.cars ul, .cars li {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.cars__wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.cars .car__image {
  position: relative; }

.cars__wrapper .car__title {
  word-wrap: break-word; }

.cars .car__sold {
  background-color: var(--color-primary);
  color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  margin-top: 10px; }

.cars .car__banner {
  background-color: var(--color-primary);
  color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  margin-top: 10px; }

.car__readmore a {
  display: block; }

.car__details dt, .car__details dd {
  display: inline-block;
  width: calc(50% - 2px); }

.car__details dt {
  padding-right: 10px; }

.car__title {
  font-size: 15px;
  font-weight: bold; }

/* Webform Exchange your car */
.field--type-webform legend {
  display: none; }

/* Facets filters */
#block-facetsblock {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 10px;
  border: 0px solid #e2e2e2; }

.facets-dropdown {
  float: left; }

.facets-widget-dropdown select, .facets-widget-range_dropdowns select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  border: 0px solid #e2e2e2;
  box-shadow: none;
  color: #999999;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 24%;
  padding: 10px;
  margin: 0.5%; }

.facets-widget-dropdown select, .facets-widget-range_dropdowns select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em; }

/* Facets Active filters */
#block-activefilters {
  margin-top: 15px; }

#block-activefilters ul, #block-activefilters li {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

#block-activefilters li {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  float: left;
  padding: 1px 5px;
  background-color: #f5f5f5;
  margin-right: 5px;
  border: 1px solid #e2e2e2;
  font-size: 10px;
  text-transform: uppercase; }

/* Car Full Node */
.car__images__all img {
  max-width: 200px;
  float: left;
  width: 100%; }

.car__image img {
  width: 100%; }

.cw_car_price {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--font-special); }

.cw_car_lease_price {
  font-size: 14px;
  margin: 10px 0px; }

.dw-back {
  margin-bottom: 10px; }

.car dt {
  font-weight: 600 !important; }

.car dt, .car dd {
  font-size: 14px; }

/* Car dl,dt,dd */
.car dt, .car dd {
  font-size: 14px; }

.car dt:nth-of-type(odd), .car dt:nth-of-type(even), .car dd:nth-of-type(odd), .car dd:nth-of-type(even) {
  padding: 2px; }

.car dt:nth-child(4n + 1), .car dd:nth-child(4n + 2) {
  background: #f5f5f5; }

.car dd {
  margin-left: -4px; }

.car dt {
  margin-left: 2px; }

/* Car tabs */
.car .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: var(--color-text); }

.car .nav-tabs > li.active > a, .car .nav-tabs > li.active > a:focus {
  color: var(--color-primary);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--color-primary);
  box-sizing: border-box; }

.car .nav-tabs > li > a:hover {
  background-color: transparent; }

.car .nav-tabs {
  margin-bottom: 20px; }

.car .nav-tabs {
  border-bottom: 1px solid #e2e2e2; }

/* Car Blocks */
.dw-box-description {
  background-color: var(--color-secondary);
  padding: 40px 0px;
  margin-bottom: -50px;
  color: #fff;
  margin-top: 0px;
  text-align: center; }

.dw-box-description p {
  color: #fff; }

.dw-box-description h2 {
  color: #fff; }

.dw-box-options {
  background-color: #f5f5f5;
  padding: 40px 0px;
  margin-bottom: 0px;
  margin-top: 30px; }

.dw-box-options h2 {
  font-size: 14px; }

.dw-options-header {
  text-align: center;
  margin: 10px 0px 30px 0px; }

.dw-options-header h2 {
  font-size: 24px; }

/* Font awesome as bullets */
.dw-box-options ul {
  list-style: none;
  padding: 0; }

/* Car CTA */
.cw_car_cta {
  margin: 20px 0px; }

.car dt {
  font-weight: normal; }

/* Car Webform */
#block-googlemapsblock .cw-googlemaps {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  padding: 2px;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.1); }

#webform-submission-request-a-trial-add-form .form-control {
  background-color: #fff !important; }

/* Car Social Buttons */
.social-buttons a {
  width: 20%;
  height: 53px;
  text-align: center;
  line-height: 53px;
  vertical-align: middle;
  display: block;
  float: left;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  box-sizing: border-box;
  font-size: 18px; }

.social-buttons a:last-child {
  border-right: 1px solid #e2e2e2; }

.social-buttons a:hover {
  background-color: #f5f5f5; }

/* Car show all details */
.dw-show-all-details {
  text-decoration: underline !important; }

/* Contactpage Googlemaps */
.dw-contact-googlemaps {
  margin: -50px 0px -56px; }

/* Banners over image */
.car .car__sold, .car .car__banner {
  background-color: var(--color-primary);
  color: #ffffff;
  position: absolute;
  top: 0;
  padding: 5px;
  margin-top: 20px; }

/* Sold Banner */
.car .car__sold {
  left: 0;
  margin-left: 5px; }

/* Text Banner */
.car .car__banner {
  right: 0;
  margin-right: 5px; }

/* BX Slider */
.slider {
  position: relative; }

.slider li {
  cursor: pointer; }

.bx-wrapper {
  margin-bottom: 5px; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/slider1.png);
  width: 50px !important;
  height: 60px !important; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/slider2.png);
  width: 50px !important;
  height: 60px !important; }

.bx-next:hover, .bx-prev:hover, .bx-next, .bx-prev {
  background-position: 0 !important; }

.bx-wrapper__ths .bx-prev {
  background: url(../images/slider3.png);
  width: 36px !important;
  height: 43px !important; }

.bx-wrapper__ths .bx-next {
  background: url(../images/slider4.png);
  width: 36px !important;
  height: 43px !important; }

/* Request a trial button */
a#request-trial {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden; }

/* Maintenance page */
.dw-maintenance-wrapper {
  background-color: var(--color-primary);
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }

.dw-maintenance {
  padding: 15px;
  background-color: #f5f5f5;
  text-align: center;
  max-width: 400px;
  width: 100%; }

.dw-maintenance-logo img {
  max-width: 250px;
  margin-bottom: 30px; }

/**
 * Toolbar parent items
 * TODO: Convert to clean nested Sass syntax.
 */
.toolbar span.toolbar-icon {
  background-color: #FFFFFF;
  display: block;
  line-height: 1; }

.toolbar-tray span.toolbar-icon {
  color: #565656;
  padding: 1em 1.3333em; }

/* Whatsapp */
.block-whatsapp-block a {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  border-radius: 50px !important;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s ease-in-out; }

.block-whatsapp-block .fa-whatsapp {
  font-size: 30px;
  color: #fff; }

.whatsapp--float-div:hover .whatsapp--float-button {
  transform: scale(1.1);
  text-decoration: none; }

.whatsapp--float-div.animated.heartBeat:hover {
  text-decoration: none; }

/* Carpass Link */
.cw_car_cta {
  float: left; }

.cw_car_carpass img {
  max-width: 110px;
  margin-top: 20px;
  float: right; }

/* Googlemaps API */
#block-googlemapsblock-2 {
  margin-top: -50px;
  margin-bottom: -55px; }

#block-googlemapsblock-2 {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2); }

/* Lease */
.block-finance-calculator, .block-carmeleon-calculator {
  margin-top: 100px; }
  .block-finance-calculator h2, .block-carmeleon-calculator h2 {
    text-align: center; }
  .block-finance-calculator button, .block-carmeleon-calculator button {
    margin-top: 25px; }

.credit-table {
  color: var(--color-light-grey);
  font-size: .8em; }
  .credit-table h3 {
    color: var(--color-light-grey);
    font-size: 1.2em; }
  .credit-table table {
    width: 100%; }
  .credit-table td, .credit-table th {
    border: solid 1px var(--color-light-grey);
    padding: 5px; }
  .credit-table p {
    color: var(--color-light-grey);
    font-size: 1em;
    font-style: italic; }
  .credit-table .credit-table__table--mobile {
    display: none; }
  @media only screen and (max-width: 480px) {
    .credit-table .credit-table__table {
      display: none; }
    .credit-table .credit-table__table--mobile {
      display: table; } }
  .credit-table__legal_text {
    margin: 20px 0; }
    .credit-table__legal_text p {
      color: var(--color-light-grey);
      font-size: .9em; }
    .credit-table__legal_text strong {
      font-size: 1.1em; }

.legal-banner {
  background-color: #ffffff;
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 2em;
  font-weight: bold;
  min-height: 50px;
  padding: 10px 0;
  text-align: center; }
  .legal-banner img {
    margin: -10px 0;
    width: 100%; }
  @media only screen and (max-width: 480px) {
    .legal-banner {
      font-size: 1.2em; } }

/** Logo in menu */
@media only screen and (min-width: 768px) {
  .logo--mobile {
    display: none; } }

.navbar-default .navbar-nav.nav > li.menu-item-logo {
  display: none; }
  @media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav.nav > li.menu-item-logo {
      display: block; } }
  .navbar-default .navbar-nav.nav > li.menu-item-logo a {
    padding: 0; }
    .navbar-default .navbar-nav.nav > li.menu-item-logo a:hover {
      background-color: transparent; }

.splash-header {
  background-position: center; }
  @media only screen and (min-width: 768px) {
    .splash-header.navbar .menu {
      float: none;
      margin: auto; } }

.block-views-blockcarwebs-reviews-block-1 h2, .block-views-blockcarwebs-reviews-block-2 h2, .block-views-blockfinlet-drive-cars-overview-latest h2 {
  text-align: center; }

/** Feature Blocks */
/** Disclaimer: This is just copy-paste of Gijs' crap */
:root {
  --color-background-translucent: rgba(0, 0, 0, 0.2);
  --color-color-1: #000;
  --color-color-2: #ffffff;
  --color-background-2: #ffffff;
  --color-background-3: var(--color-light-grey); }

.featureblock--wrapper {
  margin: 60px 0; }

#block-carwebsfeatureblockshomepage {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  margin-top: 0;
  margin-bottom: 60px; }
  #block-carwebsfeatureblockshomepage .field--name-field-feature-block-paragraph {
    margin: auto;
    position: relative;
    display: flex;
    flex-flow: row wrap; }
    #block-carwebsfeatureblockshomepage .field--name-field-feature-block-paragraph > .field--item {
      flex: 1;
      flex-basis: 33.33333%; }
  #block-carwebsfeatureblockshomepage .featureblock--wrap {
    margin: auto;
    position: relative;
    overflow: hidden; }
  #block-carwebsfeatureblockshomepage .featureblock--image:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color-background-translucent);
    width: 100%; }
  #block-carwebsfeatureblockshomepage .featureblock--content {
    position: absolute;
    padding: 30px;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    #block-carwebsfeatureblockshomepage .featureblock--content h2 {
      color: var(--color-color-2); }
    #block-carwebsfeatureblockshomepage .featureblock--content p {
      color: var(--color-color-2); }
    #block-carwebsfeatureblockshomepage .featureblock--content a {
      color: var(--color-color-2); }
  #block-carwebsfeatureblockshomepage .featureblock--content-link {
    margin-top: 20px; }
    #block-carwebsfeatureblockshomepage .featureblock--content-link a {
      font-weight: 700;
      text-transform: uppercase;
      font-family: var(--font-default);
      display: inline-block;
      padding: 20px;
      border: 1px solid #fff;
      transition: all .3s ease 0;
      position: absolute;
      bottom: 0px;
      margin-bottom: 20px; }
      #block-carwebsfeatureblockshomepage .featureblock--content-link a:hover {
        transition: all .3s ease 0;
        background-color: var(--color-background-2);
        color: var(--color-color-1); }

.featureblock__image-text--float .featureblock--container {
  max-width: 1400px;
  margin: auto; }

.featureblock__image-text--float .featureblock--wrap {
  display: flex; }

.featureblock__image-text--float .featureblock--image {
  flex: 1.5; }

.featureblock__image-text--float .featureblock--content {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px; }

.featureblock__image-text--float .featureblock--content-link {
  margin-top: 20px; }
  .featureblock__image-text--float .featureblock--content-link a {
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-default);
    display: inline-block;
    padding: 20px;
    border: 1px solid #000;
    transition: all .3s ease 0; }
    .featureblock__image-text--float .featureblock--content-link a:hover {
      background-color: var(--color-background-2);
      color: var(--color-color-1); }

.featureblock__image--switch .featureblock--wrap {
  flex-direction: row-reverse; }

.block__background--grey {
  background-color: var(--color-background-3);
  padding: 60px 0;
  margin: 60px 0; }

@media only screen and (max-width: 1200px) {
  #block-carwebsfeatureblockshomepage .field--name-field-feature-block-paragraph > .field--item {
    flex-basis: 50%; } }

@media only screen and (max-width: 768px) {
  #block-carwebsfeatureblockshomepage .field--name-field-feature-block-paragraph > .field--item {
    flex-basis: 100%; } }

@media only screen and (max-width: 767px) {
  .featureblock__image-text--float .featureblock--wrap {
    display: block; } }
