/* Gemeinsamer, vollstaendig gekapselter Stil fuer die JTL-Karteireiter von Vasco StreetMaps 15. */
.vsm15-extra-page,
.vsm15-extra-page *,
.vsm15-extra-page *::before,
.vsm15-extra-page *::after {
  box-sizing: border-box;
}

.vsm15-extra-page {
  --vsm15-extra-ink: #17212b;
  --vsm15-extra-muted: #536170;
  --vsm15-extra-line: #d4dde4;
  --vsm15-extra-orange: #c45100;
  --vsm15-extra-orange-dark: #8f3b00;
  --vsm15-extra-blue: #155a83;
  --vsm15-extra-blue-soft: #eaf4f9;
  --vsm15-extra-surface: #eef2f5;
  --vsm15-extra-white: #ffffff;
  display: flow-root;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: clamp(16px, 2.7vw, 28px);
  clear: both;
  background: var(--vsm15-extra-surface);
  color: var(--vsm15-extra-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
  text-rendering: optimizeLegibility;
}

.vsm15-extra-page img {
  display: block;
  max-width: 100%;
}

.vsm15-extra-page a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.vsm15-extra-page a:focus,
.vsm15-extra-page a:focus-visible {
  outline: 3px solid #e96d0b;
  outline-offset: 3px;
}

.vsm15-extra-page h2,
.vsm15-extra-page h3,
.vsm15-extra-page p,
.vsm15-extra-page ul,
.vsm15-extra-page figure {
  margin-top: 0;
}

.vsm15-extra-page h2,
.vsm15-extra-page h3 {
  color: var(--vsm15-extra-ink);
  font-weight: 700;
  line-height: 1.18;
}

.vsm15-extra-page h2 {
  margin-bottom: 13px;
  font-size: clamp(27px, 3.5vw, 38px);
  letter-spacing: -0.025em;
}

.vsm15-extra-page h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.vsm15-extra-page p {
  margin-bottom: 16px;
}

.vsm15-extra-shell {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.vsm15-extra-intro {
  margin-bottom: 28px;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid #cbd9e2;
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 5%, rgba(196, 81, 0, 0.11), transparent 34%),
    linear-gradient(135deg, #fffaf5 0%, #f4f9fc 62%, #e9f3f7 100%);
  box-shadow: 0 15px 34px rgba(31, 55, 70, 0.1);
}

.vsm15-extra-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--vsm15-extra-orange-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vsm15-extra-intro > :last-child,
.vsm15-extra-copy > :last-child,
.vsm15-extra-notice > :last-child,
.vsm15-extra-spec-card > :last-child {
  margin-bottom: 0;
}

.vsm15-extra-lead {
  max-width: 72ch;
  color: #3e5060;
  font-size: 17px;
}

.vsm15-extra-section {
  margin-top: 30px;
}

.vsm15-extra-section-head {
  margin-bottom: 18px;
}

.vsm15-extra-section-head p {
  max-width: 74ch;
  margin-bottom: 0;
  color: var(--vsm15-extra-muted);
}

.vsm15-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vsm15-video-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--vsm15-extra-line);
  border-radius: 18px;
  background: var(--vsm15-extra-white);
  box-shadow: 0 11px 26px rgba(25, 45, 58, 0.09);
}

.vsm15-video-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(270px, 0.78fr);
  align-items: stretch;
}

.vsm15-video-media {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #17232c;
  text-decoration: none;
}

.vsm15-video-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vsm15-video-card--featured .vsm15-video-media img {
  min-height: 100%;
}

.vsm15-video-play {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 13px;
  border-radius: 8px;
  background: rgba(196, 81, 0, 0.95);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.23);
}

.vsm15-video-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.vsm15-video-card--featured .vsm15-video-copy {
  justify-content: center;
  padding: clamp(22px, 3vw, 34px);
}

