/*
**********************
       General
**********************
*/

:root {
    --primary-button-text-color: #000;
    --primary-button-background-color: #FFF;

    --altcha-border-width: 1px;
    --altcha-border-radius: 3px;
    --altcha-color-base: #ffffff;
    --altcha-color-border: #a0a0a0;
    --altcha-color-error-text: #f23939;
    --altcha-color-footer-bg: #f4f4f4;
    --altcha-max-width: 260px;
}


body, html {
    height: 100%;
}

section {
    margin-bottom: 1.5rem;
}

.text-element {
    margin-bottom: 1.5rem;
}

#headlineElement {
    text-align: center;
}

/* Abstand Headline-Element zu text darunter. Außer: Navigationsseite*/
#headlineElement:not(.navmenu *) {
    margin-bottom: 30px;
}


.introText {
    font-size: 1.2rem;
}


/* Linker und rechter Mindest-Rand der Anwendung (wichtig für Mobilgeräte) (.container für Login-Seite, .container-fluid für alle anderen Seiten) */
.container, .container-fluid {
    padding-left: .5rem;
    padding-right: .5rem;
}

b {
    font-weight: bold;
}

#script, .script {
    display: none;
}

.invisible {
    opacity: 0;
}

/*body {*/
/*display: -webkit-box;*/
/*display: -webkit-flex;*/
/*display: -ms-flexbox;*/
/*display: -ms-flex;*/
/*display: flex;*/
/*min-height: 100vh;*/
/*-ms-flex-direction: column;*/
/*-webkit-flex-direction: column;*/
/*flex-direction: column;*/
/*}*/

/*
**********************
       Login
**********************
*/
.login-bg {
    /* Full height */
    /*height: 100%;*/

    /* Center and scale the image nicely */
    background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#login-header-left {
    visibility: hidden;
    display: none;
    height: 0px;
}

#login-header-right {
    visibility: hidden;
    display: none;
    height: 0px;
}

.login-logo-top {
    padding-top: 30px;
    display: none;
}

.login-logo-bottom {
    display: none;
}

#login-box {
    max-width: 380px;
}

#login-control > div.login-impressum {
    margin: 0;
    text-align: right;
}

.transparent {
    background: rgba(255, 255, 255, 0.94) !important;
}

.custom-checkbox {
    padding-left: 1.5rem;
}

.checkbox {
    padding-left: 20px;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 13px;
    color: #555555;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.btn, .btn[class*=btn-outline-] {
    text-transform: initial !important;
    border-width: 2px !important;
    border-style: solid !important;
    padding: 0;
}

.btn {
    margin: inherit;
    margin-bottom: 1rem;
}

.btn.btn-small {
    padding: 0.7rem;
    margin: 0;
}

.btn-primary, .btn-outline-primary {
    display: block;
    width: 100%;
}

.reg-daten-language-buttons label.btn.btn-small {
    padding: 0;
    max-width: 100px;
    height: 26px;
    margin-left: 0;
}

/*
**********************
  Navigation/Main menu
**********************
*/

.navigation-cards-block {
    margin: 0 auto;
}

.navigation-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* Min. 2 and max. 4 cards per line.
       Only edit, if .card-custom width or margin is changed. (Also in mandant.css) */
    min-width: calc(2 * (9.5rem + 2 * 0.5rem));
    width: 100%;
    /* Negative margin to compensate outer margins of cards */
    margin: 0 -0.5rem 1rem;
}

.card-custom {
    /* If width or margin is changed, the following properties have to be adjusted accordingly:
       .navigation-cards min-width, max-width, margin (also in mandant.css) */
    text-align: center;
    display: inline-block;
    font-weight: 400;
    width: 9.5rem;
    min-height: 9.5rem;
    margin: 0.5rem;
    border: none;
    padding: 0;
    border-radius: 0.25rem;
    overflow: hidden;
}

.card-custom:focus {
    outline: none;
}

