 :root {
  --llp-green: #2faf36;
  --llp-green-dark: #168823;
  --llp-ink: #121b21;
  --llp-muted: #6f7780;
  --llp-soft: #f5f1e9;
  --llp-line: #e7e7e1;
  --llp-dark: #171f23;
}

body {
  background: #f0f0f0;
}

.llp-map-consent{
    position:relative;
    border-radius:0px;
    overflow:hidden;
    min-height:420px;
}

.llp-map-preview-image{
    width:100%;
    height:800px;
    object-fit:cover;
    display:block;
}

.llp-map-overlay{
    position:absolute;
    inset:0;
    background:rgba(255,255,255,.45);
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    padding:40px;
}

.llp-map-overlay h3{
    color:#fff;
    margin-bottom:10px;
}

.llp-map-overlay p{
    max-width:600px;
    margin-bottom:20px;
}

#llp-osm-map.llp-map {
  width: 100%;
  height: 420px;
  border-radius: 24px;
  overflow: hidden;
}

.llp-nuertingen {
  color: var(--llp-ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.llp-nuertingen * {
  box-sizing: border-box;
}

.llp-container {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
}

.llp-kicker {
  color: var(--llp-green);
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.llp-nuertingen h1,
.llp-nuertingen h2,
.llp-nuertingen h3 {
  color: var(--llp-ink);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.llp-nuertingen h1 {
  color: #fff;
  font-size: clamp(42px, 6vw, 76px);
  max-width: 650px;
}

.llp-nuertingen h2 {
  font-size: clamp(34px, 4.6vw, 54px);
}

.llp-nuertingen h3 {
  font-size: 22px;
}

.llp-nuertingen p {
  color: var(--llp-muted);
  font-size: 18px;
  line-height: 1.72;
  margin: 0;
}

.llp-green {
  color: var(--llp-green);
  font-style: italic;
}

.llp-hero {
  background:
    linear-gradient(90deg, rgba(15, 24, 26, .8) 0%, rgba(15, 24, 26, .50) 42%, rgba(15, 24, 26, 0.0) 100%),
    url("../images/llp/nuertingen/nuertingen.jpg") center/cover no-repeat;
  min-height: 760px;
  padding: 48px 0 0;
  position: relative;
}

.llp-hero-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 80px;
}

.llp-logo {
  background: rgba(255,255,255,.94);
  border-radius: 8px;
  display: inline-flex;
  padding: 10px 14px;
}

.llp-logo img {
  display: block;
  height: 38px;
  width: auto;
}

.llp-top-actions {
  align-items: center;
  display: flex;
  gap: 18px;
}

.llp-phone {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.llp-btn {
  align-items: center;
  background: var(--llp-green);
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.llp-btn:hover,
.llp-btn:focus {
  background: var(--llp-green-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.llp-btn.secondary {
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.32);
}

.llp-pill {
  align-items: center;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  margin-bottom: 22px;
  padding: 10px 20px;
}

.llp-dot {
  background: var(--llp-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(47,175,54,.18);
  display: inline-block;
  height: 9px;
  width: 9px;
}

.llp-hero-copy {
  max-width: 740px;
}

.llp-hero-copy p {
  color: rgba(255,255,255,.82);
  font-size: 20px;
  margin: 24px 0 34px;
}

.llp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.llp-stats {
  border-top: 1px solid rgba(255,255,255,.16);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.llp-stat strong {
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.llp-stat strong span {
  color: var(--llp-green);
}

.llp-stat small {
  color: rgba(255,255,255,.74);
  display: block;
  font-size: 14px;
  margin-top: 9px;
}

.llp-intro-card {
  background: #fff;
  border-left: 5px solid var(--llp-green);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(20,28,22,.14);
  margin: -42px auto 0;
  padding: 28px 34px;
  position: relative;
  z-index: 4;
}

.llp-intro-card p {
  color: #414950;
  font-size: 17px;
}

.llp-section {
  padding: 92px 0;
}

.llp-section.soft {
  background: var(--llp-soft);
}

.llp-section.dark {
  background: var(--llp-dark);
  color: #fff;
}

.llp-section.dark h2,
.llp-section.dark h3,
.llp-section.dark p {
  color: #fff;
}

.llp-lead {
  //max-width: 720px;
  margin-top: 22px;
}

.llp-chat {
  background: var(--llp-dark);
  border: 1px solid rgba(47,175,54,.42);
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(20,28,22,.18);
  margin: 54px auto 10px;
  max-width: 660px;
  padding: 36px;
  text-align: center;
}

.llp-chat .llp-kicker {
  margin-bottom: 12px;
}

.llp-chat h2 {
  color: #fff;
  font-size: 28px;
}

.llp-chat p {
  color: rgba(255,255,255,.75);
  font-size: 15px;
  line-height: 1.55;
  margin: 10px auto 22px;
  max-width: 480px;
}

.llp-chat-bar {
  align-items: center;
  background: rgba(255,255,255,.05);
  border-radius: 10px;
  display: flex;
  gap: 12px;
  padding: 10px;
}

.llp-chat-bar input {
  background: #697c3b;
  border: 0;
  border-radius: 999px;
  color: #fff;
  flex: 1;
  font-size: 18px;
  min-height: 52px;
  padding: 0 22px;
}

.llp-chat-bar input::placeholder {
  color: rgba(255,255,255,.86);
}

.llp-chat-bar button {
  align-items: center;
  background: #f4f8ef;
  border: 0;
  border-radius: 50%;
  color: var(--llp-green);
  display: inline-flex;
  font-size: 26px;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.llp-district-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 36px;
}

.llp-district {
  background: #fff;
  border: 1px solid var(--llp-line);
  border-radius: 8px;
  padding: 22px 18px;
  text-align: center;
}

.llp-district strong {
  color: var(--llp-ink);
  display: block;
  font-size: 16px;
}

.llp-district span {
  color: #9aa0a6;
  display: block;
  font-size: 13px;
  margin-top: 7px;
}

.llp-note {
  align-items: flex-start;
  background: linear-gradient(90deg, rgba(47,175,54,.08), rgba(255,255,255,.95));
  border: 1px solid rgba(47,175,54,.25);
  border-radius: 14px;
  display: flex;
  gap: 20px;
  margin-top: 30px;
  padding: 28px;
}

.llp-note-icon {
  font-size: 30px;
  line-height: 1;
}

.llp-note p {
  font-size: 16px;
  line-height: 1.65;
  margin-top: 8px;
}

.llp-compare {
  background: #fff;
  border: 1px solid var(--llp-line);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 42px;
  overflow: hidden;
}

.llp-compare-col {
  padding: 34px;
}

.llp-compare-col:first-child {
  background: #effaf0;
}

.llp-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.llp-list li {
  border-top: 1px solid rgba(18,27,33,.08);
  color: #4e5960;
  font-size: 16px;
  line-height: 1.45;
  padding: 15px 0 15px 32px;
  position: relative;
}

.llp-list li:before {
  color: var(--llp-green);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 15px;
}

.llp-list.warn li:before {
  color: #d79a22;
  content: "•";
}

.llp-fineprint {
  color: #9ba0a3;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 28px;
  text-align: center;
}

.llp-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

.llp-card {
  background: #fff;
  border: 1px solid var(--llp-line);
  border-radius: 8px;
  overflow: hidden;
}

.llp-card img {
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  width: 100%;
}

.llp-card-body {
  padding: 24px;
}

.llp-card-body p {
  font-size: 15px;
  line-height: 1.62;
  margin-top: 14px;
}

.llp-prices {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px;
}

.llp-price {
  background: #fff;
  border: 1px solid var(--llp-line);
  border-radius: 8px;
  min-height: 360px;
  padding: 34px;
  position: relative;
  text-align: center;
}

.llp-price.highlight {
  border: 2px solid var(--llp-green);
  box-shadow: 0 18px 36px rgba(47,175,54,.11);
}

.llp-price-badge {
  background: var(--llp-green);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  left: 50%;
  padding: 8px 22px;
  position: absolute;
  top: -17px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.llp-price small {
  color: #9aa0a6;
  display: block;
  margin-top: 7px;
}

.llp-price-value {
  color: var(--llp-green);
  display: block;
  font-size: 34px;
  font-style: italic;
  font-weight: 900;
  margin: 28px 0 6px;
}

.llp-brand-grid,
.llp-split {
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr 1fr;
  margin-top: 42px;
}

.llp-brand {
  background: #fff;
  border-radius: 8px;
  padding: 36px;
}

.llp-brand.dark {
  background: var(--llp-dark);
  color: #fff;
}

.llp-brand.dark h3,
.llp-brand.dark p,
.llp-brand.dark li {
  color: #fff;
}

.llp-brand img {
  display: block;
  margin: 10px 0 24px;
  max-width: 260px;
  width: 100%;
}

.llp-route {
  background: var(--llp-dark);
  border-radius: 8px;
  margin-top: 42px;
  padding: 34px;
}

.llp-route h3 {
  color: rgba(255,255,255,.72);
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.llp-route-steps {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
}

.llp-step {
  color: #fff;
  padding-left: 46px;
  position: relative;
}

.llp-step:before {
  align-items: center;
  background: rgba(47,175,54,.28);
  border-radius: 50%;
  color: #fff;
  content: attr(data-step);
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 4px;
  width: 34px;
}

.llp-step strong,
.llp-step span {
  display: block;
}

.llp-step span {
  color: rgba(255,255,255,.68);
  margin-top: 5px;
}

.llp-map {
  border-radius: 8px;
  display: block;
  margin-top: 26px;
  width: 100%;
}

.llp-split {
  align-items: center;
}

.llp-split img {
  border-radius: 8px;
  display: block;
  width: 100%;
}

.llp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.llp-tag {
  background: #fff;
  border: 1px solid var(--llp-line);
  border-radius: 999px;
  color: #596169;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 22px;
}

.llp-faq {
  margin-top: 38px;
  //max-width: 820px;
}

.llp-faq details {
  background: #fff;
  border: 1px solid var(--llp-line);
  border-radius: 8px;
  margin-bottom: 12px;
}

.llp-faq summary {
  color: var(--llp-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
  padding: 22px 58px 22px 24px;
  position: relative;
}

.llp-faq summary::-webkit-details-marker {
  display: none;
}

.llp-faq summary:after {
  align-items: center;
  background: #f2f6f1;
  border-radius: 50%;
  color: var(--llp-green);
  content: "+";
  display: inline-flex;
  font-size: 22px;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 30px;
}

.llp-faq details[open] summary:after {
  content: "–";
}

.llp-faq p {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 24px 22px;
}

.llp-final {
  background: var(--llp-green);
  color: #fff;
  padding: 74px 0;
  text-align: center;
}

.llp-final h2,
.llp-final p {
  color: #fff;
}

.llp-final p {
  margin: 18px auto 32px;
  max-width: 680px;
}

.llp-final .llp-btn {
  background: #fff;
  color: var(--llp-green);
}

.llp-final .llp-btn.secondary {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.38);
  color: #fff;
}

@media (max-width: 991px) {
  .llp-hero {
    min-height: auto;
    padding-bottom: 70px;
  }

  .llp-hero-top,
  .llp-top-actions,
  .llp-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .llp-stats,
  .llp-district-grid,
  .llp-cards,
  .llp-prices,
  .llp-brand-grid,
  .llp-split,
  .llp-compare,
  .llp-route-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .llp-container {
    width: min(100% - 24px, 1120px);
  }

  .llp-hero {
    padding-top: 30px;
  }

  .llp-stats,
  .llp-district-grid,
  .llp-cards,
  .llp-prices,
  .llp-brand-grid,
  .llp-split,
  .llp-compare,
  .llp-route-steps {
    grid-template-columns: 1fr;
  }

  .llp-section {
    padding: 62px 0;
  }

  .llp-intro-card,
  .llp-chat,
  .llp-compare-col,
  .llp-price,
  .llp-brand,
  .llp-route,
  .llp-note {
    padding: 24px;
  }

  .llp-chat-bar {
    align-items: stretch;
    flex-direction: column;
  }
}