/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {margin:0;font-family:'Inter',sans-serif;background:linear-gradient(135deg,#f7fff9,#d6f1e2);color:#1f2d1f;display:flex;justify-content:center;align-items:center;height:100vh;text-align:center;}
.container {background:white;padding:2.5rem;border-radius:20px;box-shadow:0 6px 20px rgba(0,0,0,0.1);max-width:520px;width:90%;animation:fadeIn 1s ease;}
.logo {width:90px;height:90px;margin:0 auto 1.2rem;}
h1 {margin:0.5rem 0;font-size:2rem;font-weight:600;color:#2f6e48;}
p {margin:0 0 1.5rem 0;font-size:1.05rem;}
.highlight {font-size:1.2rem;font-weight:600;color:#2f6e48;}
.contact {margin-top:1.5rem;padding-top:1.2rem;border-top:1px solid #e0e0e0;font-size:1rem;}
.contact a {color:#2f6e48;text-decoration:none;font-weight:500;}
.contact a:hover {text-decoration:underline;}
.footer {margin-top:1.5rem;font-size:0.9rem;}
.footer a {color:#555;text-decoration:none;}
.footer a:hover {text-decoration:underline;}
@keyframes fadeIn {from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}
/* Impressum Seite */
.impressum-page {background:white;display:block;height:auto;padding:2rem;}
.content {max-width:700px;margin:0 auto;}
.content h1 {color:#2f6e48;}