.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    
}

.welcome-title {
    padding: 20px;
    font-size: clamp(0.5rem, 1vw + 0.8rem, 2rem);
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    font-family: 'Akatab', Sans-serif	;
    text-transform: uppercase;
}

.welcome-text{
    font-size: clamp(0.8rem, 0.7vw + 0.4rem, 1rem);
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    margin-top: 10px;
    font-family: 'Akatab', Sans-serif	;

}

.custom-box-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 10px;
}
.welcome-title,
.UntertitelStartseite,
.disclaimertitle,
.disclaimertitle2,
.disclaimertitle3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.disclaimertitle3{
        color: white;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 20px;
    padding: 12px 24px;
    font-size: 1.1em;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    min-width: 140px;
    min-height: 48px;
    text-align: center;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    margin: 0 12px 16px 12px;
    text-decoration: none;
}

.button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 1);
}

.button .svg {
    display: flex;
    align-items: center;
}

.button .svg svg {
    width: 24px;
    height: 24px;
    fill: #111;
}

.button .text {
    flex: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #000000;
}

.UntertitelStartseite,
.description {
    color: white;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}

.UntertitelStartseite {
    font-size: clamp(1.2rem, 1.5vw + 0.5rem, 2rem);
    margin-bottom: 1.5rem;
    font-weight: 600;
}

.description {
    font-size: clamp(0.9rem, 1vw + 0.3rem, 1.1rem);
    margin-bottom: 1rem;
    color: white;

}

#Disclaimer {
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 12px;
    padding: 5px 1vw;
    margin: 15px auto;
    max-width: 600px;
    color: #856404;
    font-size: 1rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.mySlides img {
    width: 300px;
    border-radius: 360px;
    -webkit-box-shadow: 0px 5px 31px -7px #000000;
    box-shadow: 0px 5px 31px -7px #000000;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mySlides {
    display: none;
}



.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

.responsive-cell-block {
  min-height: 75px;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: space-evenly;
}

.team-head-text {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}

.team-head-text {
  line-height: 50px;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.container {
  max-width: 1380px;
  margin-top: 60px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.card {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-right: 25px;
  padding-bottom: 30px;
  padding-left: 25px;
  background-color: white;
  border-radius: 20px;
}

.card-container {
  width: 280px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 10px;
}

.name {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 18px;
  font-weight: 800;
}

.position {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.feature-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: rgb(122, 122, 122);
  line-height: 30px;
}

.social-icons {
  width: 70px;
  display: flex;
  justify-content: space-between;
}

.team-image-wrapper {
  clip-path: circle(50% at 50% 50%);
  width: 130px;
  height: 130px;
}

.team-member-image {
  max-width: 100%;
}

@media (max-width: 500px) {
  .card-container {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
}