/* Produkt-Header */
#wrapper_product_header_top {
    background-color: #003d8f;
}

#wrapper_product_header_bottom, #main_menu_product .active a, #wrapper_product_header .menue-hide {
    background-color: #205aa8;
}

#wrapper_product_header .menue-hide {
    -moz-box-shadow: 0px 0px 10px 0px #003d8f;
    -webkit-box-shadow: 0px 0px 10px 0px #003d8f;
    box-shadow: 0px 0px 10px 0px #003d8f;
}

#product_header_top {
    position: relative;
}

.iww-header-signet {
    position: absolute;
    top: 10px;
    right: 0;
    height: 117px;
}

@media only screen and (max-width: 1200px) {
    .iww-header-signet {
        height: 107px;
    }
}

@media only screen and (max-width: 1024px) {
    .iww-header-signet {
        display: none;
    }
}

.iww-header-signet__img {
    height: 100%;
    display: block;
}