.text-default.claim{
    max-width: 600px;
    margin:0 auto;
    background-color: var(--secondary_2_color);
    text-align: center;
    padding: var(--absatz_abstand);
    padding-top: calc(var(--absatz_abstand) + 10px);
    padding-bottom: calc(var(--absatz_abstand) + 10px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top:50px;
    position:relative;
    /* https://cssgradient.io/ */
    background: rgb(239,225,222);
    background: linear-gradient(180deg, rgba(239,225,222,1) 0%, rgba(243,215,207,1) 67%);
}
.text-default.claim:before{
    content:'';
    position:absolute;
    top:-50px;
    left:0px;
    right:0px;
    background-image: url('../../files/images/layout/claim_ecke.png');
    background-repeat: no-repeat;
    background-size: 120px;
    background-position: top center;
    height:80px;
}