* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: rgb(226, 226, 226);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center; /* Zentriert den Text innerhalb des Containers */
}

.bigcard {
  background: linear-gradient(to bottom, black 10%, #534620 80%, #694112 100%);
  display: flex;
  flex-direction: column;
  align-items: center; /* Zentriert die Inhalte in der Mitte */
  justify-content: center;
  width: 80%; /* Gibt dem Container eine Breite, die auf verschiedenen Geräten gut aussieht */
  max-width: 400px; /* Maximale Breite für größere Bildschirme */
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Weicher Schatten */
  padding: 20px;
}


.anrede {
  border-radius: 1vh;
  display: flex;
  flex-direction: column;
  align-items: center; /* Zentriert die Inhalte */
  padding: 1em;
  color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Weicher Schatten */
}

.bild {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 150px; /* Feste Größe für das Profilbild */
  height: 150px; /* Feste Größe für das Profilbild */
  margin-bottom: 20px;
}

.card {
  width: 100%;
  text-align: center; /* Zentriert den Text */
  margin-top: 20px;
  background: linear-gradient(to bottom, black 10%, #534620 80%, #694112 100%);
  background-size: cover; /* Bild wird so skaliert, dass es den Container ausfüllt */
  background-position: center; /* Zentriert das Bild im Container */
  background-repeat: no-repeat; /* Verhindert das Wiederholen des Hintergrunds */
  height: 300px; /* Setze eine feste Höhe, damit das Hintergrundbild sichtbar ist */
  border: black;
}

.telefon, #email-tag, #web-tag {
  margin-bottom: 20px;
}

.link {
  color: rgb(247, 247, 247);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#email-tag img, #web-tag img {
  vertical-align: middle;
  width: 20px; /* Einheitliche Größe für alle Icons */
  height: 20px; /* Einheitliche Größe für alle Icons */
}

.icons {
  width: 30px;  /* Einheitliche Größe für die Icons */
  height: 30px; /* Einheitliche Größe für die Icons */
}

.custom-button {
  background-color: #9d70ff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
}

.custom-button:hover {
  background-color: darkviolet;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

.custom-button:focus {
  outline: none;
}

/*background-image: url('xthumbnail_PHOTO-2025-02-11-14-56-52.jpg.pagespeed.ic.3RDIs2yF8c.jpg');