.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000001;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  margin: 40px auto;
}
.modal-content .opening-hours .row {
  border: none;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #eeeff4;
  color: #1d1e1f;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

.showSmall {
  display: none !important;
}
@media (min-width: 480px) {
  .showSmall {
    display: inline-block !important;
  }
}

@media (min-width: 800px) {
  .noMedium {
    display: none !important;
  }
}

a.btn, #container #pkwde .filters a.reset, #container #pkwde #show #close a {
  height: 35px;
  line-height: 33px;
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  border: 0;
}
a.btn:hover, #container #pkwde .filters a.reset:hover, #container #pkwde #show #close a:hover {
  border: 0;
}
a.btn:after, #container #pkwde .filters a.reset:after, #container #pkwde #show #close a:after {
  display: block;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
a.btn, #container #pkwde .filters a.reset, #container #pkwde #show #close a {
  height: initial;
  line-height: initial;
}
a.btn.cta, #container #pkwde .filters a.reset, #container #pkwde #show #close a {
  background: #1a1a1a;
  background-image: linear-gradient(#1a1a1a, black);
  color: #fff;
  transition: all 0.5s;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
}
a.btn.cta:hover, #container #pkwde .filters a.reset:hover, #container #pkwde #show #close a:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: #4d4d4d;
  background-image: linear-gradient(#4d4d4d, #333333);
}

.border {
  border: 1px solid #dadada;
  padding: 20px;
}

a {
  color: #000000;
  transition: all 0.5s;
  text-decoration: none;
}
a.mapboxgl-ctrl-logo {
  border: none;
}
a:hover {
  opacity: 0.7;
}

main {
  z-index: 1;
  padding-top: 70px;
}
main .maxWidth {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 800px) {
  main {
    padding-top: 145px;
  }
}
@media (min-width: 1200px) {
  main {
    padding-top: 165px;
  }
}

article {
  margin-top: 80px;
  background: #fff;
  border-radius: 3px;
  padding: 50px 20px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}
@media (min-width: 992px) {
  article {
    padding: 50px;
  }
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  height: 0;
  transition: all 0.2s;
}
header .branding {
  height: 100px;
}
@media (min-width: 1200px) {
  header .branding {
    height: 120px;
  }
}
@media (min-width: 800px) {
  header {
    width: initial;
    height: 145px;
  }
}
@media (min-width: 1200px) {
  header {
    height: 165px;
  }
}
header.opened-menu {
  height: 100%;
}
header.opened-menu .header-content {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
header.opened-menu .header-navigation #logo {
  display: none;
}
header .header-content {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.2s;
  padding-top: 70px;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 800px) {
  header .header-content {
    right: 0;
    left: 0;
    transform: translateY(0);
    padding-top: 0;
    opacity: 1;
    visibility: visible;
  }
}
header .header-description {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #515151;
  padding: 15px 10px;
  padding-right: 70px;
  font-size: 14px;
}
@media (min-width: 800px) {
  header .header-description {
    padding: 10px 12px;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  header .header-description {
    padding: 10px 0;
  }
  header .header-description .address-wrapper {
    padding: 0 10px;
  }
}
header .header-description-container {
  border-bottom: 1px solid #e7e7e7;
}
header .header-description .flags-wrapper {
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media (min-width: 800px) {
  header .header-description .flags-wrapper {
    margin-right: 180px;
  }
}
header .header-description .flags-container {
  margin-left: 10px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
header .header-description .flags-container img {
  margin-right: 5px;
}
header .header-navigation {
  padding: 15px;
}
header .header-navigation a {
  border: none;
}
@media (min-width: 800px) {
  header .header-navigation {
    height: 100px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  header .header-navigation {
    height: 120px;
  }
}
header .header-navigation .navigation-wrapper {
  width: 100%;
}
@media (min-width: 800px) {
  header .header-navigation .navigation-wrapper {
    width: auto;
    display: flex;
    align-items: center;
  }
}
header .header-navigation .navigation-wrapper a {
  padding: 10px 16px;
  color: #3e3e3e;
  border: 1px solid #dadada;
  font-weight: 700;
  display: block;
  margin: 10px 0;
  transition: all 0.5s;
  line-height: normal;
  font-size: 14px;
}
header .header-navigation .navigation-wrapper a:hover {
  border: 1px solid #000000;
  color: #000000;
}
@media (min-width: 800px) {
  header .header-navigation .navigation-wrapper a {
    margin: 0;
    display: inline-block;
    border: none;
    padding: 0;
  }
}
@media (min-width: 992px) {
  header .header-navigation .navigation-wrapper a {
    border: 1px solid #dadada;
    padding: 10px 16px;
  }
}
header .header-navigation .navigation-wrapper a.phone-link {
  border: none;
  background: #eee;
}
@media (min-width: 800px) {
  header .header-navigation .navigation-wrapper a.phone-link {
    padding: 10px 16px;
  }
}
header .header-navigation .navigation-wrapper a.btn, header .header-navigation .navigation-wrapper #container #pkwde .filters a.reset, #container #pkwde .filters header .header-navigation .navigation-wrapper a.reset, header .header-navigation .navigation-wrapper #container #pkwde #show #close a, #container #pkwde #show #close header .header-navigation .navigation-wrapper a {
  border: none;
  color: white;
}
header .header-navigation .navigation-wrapper a.btn:hover, header .header-navigation .navigation-wrapper #container #pkwde .filters a.reset:hover, #container #pkwde .filters header .header-navigation .navigation-wrapper a.reset:hover, header .header-navigation .navigation-wrapper #container #pkwde #show #close a:hover, #container #pkwde #show #close header .header-navigation .navigation-wrapper a:hover {
  color: white;
}
@media (min-width: 800px) {
  header .header-navigation .navigation-wrapper a:not(:first-child) {
    margin-left: 10px;
    line-height: normal;
    display: flex;
    align-items: center;
  }
  header .header-navigation .navigation-wrapper a.btn.cta.open-contact-form, header .header-navigation .navigation-wrapper #container #pkwde .filters a.open-contact-form.reset, #container #pkwde .filters header .header-navigation .navigation-wrapper a.open-contact-form.reset, header .header-navigation .navigation-wrapper #container #pkwde #show #close a.open-contact-form, #container #pkwde #show #close header .header-navigation .navigation-wrapper a.open-contact-form {
    padding: 10px 16px;
  }
}
@media (min-width: 992px) {
  header .header-navigation .navigation-wrapper a:not(:first-child) {
    margin-left: 20px;
  }
}
header .mobile-menu {
  background: white;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  height: 60px;
}
@media (min-width: 800px) {
  header .mobile-menu {
    display: none;
  }
}
header .mobile-menu a.mobile-phone-btn {
  height: 40px;
  width: 40px;
  margin: 0;
  line-height: 40px;
  text-indent: -9999rem;
  position: absolute;
  top: 10px;
  right: 110px;
  display: block;
}
header .mobile-menu a.mobile-phone-btn:before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background: url("./phone.png") no-repeat center center;
  height: 40px;
  width: 40px;
  background-size: 70%;
}
header .mobile-menu a.btn.cta.open-contact-form, header .mobile-menu #container #pkwde .filters a.open-contact-form.reset, #container #pkwde .filters header .mobile-menu a.open-contact-form.reset, header .mobile-menu #container #pkwde #show #close a.open-contact-form, #container #pkwde #show #close header .mobile-menu a.open-contact-form {
  height: 40px;
  width: 40px;
  margin: 0;
  line-height: 40px;
  text-indent: -9999rem;
  position: absolute;
  top: 10px;
  right: 60px;
  padding: 10px 16px;
}
header .mobile-menu a.btn.cta.open-contact-form:before, header .mobile-menu #container #pkwde .filters a.open-contact-form.reset:before, #container #pkwde .filters header .mobile-menu a.open-contact-form.reset:before, header .mobile-menu #container #pkwde #show #close a.open-contact-form:before, #container #pkwde #show #close header .mobile-menu a.open-contact-form:before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background: url("./envelope.png") no-repeat center center;
  height: 40px;
  width: 40px;
  background-size: 70%;
}
@media (min-width: 800px) {
  header .mobile-menu a.btn.cta.open-contact-form, header .mobile-menu #container #pkwde .filters a.open-contact-form.reset, #container #pkwde .filters header .mobile-menu a.open-contact-form.reset, header .mobile-menu #container #pkwde #show #close a.open-contact-form, #container #pkwde #show #close header .mobile-menu a.open-contact-form {
    text-indent: 0;
    width: auto;
    position: relative;
    top: auto;
    right: auto;
  }
}
header .open-close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid #dadada;
  background: #fff;
}
@media (min-width: 800px) {
  header .open-close-menu {
    display: none;
  }
}
header .open-close-menu:after {
  content: "";
  background: url("./menu.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  width: 25px;
  height: 25px;
  color: #3e3e3e;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
header .open-close-menu.open:after {
  background: url("./menu-close.svg") no-repeat center center;
  background-size: 100%;
}
header img#logo {
  height: 100px;
  max-width: 200px;
}
@media (min-width: 1200px) {
  header img#logo {
    height: 120px;
  }
}
header a.cta, header #container #pkwde .filters a.reset, #container #pkwde .filters header a.reset, header #container #pkwde #show #close a, #container #pkwde #show #close header a {
  margin-top: 5px;
}
@media (min-width: 992px) {
  header a.cta, header #container #pkwde .filters a.reset, #container #pkwde .filters header a.reset, header #container #pkwde #show #close a, #container #pkwde #show #close header a {
    margin-top: 0;
  }
}
header .header--name {
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  padding: 10px;
  display: none;
}
@media (min-width: 992px) {
  header .header--name {
    display: block;
  }
}

