/* ======================= */
/* General */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: #333;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

h1,
h2,
h3 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: none;
  color: inherit;
}

.test {
  text-align: center;
}
/* ======================= */
/* Navbar Modern */
.navbar {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column; /* Logo oben, Navigation unten */
  align-items: center;
  width: 100%;
}

/* Oberer Streifen: Logo */
.navbar-top {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* Mini-Gap zwischen Logo und Navigation */
.navbar-gap {
  height: 6px;
  width: 100%;
}

/* Unterer Streifen: Navigation */
.navbar-bottom {
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.navbar-bottom nav {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.navbar-bottom nav a {
  color: rgb(100, 100, 100);
  font-weight: 300;
  position: relative;
  padding: 0.3rem 0;
  transition: color 0.3s;
}

.navbar-bottom nav a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d4af37;
  transition: width 0.3s ease;
}

.navbar-bottom nav a:hover::after,
.navbar-bottom nav a.active::after {
  width: 100%;
}

.navbar-bottom nav a.active {
  font-weight: bold;
  color: #d4af37;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  color: white;
  font-size: 1.2rem;
}

.logo img {
  height: 120px;
  width: auto;
}

/* Burger Menu für mobil */
.burger {
  background: none;
  border: none;
  color: #333;
  font-size: 2rem;
  cursor: pointer;
  display: none;
  margin: 0 auto; /* zentriert */
  display: none;
}

/* ======================= */
/* Hero */
.hero {
  position: relative;
  top: 0;
  margin: 0;
  padding: 2rem;
  background: url("picture_logos/beispiel.jpg") center/cover no-repeat;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.hero h1 {
  font-size: 2.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero1 {
  position: relative;
  top: 0;
  margin: 0;
  padding: 2rem;
  background: url("picture_logos/hero1.jpg") center/cover no-repeat;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.hero1 h1 {
  font-size: 2.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero1 p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero2 {
  position: relative;
  top: 0;
  margin: 0;
  padding: 2rem;
  background: url("picture_logos/iStock-1437879589.jpg") center/cover no-repeat;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.hero2 h1 {
  font-size: 2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero2 p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero3 {
  position: relative;
  top: 0;
  margin: 0;
  padding: 2rem;
  background: url("picture_logos/tisch1.jpg") center/cover no-repeat;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.hero3 h1 {
  font-size: 2.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero3 p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero4 {
  position: relative;
  top: 0;
  margin: 0;
  padding: 2rem;
  background: url("picture_logos/hero4.jpg") center/cover no-repeat;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.hero-content1 {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 1rem;
  border-radius: 15px;
}

.hero4 h1 {
  font-size: 2rem;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

.hero4 p {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}

.hero5 {
  position: relative;
  top: 0;
  margin: 0;
  padding: 2rem;
  background: url("picture_logos/iStock-1225040055.jpg") center/cover no-repeat;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.hero5 h1 {
  font-size: 2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero5 p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero6 {
  position: relative;
  top: 0;
  margin: 0;
  padding: 2rem;
  background: url("picture_logos/iStock-1533427642\ \(1\).jpg") center/cover no-repeat;
  color: white;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.hero6 h1 {
  font-size: 2rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}

.hero6 p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 1;
}
/* ======================= */
/* Buttons */
.btn {
  display: inline-block;
  background: #d4af37;
  color: white;
  padding: 0.8rem 1.5rem;
  border-radius: 10px;
  font-weight: 800;
  transition: all 0.3s;
}

.btn:hover {
  background: #b8962e;
}

.btn:active,
.btn.active {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}

/* ======================= */
/* Sections */
.section {
  padding: 3rem 2rem;
  max-width: 1800px;
  margin: auto;
  text-align: center;
}

/* ======================= */
/* Grid for Index Page Boxes */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.card {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  border-top: 4px solid #d4af37;
}

.raeumlichkeit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* ======================= */
/* Contact Section Flex */
.contact-section {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  flex-wrap: nowrap; /* NICHT umbrechen */
  text-align: left;
}

.contact-form,
.contact-info {
  flex: 1 1 50%;
  min-width: auto;
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
}
select {
  background-color: #ffffff;
  color: #727171;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: #d4af37;
  box-shadow: 0 0 5px rgba(212, 175, 55, 0.5);
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}

.contact-info h3 {
  margin-bottom: 0.5rem;
}

.map-container {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  min-height: 400px; /* Karte etwas höher */
  border: 0;
}

.contact-details {
  flex: 1 1 50%;
  min-width: auto;
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.contact-details p {
  margin: 0.3rem 0;
}

/* ======================= */
/* About Section */
.about {
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: auto;
}

.about-container {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.about-image {
  flex: 1 1 300px;
  max-width: 350px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}

.about-image figcaption {
  text-align: center;
  margin-top: 0.5rem;
  font-weight: 500;
  color: #1e1e1e;
  font-size: 1rem;
}

.about-text {
  flex: 2 1 500px;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.about-text h3 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #d4af37;
}

.about-text p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.about-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.7rem;
}

.about-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37;
  font-weight: bold;
}

ul.box-list {
  list-style: none;
  padding-left: 0;
  display: inline flow-root list-item;
  flex-wrap: wrap;
  gap: 15px;
}

ul.box-list li {
  background-color: white;
  color: #333;
  border: 2px solid #d4af37; /* goldener Rand */
  padding: 8px 15px;
  border-radius: 8px;
  font-weight: bold;
}



/* ======================= */

#raeumlichkeiten {
  margin-top: 15rem;
}
/* Unsere Räumlichkeiten */
.raeumlichkeiten-grid {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap; /* bei zu kleinem Bildschirm umbrechen */
  justify-content: center;
  margin-top: 2rem;
}

.raeumlichkeit-card {
  flex: 1 1 30%; /* drei Bilder nebeneinander, flexibel */
  max-width: 350px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s, box-shadow 0.3s;
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  border-top: 4px solid #d4af37;
}

.raeumlichkeit-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 15px;
}

/* ======================= */
/* Footer Modern */
footer {
  background: rgba(255, 255, 255, 0.8);
  color: rgb(100, 100, 100);
  padding: 2rem;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

footer p {
  margin: 0;
  font-size: 0.9rem;
}

footer a {
  color: #d4af37;
  text-decoration: none;
  font-weight: 400;
  margin: 0 0.5rem;
  transition: 0.3s;
}

footer a:hover {
  text-decoration: underline;
  color: #444444;
}

.tippgeber-content {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 2rem;
}

/* Textbereich */
.tippgeber-text {
  flex: 1 1 400px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.tippgeber-text .intro {
  font-size: 1.2rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 1rem;
}

.tippgeber-text h3 {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #d4af37; /* passend zu deinem Design */
}

.tippgeber-text ul {
  margin-left: 1.2rem;
  list-style-type: disc;
}

/* Formularbereich */
.tippgeber-form {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tippgeber-form select,
.tippgeber-form input,
.tippgeber-form textarea {
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}

.tippgeber-form textarea {
  min-height: 150px;
  resize: vertical;
}

.tippgeber-form button {
  padding: 0.75rem 1.5rem;
  border: none;
  background-color: #d4af37;
  color: white;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.tippgeber-form button:hover {
  background-color: #b6952d;
  transform: translateY(-2px);
}

.tippgeber-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; /* Text zentriert */
}

.tippgeber-text ul li {
  margin-bottom: 0.3rem;
}

/* Einheitliches Styling für rechtliche Seiten: Datenschutz & Impressum */
.datenschutz-section,
.impressum-section {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 10rem;
  padding: 3rem 2rem;
  line-height: 1.7;
  font-size: 1rem;
  color: #333;
}

.datenschutz-section h2,
.impressum-section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
  text-align: center;
}

.datenschutz-section h3,
.impressum-section h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  color: #444;
}

.datenschutz-section p,
.impressum-section p {
  margin-bottom: 1rem;
}

.datenschutz-section ul,
.impressum-section ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.datenschutz-section ul li,
.impressum-section ul li {
  margin-bottom: 0.5rem;
}

.datenschutz-section a,
.impressum-section a {
  color: #d4af37; /* passend zu deiner Farbpalette */
  text-decoration: underline;
}

/* Optional: kleine Box für wichtige Hinweise */
.datenschutz-section .highlight,
.impressum-section .highlight {
  background: #f9f4ef;
  border-left: 4px solid #d4af37;
  padding: 1rem;
  margin: 1.5rem 0;
  border-radius: 5px;
}

.divider {
  border: none;
  height: 3px; /* Strichdicke */
  width: 80%; /* geht nicht über die volle Breite */
  margin: 40px auto; /* zentriert und mit Abstand */
  background: linear-gradient(to right, transparent, #d4af37, transparent);
  border-radius: 3px; /* weiche Kanten */
}

.divider2 {
  border: none;
  height: 3px; /* Strichdicke */
  width: 50%; /* geht nicht über die volle Breite */
  margin: 40px auto; /* zentriert und mit Abstand */
  background: linear-gradient(to right, transparent, #d4af37, transparent);
  border-radius: 3px; /* weiche Kanten */
}

.contact {
  padding: 40px 20px;
  background-color: #fafafa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  max-width: 1200px;
  margin: 40px auto;
}

.contact-title {
  font-size: 2em;
  margin-bottom: 30px;
  text-align: center;
  color: #333;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr; /* links schmaler, rechts breiter */
  gap: 40px;
}

.contact-info1 {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #d4af37; /* Gold-Akzent */
  color: #333;
  font-size: 1em;
  line-height: 1.6;
}

.company-name {
  font-size: 1.2em;
  margin-bottom: 15px;
}

.contact-block {
  margin-top: 20px;
}

.contact-message {
  font-size: 1em;
  line-height: 1.7;
  color: #444;
}

.contact-message strong {
  color: #d4af37; /* Gold als Akzentfarbe */
}

.beratung {
  padding: 60px 20px;
  background-color: #ffffff; /* Weiß wie der Rest der Seite */
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.beratung .container {
  max-width: 1000px;
  margin: 0 auto;
}

.beratung h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
  text-align: center; /* Überschrift mittig, für einen modernen Look */
}

.beratung strong {
  font-size: 1.5rem;
}

.beratung p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.beratung ul {
  list-style: none; /* keine Standardpunkte */
  padding: 0;
  margin: 20px 0;
}

.beratung li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.beratung li::before {
  content: "✔"; /* dezenter Check als Icon */
  position: absolute;
  left: 0;
  top: 0;
  color: #d4af37; /* Akzentfarbe – kann ans Logo angepasst werden */
  font-size: 1.1rem;
}

.beratung strong {
  color: #d4af37; /* hebt die Frage farblich dezent hervor */
}

.wertermittlung {
  padding: 60px 20px;
  background-color: #ffffff; /* Weiß wie der Rest der Seite */
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.wertermittlung .container {
  max-width: 1000px;
  margin: 0 auto;
}

.wertermittlung h2 {
  font-size: 2.5rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 20px;
  text-align: center; /* Überschrift mittig für modernen Look */
}

.wertermittlung p {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}

.wertermittlung strong {
  font-size: 1.5rem;
  color: #d4af37; /* Akzentfarbe passend zum Logo / Startseite */
}

.leistungen-scroll {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.leistungen-scroll .container {
  max-width: 1000px;
  margin: 0 auto;
}

.leistungen-scroll h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
  color: #222;
}

.leistung-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}

.leistung-item.show {
  opacity: 1;
  transform: translateY(0);
}

.leistung-item .nummer {
  font-family: 'Great Vibes', cursive;
  font-size: 15rem;
  font-weight: 300;
  color: #d4af37;
  margin-right: 60px;
  flex-shrink: 0;
  line-height: 1;
}

.leistung-item .text h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #d4af37;
}

.leistung-item .text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.kontakt-formular {
  padding: 60px 20px;
  background-color: #e9e9e9;
  font-family: 'Poppins', sans-serif;
  max-width: 950px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.kontakt-formular h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
  color: #222;
}

.kontakt-formular h3 {
  margin-top: 40px;
  color: #d4af37;
}

.kontakt-formular p {
  text-align: center;
  margin-bottom: 40px;
  color: #555;
}

.kontakt-formular form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.kontakt-formular label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.kontakt-formular input,
.kontakt-formular select,
.kontakt-formular textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  box-sizing: border-box;
}

.kontakt-formular textarea {
  resize: vertical;
}

.kontakt-formular .checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  font-size: 0.95rem;
}

.kontakt-formular button.btn {
  background-color: #d4af37;
  color: #fff;
  font-weight: 700;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 20px;
}

.kontakt-formular button.btn:hover {
  background-color: #b9972f;
}

.kontakt-formular h3 {
  margin-top: 40px; /* Abstand über der Überschrift */
  margin-bottom: 20px; /* Abstand zwischen Überschrift und erstem Feld */
  color: #d4af37;
}

.kontakt-formular label:first-of-type {
  margin-top: 10px; /* minimaler Abstand, falls nötig */
}

#immo {
  max-width: 200px;
}


/* Responsive: untereinander auf kleinen Bildschirmen */
@media (max-width: 900px) {
  .tippgeber-content {
    flex-direction: column;
    gap: 2rem;
  }
}

/* ======================= */
/* Responsive */
@media (max-width: 768px) {

  .leistung-item {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .leistungen-item .nummer {
    font-size: 3rem;
    margin-bottom: 20px;
  }

    .kontakt-formular form {
    flex-direction: column;
  }

  .navbar nav {
    display: none;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 70px;
    right: 0;
    width: 200px;
    padding: 1rem;
    border-radius: 0 0 0 10px;
  }

  .navbar-bottom nav {
    display: none;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 100%; /* direkt unter dem Burger */
    left: 50%; /* zentriert */
    transform: translateX(-50%);
    width: 80%; /* Breite des Menüs anpassen */
    padding: 1rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }

  .navbar-bottom nav.show {
    display: flex;
  }

  .burger {
    display: block;
  }

  .navbar nav.show {
    display: flex;
  }

  .burger {
    display: block;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .contact-section {
    flex-direction: column;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
  }

  .contact-form,
  .contact-info {
    flex: 1 1 100%;
    min-width: auto;
  }

  .about-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .about-text {
    flex: 1 1 100%;
  }

  .about-text h2 {
    font-size: 1.8rem;
  }

  .about-text h3 {
    font-size: 1.2rem;
  }

  .about-list li {
    padding-left: 1rem;
  }

  /* Unsere Räumlichkeiten auf kleineren Bildschirmen */
  .raeumlichkeit-card {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .datenschutz-section {
    padding: 1rem;
  }

   .contact-wrapper {
    grid-template-columns: 1fr; /* untereinander statt nebeneinander */
  }

  .contact-info1 {
    text-align: center;
  }
}
