body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
#header {
    overflow: hidden;
    position: relative;
}
#header > div.container > div.row {
    z-index: 9;
    position: relative;
    color: #FFF;
}
#header_background {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    z-index:1;
}

#header .alldis_heading {
    color: #000;
}

footer {
    overflow: hidden;
    position: relative;
    text-shadow: #000 1px 1px 1px;
}
footer > div.container > div {
    z-index: 9;
    position: relative;
    color: #FFF;
}
#footer_background {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 100%;
    z-index:1;
}

footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #ededed;
}

.fields_row {
    line-height: 3rem;
}
.fields_row input, .fields_row select {
    margin: 0.5rem 0;
}
.btn-primary {
    color: #FFF;
    background-color: #42bce1;
    border-color: #42bce1;
}

.btn-primary:hover {
    color: #212529;
    background-color: #47ccf4;
    border-color: #42bce1;
}

.alldis-button {
    background-color: #950449;
    border-color: #950449;
    color: #fff;
}
.alldis-button:hover {
    background-color: #57052c;
    border-color: #950449;
    color: #FFF;
}

.allnet_schweiz-button {
    background-color: #E31B22;
    border-color: #E31B22;
    color: #fff;
}
.allnet_schweiz-button:hover {
    background-color: #b3141a;
    border-color: #E31B22;
    color: #FFF;
}