@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "vhv-icon";
    src: url("../fonts/godigital/godigital.eot");
    src: url("../fonts/godigital/godigital.eot?#iefix") format("embedded-opentype"),
    url("../fonts/godigital/godigital.woff") format("woff"),
    url("../fonts/godigital/godigital.ttf") format("truetype"),
    url("../fonts/godigital/godigital.svg#godigital") format("svg");
    font-weight: normal;
    font-style: normal;
}

.password-container {
    position: relative;

    button[data-password-toggle] {
        position: absolute;
        top: 14px;
        right: 6px;
        border: 0;
        background-color: white;
        outline: unset;
        width: 42px;
        height: 42px;
        cursor: pointer;

        i {
            font-size: 20px;
            color: #a3a3a3;
        }
    }

    button[data-password-toggle]:focus {
        font-weight: bold;
    }

    input[type="password"] {
        padding-right: 45px;
    }
}

.vhv-icon {
    font-family: 'vhv-icon';
    color: #F08101;
    font-size: 19px;
    font-style: normal;
    position: relative;
    line-height: 27px;
    display: inline;
}

.vhv-icon:hover {
    cursor: pointer;
}

.icon-info {
    cursor: pointer;
}


.icon-info:before {
    position: relative;
    top: 8px;
    vertical-align: unset;
    font-size: 26px;
    content: "\50" / "";
}

.icon-chevron-left {
    vertical-align: text-bottom;
    line-height: 14px;
    padding-right: 3px;
}

.icon-chevron-left:before {
    content: "Q" / "";
}

.icon-chevron-right {
    vertical-align: text-bottom;
    line-height: 14px;
    padding-right: 3px;
}

.icon-chevron-right:before {
    content: "\62" / "";
}

.icon-sent {
    font-size: 120px;
    line-height: 100px;
}

.icon-sent:before {
    content: "\6f" / "";
}

html {
    height: 100%;
}

body {
    overflow-x: hidden;
    line-height: normal;
}

body {
    background-color: #F2F2F2;
    height: 100%;
    font-family: roboto, verdana, sans-serif;
    font-size: 16px;
    color: #2C2C2C;
    margin: 0px;
}

input:-webkit-autofill {
    background-color: #F2F2F2 !important;
}

h2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 7px;
    font-weight: normal;
}

.alert {
    border: 2px solid #D52727;
    padding: 20px;
    border-radius: 0px;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    background: white;
}

.alert-error:before {
    content: "\65" / "";
    font-family: 'vhv-icon';
    font-size: 62px;
    color: #D52727;
    height: 47px;
    margin-left: -7px;
    padding-right: 12px;
    display: -ms-flexbox;
}

.alert-info,
.alert-warning {
    border-color: #F4AC00;
    color: #2C2C2C;
}

.alert-info:before,
.alert-warning:before {
    content: "\50" / "";
    font-family: 'vhv-icon';
    font-size: 62px;
    color: #F4AC00;
    height: 47px;
    margin-left: -7px;
    padding-right: 12px;
    display: -ms-flexbox;
}

.alert-success {
    border-color: #93C65C;
    color: #2C2C2C;
}

.alert-success-circle:before {
    content: "\77" / "";
    font-family: 'vhv-icon';
    font-size: 40px;
    line-height: 60px;
    color: white;

    padding-left: 4px;
    padding-right: 4px;
    display: -ms-flexbox;
}

.alert-success-circle {
    border-radius: 50%;
    height: 47px;
    width: 47px;
    min-width: 47px;
    background: #93C65C;
    margin-right: 20px;
}

.alert-success-text {
}

.kc-feedback-text {
}

#kc-container {

    min-height: 100%;
    margin-bottom: -75px;
    padding-bottom: 75px;
}

#kc-header {
    background-color: #F4AC00;
    height: 60px;
    padding-top: 15px;
}


#kc-header-account {
    background-color: #595A59;
    height: 60px;
    padding-top: 18px;
}

#kc-header-title {
    color: white;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

