.lh-logo-content{
    background-image: url("head_logo.png");
    background-position: 25px 50px;
    background-size: 155px auto;
    background-repeat: no-repeat;
    height: 140px;
    width: 200px;
}

.lh-logo-footer{
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 32px;
    width: 120px;
}

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

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #3E4347 !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 17px;
        background-size: 120px auto;
        height: 78px;
        width: 140px;
        margin-left: 20px !important;
        margin-top: 0px !important;
    }

    .header-container-logo
    {
        margin-top: 0px;
        background: #ffffff;
    }

    .booking3-region-map {
        height: auto;
    }
}

@media screen and (max-width: 460px)
{
    .lh-logo-content {
        background-position: 0px 18px;
        background-size: 100px auto;
        height: 70px;
        width: 120px;
    }
}

.alert-info {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f8f7f7), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f8f7f7,0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #f8f7f7 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f8f7f7 0%, #ffffff 100%);
    background-repeat: repeat-x;
    color: #5B4839;
    border: 1px solid #7b6c60;
}

.alert-danger {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#fefcfc), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #fefcfc, 0%, #ffffff, 100%);
    background-image: -moz-linear-gradient(top, #fefcfc 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #fefcfc 0%, #ffffff 100%);
    background-repeat: repeat-x;
    border-color: #b32922;
    color: #a00e0e;
}

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

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

.structclient-field.structclient-field-corrupt .structclient-field-input {
    border-color: #b32922;
}

.userdata-gast-register-form-container .help-block {
    color: #b32922;
}

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;
}

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

input[type=text]:focus, textarea:focus, select:focus
{
    box-shadow: 0 0 3px #5b4839 !important;
    border: 1px solid #5b4839 !important;
}

#RegistrationForm_customertypes_names_id_1 {
    display: none;
}

label[for=RegistrationForm_customertypes_names_id_1] {
    display: none;
}
