@import url("additional-styles.css");

.header-container-logo {
    display: none;
}

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

@media screen and (max-width: 1200px) {
    .header-container {
        background-image: url(img/header1.jpg);
        background-position: top center !important;
        background-repeat: no-repeat !important;
        height: 150px;
    }
}

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

    .navigation-ul .login-btn, .navigation-ul a {
        background: #ffffff none repeat scroll 0 0 !important;
        color: #5A5958 !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;
    }

    .header-container {
        background-image: url(img/header2.jpg);
        height: 150px;
    }
}

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

    .header-container {
        background-image: url(img/header3.jpg);
        height: 150px;
    }
}

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

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

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

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

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

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

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: "Roboto", "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 #5A5958 !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 #5A5958 !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 #5A5958 !important;
    outline: -webkit-focus-ring-color auto 0px;
}

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

.navigation-btn-container .navigation-label, .navigation-btn-bottom-container .navigation-label {
    margin-top: 1px;
}

.paymentmethods-status, .order-list-online-status-options, .order-list-online-status-header-options {
    display: none;
}