.pkw-container {
  background-color: #fff;
  padding: 20px 10px;
}
@media (min-width: 992px) {
  .pkw-container {
    padding: 30px 0;
  }
}

#container {
  margin: 0 auto;
}
#container #pkwde {
  background-color: #fff;
  padding: 0;
}
#container #pkwde .search {
  z-index: 10;
  border: 1px solid #eee;
}
#container #pkwde .emission-details {
  overflow: hidden;
}
#container #pkwde .emission-details ul, #container #pkwde .emission-details .efficiency {
  width: 100%;
}
@media (min-width: 640px) {
  #container #pkwde .emission-details ul, #container #pkwde .emission-details .efficiency {
    width: 45%;
    max-width: none;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  #container #pkwde .emission-details ul, #container #pkwde .emission-details .efficiency {
    padding: 2rem;
  }
}
#container #pkwde .extras-details li {
  margin-left: 20px;
  list-style: disc;
}
#container #pkwde .emission-details p.emission-legals {
  width: 100%;
  float: left;
  line-height: 18px !important;
  width: auto;
  padding-top: 0;
  margin-left: 0;
  margin-top: 1rem;
}
#container #pkwde .attributes-details table, #container #pkwde #show .description {
  font-size: 14px;
}
@media (min-width: 992px) {
  #container #pkwde {
    padding: 0;
  }
  #container #pkwde #show .emission-details.section {
    overflow: hidden;
  }
  #container #pkwde #show .emission-details.section ul {
    float: left;
    width: 35%;
    margin-right: 5%;
  }
  #container #pkwde .facts {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
  }
  #container #pkwde .facts span {
    padding: 0 25px;
  }
}

