.team-clean {
  color: #313437;
  background-color: #fff;
}

.team-clean p {
  color: #7d8285;
}

.team-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .team-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.team-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.team-clean .intro p {
  margin-bottom: 0;
}

.team-clean .people {
  padding-bottom: 40px;
}

.team-clean .item {
  text-align: center;
  padding-top: 50px;
}

.team-clean .item .name {
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 8px;
  color: inherit;
}

.team-clean .item .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #d0d0d0;
  letter-spacing: 2px;
  font-size: 13px;
}

.team-clean .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.team-clean .item img {
  max-width: 160px;
}

.team-clean .social {
  font-size: 18px;
  color: #a2a8ae;
}

.team-clean .social a {
  color: inherit;
  margin: 0 10px;
  display: inline-block;
  opacity: 0.7;
}

.team-clean .social a:hover {
  opacity: 1;
}

.floating-booking-button {
    position: fixed; /* Fixiert den Button unabhängig vom Rest der Webseite */
    bottom: 20px; /* Abstand vom unteren Rand */
    right: 20px; /* Abstand vom rechten Rand */
    background-color: #1b7796; /* Button-Hintergrundfarbe */
    color: #ffffff; /* Textfarbe */
    padding: 12px 20px; /* Innenabstand für den Button */
    border-radius: 8px; /* Abgerundete Ecken */
    text-decoration: none; /* Entfernt die Unterstreichung des Links */
    font-size: 16px; /* Schriftgröße */
    font-family: Arial, sans-serif; /* Schriftart */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Schatten für einen schwebenden Effekt */
    transition: background-color 0.3s ease; /* Animiert die Farbe bei Hover */
    z-index: 1000; /* Stellt sicher, dass der Button über anderen Elementen liegt */
}

.floating-booking-button:hover {
    background-color: #155b72; /* Dunklere Farbe beim Hover */
	color: #ffffff; /* Textfarbe bleibt unverändert */
    text-decoration: none; /* Unterstreichung bleibt entfernt */
}