#kc-header-wrapper {
    height: 31px;
    width: 104px;
    margin: auto;
    background-image: url('../img/vhvlogo.png');
    background-repeat: no-repeat;
}

#kc-content {

    width: 500px;
    margin: auto;
    background-color: #fff;
}

#kc-content-wrapper {
    padding: 20px;
}

#kc-content-wrapper-abschluss {
    padding: 20px;
    padding-top: 0px;
}

.nonetoppadding {
    margin-top: -20px;
}

label {
    font-size: 15px;
    margin-bottom: 0px;
}

.label {
    font-size: 15px;
}

input:focus, textarea:focus, select:focus {
    outline-offset: 0px;
    outline: 5px auto black;
}

input[type="text"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], select {
    width: 100%;
    height: 50px;
    border: 2px solid #DEDEDE;
    color: #2C2C2C;
    margin-bottom: 20px;
    margin-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 4px;
    background-image: url("../img/icon-arrow-down.png");
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
}

.vhv-vsn-container {
    display: flex;
}

.vhv-vsn-container input {
    flex: auto;
}

#vhv-titlecontainer {
    text-align: center;
    font-size: 30px;
    width: 500px;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 52px;
}

.vhv-steps {
    border-top: 5px solid #F2F2F8;
    padding-top: 18px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.vhv-steps-hidden {
    display: none;
}

.vhv-steps-button {
    height: 40px;
}

.vhv-steps-lock h2 {
    color: #B5B5B5;
}

.vhv-steps-lock h2::after {
    content: "\53" / "";
    font-family: 'vhv-icon';
    font-size: 27px;
    float: right;
}

.vhv-steps-done h2 {
    color: #2C2B2B;
}

.vhv-steps-done h2::after {
    content: "\77" / "";
    font-family: 'vhv-icon';
    color: #F08101;
    font-size: 27px;
    float: right;
}

.email-verify-icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#kc-form-buttons input,
#kc-form-buttons button {
    background-color: #F08101;
    height: 55px;
    width: 100%;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.button-secondary {
    display: inline-block;
    background-color: #F2F2F2;
    height: 55px;
    border-radius: 3px;
    border: none;
    color: #F08101;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    line-height: 55px;
}

.button-small,
#kc-form-buttons button.button-small {
    min-width: 225px;
    width: auto;
    padding: 0px 35px;
}

#kc-form-buttons input:hover,
#kc-form-buttons button:hover {
    background-color: #F2AB29;
}

.vhv-button-full {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 10px solid #F2F2F8;
}

.vhv-button-full input {
    margin-bottom: 10px;
}

.vhv-button-hidden {
    display: none;
}

#kc-info {
    margin-top: 10px;
}

#kc-locale {
    display: none;
}

#kc-form-options {
    padding: 16px 0px;
}

#vhv-abstand {
    text-align: center;
    margin-left: -20px;
    margin-right: -20px;
}

#vhv-keinzugang {
    background-color: #F2F2F2;
    font-size: 14px;
    color: #2C2B2B;
    padding: 10px;
    width: 30%;
    text-align: center;
    display: inline-block;
    position: relative;
}

#vhv-keinzugang::after, #vhv-keinzugang::before {
    content: "";
    position: absolute;
    border-top: 3px solid #F2F2F2;
    top: 50%;
    width: 500px;
}

#vhv-keinzugang::after {
    left: 100%;
}

#vhv-keinzugang::before {
    right: 100%;
}

#kc-registration {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 300;
}

#kc-registration > p {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #F08101;
    font-size: 14px;
    font-weight: normal;
}

a:hover {
    color: #F08101;
    text-decoration: none;
}

.cluster-title {
    color: #2C2B2B;
    font-size: 18px;
    line-height: 24px;
}

.cluster-description {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 25px;
}

.cluster-description.totp-description {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cluster-description.portal-info-click-here {
    padding-top: 0;
    padding-bottom: 0;
}

.portal-info-button {
    margin: 5px 0 30px 0;
    max-width: 250px;
    white-space: normal;
}

#kc-totp-login-form #totp {
    border-right: 2px solid #DEDEDE;
}