.intro-container {
  padding: 0 10px;
}
@media (min-width: 800px) {
  .intro-container {
    position: relative;
    padding: 50px 20px;
    text-align: center;
    background: url("./siteintro-img.jpg") center;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .intro-container {
    padding: 80px 20px;
  }
}

.intro {
  display: flex;
  flex-direction: column;
  padding: 0;
  hyphens: auto;
}
.intro .intro--map-container {
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .intro .intro--map-container {
    margin-top: 30px;
  }
}
@media (min-width: 800px) {
  .intro {
    flex-direction: row;
    justify-content: space-between;
  }
  .intro .intro--map-container {
    margin-top: 0;
  }
}
.intro .intro--welcome {
  flex: 1;
  text-align: center;
  padding: 0;
  hyphens: auto;
  margin: 2rem 0;
}
.intro .intro--welcome .btn, .intro .intro--welcome #container #pkwde .filters a.reset, #container #pkwde .filters .intro .intro--welcome a.reset, .intro .intro--welcome #container #pkwde #show #close a, #container #pkwde #show #close .intro .intro--welcome a {
  margin-bottom: 1rem;
}
@media (min-width: 800px) {
  .intro .intro--welcome {
    text-align: left;
    max-width: 520px;
    padding: 0 20px 0 0;
    max-width: 600px;
    margin: 0;
  }
  .intro .intro--welcome .open-site-introduction {
    padding: 5px 20px;
    font-size: 16px;
    height: auto;
    background: white;
    color: #1d1e1f;
    position: relative;
    border: none;
  }
  .intro .intro--welcome .open-site-introduction:hover, .intro .intro--welcome .open-site-introduction:focus {
    background: white;
  }
  .intro .intro--welcome .open-site-introduction:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 100%;
    border-left: 5px solid #1d1e1f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: none;
    margin-left: 10px;
    position: relative;
  }
}
@media (min-width: 800px) and (min-width: 992px) {
  .intro .intro--welcome {
    max-width: 540px;
  }
}
@media (min-width: 800px) and (min-width: 1200px) {
  .intro .intro--welcome {
    padding: 0;
  }
}
.intro .intro--welcome a {
  text-decoration: none;
}
.intro .intro--welcome h1 {
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin: 0;
}
@media (min-width: 480px) {
  .intro .intro--welcome h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 800px) {
  .intro .intro--welcome h1 {
    color: white;
  }
}
@media (min-width: 992px) {
  .intro .intro--welcome h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
.intro .intro--welcome h2 {
  font-size: 18px;
}
@media (min-width: 800px) {
  .intro .intro--welcome h2 {
    color: white;
  }
}
@media (min-width: 992px) {
  .intro .intro--welcome h2 {
    font-size: 24px;
    hyphens: none;
    line-height: 32px;
    font-weight: normal;
    max-width: 480px;
    margin: 10px 0 20px;
  }
}
.intro .intro--welcome .site-introduction {
  position: relative;
}
.intro .intro--welcome .site-introduction:after {
  content: "";
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 11;
  position: absolute;
}
.intro .intro--welcome p {
  display: block;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  white-space: pre-line;
}
@media (min-width: 992px) {
  .intro .intro--welcome p {
    max-width: 90%;
  }
}
.intro .intro--welcome p a {
  color: #000000;
}
.intro .intro--welcome p span.dots {
  margin-left: 5px;
}
.intro .intro--welcome p span.overflow {
  display: none;
  max-width: 660px;
  position: fixed;
  height: 80%;
  width: 90%;
  background: white;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  padding: 2rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.intro .intro--welcome p span.popuptext {
  max-width: 660px;
  position: fixed;
  height: 80%;
  width: 90%;
  background: white;
  z-index: 12;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  padding: 2rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.intro .intro--welcome .phone-link {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  border: 1px solid #000000;
  background-color: #eeeff4;
  padding: 10px 16px;
  font-weight: 700;
}
.intro .intro--image {
  position: relative;
  height: 365px;
}
@media (min-width: 992px) {
  .intro .intro--image {
    padding: 40px 0 0 0;
    margin-left: 40px;
    width: 490px;
  }
}
.intro .intro--image .image-container {
  width: 99%;
  height: 100%;
  position: relative;
}
.intro .intro--image .image-container:not(.with-image) {
  background-image: url("./intro.jpg");
  background-position: right;
  background-repeat: no-repeat;
}
.intro .intro--image .image-container img {
  position: absolute;
  width: 100%;
  right: 0;
}
@media (min-width: 992px) {
  .intro .intro--image .image-container img {
    width: initial;
    height: 100%;
  }
}
.intro .intro--image .opening-hours-button {
  position: absolute;
  cursor: pointer;
  bottom: 0;
  right: 20px;
  padding: 15px;
  font-weight: 700;
  background-color: #333333;
  color: #fff;
}
.intro #RatingWidgetPlaceholder {
  align-self: center;
}
.intro #RatingWidgetPlaceholder .widgetFlex {
  z-index: 10 !important;
  position: relative !important;
  border-top: 0;
  margin: 20px 0;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}
.intro #RatingWidgetPlaceholder .widgetFlex a.closeit {
  right: 7px;
}
.intro #RatingWidgetPlaceholder .WidgetBanner {
  padding: 0 10px;
}
@media (min-width: 480px) {
  .intro #RatingWidgetPlaceholder .WidgetBanner {
    width: 300px;
    margin: 20px auto;
  }
}
@media (min-width: 800px) {
  .intro #RatingWidgetPlaceholder .WidgetBanner {
    margin: 20px 0;
  }
}
.intro .intro--map-box {
  align-self: center;
  position: relative;
  background: #fff;
  width: 100%;
  height: 386px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15), 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .intro .intro--map-box {
    display: flex;
    height: 250px;
  }
}
@media (min-width: 800px) {
  .intro .intro--map-box {
    width: 300px;
    height: 370px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .intro .intro--map-box {
    width: 600px;
    height: 250px;
    display: flex;
  }
}
.intro .intro--map {
  height: 220px;
  background: #eee;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.intro .intro--map-address {
  text-align: center;
  padding: 30px;
  position: relative;
  hyphens: none;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .intro .intro--map-address .toggle-opening-hours {
    border: 1px solid #dadada;
    padding: 5px 10px;
  }
}
@media (min-width: 640px) {
  .intro .intro--map-address {
    width: 50%;
    height: 250px;
  }
}
@media (min-width: 800px) {
  .intro .intro--map-address {
    width: auto;
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .intro .intro--map-address {
    width: 50%;
    height: 250px;
  }
}
.intro .intro--map-address:before {
  content: "";
  background: #fff url("./map.svg") no-repeat center center;
  background-size: 60%;
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
}
@media (min-width: 640px) {
  .intro .intro--map-address:before {
    z-index: 10;
  }
}
@media (min-width: 800px) {
  .intro .intro--map-address:before {
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .intro .intro--map-address:before {
    display: none;
  }
}
.intro .intro--map-address b {
  font-weight: 700;
  color: #000000;
  display: block;
}
.intro .intro--map-address a {
  color: #000000;
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  border: none;
}
.intro .intro--map-opening-hours {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 30px;
  z-index: 9;
  display: none;
  font-size: 14px;
}
@media (min-width: 992px) {
  .intro .intro--map-opening-hours .toggle-opening-hours {
    border: 1px solid #dadada;
    padding: 5px 10px;
    width: 165px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 640px) {
  .intro .intro--map-opening-hours {
    width: 50%;
    left: auto;
    right: 0;
  }
}
@media (min-width: 800px) {
  .intro .intro--map-opening-hours {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .intro .intro--map-opening-hours {
    width: 50%;
    padding: 20px 30px;
  }
}
.intro .intro--map-opening-hours a {
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
  color: #000000;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  border: none;
}
.intro .intro--map-opening-hours b {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

.intro--image-container {
  height: 202px;
  background: url(default-title-img.jpg) 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 640px) {
  .intro--image-container {
    height: 100%;
    width: 50%;
  }
}
@media (min-width: 800px) {
  .intro--image-container {
    height: 202px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .intro--image-container {
    height: 100%;
    width: 50%;
  }
}
.intro--image-container img {
  width: 100%;
}
@media (min-width: 640px) {
  .intro--image-container img {
    height: 100%;
    width: auto;
  }
}
@media (min-width: 800px) {
  .intro--image-container img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .intro--image-container img {
    height: 100%;
    width: auto;
  }
}

.intro--map {
  height: 100%;
}

.services--block-container {
  background-color: #eeeeee;
  padding: 35px 0;
  text-align: center;
}
@media (min-width: 800px) {
  .services--block-container {
    padding: 75px 0;
  }
}
.services--block-text-container h3 {
  font-size: 20px;
  margin: 0 0 5px 0;
  color: #0d0d0d;
}
@media (min-width: 992px) {
  .services--block-text-container h3 {
    font-size: 30px;
  }
}
.services--block-text-container p {
  font-size: 18px;
  margin: 0;
}
@media (min-width: 992px) {
  .services--block-text-container p {
    font-size: 24px;
  }
}
.services--block-items-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .services--block-items-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}
@media (min-width: 800px) {
  .services--block-items-row {
    justify-content: center;
    padding: 0;
    margin-top: 40px;
  }
}
.services--block-items-row .label {
  position: relative;
  border-left: 8px solid #0d0d0d;
  padding: 16px 25px 16px 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  font-weight: 700;
  width: 100%;
  margin: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services--block-items-row .label .icon-sprite {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}
@media (min-width: 640px) {
  .services--block-items-row .label {
    width: 48%;
  }
}
@media (min-width: 800px) {
  .services--block-items-row .label {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    padding: 15px 15px 15px 0;
    margin: 5px;
  }
}
@media (min-width: 1200px) {
  .services--block-items-row .label {
    padding: 20px 15px 20px 0;
    font-size: 17px;
    width: 30%;
    margin: 10px;
  }
}

.more-knowlage-image {
  background-image: var(--tooltip-string);
}
.more-knowlage-container {
  position: relative;
  padding: 50px 20px;
  text-align: center;
  background: url("./title-image.jpg") center;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 800px) {
  .more-knowlage-container {
    max-height: 400px;
    padding: 125px 0;
  }
}
.more-knowlage-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.more-knowlage-text-container {
  position: relative;
}
.more-knowlage-text-container h4 {
  font-size: 26px;
  margin: 0 0 5px 0;
  color: #fff;
  line-height: 30px;
}
.more-knowlage-text-container p {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
}
.more-knowlage-button-block {
  position: relative;
  margin-top: 24px;
}
.more-knowlage-button-block .button {
  padding: 14px 54px;
  cursor: pointer;
  height: auto !important;
}
@media (min-width: 800px) {
  .more-knowlage-button-block .button {
    width: 230px;
  }
}
.more-knowlage-button-block .button:first-child {
  margin-bottom: 25px;
}
@media (min-width: 800px) {
  .more-knowlage-button-block .button:first-child {
    margin-bottom: 0px;
    margin-right: 20px;
  }
}
.more-knowlage-button-block .about-us-button {
  border: 1px solid #ffffff !important;
  color: #fff;
  min-height: 50px;
}
@media (min-width: 480px) {
  .more-knowlage-button-block .about-us-button {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .more-knowlage-button-block .about-us-button {
    font-size: 16px;
  }
}
.more-knowlage-button-block .open-contact-form {
  padding: 14px 54px;
  height: 50px !important;
  line-height: normal !important;
}
@media (min-width: 800px) {
  .more-knowlage-button-block .open-contact-form {
    font-size: 16px;
  }
}

.opening-hours .row {
  display: flex;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.opening-hours .label {
  float: left;
  display: block;
  width: 40%;
  padding-right: 2%;
  line-height: 16px;
  text-align: left;
  font-weight: 600;
}
.opening-hours .value {
  display: block;
  line-height: 16px;
  float: left;
  text-align: left;
}
.opening-hours .value:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}

.footermap {
  height: 300px;
}
@media (min-width: 800px) {
  .footermap {
    height: 420px;
  }
}

footer {
  background: black;
  color: #fff;
  padding-bottom: 60px;
}
@media (min-width: 800px) {
  footer {
    padding-bottom: 0;
  }
}
footer .instagram, footer .facebook {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999rem;
  margin-top: 10px;
  margin-right: 5px;
  background: url("./instagram.png") no-repeat center center;
  text-decoration: none;
}
footer .facebook {
  background: url("./facebook.png") no-repeat center center;
}
@media (min-width: 480px) {
  footer .wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .contact-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-flow: column;
  padding: 35px 15px;
}
footer .contact-block__opening_hours > div {
  display: flex;
}
@media (min-width: 800px) {
  footer .contact-block {
    padding: 85px 15px 50px 15px;
  }
}
@media (min-width: 1200px) {
  footer .contact-block {
    padding: 85px 0 50px 0;
  }
}
@media (min-width: 800px) {
  footer .contact-block {
    flex-flow: row;
  }
  footer .contact-block:first-child {
    margin-top: 0;
  }
}
footer .copy {
  padding: 0 0 20px 0;
  margin-bottom: 10px;
}
@media (min-width: 800px) {
  footer .copy {
    margin-bottom: 0;
  }
}
footer .copy .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  footer .copy .title {
    margin-bottom: 30px;
  }
}
footer .copy .label {
  display: inline-block;
  min-width: 75px;
}
@media (min-width: 480px) {
  footer .copy {
    padding: 0;
  }
}
footer .links {
  display: flex;
  justify-content: center;
  padding: 28px 0;
}
@media (min-width: 800px) {
  footer .links {
    padding: 28px 20px;
  }
}
@media (min-width: 1200px) {
  footer .links {
    padding: 28px 0;
  }
}
footer .links-container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 480px) {
  footer .links {
    align-items: flex-end;
  }
}
footer .links a {
  font-size: 14px;
}
footer .links a:not(:last-child) {
  margin-right: 40px;
}
footer a {
  color: #666666;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.5s;
  border: none;
}
@media (min-width: 480px) {
  footer a {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  footer a {
    margin-right: 20px;
  }
}
footer a:hover {
  color: #fff;
}

@media (min-width: 992px) {
  #container #pkwde {
    padding: 0;
    max-width: 1200px;
  }
  #container #pkwde:after {
    content: "";
    display: block;
    height: 1px;
    clear: both;
  }
  #container #pkwde .emission-legals {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  #container #pkwde .emission-legals:after {
    content: "";
    display: block;
    height: 1px;
    clear: both;
  }
}
#container #pkwde form.search {
  width: auto;
  text-align: left;
  padding: 20px;
  background: rgba(0, 0, 0, 0.025);
  box-shadow: none;
  border-radius: 3px;
  z-index: 0;
  display: none;
}
#container #pkwde form.search label {
  color: #1d1e1f;
  display: block;
}
#container #pkwde form.search input {
  height: 35px;
  border: 0;
  border: 1px solid #dadada;
}
@media (min-width: 992px) {
  #container #pkwde form.search input {
    width: 135px;
  }
}
#container #pkwde form.search button {
  height: 35px;
  line-height: 33px;
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  border: 0;
}
#container #pkwde form.search button:hover {
  border: 0;
}
#container #pkwde form.search button:after {
  display: block;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
