#header .bangb1_clone .logo img {
    display: none;
}

#header .logo {
    max-width: 200px;
}

#header .topbar {
    background-color: #fff;
    padding: 1rem 0;
    -webkit-box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.5);
    box-shadow: 0px 9px 9px -6px rgba(0,0,0,0.5);
}


.mod_onepage_navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.mod_onepage_navigation ul li {
    margin-right: 2em;
}

.referenceImg figure {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 18px;
}

.referenceImg .rte {
    display: none;
}

.referenceImg img {
    max-width: 66%;
    max-height: 66%;
}

#referenzen {
    padding-top: 2rem !important;
}

#referenzen h2 {
    margin-bottom: 2rem;
    color: #fff;
}

#referenzen .row {
    justify-content: space-evenly;
}

#referenzen .row .media {
    display: flex;
    justify-content: center;
    width: 150px;
    height: 150px;
    padding: 1%;
}

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

    #referenzen .row > div {
        max-width: 50%;
    }

    #kontakt .content-text {
        width: 100%;
    }

    #kontakt figure {
        text-align: center;
    }
}

#dienstleister .row {
    justify-content: center;
    gap: 2rem;
}

#dienstleister h2 {
    margin-bottom: 2rem;
}

#dienstleister.referenceImg figure {
    width: 100%;
    height: 100%;
    border-radius: unset;
}

#dienstleister.referenceImg img {
    max-width: 100%;
    max-height: 100%;
}

.slider_bg {
    background-image: url("../bg_fulfillment.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.slider .textInner {
    width: 100%;
    font-size: 2em;
    text-align: center;
}

.slider .textInner h2 {
    font-size: calc(2.65rem + .9vw);
    font-weight: 300;
    text-shadow:
            1px 1px 0 #007CD3,
            -1px 1px 0 #007CD3,
            -1px -1px 0 #007CD3,
            1px -1px 0 #007CD3;
}

.slider .textInner h2 .color3 {
    text-shadow: none;
}

.slider .textInner p {
    font-size: 1.5rem;
    color: #007CD3;
}

#footer .footerIcons a:hover {
    color: #007CD3;
}