.card-custom:hover {
    cursor: pointer;
}

.card-custom .card-icon-wrapper {
    max-width: 75px;
    max-height: 75px;
    margin-top: .8rem;

    /* Required for correct scaling in IE */
    height: 75px;
    width: auto;
}

.card-custom .card-title-wrapper {
    height: 40%;
}

.card-custom .card-title {
    margin-top: .5rem;
    padding: 0;
}

/* Prevent button content to shift when clicked in IE */
.card-custom:active * {
    position: relative;
}

/* Phantom cards are used for left-aligning cards in last row of flex containers with justify-content: center */
.card-phantom {
    height: 0 !important;
    min-height: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.md-form input {
    top: 0;
    width: 100%;
}

.md-form label:not(.active) {
    top: 0;
}

.md-form.form-lg label.active {
    font-size: .65em;

}

header {
    margin-bottom: 20px;
}

#header_service-heading2 {
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    display: none;
}

.navbar {
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
}

.navbar ul {
    margin-bottom: 0;
}

.navbar-brand {
    font-size: 1rem;
}

.headerVariant2 {
    visibility: hidden;
    display: none;
}

.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

.nav-container {
    display: block;
}

#navbarSupportedContent {
    white-space: nowrap;
}

i.icon-x-large {
    font-size: x-large;
}

#flex-right {
    width: 100%;
}

.flex-column {
    margin-left: auto;
}

.konto {
    color: white;
    font-size: small;
}

.konto a {
    color: white;
    text-decoration: underline;
    font-size: small;
}

#page-con {
    max-width: 800px;
    width: 100%; /* Needed for Internet Explorer. Without it, the main page content won't be centered by margin-left/right auto. */
    flex-grow: 1;
}

.bigger-viewport > #page-con {
    max-width: 1010px;
}

/*IE Sticky Footer Fix*/
.ie-fixMinHeight {
    display: flex;
}

#page {
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    /*min-width: -moz-min-content;*/
    /*min-width: -webkit-min-content;*/
    /*min-width: min-content;*/
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

#page--has-overlay {
    -webkit-overflow-scrolling: auto;
}

.spinner-border {
    position: absolute;
    left: 40%;
    top: 40%;
    z-index: 10000000;
    width: 150px;
    height: 150px;

    display: none;
}

#page.framed {
    width: 100% !important;
    border: 0;
}

.briefwahl .button {
    white-space: nowrap;
}

.btn-default {
    white-space: nowrap;
}

/* Footer */
footer.page-footer {
    margin-top: 24px;
    padding: 16px;
    background-color: #4285F4; /* mdb primary-color */
}

/* Footer */
footer.invisible-footer {
    margin-top: 24px;
    padding: 16px;
    background-color: transparent;
}

@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    #footerlist {
        margin-bottom: 45px;
    }
}

#footerlist {
    flex-grow: 1;
}

#footerlist a {
    margin-right: 20px;
}

#footerlist > div {
    width: -moz-fit-content;
    width: fit-content;
    display: table;
}

#footerlist.footer-multiline {
    flex-direction: column;
}

#footerlist.footer-multiline > div:not(:last-of-type) {
    margin-bottom: 8px; /* Zeilenabstand */
}

.info-button-margin-left {
    margin-left: 0.5rem;
}

.modal-space-between-buttons {
    margin: 0 0.4rem !important;
}

.modal {
    text-align: left;
}

/* Cookie-Banner */
#cookieNotice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f0f0;
}

@media screen and (max-width: 600px) {
    #cookieNotice {
        flex-direction: column;
    }

    #cookieNoticeCloser {
        width: 100%;
        margin: inherit;
    }
}

#cookieName {
    visibility: hidden;
    display: none;
}

#cookieNoticeCloser {
    min-width: 80px;
    margin: 0;
}

/* END Cookie-Banner */

/* cookiesDisabledBanner */
.cookiesDisabledBanner, .javaScriptDisabledBanner {
    background-color: rgb(236, 28, 36);
    color: white;
    padding: .75rem;
}