@media (min-width: 992px) {
  #container #pkwde form.search button {
    font-size: 11px;
  }
}

#container #pkwde #show h2 {
  word-wrap: break-word;
  color: #000000;
  border: 0;
}

#container #pkwde #show h3 {
  padding: 30px 0 10px 0;
}

#container #pkwde #show #close {
  border: 0;
}
#container #pkwde #show #close a {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

@media screen and (max-width: 799px) {
  #container #pkwde .filters {
    position: fixed;
    height: 100%;
    width: 100%;
    top: -100%;
    transition: all 0.5s;
    left: 0;
    z-index: 15;
    background: white;
    padding: 30px 10px 30px;
    margin: 0;
  }
  #container #pkwde .filters.open-filter {
    top: 0;
  }
  #container #pkwde .filters .contact-person-wrapper {
    display: none;
  }
  #container #pkwde #show #close a {
    z-index: 20;
    border: none;
    display: block;
    position: fixed;
    height: 40px;
    width: 120px;
    top: 10px;
    right: 160px;
    text-align: center;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    background: #3e3e3e;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    padding-top: 3px;
  }
}
@media (min-width: 800px) {
  #container #pkwde .filters {
    padding: 20px 10px;
  }
}
@media (min-width: 992px) {
  #container #pkwde .filters {
    padding: 30px;
    background: #f2f2f2;
  }
}
#container #pkwde .filters a.reset {
  padding: 0;
  margin-top: 20px;
  border: 0;
  width: auto;
  margin-top: 20px;
  line-height: normal;
  border: 1px;
  background: transparent !important;
  box-shadow: none;
  color: #3e3e3e;
  text-shadow: none;
  width: 145px !important;
  font-size: 12px;
  line-height: 40px;
}
@media (min-width: 992px) {
  #container #pkwde .filters a.reset {
    width: 20% !important;
  }
}

