/* BechtleWeb */

@font-face {
    font-family: 'BechtleWeb';
    src: url('../fonts/BechtleWeb/BechtleWeb.woff2') format('woff2'),
    url('../fonts/BechtleWeb/BechtleWeb.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'BechtleWeb';
    src: url('../fonts/BechtleWeb/BechtleWeb-Medium.woff2') format('woff2'),
    url('../fonts/BechtleWeb/BechtleWeb-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'BechtleWeb';
    src: url('../fonts/BechtleWeb/BechtleWeb-Bold.woff2') format('woff2'),
    url('../fonts/BechtleWeb/BechtleWeb-Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons-Regular.eot');
    /* For IE */
    src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
    url('../fonts/MaterialIcons-Regular.woff') format('woff'),
    url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

a {
    color: #244CA7;
    text-decoration: none;
    font-weight: 400;
}

a:hover {
    text-decoration: underline;
}

h3, h4, h5 {
    font-family: "BechtleWeb", sans-serif !important;
}

.register-form-wrapper {
    width: 100%;
    height: 100%;
}

.text:hover {
    color: #000000;
}

.text {
    color: #000000;
}

.register-block {
    background: #F3F3F3;
    padding: 20px;
    margin-top: 55px;
}

.register-block h3.obj-headline, .password-strength-box h3.obj-footer-headline{
    margin-top: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.333em;
    margin-bottom: 20px;
}

.register-block .list-boxes, .password-strength-box .list-boxes{
    padding: 0;
}

.register-block .list-boxes li, .password-strength-box .list-boxes li{
    font-size: 13px;
    line-height: 1.5em;
    list-style-type: none;
    position: relative;
    padding-left: 14px;
    padding-right: 10px;
}

@media (min-width: 1350px) {

    .password-strength-info-icon-mobile{
        background-image: url("../img/Info.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 1px;
        left: -30px;
        z-index: 10;
    }

    .kc-bechtle-content-password-strength-mobile{
        position: absolute;
        left: -410px;
        max-width: 360px;
        top: -190px;
        z-index: 10;
    }

    .longlife-login-icon {
        top: 19px;
        left: 173px;
    }
}

@media (max-width: 1349px) {

    .password-strength-info-icon-mobile{
        background-image: url("../img/Info.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 3px;
        right: 0;
        z-index: 10;
    }

    .kc-bechtle-content-password-strength-mobile{
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 10;
    }

    .longlife-login-icon {
        top: 20px;
    }
}

.kc-bechtle-content-password-strength-mobile{
    display: none;
}

.password-strength-info-icon-mobile:hover + .kc-bechtle-content-password-strength-mobile {
    display: block;
    z-index: 10;
}

.password-strength-box-info {
    background: #F3F3F3;
    padding: 20px;
}

.password-strength-box-info ul.list-boxes {
    padding-inline-start: 10px;
}

.password-strength-box-info .list-boxes li {
    margin-bottom: 10px;
}

.register-block .list-boxes li, .password-strength-box-info .list-boxes li{
    font-size: 13px;
    line-height: 1.5em;
    list-style-type: none;
    position: relative;
    padding-left: 14px;
    padding-right: 10px;
}

.password-strength-box-info-icon .list-boxes li{
    font-size: 13px;
    line-height: 1.5em;
    list-style-type: none;
    position: relative;
    padding-left: 14px;
    padding-right: 10px;
}

.password-strength-box-info-icon .list-boxes li{
    margin-top: 0;
    font-weight: 500;

    font-size: 20px;
    line-height: 1.333em;
    margin-bottom: 20px;
}

.list-boxes li:before {
    content: "";
    width: 5px!important;
    height: 11px!important;
    position: absolute;
    background: #B0B0B0!important;
    top: 5px;
    left: 0;
    border-radius: inherit!important;
}

.submit {
    float: none;
}

.submit-login, .submit-send-btn {
    float: right;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

a.btn {
    text-decoration: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    outline:0;
    font-family: "BechtleWeb", sans-serif !important;
}

.btn-primary {
    background-color: #244CA7;
    color: white;
    font-size: 15px;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
}

.btn-primary:hover {
    color: white;
    background-color: #1E4190;
    border-color: #1E4190;
    cursor: pointer;
}

.btn-secondary {
    background-color: #E1E1E1;
    color: black;
    font-size: 15px;
    border-radius: 0;
    border: none;
}

.btn-secondary:hover {
    background-color: #D5D5D5;
    cursor: pointer;
}

.btn-extra {
    border: 1px solid #D5D5D5;
    width: 100px;
}

.btn-extra:hover {
    background-color: #D5D5D5;
}

.btn-lg {
    padding: 10px 50px;
}

input[type='submit']
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-register-options-wrapper {
    margin: 15px 0 30px 0;
    display: flex;
    justify-content: space-between;
}

.form-options-register, .button-options {
    width: 48%;
    display: inline-block;
    text-transform: uppercase;
}

.button-options-full {
    width: 100%;
}

.form-options-register .btn, .button-options .btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
}

#kc-form-buttons-register {
    float: right;
}

@media print, only screen and (min-width: 768px) {
    .btn {
        /*min-height: 40px;*/
        font-weight: 400;
    }
}

.login-pf body {
    background-size: auto;
    background-color: white;
}

html, body {
    overflow-x: hidden;
}

body {
    background-color: white;
    font-family: "BechtleWeb", sans-serif !important;
    position: relative;
}

.alert {
    text-align: center;
    margin: 10px 0;
    display: inline-block;
}

.alert-success {
    text-align: left;
}
.alert-error {
    background-color: #ffffff;
    border-color: #DA1E28;
    color: #DA6F1E;
    border: 2px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.kc-feedback-text {
    font-size: 1rem;
    text-align: left !important;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    top: 30px;
    width: 200px;
    padding: 2px;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 1px 6px;
    color: #000 !important;
    border: 1px solid #fff;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #D5D5D5;
    text-decoration: underline;
    background-color: rgba(0,0,0,0.2);
}

#kc-locale-dropdown a {
    color: black;

}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 5px;
}

a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
    display: none;
}

.login-pf a:hover {
    color: #1E4190;
}

#kc-bechtle-logo-wrapper {
    display: flex;
    justify-content: center;
    align-content: flex-start;
    margin-top: 63px;
    margin-bottom: 40px;
}

.kc-bechtle-logo-link {
    display: inline-block;
}

.bechtle-logo {
    width: 263px;
    height: 52px;
    background-image: url("../img/bechtle-logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.arp-logo {
    width: 150px;
    height: 92px;
    background-image: url("../img/arp_logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-captcha-pos {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.kc-logo-text span {
    display: none;
}

#kc-container-wrapper {
    margin-top: 25px;
}

#kc-bechtle-header {
    color: #000;
    overflow: visible;
    max-width: 500px;
    margin: 0 auto;
}

#kc-bechtle-header-wrapper {
    font-size: 26px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 500;
}

