.FrischedeckelContainer{
    display: flex;
    background-color: var(--Hintergrudfarbe);
}
.TextBlockFrischedeckel{
    margin-right: 5%;
    margin-left: 5%;
    
}
.BildBlockFrischedeckel{
    width:100%;
    overflow: hidden;

}
.BildBlockFrischedeckel .IMGWrapper{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.BildBlockFrischedeckel img{
    width: 100%;


}
.FrischedeckelAufzählung li{
    margin-bottom: 0.5em;
    line-height: 1.2;
}