.vsm15-video-meta {
  margin-bottom: 8px;
  color: var(--vsm15-extra-orange-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.vsm15-video-copy p {
  color: var(--vsm15-extra-muted);
}

.vsm15-video-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--vsm15-extra-blue);
  font-weight: 800;
}

.vsm15-video-text-link:hover {
  color: var(--vsm15-extra-orange-dark);
}

.vsm15-extra-notice {
  margin-top: 24px;
  padding: 17px 19px;
  border-left: 5px solid #86b938;
  border-radius: 10px;
  background: #f0f7eb;
  color: #354831;
}

.vsm15-gallery-group + .vsm15-gallery-group {
  margin-top: 38px;
}

.vsm15-gallery-group-title {
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cedae2;
}

.vsm15-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vsm15-gallery-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--vsm15-extra-line);
  border-radius: 16px;
  background: var(--vsm15-extra-white);
  box-shadow: 0 9px 22px rgba(25, 45, 58, 0.08);
}

.vsm15-gallery-image-link {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #dfe8ed;
}

.vsm15-gallery-image-link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.vsm15-gallery-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 15px 16px 17px;
}

.vsm15-gallery-copy h3 {
  margin-bottom: 9px;
  font-size: 17px;
}

.vsm15-gallery-meta {
  margin-bottom: 11px;
  color: var(--vsm15-extra-muted);
  font-size: 14px;
  line-height: 1.45;
}

.vsm15-gallery-open {
  min-height: 40px;
  margin-top: auto;
  color: var(--vsm15-extra-blue);
  font-size: 14px;
  font-weight: 800;
}

.vsm15-gallery-open:hover {
  color: var(--vsm15-extra-orange-dark);
}

.vsm15-system-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.vsm15-extra-spec-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--vsm15-extra-line);
  border-radius: 15px;
  background: var(--vsm15-extra-white);
  box-shadow: 0 8px 20px rgba(25, 45, 58, 0.07);
}

.vsm15-extra-spec-label {
  display: block;
  margin-bottom: 7px;
  color: var(--vsm15-extra-orange-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vsm15-extra-spec-card h3 {
  margin-bottom: 8px;
}

.vsm15-extra-spec-card p {
  color: var(--vsm15-extra-muted);
}

.vsm15-system-delivery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  padding: clamp(21px, 3vw, 28px);
  border: 1px solid #efc59f;
  border-radius: 18px;
  background: #fff7ef;
}

.vsm15-system-delivery > h2,
.vsm15-system-delivery > p {
  grid-column: 1 / -1;
}

.vsm15-system-delivery > p {
  margin-bottom: 2px;
  color: #5b4a3e;
}

.vsm15-system-option {
  padding: 18px;
  border: 1px solid #edd5bf;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.82);
}

.vsm15-system-option h3 {
  color: #773300;
}

.vsm15-system-option p {
  margin-bottom: 0;
  color: #55483f;
}

.vsm15-system-warning {
  margin-top: 24px;
  padding: 17px 19px;
  border-left: 5px solid #ad281b;
  border-radius: 10px;
  background: #fff0ed;
  color: #5d241d;
}

.vsm15-system-warning strong {
  color: #8f1f14;
}

@media (max-width: 880px) {
  .vsm15-video-card--featured {
    grid-template-columns: 1fr;
  }

  .vsm15-video-card--featured .vsm15-video-media img {
    min-height: 0;
  }

  .vsm15-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .vsm15-video-grid,
  .vsm15-gallery-grid,
  .vsm15-system-grid,
  .vsm15-system-delivery {
    grid-template-columns: 1fr;
  }

  .vsm15-system-delivery > h2,
  .vsm15-system-delivery > p {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .vsm15-extra-page {
    padding: 12px;
    font-size: 16px;
  }

  .vsm15-extra-intro {
    padding: 21px 18px;
    border-radius: 16px;
  }

  .vsm15-video-copy,
  .vsm15-video-card--featured .vsm15-video-copy,
  .vsm15-extra-spec-card {
    padding: 17px;
  }
}
