/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Tobias Platzer / brandsupply
 Author URI:   https://www.brand-supply.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         [hier kannst du Tags vergeben]
 Text Domain:  Divi -child
*/

/* GLOBAL */
body {
    background-color: #0e354a !important;
}


/* HEADER */
.et_pb_menu__wrap {
    justify-content: space-between !important;
}

.nav li ul.sub-menu {
    box-shadow: none !important;
    border-radius: 0 0 30px 30px;
    width: 280px;
}

.nav li ul.sub-menu .menu-item {
    width: 100%;
}

.nav li ul.sub-menu .menu-item a {
    width: 100%;
}

.et-db #et-boc .et-l .et_pb_menu .et-menu>li {
    padding: 0 45px;
}

.mobile_menu_bar:before {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url("/wp-content/uploads/2023/03/Element-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.et_pb_menu .et_mobile_menu {
    box-shadow: none;
    padding-top: 70px !important;
    margin-left: -50px !important;
}

.et_mobile_menu:before {
    content: '';
    width: 100%;
    height: 16px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.14889705882352944) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.14889705882352944) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.14889705882352944) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    top: 15px;
    left: 0;
    right: 0;
    display: inline-block;
    position: absolute;
}

.et_mobile_menu li a {
    border-bottom: none !important;
    padding: 15px 60px 15px 20px !important;
    position: relative;
}

.et_mobile_menu > li > a:after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 13px;
    background-image: url("/wp-content/uploads/2023/03/chevron-right-1.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.et_mobile_menu > li.menu-item-has-children > a:after {
    transform: rotate(90deg);
}

.et_mobile_menu .menu-item-has-children>a {
    background-color: transparent !important;
}

.et_mobile_menu li .sub-menu {
    margin-bottom: 20px;
}

.et_mobile_menu li .sub-menu li a {
    font-weight: 400 !important;
    padding: 10px 20px !important;
}

.et-db #et-boc .et-l .et_pb_menu__search-button:after {
    content: '' !important;
    background-image: url("/wp-content/uploads/2023/03/icon-search.svg");
    width: 24px;
    height: 24px;
}

.lwp-breadcrumbs .separator {
    position: relative;
    color: transparent !important;
}

.lwp-breadcrumbs .separator:after {
    content: '/';
    position: absolute;
    left: 0;
    top: -4px;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: normal;
}

