/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2025 | 16:24:02 */
.profile-page-wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  background: #ffffff;
  margin: 0.5rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-description{
	background: var(--accent) !important;
	color: var(--base-2) !important;
	padding: 12px !important;
	margin: 20px 20px !important;
}

.profile-page-wrapper * {
  margin: 0;
  padding: 0;
}

.profile-page-wrapper .profile-container {
  width: 100%;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border: 1px solid #e9ecef;
}

.profile-page-wrapper .profile-header {
  background-color: rgba(35, 37, 38, 1);
  background-image: linear-gradient(180deg, rgba(35, 37, 38, 1) 40%, rgba(3, 0, 0, 1) 100%);
  animation: gradient-animation 2s ease infinite;
  padding: 40px 30px 30px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.profile-page-wrapper .profile-image-container {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.profile-page-wrapper .profile-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.9);
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.profile-page-wrapper .profile-image-bg {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: #833ab4; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #fcb045,
    #fd1d1d,
    #833ab4
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #fcb045,
    #fd1d1d,
    #833ab4
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  z-index: 1;
}

.profile-page-wrapper .profile-name {
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.profile-page-wrapper .profile-location {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.profile-page-wrapper .location-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.profile-page-wrapper .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.profile-page-wrapper .section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #6c5ce7;
  border-radius: 2px;
}

.profile-page-wrapper .photos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}

.profile-page-wrapper .photo-card {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  min-height: 150px;
}

.profile-page-wrapper .photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-page-wrapper .stats-container {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}

.profile-page-wrapper .stat-item {
  text-align: center;
  cursor: pointer;
}

.profile-page-wrapper .stat-number {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  display: block;
}

.profile-page-wrapper .stat-label {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.profile-page-wrapper .photo-placeholder {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: rgba(0, 0, 0, 0.3);
}

.profile-badge{
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.profile-page-wrapper .profile-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background: #88e788;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-page-wrapper .profile-container {
  max-width: 100%;
  margin: 0 auto;
}

.profile-page-wrapper .profile-header {
  padding: 35px 25px 25px;
}

.profile-page-wrapper .profile-image {
  width: 110px;
  height: 110px;
}

.profile-page-wrapper .profile-image-bg {
  width: 126px;
  height: 126px;
  top: -8px;
  left: -8px;
}

.profile-page-wrapper .profile-name {
  font-size: 26px;
}

.profile-page-wrapper .profile-content {
  margin-top: 30px;
  padding: 5px;
}

.profile-page-wrapper .photos-grid {
  gap: 18px;
  max-width: 100%;
  margin: 24px auto 0;
}

.profile-page-wrapper .photo-card {
  min-height: 180px;
}

.profile-page-wrapper .photo-placeholder {
  font-size: 60px;
}

.profile-page-wrapper .section-title {
  font-size: 25px;
}

/* WhatsApp */
.whatsapp-button:hover {
  background: #20b954;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .whatsapp-button {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.whatsapp-button {
  margin: 10px;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 30px;
  background: #25d366;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
/* WhatsApp End */
/* Telefon */
.telefon-button:hover {
  background: #2573d3;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.telefon-icon {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

@media (max-width: 768px) {
  .telefon-button {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.telefon-button {
  margin: 10px;
  justify-content: center;
  justify-items: center;
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 30px;
  background: #2573d3;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(100, 100, 100, 0.3);
}
/* Telefon End */