html, body {
    background-color: #ededed;
}

/* header */
header {
    background-color: #92824e;
    height: 86px;
}

/* body */
.address-block {
    
}
.k-panelbar .k-header {
    background-color: #92824e !important;
    color: white !important;
}
.data-protection {
    color: #92824e;
    cursor: pointer;
    text-decoration: underline;
}
.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #92824e;
    border-color: #92824e;
    color: white !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #a5976a;
    border-color: #a5976a;    
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow:none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
}
.btn-success {
    background-color: #00b233;
    border-color: #00b233;
    background-image: url("/img/Haken.svg");
    background-repeat: no-repeat;
    background-position: center center;
}
.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled {
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    color: black;
}