@import url('typography.css');
:root { color-scheme: light; font-family: Arial, sans-serif; color: #000; background: #b3bcb3; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 13px; }
a { color: #184df7; }
button, input, select { font: inherit; }
button, summary { cursor: pointer; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #2475d8; outline-offset: 3px; }
.site { width: min(var(--design-width), calc(100% - 30px)); margin: 15px auto; background: #f5f5f1; position: relative; }
.masthead { height: 101px; background-size: 100% 104px; background-position: center -1px; position: relative; }
.share-button { position: absolute; top: 18px; right: 18px; display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; padding: 0; border: 1px solid rgba(189, 205, 222, .82); border-radius: 999px; background: rgba(255, 255, 255, .72); color: #1f5f99; cursor: pointer; box-shadow: 0 3px 10px rgba(15, 23, 42, .1); transition: transform .18s cubic-bezier(.2, .8, .2, 1), background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease; }
.share-button:hover { background: #fff; border-color: rgba(31, 95, 153, .72); color: #174d7e; box-shadow: 0 8px 18px rgba(15, 23, 42, .17), 0 0 0 4px rgba(31, 95, 153, .12); transform: translateY(-2px) scale(1.1); }
.share-button:active { background: #e6f1fb; box-shadow: 0 2px 6px rgba(15, 23, 42, .16), 0 0 0 2px rgba(31, 95, 153, .16); transform: translateY(1px) scale(.9); }
.share-button:focus-visible { outline: 2px solid #3498db; outline-offset: 2px; }
.share-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@media (prefers-reduced-motion: reduce) { .share-button { transition: none; }.share-button:hover, .share-button:active { transform: none; } }
.share-dialog { width: min(440px, calc(100% - 32px)); border: 1px solid #cbd9dd; border-radius: 16px; padding: 24px; box-shadow: 0 15px 60px #0003; }
.share-dialog::backdrop { background: #18303a77; } .share-dialog label, .share-dialog input { display: block; width: 100%; } .share-dialog input { margin: 8px 0 16px; padding: 12px; font-size: 16px; }
.share-dialog button { padding: 10px 14px; margin-right: 8px; border: 1px solid #b9ced4; border-radius: 8px; background: #edf6fa; }
.masthead a { display: inline-block; margin-left: 26px; }
.masthead img { display: block; }
.navigation { position: relative; z-index: 20; background: #f5f5f1; }
.navigation ul { list-style: none; padding: 0; margin: 0; }
.navigation .nav-bar { display: flex; flex-wrap: nowrap; gap: 0; padding: 0; overflow-x: auto; scrollbar-width: none; scroll-padding-inline: 12px; }
.nav-bar::-webkit-scrollbar { display: none; }
.nav-item { min-width: 0; flex: 0 0 auto; }
.nav-item + .nav-item { margin-left: -1px; }
.nav-trigger { position: relative; display: inline-flex; align-items: center; justify-content: flex-start; height: 36px; padding: 3px 10px 0; border: 0; border-radius: 0; background: linear-gradient(to bottom, #f5f5f1 0 30px, #e6e6e2 34px, #f5f5f1 35px); color: #000; font: 400 11px/14px Arial, sans-serif; text-decoration: none; white-space: nowrap; }
.nav-trigger::after { content: ''; position: absolute; right: 0; top: 5px; bottom: 6px; width: 3px; background: linear-gradient(to right, #d5d5cf, #e3e3e0 50%, #fafaf8); }
.nav-trigger[aria-current=page] { background: linear-gradient(to bottom, #d5d5d2, #c2c2be); color: #000; }
.nav-trigger[aria-current=page]::after { background: linear-gradient(to right, #b4b4af, #d0d0ca 50%, #f5f5f1); }
.nav-trigger:hover, .nav-trigger[aria-expanded=true] { background: linear-gradient(to bottom, #9d8a8a, #d6d6d6 5px, #999 28px, #8c8080 34px, #f5f5f1 35px); color: #fff; }
.nav-trigger:hover::after, .nav-trigger[aria-expanded=true]::after { background: linear-gradient(to right, #948888, #ada4a4 50%, #c3c3c3); }
.nav-trigger:focus-visible { outline: 2px solid #2475d8; outline-offset: -3px; }
.navigation::before, .navigation::after { position: absolute; top: 0; width: 12px; height: 100%; z-index: 1; pointer-events: none; }
.navigation.more-left::before { content: ''; left: 0; background: linear-gradient(to right, #f5f5f1, #f5f5f100); }
.navigation.more-right::after { content: ''; right: 0; background: linear-gradient(to left, #f5f5f1, #f5f5f100); }
@media (max-width: 900px) {
  .navigation.more-right::after { width: 24px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'%3E%3Cpath d='m2 2 4 4-4 4' fill='none' stroke='%23555' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"), linear-gradient(to left, #f5f5f1 55%, #f5f5f100); background-size: 8px 12px, 100% 100%; background-position: right 5px center, center; background-repeat: no-repeat; }
}
.menu-panel { position: absolute; left: 0; top: 100%; width: min(var(--menu-width, 839px), 100%); max-height: min(680px, 75vh); overflow: auto; padding: 12px; background: #f5f5f1; border: 1px solid #000; border-radius: 0; box-shadow: 0 4px 12px #0002; color: #000; }
.menu-panel input { width: 100%; padding: 10px 12px; border: 1px solid #c4d3dc; border-radius: 8px; background: #fff; color: #284758; margin-bottom: 8px; }
.menu-tree summary, .menu-tree a, .menu-results a, .menu-label { display: block; padding: 8px 10px; border-radius: 0; color: #000; text-decoration: none; }
.menu-tree summary { display: list-item; list-style-position: inside; }
.menu-tree summary:hover, .menu-tree a:hover, .menu-results a:hover { background: #666; color: #fff; }
.menu-tree ul { margin-left: 16px; border-left: 1px solid #ccc; }
.hero { height: 379px; position: relative; background-position: center 52%; background-size: cover; background-repeat: no-repeat; }
.hero::before { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(20, 30, 25, .48)); pointer-events: none; }
.hero h1 { position: absolute; bottom: 10px; right: 32px; margin: 0; color: #f5f5f1; font: 900 28px 'Arial Black', Arial, sans-serif; white-space: nowrap; text-shadow: 0 1px 4px rgba(0, 0, 0, .5); }
.weather-map { width: 100%; height: 608px; display: block; border: 0; background: #f5f5f1; }
.home-grid { display: grid; grid-template-columns: minmax(0, 568px) minmax(0, 269px); gap: 2px; }
.social-toolbar { height: 65px; display: flex; align-items: center; justify-content: flex-end; gap: 7px; background: #fff; }
.social-toolbar a { flex-shrink: 0; }
.social-toolbar img { display: block; max-width: 100%; object-fit: contain; }
.clock { display: block; box-sizing: content-box; margin-right: auto; width: 140px; height: 58px; flex: 0 0 140px; border: 1px solid #cbd8df; border-radius: 10px; background: #fff; box-shadow: 0 2px 8px rgba(31, 65, 85, .1); }
.station-row { height: calc(41px * var(--row-scale, 1)); position: relative; overflow: hidden; }
.station-row iframe { width: 567px; height: 40px; border: 1px solid black; transform: scale(var(--row-scale, 1)); transform-origin: top left; display: block; background: #fff; }
.station-link { position: absolute; inset: 0 0 1px; display: block; z-index: 1; }
.station-link:hover { background: #0001; }
.station-row.stale .station-link { background: #dc354599; }
.station-row.stale::after { content: 'Daten älter als 60 Minuten'; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; z-index: 2; pointer-events: none; }
.sidebar { background: #fff; align-self: start; }
.station-column { align-self: start; }
.sidebar > a > img { width: 100%; height: auto; display: block; }
.sidebar iframe { width: 100%; border: none; display: block; }
.ranking { margin-top: 23px; height: 750px; }
.facebook-feed { margin-top: 56px; height: 1500px; }
.sidebar > a:last-child { display: block; padding: 10px; }
.partners { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-around; gap: 14px 10px; padding: 20px 8px 12px; }
.partners img { object-fit: contain; display: block; }
.page-canvas { position: relative; overflow: hidden; }
.page-scene { position: absolute; transform-origin: top left; left: 0; }
.page-scene iframe { box-sizing: content-box; }
.positioned { position: absolute; border: none; }
.overview-heading, .overview-block h2 { display: flex; align-items: center; justify-content: center; margin: 0; padding: 0 10px; border: 1px solid #595959; border-radius: 10px; background: #666; box-shadow: 0 2px 6px #1f415510; color: #fff; font: 600 13px/1.4 Arial, sans-serif; white-space: nowrap; }
.text-left, .text-right, .text-center, .text-justify, .text-block { position: absolute; white-space: pre; }
.text-right { text-align: right; }.text-center { text-align: center; }.text-justify { text-align: justify; }
.bold { font-weight: bold; }.inline { display: inline-block; }.rollover { display: none; }
.webcam-container a { cursor: zoom-in; }
.lightbox { padding: 40px 12px 12px; border: 0; background: #111e; max-width: 98vw; max-height: 98vh; }
.lightbox::backdrop { background: #000d; }
.lightbox img { display: block; max-width: 90vw; max-height: 85vh; object-fit: contain; cursor: zoom-in; }
.lightbox img.enlarged { max-width: none; max-height: none; cursor: zoom-out; }
.lightbox-close { position: fixed; right: 25px; top: 15px; border: 0; font-size: 36px; background: #fff; color: #111; border-radius: 4px; z-index: 2; }
.zoom-controls { position: fixed; top: 50%; right: 14px; transform: translateY(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 10px 8px; border-radius: 28px; background: linear-gradient(165deg,#eef3fb,#dce7f8); box-shadow: 0 10px 24px #101e3c2e; z-index: 30; }
.zoom-controls button { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(160deg,#3d96ff,#1359d6); color: #fff; border: 1px solid #ffffff66; font-size: 26px; font-weight: 700; }
.zoom-controls .zoom-level { height: 34px; font-size: 13px; background: #fff; color: #17365f; border-radius: 30px; }
.notice, .custom-station { padding: 25px; }
.custom-station iframe { display: block; max-width: 100%; border: 0; }
.custom-station a { display: block; padding: 10px 0; }
.managed-overview > .overview-heading, .legacy-overview-heading { width: fit-content; max-width: 100%; white-space: normal; overflow-wrap: anywhere; text-align: center; min-height: 36px; padding: 4px 20px; font-size: clamp(16px, 1.25vw, 20px); }
.managed-overview > .overview-heading { margin: 0 auto 24px; }
.legacy-overview-heading { position: absolute; z-index: 1; width: max-content; max-width: calc(100% - 24px); transform: translateX(-50%); }
.overview-webcams { max-width: 1320px; margin: auto; } .station-webcam { margin: 0 0 24px; }
.managed-overview .webcam-container { border: 8px solid #e8e8e8; border-radius: 8px; overflow: hidden; background: #fff; }
.managed-overview .webcam-container a { padding: 0; } .managed-overview .webcam-container img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.station-webcam figcaption { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; padding: 8px; }
.timelapse-button, .custom-station .timelapse-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 300px; max-width: 100%; min-height: 48px; padding: 8px 12px; border: 1px solid #c4d3dc; border-radius: 12px; background: linear-gradient(135deg, #fff, #edf3f6); color: #284758; box-shadow: 0 3px 9px #203f5012; font: 600 13px/1.3 Arial, sans-serif; text-decoration: none; vertical-align: middle; transition: background .18s, border-color .18s, box-shadow .18s; }
.timelapse-icon { display: flex; flex: 0 0 32px; }
.timelapse-icon svg { width: 32px; height: 32px; }
.timelapse-label { min-width: 0; }
.timelapse-arrow { display: flex; flex: 0 0 18px; margin-left: auto; }
.timelapse-arrow svg { width: 18px; height: 18px; }
a.timelapse-button:hover { border-color: #7999ad; background: #e5eef3; box-shadow: 0 4px 12px #203f5026; }
a.timelapse-button:focus-visible { outline: 3px solid #2475d8; outline-offset: 3px; }
a.timelapse-button:active { background: #d9e6ee; box-shadow: inset 0 1px 3px #203f501f; }
.legacy-timelapse { position: absolute; z-index: 1; max-width: calc(100% - 24px); transform: translateX(-50%); }
.station-webcam figcaption.timelapse-caption { padding: 16px 0 0; }
@media (prefers-reduced-motion: reduce) { .timelapse-button { transition: none; } }
.overview-block { margin: 26px 0; } .overview-block h2 { width: fit-content; max-width: 100%; min-height: 38px; margin: 0 auto 18px; padding: 8px 18px; white-space: normal; text-align: center; font-size: 16px; }
.overview-frame { position: relative; width: 100%; margin: auto; overflow: hidden; } .managed-overview .overview-frame iframe { max-width: none; transform-origin: top left; }
.overview-links { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.managed-webcams { padding: 25px; } .managed-webcams > h1 { width: fit-content; max-width: 100%; margin: 0 auto 24px; white-space: normal; min-height: 38px; padding: 5px 18px; }
.webcam-card { margin-bottom: 26px; border: 8px solid #e8e8e8; border-radius: 8px; background: #fff; overflow: hidden; }
.webcam-card-heading { display: flex; align-items: center; justify-content: flex-end; padding: 10px 14px; background: #f8fafb; border-bottom: 1px solid #e4eaee; }
.webcam-open { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 10px 16px; border: 1px solid #b8cddb; border-radius: 10px; background: linear-gradient(#fff, #f0f6fa); color: #245a7b; font-size: 13px; font-weight: 600; text-decoration: none; box-shadow: 0 2px 5px #16354a12; }
.webcam-open:hover { background: #e5f0f7; border-color: #7fa5bf; color: #163e59; box-shadow: 0 3px 8px #16354a1c; }
.webcam-open:active { background: #dbeaf4; box-shadow: inset 0 1px 3px #16354a1c; }
.webcam-open svg { width: 16px; height: 16px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.webcam-player { display: block; width: 100%; border: 0; } .webcam-still { display: block; }
.webcam-still img { display: block; width: 100%; object-fit: contain; }
@media (max-width: 620px) { .managed-webcams { padding: 16px 8px; } .webcam-card { border-width: 4px; } .webcam-card-heading { padding: 8px 10px; } }
@media (max-width: 991px), (pointer: coarse) { .zoom-controls { display: none; } }
@media (max-width: 620px) {
  .site { width: 100%; margin: 0 auto; }
  .nav-item > :focus-visible { outline-offset: -3px; }
  .masthead { background-size: auto 104px; }.masthead a { margin-left: 10px; }
  .hero { height: 48vw; background-size: cover; }
  .hero h1 { white-space: nowrap; font-size: min(3vw, 18px); bottom: 12px; left: 16px; right: 16px; }
  .weather-map { height: 460px; }
  .home-grid { display: block; }.sidebar { max-width: 360px; margin: 20px auto; }
  .social-toolbar { gap: 5px; }.social-toolbar img { max-width: min(38px, 9vw); height: auto; }
  .partners { gap: 16px; }.partners img { max-width: 115px; height: auto; }
}
@media (prefers-reduced-motion: reduce) { .nav-trigger, .nav-chevron svg { transition: none; } }
/* Controls exist only in the administrator's embedded preview. */
.editor-preview .managed-overview > [data-block] { position: relative; padding-top: 44px; outline: 1px dashed #73a9b8; margin-bottom: 20px; }
.editor-preview [hidden] { display: none !important; }
.canvas-handle { position: absolute; z-index: 5; left: 8px; top: 6px; border: 0; border-radius: 7px; padding: 8px 12px; background: #15596a; color: white; font: 600 13px system-ui; cursor: grab; touch-action: none; }
.canvas-dragging iframe { pointer-events: none; }
.canvas-before { border-top: 5px solid #e2a540; }.canvas-after { border-bottom: 5px solid #e2a540; }
.editor-preview .share-button, .editor-preview #weather-navigator, .editor-preview #bot-toggle, .editor-preview .zoom-controls { display: none !important; }
