@font-face {
    font-family: "bh-iconset";
    font-style: normal;
    font-display: swap;
    src: local(""),
        url("/typo3conf/ext/bh/Resources/Public/Fonts/frontend-iconset.woff2")
            format("woff2");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-300.eot"); /* IE9 Compat Modes */
    src: local(""),
        url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-300.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-300.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-300.woff")
            format("woff"),
        /* Modern Browsers */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-300.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-300.svg#OpenSans")
            format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-regular.eot"); /* IE9 Compat Modes */
    src: local(""),
        url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-regular.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-regular.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-regular.woff")
            format("woff"),
        /* Modern Browsers */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-regular.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-regular.svg#OpenSans")
            format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-600.eot"); /* IE9 Compat Modes */
    src: local(""),
        url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-600.eot?#iefix")
            format("embedded-opentype"),
        /* IE6-IE8 */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-600.woff2")
            format("woff2"),
        /* Super Modern Browsers */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-600.woff")
            format("woff"),
        /* Modern Browsers */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-600.ttf")
            format("truetype"),
        /* Safari, Android, iOS */
            url("/typo3conf/ext/bh/Resources/Public/Fonts/open-sans/open-sans-v27-latin-600.svg#OpenSans")
            format("svg"); /* Legacy iOS */
}

body {
    font-family: "Open Sans" !important;
    font-feature-settings: "ss03" on;
}

.CodeMirror {
    height: 70vh !important;
}

.typo3-login {
    background: none !important;
    z-index: 2;
}

.bhb-login-background {
    background-size: cover !important;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
}

.typo3-login .typo3-login-wrap {
    max-width: 580px;
}

.typo3-login .card-login {
    width: 580px;
    border: none;
    margin: 0 auto;
    background: none;
    position: relative;
    border-radius: 15px;
    background-color: rgba(48, 48, 48, 0.8);
    /* backdrop-filter: blur(40px) opacity(1); */
    box-shadow: 0px 20px 200px rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.typo3-login .card-login .card-body {
    border: none;
    padding: 0px;
}

.typo3-login-logo img {
    display: none !important;
}

.typo3-login-form {
    margin: 0 auto;
    max-width: 260px;
    padding: 0px 0px 35px 0px;
}

.typo3-login-form .form-control-wrap {
    margin: 0px;
}

.typo3-login .input-login {
    height: 48px;
    border: 0px;
    padding: 0px;
    padding-left: 16px;
    line-height: 48px;
    font-size: 18px;
    font-weight: 100;
    color: #707070;
    background: white;
    border-radius: 3px;
    box-shadow: 0.5px 0x 2px 0px rgba(1, 0, 0, 0.537);
}

#t3-login-submit-section {
    margin-bottom: 0px;
}

.typo3-login .btn-login {
    margin-top: 10px;
    box-shadow: 0.5px 0x 2px 0px rgba(1, 0, 0, 0.537);
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    background-color: #bef64e !important;
    color: #262525 !important;
    border-radius: 0px;
    -webkit-appearance: none;
    outline: 0px !important;
    border: 0px !important;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 0px;
    transition: 0.3s ease all;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 4px;
}

.typo3-login-form,
.form-group {
    max-width: 338px;
    margin: 0 auto;
}

.typo3-login .btn-login:hover {
    padding-right: 40px;
}

.t3-defbuauthenticator-key {
    background-image: none !important;
}
.typo3-login .t3-defbuauthenticator-key:after {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 30px;
    text-align: center;
    transition: 0.3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    content: "\e978";
    font-family: "bh-iconset" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.typo3-login .btn-login:after {
    display: inline-block;
    position: absolute;
    right: -40px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    transition: 0.3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    content: "\e902";
    font-family: "bh-iconset" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.typo3-login .btn-login:hover:after {
    right: 0px;
}

.cancel-authentication {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px;
    display: flex;
    justify-content: center;
}

.cancel-authentication a {
    color: white;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-size: 0px;
}

.card-mfa h2 {
    color: white;
    display: inline-block;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 0px;
}

.card-mfa h2:before {
    content: "\e976";
    font-family: "bh-iconset" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    speak: never;
    font-feature-settings: "liga";
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #bef64e;
    margin-right: 15px;
}

.card-mfa h2:after {
    content: "Zwei-Faktor-Authentifizierung";
    font-size: 20px;
}

.cancel-authentication a:before {
    content: "zurück";
    font-size: 14px;
}

.typo3-login .typo3-login-links {
    margin: 0px;
}

iframe.bhb-login-news {
    display: block;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.typo3-login .card-footer {
    display: block;
    position: fixed;
    right: 5px;
    bottom: 5px;
    border: 0px !important;
}

.typo3-login .card-footer a {
    font-size: 0px;
}

.typo3-login .card-footer a:before {
    padding: 0px;
    border-radius: 100%;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px;
    transition: 0.3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    content: "\e9c1";
    font-family: "bh-iconset" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.typo3-login-copyright-link > img {
    display: none;
}

html .card-login .card-footer {
    padding: 5px;
    background: none;
}

#bhb-login-badbrowser {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.bhb-login-badbrowser-box {
    max-width: 500px;
    margin: 50px auto 0px;
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    text-align: center;
}

.t3js-login-error .alert-danger {
    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    height: auto;
    background: #ffc400;
    border-radius: 5px;
    border: 0px !important;
    color: #002525;
    font-size: 0px !important;
    border-image-width: 0px !important;
    box-shadow: none !important;
}

.t3js-login-error .alert-danger:before {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    display: block;
    content: "Anmeldeversuch fehlgeschlagen. Passwort und/oder Benutzer:innenname unbekannt.";
}

.t3js-login-error .alert-danger:after {
    font-size: 22px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    transition: 0.3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    content: "\e9bc";
    font-family: "bh-iconset" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-group.t3js-login-username-section input,
.form-group.t3js-login-password-section input {
    box-shadow: none !important;
    border: 0px !important;
    outline: 0px !important;
}

.form-group.t3js-login-username-section {
    margin-bottom: 0px;
    border-bottom: 1px solid #d4d4d4;
}

.form-group.t3js-login-username-section input {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.form-group.t3js-login-password-section input {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 15px;
}

.typo3-login-logo {
    background-image: url("/typo3conf/ext/bh/Resources/Public/Css/Editing/img/bakehouselogin.svg");
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 26px;
    height: 25px;
}

#loginCopyright {
    background: white;
    right: 5px;
    bottom: 30px;
    width: 280px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 20px 200px rgba(0, 0, 0, 0.6);
}

#loginCopyright a {
    font-size: 10px;
}
#loginCopyright:before {
    content: "";
    background: url("/typo3/sysext/backend/Resources/Public/Images/typo3_logo_orange.svg");
    background-position: center center;
    background-size: contain;
    width: 35px;
    height: 35px;
    display: block;
}
