@charset "utf-8";
/* CSS Document */


    body{ background: var(--mw-bg); color: var(--mw-dark); }

    :root{
      --mw-green: #009640;
      --mw-dark:  #1d1d1b;
      --mw-bg:    #f7f8f9;
    }

    .mw-hero{
      background: #fff;
    }

    .mw-brandline{
      color: var(--mw-green);
      font-weight: 700;
      letter-spacing: .2px;
    }

    .mw-card{
      border: 0;
      border-radius: 1rem;
      box-shadow: 0 10px 30px rgba(0,0,0,.08);
      overflow: hidden;
      height: 100%;
      transition: background-color .25s ease, box-shadow .25s ease;
    }
    @media (hover: hover) and (pointer: fine) {
    .mw-card:hover{
    background-color: rgba(0,150,64,.04);
  }
}

    .mw-card .card-body{
      padding: 1.25rem 1.25rem 1rem;
    }

    .mw-logo{
      height: 86px;
      width: auto;
      max-width: 100%;
      display: block;
    }

    .mw-logo--dach{
      height: 114px;
    }

    .mw-event-strong{
      font-weight: 600;
      color: var(--mw-green);
    }

    .btn-mw{
      background: var(--mw-green);
      border-color: var(--mw-green);
      color: #fff;
    }
.btn-mw:hover,
.btn-mw:focus-visible{
  background-color: rgba(0,150,64,.85); /* helleres Brand-Grün */
  border-color: rgba(0,150,64,.85);
  color: #fff;
}

    .mw-badge-ext{
      font-size: .85rem;
      color: rgba(29,29,27,.75);
    }

    .mw-footer{
      color: rgba(29,29,27,.75);
      font-size: .95rem;
    }

@media (max-width: 575.98px) {
  .mw-hero .lead{
    font-size: 1rem;
    line-height: 1.45;
  }
}

@media (max-width: 575.98px) {
  .mw-card .card-body{
    padding: 1rem;
  }
}

/* === Accessibility: Fokus sichtbar & markenkonform === */
a:focus-visible,
button:focus-visible,
.btn:focus-visible{
  outline: 3px solid rgba(0,150,64,.35);
  outline-offset: 3px;
}
.mw-card:focus-within{
  box-shadow: 0 0 0 4px rgba(0,150,64,.12);
}
a:focus,
button:focus,
.btn:focus{
  outline: none;
}

.mw-coevent-label{
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .75rem;
  color: rgba(29,29,27,.55);
}

.mw-coevent-logo img{
  max-width: 220px;
  height: auto;
  transition: opacity .2s ease;
}

@media (hover: hover) {
  .mw-coevent-logo:hover img{
    opacity: .85;
  }
}

.mw-coevent-note{
  font-size: .85rem;
  color: rgba(29,29,27,.6);
}

.mw-icon{
  width: 14px;
  height: 14px;
  fill: var(--mw-green);
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -2px; /* optische Feinjustierung */
}

/* ===== Globale Link-Gestaltung (Brand) ===== */
a{
  color: var(--mw-green);
  text-decoration: none;
  font-weight: 500;
  transition: color .2s ease, font-weight .2s ease;
}

a:hover,
a:focus-visible{
  color: rgba(0,150,64,.7); /* helleres Grün */
  font-weight: 600;
  text-decoration: none;
}

/* ===== Header-Navigation (forever60) ===== */
.mw-topnav .nav-link{
  padding: .25rem .6rem;
  font-weight: 600;
}

.mw-topnav .dropdown-menu{
  border-radius: .75rem;
  border: 0;
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
}

.mw-topnav .dropdown-item{
  padding: .55rem 1rem;
}

