* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #f0eeff;
  color: #1a0533;
  font-family: "Manrope";
  line-height: 1.7;
  letter-spacing: 1px;
}

#hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 100px 10px 50px 10px;
  min-height: 100vh;
  justify-content: center;
}

#hero img {
  width: 250px;
  margin-bottom: 45px;
  margin-top: 60px;
}

#hero h1 {
  font-size: 35px;
  background: linear-gradient(to right, #056ae6, #c02cc0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}

.tagline {
  font-size: 20px;
  color: #1a0533;
  font-weight: bold;
  margin-bottom: 16px;
}

.intro {
  font-size: 18px;
  color: #4305af;
  max-width: 700px;
  margin-bottom: 40px;
}

#hero a {
  background: linear-gradient(to right, #7b2fff, #ff4dff);
  color: white;
  padding: 25px, 38px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
}
.idea {
  font-size: 25px;
  color: #edecf4d7;
  max-width: 1100px;
  line-height: 1.7;
  margin-bottom: 150px;
  margin-top: 50px;
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(96, 30, 209, 0.626);
  margin: 6px 0;
}

.linkedin-btn {
  background: linear-gradient(to right, #7b2fff, #ff4dff);
  color: white;
  padding: 16px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  margin-top: 24px;
  display: inline-block;
}

.linkedin-btn:hover {
  opacity: 0.9;
}

#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 12px 40px;
  background-color: #ae99f8d9;
  backdrop-filter: blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(123, 47, 255, 0.4);
}

#navbar a {
  color: #efeff1;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 1px;
}

#nav-logo span {
  font-size: 18px;
  background: linear-gradient(to right, #066be5, #c02cc0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
#nav-logo img {
  width: 40px;
}

#nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

#nav-links {
  display: flex;
  gap: 40px;
}

#navbar a:hover {
  color: #c9b8ff;
}

#navbar a.active {
  color: #7b2fff;
  border-bottom: 2px solid #7b2fff;
  padding-bottom: 4px;
  font-size: 20px;
}

#about {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 20px 30px 20px;
  min-height: 110vh;
  justify-content: center;
  margin-bottom: 90px;
  margin-top: 0px;
}

#about h2 {
  font-size: 52px;
  color: #7b2fff;
  -webkit-text-fill-color: #7b2fff;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  margin-top: 10px;
  margin-bottom: 80px;
  line-height: 1.3;
  font-weight: 800;
  font-size: 36px;
}

#about h2 em {
  color: #1a0533;
  font-style: italic;
  -webkit-text-fill-color: #1a0533;
  max-width: 1000px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  padding: 40px 20px 0px 20px;
  max-width: 1200px;
  width: 100%;
  justify-content: center;
}

.team-card {
  background-color: rgba(107, 117, 204, 0.05);
  border-radius: 16px;
  text-align: center;
  padding: 24px;
  justify-items: center;
}

.team-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.team-card h3 {
  font-size: 18px;
  color: #04000a;
  margin-bottom: 12px;
}

.team-card .role {
  font-size: 18px;
  color: #1b13f1;
  margin-bottom: 10px;
}
.team-card .detail {
  font-size: 15px;
  color: #044460ec;
}
.section-divider {
  width: 70%;
  height: 1px;
  background-color: rgba(96, 30, 209, 0.626);
}
.teams-section {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-width: 700px;
  line-height: 1.7;
  margin-bottom: 1px;
  margin-top: 2px;
}

.team-block {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 28px 32px;
  border-left: 4px solid #7b2fff;
  text-align: left;
}

.team-block h3 {
  font-size: 22px;
  background: linear-gradient(to right, #057799, #c02cc0);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.team-members {
  font-size: 15px;
  color: #7b2fff;
  margin-bottom: 10px;
}

.team-desc {
  font-size: 15px;
  color: #9e8fc4;
  line-height: 1.6;
}

.section-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(84, 13, 206, 0.693);
  margin: 60px 0;
}
#contact h2 {
  font-size: 20px;
  color: #010003;
  -webkit-text-fill-color: unset;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  margin-bottom: 50px;
  margin-top: 30px;
  line-height: 1.7;
}

#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 20px 60px 20px;
  min-height: 100vh;
  justify-content: center;
}
.contact {
  font-size: 30px;
  color: #3a2a5a;
  max-width: 900px;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 30px;
}

