/*-- Allgemeines & Hintergründe --*/

.bg-white-heptacom {
    background-color: white;
    background-image: none;
}

.bg-white-sparkle {
    background-image: url(/resources/img/backgrounds/bg-heptacom.svg);
    height: auto;
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: -730%;
}

h3 {
    font-size: 26px;
}

.card-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.full-width-light-section a {
    color: var(--heptacom-primary);
}


@media only screen and (min-width: 1024px) {
    h3 {
        font-size: 33px;
    }
}
/*-- Spacing --*/

.spacing {
    padding-top: 20px;
}

.bg-light-heptacom .spacing p {
    padding-right: 1rem;
}

.impl .container {
    padding-top: 25px;
}

/*-- Zwischennavigation --*/

.d-none {
    display: flex !important;
}

.bg-grey-heptacom .nav-pills a {
    background-color: #ededed;
    color: #1D1D1D;
}

.nav-pills {
    justify-content: center;
    font-size: 16px;
    margin: 0;
}

.nav-pills li  {
    padding: 0 15px 0 15px;
    text-align: center;
}

.nav-pills li a {
    border-bottom: 1px solid;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 10px 0px 10px 0px;
}

.nav-pills a {
    font-weight: normal;
}

.nav-pills .active {
    border-bottom: 2px solid;
    font-weight: bolder;
}

/*-- Die Vorteile von Heptaconnect -- */

.bg-light-heptacom .spacing {
    padding-top: 0;
}

.bg-light-heptacom .container {
    padding-top: 0;
}

.list h4 {
    padding: 0 0 17px 0;
}
.list-check-2 {
    list-style: none;
    line-height: 2.3rem;
    padding: 0;
    font-size: 17px;
}

.list-check-2 .col {
    padding: 0;
}

.list-check-2 .row {
    margin: 2rem;
    padding: 1rem;
}

.list-check-2 {
    list-style: none;
    line-height: 1.3rem;
    padding: 0;
    font-size: 17px;
}

