/* Created by Content Block Wizard */

.vorteile-container {
    width: 100vw;
}

.vorteile-inner {
    display: inline-flex;
    padding: 0px 60px;
    width: 100%;
}

.vorteile-inner-left-container,
.vorteile-inner-right-container {
    padding: 50px;
    width: 50%;
}

.vorteile-inner-left-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vorteile-inner-left-top h1 {
    text-transform: none;
}

.vorteile-inner-intro-text p {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.vorteile-inner-main-text {
    padding-top: 20px;
    padding-left: 25px;
}

.vorteile-inner-main-text ul li {
    display: block;
    margin-bottom: 40px;
    position: relative;
}

.vorteile-inner-main-text ul li::before {
    content: url("/typo3conf/ext/gmk_reloaded/Resources/Public/Images/list-image.png");
    left: -55px;
    position: absolute;
    top: -11px;
}

.vorteile-cta-container {
    align-items: center;
    display: inline-flex;
}

.vorteile-cta-container a {
    margin-left: 15px;
}

.vorteile-cta-text p {
    font-family: 'Roboto Condensed';
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 0;
}

.vorteile-cta-text small {
    font-family: 'Roboto';
    font-size: 10px;
    font-weight: 400;
}

.vorteile-inner-right-container {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.vorteile-inner-img-container {
    padding: 50px 0;
}

.vorteile-inner-img-container img {
    max-width: 100%;
    object-fit: cover;
}

.vorteile-right-link {
    color: #3C3C3C;
    font-style: italic;
    text-decoration: underline;
}

.vorteile-inner-left-top h1 span {
    background: linear-gradient(transparent, transparent 50%, #FCFD7E 0, #FCFD7E 100%, transparent 0) no-repeat;
}

@media screen and (max-width: 860px) {

    .vorteile-inner {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .vorteile-inner-left-container,
    .vorteile-inner-right-container {
        padding: 0;
        width: 100%;
    }

    .vorteile-inner-right-container {
        order: 0;
    }

    .vorteile-inner-left-container {
        order: 1;
    }

    .vorteile-inner-intro-text p {
        text-align: center;
    }

    .vorteile-inner-main-text {
        padding-top: 0;
        padding-left: 0;
    }

    .vorteile-inner-main-text ul {
        margin-top: 55px;
        padding-left: 0;
        text-align: center;
    }

    .vorteile-inner-main-text ul li {
        margin-bottom: 55px;
        padding: 10px 20px;
        position: relative;
    }

    .vorteile-inner-main-text ul li::before {
        content: url('/typo3conf/ext/gmk_reloaded/Resources/Public/Images/list-image.png');
        left: calc(50% - 25px);
        position: absolute;
        top: -55px;
    }

    .vorteile-inner-img-container img {
        height: auto;
    }

    .vorteile-inner-left-top h1 {
        line-height: 42px;
        margin-bottom: 20px;
        text-align: center;
    }

    .vorteile-cta-container {
        flex-direction: column;
    }

    .vorteile-cta-container a {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}
