/* Preserve the existing logo boxes with the wider replacement artwork. */
.et-l--header .sm-site-logo .et_pb_image_wrap {
  display: block;
  width: 360px;
  max-width: 100%;
}
.et-l--footer .sm-site-logo .et_pb_image_wrap {
  display: block;
  width: 302.521px;
  max-width: 100%;
}
.sm-site-logo img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 360 / 119;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}
.sm-new-heading h1,
.sm-new-heading h2 {
  overflow-wrap: break-word;
  hyphens: auto;
  line-height: 1.2em;
}
.sm-new-heading h2 { font-size: 38px; }
.sm-new-heading .et_pb_header_content_wrapper h2 { margin-top: 36px; }
.sm-new-heading .et_pb_header_content_wrapper ul {
  text-align: left;
  padding-left: 1.3em;
  padding-bottom: 1em;
}
.sm-contact-form .et_pb_contact_field[data-id="datenschutz"] { border: 0 !important; }
.sm-contact-form .et_pb_contact_field[data-id="datenschutz"] label i {
  border: 2px solid #8d3046;
}
.sm-contact-form .et_pb_contact_field[data-id="datenschutz"] label i:before { color: #8d3046 !important; }
.sm-contact-form .et_pb_contact_field[data-id="datenschutz"] .et_pb_contact_field_options_title { display: none; }
@media (max-width: 767px) {
  .et-l--footer .sm-site-logo .et_pb_image_wrap { width: 360px; }
  .sm-new-heading h1 { font-size: 32px !important; hyphens: none; }
  .sm-new-heading h2 { font-size: 29px !important; }
  .sm-contact-form .et_pb_contact_field[data-id="name"],
  .sm-contact-form .et_pb_contact_field[data-id="mail"] {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}

/* Shared heading family across all public pages. */
body.et_divi_theme :is(h1, h2, h3, h4, h5, h6) {
  font-family: Mulish, Arial, sans-serif !important;
}
.et-l--header .et_pb_header_button_wrapper:empty { display: none; }
.home #et-main-area .et_pb_fullwidth_header_0,
.et-l--footer .et_pb_fullwidth_header_0_tb_footer {
  height: 10px !important;
  min-height: 10px !important;
  max-height: 10px !important;
  padding: 0 !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .et-l--footer .sm-site-logo img { max-height: none !important; }
}
.et-l--footer .sm-site-logo { mix-blend-mode: multiply; }
.et_pb_button[href*="instagram.com"],
.et_pb_button[href*="instagram.com"] * { color: #8d3046 !important; }
.et-l--footer .sm-site-logo,
.et-l--footer .sm-site-logo img { mix-blend-mode: normal; }
.et-l--footer .sm-site-logo img { filter: brightness(0.9568627451); }

/* Readable lists within page text, excluding navigation and form controls. */
#main-content :is(.et_pb_text_inner, .et_pb_header_content_wrapper) :is(ul, ol) {
  padding-top: 0.4em;
}
#main-content :is(.et_pb_text_inner, .et_pb_header_content_wrapper) :is(ul, ol) li {
  line-height: 1.6 !important;
}
#main-content :is(.et_pb_text_inner, .et_pb_header_content_wrapper) :is(ul, ol) li + li {
  margin-top: 0.35em;
}

/* Keep the vehicle visible in the desktop crop and show the full photo on phones. */
.sm-vehicle-photo {
  background-position: center bottom !important;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .sm-vehicle-photo {
    height: 56.25vw !important;
    min-height: 0 !important;
    padding: 0 !important;
  }
}

.sm-contact-arrow {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: -0.2em;
  margin-right: 0.2em;
}

/* Left-align page copy while preserving the gallery heading and gallery content. */
#main-content :is(h1, h2, h3, h4, h5, h6, p, ul, ol, li, .et_pb_text_inner, .et_pb_header_content_wrapper):not(#galerie, #galerie *, .et_pb_gallery *) {
  text-align: left !important;
}
