.textBar {
    background-color: #702356;
}

.textBarText {
    color: #fff;
    font-size: 28px;
    padding: 50px 0;
}

.stoerer {
    position: relative;
    width: 310px;
    color: #fff;
    border-radius: 50%;
    background: #E92962;
    background: linear-gradient(130deg, #792474 0%, #E92962 100%);
    transform: translateY(-25%) rotateZ(-10deg);
}
.stoerer::after {
    display: block;
    content: '';
    padding-bottom: 100%;
}
.stoererContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding: 0 40px;
    box-sizing: border-box;
}
.stoererContent h4, .stoererContent h3 {
    margin-bottom: 15px;
}
.stoererContent p {
    margin: 0;
}


/* TEST!!! */
.vc_row {
    overflow: visible !important;
}

@media (max-width: 800px)
{
    .textBar {
        margin-bottom: 140px !important;
    }
    .textbarRow {
        flex-wrap: wrap;
    }
    .textbarRow > .col {
        flex-basis: 100%;
    }
    .textBarText {
        font-size: 22px;
        padding-bottom: 0;
    }
    .stoerer {
        transform: rotateZ(-10deg);
        margin: 0 auto -100px auto;
    }
}