/* ===== GLOBAL ===== */
.kontakt {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #222;
}

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

/* ===== HEADER ===== */
.page-header {
  padding: 120px 20px 60px;
  background: #edeff4;
  text-align: center;
}

.page-header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.page-header p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

/* ===== CONTENT / WRAPPER ===== */
.kontakt-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 60px 20px;
}

/* ===== ABSCHNITTE ===== */
.kontakt-section,
.kontakt-center {
  margin-bottom: 40px;
  max-width: 100%;
  text-align: left;
}

/* ===== ÜBERSCHRIFTEN ===== */
.kontakt-section h2,
.kontakt-center h2 {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
  line-height: 1.25;
}

/* ===== TEXT ===== */
.sub,
.hint,
.kontakt-adresse,
.kontakt-daten p,
.zeiten {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.sub {
  color: #777;
}

.hint,
.zeiten {
  color: #666;
}

/* ===== LISTEN ===== */
.kontakt-section ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.kontakt-section li {
  color: #555;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* ===== ADRESSE ===== */
.kontakt-adresse {
  margin-bottom: 25px;
}

.kontakt-adresse strong {
  display: block;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.kontakt-adresse span {
  display: block;
  color: #555;
}

/* ===== KONTAKT DATEN ===== */
.kontakt-daten p {
  overflow-wrap: anywhere;
}

/* ===== LINKS ===== */
.kontakt a {
  color: #c40000;
  text-decoration: none;
  font-weight: 500;
  overflow-wrap: anywhere;
}

.kontakt a:hover {
  text-decoration: underline;
}

/* ===== DIVIDER ===== */
.divider {
  width: 60px;
  height: 3px;
  background: #c40000;
  margin: 50px 0;
}

/* ===== BUTTONS ===== */
.kontakt-buttons {
  margin: 25px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary,
.btn-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;

  min-height: 44px;
  padding: 10px 18px;
  border-radius: 25px;

  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2;

  transition: 0.3s ease;
}

.btn-primary {
  background: #c40000;
  color: white !important;
}

.btn-primary:hover {
  background: #a00000;
  text-decoration: none;
}

.btn-outline {
  border: 1px solid #c40000;
  color: #c40000 !important;
  background: transparent;
}

.btn-outline:hover {
  background: #c40000;
  color: white !important;
  text-decoration: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  .page-header {
    padding: 120px 20px 60px;
  }

  .page-header h1 {
    font-size: 2rem;
  }

  .kontakt-wrapper {
    padding: 60px 20px;
  }

  .kontakt-section,
  .kontakt-center {
    margin-bottom: 35px;
  }

  .kontakt-section h2,
  .kontakt-center h2 {
    font-size: 1.5rem;
  }

  .divider {
    margin: 40px 0;
  }

}

/* ===== HANDY ===== */
@media (max-width: 480px) {

  .page-header {
    padding: 100px 16px 50px;
  }

  .kontakt-wrapper {
    padding: 50px 16px;
  }

  .kontakt-section,
  .kontakt-center {
    margin-bottom: 30px;
  }

  .kontakt-section h2,
  .kontakt-center h2 {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }

  .kontakt-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    padding: 13px 18px;
    text-align: center;
  }

  .divider {
    width: 50px;
    margin: 35px 0;
  }

}

/* ===== SEHR KLEINE HANDYS ===== */
@media (max-width: 360px) {

  .page-header {
    padding: 90px 14px 45px;
  }

  .kontakt-wrapper {
    padding: 45px 14px;
  }

  .kontakt-section h2,
  .kontakt-center h2 {
    font-size: 1.25rem;
  }

  .sub,
  .hint,
  .kontakt-adresse,
  .kontakt-daten p,
  .zeiten,
  .kontakt-section li {
    font-size: 0.95rem;
  }

}
