.header #header-badge {
    height: 1px;
    margin-top: -1px;
}

.support {
    border: 0 none;
    bottom: -46px;
    color: #fff;
    display: block;
    height: auto;
    margin-top: 0;
    max-width: 250px;
    min-width: 250px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: auto;
    visibility: visible;
    z-index: 5;
}

.support-button {
    background-color: #660000;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 100px;
    line-height: 142px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    pointer-events: none;
    width: 100px;
}

.support-content {
    background-color: #660000;
    padding: 20px 10px 20px 20px;
    text-align: left;
}

.support-content p.titel {
    font-size: 20px;
    margin-bottom: 5px;
}
.support-content p {
    margin-bottom: 10px;
}

ul.supportlist {
    padding-left: 20px;
}

ul.supportlist li {
    list-style-image: url("../img/azeichenw.png");
    padding: 3px 0;
}

.support-content a {
    color: #fff;
}

a.downloadable::after {
    content: "";
    font-family: FontAwesome;
    margin-left: 4px;
}

.support-content code {
    background-color: #660000;
    border: 0 none;
    color: white;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.support-content p.last {
    margin-bottom: 0;
}

.support-toggle {
    cursor: pointer;
    display: block;
    height: 50px;
    overflow: hidden;
    pointer-events: auto;
    width: 100%;
}