.header-main .logo-main {
    background: rgb(21,62,145);
}

.container.header--navigation {
    background: rgb(21,62,145);
}

.top-bar--navigation .navigation--entry a {
    color: white;
}

.top-bar > .container {
    background: rgb(21,62,145);
    margin-bottom: -1px;
    padding-bottom: 2px;
}

.header-main .top-bar--navigation .navigation--entry:last-child {
    color: white;
}

.navigation-main .navigation--list {
    background-color: rgb(21,62,145);
    margin: 0 auto;
}

.navigation-main .navigation--list .navigation--entry.is--hovered .navigation--link {
    background: rgb(21,62,145);
}

.navigation-main .navigation--link {
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12.7px;
}

.header-main .top-bar--navigation .navigation--entry {
    padding-top: 18px;
    font-size: 13.8px;
    text-transform: uppercase;
    margin-left: 14px;
}

.header-main .top-bar--navigation {
    z-index: 9;
}

.main-search--field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}
.main-search--field::-moz-placeholder { /* Firefox 19+ */
    color: black;
}
.main-search--field:-ms-input-placeholder { /* IE 10+ */
    color: black;
}
.main-search--field:-moz-placeholder { /* Firefox 18- */
    color: black;
}
.main-search--field {
    color: black !important;
}

#tawkchat-chat-indicator {
    background: #D32D49 !important;
}

.navigation--entry a[title='Angebote'] p {
    color: white !important;
    padding-top: 1px;
}

li.navigation--entry.js--menu-scroller--item:last-child a.navigation--link {
    color: #e30c48 !important;
}

.advanced-menu .button-container .button--close {
    background: #D32D49;
}

.shop--navigation .entry--menu-left .btn {
    color: white;
}

.main-search--form .main-search--field {
    border-radius: 0;
    background-color: #C9CFE4 !important;
    background-image: linear-gradient(to right, #545E84, #747EA3, #ABB3CE, #C9CFE4) !important;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

.main-search--button i {
    color: white;
}

.navigation--entry.entry--notepad a {
    background-color: #C9CFE4 !important;
    background-image: linear-gradient(to right, #545E84, #747EA3, #ABB3CE, #C9CFE4) !important;
    border-radius: 0;
    border: none;
    box-shadow: none;
    width: 44px;
}

.shop--navigation .navigation--entry .icon--heart {
    color: white;
}

.navigation--entry.entry--account a {
    background-color: #C9CFE4 !important;
    background-image: linear-gradient(to right, #545E84, #747EA3, #ABB3CE, #C9CFE4) !important;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: white;
}

.navigation--entry.entry--cart a {
    background-color: #C9CFE4 !important;
    background-image: linear-gradient(to right, #545E84, #747EA3, #ABB3CE, #C9CFE4) !important;
    border-radius: 0;
    border: none;
    box-shadow: none;
    color: white;
}

.navigation--list .entry--cart .cart--link .cart--amount {
    color: black !important;
    font-weight: normal !important;
}

.navigation--list .account--display {
    color: black;
}

.top-bar--navigation .navigation--entry:nth-of-type(1) {
    display: none;
}

.post-modal {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 14px;
    right: 29px;
    width: auto;
    height: auto;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: transparent;
    z-index: 99999999;
    color: white;
    padding-top: 10px;
    padding-right: 10px;
}

.post-modal .post-modal--container {
    background-color: rgba(0, 0, 0, .1);
    margin: 0 auto;
    padding: 0;
    border: none;
    width: auto;
    height: 84%;
    position: relative;
}

.post-modal .modal-close:hover,
.post-modal .modal-close-text:hover {
    cursor: pointer;
}
.post-modal .modal-close {
    color: white;
    font-size: 34px;
    position: absolute;
    right: -10px;
    top: -24px;
    z-index: 999999999999999999;
}

.post-modal .modal-close-text {
    color: black;
    font-size: 16px;
    text-decoration: underline;
    bottom: 0px;
    right: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    position: absolute;
    z-index: 999999999999;
    background-color: #C9CFE4 !important;
    background-image: linear-gradient(to right, #545E84, #747EA3, #ABB3CE, #C9CFE4) !important;
    padding-left: 40px;
    padding-right: 20px;
    display: none;
}

.post-modal .post-modal--container > div {
    width: 100%;
    height: 100%;
}

.post-modal img {
    height: auto;
    width: 400px;
}

.modal-action:hover {
    cursor: pointer;
}

.has-bware {
    display: none;
}

.has-bware.show {
    display: block;
}

.menu--container.hide {
    display: none !important;
}

a.navigation--link[title='B-Ware']{
    font-weight: bold;
    color: #eca100;
}

a.navigation--link[title='B-Ware']:hover {
    color: #eca100 !important;
    opacity: .6;
}

/*.buybox--inner .btn.whatsapp {
    display: none;
}*/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 812px) {
    .post-modal img {
        height: 200px !important;
        width: 100% !important;
    }
    .post-modal .post-modal--container {
        height: 202px;
        margin: 40% auto;
    }

    .post-modal .post-modal--container > div {
        width: 100%;
        height: 200px;
    }

    .post-modal {
        top: -47px;
        right: 0;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 812px)
and (orientation: landscape){
    .post-modal .post-modal--container {
        height: auto !important;
        margin: 2% auto;
    }

    .post-modal .post-modal--container > div {
        width: 100%;
        height: 100%;
    }

    .post-modal img {
        height: 100% !important;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .post-modal img {
        height: 200px !important;
        width: auto !important;
    }
}