#kc-bechtle-header-wrapper .tablist {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 35px 0;
    width: 100%;
    user-select: none;
}

#kc-bechtle-header-wrapper .tablist li .title {
    display: flex;
    justify-content: space-around;
}

#kc-bechtle-header-wrapper .tablist li.current .title .step-icon {
    background-color: #187E4B;
    color: #FFFFFF;
}

#kc-bechtle-header-wrapper .tablist li .title .step-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E1E1E1;
    position: relative;
    outline: none;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 800;
    margin-right: 5px;
}

#kc-bechtle-header-wrapper .tablist li .title .step-icon span {
    padding: 6px 15px;
    display: block;
}

#kc-bechtle-header-wrapper .tablist li.current .title .step-text {
    color: #187E4B;
}

#kc-bechtle-header-wrapper .tablist li .title .step-text {
    color: #E1E1E1;
    padding-top: 5px;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}

#kc-bechtle-header-wrapper .tablist li.spacer {
    width: 100%;
    padding: 0 7px;
    display: flex;
    align-items: center;
}

#kc-bechtle-header-wrapper .tablist li.spacer .spacer-i {
    background-color: #E1E1E1;
    width: 100%;
    height: 4px;
    display: block;
}



#kc-bechtle-header-wrapper .tablist li.current .title .step-icon .sod {
    display: none;
}

