.anreise{--an-gold: var(--cc-gold, linear-gradient(135deg, #e6c88a, #c9a24b));--an-gold-solid: var(--cc-gold-solid, #c9a24b);--an-gold-ink: var(--cc-gold-ink, #3a2a08);display:block;color:rgb(var(--text-color))}.anreise--compact{background:#1e1e1e;color:#ececec;--text-color: 236 236 236;--heading-color: 255 255 255;border-radius:14px;overflow:hidden;box-shadow:0 24px 56px #0000004d}.anreise__head{margin-bottom:clamp(20px,3vw,30px)}.anreise--compact .anreise__head{padding:clamp(18px,3vw,24px) clamp(18px,3vw,24px) 0;margin-bottom:12px}.anreise__kicker{margin:0 0 .5rem;font-family:var(--body-font-family);font-size:1.5rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--an-gold-solid)}.anreise__heading{margin:0 0 calc(3 * var(--space-unit, .4rem));color:rgb(var(--heading-color))}.anreise__heading:after{content:"";display:block;width:64px;height:3px;margin-top:calc(1.5 * var(--space-unit, .4rem));background:var(--an-gold);border-radius:2px}.anreise__intro{max-width:60ch;color:rgb(var(--text-color));opacity:.78}.anreise__intro>:first-child{margin-top:0}.anreise__intro>:last-child{margin-bottom:0}.anreise__split{display:grid;grid-template-columns:1fr;align-items:stretch}.anreise:not(.anreise--compact) .anreise__split{overflow:hidden;box-shadow:0 20px 44px #00000057}@media(min-width:820px){.anreise:not(.anreise--compact) .anreise__split{grid-template-columns:1.02fr .98fr}}.anreise__map{position:relative;min-height:320px;background:#121211}.anreise__map svg{width:100%;height:100%;display:block}.anreise__maptag{position:absolute;left:18px;bottom:12px;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;color:#7d7d78}.anmap__ring{fill:none;stroke:#ffffff0d}.anmap__foreign{fill:#121211}.anmap__neighbor{fill:#1c1c1a;stroke:#ffffff17;stroke-width:.7;stroke-linejoin:round}.anmap__land{fill:#292926;stroke:#fff3;stroke-width:1;stroke-linejoin:round}.anmap__country{fill:#6a6a63;font-size:11px;font-weight:600;letter-spacing:.14em;opacity:.5}.anmap__river{fill:none;stroke:#78a0be52;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.anmap__road{fill:none;stroke:#ffffff1f;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.anmap__roadlabel{fill:#8a8a83;font-size:8.5px;font-weight:600;opacity:.65}.anmap__ref circle{fill:#5f5f59}.anmap__ref text{fill:#86867e;font-size:10px}.anmap__route{fill:none;stroke:var(--an-gold-solid);stroke-width:2.6;stroke-linecap:round;opacity:0;stroke-dasharray:5 7;transition:opacity .35s}.anmap__route.is-active{opacity:1}.anmap__node circle{fill:#3a3a3a;stroke:#ffffff40;stroke-width:1.5;transition:.25s}.anmap__node text{fill:#9a9a95;font-size:12px;font-weight:600;transition:.25s}.anmap__node{cursor:pointer}.anmap__node:hover circle{fill:var(--an-gold-solid);stroke:#e6c88a}.anmap__node.is-active circle{fill:var(--an-gold-solid);stroke:#e6c88a;r:7}.anmap__node.is-active text{fill:#fff}.anmap__node:focus-visible{outline:none}.anmap__node:focus-visible circle{stroke:#fff;stroke-width:2.5}.anmap__home .halo{fill:none;stroke:var(--an-gold-solid);stroke-width:1.4;opacity:.5}.anmap__home .dot{fill:url(#anmap-gold);stroke:#3a2a08;stroke-width:1}.anmap__home text{fill:#f0d9a6;font-size:12.5px;font-weight:700}.anmap__logo{font-family:var(--serif, Georgia, "Times New Roman", serif);font-size:14px;font-weight:700}.anmap__home-bg{fill:#1a1a17;stroke:#ffffff26;stroke-width:1}@media(prefers-reduced-motion:no-preference){.anmap__route.is-active{animation:an-flow 1.1s linear infinite}}@keyframes an-flow{to{stroke-dashoffset:-24}}.anreise__panel{background:#fff;color:rgb(var(--text-color));--text-color: 42 43 42;padding:clamp(22px,3vw,30px)}.anreise__region-label{margin:0 0 .8rem;font-family:var(--body-font-family);font-size:1.5rem;font-weight:700;line-height:1.2;letter-spacing:.06em;text-transform:uppercase;color:var(--an-gold-solid)}.anreise__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.anreise__chip{flex:0 0 auto;display:inline-flex;align-items:center;padding:7px 15px;border-radius:999px;border:1px solid rgba(var(--text-color) / .28);background:transparent;color:rgb(var(--text-color));font:inherit;font-size:14px;font-weight:600;line-height:1.4;cursor:pointer;white-space:nowrap;transition:border-color .15s,background-color .15s,color .15s}.anreise__chip:hover{border-color:var(--an-gold-solid)}.anreise__chip[aria-pressed=true]{background:var(--an-gold);color:var(--an-gold-ink);border-color:transparent}.anreise__chip:focus-visible{outline:2px solid var(--an-gold-solid);outline-offset:2px}.anreise__readouts{min-height:2.2em}.anreise__readout[hidden]{display:none}.anreise__readout{display:block}.anreise__rheading{margin:0 0 .4rem;font-size:1.6rem;font-weight:700}.anreise__rtext{margin:0 0 12px;font-size:1.4rem;line-height:1.5;opacity:.82}.anreise__rtext>:first-child{margin-top:0}.anreise__rtext>:last-child{margin-bottom:0}.anreise__facts{display:flex;flex-wrap:wrap;align-items:center;gap:10px 18px}@media(prefers-reduced-motion:no-preference){.anreise__readout:not([hidden]){animation:an-fade .3s ease}}@keyframes an-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.anreise__figures{display:inline-flex;align-items:baseline;gap:10px}.anreise__time{display:inline-flex;align-items:center;gap:7px;font-weight:700;font-variant-numeric:tabular-nums}.anreise__time svg{flex:0 0 auto;width:1.05em;height:1.05em;opacity:.8}.anreise__dist{opacity:.6;font-variant-numeric:tabular-nums}.anreise__dist:before{content:"\b7";margin-right:10px;opacity:.6}.anreise__route{display:inline-flex;align-items:center;gap:7px;padding:6px 14px;border-radius:999px;border:1px solid rgba(var(--text-color) / .28);color:rgb(var(--text-color));font-weight:600;font-size:14px;text-decoration:none;transition:border-color .15s,background-color .15s}.anreise__route:hover{border-color:var(--an-gold-solid);background:#c9a24b1a}.anreise__route svg{flex:0 0 auto;width:16px;height:16px}.anreise__traffic{margin-top:20px;background:rgba(var(--text-color) / .04);border:1px solid rgba(var(--text-color) / .14);border-left:3px solid var(--an-accent, #cf8a2e);padding:14px 16px}.anreise__traffic--info{--an-accent: #2f6f9f}.anreise__traffic--hinweis{--an-accent: #cf8a2e}.anreise__traffic--warnung{--an-accent: #c0392b}.anreise__traffic-label{display:flex;align-items:center;gap:8px;margin:0 0 .5rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--an-accent, #cf8a2e)}.anreise__traffic-label svg{flex:0 0 auto}.anreise__traffic-body{font-size:.9rem;line-height:1.5}.anreise__traffic-body>:first-child{margin-top:0}.anreise__traffic-body>:last-child{margin-bottom:0}.anreise__traffic-date{margin:.6rem 0 0;font-size:.74rem;opacity:.55}.anreise--compact .anreise__head{padding-bottom:0}.anreise--compact .anreise__heading:after{width:44px;margin-top:.45rem}.anreise--compact .anreise__intro{display:none}.anreise--compact .anreise__map{min-height:190px}.anreise--compact .anreise__chips{gap:6px;margin-bottom:14px}.anreise--compact .anreise__chip{padding:5px 11px;font-size:13px}.no-js .anreise__readout[hidden]{display:flex}
/*# sourceMappingURL=/cdn/shop/t/19/assets/anreise-regionen.css.map */
