.intro-circle-wrapper{
    position:relative;
    display:flex;
    width:100%;
    min-height: 625px;
}

.circle{
    display: flex;
    width: 800px;
    height: 800px;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    position: absolute;
    left: -175.5px;
    top: -212px;
    border-radius: 400px;
}

.circle > .title { 
    color: #FFF;

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

.circle-content {
    width: 450px;
    overflow:hidden;
    color:white;
    /*padding-left:30px;*/
}

.orange-title{
    color: #F67052;
    font-family:"PT Sans", sans-serif
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 30px;
}
.zahl-orange{
    font-style: thin;
    color: #F67052;
    padding:0px;
    font-family:"PT Sans", sans-serif;
    font-weight: 300;

}
.intro-circle-wrapper > p{
    width: 450px;
}

.intro-circle-wrapper >  img{
    width: 316.635px;
    height: 447px;
    aspect-ratio: 316.63/447.00;
    position: absolute;
    right: -0.135px;
    top: 20px;
    object-fit:cover;⁨
}

