.footer-main .footer--bottom {
    padding: 1.33333333rem 1rem 1.33333333rem 1rem;
}

.footer-main .footer-copyright {
    color: #7e7e7e;
}

a.profilschmiede {
    padding-left: 14px;
    background: url(../img/profilschmiede.svg) 0 no-repeat;
    background-size: auto;
    background-size: 11px auto;
    text-decoration: none;
}

.page-wrap {
    background: #c9cace url(../img/bg_body.png) center 105% no-repeat;
}

.account--error, .account--success {
    margin: .625rem 0rem .625rem 0rem;
}

/*.emotion--category-teaser .category-teaser--link {*/
/*    background-size: auto;*/
/*}*/

/*.off-canvas .close--off-canvas,
.navigation--smartphone .entry--close-off-canvas,
.action--filter-options .filter--close-btn {
    background: #4868c8;
}*/

.teaser-info-text h1,
.teaser-info-text p {
    margin: 0;
}

.teaser-info-text p:last-of-type {
    margin-top: 1rem;
}

.teaser-info-text .emotion--html {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop--navigation .text {
    width: 55%;
    margin-right: 0;
    font-size: .875rem;
    position: absolute;
    left: 3%;
    padding: 0;
    border: 0 auto;
    float: none;
    display: inline-block;

    text-align: center;
    font-size: 15px;
    color: #4868c8;
    font-weight: normal;
}

.shop--navigation .entry--search {
    left: 0;
    width: 18.1rem;
    margin-top: 2%;
    position: relative;
    margin-right: 0;
}

.shop--navigation .entry--search.entry--search-mobile {
    display: none;
}

.container {
    max-width: 70.75rem;
}

.navigation-main {
    border-bottom: 8px solid #4868c8;
    box-shadow: 0px 1px 0px #fff;
}

.header-main .logo-main .logo--link {
    display: block;
}

.header-main .logo-main .logo--shop,
.header-main .logo-main .logo--link {
    height: 7.125rem;
}

.footer--logo {
    display: none;
}

@media screen and (min-width: 64em) {
    .header-main .shop--navigation {
        width: 75%;
    }
    .header-main .logo-main {
        width: 25%;
    }
}

@media screen and (min-width: 48em) {
    .category--teaser .hero--headline {
        color: #4868c8;
        padding-top: 1.1rem;
        font-size: 1.4rem;
    }
    .category--teaser .hero--text {
        padding-top: 0.3rem;
    }

    .entry--search .main-search--form {
        display: block !important;
    }
    .footer-main {
        margin-top: 80px;
    }
    .header-main .header--navigation {
        padding: .625rem 0rem 2.625rem 0rem;
    }
}

@media screen and (max-width: 78.75em) {
    .shop--navigation .entry--search {
        margin-right: .75rem;
    }
}

@media screen and (max-width: 64em) {
    .shop--navigation .entry--search {
        width: 8.6rem;
    }
}

@media screen and (max-width: 48em) {
    .shop--navigation .entry--search.entry--search-desktop {
        display: none;
    }
    .shop--navigation .entry--search.entry--search-mobile {
        display: inline;
        position: unset;
        margin-right: .3125rem;
    }
    .entry--search .entry--trigger {
        display: inline-block;
    }
    .shop--navigation .text {
        display: none;
    }
    /*
    .header-main .logo-main {
        padding: .625rem .625rem 2.625rem .625rem;
    }
    */
}

@media screen and (min-width: 30em) {
    .entry--search .main-search--form {
        display: none;
    }
}