#kc-bechtle-header-wrapper .tablist li .title .step-icon .sod {
    padding: 8px;
    color: #187E4B;
}

#kc-bechtle-header-wrapper .tablist .tab.one.done .title .step-icon .step-one {
    display: none;
}

#kc-bechtle-header-wrapper .tablist .tab.one.done .title .step-icon .sod {
    display: block;
}

#kc-bechtle-header-wrapper .tablist .tab.one.done .title .step-icon {
    background-color: #FFFFFF;
    border: 1px solid #187E4B;
    width: 39px;
    height: 39px;
}

#kc-bechtle-footer {
    color: #000;
    border-top: 2px solid #666;
    margin-top: 50px;
}

#kc-bechtle-footer-wrapper {
    line-height: 1.2em;
    margin-bottom: 15px;
}

#kc-bechtle-footer-content {
    max-width: 620px;
    display: block;
    margin: 0 auto;
}

#kc-bechtle-footer-content a {
    color: #000;
}

#kc-bechtle-footer-content .footer-links {
    list-style: none;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 500;
}

#kc-bechtle-footer-content .footer-links a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

#kc-bechtle-footer-content .footer-links a:hover{
    text-decoration: underline;
}


#kc-bechtle-footer .kc-bechtle-copyright {
    text-align: center;
    padding: 20px 0 10px 0;
}

#kc-bechtle-form-wrapper .footer-information,
#kc-bechtle-form-wrapper .privacy-policy {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

#kc-bechtle-form-wrapper .fast-reg-taxId{
    font-size: 15px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 500;
}

#kc-content {
    position: relative;
}

#kc-bechtle-content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

#kc-bechtle-content {
    max-width: 500px;
    display: block;
    width: 100%;
    padding: 0 15px;
    position: relative;
}

#kc-info-wrapper {
    font-size: 13px;
    margin-top: 10px;
}

#kc-form-options {
    margin: 15px 0 30px 0;
}

#kc-form-options span {
    display: block;
    text-align: right;
}

#kc-form-options span:hover {
    color: #1E4190;
}

#kc-form-wrapper {

    font-size: 1.2em;
}

.require-note {
    color: #5A5A5A;
    font-size: 12px;
    margin: 10px 0 20px 0;
    user-select: none;
}

.input-box input, .input-box label, .input-box.is-focused input {
    padding: 0;
    border-radius: 0;
}
input[type="text"] {
    height: 2rem !important;
    width: 100%;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #244CA7;
    font-size: 16px;
    transition: all 0.3s ease-in-out;

    /* Inline with Salutation Dropdown which needs 10px space*/
    &#firstname,
    &#lastname{
        margin-top: 10px
    }
}

input[type="text"]:hover {
    border-bottom: 1px solid #1E4190;
}

input[type="text"]:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

input[type="password"] {
    height: 2rem !important;
    width: 100%;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #244CA7;
    font-size: 16px;
}

input[type="password"]:hover {
    border-bottom: 1px solid #1E4190;
}

input[type="password"]:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}


input[type="text"].error:hover {
    border-bottom: 1px solid #DA1E28;
}

input[type="text"].error:focus {
    box-shadow: none;
}

input[type="password"].error:hover {
    border-bottom: 1px solid #DA6F1E;
}

input[type="password"].error:focus {
    box-shadow: none;
}

input[type='radio'] {
    accent-color: #244CA7;
}

.kc-reg-invitation-group {
    background: #F3F3F3;
    padding: 0.5em 1em;
}

.kc-reg-invitation-group input[type="text"] {
    margin-top: 5px;
    border-bottom: 0;
}

.kc-reg-invitation-upper-group {
    display: flex;
    justify-content: space-between;
}


