.serviceBar {
    font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 7px;
}

.serviceBar > ul {
    color: #9a9a9a;
    float: right;
    line-height: 34px;
    margin-bottom: 0.5em;
}

.serviceBar > ul > li {
    background: transparent url(/img/general/topNavDivider.png) no-repeat left top;
    padding: 0 0 0 1px;
    float: left;
}

.serviceBar > ul > li > a, .serviceBar > ul > li > span.noLink {
    display: block;
    padding: 0 19px;
}

.serviceBar > ul > li .mainPopup > .wrap {
    /*width: 240px;*/
}

.header_navi {
    border-bottom: none;
}

input#searchRebrush {
    width: 328px;
    height: 36px;
    border-right: 0;
    padding: 0 16px;
    float: left;
}

#globalsearch button {
    float: left;
    width: 75px;
    height: 36px;
}

.header_mitte_outer > div > a {
    display: block;
    text-align: center;
}

.header_mitte a {
    line-height: 20px;
}

.header_mitte_outer > div > a > span.name {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
}

.header_mitte_outer > div {
    padding: 15px 0 15px 0;
}

.header_mitte_outer > div > a:hover > span, .header_mitte_outer .active > a > span {
    border-bottom: none!important;
}

.header_mitte_outer > div > a:hover > span.name {
    color: #92d1d9;
}

.header_navi a {
    margin-left: 0px;
    font-weight: inherit;
}

.infoPanel li, .infoPanel h4, #footerPanel li, #footerPanel li a {
    color: #fff!important;
}

#infoPanel div.col_4_of_12, #footerPanel div.col_4_of_12 {
    padding-left: 40px;
}
#infoPanel div.col_4_of_12:last-child, #footerPanel div.col_4_of_12:last-child {
    padding-right: 40px;
}

.paddingR40px {
    padding-right: 40px;
}

.header_warenkorb {
    padding: 34px 0 0 0;
    height: 90px;
}

.header_last {
    height: 90px;
}

.vw_warenkorb {
    padding: 0px 0 0 0px;
}

.provider_header_links_kurz {
    max-width: 362px;
    width: 100%;
}

#globalsearch {
    padding: 28px 0 0 0px;
    z-index: 1;
}


@media only screen and (max-width: 980px) {
    #vip_slider {
        display: none!important;
    }
    
    .header {
        height: auto;
        min-height: 78px;
        padding: 0 10px;
    }
    
    .header_warenkorb,
    .header_last {
        padding: 0px;
        height: auto;
        clear: both;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 768px) {
    #infoPanel div.col_4_of_12, #footerPanel div.col_4_of_12 {
        padding-left: 25px;
    }
    #infoPanel div.col_8_of_12, #footerPanel div.col_8_of_12 {
        padding-right: 25px;
    }
    .sicherheit {
        padding-top: 20px;
    }
}
input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
    -o-appearance: radio;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
}

.serviceBar > ul > li:hover > .mainPopup {
    display: block;
}

.mainPopup > .wrap {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 0 4px -1px #cccccc;
    margin-top: 30px;
    padding: 16px;
    position: fixed;
    z-index: 11;
    line-height: normal;
    text-align: left;
}

.mainPopup > .arrow {
    height: 0;
    position: fixed;
    text-align: center;
    z-index: 12;
    line-height: 0;
    margin-top: 20px;
    margin-left: 20px;
}

.needLogin.onlyProvider {
    text-align: left;
}

.needLogin.onlyProvider .name {
    padding-left: 5px;
}


@media only screen and (max-width: 480px) {
    .serviceBar > ul > li > a, .serviceBar > ul > li > span.noLink {
        padding: 0 15px;
    }
    
    input#searchRebrush {
        width: 200px;
    }
}