#kc-login-totp-content-wrapper {
    width: 500px;
    margin: auto;
    margin-bottom: 5px;
}

.box-checkbox {
    min-height: 30px;
    align-items: center;
    display: flex;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-checkbox:focus-within, .input-radio-group:focus-within {
    outline: 5px auto black;
}

/* Hide the browser's default checkbox */
.box-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 10px;
    top: 17px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 2px solid #DEDEDE;
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.box-checkbox:hover input ~ .checkmark {
    border-color: #F08101;
}

/* When the checkbox is checked, add a blue background */
.box-checkbox input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.box-checkbox .checkmark:after {
    left: 9px;
    top: 4px;
    width: 9px;
    height: 16px;
    border: solid #F08101;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.labelright {
    float: left;
    font-weight: 300;
    font-size: 13px;
    padding-left: 15px;
}

.labelright a {
    font-weight: 300;
    font-size: 13px;
}


input[type="radio"] {
    padding-top: 11px;
    padding-left: 16px;
    position: absolute;
    font-size: 15px;
    line-height: 20px;
    height: 50px;
    opacity: 0;
}


input[type="radio"] + label {
    color: #2C2B2B;
    background-color: #F2F2F2;
    display: block;
    box-sizing: border-box;
    line-height: 28px;
    padding: 11px 16px;
    margin-bottom: 10px;
    height: 50px;
    border-radius: 4px;
    text-align: left;
}

input[type="radio"] + label:before {
    border: 1px solid #B5B5B5;
    box-shadow: inset 0px 0px 0px 15px #fff;
    -webkit-box-shadow: inset 0px 0px 0px 15px #fff;
    -moz-box-shadow: inset 0px 0px 0px 15px #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    visibility: visible;
    content: '';
    display: inline-block;
}

input[type="radio"] + label:after {
    padding-top: 14.5px;
    padding-left: 53px;
    border: none;
    content: attr(title);
    visibility: visible;
    width: 50%;
    padding: 0 8px;
    vertical-align: bottom;
}


input[type="radio"]:checked + label:before {
    border: 1px solid #F08101;
    -webkit-box-shadow: inset 0px 0px 0px 7px #fff;
    -moz-box-shadow: inset 0px 0px 0px 7px #fff;
    box-shadow: inset 0px 0px 0px 7px #fff;
    background-color: #F08101;
}

input[type="radio"]:checked + label {
    background-color: #F08101;
    color: #fff;
    font-weight: normal;
}

/* bei gesetztem Haken */
.newEmailInput {
    display: none;
}

#newEmail:checked ~ div.newEmailInput {
    display: inline;
}

.datepicker-top-left, .datepicker-top-right {
    border-top-color: #ccc;
}

.datepicker-top-left:before, .datepicker-top-right:before {
    border-bottom-color: #ccc;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    color: #F08101;
}

.datepicker-panel > ul > li.highlighted {
    background-color: #F2F2F2;
}

.datepicker-panel > ul > li:hover, .datepicker-panel > ul > li.highlighted:hover {
    background-color: #B5B5B5;
}

.vhvfooter {
    background-color: #fff;
    color: #2C2B2B;
    height: 75px;
    padding-top: 28px;
}

.vhvfooter-left {
    font-weight: 300;
    float: left;
    margin-left: 17px;
}

.vhvfooter-right {
    float: right;
}

.vhvfooter-right a {
    margin-right: 22px;
}


.hidden-xs {
    display: inline;
}

.visible-xs {
    display: none;
}

.btn-auth::before {
    content: '${msg("disableTotp")}';
}


.apps {
    display: flex;
    justify-content: center;
}

