/* Shopdesign Copyright 2014 © HB-Design
 * Dieser Hinweis darf nicht entfernt werden.
 * Alle Rechte vorbehalten.
 * Das Kopieren im Ganzen oder in Teilen ohne unsere vorherige ausdrückliche, schriftliche Zustimmung ist untersagt! */

div#header{
    position: relative;
    width: 1000px;
    height: 306px;
}
div#header-logo{
    z-index: 35;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 600px;
    height: 270px;
    background: url(http://ebay.hb-sales.com/images/header-logo-hbs.png) no-repeat;
}
div#header-logo a#logo-link{
    z-index: 40;
    position: absolute;
    left: 10px;
    top: 25px;
    border: none;
    height: 230px;
    width: 255px;
}
div#header-bottom{
    position: absolute;
    left: 0px;
    top: 260px;
    z-index: 36;
    width: 1000px;
    height: 4px;
    background: #EE511E repeat;
}
div#header-bottom-2{
    position: absolute;
    left: 0px;
    top: 265px;
    z-index: 36;
    width: 1000px;
    height: 5px;
    background: #2f2725 repeat;
}
div#header-bottom-3{
    position: absolute;
    left: 0px;
    top: 270px;
    z-index: 36;
    width: 1000px;
    height: 36px;
    background: #EE511E repeat;
}
/* Header-Menü in header-bottom-3 - added at 10th of September 2014 */
/* Menüzeile - s. entsprechende Daten der header-bottom-3-Zeile */
div#header-bottom-3-menue{
    display: inline-block; /* ganzes Menü ein-/ausblenden => inlnie-block/none */
    padding: 2px 10px 0px 10px;
    font-family: georgia, Times New Roman, arial, sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
}
#home-ico{
    display: inline-block;
    background: url(http://ebay.hb-sales.com/images/ico_s_home.png);
    margin: 5px 2px 0 2px !important;
    padding: 0 !important;
    width: 16px;
    height: 16px;
}
div#header-bottom-3-menue a{
    padding-right: 6px;
    color: #fff;
}
div#header-bottom-3-menue a:hover{
    color: #000;
}
div#header-bottom-3-menue ul{
    display: inline-block;
    position: relative;
    /* top: -2px; */
    left: -4px;
    margin: 0;
    padding: 0;
}
div#header-bottom-3-menue ul li{
    display: inline-block;
    /* padding: 5px 0 5px 10px; */
    padding-left: 10px;
}

/* Schon gewesen :) */
#header-slider{
    margin: 0;
    display: block; /* - Slideshow ein-/ausblenden */
    position: absolute;
    top: 0px;
    left: 217px;
}
#header-slider ul{
    list-style: none;
}
#header-slider li{
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 783px;
    height: 261px;
    z-index: 5;
    opacity:0;
    /*animation-name: fade;
    -webkit-animation-name: fade; */
    -webkit-animation: fade 25s infinite;
    -moz-animation: fade 25s infinite;
    -ms-animation: fade 25s infinite;
    -o-animation: fade 25s infinite;
    animation: fade 25s infinite;
}

@keyframes fade {
  0% , 30% , 100% { opacity:0; }
 10% , 20%        { opacity:1; }
}
/* chrome & Co. */
@-webkit-keyframes fade {
  0% , 30% , 100% { opacity:0; }
 10% , 20%        { opacity:1; }
}

#header-slider li#li_1{
    background-image: url(http://ebay.hb-sales.com/images/HB-slide-einsteiger.jpg);
    animation-delay:0s;
    -webkit-animation-delay: 0s;
}
#header-slider li#li_2{
    background-image: url(http://ebay.hb-sales.com/images/HB-slide-heli.jpg);
    animation-delay:5s;
    -webkit-animation-delay: 5s;
}
#header-slider li#li_3{
    background-image: url(http://ebay.hb-sales.com/images/HB-slide-offroad.jpg);
    animation-delay:10s;
    -webkit-animation-delay: 10s;
}
#header-slider li#li_4{
    background-image: url(http://ebay.hb-sales.com/images/HB-slide-onroad.jpg);
    animation-delay:15s;
    -webkit-animation-delay: 15s;
}
#header-slider li#li_5{
    background-image: url(http://ebay.hb-sales.com/images/HB-slide-boote.jpg);
    animation-delay:20s;
    -webkit-animation-delay: 20s;
}
/* Header-Menü-LIs ausblenden */
/* Lifestyle */
#header-bottom-3-menue ul>li:nth-child(1){
    display: none;
}
/* Elektronik
#header-bottom-3-menue ul>li:nth-child(2){
    display: none;
}
*/
/* RC Modellbau
#header-bottom-3-menue ul>li:nth-child(3){
    display: none;
}*/
/* Spielzeug
#header-bottom-3-menue ul>li:nth-child(4){
    display: none;
}*/
/* Specials */
#header-bottom-3-menue ul>li:nth-child(5){
    display: none;
}
/* Kontakt
#header-bottom-3-menue ul>li:nth-child(6){
    display: none;
}*/
/* FAQ
#header-bottom-3-menue ul>li:nth-child(7){
    display: none;
} */
/* AGB
#header-bottom-3-menue ul>li:nth-child(8){
    display: none;
}              */