/*Viewportwidth: 1920px*/

#headermenu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    margin: 0px auto;
    width: 100%;
    height: 62px;
    z-index: 550;
}

#logocontainer {
    position: absolute;
    height: 100%;
    /*background-color: #1e4b82;*/
    width: 62px;
    padding: 10px;
    top: 0px;
    right: auto;
    left: 0px;
    bottom: auto;
}

#headermenu .logobild {
    height: 100%;
    width: 100%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

#headermenu .wortmarke {
    display: none;
    position: absolute;
    height: 100%;
    width: 100px;
    box-sizing: border-box;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    right: 15px;
}

#logocontainer .logobild {
    background-position: right center;
}

#headermenuinner {
    position: relative;
    width: 100%;
    height: 62px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 19px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 19px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 19px -4px rgba(0,0,0,0.75);
}

    #headermenuinner #mobilmenubutton {
        position: absolute;
        display: block;
        height: 62px;
        width: 40px;
        box-sizing: border-box;
        cursor: pointer;
        background-image: url('Images/menu.png');
        background-position: center center;
        background-repeat: no-repeat;
        top: 0;
        right: 15px;
    }

    #headermenuinner #headermenulist {
        width: 98%;
        margin: 0% 1%;
        position: fixed;
        z-index: 150;
        top: 67px;
        right: 0;
        bottom: 5px;
        overflow: auto;
        box-sizing: border-box;
        background-color: #fff;
        border: solid 1px #f7f8fa;
        display: none;
        max-width: 500px;
    }

    #headermenuinner ul {
        list-style: none;
        margin: 26px 0 10px 0;
        padding: 10px;
    }

        #headermenuinner ul:after {
            content: '';
            display: block;
            clear: both;
        }

        #headermenuinner ul > li {
            display: block;
            zoom: 1;
            margin: 0;
            padding: 5px 0px;
            border-bottom: solid 1px #ccc;
        }

    #headermenuinner #liSearch {
        display: block;
        zoom: 1;
        margin: 0;
        padding: 0px;
        width: 1px;
        height: 1px;
        border-bottom: none;
    }

    #headermenuinner .navEdit {
        float: left;
        margin: 5px 5px 0px 0px;
        width: auto;
    }

    #headermenuinner .navleft0 {
        float: left;
        width: auto;
    }

    #headermenuinner ul > #liKatalog {
        display: none;
    }

    #headermenuinner ul > #liMerkzettel {
        display: none;
    }

#itemCount,
.iconFavorit {
    display: none;
}

#headermenuinner ul > #liMerkzettel a,
#headermenuinner ul > #liMerkzettel a:hover,
#headermenuinner ul > #liMerkzettel a:visited {
    color: #0e3e6e;
}

        #headermenuinner ul > #liMerkzettel .hdc-merkliste-wort {
            width: auto;
            display: none;
            color: #0e3e6e;
            float: left;
        }

    #headermenuinner ul > #hpSearch {
        color: #0e3e6e;
    }

        #headermenuinner ul > #hpSearch .hdc-search-wort {
            width: auto;
            color: #0e3e6e;
            float: left;
        }


    #headermenuinner ul > #liDomizile .hdc-domizile-wort {
        width: auto;
        color: #0e3e6e;
        float: left;
    }

    #headermenuinner #hpLogin,
    #headermenuinner #hpLogout,
    #headermenuinner #hpSearch {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #0e3e6e;
        cursor: pointer;
    }

        #headermenuinner #hpLogin:hover,
        #headermenuinner #hpLogout:hover,
        #headermenuinner #hpSearch:hover {
            color: #000;
        }

    #headermenuinner ul > li > a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #0e3e6e;
        text-decoration: none;
    }

        #headermenuinner ul > li > a:hover {
            color: #000;
        }

#searchbox {
    width: 250px;
    height: 80px;
    overflow: hidden;
    /*width: 224px;*/
    background-color: #fff;
    position: absolute;
    top: 90px; /*62px;*/
    left: 40px; /*62px;*/
    display: none;
}

    #searchbox #searchboxinner {
        padding: 13px;
    }

    #searchbox input[type=text] {
        width: 190px;
        padding: 12px;
        margin-bottom: 5px;
        background-color: #fff;
        border: solid 1px #948c83;
        font-size: 16px;
        color: #948c83;
    }


#quicksearch {
}

@media (min-width: 480px) {
}

@media (min-width: 760px) {
    #headermenuinner ul > #liKatalog {
        /*display: inline-block;*/
    }

    #headermenuinner ul > #liMerkzettel {
        display: inherit;
    }

        #headermenuinner ul > #liMerkzettel .hdc-merkliste-wort {
            display: inherit;
        }
}

@media (min-width: 980px) {
}