.totp-step {
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.app-container {
    display: flex;
    margin-top: 15px;
}

.app-container:first-of-type {
    margin-right: 40px;
}

.app-link-container {
    padding-left: 20px;
}

.app {
    margin: 20px 6px;
}

.app-icon {
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    max-height: 50px;
    min-width: 170px;
}

.free-otp-icon {
    background-image: url('../img/gplay.png');
}

.gauthenticator-icon {
    background-image: url('../img/appstore.svg');
}

@media (max-width: 540px) {

    .apps {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .app {
        margin: 10px 0px;
    }

    .app:last-of-type {
        margin-top: 0px;
    }

    #vhv-titlecontainer {
        width: 100%;
        font-size: 24px;
        margin-top: 25px;
        padding: 0 16px;
    }

    #kc-content {
        margin-left: 16px;
        margin-right: 16px;
        width: calc(100% - 32px);
        margin-top: 0px;
    }

    #kc-login-totp-content-wrapper {
        margin-left: 16px;
        margin-right: 16px;
        width: calc(100% - 32px);
        margin-top: 0px;
    }

    #vhv-keinzugang {
        width: 50%;
    }

    #vhv-keinzugang::after, #vhv-keinzugang::before {
        width: 50%;
    }

    .vhvfooter {
        padding-top: 13px;
        text-align: center;
    }

    .vhvfooter-left {
        margin: 0px;
        margin-top: 5px;
        float: none;
    }

    .vhvfooter-right {
        float: none;
    }

    .vhvfooter-right a {
        margin-left: 5px;
        margin-right: 5px;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: inline;
    }
}

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

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

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

.font-bold {
    font-weight: 500;
}

.vhv-cross {
    padding-right: 10px;
    right: 0;
    position: absolute;
}

.vhv-cross:before {
    color: #F2F2F2;
    content: "\6e" / "";
    float: right;
    font-size: 40px;
    line-height: 34px;
}

.form-control {
    border-radius: 0px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #F08101;
    border-radius: 0px;
}

button, input, optgroup, select, textarea {
    font-family: roboto, verdana, sans-serif;
    font-weight: 300;
}

.input-radio-group {
    position: relative;
}

.input-radio-group > input[type='radio'] {
    position: absolute;
    left: 30px;
    bottom: auto;
    right: auto;
    top: 0;
    width: 1px;
    height: 55px;
}

#groupvsn {
    display: none;
}


.pwpolicy {
    font-weight: 300;

}

.pwpolicy label {
    margin-bottom: 5px;
}

.pwpolicy ul {
    padding-left: 20px;
    list-style-type: none;
}

.pwpolicy li:before {
    content: "\77" / "";
    font-family: 'vhv-icon';
    color: #F4AC00;
    font-size: 18px;
    position: absolute;
    margin-left: -20px;
    margin-top: 3px;
}

.vhv-contact {
    text-align: center;
}

.vhv-contact h2 {
    margin-bottom: 12px;
    margin-top: 0px;
}

.vhv-contact > .phone-number > a {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

.vhv-contact > .phone-number > .vhv-icon:before {
    font-size: 30px;
    line-height: 30px;
    color: #F08101;
}

.vhv-contact > .phone-number > .vhv-icon {
    padding-right: 12px;
}

.vhv-contact > fax {
    display: inline-block;
}

.phone:before {
    content: "E" / "";
    font-family: 'vhv-icon';
    color: #F4AC00;
    font-size: 18px;
    position: absolute;
    margin-left: -20px;
    margin-top: 3px;
}

#back-to-login {
    position: absolute;
    left: 12px;
    top: 20px;
    line-height: 20px;
    font-size: 15px;
    color: black;
}

#back-to-login a {
    line-height: 20px;
    font-size: 15px;
    color: black;
}

#back-to-login .icon-chevron-left:before {
    color: black;
}

#kc-container-wrapper .modal .modal-header {
    background: #f4ac00;
    color: white;
    border-radius: 0;
    border: none;
    align-items: center;
    padding: 8px 16px;
}

#kc-container-wrapper .modal .modal-header span {
    font-size: 2.5rem;
    text-shadow: none;
    color: white;
}


#kc-container-wrapper .modal .modal-content {
    border-radius: 0;
    border: none;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
}

#kc-container-wrapper .modal .modal-content button.btn {
    background-color: #F08101;
    height: 55px;
    width: 100%;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

#kc-container-wrapper .modal .modal-footer {
    border-top: none;
}

.vhv-icon-button {
    border: none;
    background: transparent;
    padding: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}