@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni&display=swap');

*,
*::before,
*::after {
  box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    background-color: white;
    font-family: 'Libre Bodoni', serif;
}

body{
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* HEADER */

.feature:hover .material-symbols-outlined {
    animation: rotate 1s forwards;
  }
   
   header {
    background-color: rgb(247, 247, 247);
    color: black;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 2.5rem 0;
    opacity: 0;
  }
  
  header a {
    text-transform: unset;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 1s ease;
    cursor: pointer;
    color: black;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .menu-icon {
    font-size: 24px;
    cursor: pointer;
    display: none;
  }
  
  .logo a {
    all: unset;
    padding-right: 2rem;
    font-size: 2rem;
    font-family: cursive;
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
  }
  
  .menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .menu li {
    margin: 0 20px;
    position: relative;
  }
  
  .close-icon {
    display: none;
  }
  
  .menu.active .close-icon {
    display: block;
  }
  
  .menu-icon.hidden {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .menu-icon {
      display: block;
    }
  
    .menu {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: 999;
      text-align: center;
      padding-top: 60px;
    }
  
    .menu.active {
      display: block;
    }
  
    .menu ul {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 0;
      padding-top: 5rem;

    }
  
    .menu li {
      margin: 10px 0;
      position: relative;
    }
  
    .menu a {
      color: black;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 2rem;
    }
  }
  
  .material-symbols-outlined {
    font-variation-settings:
      'FILL' 0,
      'wght' 400,
      'GRAD' 0,
      'opsz' 48
  }

  .black.material-symbols-outlined {
    color: #000; /* Schwarz */
  }
  
  .material-symbols-outlined {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 2.5;
}
.material-symbols-outlinedone{
    color: black;
}

.menu-icon.active .material-symbols-outlined:nth-of-type(1) {
transform: rotate(45deg) translate(4px, 4px);
}

.menu-icon.active .material-symbols-outlined:nth-of-type(2) {
opacity: 0;
}

.menu-icon.active .material-symbols-outlined:nth-of-type(3) {
transform: rotate(-45deg) translate(4px, -4px);
}

.close-icon {
position: absolute;
top: 25px;
right: 25px;
font-size: 24px;
cursor: pointer;
display: none;
}



@keyframes rotate {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@media screen and (min-width: 769px) {
    .menu.active {
      display: none;
    }
    .menu-icon {
        display: none;
      }
      .close-icon{
        display: none;
      }
  }




/* ENDE HEADER */







.banner1{
    height: 600vh;
    width: 100vw;
    color: white;

}

.background{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(60%);
    z-index: -1;
    top: 0;
    left: 0; 
}

.content{
    color: white;
    transform: translate(-50%, -50%);
    z-index: -1;
    font-family: 'Libre Bodoni', serif;
    left: 50%;
 }
 .c1{
    font-size: 9vw;
    top: 30vh;
 }
 .c2{
    font-size: 4vw;
    top: 55vh;
 }
 
 .c3{
    font-size: 3vw;
    top: 75%;
 }
 .c4{
     font-size: 3vw;
     top: 95%;
 }

 .banner2{
     background-color: white;
     min-height: 60vh;
     overflow: auto;
     padding: 3rem 0;
 }
 .banner-price{
    background-color: white;
    min-height: 60vh;
    overflow: auto;
    padding: 3rem 0;
}
 .banner4{
    background-color: rgb(247, 247, 247);
    min-height: 60vh;
    overflow: auto;
    padding: 3rem 0;
}
 .banner3{
    background-color: rgb(247, 247, 247);
    min-height: 100vh;
    padding-top: 3rem;
    overflow: auto;
}



.banner2__header{
    color: black;
    font-size: calc(12px + 2vw);
    position: relative;
    z-index: 2;
}

.flex_container{
    display: flex;
    min-height: 50vh;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    flex-direction: grid;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1400px;
}

.box-1{
    flex-basis: 40%;
    margin: 2rem 0;
}

.box-1 h3{
    font-family: sans-serif;
}
.box-2{
    flex-basis: 50%;
    font-size: 1.2rem;
    
}

.box-2-img{
    background-image: url(PeopleWebsite.jpg);
    z-index: 3;
    width: 80%;
    height: 80%;
}

.container-header {
    font-size: 3rem; /* Default Schriftgröße für größere Bildschirme */
    text-align: center;
    padding-top: 5vh;
    padding: 0 2rem;
    padding-bottom: 4vh;
  }
  .unterüberschrift.container-header{
    font-size: 1.6rem;
    font-family: 'Times New Roman', Times, serif;
  }
  .unterüberschrift2.container-header{
    font-size: 1.6rem;
    padding-top: 2rem;
  }
  .oben.container-header{
    font-size: 2rem;
  }
  
  @media (max-width: 768px) {
    .container-header {
      font-size: 3rem; /* Kleinere Schriftgröße für kleinere Bildschirme */
      padding: 0 0.5rem;
    }
  }
  
  @media (max-width: 480px) {
    .container-header {
      font-size: 2.5rem; /* Noch kleinere Schriftgröße für sehr kleine Bildschirme */
    }
  }
  

.container {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3vh;
    
  }
  .timeline {
    width: 80%;
    height: auto;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    left: -5%;
  
}
  
  .timeline ul {
    list-style: none;
  }
  .timeline ul li {
    padding: 20px;
    background: rgb(181,78,97);
    background: linear-gradient(347deg, rgba(181,78,97,1) 0%, rgba(132,7,169,1) 77%);
    color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  }
  .timeline ul li:last-child {
    margin-bottom: 0;
  }
  .timeline-content h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .timeline-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 100;
  }
  .timeline-content .date {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

@media only screen and (min-width: 768px) {
.timeline:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: rgb(181,78,97);
}
.timeline ul li {
  width: 50%;
  position: relative;
  margin-bottom: 50px;
}
.timeline ul li:nth-child(odd) {
  float: left;
  clear: right;
  transform: translateX(-50px);
  border-radius: 20px 0px 20px 20px;
}
.timeline ul li:nth-child(even) {
  float: right;
  clear: left;
  transform: translateX(30px);
  border-radius: 0px 20px 20px 20px;
}
.timeline ul li::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: rgb(181,78,97);
  top: 0px;
}
.timeline ul li:nth-child(odd)::before {
  transform: translate(50%, -50%);
  right: -30px;
}
.timeline ul li:nth-child(even)::before {
  transform: translate(-50%, -50%);
  left: -50px;
}
.timeline-content .date {
  position: absolute;
  top: -30px;
  color: black;
}
.timeline ul li:hover::before {
    background: rgb(181,78,97);
    background: linear-gradient(347deg, rgba(181,78,97,1) 0%, rgba(132,7,169,1) 77%);
}
}




@media (max-width: 850px) {
    .c1{
        font-size: 5rem;
    }
    .c2{
        font-size: 2.5rem;
    }
    .c3{
        font-size: 2rem;
        text-align: center;
        width: 100%;
        padding: 0 20px;
    }
    .c4{
        font-size: 2rem;
        text-align: center;
        width: 100%;
        padding: 0 50px;
    }
    .pricing-plan__wraper{
        flex-direction: column;
    }
    
    .banner2__header{
        font-size: calc(10px + 4vw);
    }
    .img-pricing{
        all: unset;
        left: 0;
        align-items: center;
        justify-content: center;
        background-image: url(Squares2.jpg);
        background-repeat: repeat-x;
    }
    .flex_container{
        flex-direction: column;
    }
    .box-1{
        order: 1;
    }
    .box-2{
        order: 2;
    }
    .banner2{
        min-height: 80vh;
    }
    .box-2-img{
        width: 100%;
        height: 100%;
    }
}


/* Anfang Pricing Plan */

.pricing-plan__wraper{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    padding-top: 0rem;
    position: relative;
}
.img-pricing{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-image: url(Squares2.jpg); 
 
}

.pricing-plan{
    width: 300px;
    border-radius: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #555555;
    margin: 15px;
}
.pricing-plan__special-text{
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: rgba(122,4,139,1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}
.pricing-plan__higlight{
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
}
.pricing-plan__header{
    padding: 25px;
    background: rgb(181,78,97);
    background: linear-gradient(347deg, rgba(181,78,97,1) 0%, rgba(132,7,169,1) 77%);
    color: white;
}

.pricing-plan__title,
.pricing-plan__summary{
    margin: 0;
    text-align: center;
}

.pricing-plan__title{
    font-size: 1.5em;
    font-weight: 400;
}
.pricing-plan__summary{
    font-size: 1em;
    font-weight: 300;
}
.pricing-plan__description{
    padding: 25px;
}

.pricing-plan__list{
    padding: 0;
    margin: 0;
}
.pricing-plan__feature{
    list-style: none;
    margin: 0;
    padding-left: 25px;
    position: relative;
    font-size: 0.9em;
}
.pricing-plan__feature:not(:last-child){
    margin-bottom: 0.5em;
}
.pricing-plan__feature::before{
    content: "\2714";
    color: rgb(181,78,97);
    position: absolute;
    left: 0;
}
.pricing-plan__actions{
    padding: 25px;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-direction: column;
}

.pricing-plan__button{
    display: inline-block;
    margin: 15px auto;
    padding: 8px 20px;
    text-decoration: none;
    color: rgb(181,78,97);
    background: white;
    border-radius: 5px;
    border: 1px solid  rgb(181,78,97);
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: bold;
}

.pricing-plan__button:hover{
    background: rgb(181,78,97);
    background: linear-gradient(347deg, rgba(181,78,97,1) 0%, rgba(132,7,169,1) 77%);
    color: white;
}

.pricing-plan__cost{
    margin: 0;
    text-align: center;
    font-size: 2em;
    color: black;
}

.pricing-plan__text{
    font-size: 0.9em;
    text-align: center;
    margin: 0 0 10px 0;
}

/* Ende Pricing Plan */


.containerfeature {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 4rem;
  }
  
  .features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
  }
  
  .feature {
    flex-basis: calc(33.33% - 20px);
    margin-bottom: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 40px;
    text-align: center;
    background: linear-gradient(347deg, rgba(181,78,97,0.95) 0%, rgba(132,7,169,0.95) 77%);
    font-family: sans-serif;
  }
  
  .feature i {
    font-size: 36px;
    margin-bottom: 20px;
    color: #fd0c84;
  }
  
  .feature h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: white;
  }
  
  .feature p {
    font-size: 18px;
    line-height: 1.5;
    color: white;
    margin-bottom: 0;
  }
  
  @media only screen and (max-width: 1024px) {
    .features {
      justify-content: space-evenly;
    }
  
    .feature {
      flex-basis: calc(50% - 20px);
    }
  }
  
  @media only screen and (max-width: 767px) {
    .feature {
      flex-basis: 75%;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .features {
      justify-content: center;
    }
  
    .feature {
      flex-basis: 75%;
   
    }
  }
  
  
  @keyframes rotate {
    0% {
      transform: translateY(0) ;
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0) ;
    }
  }
  
  
  

  .about-us__text {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    line-height: 1.8;
    width: 100%;

    text-align-last: center;
    padding: 0 2rem;
    font-size: 1.3rem;
  }


.oben.about-us__text{
    padding-bottom: 3rem;
    
}

footer {
    background-color: #f7f7f7;
    padding: 3rem 0;
    position: absolute;
    width: 100%;
  }
  
  footer nav {
    text-align: center;
    justify-content: center;
  }
  
  footer nav ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  
  footer nav ul li {
    display: inline-block;
    font-size: 16px;
    margin: 0 10px;
    padding: 0;
  }
  
  footer nav ul li:not(:last-child) {
    margin-right: 60px;
  }
  
  footer nav ul li a {
    text-decoration: none;
    color: #333;
  }
  
  footer nav ul li a:hover {
    color:rgba(132,7,169,0.95);
  }
  
  @media (max-width: 768px) {
    footer{
        padding: 2rem 0;
    }

    footer nav ul li:not(:last-child) {
      margin-right: 0;
      margin-bottom: 10px;
      
    }
    
    footer nav ul li {
      margin-right: 0;
      display: block;
    }
    .about-us__text{
        font-size: 1rem;
        text-align: center;
        justify-content: center;
        /* text-align-last: left; */
    }
  }
      