#container #pkwde .marketprice {
  display: block !important;
}
#container #pkwde .marketprice.fairerpreis b {
  color: #fff !important;
}
#container #pkwde .marketprice.fairerpreis .advantage {
  background: #598e7a !important;
  border: 2px solid #598e7a !important;
  color: #fff !important;
}
#container #pkwde .marketprice.fairerpreis .advantage:after {
  border-right-color: #598e7a !important;
}
@media (min-width: 480px) {
  #container #pkwde .marketprice {
    margin-left: 180px;
  }
}
#container #pkwde .marketprice .customer-price {
  background: #fff !important;
  font-size: 26px !important;
}
@media (min-width: 992px) {
  #container #pkwde .marketprice {
    clear: none;
    margin: 15px 0 0 355px;
  }
  #container #pkwde .marketprice .advantage {
    margin-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  #container #pkwde .marketprice .advantage {
    font-size: 15px;
  }
  #container #pkwde .marketprice .advantage b {
    font-size: 15px;
  }
}

#container #pkwde .car-item {
  margin: 15px 0 0 0;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
  transition: all 0.5s;
  position: relative;
}
@media (min-width: 800px) {
  #container #pkwde .car-item .marketprice {
    display: flex !important;
    position: absolute;
    bottom: 30px;
    margin-left: 0;
  }
  #container #pkwde .car-item .marketprice .customer-price {
    padding: 0;
  }
  #container #pkwde .car-item .marketprice .advantage {
    margin-left: 30px !important;
  }
}
@media (min-width: 992px) {
  #container #pkwde .car-item .marketprice {
    left: 365px;
  }
}
#container #pkwde .car-item h2, #container #pkwde .car-item h3, #container #pkwde .car-item .marketprice, #container #pkwde .car-item .info p {
  color: #1d1e1f;
}
#container #pkwde .car-item .info p {
  font-size: 15px;
}
#container #pkwde .car-item .emissions {
  display: inline-block;
}
#container #pkwde .car-item h3, #container #pkwde .car-item .marketprice, #container #pkwde .car-item img {
  transition: all 0.5s;
}
#container #pkwde .car-item:hover {
  cursor: pointer;
}
#container #pkwde .car-item:hover h3, #container #pkwde .car-item:hover .marketprice {
  color: #000000;
}

#container #pkwde .loading-screen {
  background: #eeeff4;
  top: -100px;
  display: none;
}

#container #pkwde .filters .filter select {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+);
  background-size: 20px 30px;
  background-repeat: no-repeat;
  background-position: right center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 20px 0 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  height: 40px;
  line-height: 39px;
  font-size: 13px;
  cursor: pointer;
}
#container #pkwde .filters .filter select:disabled {
  background: #fafafa;
}
#container #pkwde .filters .filter select:focus {
  outline: none;
}
#container #pkwde .filters .filter select::-ms-expand {
  display: none;
}

@media (min-width: 992px) {
  #container #pkwde .pagination {
    padding-top: 10px;
    text-align: center;
  }
}
#container #pkwde .pagination .page,
#container #pkwde .pagination .next,
#container #pkwde .pagination .prev {
  border-radius: 3px;
  background: #fff;
  border-radius: 2px;
  color: #000000;
  border: 0;
  line-height: 30px;
}
#container #pkwde .pagination .page.active {
  background: rgba(0, 0, 0, 0.025);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  color: #1d1e1f;
}

