body {
    font-family: "Arial Black", "Arial Bold";
    font-size: 12px;
    overflow-x: hidden;
}

.title {
    font-size: 16px;
    font-weight: bold;
}

.subtitle {
    font-size: 14px;
    font-weight: bold;
}

.footer {
    margin: 40px auto 20px;
    border-top: 1px solid #eee;
    font-size: 8px;
    color: #565353;
    padding: 9px 20% 0 20%;
}

.hand {
    cursor: pointer;
}

.message {
    padding-left: 10px;
}

label {
    font-weight: normal !important;
}

.header-image {
    min-height: 120px;
    box-shadow: 0 5px 20px 0 #9E9E9E, 5px 5px 20px 5px rgba(158, 158, 158, 0);
    background: url(/images/banniere.jpg);
    width: 100%;
    background-size: cover;
}

.header-image-2 {
    min-height: 120px;
    box-shadow: 0 5px 20px 0 #9E9E9E, 5px 5px 20px 5px rgba(158, 158, 158, 0);
    background: url(/images/banniere_2.jpg);
    width: 100%;
    background-size: cover;
}

.btn.btn-orange {
    background-color: #F26529;
}