@media only screen and (min-width: 1200px) {

    #headermenu {
        height: 62px;
    }

    #headermenuinner {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

        #headermenuinner #mobilmenubutton {
            display: none;
        }

    #logocontainer {
        position: relative;
        height: 62px;
        width: 66px;
        background-color: #fff;
        border-bottom-right-radius: 50%;
        border-top-right-radius: 50%;
        /*display: inline-block;*/
    }

    #headermenu .wortmarke {
        position: relative;
        top: unset;
        right: unset;
        margin-right: 10px;
    }

    #headermenuinner #headermenulist {
        display: inherit;
        width: auto;
        width: initial;
        height: 100%;
        position: relative;
        z-index: 0;
        top: inherit;
        top: initial;
        left: inherit;
        left: initial;
        bottom: inherit;
        bottom: initial;
        overflow: inherit;
        overflow: initial;
        box-sizing: border-box;
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        margin-left: 10px;
        flex-grow: 1;
        max-width: none;
    }

    #headermenuinner ul > #liMerkzettel a,
    #headermenuinner ul > #liMerkzettel a:hover,
    #headermenuinner ul > #liMerkzettel a:visited {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
    }

    #headermenuinner ul > #liMerkzettel .hdc-merkliste-wort {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
    }

    #headermenuinner ul > #hpSearch {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
    }

        #headermenuinner ul > #hpSearch .hdc-search-wort {
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
        }

    #headermenuinner ul > #liDomizile .hdc-domizile-wort {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
    }

    #headermenuinner #hpLogin,
    #headermenuinner #hpLogout,
    #headermenuinner #hpSearch {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
    }

        #headermenuinner #hpLogin:hover,
        #headermenuinner #hpLogout:hover,
        #headermenuinner #hpSearch:hover {
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
        }

    #headermenuinner ul > li > a {
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem;
    }

        #headermenuinner ul > li > a:hover {
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
        }

    #headermenuinner ul {
        float: none;
        height: 100%;
        margin: 0px 0 0px 0;
        padding: 0 0 0 0px;
        display: flex;
        flex-grow: 1;
        align-items: center;
    }

        #headermenuinner ul > li {
            /*display: inline-block;
            *display: inline;*/
            display: inherit;
            border-bottom: none;
            padding: 0px 10px;
            vertical-align: middle;
        }

            #headermenuinner ul > li:nth-child(1) {
                /*padding-left: 2.705882%;*/
            }

    #headermenuinner #liSearch {
        /*display: inline-block;
            *display: inline;*/
        display: inherit;
        border-bottom: none;
        vertical-align: middle;
        margin: 0;
        padding: 0px;
        width: 0px;
        height: 0px;
    }

    #headermenuinner ul > #liMerkzettel {
        /*display: inline-block;*/
        display: inherit;
    }

        #headermenuinner ul > #hpSearch .hdc-search-wort,
        #headermenuinner ul > #liDomizile .hdc-domizile-wort,
        #headermenuinner ul > #liMerkzettel .hdc-merkliste-wort {
            margin-left: 0;
        }

    #searchbox {
        top: 62px;
        left: 115px;
    }
}

/* Störer Navi */

div.stage-eyecatcher-left,
div.stage-eyecatcher-right {
    position: fixed;
    top: 52px;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 10;
    background-color: #0e3e6e;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    padding: 20px 10px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    border: 0px solid #4e7eab;
    -webkit-box-shadow: 0px 0px 30px 4px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 30px 4px rgba(255,255,255,1);
    box-shadow: 0px 0px 30px 4px rgba(255,255,255,1);
}

div.stage-eyecatcher-left {
    background-color: #e50051;
    left: 5px;
}

div.stage-eyecatcher-right {
    right: 5px;
}

div.stage-eyecatcher-label {
    text-align: center;
}

@media (min-width: 480px) {
    div.stage-eyecatcher-left {
        left: 15px;
        font-size: 16px;
        font-size: 1.6rem;
    }

    div.stage-eyecatcher-right {
        right: 15px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media (min-width: 760px) {
    div.stage-eyecatcher-left,
    div.stage-eyecatcher-right {
    }
}

@media (min-width: 980px) {
    div.stage-eyecatcher-left,
    div.stage-eyecatcher-right {
        font-size: 20px;
        font-size: 2.0rem;
        top: -10px;
        z-index: 60;
    }

    div.stage-eyecatcher-left {
        left: 70px;
        width: 150px;
        text-align: center;
        padding: 20px 0px 10px 0px;
    }

    div.stage-eyecatcher-right {
        left: 240px;
        right: auto;
        width: 150px;
        text-align: center;
        padding: 20px 0px 10px 0px;
    }
}

@media only screen and (min-width: 1200px) {

    div.stage-eyecatcher-left,
    div.stage-eyecatcher-right {
        width: 250px;
        padding: 30px 0px 20px 0px;
    }

    div.stage-eyecatcher-right {
        left: auto;
        right: 70px;
    }

    div.stage-eyecatcher-left > div.stage-eyecatcher-label {
        padding-left: 60px;
    }

        div.stage-eyecatcher-left > div.stage-eyecatcher-label:after {
            content: '';
            display: block;
            height: 50px;
            width: 50px;
            position: absolute;
            top: 20px;
            left: 40px;
            background: url('images/lastminute.png') no-repeat;
        }

    div.stage-eyecatcher-right {
    }

        div.stage-eyecatcher-right > div.stage-eyecatcher-label {
            padding-left: 60px;
        }

            div.stage-eyecatcher-right > div.stage-eyecatcher-label:after {
                content: '';
                display: block;
                height: 50px;
                width: 50px;
                position: absolute;
                top: 20px;
                left: 40px;
                background: url('images/immotab.png') no-repeat;
            }
}