.cookiesDisabledBanner {
    display: none;
}

#live-ticker {
    height: 19px;
    width: 100%;
}

#passwordValidationControl {
    display: flex;
    /*width: 60%;*/
    min-width: 380px;
    font-size: 0.9rem;
    margin: 0 0 2rem 1rem;
    margin-left: auto;
    margin-right: auto;
}

.password-validation-control-item-text {
    padding-left: 0.5rem;
}

.custom-radio label {
    margin-left: 1.5rem;
}

select {
    margin-bottom: 1.5rem;
}

button:disabled {
    pointer-events: initial !important;
    cursor: not-allowed;
}

.btn-preassign {
    width: 215px;
    font-size: 0.85rem;
    height: 50px;
    border-radius: 5px;
    padding-left: 4px;
    padding-right: 4px;
    /*padding-top: 11.5px;*/
    margin-bottom: 30px;
}

button.btn-other {
    background-color: #767676;
    border: 1px solid #767676;
}

#studio-modal button {
    height: 50px;
    padding-top: 0px;
}

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

.tops .error label {
    border-color: red !important;
}

.topNr {
    font-weight: bold;
}

.topTxt {
    font-size: 14px;
}

.voting-table .indented {
    padding-left: 45px;
}

.tops .indented {
    margin-left: 45px;
}

.fontsize-1 {
    font-size: 10px;
}

.fontsize-2 {
    font-size: 12px;
}


.fontsize-3 {
    font-size: 16px;
}

.fontsize-4 {
    font-size: 18px;
}

.fontstyle-italic {
    font-style: italic;
}

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

.filler {
    width: 0;
    height: 0;
    margin: 0 !important;
}

#dropdownMenuIcon {
    display: flex;
}

#dropdownMenuLink {
    display: none;
}

.dropdown-toggle::after {
    display: none;
}

button {
    text-transform: none !important;
}

.btn {
    text-transform: none !important;
}

.btn-login {
    font-size: 1rem !important;
}

#headerLogout {
    margin: 1rem auto;
    height: 40px;
    cursor: pointer;
}

@media screen and (min-width: 600px) {
    .display-flex {
        display: flex;
    }

    .filler {
        width: 199.45px;
        margin-left: 30px !important;
        margin-right: 30px !important;
    }

    .btn-login {
        width: 100% !important;
        float: none !important;
    }

    button[type="submit"] {
        min-height: 50px;
        width: 215px;

        padding-top: 0;
        padding-left: 4px;
        padding-right: 4px;

        font-size: 0.85rem;
        float: right;
    }

    button[type="button"] {
        width: 175px;
        font-size: 1rem;
    }

    button.button-modal {
        width: 100%;
    }

    #dropdownMenuIcon {
        display: none;
    }

    #dropdownMenuLink {
        display: flex;
    }

    .dropdown-toggle::after {
        display: flex;
        margin-top: 8px;
    }
}

@media screen and (min-width: 600px) {
    #page:not(.bigger-viewport) {
        width: 70%;
        min-width: 600px;
    }
}

@media screen and (min-width: 1010px) {
    #page.bigger-viewport {
        width: 70%;
        min-width: 1010px;
    }
}

@media screen and (max-width: 600px) {
    .preassign-with-info, .preassign {
        width: 100%;
    }

}

.preassign-with-info, .preassign {
    margin: 30px 30px 0;
    justify-content: center;
}

/* Info-Button von der Zentrierung ausschließen. Also einfach alles um halbe Infobutton-Breite nach rechts verschieben*/
.preassign > div {
    margin-right: 12.23px;
}


.btn-rounded-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-rounded-right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#passwordReg, #passwordRepeatReg, #emailReg, #emailRepeatReg, #newPasswordReg, #newPasswordRepeatReg, #oldPassword,
#countryReg, #cityReg #streetReg, #streetZipReg, #addressAdditionReg {
    width: 100% !important;
}