#container #pkwde #show {
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0;
}
@media (min-width: 992px) {
  #container #pkwde #show {
    padding: 25px;
  }
}
@media (min-width: 800px) {
  #container #pkwde #show .advantage {
    margin-left: 30px;
  }
  #container #pkwde #show #close {
    display: flex;
    align-content: center;
    justify-content: space-between;
  }
  #container #pkwde #show #close #reference-number {
    margin: 0 !important;
  }
  #container #pkwde #show #close .printbtn {
    height: 40px;
    padding: 0 15px;
  }
}
#container #pkwde #show .cf-form-item {
  margin-bottom: 10px;
}
#container #pkwde #show .cf-form-item-note textarea {
  font-size: 15px;
  line-height: 20px;
}
@media (min-width: 992px) {
  #container #pkwde #show .cf-btn-wrap button {
    padding: 20px;
    font-size: 17px;
  }
}

#container #pkwde #show #close {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
@media (min-width: 800px) {
  #container #pkwde #show #close a {
    height: 40px;
    line-height: 40px;
  }
}

#container #pkwde #show #close #reference-number {
  position: relative;
  left: auto;
  top: auto;
  margin: 20px 0 -20px 0;
}

#dealer-imprint table td {
  display: block;
  font-size: 14px;
}
#dealer-imprint table td:first-child {
  font-weight: bold;
}

#contact-form-box,
#site-introduction {
  display: none;
}
#contact-form-box .opening-hours,
#site-introduction .opening-hours {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 20px;
}
#contact-form-box form#contact-form,
#site-introduction form#contact-form {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  width: 95%;
  margin: 40px auto;
  position: relative;
}
@media (min-width: 992px) {
  #contact-form-box form#contact-form,
  #site-introduction form#contact-form {
    width: 600px;
    padding: 40px;
  }
}
#contact-form-box form#contact-form a#close-contact-form,
#site-introduction form#contact-form a#close-contact-form {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #1d1e1f;
  z-index: 10;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #dadada;
}
#contact-form-box form#contact-form a#close-contact-form i,
#site-introduction form#contact-form a#close-contact-form i {
  line-height: 15px;
}
#contact-form-box form#contact-form a#close-contact-form:hover,
#site-introduction form#contact-form a#close-contact-form:hover {
  color: #000000;
}
#contact-form-box form#contact-form h3,
#site-introduction form#contact-form h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
#contact-form-box form#contact-form #contact-form-error,
#site-introduction form#contact-form #contact-form-error {
  display: none;
  border: 2px solid red;
  padding: 10px;
  text-align: center;
  color: red;
  font-weight: bold;
  margin: 10px 0;
}
#contact-form-box form#contact-form .dealer-phone,
#site-introduction form#contact-form .dealer-phone {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 5px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}
#contact-form-box form#contact-form .contact-submit,
#site-introduction form#contact-form .contact-submit {
  text-align: center;
}
#contact-form-box form#contact-form .contact-legals,
#site-introduction form#contact-form .contact-legals {
  padding: 5px 0;
  font-size: 12px;
  line-height: 16px;
  color: #888;
}
#contact-form-box form#contact-form .contact-field,
#site-introduction form#contact-form .contact-field {
  padding: 5px 0;
}
#contact-form-box form#contact-form .contact-field label,
#site-introduction form#contact-form .contact-field label {
  font-weight: 600;
  display: block;
}
#contact-form-box form#contact-form .contact-field input[type=text],
#site-introduction form#contact-form .contact-field input[type=text] {
  border: 1px solid #eee;
  display: block;
  width: 90%;
  height: 45px;
  padding: 0 10px;
  font-size: 14px;
}
#contact-form-box form#contact-form .contact-field input[type=text]:focus,
#site-introduction form#contact-form .contact-field input[type=text]:focus {
  outline: none;
  border: 1px solid #1d1e1f;
}
#contact-form-box form#contact-form .contact-field textarea,
#site-introduction form#contact-form .contact-field textarea {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #eee;
  display: block;
  width: 100%;
  font-family: "Arial", sans-serif;
}
#contact-form-box form#contact-form .contact-field textarea:focus,
#site-introduction form#contact-form .contact-field textarea:focus {
  outline: none;
  border: 1px solid #1d1e1f;
}
#contact-form-box form#contact-form .contact-field span.error,
#site-introduction form#contact-form .contact-field span.error {
  display: none;
}
#contact-form-box form#contact-form .contact-field > .validation-error,
#site-introduction form#contact-form .contact-field > .validation-error {
  border-color: red !important;
}
#contact-form-box form#contact-form .contact-field > .validation-error + span.error,
#site-introduction form#contact-form .contact-field > .validation-error + span.error {
  display: block;
  color: red;
}
#contact-form-box form#contact-form input[type=submit],
#site-introduction form#contact-form input[type=submit] {
  height: 35px;
  line-height: 33px;
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  border: 0;
}
#contact-form-box form#contact-form input[type=submit]:hover,
#site-introduction form#contact-form input[type=submit]:hover {
  border: 0;
}
#contact-form-box form#contact-form input[type=submit]:after,
#site-introduction form#contact-form input[type=submit]:after {
  display: block;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
#contact-form-box form#contact-form input[type=submit],
#site-introduction form#contact-form input[type=submit] {
  background: #1a1a1a;
  background-image: linear-gradient(#1a1a1a, black);
  color: #fff;
  transition: all 0.5s;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  margin: 20px auto;
}
#contact-form-box form#contact-form input[type=submit]:hover,
#site-introduction form#contact-form input[type=submit]:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: #4d4d4d;
  background-image: linear-gradient(#4d4d4d, #333333);
}
#contact-form-box #contact-form-success,
#site-introduction #contact-form-success {
  display: none;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
  width: 480px;
  border: 5px solid green;
  color: green;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#site-introduction .modal-content {
  background: white;
  width: 90vw;
  max-width: 660px;
  padding: 3rem 1rem 1rem 1rem;
  max-height: 80vh;
  overflow-y: scroll;
  position: relative;
}
#site-introduction .modal-content p {
  white-space: pre-line;
}
@media (min-width: 800px) {
  #site-introduction .modal-content {
    padding: 3rem 2rem 2rem;
  }
}
#site-introduction .modal-content a#close-site-introduction {
  display: block;
  text-align: center;
  color: #1d1e1f;
  z-index: 10;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: underline;
  color: #ca2424;
}

