#header ._logo {
    width: 86px;
    height: 50px;
}

h1, h2 {
    text-transform: uppercase !important;
}

/* Password*/
#progressbar_wrapper {
	margin-top: 2px;
}

.slider_list h4:before {
    color: var(--overview-tile-icon-color);
}

.footer .label_footer_1 {
    font-size: 1rem;
}

.footer .label_footer_1 b {
    font-size: 1.15rem;
}

input:not(.q-field__native)[type='text']:hover,
input:not(.q-field__native)[type='email']:hover,
input:not(.q-field__native)[type='password']:hover,
textarea:hover, select:hover {
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px var(--global-text-font-color);
}

input:not(.q-field__native)[type='text']:focus,
input:not(.q-field__native)[type='email']:focus,
input:not(.q-field__native)[type='password']:focus,
textarea:focus, select:focus {
    border: 1px solid transparent;
    box-shadow: 0 0 0 2px #000;
}

#header .list:not(.no_dropdown) .box_current_user_name_list_menu_item:hover,
#header .list .box_current_user_name_list_menu_item.hover,
#header .header_location_wrapper:not(.no_dropdown) ._location_link:hover,
#header ._location_link.hover {
    border: 1px solid transparent;
    box-shadow: 0 0 0 2px #000;
}

.responsive_small h1 {
    font-weight: var(--global-h1-font-weight);
    font-size: var(--global-h1-font-size);
}

.responsive_small h1,
.responsive_small .slider_list,
.responsive_small .label_start_site_text,
.responsive_small .slider_header {
    padding: initial;
}

.footer_wrapper {
    padding: 2rem 0;
}

.footer {
    background: var(--global-footer-background);
}

[data-v-app] .q-loading-bar {
    background-color: var(--global-primary-color);
}

a.global_button,
.global_button {
    text-transform: uppercase;
}

/*Userdata*/
body .userdata .data_wrapper table.form.customer_address_data input[type="text"].zip {
    margin-right: 10px;
    max-width: 100%;
}

body .userdata .data_wrapper table.form.customer_address_data input[type="text"].zip,
body .userdata .data_wrapper table.form.customer_address_data input[type="text"].city {
    width: calc(50% - 5px);
}

body .userdata .data_wrapper table.form.customer_address_data input[type="text"].street {
    width: calc(50% - 5px);
}

body .userdata .data_wrapper table.form.customer_address_data input[type="text"].no,
body .userdata .data_wrapper table.form.customer_address_data input[type="text"].adr_ext {
    width: calc(25% - 7.5px);
}

body .userdata .userdata_address.buttons {
    justify-content: flex-end;
}

.buttons_table_cell:not(.req_info) {
    display: inline-flex;
    justify-content: flex-end;
}