/*
 * Anfahrt page — approved Noir editorial layout.
 * The complete content remains editable in the ALB Text Block `rn-route-content`.
 */

body#top.page-id-1858 {
  background: var(--rn-black);
}

body#top.page-id-1858 #main {
  padding-top: 0 !important;
}

body#top.page-id-1858 #main > .container_wrap_first,
body#top.page-id-1858 #main > .container_wrap_first > .container,
body#top.page-id-1858 #main .template-page,
body#top.page-id-1858 #main .post-entry-1858,
body#top.page-id-1858 #main .post-entry-1858 > .entry-content-wrapper {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#top.page-id-1858 .rn-route-content {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#top.page-id-1858 .rn-route-page,
body#top.page-id-1858 .rn-route-page * {
  box-sizing: border-box;
}

body#top.page-id-1858 .rn-route-page {
  --rn-route-paper-line: rgba(17, 17, 17, .17);
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  background: var(--rn-black);
  color: var(--rn-paper);
  font-family: var(--rn-text);
  font-size: 15px;
  line-height: 1.7;
}

body#top.page-id-1858 .rn-route-page :is(a, a:hover, a:focus) {
  text-decoration: none !important;
}

body#top.page-id-1858 .rn-route-page img {
  display: block;
  width: 100%;
  max-width: none;
  border-radius: 0 !important;
}

body#top.page-id-1858 .rn-route-page [hidden] {
  display: none !important;
}

body#top.page-id-1858 .rn-route-grid {
  width: var(--rn-grid-width);
  margin-inline: auto;
}

body#top.page-id-1858 .rn-route-eyebrow {
  margin: 0 0 20px !important;
  color: var(--rn-warm) !important;
  font-family: var(--rn-text) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
}

body#top.page-id-1858 .rn-route-script {
  margin: 0 0 10px !important;
  color: var(--rn-warm) !important;
  font-family: var(--rn-script) !important;
  font-size: 58px !important;
  font-weight: 400 !important;
  line-height: .85 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body#top.page-id-1858 .rn-route-page :is(h1, h2) {
  margin: 0 !important;
  color: var(--rn-paper) !important;
  font-family: var(--rn-display) !important;
  font-weight: 400 !important;
  line-height: .91 !important;
  letter-spacing: -.035em !important;
  text-transform: uppercase !important;
}

body#top.page-id-1858 .rn-route-page :is(h1, h2) em {
  color: var(--rn-warm) !important;
  font-style: normal !important;
  font-weight: 300 !important;
}

body#top.page-id-1858 .rn-route-button {
  min-height: 58px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-family: var(--rn-text) !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: .13em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

body#top.page-id-1858 .rn-route-button--solid,
body#top.page-id-1858 .rn-route-button--solid:hover,
body#top.page-id-1858 .rn-route-button--solid:focus {
  background: var(--rn-warm) !important;
  color: #111 !important;
}

body#top.page-id-1858 .rn-route-button span {
  font-size: 18px;
}

body#top.page-id-1858 .rn-route-hero {
  min-height: 850px;
  position: relative;
  overflow: hidden;
}

body#top.page-id-1858 .rn-route-hero__image,
body#top.page-id-1858 .rn-route-closing__image {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

body#top.page-id-1858 .rn-route-hero__image {
  object-position: center 56%;
}

body#top.page-id-1858 .rn-route-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .86), rgba(5, 5, 5, .32) 62%, rgba(5, 5, 5, .26)),
    linear-gradient(0deg, rgba(5, 5, 5, .72), transparent 50%);
}

body#top.page-id-1858 .rn-route-hero__grid {
  min-height: 850px;
  padding: 230px 0 82px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 480px);
  align-items: end;
  gap: clamp(65px, 8vw, 130px);
}

body#top.page-id-1858 .rn-route-hero__copy h1 {
  font-size: clamp(72px, 7.3vw, 112px) !important;
}

body#top.page-id-1858 .rn-route-lead {
  color: rgba(255, 255, 255, .78) !important;
}

body#top.page-id-1858 .rn-route-hero__copy > .rn-route-lead {
  max-width: 610px;
  margin: 34px 0 0 !important;
  font-size: 16px !important;
}

body#top.page-id-1858 .rn-route-arrival {
  padding: 37px;
  border-top: 4px solid var(--rn-warm);
  background: var(--rn-paper);
  color: #111;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .35);
}

body#top.page-id-1858 .rn-route-arrival .rn-route-eyebrow {
  color: #776b58 !important;
}

body#top.page-id-1858 .rn-route-arrival h2 {
  color: #111 !important;
  font-size: 36px !important;
}