#pkwde .contact-form .cf-title {
  padding: 0 0 15px !important;
  font-size: 22px !important;
}
#pkwde .contact-form .cf-policy-check {
  color: #888;
  font-size: 12px;
  line-height: 15px;
}
#pkwde .cf-form-item-note textarea {
  font-family: "Arial", sans-serif;
}
#pkwde .contact-person-wrapper {
  float: left;
  margin: 20px 0;
  width: 100%;
}
@media (min-width: 480px) {
  #pkwde .contact-person-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 800px) {
  #pkwde .contact-person-wrapper {
    margin: 0;
  }
  #pkwde .contact-person-wrapper .contact-person-wrapper {
    padding: 0 20px;
    justify-content: flex-start;
  }
  #pkwde .contact-person-wrapper .contact-person-wrapper .contact-person-image {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  #pkwde .contact-person-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  #pkwde .contact-person-wrapper .contact-person-wrapper {
    padding: 0;
    margin: 10px 0;
  }
  #pkwde .contact-person-wrapper .contact-person-wrapper .contact-person-image {
    margin-right: 0;
  }
}
#pkwde .contact-person-wrapper .contact-person-image {
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  #pkwde .contact-person-wrapper .contact-person-image {
    width: 40%;
  }
}
@media (min-width: 992px) {
  #pkwde .contact-person-wrapper .contact-person-image {
    width: 100%;
  }
}
#pkwde .contact-person-wrapper .contact-person-image img {
  width: 100%;
}
#pkwde .contact-person-wrapper .contact-person-info h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#pkwde .contact-person-wrapper .contact-person-info p {
  margin: 5px 0;
  font-size: 16px;
}
#pkwde .contact-person-wrapper .contact-person-info .contact-person-name {
  font-size: 15px;
  font-weight: 700;
}
#pkwde .contact-person-wrapper .contact-person-info .contact-person-contact {
  font-size: 15px;
}
#pkwde .contact-person-wrapper .contact-person-info .contact-person-contact .label {
  display: inline-block;
  min-width: 70px;
}

.services-container,
.about-container {
  padding: 70px 20px;
}
.services-container h2,
.about-container h2 {
  color: #000000;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .services-container,
  .about-container {
    padding: 40px 20px;
  }
  .services-container h2,
  .about-container h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.about {
  background-color: #fff;
}
@media (min-width: 800px) {
  .about {
    padding-top: 150px;
  }
}
@media (min-width: 800px) {
  .about .split-blocks-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 800px) {
  .about .split-blocks-wrapper > div {
    max-width: 47%;
  }
}
.about .split-blocks-wrapper > div .image-wrapper img {
  width: 100%;
}
.about .split-blocks-wrapper > div .text-wrapper {
  margin-bottom: 40px;
  white-space: pre-wrap;
}
.about .split-blocks-wrapper > div .video-wrapper iframe {
  width: 100%;
  height: 315px;
  border: none;
}
.about .contact--person-container {
  margin-top: 40px;
}
@media (min-width: 800px) {
  .about .contact--person-container {
    display: flex;
  }
}
.about .contact--person-image {
  width: 100%;
}
@media (min-width: 800px) {
  .about .contact--person-image {
    max-width: 378px;
  }
}
.about .contact--person-image img {
  width: 100%;
}
@media (min-width: 800px) {
  .about .contact--person-image img {
    width: initial;
    height: 100%;
  }
}
.about .contact--person-descr {
  background-color: #f2f2f2;
  padding: 20px;
  width: 100%;
}
@media (min-width: 800px) {
  .about .contact--person-descr {
    padding: 70px 65px;
  }
}
.about .contact--person-descr h4 {
  color: #000000;
  margin-top: 0;
}
@media (min-width: 800px) {
  .about .contact--person-descr h4 {
    font-size: 22px;
  }
}
.about .contact--person-descr .name {
  font-weight: 700;
}
@media (min-width: 800px) {
  .about .contact--person-descr .name {
    font-size: 18px;
  }
}
.about .contact--person-descr p {
  margin: 5px 0;
}
@media (min-width: 800px) {
  .about .contact--person-descr p {
    font-size: 18px;
  }
}

.services {
  background-color: #fff;
}
.services-text {
  white-space: pre-wrap;
}
@media (min-width: 800px) {
  .services-text {
    width: 60%;
  }
}
@media (min-width: 800px) {
  .services {
    padding-top: 150px;
  }
}
@media (min-width: 800px) {
  .services-half-block {
    display: flex;
  }
}
.services-image {
  max-width: 460px;
}
@media (min-width: 800px) {
  .services-image {
    margin-left: 2%;
    width: 38%;
    max-width: none;
  }
}
.services-image img {
  width: 100%;
}

.open-search {
  z-index: 11;
  border: none;
  display: block;
  position: fixed;
  height: 40px;
  width: 120px;
  top: 10px;
  right: 160px;
  text-align: center;
  line-height: 38px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  background: #3e3e3e;
}
@media (min-width: 800px) {
  .open-search {
    display: none;
  }
}

.close-search {
  z-index: 10;
  border: none;
  display: block;
  position: fixed;
  height: 50px !important;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 46px !important;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.15), 0px -3px 6px 1px rgba(0, 0, 0, 0.1);
  background: #e82028;
  background-image: linear-gradient(#e82028, #c1141b);
  color: #fff;
  border-bottom: 2px solid #7c0d11;
  text-shadow: 0px 1px 1px #000;
  transition: all 0.5s;
  height: 40px;
  line-height: 40px;
}
.close-search:hover {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid #7c0d11;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  background: #4d4d4d;
  background-image: linear-gradient(#4d4d4d, #333333);
}
@media (min-width: 800px) {
  .close-search {
    display: none;
  }
}

.close-search {
  z-index: 20;
  opacity: 0;
  visibility: hidden;
}
.close-search.visible {
  opacity: 1;
  visibility: visible;
}

#container #pkwde.normal h2 {
  margin: 0 10px !important;
}
#container #pkwde.normal .car-item .car-facts {
  padding: 0;
}
@media (min-width: 800px) {
  #container #pkwde.normal .car-item .car-facts {
    margin-right: 20px;
    padding-right: 20px;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  #container #pkwde.normal .car-item .car-facts {
    margin-bottom: 10px;
  }
  #container #pkwde.normal .car-item .car-facts h3 {
    margin-bottom: 10px;
  }
}
#container #pkwde.normal .car-item .previews, #container #pkwde.normal .car-item .previews img.main-image {
  height: 135px;
  width: 175px;
}
#container #pkwde.normal .car-item .content {
  margin: 0 0 0 185px;
}
#container #pkwde.normal .car-item .info p {
  font-size: 16px;
  line-height: 24px;
}
#container #pkwde.normal .customer-price {
  width: auto;
  line-height: normal;
}
#container #pkwde.normal #show .customer-price {
  min-width: auto;
  margin-left: 0;
}