.section-divider {
  width: 70%;
  height: 1px;
  background-color: rgba(96, 30, 209, 0.626);
  margin-bottom: 20;
}
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 45px;
  width: 400px;
  align-items: center;
  margin-bottom: 40px;
}
.contact-links a {
  color: #1b13f1;
  text-decoration: none;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-links a:hover {
  color: #7b2fff;
}

.contact-person {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgba(207, 195, 241, 0.88);
  border-radius: 12px;
  padding: 12px 20px;
  max-width: 400px;
  width: 100%;
}
.contact-person img {
  width: 50px;
  border-radius: 50%;
}
.contact-person a {
  color: #4305af;
  text-decoration: none;
  font-size: 16px;
}
.contact-person a:hover {
  color: #7b2fff;
}
.contact-redirect {
  font-size: 25px;
  color: #07010f;
  max-width: 600px;
  line-height: 1.7;
  margin-top: 40px;
  text-align: center;
}

.contact-redirect a {
  color: #7b2fff;
  text-decoration: underline;
}

.contact-redirect a:hover {
  color: #1ea2cadf;
}

.section-divider {
  width: 70%;
  height: 1px;
  background-color: rgba(96, 30, 209, 0.626);
  margin: 50px 0;
}

.bg-home {
  background-image: url("assets/Therapie.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(143, 134, 154, 0.3);
  background-blend-mode: lighten;
  backdrop-filter: blur(16px);
}
.bg-about {
  background-image: url("assets/about.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(171, 144, 175, 0.88);
  background-blend-mode: lighten;
  backdrop-filter: blur(16px);
}
.bg-contact {
  background-image: url("assets/contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(171, 144, 175, 0.88);
  background-blend-mode: lighten;
  backdrop-filter: blur(8px);
}

.bg-ideology {
  background-image: url("assets/ideologie.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(171, 144, 171, 0.88);
  background-blend-mode: lighten;
  backdrop-filter: blur(12px);
}
.bg-impressum {
  background-image: url("assets/impressum.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(171, 130, 171, 0.88);
  background-blend-mode: lighten;
  backdrop-filter: blur(1px);
}
.bg-data_privacy {
  background-image: url("assets/data_privacy.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(171, 144, 171, 0.88);
  background-blend-mode: lighten;
  backdrop-filter: blur(10px);
}
.bg-roadmap {
  background-image: url("assets/roadmap.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(171, 144, 171, 0.88);
  background-blend-mode: lighten;
  backdrop-filter: blur(15px);
}
#ideology {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 80px 80px 80px;
  max-width: 900px;
  margin: 0 auto;
}

.ideology-label {
  font-size: 24px;
  letter-spacing: 2px;
  color: #1b13f1;
  margin-bottom: 40px;
  margin-top: 70px;
  font-weight: bold;
}

.ideology-title {
  font-size: 48px;
  color: #1a0533;
  line-height: 1.2;
  margin-bottom: 24px;
  max-width: 600px;
}

.ideology-title em {
  color: #7b2fff;
  font-style: italic;
}

.ideology-subtitle {
  font-size: 16px;
  color: #4305af;
  max-width: 500px;
  line-height: 1.7;
  margin-bottom: 60px;
}

.values-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.value-item {
  display: flex;
  gap: 48px;
  padding: 40px 0;
  border-top: 1px solid rgba(123, 47, 255, 0.2);
}

.value-number {
  font-size: 13px;
  color: #7b2fff;
  font-weight: bold;
  min-width: 32px;
  padding-top: 4px;
}

.value-content h3 {
  font-size: 28px;
  color: #1a0533;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.value-content p {
  font-size: 15px;
  color: #3a2a5a;
  line-height: 1.7;
  max-width: 560px;
}

.value-tag {
  font-size: 11px;
  background-color: rgba(123, 47, 255, 0.15);
  color: #7b2fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 1px;
}

blockquote {
  font-style: italic;
  color: #5c41b4;
  border-left: 3px solid #7b2fff;
  padding-left: 16px;
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.6;
}

.ideology-footer {
  font-size: 11px;
  letter-spacing: 2px;
  color: #745cb2;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid rgba(123, 47, 255, 0.2);
  width: 100%;
}

#data_privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 80px 80px 80px;
  max-width: 850px;
  margin: 0 auto;
  justify-content: center;
}
#data_privacy h1 {
  display: none;
}

#data_privacy h2 {
  font-size: 20px;
  color: #7b2fff;
  -webkit-text-fill-color: unset;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.7;
}
#data_privacy h3 {
  font-size: 15px;
  color: #4305af;
  line-height: 1.7;
  margin-bottom: 15px;
  margin-top: 10px;
}

.number {
  font-size: 13px;
  color: #7b2fff;
  font-weight: bold;
  min-width: 32px;
  padding-top: 4px;
}

#data_privacy .value-content p strong {
  color: #1a0533;
  font-size: 15px;
  justify-content: center;
}

#data_privacy .value-content a {
  color: #7b2fff;
  text-decoration: underline;
}

#data_privacy .value-content a:hover {
  color: #ff4dff;
}
#data_privacy h2 {
  font-size: 52px;
  color: #7b2fff;
  -webkit-text-fill-color: #7b2fff;
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  margin-bottom: 15px;
  margin-top: 10px;
  line-height: 1.3;
  font-weight: 800;
}

