
.moremenu {
    margin-top: 10px;
    display: block;
    float: right;
    height: 40px;
    overflow: hidden;
    position: relative;
    transition: width 0.25s ease 0s;
    width: 50px;
}
.moremenu #more-btn {

    border-left: 1px solid #ccc;
    cursor: pointer;
    float: left;
    padding-left: 6px;
    height: 40px;
    width: 49px;
}
/*
search field
*/

.search {
    display: block;
    height: 42px;
    margin-bottom: 7px;
    margin-top: 10px;
    overflow: hidden;
float:right;
    right: 54px;
    transition: width 0.4s ease 0s;
    width: 50px;
    z-index: 100;
}
.search #search-btn {
    background: url("icon_search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 40px;
    width: 50px;
}
.search-inner {
    width: 245px;
}
.search:hover, .search.active {
    width: 245px;
}
.search .bottom, .search .left, .search .right {
    background-color: #a2a2a2;
    position: absolute;
}
.search .bottom {
    height: 1px;
    left: 0;
    top: 30px;
    width: 214px;
}
.search .left, .search .right {
    height: 5px;
    width: 1px;
}
.search .left {
    background-color: #ccc;
    left: 56px;
    top: 22px;
}
.search .right {
    background-color: #ccc;
    left: 238px;
    top: 22px;
}
.search form {
    float: left;
    margin-top: 2px;
    width: 162px;
}
.search form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #2f2f2f;
    font-size: 2em;
    height: 34px;
    margin-left: 6px;
    outline: medium none;
    padding: 0 0 0 4px;
    position: relative;
    width: 178px;
    z-index: 1500;
}
.search:hover form input {
    border-bottom: 1px solid #33b5e5;
}
.search:hover .bottom, .search:hover .left, .search:hover .right {
    background-color: #33b5e5;
}
.search:hover #search-btn {
    background-position: 0 -28px;
}
.search form input:focus {
    color: #222;
    font-weight: bold;
}

/*
IMPRESSUM
*/

.impressum {

    cursor: pointer;
    float: right;
    margin-right: 10px;
    height: 64px;
    width: 64px;
}