/* Sticky-Top bekommt einen sauberen Hintergrund */
.mw-topnav.sticky-top{
  background: #fff;
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.mw-topnav{
  background: #fff;
  box-shadow: none;
  margin-top: -1px;
  transition: box-shadow .25s ease, border-color .25s ease;
}

/* Sticky-Zustand: leichtes „Auftauchen“ */
.mw-topnav.sticky-top{
  border-bottom-color: rgba(0,0,0,.12);
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* Header Intro: Bild setzt auf nächste Card auf (Füße werden angeschnitten) */
.mw-header-intro{
  margin-bottom: 0; /* kein Abstand nach unten */
}

.mw-header-img{
  display: block;
  margin-bottom: 0;   /* kein negatives Margin mobil */
}

/* Erste Card direkt nach dem Intro normal */
.mw-header-intro + .mw-card{
  padding-top: 0;
}

/* Overlap erst ab Desktop (lg) aktivieren */
@media (min-width: 992px){
  .mw-header-img{
    position: relative;
    z-index: 2;
    margin-bottom: -50px; /* dein Wert */
  }

  .mw-header-intro + .mw-card{
    padding-top: 10px; /* wie gehabt */
  }
}

@media (max-width: 991.98px){
  .mw-header-img{
    max-width: 240px;
  }
}

/* Footer Logos */
.mw-footer-logo{
  display: inline-block;
  opacity: .85;
  transition: opacity .2s ease, transform .2s ease;
}

.mw-footer-logo img{
  max-width: 100%;
}

/* Hover dezent */
.mw-footer-logo:hover{
  opacity: 1;
  transform: translateY(-2px);
}

/* Mobile etwas kleiner */
@media (max-width: 575.98px){
  .mw-footer-logo img{
    max-height: 86px;
  }
}


.mw-plan-shell{ position:relative; padding:14px; }

.mw-plan-wrapper{
  overflow:auto;
  background:#f8f9fa;
  border-radius:16px;
  cursor:grab;
}

.mw-plan-wrapper.is-dragging{ cursor:grabbing; }

.mw-plan-img{
  display:block;
  width:100%;
  height:auto;
  transform-origin: top left;
  transition: transform .12s ease;
  user-select:none;
  -webkit-user-drag:none;
}

/* Zoom Buttons */
.mw-plan-controls{
  position:absolute;
  top:22px;
  left:22px;
  z-index:20;
  display:flex;
  gap:8px;
}

.mw-zoom-btn{
  width:34px;
  height:34px;
  border:0;
  border-radius:10px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  font-weight:700;
  line-height:1;
}

/* Ausstellerliste scrollbar machen (Desktop) */
@media (min-width: 992px){
  #mwListBox{
    height: 100%;
    overflow-y: auto;
  }
}

/* Optional (kommt im selben CSS-Umfeld vor und wird oft im Verzeichnis genutzt) */
.kattext { font-size: 0.7rem; }
.letter { padding: 2px 8px; font-weight: bold; }
.linkneutral a:link    { color: black; font-weight: 200; }
.linkneutral a:visited { color: black; font-weight: normal; }
.linkneutral a:focus   { color: black; font-weight: normal; }
.linkneutral a:hover   { color: darkblue; font-weight: 300; }
.linkneutral a:active  { color: darkblue; }
.btn-blank { background-color: white; padding: 0; }

.icon-plus {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}

.icon-chevron {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #4267BE;   /* oder inherit */
}

/* Rotation wenn geöffnet */
.accordion-panel-title[aria-expanded="true"] .icon-chevron {
  transform: rotate(180deg);
}
/* =========================
   Floating CTA Desktop only
   ========================= */

.mw-cta-floating{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;

  padding: 12px 18px;
  border-radius: 14px;

  background: #009640;       /* Dein forever60 Grün */
  color: #fff;
  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 12px 30px rgba(0,0,0,0.25);

  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: all .25s ease;
}

.mw-cta-floating.is-visible{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mw-cta-floating:hover{
  background: #007a34;
  color: #fff;
}

/* Event-Banner */
.mw-related-events-section {
  margin-bottom: 2rem;
}
.mw-related-events-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}
.mw-related-event {
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.mw-related-event img {
  display: block;
  width: 100%;
  height: auto;
}
.mw-related-event:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  opacity: 0.96;
}
.mw-related-event:focus-visible {
  outline: 2px solid #0d6efd;
  outline-offset: 3px;
}
@media (max-width: 767.98px) {
  .mw-related-events-grid {
    gap: 0.5rem;
  }
  .mw-related-event {
    border-radius: 0.65rem;
  }
}

/* Banner-Seite*/
.mw-embed-box {
  background: #f8f9fa;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.mw-embed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.mw-embed-code {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.82rem;
  line-height: 1.45;
  font-family: Consolas, Monaco, "Courier New", monospace;
  background: #fff;
  color: #212529;
}

.mw-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 0.5rem;
  background: #e9ecef;
  color: #212529;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.mw-copy-btn:hover {
  background: #dde2e6;
  transform: translateY(-1px);
}

.mw-copy-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: currentColor;
}

.mw-copy-btn.is-copied {
  background: #d1e7dd;
}

.mw-section-label {
  margin-bottom: 0;
}