#container #pkwde {
  max-width: 1200px;
}
#container #pkwde .car-facts {
  color: #000 !important;
}
@media (min-width: 800px) {
  #container #pkwde .previews, #container #pkwde .previews img.main-image {
    height: 240px !important;
    width: 320px !important;
  }
  #container #pkwde .content {
    margin: 0 0 0 355px !important;
  }
  #container #pkwde .customer-price {
    margin-left: 355px;
  }
}
@media (min-width: 992px) {
  #container #pkwde .customer-price {
    margin-left: 0;
  }
}

.widget-popup[data-v-1f8749f2] {
  z-index: 10 !important;
}

@media print {
  * {
    margin: 0;
    padding: 0;
    font-family: arial;
    box-shadow: none !important;
  }
  main {
    padding-top: 0 !important;
  }
  header,
  .intro--map-container,
  .autobewertung-widget,
  #RatingWidgetPlaceholder,
  .filter-container,
  .more-knowlage-container,
  .footermap,
  footer,
  .services--block-container,
  .btn,
  #container #pkwde #show #close a,
  #container #pkwde .filters a.reset,
  #contact-form-box,
  .printbtn,
  .contact-form,
  .open-search,
  .close-search {
    display: none !important;
  }
}
#mapbox {
  height: 100%;
  width: 100%;
}

#mapbox + .map-box-policy-checker {
  position: absolute;
  bottom: 0;
  z-index: 10;
  opacity: 95;
  height: 50px;
  line-height: 40px;
  background-color: #2e2e2e;
}

#map-box-policy-checked,
#map-box-policy {
  position: absolute;
  visibility: hidden;
}
#map-box-policy-checked:hover,
#map-box-policy:hover {
  color: #1D884E;
}

#map-box-policy-checked + .map-box-policy-toggle::after {
  background-color: #1D884E;
}
#map-box-policy-checked + .map-box-policy-toggle::before {
  left: 19px;
}

.map-box-component {
  position: relative;
  width: 100%;
  height: 240px;
}
@media (min-width: 800px) {
  .map-box-component {
    height: 420px;
  }
}

.map-box-loading,
.map-box-placeholder {
  position: relative;
  width: 100%;
  border: 1px solid transparent;
  text-align: center;
  height: 240px;
}
@media (min-width: 800px) {
  .map-box-loading,
  .map-box-placeholder {
    background-color: #2e2e2e;
    height: 420px;
  }
}
.map-box-loading:after,
.map-box-placeholder:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1041px;
  max-height: 303px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background: url("./map-bg.png") no-repeat center center;
  display: none;
}
@media (min-width: 800px) {
  .map-box-loading:after,
  .map-box-placeholder:after {
    display: block;
  }
}

.map-box__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  z-index: 1;
  width: 90%;
  height: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 800px) {
  .map-box__container {
    width: 460px;
    height: auto;
  }
}

.map-box-placeholder__icon {
  width: 45px;
  height: 45px;
  margin: 45px auto 0;
  line-height: 45px;
  text-align: center;
  border: 1px solid #cecece;
  border-radius: 50%;
}
@media (min-width: 800px) {
  .map-box-placeholder__icon {
    margin: 60px auto 0;
  }
}
.map-box-placeholder__icon .map-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #cecece;
  font-size: 17.5px;
}
.map-box-placeholder__icon .map-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 16px;
  background: url("./map-new.svg") no-repeat center center;
}

.map-box-placeholder__title {
  width: 175px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 10px;
}

.map-box-placeholder__content {
  display: inline-block;
  padding: 0 0 70px 0;
}

.map-box-policy-checker__tooltip {
  position: absolute;
  padding: 20px 28px;
  opacity: 0;
  z-index: 1;
  top: 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  visibility: hidden;
  transition: opacity 0.3s;
  background-color: #1e1e1e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  width: 290px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 800px) {
  .map-box-policy-checker__tooltip {
    width: 495px;
  }
}
.map-box-policy-checker__tooltip::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -7px;
  left: 50%;
  transform: rotate(45deg);
  z-index: -1;
  background: #1e1e1e;
}
.map-box-policy-checker__tooltip h5 {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}
.map-box-policy-checker__tooltip p {
  margin: 0 0 10px;
  font-size: 12px;
}
.map-box-policy-checker__tooltip a {
  font-size: 11px;
  line-height: 12px;
  text-decoration: underline;
  color: #ffffff;
}

.map-box-policy-checker {
  width: 100%;
  text-align: center;
  position: relative;
}
.map-box-policy-checker .fa-info-circle {
  position: relative;
  top: 1px;
  cursor: help;
  font-size: 15px;
  padding-left: 6px;
  color: #3e3e3e;
}
.map-box-policy-checker .fa-info-circle::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
}

.map-box-policy-checker__wrapper {
  display: inline-block;
  height: 20px;
  width: 190px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.map-box-policy-checker__wrapper .icon-circle {
  position: absolute;
  top: 8px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url("./i_icon.svg") no-repeat 0 0;
}
.map-box-policy-checker__wrapper .icon-circle.black {
  top: 0;
  background: url("./i_icon_black.svg") no-repeat 0 0;
}
.map-box-policy-checker__wrapper:hover .map-box-policy-checker__tooltip {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.map-box-policy-toggle {
  position: relative;
  padding-left: 45px;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  color: #3e3e3e;
  z-index: 10;
}
.map-box-policy-toggle.white {
  color: #ffffff;
}
.map-box-policy-toggle::after {
  content: "";
  left: 0;
  top: -2px;
  width: 35px;
  height: 18px;
  position: absolute;
  border-radius: 22.5px;
  background-color: #cecece;
}
.map-box-policy-toggle::before {
  content: "";
  top: 1px;
  left: 3px;
  width: 12px;
  height: 12px;
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  background-color: #f3f3f3;
}