.clear {
    clear: both;
    display: block !important;
    width: 100% !important;
    height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}
.frontend a, .frontend h1, .frontend h2, .frontend h3, .frontend h4 {
    color: rgb(23, 41, 69);
}
.frontend a:hover {
    color: rgb(251, 186, 0);
}
.top-menu {
    height: 50px;
    border-bottom: 3px solid rgb(251, 186, 0);
}
.top-menu .top-menu-inner {
    width:1280px;
    margin: 10px auto 0;
}
.top-menu .logo, .top-menu .menu, .top-hero .logo-back, .top-hero .hero-back {
    display: inline-block;
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
.top-menu .logo img {
    height: 40px;
}
.top-menu .menu {
    list-style: none;
    text-align: right;
}
.top-menu .menu li {
    margin: 5px 0 0 20px;
    line-height: 30px;
    display: block;
    float: right;
}
.top-menu .menu .profile-link {
    display: block;
    background: #ccc;
    border: 3px solid rgb(23, 41, 69);
    border-radius: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    overflow: hidden;
}
.top-menu .menu .profile-link img {
    margin-top: 0;
    height: 100%;
    width: 100%;
    display: block;
}
.top-menu .menu .profile-link:hover {
    border-color: rgb(251, 186, 0);
}
.top-menu .menu .profile-link i {
    margin-top: 3px;
    font-size: 22px;
}
.top-hero .logo-back, .top-hero .hero-back {
    height: 200px;
}
.top-hero .logo-back {
    background: rgb(23, 41, 69);
    width: 33%;
}
.top-hero .hero-back {
    width: 67%;
    background-image: url(/images/arbeiten-am-laptop.jpg);
    background-size: cover;
    background-position: center;
}
.top-hero .logo-back img {
    height: 80px;
    margin-top: 60px;
    margin-left: 20%;
}
.top-hero .hero-back h3 {
    text-align: right;
    margin-right: 20%;
    margin-top: 80px;
    font-weight: 700;
}
.frontend-content {
    width: 1280px;
    margin: 50px auto 0;
}
.pre-footer {
    text-align: center;
    margin: 100px 50px 50px;
}
.footer {
    color: #fff;
    background: rgb(23, 41, 69);
    padding: 40px 15% 10px;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    text-decoration: underline;
}
.footer .footer-top {
    border-bottom: 2px solid #fff;
}
.footer .footer-top img {
    width: 70%;
}
.footer .footer-top .thirty-three {
    width: 33%;
    float: left;
    margin: 40px 0;
}
.footer .left, .footer .right {
    float: left;
    width: 50%;
    margin: 10px 0;
}
.footer .right {
    text-align: right;
}
button.btn.btn-primary, a.btn.btn-primary, div.btn.btn-primary {
    margin-top: 10px;
    background-color: rgb(251, 186, 0);
    border: none;
    border-radius: 0 20px 20px 0;
    padding: 10px 30px 10px 20px;
    transition: background-color 0.5s;
}
div.btn.btn-primary.not-allowed {
    background-color: #ccc;
    cursor: not-allowed !important;
}
button.btn.btn-primary:hover, a.btn.btn-primary:hover {
    background-color: rgb(23, 41, 69);
}

.alert ul {
    margin-bottom: 0;
}

.contract-type {
    float: left;
    width: 30%;
    margin: 0 5% 20px 0;
}
.contract-type > a.heading,.contract-type > div.heading {
    background-color: rgb(23, 41, 69);
    color: #fff;
    padding: 10px 20px;
    display:block;
    height: 68px;
}
.contract-type:hover > a:not(.description) {
    background-color: rgb(155, 123, 36);
    color: #fff;
}
.contract-type > a.description, .contract-type > div.description {
    background-color: rgb(223,223,233);
    color: rgb(23, 41, 69);
    padding: 15px 20px;
    display: block;
}
.contract-type:hover a.description {
    background-color: rgb(251, 186, 0);
    color: rgb(23, 41, 69);
}
.contract-type:nth-child(3n) {
    margin: 0 0 20px 0;
}
.spacer {
    height: 30px;
}
.half-container {
    width: 49%;
    margin-right: 2%;
    float:left;
}
.half-container.last {
    margin-right: 0;
}
.new-request {
    width: 100%;
    max-width: 950px;
    padding: 15px;
    margin: 0 auto;
}
.checkboxes {
    margin-top: 10px;
}
h4.with-space, h2.with-space {
    margin-top: 30px;
}
#cancel_contract {
    text-decoration: underline;
}
#frontend-contract form input,#frontend-contract form textarea {
    margin-bottom: 10px;
}
#contract-documents {
    margin:30px 0;
}
#contract-documents .clearfix {
    margin-bottom:20px;
}