/* ---- Main page style (global) ---- */

.deploy-prezess-wrapper img {
    width: -webkit-fill-available;
}

.gray-background {
    background-color: #E6E6E6;
}

.blue-background {
    background-color: #0070C9;
    color: #fff;
}

.heptacom-background {
    background-image: url("../../../resources/img/backgrounds/heptacom-logo-background.png");
    background-repeat: no-repeat;
    background-position: center;
}

.heptacom-background a{
    display: block;
    width: 200px;
    margin: 30px auto 0 auto;
}

.blue-background h3 {
    color: #fff;
    padding-top: 40px;
}

.blue-background p {
    margin: 0 0 30px 0;
    font-size: 22px;
}

.blue-background a {
    color: #fff;
    text-decoration: none;
    font-family: din-2014, sans-serif;
    font-weight: 300;
    line-height: 23px;
}

.developer-img-wrapper {
    clip-path: polygon(50% 100%, 90% 80%, 100% 38%, 70% 5%, 30% 5%, 0 38%, 11% 80%);
    -webkit-clip-path: polygon(50% 100%, 90% 80%, 100% 38%, 70% 5%, 30% 5%, 0 38%, 11% 80%);
    width: 200px;
    margin: 20px auto 0 auto;
}

.developer-banner .row .col-12 {
    max-width: 100%!important;
}

.developer-banner .col-12 .jumbotron h3 {
    white-space: break-spaces;
}

.developer-img-wrapper img {
    width: 100%;
}

.h3-small {
    font-family: din-2014, sans-serif;
    font-size: 25px;
    font-weight: 200;
}

.shopware-dienstleister h2 {
    line-height: 1.2;
    font-family: "jaf-domus-titling-web", sans-serif;
}

.softwareentwicklung-struktur .struktur-item {
    background-color: var(--heptacom-primary);
    color: #fff;
    padding: 20px 50px;
    text-align: center;
    height: 330px;
}

.softwareentwicklung-struktur .struktur-item p{
    border-top: 1px solid var(--heptacom-primary);
    padding: 30px 0 0 0;
}

.shopware-dienstleister h2 span {
    font-weight: 500;
}

.softwareentwicklung-banner{
    background-image: url(/resources/img/backgrounds/developer-background02.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 60%;
}

.softwareentwicklung-banner.seb-02 {
    background-image: url(/resources/img/backgrounds/developer-background.jpg);
}

.shopware-dienstleister-banner a.btn.btn-light.btn-lg {
    background-color: #008df3;
    border: 0;
    font-size: 15px;
    padding: 10px 22px;
    font-weight: bold;
    color: #fff;
}


.shopware-dienstleister-banner a:nth-child(2) {
    margin-left: 50%;
}

.clear {
    clear: both;
}

/* ---- Main content ---- */

.main-content.element-eins {
    grid-column-start: 1;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 2;
    background-image: linear-gradient(to top, #f8f9fa, #ffffff80),url(/resources/img/backgrounds/background-shopware-netz02.png),url(resources/img/backgrounds/background-shopware-netz02.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 19%;
    height: auto;
    padding-bottom: 50px;
    -webkit-background-size: 120%;
    background-size: 120%;
}

.shopware-content {
    margin: 70px 0 50px 0;
}

/* ---- Warum wir content ---- */


.element-drei {
    grid-column-start: 1;
    grid-column-end: 11;
    height: auto;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: #343a40;
    color: #fff;
    padding: 60px 0;
    background-image: url(/resources/img/backgrounds/background-auszeichnung.png),url(resources/img/backgrounds/background-auszeichnung.png);
    background-repeat: no-repeat;
    background-position: 105% 5%;
    background-size: 190px;
}

.warumwir.element-drei.element-drei h3 {
    color: #fff;
}

.sw-logo {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url(/resources/img/shopware/shopware_logo_blue_circle.png);
    background-repeat: no-repeat;
    background-position: 102%;
    background-size: contain;
}

/* ---- Strukturen Boxen ---- */

.entwicklung-pfeil-rechts, .entwicklung-pfeil-links {
    display: none;
}

@media (min-width: 768px) {
    .entwicklung-pfeil-rechts {
        display: block;
        position: relative;
        background-color: var(--heptacom-primary);
        width: 15%;
        height: 3px;
        top: 210px;
    }

    .entwicklung-pfeil-rechts:after {
        content: '';
        display: block;
        position: absolute;
        right: -5px;
        top: -6px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 0 7.5px 15px;
        border-color: transparent transparent transparent var(--heptacom-primary);
    }

    .entwicklung-pfeil-links {
        display: block;
        position: relative;
        left: -20px;
        background-color: var(--heptacom-primary);
        width: 60%;
        margin: 19px 163px;
        height: 3px;
    }
}

.entwicklung-check {
    filter: hue-rotate(-200deg) saturate(0.6) brightness(1.6);
}

/* ---- Software development process ---- */

.deploy-process-wrapper.deploy-process-detail {
    overflow-x: scroll;
}

.deploy-process-wrapper.deploy-process-detail img {
    width: unset;
}