#main-header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;

  background: #fff;
  z-index: 999; /* bleibt über allem */
}

body {
    background-color: #f4f7f9;
    padding-top: 67px;
font-size: 16px;
}

/* -------------------------------------------- */
/* Profil-Seite: Hauptbereich zwischen <main>   */
/* -------------------------------------------- */
.container.profil {
  padding: 20px;
  background-color: #fff;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  margin: 0 auto;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);

box-sizing: border-box;
width: calc(100% - 30px);
max-width: 600px;
}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  list-style: none;
  font-size: 12px;
  margin-bottom: 1.5rem;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li::before {
  content: "›";
  margin: 0 0.5rem;
  color: var(--text-color-light);
}
.breadcrumb a {
  font-weight: 500;
}

/* Hauptüberschrift */
.container.profil h1 {
  font-size: 20px;
  margin-bottom: 1rem;
  color: var(--primary-color-dark);
}

/* Sektionen */
.container.profil section {
  margin-bottom: 2.5rem;
}

/* Sektionstitel */
.container.profil section h2 {
  font-size: 18px;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 0.5rem;
  color: var(--text-color-dark);
}

/* Adresse & Kontakt */
.container.profil address {
  font-style: normal;
  line-height: 1.6;
  color: var(--text-color-dark);
}
.container.profil address a {
  display: inline-block;
  margin-top: 0.5rem;
  font-weight: 600;
  color: var(--primary-color);
}
.container.profil address a:hover {
  color: var(--primary-color-dark);
}

/* Verfügbarkeit */
.status {
  font-weight: 600;
}
.status.online {
  color: var(--success-color);
}
.status.offline {
  color: var(--error-color);
}

/* Preisgarantie-Code */
.code-box {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background-color: var(--background-color);
  border: 2px dashed var(--primary-color);
  border-radius: 8px;
  font-family: 'Squada One', cursive;
  font-size: 1.5rem;
  color: var(--primary-color-dark);
  margin-top: 0.5rem;
  cursor: text;
  user-select: all;
  transition: background-color 0.2s, border-color 0.2s;
}
.code-box:hover {
  background-color: var(--primary-color-light);
  border-color: var(--primary-color-dark);
}

/* Zurück-Link */
.container.profil > p a {
  font-size: 0.95rem;
  color: var(--text-color-light);
}
.container.profil > p a:hover {
  color: var(--text-color-dark);
}










.call-btn {
  background: #007bff;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
margin-top: 10px;
}

.call-btn:hover {
  background: #0056b3;
}







.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  position: relative;
}

.modal-content h3 {
margin-bottom: 10px;
}

.close {
  color: #aaa;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.code-box {
  font-family: monospace;
  font-size: 18px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  margin: 10px 0;
letter-spacing: 3px;
}

.call-link {
  font-size: 20px;
  display: inline-block;
  margin-top: 15px;
  color: #007bff;
  text-decoration: none;
}

.call-link:hover {
  text-decoration: underline;
}











.einsatzzeiten {
  list-style: none;
  padding: 0;
  margin: 0;
}

.einsatzzeiten li {
  padding: 3px 0;
font-size: 16px;
}

.einsatzzeiten li strong {
  width: 110px;
  display: inline-block;
}










.firmenbeschreibung, .preisgarantie {
  font-size: 14px;
  line-height: 1.6;
}











.call-info {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.1em;
}
.call-info a {
  color: #007BFF;
  text-decoration: none;
}
.call-info a:hover {
  text-decoration: underline;
}