#kc-bechtle-form .kc-reg-firstname-lastname-group {
    display: grid;
    justify-content: space-between;
    grid-template-areas: "salutation firstname lastname";
    grid-template-columns: 30% 30% 30%;

    &.salutation{
        grid-area: salutation
    }

    &.firstname{
        grid-area: firstname
    }

    &.lastname{
        grid-area: lastname
    }
}

#firstname-error,
#lastname-error,
#department-error,
#salutation-error{
    top: 63px;
}

.customDepartment{
    display: none;
}

#kc-bechtle-form .kc-reg-zip-city-group {
    display: flex;
    justify-content: space-between;

    .zip {
        width: 26%;
    }

    .city {
        width: 70%;
    }
}

#kc-bechtle-form .kc-reg-street-city-group {
    display: grid;
    justify-content: space-between;
    grid-template-areas: "street housenumber";
    grid-template-columns: 75% 20%;

    &.street{
        grid-area: street
    }

    &.houseNumber{
        grid-area: housenumber
    }
}

.ui-selectmenu-button.ui-button {
    height: 2rem !important;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    color: #000;
    width: 100%;
    padding: .5em 1em;
    font-family: "BechtleWeb", sans-serif;
}

.ui-selectmenu-button.ui-button:hover {
    border-bottom: 1px solid #244CA7;
    border-bottom: 1px solid #244CA7;
    color: #000;
}

.ui-selectmenu-button.ui-button:focus {
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    color: #000;
}

.ui-selectmenu-button.ui-button:focus {
    color: #000;
}

.bechtle-selectfield-custom {
    display: flex;
}

.bechtle-selectfield-custom > label {
    justify-content: center;
    margin-right: 15px;
}

.bechtle-selectfield-custom .ui-selectmenu-text {
    position: absolute;
    top: 11px;
}

.ui-autocomplete.js-fake-suggest {
    position: absolute;
    top: 48px;
}
.ui-autocomplete.js-fake-suggest .ui-menu-item-wrapper{
    white-space: nowrap;
}

ul.ui-menu.ui-autocomplete {
    max-height: 300px;
    min-width: 220px;
    overflow-y: auto;
}


.ui-selectmenu-open .ui-menu.ui-widget-content {
    position: absolute;
    top: -40px;
    left: 0;

    font-size: 15px;
    border: 0;
    display: block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation: fadein 0.2s linear 1 normal forwards;
    opacity: 1;
    transition: opacity 0.5s;
    height: 180px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    background: #fff;
    font-weight: normal;
    color: #000000;
}

.ui-menu .ui-state-active {
    margin: 0;
}

.ui-menu-item {
    font-weight: 500;

}

.ui-menu-item-wrapper {
    padding: 7px 10px;
    height: 30px;
    line-height: 28px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #F3F3F3;
    border: 0;
    color: #000000;
    font-weight: 500;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 15px;
    white-space: nowrap;
}

.ui-selectmenu-button:after {
    content: "";
    width: 0;
    height: 0;
    right: 10px;
    top: 23px;
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    transition: all 0.3s;
}
.ui-selectmenu-button.ui-selectmenu-button-open:after {
    z-index: 500;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s;
    display: none;
}

.bechtle-input-wrapper {
    margin-top: 0;
}

.bechtle-textfield-custom {
    width: 100%;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #5A5A5A;
    font-size: 12px;
    top: 2px;
    visibility: visible;
}

.mdl-textfield--floating-label .mdl-textfield__label {
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.mdl-checkbox__box-outline {
    top: 5px;
}

.mdl-textfield {
    width: 100%;
}

.mdl-textfield__input {
    font-family: "BechtleWeb", sans-serif;
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
    top: 5px;
    left: 1px;
}

.mdl-checkbox__box-outline {
    width: 18px;
    height: 18px;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #244CA7;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background-color: #244CA7;
}
.mdl-checkbox__error {
    display: none;
}

.mdl-textfield__label {
    font-size: 12px;
    user-select: none;
}

.mdl-checkbox.is-focused .mdl-checkbox__error{
    display: block;
    color: #DA1E28;
}

/* Checkbox required */
.mdl-checkbox.is-upgraded .mdl-checkbox__input {
    -webkit-appearance: checkbox !important;
    width: auto;
    height: auto;
    left: 2px;
    top: 5px;
}

.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
    font-size: 15px;
}