#data_privacy h2 em {
  color: #1a0533;
  font-style: italic;
  -webkit-text-fill-color: #1a0533;
}
@media (max-width: 768px) {
  #data_privacy {
    padding: 100px 20px 60px 20px;
  }
}
#roadmap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 80px 80px 80px;
  max-width: 1000px;
  margin: 0 auto;
}

.phases-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.phase-item {
  display: flex;
  gap: 48px;
  padding: 48px 0;
  border-top: 1px solid rgba(123, 47, 255, 0.2);
}

.phase-number {
  font-size: 13px;
  color: #7b2fff;
  font-weight: bold;
  min-width: 32px;
  padding-top: 6px;
}

.phase-content {
  flex: 1;
}

.phase-content h3 {
  font-size: 28px;
  color: #1a0533;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.phase-goal {
  font-size: 13px;
  color: #7b2fff;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  font-style: italic;
}

.phase-tasks {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.task-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.task-category {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #7a5ec0;
  text-transform: uppercase;
  padding-top: 0;
  text-align: left;
  width: 100%;
  margin-bottom: 8px;
}
.task-items {
  display: center;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.task {
  display: flex;
  gap: 12px;
  align-items: flex-start; /* ← von center zu flex-start */
}

.task-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #3216d3;
  margin-top: 15px; /* ← kleiner Abstand damit der Dot auf Höhe der ersten Textzeile ist */
  margin-bottom: 20px;
}

.task p {
  font-size: 14px;
  color: #3a2a5a;
  line-height: 1.7;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #roadmap {
    padding: 100px 20px 60px 20px;
  }

  .phase-item {
    flex-direction: column;
    gap: 16px;
  }

  .task-row {
    flex-direction: column;
    gap: 8px;
  }

  .task-category {
    min-width: unset;
  }
}
#impressum {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 120px 80px 80px 80px;
  max-width: 900px;
  margin: 0 auto;
}

.impressum-block {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(123, 47, 255, 0.2);
  width: 100%;
}

.impressum-block h3 {
  font-size: 14px;
  color: #7b2fff;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.impressum-block p {
  font-size: 16px;
  color: #3a2a5a;
  line-height: 1.7;
}

.impressum-block a {
  color: #7b2fff;
  text-decoration: underline;
}

.impressum-block a:hover {
  color: #ff4dff;
}

#footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 80px;
  border-top: 1px solid rgba(123, 47, 255, 0.2);
  background-color: rgba(240, 235, 255, 0.9);
}

.footer-text {
  font-size: 13px;
  color: #9e8fc4;
}

.footer-links {
  display: flex;
  gap: 32px;
}

.footer-links a {
  font-size: 13px;
  color: #7b2fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #ff4dff;
}
#hamburger {
  display: none;
}
@media (max-width: 768px) {
  #hamburger {
    display: block;
    background: none;
    border: none;
    font-size: 28px;
    color: #c9b8ff;
    cursor: pointer;
  }

  #nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: rgba(188, 151, 232, 0.95);
    padding: 20px;
    gap: 20px;
  }

  #nav-links.open {
    display: flex;
  }
  /* Team grid — 1 column */
  .team-grid {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 20px;
  }

  /* About text smaller */
  .about-us {
    font-size: 18px;
    line-height: 1.5;
  }

  #about h2 {
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* Team cards centered */
  .team-card {
    max-width: 300px;
    margin: 0 auto;
  }

  /* Teams section */
  .teams-section {
    max-width: 100%;
    padding: 0 10px;
  }

  /* Footer */
  #footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 24px 20px;
  }
}
@media (max-width: 768px) {
  #ideology,
  #data_privacy,
  #roadmap,
  #about,
  #contact,
  #impressum {
    padding: 100px 20px 60px 20px;
  }

  .contact-links {
    width: 100%;
  }

  .contact-person {
    max-width: 100%;
  }

  #footer {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 24px 20px;
  }
}
@media (max-width: 768px) {
  .contact-links a {
    font-size: 18px;
    word-break: break-all;
  }
}
