.search-box {
    float: right;
    position: relative;
    width: 300px;
    height: 40px;
    margin-bottom: 30px;
}
.search-form, .phone {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
.menubtn {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 50px;
    height: 40px;
    background: #e90001;
    color: #FFF;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nummer {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    background: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
    color: #333;
}
.search-form .text, .nummer {
    width: 250px;
    height: 40px;
    float: left;
}
.searchtoggle, .search-form .button {
    display: block;
    float: right;
    width: 50px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: none;
    background: #ccc url("/img/layout/search.png") center no-repeat;
}
.search-form {
    display: none;
}
.search-form, .phone {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.topmenu a {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333;
}
.topmenu li {
    display: inline;
    margin-left: 20px;
}
.topmenu ul {
    list-style: none;
    text-align: right;
}
.topmenu {
    margin: 67px 0;
}
/*Warenkorb*/
.cart-icon{
    float: left;
}
.cart-counter{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #ea4a42;

    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #fff6f9;
    background: #ea4a42;

    float: left;
    padding: 0px 7px 0px 7px;
    margin-top: -12px;
    margin-left: -4px;
}