.regerror .mdl-textfield__label:after {
    background-color: #DA6F1E;
}

.regerror .mdl-checkbox__label {
    color: #DA6F1E;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
    font-size: 12px;
}

/* Passwordstrength */

.input-box .obj-tooltip {
    position: absolute;
    background: #F3F3F3;
    z-index: 50;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: -webkit-transform, opacity;
    -o-transition: -o-transform, opacity;
    transition: transform, opacity;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    padding: 10px;
}
.input-box .obj-tooltip:before,
.input-box .obj-tooltip:after {
    content: " ";
    display: table;
}
.input-box .obj-tooltip:after {
    clear: both;
}
.input-box .obj-tooltip:before,
.input-box .obj-tooltip:after {
    content: " ";
    display: table;
}
.input-box .obj-tooltip:after {
    clear: both;
}
@media print, only screen and (min-width: 768px) {
    .input-box .obj-tooltip {
        padding: 20px;
    }
}
.input-box .obj-tooltip .highlight {
    color: #244CA7;
}
.input-box .obj-tooltip ul {
    margin-top: 10px;
}
.input-box .obj-tooltip ul li {
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 5px;
    position: relative;
}
.input-box .obj-tooltip ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: black;
    position: absolute;
    left: 0px;
    top: 8px;
}
.input-box .obj-tooltip ul li:last-child {
    margin-bottom: 0px;
}
.input-box .obj-tooltip.passwordstrength {
    width: 240px;
    padding: 20px 20px 15px 20px;
    margin-top: -5px;
}
.input-box .obj-tooltip.passwordstrength h4 {
    margin-top: 0;
    margin-bottom: 0;

    font-weight: 400;
    font-size: 15px;
    font-size: 1rem;
    line-height: 1.333em;
    padding-bottom: 5px;
}
.input-box .obj-tooltip.passwordstrength .password-box {
    height: auto;
    width: 100%;
    position: relative;
}
.input-box .obj-tooltip.passwordstrength .password-text {
    position: absolute;
    width: 50%;
    top: 20px;
    opacity: 0;
    -webkit-transition: -webkit-transform, opacity;
    -o-transition: -o-transform, opacity;
    transition: transform, opacity;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.input-box .obj-tooltip.passwordstrength .strength-indicator {
    width: 10%;
    height: 5px;
    position: absolute;
    top: 2px;
    padding-left: 30%;
    background: #DA6F1E;
    display: block;
    margin-left: 60%;
}

.input-box .obj-tooltip.passwordstrength--tooshort .strength-indicator {
    background: #DA6F1E;
}
.input-box .obj-tooltip.passwordstrength--tooshort .password-text.tooshort {
    opacity: 1;
    -webkit-transform: translateY(-29px);
    -ms-transform: translateY(-29px);
    -o-transform: translateY(-29px);
    transform: translateY(-29px);
}
.input-box .obj-tooltip.passwordstrength--veryweak .strength-indicator {
    background: #DA6F1E;
}
.input-box .obj-tooltip.passwordstrength--veryweak .password-text.veryweak {
    opacity: 1;
    -webkit-transform: translateY(-29px);
    -ms-transform: translateY(-29px);
    -o-transform: translateY(-29px);
    transform: translateY(-29px);
}
.input-box .obj-tooltip.passwordstrength--weak .strength-indicator {
    background: #DA6F1E;
}
.input-box .obj-tooltip.passwordstrength--weak .password-text.weak {
    opacity: 1;
    -webkit-transform: translateY(-29px);
    -ms-transform: translateY(-29px);
    -o-transform: translateY(-29px);
    transform: translateY(-29px);
}
.input-box .obj-tooltip.passwordstrength--medium .strength-indicator {
    background: #FCF1E9;
}
.input-box .obj-tooltip.passwordstrength--medium .password-text.medium {
    opacity: 1;
    -webkit-transform: translateY(-29px);
    -ms-transform: translateY(-29px);
    -o-transform: translateY(-29px);
    transform: translateY(-29px);
}
.input-box .obj-tooltip.passwordstrength--strong .strength-indicator {
    background: #187E4B;
}
.input-box .obj-tooltip.passwordstrength--strong .password-text.strong {
    opacity: 1;
    -webkit-transform: translateY(-29px);
    -ms-transform: translateY(-29px);
    -o-transform: translateY(-29px);
    transform: translateY(-29px);
}
.input-box .obj-tooltip:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.input-box .obj-tooltip--position-bottom:before {
    border-width: 13px 12px 0 12px;
    border-color: transparent transparent #F3F3F3 transparent;
}
.input-box .obj-tooltip--position-top:before {
    border-width: 0 12px 13px 12px;
    border-color: #F3F3F3 transparent transparent transparent;
}
.input-box .obj-tooltip--position-right {
    margin-left: 100%;
    margin-top: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.input-box .obj-tooltip--position-right:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -13px;
    border-width: 12px 13px 12px 0;
    border-color: transparent #F3F3F3 transparent transparent;
}
.input-box .obj-tooltip--position-right.state-active {
    -webkit-transform: translateY(-50%) translateX(20px);
    -ms-transform: translateY(-50%) translateX(20px);
    -o-transform: translateY(-50%) translateX(20px);
    transform: translateY(-50%) translateX(20px);
    opacity: 1;
    pointer-events: all;
}
@media only screen and (max-width: 1023px) {
    .input-box .obj-tooltip--position-right {
        margin-left: auto;
        margin-top: auto;
        top: 20%;
        -webkit-transform: translateY(80px) translateX(0);
        -ms-transform: translateY(80px) translateX(0);
        -o-transform: translateY(80px) translateX(0);
        transform: translateY(80px) translateX(0);
    }
    .input-box .obj-tooltip--position-right.state-active {
        -webkit-transform: translateY(40px) translateX(0%);
        -ms-transform: translateY(40px) translateX(0%);
        -o-transform: translateY(40px) translateX(0%);
        transform: translateY(40px) translateX(0%);
        opacity: 1;
        pointer-events: all;
    }
    .input-box .obj-tooltip--position-right:before {
        border: none;
    }
}
.input-box--state-hidden {
    display: none !important;
}
.input-box--state-invalid .obj-tooltip .highlight {
    color: #DA1E28;
}

/****** Form Validierung *********/

.form-group.regerror {
    position: relative;
}

.form-group div.error {
    font-style: normal;
    font-size: 12px;
    color: #DA1E28;
    position: absolute;
    left: 0px;
    top: 50px;
    line-height: 14px;
    user-select: none;
}

.form-group.user_attributes_privacy_policy {
    margin: 15px 0;
}

.form-group.user_attributes_privacy_policy div.error {
    bottom: -3px;
    padding-left: 24px;
}

.form-group.user_attributes_dela_policy {
    margin: 15px 0;
}

.form-group.user_attributes_dela_policy div.error {
    top: 120px;
    padding-left: 24px;
}

.form-group.password {
    position: relative;
}




/**************************************************/

.label-wrapper {
    margin-top: 10px;
    text-align: left;
}

.form-group {
    margin-top: 0;
}

.kc-bechtle-chckbox {
    display: inline-table;
    margin-bottom: 15px;
}

.form-options {
    margin-bottom: 10px;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}
#kc-registration .btn-lg, #kc-social-providers .btn-lg, .doLogIn .btn-lg  {
    width: 240px;
    padding: 10px 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

#kc-social-providers .btn-lg {
    width: 100%;
}