.width-100 {
    width: 100% !important;
}

.width-90 {
    min-width: 90% !important;
}

.width-93 {
    min-width: 93% !important;
}

.margin-bottom-s {
    margin-bottom: 15px;
}

.min-width-col-pw {
    min-width: 225px;
}

.link-button {
    padding: 0 !important;
}

a.link-button:hover {
    text-decoration: none;
}

.link-button-fr-q-erw {
    margin-top: 5px;
}

#registereinsicht .info-button-margin-left {
    margin-left: auto !important;
}

#starx-newsletter-reg_email {
    text-align: center;
}

#contact-language-box {
    margin-top: 0px !important;
    padding-bottom: 24px !important;
}

break {
    flex-basis: 100%;
    width: 0;
    height: 0;
    overflow: hidden;
}

/*FAQ Accordion*/
/*#accordion > .fa {*/
/*float: right !important;*/
/*padding-right: 5px;*/
/*margin-left: 1rem;*/
/*color: #007AB3 !important;*/
/*}*/

.panel-title > a > .fa:before {
    content: "\f068";
    margin-left: 1rem;
}

.panel-title > a.collapsed > .fa:before {
    content: "\f067";
    margin-left: 1rem;
}

.panel-body {
    padding-left: 1rem;
    padding-right: 3.2rem;
}

.panel-collapse {
    margin-left: 5px;
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

#accordion .col-1, #accordion .col-11 {
    padding: 0;
}

.form-control {
    width: 75%;
    display: inline-block;
}

#starx-newsletter-reg_reminder_container {
    margin-top: 50px;
}

#starx-adr-aend_country-label {
    font-weight: 500;
}

#starx-vollmacht-erteilen_country-label {
    position: relative !important;
}

#starx-vollmacht-erteilen_salutation,
#starx-vollmacht-erteilen_countryReg {
    background: #FFFFFF;
}

#starx-vollmacht-erteilen_countryReg {
    margin-bottom: 30px;
}

#starx-vollmacht-erteilen_continue,
#starx-vollmacht-erteilen_back,
#starx-vollmacht-erteilen-q_widerruf,
#starx-vollmacht-auswahl_continue,
#starx-vollmacht-auswahl_back {
    margin-top: 0px;
}

#starx-prevoting-q_qr-code-image {
    padding-bottom: 50px;
}


/* Fragen/Notarseite */
textarea#textEinreichung {
    width: 100%;
    background-color: #ffffff;
    resize: none;
    padding: 10px;
    border: 1px solid #000000;
    margin-bottom: 0px;
}

#starx-fragen_error-regex,
#starx-fragen-rueck_error-regex,
#starx-notar_error-regex,
#starx-statements_error-regex,
#starx-fragen_error-max-characters,
#starx-fragen-rueck_error-max-characters,
#starx-notar_error-max-characters,
#starx-wm_error-max-characters,
#starx-antrag_error-max-characters,
#starx-statements_error-max-characters,
#forbiddenChars {
    font-weight: bold;
    color: darkred;
    display: none;
}

body.hvc {
    margin: 0;
}

.hvc .embed-container {
    position: relative;
    /*padding-bottom: 0; !* ratio 16x9 *!*/
    overflow: hidden;
    width: 100%;
    height: auto;
}

.hvc .embed-container #livestream {
    width: 100%;
    height: 100%;
}

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

.livestream-menu-button {
    position: absolute;
    z-index: 1000;
    width: 200px;
    margin-bottom: 1px !important;
    left: 0;
    right: 0;
    margin-left: auto !important;
    height: 40px;
    margin-right: auto !important;
    line-height: 0px;
}

.livestream-menu-button i.fa {
    font-size: 1.5rem;
}

.livestream-menu-button-up {
    bottom: 0;
}

.livestream-menu-button-down {
    top: 0;
}

.first-menu-button-item {
    margin-bottom: 3px;
}