body#top.page-id-1858 .rn-route-arrival address {
  margin: 22px 0 28px;
  font-size: 15px;
  font-style: normal;
  line-height: 1.7;
}

body#top.page-id-1858 .rn-route-arrival__meta {
  border-top: 1px solid var(--rn-route-paper-line);
}

body#top.page-id-1858 .rn-route-arrival__meta span {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 100px 1fr;
  border-bottom: 1px solid var(--rn-route-paper-line);
  color: #5d5851;
  font-size: 11px;
}

body#top.page-id-1858 .rn-route-arrival__meta b {
  color: #82755f;
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-arrival__actions {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

body#top.page-id-1858 .rn-route-copy {
  min-height: 58px;
  padding: 0 15px;
  border: 1px solid #aaa297;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: var(--rn-text);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}

body#top.page-id-1858 .rn-route-privacy {
  margin: 13px 0 0 !important;
  color: #7b756d !important;
  font-size: 9px !important;
}

body#top.page-id-1858 .rn-route-options {
  padding: 142px 0;
  background: var(--rn-paper);
  color: #111;
}

body#top.page-id-1858 .rn-route-heading {
  display: grid;
  grid-template-columns: 1fr 470px;
  align-items: end;
  gap: 90px;
}

body#top.page-id-1858 .rn-route-heading h2,
body#top.page-id-1858 .rn-route-destination__copy h2,
body#top.page-id-1858 .rn-route-closing__grid h2 {
  font-size: clamp(56px, 5.8vw, 88px) !important;
}

body#top.page-id-1858 .rn-route-heading h2 {
  color: #111 !important;
}

body#top.page-id-1858 .rn-route-heading > p:last-child {
  margin: 0 0 5px !important;
  color: #5f5a53 !important;
}

body#top.page-id-1858 .rn-route-selector {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--rn-route-paper-line);
}

body#top.page-id-1858 .rn-route-selector button {
  min-height: 132px;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  border-right: 1px solid var(--rn-route-paper-line);
  border-radius: 0;
  background: transparent;
  color: #111;
  text-align: left;
  cursor: pointer;
}

body#top.page-id-1858 .rn-route-selector button:last-child {
  border-right: 0;
}

body#top.page-id-1858 .rn-route-selector button[aria-selected="true"] {
  background: #111;
  color: #fff;
}

body#top.page-id-1858 .rn-route-selector span {
  color: var(--rn-warm);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-selector b {
  margin-top: auto;
  font-family: var(--rn-display);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-selector small {
  margin-top: 6px;
  color: #706a62;
  font-size: 9px;
}

body#top.page-id-1858 .rn-route-selector button[aria-selected="true"] small {
  color: #aaa49b;
}

body#top.page-id-1858 .rn-route-panels {
  background: #111;
  color: #fff;
}

body#top.page-id-1858 .rn-route-panel {
  padding: 58px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
}

body#top.page-id-1858 .rn-route-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

body#top.page-id-1858 .rn-route-line::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 10px;
  left: 9px;
  right: calc(12.5% - 7px);
  background: rgba(255, 255, 255, .26);
}

body#top.page-id-1858 .rn-route-line span {
  padding-right: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}

body#top.page-id-1858 .rn-route-line i {
  width: 20px;
  height: 20px;
  margin-bottom: 33px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--rn-warm);
  border-radius: 50%;
  background: #111;
}

body#top.page-id-1858 .rn-route-line span:last-child i {
  background: var(--rn-warm);
  box-shadow: inset 0 0 0 5px #111;
}

body#top.page-id-1858 .rn-route-line b {
  font-family: var(--rn-display);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-line small {
  margin-top: 8px;
  color: #97918a;
  font-size: 8px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-panel__copy {
  padding-left: 40px;
  border-left: 1px solid var(--rn-line);
}

body#top.page-id-1858 .rn-route-panel__copy strong {
  font-family: var(--rn-display);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-panel__copy p {
  margin: 20px 0 0 !important;
  color: #b5afa8 !important;
  font-size: 12px !important;
}

body#top.page-id-1858 .rn-route-panel__copy b {
  color: #fff;
}

body#top.page-id-1858 .rn-route-live-links {
  padding: 24px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--rn-route-paper-line);
}

body#top.page-id-1858 .rn-route-live-links > span {
  margin-right: auto;
  color: #776c59;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-live-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid #9a8b72;
  color: #111 !important;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-destination {
  min-height: 760px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

body#top.page-id-1858 .rn-route-destination__figure {
  min-height: 760px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

body#top.page-id-1858 .rn-route-destination__figure::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .6));
}

body#top.page-id-1858 .rn-route-destination__figure img {
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