#kc-registration a, #kc-social-providers a {
    text-decoration: none;
}

.form-group select {

    font-size: 17px;
    margin-top: 10px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding: 0;
}

ol#kc-totp-settings li {
    margin-top: 1em;
}

ol#kc-totp-settings li:first-of-type {
    margin-top: 0;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 30px;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
    margin: 0;
}

#kc-social-providers li {
    display: block;
    margin-top: 5px;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial {
    width: 150px;
}

.zocial:hover {
    color: #fff !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border-radius: 2px;

    font-family: "Open Sans", sans-serif;
    font-weight: normal;

    box-shadow: none;
    text-shadow: none;
}

.zocial.google {
    background-color: #DA6F1E !important;
}

.zocial.facebook:hover,
.zocial.github:hover,
.zocial.google:hover,
.zocial.microsoft:hover,
.zocial.stackoverflow:hover,
.zocial.linkedin:hover,
.zocial.twitter:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft {background-color: #244CA7; color: #fff;}
.zocial.microsoft:before { content: "\f15d"; }


#company-information {
    display:none;
}



@media (min-width: 768px) {
    #kc-logo-wrapper {
        position: absolute;
        top: 50px;
        right: 50px;
    }

    #kc-locale {
        float: right;
        margin-right: 20px;
        margin-top: -85px; /* yet another shitty hack */
        position: relative;
        width: 200px;
        text-align: right;
        z-index: 9999;
        color: black;
    }

    #kc-locale:hover {
        color: black;
    }
}

