*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html, body {
    font-size: 62.5%;
    box-sizing: border-box;
    overflow: hidden;
    font-family: BundesSansWeb;
}

@font-face {
    font-family: BundesSansWeb;
    src: url(./BundesSansWeb-Regular.woff);
}

@font-face {
    font-family: BundesSansWeb;
    src: url(./BundesSansWeb-Bold.woff);
    font-weight: bold;
}

.bnetza-header {
    border-top: solid 12px #3b78a4;
    width: 100%;
}

.page-content {
    width: 114rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
}

.center {
    align-items: center;
}

.bnetza-header-navigation {
    height: 10rem;
    justify-content: flex-end;
    flex-direction: row;
    display: flex;
}

.bnetza-logo {
    position: absolute;
    left: 0;
}

.bnetza-zis-logo {
    max-width: 100%;
}

.bnetza-zis-logo-container {
    display: flex;
    align-items: flex-start;
    width: 48rem;
}

.bnetza-footer {
    height: 7.3rem;
    display: block;
    background: #3b78a4;
}

.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 100%;
}

.bnetza-footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 2rem 2rem;
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 1.4rem;
    cursor: pointer;
}

.bnetza-footer-link:hover, .bnetza-footer-link:focus {
    color: white;
    text-decoration: underline;
}

.bnetza-main {
    height: calc(100vh - 28rem);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow: auto;
}

.bnetza-form {
    min-width: 48rem;
    width: 48rem;
    padding: 2.5rem 3.5rem;
    margin-top: 2rem;
    border: 0.2rem #3b78a4 solid;
}

.bnetza-form--small {
    min-width: 42rem;
    width: 42rem;
    padding: 2.5rem 3.5rem;
    margin-top: 2rem;
    border: 0.2rem #3b78a4 solid;
}

.box-container {
    display: flex;
    justify-content: space-between;
}

.info-box {
    border: 0.2rem #3b78a4 solid;
    margin-top: 2rem;
    padding: 2.5rem 3.5rem;
    width: 68rem;
    height: auto;
}

.info-img {
    height: 5.5rem;
    margin-right: 1rem;
}

.flex-div {
    display: flex;
}

.isa-message-container {
    min-width: 48rem;
    width: 48rem;
    padding: 2.5rem 3.5rem;
    margin-top: 2rem;
    border: 0.2rem #3b78a4 solid;
    text-align: center;
}

.isa-message-container .alert {
    border: none;
}

.isa-message-container .alert.error .isa-feedback-text {
    color: #59616B;
}

.isa-message-container a {
    color: #3b78a4;
}

.isa-message-container a.bnetza-submit-button {
    color: #fff;
}

.heading-secondary {
    font-size: 2rem;
    color: #59616B;
    line-height: 1.4;
    font-weight: bold;
}

.bnetza-label {
    font-size: 1.8rem;
    font-weight: bold;
    color: #59616B;
    display: block;
    margin-bottom: 1.2rem;
}

.form-element {
    margin: 1rem 0 1rem 0;
}

input {
    width: 100%;
    font-size: 2rem;
    border: 0.1rem solid #3b78a4;
    display: block;
    outline: none;
    height: 5rem;
    padding: 1.5rem;
    text-overflow: ellipsis;
}

input:focus {
    border: 0.1rem solid #EF7E04;
}

.bnetza-buttons-section-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3rem;
}

.bnetza-buttons-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 7rem;
}

.bnetza-buttons-section-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 7rem;
}

.bnetza-buttons-section-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 7rem;
}

.bnetza-buttons-section .span {
    margin-top: 1rem;
}

.btn-standard {
    background: #3b78a4;
    border: 0.2rem solid #3b78a4;
    display: flex;
    align-items: center;
    color: white;
    font-size: 2rem;
    padding: 0 1.5rem;
    cursor: pointer;
    height: 5rem;
    text-decoration: underline;
    outline: none;
}

.btn-standard:hover {
    border: .2rem solid #EF7E04FF;
}

.btn-standard:focus {
    border: .2rem solid #EF7E04FF;
}

.btn-standard:disabled {
    border: 0.2rem solid #6292B6FF !important;
    background-color: #6292B6FF !important;
    text-decoration: none;
}

.button-img {
    width: 2rem;
    margin-left: 1rem;
}

.bnetza-submit-button:hover {
    border: .2rem solid #EF7E04;
}

.bnetza-hint {
    color: #3b78a4;
    cursor: pointer;
    font-size: 1.8rem;
    transition: all 0.2s ease-in-out;
    text-decoration: underline;
    line-height: 1.6;
}

.bnetza-hint:hover, .bnetza-hint:focus {
    color: #6292B6;
}

.alert {
    padding: .5rem;
    display: inline-block
}

.alert.error {
    background-color: #EF7E04;
    font-size: 1.8rem;
}

.alert.warning {
    background-color: #EF7E04;
    font-size: 1.8rem;
}

.isa-feedback-text {
    color: #000;
    font-size: 1.8rem;
}

.isa-feedback-text a {
    color: #3b78a4;
}

.forgot-credentials {
    display: none;
}

-moz-focus-inner {
    border: 0;
}

.isa-breadcrumb-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
    min-width: 47rem;
    width: 48rem;
}

.isa-breadcrumb-navigation a {
    font-size: 1.8rem;
}

.isa-breadcrumb-navigation a.current-page {
    font-size: 1.8rem;
    color: #59616BFF;
    margin: 0 .5rem;
}

.isa-breadcrumb-navigation .img {
    height: 1.6rem;
    margin-right: .4rem;
}

.img--margin-right {
    margin-right: .4rem;
}

.img--margin-left {
    margin-left: .4rem;
}

.link {
    color: #3B78A4FF;
    text-decoration: underline;
    cursor: pointer;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
}

span.span {
    font-size: 1.8rem;
    color: #59616BFF;
}

fieldset {
    border: 0;
}

@media (forced-colors: active) {
    .decorative {
        display: none;
    }
}

.ol-list {
    font-size: 1.8rem;
    color: #59616BFF;
}

.ul-list {
    list-style-position: outside;
    margin-left: 2rem;
    list-style-type: square;
    color: #3B78A4FF;
}

.margin-top-small {
    margin-bottom: .5rem;
}

.primary-li {
    margin: 0.5rem 0;
}

.secondary-li {
    margin: 0.2rem 0;
}

#kc-totp-secret-qr-code {
    max-width: 15rem;
}

.eu-logo {
    height: 5rem;
    margin: auto 0;
}

.eu-logo-link {
    display: flex;
}

.paragraph {
    font-size: 1.8rem;
    color: #59616BFF;
    margin: 1rem 0;
}