.hero-wrapper{
    width:100%;
    height:700px;
    position: relative;
    overflow: hidden;
}

.hero-outer-container{
    margin-bottom:0px;
      overflow-y: hidden;
}
.image{
        width:100%;
        height:100%;
    position:absolute;
    top:0;
    left:0;
}

.hero-container{
    width: 100%;
    display:flex;
    justify-content:flex-start;
    align-items:flex-end;
    gap:30px;
}

.image img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position: 0% 10%;
}

.content{
    width: 312px;
    color: white;
    position:relative;
}

.background-circle{
    position: absolute;
    top: -10%;
    left: -80%;
    width: 200%;
    border-radius: 50%;
    aspect-ratio: 1/1;
    z-index: -1;
}

.inner-container{
    width:1040px;
    height:100%;
}

.container{
    width:100%;
    /*max-width:1240px;*/
    margin-left:auto;
    margin-right:auto;
    display:flex;
    justify-content:center;
}

.inner-container-wrapper{
  height: 100%;
  width:100%;
  z-index: 2;
  top: 0;
  left: auto;
  z-index: 2;
  position: absolute;
  display: flex;
  justify-content: center;
}
    
.hero-container h1{
    

    /* Titel 2 */
    font-family: "Bodoni Moda";
    font-size: 36px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    margin-bottom:20px;
}

.hero-container h3{
    

    /* Titel 3 */
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:10px;

}

.hero-container p{
    
     color: #FFF;
    
    /* Fließtext Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.content h1{

    /* Titel 1 */
    font-family: "PT Sans", sans-serif;    
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.content{
margin-bottom:40px;
    
}