.header-container-logo {
    display: block;
    width: 72px;
    margin: auto;
}

.header-container {
    background-image: url(img/header.png);
    background-position: top right !important;
    background-repeat: no-repeat !important;
    height: 210px;
}

.lh-logo-content {
    background-image: url("head_logo.png");
    background-position: 0px 80px;
    background-size: 72px auto;
    background-repeat: no-repeat;
    height: 130px;
    margin-left: 0px;
    width: 72px;
}

@media screen and (max-width: 640px) {

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #4a4a49 !important;
        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #f5f5f5 !important;
        font-size: 14px !important;
        font-weight: normal !important;
        display: block !important;
    }

    .lh-logo-content {
        background-position: 0px 35px;
        height: 90px;
    }

    .header-container {
        background-image: url("img/header1.png");
        height: 115px;
    }
}

@media screen and (max-width: 460px) {

    .lh-logo-content {
        background-position: 0px 22px;
        height: 75px;
    }

    .header-container {
        background-image: url("img/header2.png");
        height: 83px;
    }
}

.alert-info {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1f1f1), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f1f1f1,0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
    background-repeat: repeat-x;
    color: #4a4a49;
    border: 1px solid #dadada;
}

.alert-danger {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fbece5), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #fbece5, 0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #fbece5 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #fbece5 0%, #ffffff 100%);
    background-repeat: repeat-x;
    border-color: #c93b00;
    color: #c93b00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8e5e5', endColorstr='#ffffff', GradientType=0);
}

.has-error .form-control {
    border: 1px solid #c93b00 !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #c93b00;
}

.structclient-field.structclient-field-corrupt .structclient-field-input {
    border-color: #c93b00;
    border-width: 2px;
}

.userdata-gast-register-form-container .help-block {
    font-size: 14px;
    color: #c93b00;
}

select.form-control
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url("bg_select.png") right center no-repeat #ffffff;
    background-position: right !important;
    font-family: "open_sansregular", 'Open Sans', "Helvetica Neue", Arial, sans-serif !important;
}

select.form-control::-ms-expand {
    display: none;
}

input[type=text]:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 0 .2rem rgba(178,194,223,.25);
    border: 1px solid #009ee0 !important;
}

input[type=password]:focus-visible, textarea:focus-visible, select:focus-visible
{
    box-shadow: 0 0 0 .2rem rgba(178,194,223,.25);
    border: 1px solid #009ee0 !important;
    outline: -webkit-focus-ring-color auto 0px;
}

input[type=text]:focus-visible, textarea:focus-visible, select:focus-visible
{
    box-shadow: 0 0 0 .2rem rgba(178,194,223,.25);
    border: 1px solid #009ee0 !important;
    outline: -webkit-focus-ring-color auto 0px;
}

.staticdata-panel-container .static-panel-content a {
    color: #009ee0 !important;
}