.ec_productHero {
    margin-top: 10px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.ec_productHero .page-wrapper {
    position: relative;
}

.ec_productHero .col-lg-8 .column--1,
.ec_productHero .col-lg-4 .column--2 {
    position: relative;
    height: 440px;
}

.ec_productHero .col-lg-8 .column--1 {
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.ec_productHero .col-lg-8 .column--1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.ec_productHero .col-lg-4 .column--2 {
    position: relative;
    /*background-image: linear-gradient(135deg, #FFF2DE 0%, #FFFDFB 100%);*/
    background-color: #FFF2DE;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: 8rem;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
    padding: .75rem;
}

.column--2:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 242, 222, 0);
    border-right-color: #FFF2DE;
    border-width: 30px;
    margin-top: -30px;
}

.scrolled-sidebar {
    margin: 0 1rem;
    border-radius: 30px;
    height: 220px !important;
    box-shadow: 0px 4px 4px 0px rgba(233, 217, 192, 1);
}

.scrolled-sidebar:after {
    display: none;
}

.ec_offerMockup {
    position: absolute;
    bottom: 10px;
    -webkit-transition: all 0.1s 0s ease;
    -moz-transition: all 0.1s 0s ease;
    -o-transition: all 0.1s 0s ease;
    transition: all 0.1s 0s ease;
}

.ec_offerMockupSolo {
    position: absolute;
    bottom: 15px;
    -webkit-transition: all 0.1s 0s ease;
    -moz-transition: all 0.1s 0s ease;
    -o-transition: all 0.1s 0s ease;
    transition: all 0.1s 0s ease;
}

.ec_offerLink {
    z-index: 10;
}

.ec_productHero .content-wrapper {
    height: 100%;
    /*
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            */
}

.ec_productHero .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.ec_productHero .content .desc {
    text-align: center;
}

.ec_productHero .ec_cardTitle {
    text-align: center;
    font-weight: 600 !important;
}

@media (max-width: 768px) {

    .col-lg-8 .column--1,
    .col-lg-4 .column--2 {
        height: 300px !important;
    }

    /*
            .ec_productHero .content {
                padding:1rem !important;
            }
            */

    /*
            .ec_productHero .col-lg-4 .column--2 img {
                display:none;
            }
            */
    .scrolled-sidebar {
        height: 220px !important;
    }
}

.ec_produktFrage {
    padding-bottom: 30px !important;
    border-bottom: 1px solid #dadada !important;
    margin-bottom: 2.5rem !important;
}

.ec_produktAnswer {
    color: #656565;
}

.ec_imgcaption {
    background-color: #0000005e;
    padding: 10px 10px 10px;
    color: #e1e1e1;
    font-size: .75em;
    position: relative;
    bottom: 4rem;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.ec_sectionHead {
    font-size: 1rem;
    font-weight: 600 !important;
    color: #ff9b04;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.eduProductDetail p img {
    width: 100%;
}

.eduProductDetail h3 {
    font-weight: 600 !important;
}

.eduProductDetail .row img {
    max-width: 160px;
}

.ec_toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #dadada;
    display: table;
    font-size: .875em;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
}

.ec_toc_title {
    font-weight: 600;
}

.ec_toc_container li,
#ec_toc_container ul,
#ec_toc_container ul li {
    /* list-style: outside none none !important; */
}

.ec_toc_container a {
    color: #656565 !important;
    cursor: pointer;
}

.ec_toc_container a:hover {
    color: #ff9b04 !important;
}

.ec_offerRow {}

.ec_offerRow:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.ec_readMoreBox {
    max-height: 80px;
    position: relative;
    overflow: hidden;
}

.ec_readMoreBox ul {
    margin-bottom: 0;
}

.ec_readMoreLink {
    background-color: #ffffff6e;
    /*padding: 10px 50px; */
}

@media (max-width: 768px) {
    .ec_readMoreLink {
        padding: 0;
    }
}

.ec_readMore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px 0 20px 0;

    background-image: -moz-linear-gradient(top, #ffffff00, white);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff00), color-stop(1, white));
}

.ec_readMoreGray {
    background-image: -moz-linear-gradient(top, transparent, #f9f9f9);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1, #f9f9f9));
    padding: 0;
}

#footerCTA {
    box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, .09);
}

#headerCTA {
    box-shadow: 0px 4px 4px 2px rgba(0, 0, 0, .20);
    margin-top: 68px;
    z-index: 100;
}

#accordionDetail .grid-container.container {
    padding: 0px;
}

#accordionDetail img {
    max-width: 100%;
    height: auto;
}

.accordion-body ol li,
.accordion-body ul li {
    list-style-type: disc;
    padding-bottom: 1rem;
}

.ec_card button {
    width: auto;
}

.accordion .caption {
    position: relative;
    left: 0.5rem;
    font-size: 80%;
}

.ec_fachrichtung .caption {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
    font-size: 80%;
    color: #666;
}

#detail-collapseNine .caption {
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    font-size: 80% !important;
    color: #666 !important;
    top: auto;
    left: auto;
}

.ec_results-section-left-cards .caption {
    position: relative;
    bottom: 1rem;
    font-size: 80%;
    color: #666;
}

@media (min-width: 992px) {
    .ec_product-section-right .position-sticky {
        top: 150px;
    }
}

#footerCTA {
    z-index: 999;
    opacity: 0.95;
}

.eduProductDetail {
    margin-bottom: 2rem;
}

.eduProductDetail h3 {
    font-weight: 500 !important;
}

.ec_caption {
    display: inline;
    background: #999999;
    opacity: 0.7;
    color: #fff;
    font-size: 80%;
    padding: 5px;
    border-radius: 3px;
    position: relative;
    top: -30px;
    left: 5px;
}