.tsg-vorteile-wrapper h3 {
    display: block;
    background: #6599CA;
    color: #fff;
    padding: 15px 30px 15px 20px;
    font-size: 36px;
    margin-bottom: 25px;
    border-radius: 0px 0px 30px 0px;
    -webkit-border-radius: 0px 0px 30px 0px;
}

.tsg-vorteile-wrapper .tsg-vorteil h4 {
    font-weight:700;
    display: table;
}

.tsg-vorteile-wrapper .tsg-vorteil h4:before {
    content:url("/app/themes/thuega-refactoring/includes/siteorigin/Tsgvorteile_Widget/icons/plusicon.png");
    position:relative;
    top:3px;
    padding-right:15px;
    display: table-cell;
}

.tsg-vorteile-wrapper .tsg-vorteile-group {
    display:flex;
    display:-webkit-flex;
    display:-ms-flex;
    margin-top:15px;
    flex-wrap: wrap;
}

.tsg-vorteile-wrapper .tsg-vorteil {
    padding-top: 20px;
}

.tsg-vorteil > div {
    padding-left: 35px;
}

.tsg-vorteile-load-more {
    display: table;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tsg-vorteile-load-more.displayed-all {
    display:none;
}

@media screen and (max-width:991px) {
    .tsg-vorteile-wrapper .tsg-vorteil.restricted-mobile:nth-child(n+4) {
        display: none;
    }
}

@media screen and (min-width:992px) {
    .tsg-vorteile-wrapper h3 {
        display: inline-block;
        padding: 15px 30px 15px 7%;
    }
    .tsg-vorteile-wrapper .tsg-vorteil {
        width: 33.33%;
        padding-right: 50px;
        padding-top: 20px;
    }
    .tsg-vorteile-load-more {
        display:none;
    }
}

@media screen and (min-width: 1921px) {
   .page-template > .col-12 > div > .panel-layout.expand-to-maximum {
        min-width: 1920px;
        margin: 0 auto;
        margin-left: -147px;
    }
    .panel-layout.expand-to-maximum .widget_siteorigin-panels-builder {
        max-width: 1625px;
        margin: 0px auto 0px auto;
    }
}

@media screen and (max-width:1920px) {
    .page-template > .col-12 > div > .panel-layout.expand-to-maximum {
        min-width: 100%;
        margin: 0 auto;
        margin-left: 0px;
    }
}