.livestream-menu-button-down i {
    margin-bottom: -13px
}

.livestream-menu-button-up i {
    margin-top: -13px
}

@media screen and (max-width: 600px) {
    .livestream-menu-button {
        width: 130px;
    }

    .pl-sm-5 {
        padding-left: 44px !important;
    }
}

#studio-modal {
    top: 30px;
}

.overlay-app-container {
    position: absolute;
    width: 100%;
    max-width: 930px;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    border: 1px solid #676767;
    z-index: 1;

    opacity: 97.5%;
    display: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.7);

    overflow: auto;
    -webkit-overflow-scrolling: auto;
}

.overlay-app-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;

    padding-top: 60px;
    border: 0;
}


#fullscreenContainer {
    position: relative;
}

#toggleFullscreen {
    position: absolute;
    color: #fff;
    border: 2px solid #FFF;
    font-size: 20px;
    border-radius: 50px;
    margin: 6px;
    padding: 8px;
    z-index: 5;
    bottom: 4px;
    right: 7px;
}

#captcha {
    margin-top: 15px;
    border: 1px solid #000000;
}

.isin-vorgangsnr {
    text-align: left;
    width: 100%;
    margin-top: -20px;
}

.titleEinreichung {
    margin-bottom: 5px;
}

.einreichung-nutzbed {
    margin-top: 30px;
}

.titleEinreichungQerw {
    margin-bottom: 8px !important;
}

.titleEinreichung::before {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-right: 0.15em;
}

.collapsed.titleEinreichung::before {
    content: '\f0da';
    font-family: FontAwesome;
}

.einreichungCollapse {
    padding-bottom: 10px;
}

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

.einreichungCollapseQerw .antwort {
    margin-left: 15px;
    margin-top: 10px;
}

.einreichungCollapseQerw .antwort hr {
    margin-top: 0;
    margin-bottom: 10px;
}

.einreichungCollapse .collapse {
    padding-bottom: 15px;
}

.einreichungCollapse {
    cursor: pointer;
}

.rueckeinreichungCollapse {
    cursor: pointer;
    margin-left: 15px;
    margin-top: -10px;
}

.disabled {
    /* Make the disabled  grayish*/
    color: gray;
    text-decoration: line-through;
    /* And disable the pointer events */
    pointer-events: none;
}


.collapse .card {
    white-space: pre-wrap;
}

.pdf-icon {
    width: 40px;
}

.pdf-container {
    margin-bottom: 30px;
}

.filetype-pdf-icon {
    background: url("/starxm/static/images/pdf-icon-5a9681c876cc158bf5e71eaa13bc162e.svg") no-repeat left;
    background-size: contain;
    padding-left: 18px;
}

.filetype-video-icon {
    background: url("/starxm/static/images/video-icon-945e9186c80e64c38796eb650f95f69c.svg") no-repeat left;
    background-size: contain;
    padding-left: 18px;
}

table.statements-table tbody tr td {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.modal-header .close {
    width: 50px;
}

#block-datei-einreichung {
    margin-bottom: 15px;
}

.video-body {
    height: 300px;
}

.rueckfrageButton {
    position: absolute;
    margin-left: 280px !important;
}

.EinreichungAntwort,
.cardAntwort {
    margin-left: 20px !important;
    margin-bottom: 19px;
}

.card-Einr {
    margin-bottom: 10px !important;
    display: block;
}

.einreichungPaging {
    margin-top: 20px;
}

.PublikationInput {
    margin-bottom: 20px;
}

/*#################### */
/*###### MV ########## */
/* ################### */
.mv-voting-overlay {
    position: absolute;
    height: 100vh;
    width: 100%;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    top: 0;
    overflow: auto;
    border: 1px solid #676767;
    background-color: #FFF;
    z-index: 10000;
}

[v-cloak] {
    display: none;
}