ul.list-check-2 li {
    padding-left: 40px;
    padding-bottom: 20px;
    background-image: url(/resources/img/icons/check-regular.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}

div .col .bg-grey-heptacom {
    background-color: #ededed;
    background-size: contain;
    margin: 1rem;
}

@media only screen and (min-width: 1300px) {
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

    .span-row-2 {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .what-is-heptaconnect {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .span-col-2 {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2;
    }

}

@media only screen and (min-width: 768px) {
    .nav-pills li {
        padding: 0px 30px 0 15px;
    }

    .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

}

@media only screen and (min-width: 1024px) {

    .list .row {
        display: table-cell;
    }

    .bg-light-heptacom .container {
        padding-top: 2rem;
    }

}
/*-- Preismodelle -- */

.price-cards {
    min-height: 400px;
}


.price {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card p {
    margin: 0;
}

.card-extra img {
    width: 8%;
}

.extra {
    padding: 2rem 1rem 1rem 1rem;
    background-color: #ebebeb;
    width: 100%;
}

.month {
    color: #D0D0D0;
    font-size: 23px;
}

.extra p {
    padding: 0;
}

.extra h3 {
    margin: 0;
    padding: 0;
}

.card-extra h6 {
    font-family: "din-2014", sans-serif;
    font-weight: bolder;
}

.card-top {
    background-color: #0070C9;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.card-grey {
    background-color: #3C3C3B;
}

.body-grey {
    background-color: var(--heptacom-light);
}

.card-title {
    text-align: center;
    font-family: "jaf-domus-titling-web", sans-serif;
    font-size: 33px;
    padding-bottom: 10px;
}

.card ul.list-check li {
    padding-left: 40px;
    padding-bottom: 15px !important;
    background-image: url(/resources/img/icons/check-regular.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}

.card .list-check {
    list-style: none;
    line-height: 1rem;
    padding: 0;
    font-size: 17px;
}

.line {
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 15px;
}

.end {
    border-bottom: none;
}

.not-active {
    color: #D0D0D0;
    background-image: url(/resources/img/icons/times-regular.svg) !important;
    background-size: 16px !important;
    border-bottom: none;
}

.center-button {
    text-align: center;
}

.anfragen {
    padding: 0.375rem 1.75rem;
}

.btn-price-card {
    border-radius: 0rem;
    font-weight: 600;
    line-height: 35px;
    color: white !important;
    background-color: #0070C9;
    border-color: #007bff;
}

@media only screen and (min-width: 1024px) {

    .price {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .card p {
        margin: 0;
    }

    .extra {
        padding: 1.25rem;
        background-color: #ebebeb;
    }

    .month {
        color: #D0D0D0;
        font-size: 23px;
    }

    .extra h3 {
        margin: 0;
        padding: 0;
    }

    .card-extra img {
        width: 8%;
    }

    .card-extra h6 {
        font-family: "din-2014", sans-serif;
        font-weight: bolder;
    }

    .card-top {
        background-color: #0070C9;
        color: white;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .card-grey {
        background-color: #3C3C3B;
    }

    .body-grey {
        background-color: var(--heptacom-light);
    }

    .card-title {
        text-align: center;
        font-family: "jaf-domus-titling-web", sans-serif;
        font-size: 33px;
        padding-bottom: 10px;
    }

    .card ul.list-check li {
        padding-left: 40px;
        padding-bottom: 15px !important;
        background-image: url(/resources/img/icons/check-regular.svg);
        background-repeat: no-repeat;
        background-size: 20px;
    }

    .card .list-check {
        list-style: none;
        line-height: 1rem;
        padding: 0;
        font-size: 17px;
    }

    .line {
        border-bottom: 1px solid #D0D0D0;
        margin-bottom: 15px;
    }

    .end {
        border-bottom: none;
    }

    .not-active {
        color: #D0D0D0;
        background-image: url(/resources/img/icons/times-regular.svg) !important;
        background-size: 16px !important;
        border-bottom: none;
    }

    .center-button {
        text-align: center;
    }

    .anfragen {
        padding: 0.375rem 1.75rem;
    }

    .btn-price-card {
        border-radius: 0rem;
        font-weight: 600;
        line-height: 35px;
        color: white !important;
        background-color: #0070C9;
        border-color: #007bff;
    }
}

.price-button-mt-30 {
    margin-top: 30px;
}
/*-- Heptahelp -- */


    .impl {
        background-image: url("/resources/img/backgrounds/bg-developer-mobile.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        padding: 0 0 2rem 0;
    }

    .impl h4 {
        color: white;
        margin: 0;
        padding-bottom: 20px;
    }

    .impl .card-body h3 {
        margin: 0;
        text-align: center;
    }

    .impl .card {
        color: #3C3C3B;

}
@media only screen and (min-width: 1024px) {
    .impl {
        padding: 12rem;
        background-image: url("/resources/img/backgrounds/bg-developer.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
    }

    .impl h4 {
        color: white;
        margin: 0;
        padding-bottom: 20px;
        padding-left: 0;
    }

    .impl h3 {
        margin: 0;
        padding-left: 0;
    }

    .impl .card {
        color: #3C3C3B;
        margin-left: 12rem;
    }
}


/*-- Open source, docs -- */

.bg-half h3 {
    margin-top: 1rem;
}

.bg-half {
    background-image: url(/resources/img/backgrounds/bg-half.svg);
    background-size: 200%;
    background-position: bottom;
    padding-top: 1rem;
    background-repeat: no-repeat;
}

.bg-half img {
    width: 1.4rem;
    margin-right: 0.5rem;
}

.bg-half a {
    border-bottom: 1px solid #3C3C3B;
    color: #3C3C3B;
    padding-top: 2rem;
}

.col .chevron img {
    width: 8px;
    margin: 0;
}

.bg-half .col {
    width: 100%;
    padding-top: 2rem;
}

.bg-half .row {
    display: block;
    padding: 0 1rem 3rem 1rem;
}

.w-all-100 {
    width: 100%;
}

.grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}

.flex-grow-0-row .col {
    flex-grow: 0;
}

@media (min-width: 1300px) {
    .span-col-2{grid-column: 1 !important;}
}

@media only screen and (min-width: 1024px) {

    .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    .span-col-2{grid-column: span 2 / auto;}


    .w-lg-50 {
        width: 50%;
    }

    .w-lg-75 {
        width: 75%;
    }

    .bg-half {
        background-size: 80%;
        background-position: 460px -30px;
    }

    .bg-half .row {
        display: flex;
        padding: 0 38rem 5rem 1rem;
    }

    .bg-half .col {
        width: 50%;
    }

    .bg-half h3 {
        padding-top: 2rem;
    }
}

/*-- WIR SIND DER RICHTIGE PARTNER FÜR SIE -- */

.blue-background {
    padding-top: 3rem;
    padding-bottom: 0;
}


/* -- Referenzen --*/

.company-name {
    font-size: 20px;
    text-align: left;
    margin: 0;
}

.company-describtion {
    color: #333333;
    font-family: 'din-2014';
    font-weight: 400;
    font-size: 18px;
    padding: 0;
}

.reference-cards .card {
    min-height: 360px;
}

.reference-cards .card:last-child {
    margin-top: 40px;
}

.open-source-box .row {
    display: flex;
    max-width: 650px;
    align-items: center;
}
.open-source-box a {
    color: #333333;
}
.open-source-box img {
    width: 30px;
    margin-right: 10px;
}

.help-card a {
    color: #333333;
}

@media only screen and (max-width: 760px) {
    .open-source-box .row {
        display: block;
        padding: 1rem 1rem 2rem 1rem;
        max-width: 650px;
    }

    .open-source-box .col {
        padding-bottom: 1rem;
    }
}

.function-explanation img {
    width: 100%;
}