.container-fluid {
  display: flex;
  flex-direction: row;

  background-color: #051027;

  width: 100%;
  height: auto;
  /* justify-content: center; */
  align-items: center;
  margin-right: 3rem;

  /* stack children vertically */
  /* (optional) center the boxes horizontally */
  gap: 4rem;
  padding-top: 10%;
  padding-bottom: 10%;
  padding-right: 5%;
  padding-left: 5%;
}


.index-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  background-color: #ffffff;
  width: 50%;
  margin: auto;
  height: auto;
  border-radius: 0.5rem;
  /* padding-top: 2%;
  padding-bottom: 2%;  */
  /* abgerundete Ecken */

  font-size: 1.1rem;
  line-height: 1.7;

  /* Textgröße */
}



.index-figure svg {
  width: 100%;
  margin: 0 2rem;
  height: auto;
}

.index-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  /* background-color: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet); */
  color: white;
  width: 50%;

  margin: auto;
  margin-right: 0;
  padding-right: 0;
  max-width: 100%;
  height: 3;
  border-radius: 0.5rem;
  /* abgerundete Ecken */

  font-size: 2rem;
  line-height: 1.7;

}

/* 
.container-header {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 5%;
 /
}*/
.header-svg {
  width: 100%;
  /* passt sich der Containerbreite an */
  height: auto;
  /* Höhe proportional */
  display: block;
  margin: auto;
  /* zentrieren */
}

#header-container {
  background-color: antiquewhite;
  width: 100vw;
  height: auto;
  z-index: -40;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  padding-left: 0rem;
  padding-right: 0rem;
  box-sizing: border-box;
  padding-top: 1rem;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  /* Ensures padding doesn't break layout */
}

.index-text h4 {
  font-size: 2rem;

}

.index-text h4::after {
  content: "";
  display: block;
  margin-top: 0.5em;

  border-top: 2px solid #931375;
  opacity: 1;
}

@media all and (max-width: 1300px) {
  .index-text {
    font-size: 1.1rem;
    text-align: left;
  }

  .index-text h4 {
    font-size: 1.1rem;

  }
}

@media all and (max-width: 900px) {
  .index-text {
    font-size: 1rem;
    text-align: left;
  }

  .index-text h4 {
    font-size: 1.1rem;

  }
}

@media all and (max-width: 500px) {
  .container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }

  .index-text {
    width: 80%;
    font-size: 1rem;
    text-align: left;
    margin: auto;
    text-align: justify;
  }

  .index-figure {
    width: 80%;
  }

  .handy {
    flex-direction: column-reverse;
  }


}

.video{
    flex-direction: column  ;
    
  }


.col{
  display: flex;
  flex-direction: column;
}