body#top.page-id-1858 .rn-route-destination__figure figcaption {
  max-width: calc(100% - 72px);
  padding: 12px 17px;
  position: absolute;
  z-index: 2;
  left: var(--rn-grid-left);
  bottom: 36px;
  background: rgba(9, 9, 9, .9);
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .14em;
  line-height: 1.45;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-destination__copy {
  padding: 100px var(--rn-grid-left) 100px 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body#top.page-id-1858 .rn-route-destination__copy > .rn-route-lead {
  max-width: 620px;
  margin: 34px 0 0 !important;
  color: #eeeae5 !important;
  font-family: var(--rn-display) !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 1.35 !important;
}

body#top.page-id-1858 .rn-route-destination__copy dl {
  margin: 38px 0;
  border-top: 1px solid var(--rn-line);
}

body#top.page-id-1858 .rn-route-destination__copy dl div {
  padding: 17px 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  border-bottom: 1px solid var(--rn-line);
}

body#top.page-id-1858 .rn-route-destination__copy dt {
  color: var(--rn-warm);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-destination__copy dd {
  margin: 0;
  color: var(--rn-muted);
  font-size: 11px;
}

body#top.page-id-1858 .rn-route-text-link {
  width: max-content;
  padding-bottom: 10px;
  display: inline-flex;
  gap: 32px;
  border-bottom: 1px solid var(--rn-warm);
  color: var(--rn-paper) !important;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}

body#top.page-id-1858 .rn-route-closing {
  min-height: 650px;
  position: relative;
  overflow: hidden;
}

body#top.page-id-1858 .rn-route-closing__image {
  object-position: center 48%;
}

body#top.page-id-1858 .rn-route-closing__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .91), rgba(5, 5, 5, .36)),
    linear-gradient(0deg, rgba(5, 5, 5, .65), transparent 58%);
}

body#top.page-id-1858 .rn-route-closing__grid {
  min-height: 650px;
  padding: 105px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

body#top.page-id-1858 .rn-route-closing__grid > p:not(.rn-route-eyebrow):not(.rn-route-script) {
  max-width: 560px;
  margin: 30px 0 !important;
  color: rgba(255, 255, 255, .75) !important;
}

body#top.page-id-1858 .rn-route-toast {
  max-width: min(420px, calc(100vw - 40px));
  padding: 12px 17px;
  position: fixed;
  z-index: 10000;
  right: 24px;
  bottom: 24px;
  background: var(--rn-warm);
  color: #111;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .35);
}

@media (max-width: 1040px) {
  body#top.page-id-1858 .rn-route-hero__grid {
    grid-template-columns: 1fr 400px;
    gap: 45px;
  }

  body#top.page-id-1858 .rn-route-heading {
    grid-template-columns: 1fr 370px;
    gap: 50px;
  }

  body#top.page-id-1858 .rn-route-panel {
    padding: 48px;
    grid-template-columns: 1fr;
    gap: 45px;
  }

  body#top.page-id-1858 .rn-route-panel__copy {
    padding: 30px 0 0;
    border-top: 1px solid var(--rn-line);
    border-left: 0;
  }

  body#top.page-id-1858 .rn-route-destination {
    grid-template-columns: 1fr;
  }

  body#top.page-id-1858 .rn-route-destination__figure {
    min-height: 600px;
  }

  body#top.page-id-1858 .rn-route-destination__copy {
    padding: 90px var(--rn-grid-left);
  }
}