@media (max-width: 767px) {

    .btn-lg {
        width: 100%;
    }

    .submit {
        float: none;
        text-align: center;
    }

    #kc-registration .btn-lg, #kc-social-providers .btn-lg, .doLogIn .btn-lg {
        width: 100%;
    }

    #kc-info {
        text-align: center;
        float: none;
    }

    #kc-logo-wrapper {
        background-position: center;
        width: 100%;
        margin: 20px 0;
    }

    #kc-bechtle-header {
        float: none;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #kc-social-providers {
        margin-top: 30px;
    }

    #kc-social-providers li {
        display: block;
    }

    .login-pf .container {
        padding-top: 0;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 20px;
        margin-right: 20px;
        right: 0px;
        text-align: right;
        z-index: 9999;
    }

    #kc-bechtle-footer-content .footer-links {
        list-style: none;
        padding: 0;
        display: block;
        padding: 0 15px;
    }

    #kc-bechtle-footer-content .footer-links li{
        display: block;
        text-align: center;

    }

    #kc-bechtle-content-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }

    .form-register-options-wrapper {
        flex-direction: column;
    }

    .form-options-register {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    #kc-bechtle-header-wrapper {
        margin-top: 15px;
    }

}

@media (min-height: 646px) {

}

@media (max-height: 645px) {

}

@media (max-width: 420px) {

}

.no-show {
    display: none;
}

.relocate-country-image-de {
    background-image: url('../img/DE.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-be {
    background-image: url('../img/BE.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-pt {
    background-image: url('../img/PT.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-ch {
    background-image: url('../img/CH.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-it {
    background-image: url('../img/IT.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-fr {
    background-image: url('../img/FR.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-hu {
    background-image: url('../img/HU.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-es {
    background-image: url('../img/ES.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-at {
    background-image: url('../img/AT.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-cz {
    background-image: url('../img/CZ.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-gb {
    background-image: url('../img/GB.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-pl {
    background-image: url('../img/PL.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-ie {
    background-image: url('../img/IE.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.relocate-country-image-nl {
    background-image: url('../img/NL.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
    padding-left: 30px;
    display: block;
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

#relocate-country-select-label {
    color: rgba(0,0,0,.87);
    font-size: 14px;
}

.ui-menu-item-company {
    height: 60px;
    line-height: 18px;
}

.mfa-background-mail {
    background-image: url('../img/Mail_Outline.svg');
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: left top;
    padding-left: 45px;
    display: block;
}

.mfa-background-app {
    background-image: url('../img/Mobile_Phone.svg');
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: left top;
    padding-left: 45px;
    display: block;
}

.code-error {
    padding-top: 10px;
}

#kcregisterform-idp input {
    /*color: rgba(0,0,0,.87);*/
}

.dark-text-label {
    color: rgba(0,0,0,.87);
}