aside#secondary,.has-sidebar #secondary {
    width: 19%;
    min-width: 180px;
    padding: 10px 0 0 0;
    text-align: right;
}

#secondary img {
    margin: 50px 0 50px 0;
}

#secondary img.logo.klassik {
    margin: 50px 0 10px 0;
}

#secondary img.logo.br2 {
    margin: 20px 0 20px 0;
    width: 163px;
}

#secondary img.logo.mz {
    margin: 20px 0 50px 0;
}

#secondary img.logo.gewerbepark {
    margin: 50px 0 10px 0;
}

#secondary img.logo.rewag {
    margin: 20px 0 50px 0;
}

#secondary img.logo.hk {
    margin: 40px 0 0 0;
}


aside#secondary,.has-sidebar #secondary:before {
    content: none;
}

aside#secondary ul {
    list-style: none;
    text-align: left;
}

aside#secondary ul li:last-child {
    margin-bottom: 40px;
}

aside#secondary ul li a {
    font-size: 1rem;
    font-size: 16px;
    color: #003565;
    font-family: 'Raleway Medium', sans-serif;
}

aside#secondary ul li a:hover {
    color: #222;
}

#social-media-buttons {
    margin-bottom: 36px;
    text-align: right;
}

#social-media-buttons a:not(:last-child) {
    margin-right: 10px;
}

#social-media-buttons .twitter {
    background: url("../images/twitter-32.png") no-repeat center top;
    width: 32px;
    height: 32px;
    display: inline-block;
}

#social-media-buttons .twitter:hover {
    background: url("../images/twitter-32-hover.png") no-repeat center top;
}

#social-media-buttons .fb {
    background: url("../images/facebook-32.png") no-repeat center top;
    width: 32px;
    height: 32px;
    display: inline-block;
}

#social-media-buttons .fb:hover {
    background: url("../images/facebook-32-hover.png") no-repeat center top;
}

#social-media-buttons .instagram {
    background: url("../images/instagram-32.png") no-repeat center top;
    width: 32px;
    height: 32px;
    display: inline-block;
}

#social-media-buttons .instagram:hover {
    background: url("../images/instagram-32-hover.png") no-repeat center top;
}

.search-form {
    margin-bottom: 20px;
}

.search-form input {
    font-family: 'Raleway SemiBold', sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
    border: 1px solid #bdbdbd;
    padding: 5px;
    font-size: 0.75rem;
}
::-webkit-input-placeholder {
    font-family: 'Raleway SemiBold', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
}
::-moz-placeholder {
    font-family: 'Raleway SemiBold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
:-ms-input-placeholder {
    font-family: 'Raleway SemiBold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}
:-moz-placeholder {
    font-family: 'Raleway SemiBold', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

@media screen and (max-width: 1016px) {
    aside#secondary,.has-sidebar #secondary {
        width: 100%;
        padding:  10px 0 0 0;
        text-align: center;
    }
    #social-media-buttons {
        margin-bottom: 20px;
        text-align: center;
    }

    aside#secondary ul {
        list-style: none;
        text-align: center;
    }
    .search-form {
        margin: 0 auto 20px auto;
        max-width: 200px;
    }
}