@media (max-width: 760px) {
  body#top.page-id-1858 .rn-route-script {
    font-size: 45px !important;
  }

  body#top.page-id-1858 .rn-route-hero,
  body#top.page-id-1858 .rn-route-hero__grid {
    min-height: 940px;
  }

  body#top.page-id-1858 .rn-route-hero__image {
    object-position: 56% center;
  }

  body#top.page-id-1858 .rn-route-hero__shade {
    background: linear-gradient(180deg, rgba(5, 5, 5, .22), rgba(5, 5, 5, .46) 40%, rgba(5, 5, 5, .95) 76%);
  }

  body#top.page-id-1858 .rn-route-hero__grid {
    padding: 240px 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 35px;
  }

  body#top.page-id-1858 .rn-route-hero__copy h1 {
    font-size: clamp(58px, 18vw, 76px) !important;
  }

  body#top.page-id-1858 .rn-route-hero__copy > .rn-route-lead {
    margin-top: 24px !important;
    font-size: 13px !important;
  }

  body#top.page-id-1858 .rn-route-arrival {
    width: 100%;
    padding: 25px 21px;
  }

  body#top.page-id-1858 .rn-route-arrival h2 {
    font-size: 29px !important;
  }

  body#top.page-id-1858 .rn-route-arrival address {
    margin: 17px 0 22px;
  }

  body#top.page-id-1858 .rn-route-arrival__meta span {
    grid-template-columns: 88px 1fr;
  }

  body#top.page-id-1858 .rn-route-arrival__actions {
    grid-template-columns: 1fr;
  }

  body#top.page-id-1858 .rn-route-copy {
    min-height: 46px;
  }

  body#top.page-id-1858 .rn-route-options {
    padding: 88px 0;
  }

  body#top.page-id-1858 .rn-route-heading {
    display: block;
  }

  body#top.page-id-1858 .rn-route-heading > p:last-child {
    margin-top: 28px !important;
  }

  body#top.page-id-1858 .rn-route-heading h2,
  body#top.page-id-1858 .rn-route-destination__copy h2,
  body#top.page-id-1858 .rn-route-closing__grid h2 {
    font-size: clamp(48px, 14vw, 62px) !important;
  }

  body#top.page-id-1858 .rn-route-selector {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }

  body#top.page-id-1858 .rn-route-selector button {
    min-height: 104px;
    border-right: 0;
    border-bottom: 1px solid var(--rn-route-paper-line);
  }

  body#top.page-id-1858 .rn-route-selector button:last-child {
    border-bottom: 0;
  }

  body#top.page-id-1858 .rn-route-selector b {
    margin-top: 13px;
    font-size: 23px;
  }

  body#top.page-id-1858 .rn-route-panel {
    padding: 34px 20px;
  }

  body#top.page-id-1858 .rn-route-line {
    grid-template-columns: 1fr;
  }

  body#top.page-id-1858 .rn-route-line::before {
    width: 1px;
    height: auto;
    inset: 12px auto 35px 9px;
  }

  body#top.page-id-1858 .rn-route-line span {
    min-height: 82px;
    padding: 0 0 0 48px;
  }

  body#top.page-id-1858 .rn-route-line i {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  body#top.page-id-1858 .rn-route-line b {
    font-size: 20px;
  }

  body#top.page-id-1858 .rn-route-panel__copy {
    padding-top: 28px;
  }

  body#top.page-id-1858 .rn-route-panel__copy strong {
    font-size: 26px;
  }

  body#top.page-id-1858 .rn-route-live-links {
    padding: 26px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
  }

  body#top.page-id-1858 .rn-route-live-links > span {
    grid-column: 1 / -1;
  }

  body#top.page-id-1858 .rn-route-destination__figure {
    min-height: 520px;
  }

  body#top.page-id-1858 .rn-route-destination__figure figcaption {
    max-width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }

  body#top.page-id-1858 .rn-route-destination__copy {
    padding: 82px 20px;
  }

  body#top.page-id-1858 .rn-route-destination__copy > .rn-route-lead {
    font-size: 23px !important;
  }

  body#top.page-id-1858 .rn-route-destination__copy dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body#top.page-id-1858 .rn-route-destination__copy dd {
    font-size: 12px;
  }

  body#top.page-id-1858 .rn-route-closing,
  body#top.page-id-1858 .rn-route-closing__grid {
    min-height: 600px;
  }

  body#top.page-id-1858 .rn-route-closing__grid {
    padding: 80px 0;
  }

  body#top.page-id-1858 .rn-route-closing__grid > p:not(.rn-route-eyebrow):not(.rn-route-script) {
    font-size: 13px !important;
  }

  body#top.page-id-1858 .rn-route-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#top.page-id-1858 .rn-route-page *,
  body#top.page-id-1858 .rn-route-page *::before,
  body#top.page-id-1858 .rn-route-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}


/* Enfold page-style safeguard for light Anfahrt surfaces. */
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-arrival h2,
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-heading h2 {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
}

html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-heading h2 em {
  color: var(--rn-warm) !important;
  -webkit-text-fill-color: var(--rn-warm) !important;
}


/* ALB-safe route controls: remove generated grid items and restore Noir colors. */
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-page :is(.rn-route-selector,.rn-route-line,.rn-route-live-links,.rn-route-arrival__actions,.rn-route-arrival__meta) > br {
  display: none !important;
}
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-selector button:last-of-type {
  border-right: 0 !important;
}
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-selector button b {
  color: #111 !important;
}
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-selector button[aria-selected="true"] b,
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-line b,
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-panel__copy strong {
  color: #fff !important;
}
html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-selector button:focus-visible {
  outline: 2px solid var(--rn-warm) !important;
  outline-offset: -5px;
}
@media (max-width:760px) {
  html.html_entry_id_1858 body#top.page-id-1858 #wrap_all #main .rn-route-selector button:last-of-type {
    border-bottom: 0 !important;
  }
}