/* HEADLINES */
.headline.headline-bgtext:before {
    content: '';
    width: 100%;
    height: auto;
    opacity: 0.05;
    color: #ffffff;
    position: absolute;
    bottom: 31px;
    left: -2px;
    font-size: 80px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

/* SEARCH */
.et_pb_search_0_tb_body {
    border: none;
    padding: 0;
    border-radius: 0 !important;
}

.et_pb_search_0_tb_body .et_pb_searchform .et_pb_s {
    border: 1px solid #ffffff !important;
    margin-right: 50px;
}

.et_pb_search_0_tb_body .et_pb_searchform input.et_pb_searchsubmit {
    background-color: #ffffff !important;
    color:#0e354a !important;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 20px 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border-radius: 40px;
}

/* PAGEIMAGE */
.pageimage img {
    object-fit: cover;
    max-height: 500px;
}

/* SPEECH BUBBLES */
.speech-container.left {
    margin-right: -200px !important;
}

.speech-bubbles {
    display: inline-block;
    overflow: visible !important;
}

.speech-container.left .et_pb_text.speech-bubbles.green:nth-child(1):before {
    content: '';
    width: 76px;
    height: 100%;
    background-image: url("/wp-content/uploads/2023/02/ps-speech-bubbles-green.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: -1;
}

.speech-container.right .et_pb_text.speech-bubbles.white:nth-child(1):after {
    content: '';
    width: 76px;
    height: 100%;
    background-image: url("/wp-content/uploads/2023/02/ps-speech-bubbles-white.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: -13px;
    top: 0;
    bottom: 0;
    display: inline-block;
    z-index: -1;
}

.content-hero-speech-container {
    left: calc((100vw - 1366px) / 2) !important;
    top: -288px !important;
    pointer-events: none;
}

/* BOX */
.column.column-box {
    background: rgba(33, 126, 176, 0.16);
    mix-blend-mode: normal;
    box-shadow: 8px 8px 16px rgba(29, 29, 29, 0.2);
    backdrop-filter: blur(5.5px);
    border-radius: 30px;
}

.column.column-box.contact {
    padding: 55px 40px 40px 40px;
    max-width: 450px;
    text-align: center;
}

.column.column-box.contact p {
    color: #ffffff;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-align: left;
}

.column.column-box.contact.bottom p {
    font-size: 32px;
    line-height: 38px;
}

.column.column-box.contact .button {
    color: #ffffff;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #217EB0;
    border-radius: 40px;
    padding: 12px 50px;
    letter-spacing: 1.1px;
    font-weight: 700;
    border: none;
    margin: 0 auto;
    display: inline-block;
    margin-top: 50px;
    position: relative;
}

/* BUTTON */
.button {
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    letter-spacing: 0.11px;
    background-color: #217EB0;
    border-radius: 40px;
    padding: 10px 30px;
    font-weight: 700;
}

.button-primary.hand:after,
.et_contact_bottom_container:after {
    content: '';
    width: 100px;
    height: 110px;
    right: 0;
    top: 35px;
    background-image: url("/wp-content/uploads/2023/02/ICON-Hand-02-01.svg");
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 300ms ease-in-out;
    opacity: 1 !important;
}

.et_contact_bottom_container:after {
    right: 40px;
}

.button-primary.hand:hover:after,
.et_contact_bottom_container:hover:after {
    top: 25px;
    transition: all 300ms ease-in-out;
}

.anker-nav-container .et_pb_button_3_wrapper,
.anker-nav-container .et_pb_button_4_wrapper {
    display: inline-block;
}

.anker-nav {
    display: flex !important;
    align-items: center;
}

.anker-nav:hover {
    background-color: transparent !important;
    padding-left: 10px;
}

.anker-nav:before {
    content: '';
    width: 60px;
    height: 60px;
    position: relative;
    margin-right: 20px;
    background-image: url("/wp-content/uploads/2023/03/icon-button-anker.svg");
    box-shadow: 8px 8px 16px 0px rgb(29 29 29 / 10%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* TEXT */
.et_pb_text p a {
    color: #ffffff !important;
}

/* BILDER AM VIEWPORT-RAND */
.picture-right-0 {
    margin-right: calc((-100vw + 1366px) / 2) !important;
}

.picture-right-0 .et_pb_image_wrap,
.picture-right-0 .et_pb_image_wrap img {
    width: 100%;
}

.picture-left-0 {
    margin-left: calc((-100vw + 1366px) / 2) !important;
}

.picture-left-0 .et_pb_image_wrap,
.picture-left-0 .et_pb_image_wrap img {
    width: 100%;
}

/* SIGNET */
.signet-left:before {
    content: '';
    width: 450px;
    height: 450px;
    margin-left: calc(((-100vw + 1366px) / 2) - 250px);
    left: 0;
    top: -120px;
    background-image: url("/wp-content/uploads/2023/02/Pure-Solution-Signet-weiss-01.svg");
    position: absolute;
    opacity: 0.1;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.signet-right:before {
    content: '';
    width: 450px;
    height: 450px;
    margin-right: calc(((-100vw + 1366px) / 2) - 250px);
    right: 0;
    top: -120px;
    background-image: url("/wp-content/uploads/2023/02/Pure-Solution-Signet-weiss-01.svg");
    position: absolute;
    opacity: 0.1;
    display: block;
    transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.signet-left.hero-intro-text:before {
    top: -140px;
}

.signet-left.contact-section:before {
    top: 155px;
}

.signet-left.signet-top-100:before {
    top: -30px;
}

.partner-section {
    overflow: visible !important;
}

.partner-row .signet-left:before {
    top: -220px;
}

.informatic-lines-left,
.informatic-lines-real-bottom,
.informatic-lines-right,
.informatic-lines-real-left,
.et_builder_inner_content {
    overflow: hidden;
}

.informatic-lines-right:after {
    content: '';
    width: 800px;
    height: 800px;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/wp-content/uploads/2023/03/informatic-lines-right.svg");
    position: absolute;
    opacity: 0.02;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.informatic-lines-left:after {
    content: '';
    width: 800px;
    height: 800px;
    left: -0;
    bottom: -20%;
    background-image: url("/wp-content/uploads/2023/03/informatic-lines-right.svg");
    transform: rotate(180deg);
    position: absolute;
    opacity: 0.02;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.informatic-lines-real-left:after {
    content: '';
    width: 70%;
    height: 1000px;
    left: -0;
    top: 220px;
    background-image: url("/wp-content/uploads/2023/03/informatic-lines-real-left.png");
    position: absolute;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: lighten;
    opacity: 0.2;
}

.informatic-lines-real-bottom:after {
    content: '';
    width: 100%;
    height: 1500px;
    left: 0;
    bottom: 0;
    background-image: url("/wp-content/uploads/2023/03/Karriere-Hintergrund.png");
    position: absolute;
    display: block;
    transform: scaleY(-1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: lighten;
    opacity: 0.18;
}

.infrastructure-background:after {
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url("/wp-content/uploads/2023/03/infrastruktur-background.jpeg");
    position: absolute;
    opacity: 0.1;
    display: block;
    background-size: contain;
    background-position: left top;
}

/* REFERENZEN */
.referenzen-logos {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 40px;
}

.referenzen-logos.wide {
    justify-content: space-between;
}

.referenzen-logos .logo {
    width: calc(33.333% - 30px);
}

.referenzen-logos.wide .logo {
    width: calc(17% - 24px);
}

/* ZERTIFIKATE */
.certificate {
    display: flex;
    align-items: center;
}

.certificate:after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    background-image: url("/wp-content/uploads/2023/02/download-1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 30px;
    top: 2px;
}

.certificate.iso:before {
    content: '';
    width: 85px;
    height: 85px;
    display: inline-block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 30px;
}

.certificate.iso.iso9001:before {
    background-image: url("/wp-content/uploads/2023/02/tuev-iso-9001-2015.png");
}

.certificate.iso.iso27001:before {
    background-image: url("/wp-content/uploads/2023/02/tuev-iso-27001-2013.png");
}

/* PARTNER */
.partner-logos {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    max-width: 900px;
    justify-content: center;
    margin: 0 auto;
}

.partner-logos .logo {
    width: calc(25% - 30px);
}

.partner-logos.wide {
    max-width: 100%;
    justify-content: space-between;
}

.partner-logos.wide .logo {
    width: 20%;
}

/* JOBS */
.job-list .et_pb_column {
    display: flex;
    width: 100%;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.job-list .et_pb_column .job-item {
    width: calc(33.333% - 34px);
    margin-bottom: 0 !important;
}

.job-list .job-item:after {
    content: 'mehr erfahren';
    display: flex;
    align-items: center;
    position: absolute;
    left: 35px;
    bottom: 40px;
    padding-left: 70px;
    background-image: url("/wp-content/uploads/2023/03/puresolution-circle-green.png");
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    min-height: 40px;
}

.job-full p strong {
    color:#3bd4ae;
}

.job-full ul li {
    margin-bottom: 20px;
}

/* FORM */
.et-pb-contact-message {
    color: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}

.et_pb_contact p input,
.et_pb_contact p textarea {
    padding: 25px 25px 25px 40px;
}

.et_contact_bottom_container {
    width: 100%;
    margin-top: 15px;
}

.et_pb_contact_submit.et_pb_button {
    width: 100%;
}

.et_contact_bottom_container {
    position: relative;
}

.et_pb_contact p input[type=checkbox]+label i,
.et_pb_contact p input[type=radio]+label i {
    width: 25px;
    height: 25px;
    margin-right: 15px; 
}

/* SOZIALES ENGAGEMENT */
.engagement-logos {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20px;
}

.engagement-logos .logo {
    width: calc(50% - 40px);
    display: flex;
    align-items: center;
}

/* SERVICE SEITEN */
.service-boxes {
    backdrop-filter: blur(35px);
}

.service-boxes.glowing-dots-one {
    margin-top: 250px;
    overflow: visible;
}

.service-boxes.glowing-dots-one:before {
    content: '';
    width: 500px;
    height: 300px;
    position: absolute;
    display: inline-block;
    left: -100px;
    top: -250px;
    background-image: url("/wp-content/uploads/2023/03/glowing-dots-one.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.service-boxes.glowing-dots-two {
    overflow: visible;
}

.service-boxes.glowing-dots-two:before {
    content: '';
    width: 260px;
    height: 160px;
    position: absolute;
    display: inline-block;
    right: -200px;
    top: -70px;
    background-image: url("/wp-content/uploads/2023/03/glowing-dots-two.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.service-boxes.glowing-dots-three {
    overflow: visible;
    margin-top: 300px;
}

.service-boxes.glowing-dots-three:before {
    content: '';
    width: 320px;
    height: 300px;
    position: absolute;
    display: inline-block;
    left: -260px;
    bottom: 20px;
    background-image: url("/wp-content/uploads/2023/03/glowing-dots-three.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* SAP */
.service-boxes.sap-line-left {
    padding-top: 100px;
    overflow: visible;
}

.service-boxes.sap-line-left:before {
    content: '';
    width: 400px;
    height: 150px;
    position: absolute;
    display: inline-block;
    left: -300px;
    top: -70px;
    background-image: url("/wp-content/uploads/2023/03/sap-line-left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.service-boxes.sap-line-right {
    margin-top: 100px;
    overflow: visible;
}

.service-boxes.sap-line-right:before {
    content: '';
    width: 400px;
    height: 150px;
    position: absolute;
    display: inline-block;
    right: -300px;
    top: -70px;
    background-image: url("/wp-content/uploads/2023/03/sap-line-left.png");
    transform: scaleX(-1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sap-row-one {
    margin-bottom: -200px !important;
}

.sap-row-one .service-boxes.sap-line-right {
    margin-top: 200px;
}

/* INFRASTRUKTUR */
.service-boxes.infra-line-left {
    overflow: visible;
}

.service-boxes.infra-line-left:before {
    content: '';
    width: 400px;
    height: 150px;
    position: absolute;
    display: inline-block;
    left: -300px;
    bottom: 30px;
    background-image: url("/wp-content/uploads/2023/03/sap-line-left.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.service-boxes.infra-line-right {
    margin-top: 150px;
    overflow: visible;
}

.service-boxes.infra-line-right:before {
    content: '';
    width: 400px;
    height: 150px;
    position: absolute;
    display: inline-block;
    right: -300px;
    bottom: 30px;
    background-image: url("/wp-content/uploads/2023/03/sap-line-left.png");
    transform: scaleX(-1);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sap-row-one .service-boxes.sap-line-right {
    margin-top: 100px;
} 

/* SOFTWAREENTWICKLUNG */
.softwareentwicklung-pattern:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-image: url("/wp-content/uploads/2023/03/softwareentwicklung-hintergrund-scaled.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
    mix-blend-mode: lighten;
}

/* FOOTER */
.footer-content .et_pb_column {
    display: flex;
    gap: 100px;
}

.footer-content .et_pb_column a {
    color: #ffffff;
}

.et_pb_image_0_tb_footer {
    margin-left: -90px !important;
}

/* RESPONSIVE */
@media only screen and (max-width: 1850px) {
    .signet-left:before {
        margin-left: -500px;
    }
    
    .signet-right:before {
        margin-right: -500px;
    }
}

@media only screen and (max-width: 1550px) {
    .et_pb_image_0_tb_footer {
        margin-left: 0 !important;
    }

    .et_pb_row.et_pb_row_0_tb_footer {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .et_pb_row.et_pb_row_1_tb_footer.footer-content {
        padding-left: 120px !important;
    }
}

@media only screen and (max-width: 1500px) {
    .signet-left:before {
        width: 200px;
        height: 200px;
        margin-left: -220px;
        top: 5px;
    }
    
    .signet-right:before {
        width: 200px;
        height: 200px;
        margin-right: -220px;
        top: 0;
    }

    .signet-left.signet-top-100:before {
        top: 100px;
    }

    .partner-row .signet-left:before {
        top: -95px;
    }

    .footer-content .et_pb_column {
        gap: 50px;
    }

    .et_pb_column_1_tb_footer {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 1400px) {
    .et_pb_module.et_pb_image.slogan {
        margin-right: 50px !important;
    }

    .et_pb_row {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .signet-left:before {
        width: 120px;
        height: 100px;
        margin-left: -130px;
        top: 55px;
    }
    
    .signet-right:before {
        width: 120px;
        height: 100px;
        margin-right: -130px;
        top: 45px;
    }

    .signet-left.signet-top-100:before {
        top: 145px;
    }

    .partner-row .signet-left:before {
        top: -50px;
    }

    .picture-right-0 {
        margin-right: -50px !important;
    }

    .picture-left-0 {
        margin-left: -50px !important;
    }

    .job-listing-full {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media only screen and (max-width: 1350px) {
    .content-hero-speech-container {
        left: 0 !important;
        right: 0 !important;
    }

    .content-hero-speech-container .et_pb_column:last-child,
    .speech-container .et_pb_column:last-child {
        display: none;
    }

    .content-hero-speech-container .et_pb_column,
    .speech-container .et_pb_column {
        width: 35% !important;
    }

    .service-boxes.glowing-dots-three:before {
        width: 250px;
        height: 220px;
        left: -190px;
    }

    .headline.headline-bgtext:before {
        font-size: 50px !important;
        bottom: 23px;
    }
}

@media only screen and (max-width: 1100px) {
    .et-db #et-boc .et-l .et_pb_menu .et-menu>li {
        padding: 0 20px;
    }

    .job-list .et_pb_column .job-item {
        width: calc(50% - 30px);
    }

    .content-hero-speech-container .et_pb_column,
    .speech-container .et_pb_column {
        width: 50% !important;
    }

    .content-hero-speech-container .speech-bubbles,
    .speech-container .speech-bubbles,
    .home-speech-container .speech-bubbles {
        background-color: transparent !important;
        padding: 0 !important;
        display: block !important;
    }

    .content-hero-speech-container .speech-bubbles.green .et_pb_text_inner,
    .speech-container .speech-bubbles.green .et_pb_text_inner,
    .home-speech-container .speech-bubbles.green .et_pb_text_inner {
        background-color: #3bd4ae !important;
        padding: 12px 20px !important;
        display: inline-block;
        border-radius: 40px;
    }

    .content-hero-speech-container .speech-bubbles.white .et_pb_text_inner,
    .speech-container .speech-bubbles.white .et_pb_text_inner,
    .home-speech-container .speech-bubbles.white-blue .et_pb_text_inner {
        background-color: #ffffff !important;
        padding: 12px 20px !important;
        display: inline-block;
        border-radius: 40px;
    }

    .footer-content .et_pb_column {
        gap: 20px;
    }
}

@media only screen and (max-width: 980px) {
    .et_pb_menu__wrap {
        justify-content: flex-end !important;
    }

    .button {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .column.column-box.contact,
    .column.column-box.contact.bottom {
        max-width: 100% !important;
        padding: 35px 30px 30px 30px !important;
    }

    .column.column-box.contact p {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .column.column-box.contact.bottom p {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .column.column-box.contact button {
        font-size: 18px !important;
    }

    .picture-right-0 .et_pb_image_wrap {
        text-align: right;
    }

    .picture-right-0 .et_pb_image_wrap img {
        width: 100% !important;
    }

    .signet-right:before {
        right: initial;
        transform: none;
        left: 0;
        margin-right: initial;
        margin-left: -130px;
        top: 35px;
    }

    .referenzen-row .signet-left:before {
        top: 80px !important;
    }

    .referenzen-row.hero .signet-left:before {
        top: 35px !important;
    }

    .certificates-row .signet-right:before {
        top: 5px !important;
    }

    .button-primary.hand:after,
    .et_contact_bottom_container:after {
        width: 60px;
        height: 80px;
    }

    .softwareentwicklung-pattern .signet-left:before,
    .softwareentwicklung-pattern .signet-right:before {
        display: none;
    }

    .service-boxes.infra-line-right,
    .sap-row-one .service-boxes.sap-line-right,
    .sap-row-two .service-boxes.sap-line-left,
    .sap-row-two .service-boxes.sap-line-right {
        margin-top: 50px;
    }

    .service-boxes.sap-line-left {
        padding-top: 40px;
    }

    .service-boxes.infra-line-left:before,
    .service-boxes.infra-line-right:before,
    .service-boxes.sap-line-left:before,
    .service-boxes.sap-line-right:before {
        width: 250px;
        height: 80px;
        right: initial;
        transform: none;
        bottom: initial;
        left: -190px;
        top: 32px;
    }

    .infra-row-one .service-boxes.infra-line-left,
    .softwareentwicklung-row-one .service-boxes.box-one,
    .softwareentwicklung-row-two .service-boxes.box-two,
    .service-boxes.sap-line-left,
    .service-boxes.sap-line-right {
        margin-bottom: 0;
    }

    .softwareentwicklung-row-one .service-boxes,
    .softwareentwicklung-row-two .service-boxes {
        overflow: visible;
    }

    .softwareentwicklung-row-one .service-boxes:before,
    .softwareentwicklung-row-two .service-boxes:before {
        content: '';
        width: 250px;
        height: 80px;
        position: absolute;
        display: inline-block !important;
        left: -190px;
        top: 32px;
        bottom: initial;
        background-image: url("/wp-content/uploads/2023/03/sap-line-left.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .infra-row-two .service-boxes {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .glowing-dots-one:before,
    .glowing-dots-two:before,
    .glowing-dots-three:before {
        display: none !important;
    }

    .service-boxes.glowing-dots-one,
    .service-boxes.glowing-dots-two,
    .service-boxes.glowing-dots-three {
        margin-top: 50px;
    }

    .company-row,
    .engagement-row,
    .certificates-row,
    .referenzen-row,
    .cooperation-row {
        display: flex;
        flex-wrap: wrap;
    }

    .company-row .image-column,
    .engagement-row .text-column,
    .certificates-row .image-column,
    .referenzen-row .image-column,
    .cooperation-row .image-column {
        order: 1;
    }

    .company-row .text-column,
    .engagement-row .logo-column,
    .certificates-row .text-column,
    .referenzen-row .text-column,
    .cooperation-row .text-column {
        order: 2;
    }

    .engagement-logos {
        justify-content: center;
        margin-top: 100px;
        column-gap: 0;
    }

    .engagement-logos .logo {
        width: 50%;
    }

    .company-row .image-column .company-building {
        width: calc(100% + 200px);
        margin-left: -100px;
    }

    .company-row .image-column .company-building img {
        width: 100%;
    }

    .company-row .image-column .code-building img {
        width: 100%;
    }

    .company-row .signet-left:before {
        top: 13px;
    }

    .engagement-row .signet-right:before {
        top: 50px;
    }

    .certificates-row .signet-left:before {
        top: 50px;
    }

    .quote-container .et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }

    .quote-container .et_pb_row .image-column {
        order: 1;
    }

    .quote-container .et_pb_row .text-column {
        order: 2;
        margin-top: -150px;
        z-index: 5;
    }

    .quote-container .et_pb_row .image-column .et_pb_text {
        position: absolute;
        top: 30px;
        left: 30px;
        color: #185A7D !important;
    }

    .quote-container .et_pb_row .text-column .et_pb_row_inner_0 {
        padding-top: 0 !important;
    }

    .referenzen-logos {
        row-gap: 10px;
        column-gap: 0;
    }

    .referenzen-logos.wide .logo {
        width: 25%;
    }

    .et_pb_contact p input,
    .et_pb_contact p textarea {
        padding: 15px 15px 15px 30px;
    }

    .footer-content .et_pb_column {
        width: 50%;
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .content-hero-speech-container .et_pb_column,
    .speech-container .et_pb_column {
        width: 100% !important;
    }

    .speech-container.right {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .speech-container .speech-bubbles {
        font-size: 25px !important;
    }

    .et_pb_search .et_pb_searchform>div {
        flex-wrap: wrap;
        display: block;
    }

    .et_pb_search_0_tb_body .et_pb_searchform .et_pb_s {
        width: 100%;
    }

    .et_pb_search_0_tb_body .et_pb_searchform input.et_pb_searchsubmit {
        margin: 20px auto 0;
        display: block;
    }

    .button {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .headline.headline-bgtext:before {
        font-size: 35px !important;
        bottom: 15px;
    }

    .picture-right-0 {
        width: calc(100% + 150px);
        margin-left: -80px !important;
    }

    .picture-left-0 {
        width: calc(100% + 150px);
        margin-right: -80px !important;
    }

    .anker-nav:before {
        width: 50px;
        height: 50px;
    }

    .job-list .job-item:after {
        padding-left: 50px;
        min-height: 30px;
    }

    .quote-container .et_pb_row .image-column .et_pb_text {
        left: 0;
    }

    .job-listing-full .et_pb_row.job-full {
        padding-top: 30px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 50px !important;
    }

    .content-hero-speech-container .speech-bubbles.green .et_pb_text_inner,
    .content-hero-speech-container .speech-bubbles.white .et_pb_text_inner,
    .speech-container .speech-bubbles.green .et_pb_text_inner,
    .speech-container .speech-bubbles.white .et_pb_text_inner,
    .home-speech-container .speech-bubbles.green .et_pb_text_inner,
    .home-speech-container .speech-bubbles.white-blue .et_pb_text_inner {
        padding: 5px 13px !important;
    }

    .content-hero-speech-container {
        top: -250px !important;
    }

    .column.column-box.contact p {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .column.column-box.contact.bottom p {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    .column.column-box.contact button {
        font-size: 16px !important;
        margin-top: 20px !important;
    }

    .referenzen-row .signet-left:before {
        top: 60px !important;
    }

    .referenzen-row.hero .signet-left:before {
        top: 5px !important;
    }

    .partner-row .signet-left:before {
        top: -40px;
    }

    .job-list {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .job-list .et_pb_column {
        display: flex;
        overflow-x: scroll;
        width: 100%;
        gap: 50px;
        padding-left: 0 !important;
        flex-wrap: initial;
    }

    .job-list .et_pb_column .job-item {
        min-width: 80%;
    }

    .job-list .et_pb_column .job-item:first-child {
        margin-left: 50px;
    }

    .job-list .et_pb_column .job-item:last-child {
        margin-right: 50px;
    }

    .certificate.iso:before {
        width: 60px;
        height: 60px;
    }

    .et_pb_contact p input,
    .et_pb_contact p textarea {
        padding: 15px 15px 15px 20px;
    }

    .referenzen-logos .logo {
        width: 33.333%;
    }

    .referenzen-logos.wide .logo {
        width: 50%;
    }

    .partner-logos.wide {
        column-gap: 0;
    }

    .partner-logos.wide .logo {
        width: 50%;
    }

    .informatic-lines-real-bottom:after {
        opacity: 0.05;
    }

    .et_pb_row.et_pb_row_0_tb_footer {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .et_pb_row.et_pb_row_2_tb_footer.footer-content {
        padding-left: 65px !important;
    }

    .et_pb_row.et_pb_row_3_tb_footer {
        padding-left: 65px !important;
    }

    .et_pb_row.et_pb_row_3_tb_footer .et_pb_text_inner {
        display: flex;
        justify-content: space-between;
        max-width: 59%;
    }

    .et_pb_row.et_pb_row_3_tb_footer .et_pb_text_inner p {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 550px) {
    .et_pb_row.et_pb_row_3_tb_footer .et_pb_text_inner {
        display: block;
        max-width: 100%;
    }

    .et_pb_menu .et_mobile_menu {
        margin-left: -30px !important;
    }

    .button-primary.hand:after, .et_contact_bottom_container:after {
        width: 40px;
        height: 50px;
    }

    .button {
        display: block !important;
        text-align: center;
    }

    .button.button-secondary {
        display: inline-block !important;
    }

    .et_contact_bottom_container button {
        line-height: 20px !important;
        padding: 10px 20px !important;
    }

    .et_contact_bottom_container:after {
        top: 45px;
    }

    .certificate.iso {
        display: flex;
        justify-content: space-between;
    }

    .certificate.iso:before {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

    .certificate.iso:after {
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }

    .headline.headline-bgtext:before {
        display: none;
    }

    .partner-logos {
        column-gap: 0;
    }

    .partner-logos .logo {
        width: 25%;
    }

    .quote-container .et_pb_row .text-column {
        margin-top: -100px;
    }

    .quote-container .et_pb_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .lwp_divi_breadcrumbs {
        margin-top: 70px !important;
    }

    .breadcrumb-karriere .lwp_divi_breadcrumbs {
        margin-top: 0 !important;
    }

    .job-list .et_pb_column {
        gap: 30px;
    }

    .job-list .et_pb_column .job-item {
        min-width: 60%;
    }

    .et_pb_row.et_pb_row_0_tb_header.et_pb_row--with-menu {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .et_pb_menu--style-left_aligned .et_pb_menu__logo {
        margin-right: 0;
    }

    .et_pb_menu_0_tb_header .et_pb_menu_inner_container>.et_pb_menu__logo-wrap, .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
        width: 180px !important;
    }
}