@keyframes transformTile {
    0% {
        transform: scale(0.6);
    }
    80% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.bounce-up {
    animation-name: bounce-up;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.bounce-down {
    animation-name: bounce-down;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes bounce-up {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(1.1, .95) translateY(0);
    }
    30% {
        transform: scale(.95, 1.05) translateY(-20px);
    }
    50% {
        transform: scale(1.05, .95) translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(-3px);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}

@keyframes bounce-down {
    0% {
        transform: scale(1, 1) translateY(0);
    }
    10% {
        transform: scale(1.1, .95) translateY(0);
    }
    30% {
        transform: scale(.95, 1.05) translateY(20px);
    }
    50% {
        transform: scale(1.05, .95) translateY(0);
    }
    57% {
        transform: scale(1, 1) translateY(3px);
    }
    100% {
        transform: scale(1, 1) translateY(0);
    }
}

/** New CSS Properties **/
/**
Pagination on fragen publikation
 */
.pagination .page-item.active .page-link {
    color: var(--primary-button-text-color);
    background-color: var(--primary-button-background-color);
}

.pagination .page-item .page-link:focus {
    color: var(--primary-button-text-color);
    background-color: var(--primary-button-background-color);
}

.pagination .page-item.active .page-link:hover {
    color: var(--primary-button-text-color);
    background-color: var(--primary-button-background-color);}

.einreichung-margin-left {
    margin-left: 20px;
}

.starx-fragen-publikation_ueberschrift {
    margin-bottom: 20px;
}

.found {
    font-weight: 800;
}

.card.card-body.cardAntwort {
    white-space: inherit;
}


#publikationsList {
    font-size: 1.2rem;
}

#publikationsList h3 {
    padding-top: 8px;
}

#publikationsList .cardAntwort p {
    margin: 0;
}


/* 2FA */
.qr-image {
    text-align: center !important;
    padding-bottom: 20px;
    /*padding-top: 20px;*/
}

#2fa-ver-best {
    padding-bottom: 20px;
}

#sel-method {
    font-weight: bold;
}

.twofa-headline {
    padding-bottom: 10px;
}

#qr-image-hinweis {
    padding-bottom: 20px;
}

.verfahrens-liste {
    list-style-type: none;
}

.one-choice-label {
    /*font-weight: bold;*/
}

.wm-eingabe {
    /*height: 75px !important;*/
}

.card-custom-disabled {
    pointer-events: none;
    opacity: 0.5;
}

table#teilnehmerverzeichnis {
    width:100%
}

.do-not-mark {
    user-select: none;
    -webkit-user-select: none;
}

/* TnVz paging */
.current-no-nav {
    color: white;
    pointer-events: none;
}

#tnvz-iframe {
    width: 100%;
    height: 500px;
}

.dropdown-menu {
    padding-bottom: 30px !important;
}

.row-highlight td {
    background-color: var(--main-button-color);
    color: var(--main-inverse-color, white);
}

#header_logout {
    margin-top: 20px;
    width: 100%;
}

#dropdownContent {
    padding: 30px;
}

/* TNVZ */
#tnvz-form table.table td {
    padding: 0.3rem;
    font-size: 14px;
}

.btn-link-plain {
    color: var(--main-button-color);
    background-color: transparent;
    border-style: none
}

#starx-statements_confirm {
    margin-top: 10px;
}

button#starx-vollmacht-erteilen-q_new {
    margin-top: 0px;
}

#pdf-canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#pdf-canvas-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.pdf-navigation-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px; /* Fügt 5px Abstand nach unten hinzu */
}

.pdf-navigation-container button {
    display: inline-block;
    margin: 0 10px 0 0; /* Abstand zwischen den Buttons */
}

.pdf-page-num-container {
    margin-left: auto;
    display: grid;
    justify-items: end;
}

#pdf-page-number {
    field-sizing: content;
    padding-left: 5px;
    box-sizing: content-box;
}

label.pdf-page-text[for="pdf-page-number"] {
    margin-right: 10px;
}