:root {
  --bg: #f3f3f3;
  --page-bg: #ffffff;
  --heading: #2f2f2f;
  --text: #444444;
  --muted: #777777;
  --border-subtle: #e2e2e2;
  --accent: #d88c2a;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 2.5rem;
}

/* HEADER */

.site-header {
  background: var(--page-bg);
  border-bottom: 1px solid var(--border-subtle);
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem 0;
}

.topbar-left {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.logo-link img {
  display: block;
  max-width: 230px;
  height: auto;
}

.wordmark {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

.topbar-right {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.topnav-links {
  display: flex;
  gap: 1.1rem;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.topnav-links a {
  text-decoration: none;
  color: var(--muted);
}

.topnav-links a:hover {
  color: var(--heading);
}

.contact-icons {
  display: flex;
  gap: 0.6rem;
}

.icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  text-decoration: none;
  font-size: 1rem;
  background: #fafafa;
}

.icon-btn:hover {
  background: #f0f0f0;
}

/* TYPO */

h1, h2, h3, .section-title {
  color: var(--heading);
  text-shadow: none;
  -webkit-text-stroke: 0;
}

h1 {
  font-size: clamp(1.7rem, 2.3vw + 1.1rem, 2.3rem);
  margin: 0 0 0.6rem;
  font-weight: 600;
}

h2 {
  font-size: 1.35rem;
  margin: 0 0 0.5rem;
  font-weight: 600;
}

/* HERO */

.hero {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding-bottom: 2.2rem;
  border-bottom: 1px solid var(--border-subtle);
}

.hero-image-full {
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #f7f7f7;
  border: 1px solid var(--border-subtle);
}

.hero-image-full img {
  width: 100%;
  height: min(60vh, 520px);
  object-fit: cover;
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.hero-image-full img.is-fading {
  opacity: 0;
}

.hero-content {
  max-width: 100%;
}

.hero-kicker {
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.hero-subline {
  margin: 0 0 0.6rem;
  font-size: 1.02rem;
}

.hero-text {
  margin: 0;
  font-size: 0.98rem;
}

.hero-meta {
  margin-top: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pill {
  border-radius: 999px;
  padding: 0.3rem 0.9rem;
  border: 1px solid var(--border-subtle);
  background: #fafafa;
  font-size: 0.8rem;
}

.hero-cta {
  margin-top: 1.2rem;
}

.btn-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  border: none;
  background: var(--heading);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
}

.btn-email:hover {
  background: #000000;
}

.hero-hint {
  margin: 0.6rem 0 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.hero-hint a {
  text-decoration: underline;
}

/* SECTIONS */

.section {
  background: #f7f7f7;
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  padding: 1.7rem 1.8rem;
  margin-top: 2rem;
}

.section-title {
  font-size: 0.84rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  color: var(--muted);
}

.section p {
  margin: 0.3rem 0 0.7rem;
  font-size: 0.95rem;
}

.section ul {
  margin: 0.2rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.94rem;
}

.section li {
  margin-bottom: 0.25rem;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.6rem;
}

.badge {
  border-radius: 999px;
  padding: 0.3rem 0.85rem;
  font-size: 0.8rem;
  border: 1px solid var(--border-subtle);
  background: #ffffff;
  color: var(--heading);
}

/* MAP */

.map-wrapper {
  margin-top: 0.9rem;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: #eaeaea;
}

.map-wrapper iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

/* FOOTER */

.site-footer {
  border-top: 1px solid var(--border-subtle);
  background: var(--page-bg);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 0 1.4rem;
  font-size: 0.85rem;
  color: var(--muted);
}

.footer-links a {
  text-decoration: none;
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--heading);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .topbar-right {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .page {
    padding: 0 1.1rem 2rem;
  }
  .topbar-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }
  .topnav-links {
    flex-wrap: wrap;
    gap: 0.7rem;
  }
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Social Links im Header */
.topnav-social{
  display:flex;
  gap:14px;
  align-items:center;
}
.topnav-social a{
  font-size:0.95rem;
  color:var(--text);
  text-decoration:none;
}
.topnav-social a.icon-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;}
.topnav-social a.icon-link:hover{text-decoration:none;background:rgba(0,0,0,0.06);}
.topnav-social a.icon-link svg{width:18px;height:18px;fill:currentColor;}
.topnav-social a:hover{
  text-decoration:underline;
}
@media (max-width: 860px){
  .topnav-social{
    gap:10px;
  }
}


/* A11y: screen-reader only */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
