/* MONIKA Logo – Visitenkarten-Größe, mittig (alle Seiten) */

.monika-brand {

  display: flex;

  flex-shrink: 0;

  line-height: 0;

  justify-content: center;

  align-items: center;

}

a.monika-brand {

  text-decoration: none;

  color: inherit;

}

a.monika-brand:hover img {

  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);

}

a.monika-brand:focus-visible {

  outline: 2px solid #fff;

  outline-offset: 4px;

  border-radius: 6px;

}

.monika-brand img {

  display: block;

  width: 154px;

  height: auto;

  max-height: 54px;

  object-fit: contain;

  background: #fff;

  border-radius: 5px;

  padding: 5px 9px;

  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);

}



/* MONIKA-Band: Logo + Überschrift mittig */

.monika-top {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 100%;

  background: #F07830;

  text-align: center;

  padding: 22px 24px 26px;

}

.monika-top .monika-brand {

  margin: 0 0 14px;

}

.monika-tagline {

  font-family: Georgia, 'Playfair Display', serif;

  font-size: clamp(17px, 2.4vw, 24px);

  font-weight: 700;

  color: #fff;

  max-width: 680px;

  margin: 0;

  line-height: 1.4;

}



/* Unterseiten: Navigation oben rechts, Header bleibt oben sichtbar */

.site-header {

  width: 100%;

  position: sticky;

  top: 0;

  z-index: 200;

}

.topbar-nav {

  background: #7A7A7A;

  color: #fff;

  padding: 10px 24px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 12px;

  flex-wrap: wrap;

  width: 100%;

}

.topbar-nav .nav {

  display: flex;

  gap: 14px;

  flex-wrap: wrap;

}

.topbar-nav .nav a {

  color: #fff;

  text-decoration: none;

  font-size: 14px;

}

.topbar-nav .nav a:hover {

  text-decoration: underline;

}



.monika-top--logo-only {

  padding: 18px 24px 22px;

}

.monika-top--logo-only .monika-brand {

  margin-bottom: 0;

}

.monika-top-center {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 100%;

  max-width: 320px;

  margin: 0 auto;

}

a.monika-bridge {

  display: flex;

  flex-direction: column;

  align-items: center;

  margin-top: 10px;

  text-decoration: none;

  color: #fff;

  line-height: 1.2;

}

a.monika-bridge:hover .monika-bridge-label {

  text-decoration: underline;

  text-underline-offset: 3px;

}

a.monika-bridge:focus-visible {

  outline: 2px solid #fff;

  outline-offset: 4px;

  border-radius: 6px;

}

.monika-bridge img,
.monika-bridge-art {

  display: block;

  width: 154px;

  height: auto;

  background: rgba(255, 255, 255, 0.94);

  border-radius: 6px;

  padding: 6px 10px;

  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

}

.monika-bridge-art svg {

  display: block;

  width: 154px;

  height: auto;

}

.monika-bridge-label {

  margin-top: 6px;

  font-family: Georgia, 'Playfair Display', serif;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 0.04em;

  color: #fff;

}



/* Startseite: MONIKA ganz oben, Navigation darunter */

.monika-top--index {

  margin-top: 0;

}

.site-header--index {

  position: sticky;

  top: 0;

  z-index: 200;

  width: 100%;

}

.site-header--index #nav {

  position: relative;

  top: auto;

  left: auto;

  right: auto;

  justify-content: center;

}

.site-header--index .nav-links {

  margin-left: 0;

  justify-content: center;

  flex-wrap: wrap;

}

/* Language switcher (flag top-right) */
.site-header--index {
  position: sticky;
}

.monika-top--index {
  position: relative;
}

.lang-switch {
  position: absolute;
  top: 14px;
  right: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(58, 53, 48, 0.12);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #3A3530;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.lang-switch:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.lang-switch:focus-visible {
  outline: 2px solid #F07830;
  outline-offset: 2px;
}

.lang-switch svg,
.lang-switch img {
  display: block;
  width: 28px;
  height: 18px;
  border-radius: 2px;
  object-fit: cover;
}

.lang-switch-label {
  line-height: 1;
}

@media (max-width: 600px) {
  .lang-switch {
    top: 10px;
    right: 10px;
    padding: 5px 8px;
    gap: 6px;
  }

  .lang-switch-label {
    display: none;
  }
}


@media (max-width: 600px) {

  .monika-brand img {

    width: 124px;

    max-height: 44px;

    padding: 4px 7px;

  }

  .monika-bridge img,
  .monika-bridge-art {

    width: 124px;

    padding: 5px 8px;

  }

  .monika-bridge-art svg {

    width: 124px;

  }

  .monika-bridge-label {

    font-size: 12px;

  }

  .monika-top {

    padding: 16px 16px 20px;

  }

  .monika-tagline {

    font-size: 16px;

  }

}


