﻿.login button[data-startseite=alternativ-anmeldung-schliessen] {
    display: unset;
    padding: unset;
    margin: unset;
    background: unset;
    color: unset;
    font-family: unset;
    font-weight: unset;
    font-size: unset;
    text-decoration: unset;
    text-align: unset;
    width: unset;
}


/*************************************/
/*   FORTSCHRITTSANZEIGE/TOURGUIDE   */
/*************************************/

.progressbar {
    border-top: 1px solid #E2ECF2;
    border-bottom: 1px solid #E2ECF2;
    text-underline-offset: 1px;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}

.progressbar .bold,
.progress-step.current {
    font-weight: bold;
}

.progressbar ol {
    margin: 8px 0;
}

.progressbar img {
    margin-left: 6px;
}

.progressbar .flex {
    justify-content: space-between;
    color: #666666;
    padding: 8px 0;
}

.button-noborder {
    color: #2D6F9E;
    padding: 0;
    cursor: inherit;
    font-weight: inherit;
    height: inherit;
    line-height: inherit;
    width: inherit;
}

.button-noborder:hover {
    color: #2D6F9E !important;
    background-color: transparent !important;
}

.summary-view:not(.active),
.details-view:not(.active) {
    display: none;
}

.summary-view {
    padding: 26px 0px 8px 0px;
}

.details-view,
.details-view div {
    padding: 8px;
}

.details-view li a {
    color: inherit;
    text-decoration: none;
}

.details-view {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
}

.summary-view:hover,
.summary-view:focus {
    border-top: 1px solid #2D6F9E;
    border-bottom: 1px solid #2D6F9E;
    background-color: rgba(226, 236, 242, 0.6);
    padding: 25px 20px 7px 20px !important;
}

.summary-view:hover,
.details-view li.completed,
.details-view div:not(.bold):hover {
    cursor: pointer;
}

.summary-view:focus,
.details-view li:focus,
.details-view li a:focus,
.details-view div:focus {
    outline: none;
}

.summary-view:focus button,
.details-view div:focus button,
.details-view div:focus,
.details-view li.completed a:focus {
    color: #1F3347;
    text-decoration: underline #1F3347;
}

.summary-view:hover button,
.details-view div:hover button,
.details-view li.completed:hover a {
    color: #2D6F9E;
    text-decoration: underline #2D6F9E;
}


/* PROGRESSBAR HORIZONTAL
*****************************************/
.progress-bar--horizontal {
    background-color: #E2ECF2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 12px;
    width: 100%;
}

.progress-item {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 12px;
    width: 100%;
    margin: 0px;
}

.progress-item.completed,
.progress-item.current {
    background-color: #2D6F9E;
}

.progress-item span {
    position: absolute;
    background-color: #2D6F9E;
    border-radius: 1px;
    height: 2px;
    width: 2px;
    margin: 10px;
}

.progress-item.completed span,
.progress-item.current span {
    background-color: #FFF;
}

.progress-item.current span {
    height: 6px;
    width: 6px;
    margin: 3px;
}


/* FORTSCHRITTSANZEIGE VERTIKAL
***************************************/
.progress-bar--vertikal {
    list-style: none;
    padding: 0;
}

.progress-step {
    position: relative;
    padding: 12px 28px;
    margin-left: 8px;
    border-left: 12px solid #E2ECF2;
}

.progress-step.completed,
.progress-step.current {
    border-left: 12px solid #2D6F9E;
}

.progress-step::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 2px;
    border-radius: 1px;
    background-color: #2D6F9E;
    left: -7px;
    top: calc(50% - 1px);
}

.progress-step.completed::before,
.progress-step.current::before {
    background-color: #FFF;
}

.progress-step.current::before {
    height: 6px;
    width: 6px;
    left: -9px;
    top: calc(50% - 3px);
}

/* PROGRESSBAR Registrierung
*****************************************/
.progress-stepper .progress__step::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background-color: #2d6f9e;
    border: 5px solid #e2ecf2;
    z-index: 2;
}

@media (forced-colors: active) {
    .progress-stepper .progress__step::before {
        z-index: -1;
        border: 5px solid Canvas;
        background-color: CanvasText;
    }
}

.progress-stepper .progress__step--visited::before {
    background-color: #fff;
    border: 5px solid #2d6f9e;
}

@media (forced-colors: active) {
    .progress-stepper .progress__step--visited::before {
        background-color: Canvas;
        border: 5px solid CanvasText;
        z-index: 2;
    }
}

.progress-stepper .progress__step--current::before {
    background-color: #fff;
    border: 3px solid #2d6f9e;
}

.progress-stepper .progress__step--disabled {
    color: #b2b2b2;
}

.progress-stepper .progress__steps__container {
    list-style-type: none;
}

@media (forced-colors: active) {

    .progress-stepper .nav-link:hover,
    .progress-stepper .nav-link:focus {
        outline: 2px solid Highlight;
        outline-offset: -3px;
    }
}

@media (forced-colors: active) {

    .progress-stepper .progress__step.progress__step--disabled .nav-link:hover,
    .progress-stepper .progress__step.progress__step--disabled .nav-link:focus {
        outline: none;
    }
}

.progress-stepper .progress--registration .progress__step {
    position: relative;
    display: flex;
}

.progress-stepper .progress--registration .progress__step::before {
    position: absolute;
    top: 0.875rem;
}

.progress-stepper .progress--registration .progress__step:first-of-type,
.progress-stepper .progress--registration .progress__step:last-of-type {
    position: relative;
}

.progress-stepper .progress--registration .progress__step:first-of-type::after,
.progress-stepper .progress--registration .progress__step:last-of-type::after {
    content: "";
    width: 0.75rem;
    height: 0.875rem;
    position: absolute;
    z-index: 3;
}

.progress-stepper .progress--registration .progress__step:first-of-type::after {
    top: 0;
    background-color: #fff;
}

.progress-stepper .progress--registration .progress__step:last-of-type::after {
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid transparent;
}

@media (forced-colors: active) {
    .progress-stepper .progress--registration .progress__step:last-of-type::after {
        border-top: 1px solid CanvasText;
    }
}

.progress-stepper .progress--registration .progress__step.progress__step--current {
    font-weight: 700;
}

.progress-stepper .progress--registration .progress__step.progress__step--current::before {
    top: 0;
}

.progress-stepper .progress--registration .progress__step__container {
    display: flex;
}

.progress-stepper .progress--registration .progress__step__container::before {
    content: "";
    display: inline-block;
    height: 100%;
    min-width: 0.75rem;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    background-color: #e2ecf2;
    z-index: 1;
}

@media (forced-colors: active) {
    .progress-stepper .progress--registration .progress__step__container::before {
        background-color: transparent;
    }
}

.progress-stepper .progress--registration .progress__step--visited .progress__step__container::before {
    background-color: #2d6f9e;
}

@media (forced-colors: active) {
    .progress-stepper .progress--registration .progress__step--visited .progress__step__container::before {
        background-color: CanvasText;
        border-color: CanvasText;
    }
}

.progress-stepper .progress-stepper--desktop .progress__step {
    padding-left: 1.5rem;
}

.progress-stepper .progress-stepper--desktop .progress__step::before {
    top: 1.375rem;
}

@media (forced-colors: active) {
    .progress-stepper .progress-stepper--desktop .progress__step::before {
        z-index: 1;
    }
}

.progress-stepper .progress-stepper--desktop .progress__step:first-of-type,
.progress-stepper .progress-stepper--desktop .progress__step:last-of-type {
    position: relative;
}

.progress-stepper .progress-stepper--desktop .progress__step:last-of-type::after {
    background-color: #e2ecf2;
    left: 1.5rem;
    border-top: 1px solid transparent;
}

.progress-stepper .progress-stepper--desktop .progress__step--visited:last-of-type::after {
    background-color: #2d6f9e;
    left: 1.5rem;
}

.progress-stepper .progress-stepper--desktop .progress__step:first-of-type::after {
    background-color: #2d6f9e;
    left: 1.5rem;
}

@media (forced-colors: active) {
    .progress-stepper .progress-stepper--desktop .progress__step.progress__step--visited::before {
        z-index: 2;
    }
}

.progress-stepper .progress-stepper--desktop .progress__step.progress__step--current::before {
    height: 2.125rem;
    border-top: 1.563rem solid #2d6f9e;
}

.progress-stepper .progress-stepper--desktop.side-navigation.side-navigation--desktop {
    display: block;
    margin-right: 1.5em;
}

.progress-stepper .progress-stepper--desktop.side-navigation.side-navigation--desktop .side-navigation-container .nav-link {
    display: flex;
    border-left: 3px solid transparent;
    padding: 0 1rem;
    color: black;
}

.progress-link {
    text-decoration: none;
}

.progress-stepper .progress-stepper--desktop.side-navigation.side-navigation--desktop .side-navigation-container .nav-link:focus-visible,
.progress-stepper .progress-stepper--desktop.side-navigation.side-navigation--desktop .side-navigation-container .nav-link:hover {
    padding-left: 1rem;
}

.progress-stepper .progress-stepper--desktop.side-navigation.side-navigation--desktop .side-navigation-container .nav-link-besucht:hover {
    color: #2d6f9e;
}

@media (forced-colors: active) {
    .progress-stepper .progress-stepper--desktop.side-navigation.side-navigation--desktop .side-navigation-container .nav-link {
        border-left: 3px solid Canvas;
    }
}

.progress-stepper .progress-stepper--desktop.side-navigation.side-navigation--desktop .side-navigation-container .nav-item {
    box-shadow: 0 0 1px 1px #fff;
    margin: 0;
}

.navbar-nav .nav-item {
    border-left: 3px solid transparent;
}

.progress__step--visited:hover {
    border-left: 3px solid #2d6f9e;
}

@media (min-width: 992px) {
    .side-navigation.side-navigation--desktop {
        display: block;
    }
}

.side-navigation.side-navigation--desktop .side-navigation-headline {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    background-color: #2d6f9e;
    border-color: #2d6f9e;
    line-height: 24px;
    padding: 1.125rem 1rem;
    position: relative;
}

.side-navigation.side-navigation--desktop .side-navigation-headline::after {
    content: "";
    border-top: 10px solid #2d6f9e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    z-index: 10;
}

.side-navigation.side-navigation--desktop .side-navigation-container {
    background-color: #edf4f7;
}

.side-navigation.side-navigation--desktop .side-navigation-container .nav-item {
    border-bottom: 2px solid #fff;
}

.side-navigation.side-navigation--desktop .side-navigation-container .progress-link:focus {
    outline-offset: -4px;
    outline-color: var(--bs-navbar-color);
    outline-width: 2.5px;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

/* END Fortschrittsanzeige/Tourguide */

/* Trennlinie */

.trennline {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #ddd;
}

/*END Trennlinie */

/* Wird auf mid05_48 benutzt, ueber dem Text mit Info-Icon. Es gab keine nutzbare bestehende Class. */
.mt-16px {
    margin-top: 16px;
}

button[data-akkordeon="ausloeser"][disabled]:hover {
    outline: none !important;
}

button[data-akkordeon="ausloeser"][disabled] img {
    opacity: 0.7 !important;
}


/* Fix zu BUGPORTAL-9214 : Hinzufuegen eines resource contexts, da andernfalls die Pfade auf nicht-lokalen Umgebungen nicht
    ausgewertet werden koennen, sodass die Grafiken nicht angezeigt werden */

.ui-datepicker .ui-datepicker-prev:before {
    background: transparent url(/jakarta.faces.resource/assets/images/icons/icon-paginierung--back.svg.xhtml) no-repeat 50%;
}

.ui-datepicker .ui-datepicker-next:after {
    background: transparent url(/jakarta.faces.resource/assets/images/icons/icon-paginierung--fwd.svg.xhtml) no-repeat 50%;
}

.ui-icon-seek-end:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-paginierung--end--gray.svg.xhtml);
}

.ui-icon-seek-next:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-paginierung--fwd--gray.svg.xhtml);
}

.ui-icon-seek-first:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-paginierung--start--gray.svg.xhtml);
}

.ui-icon-seek-prev:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-paginierung--back--gray.svg.xhtml);
}

thead .ui-sortable-column .ui-icon-carat-2-n-s:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-table-sort.svg.xhtml);
}

thead .ui-sortable-column .ui-icon-carat-2-n-s.ui-icon-triangle-1-n:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-table-sort--up.svg.xhtml);
}

thead .ui-sortable-column .ui-icon-carat-2-n-s.ui-icon-triangle-1-s:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-table-sort--down.svg.xhtml);
}

.icon-ungelesen:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-message--new.svg.xhtml);
}

.icon-gelesen:before {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-message--old.svg.xhtml);
}

body .ui-tree .ui-icon-triangle-1-s {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-fold--up--blue.svg.xhtml);
}

body .ui-tree .ui-icon-triangle-1-e {
    content: url(/jakarta.faces.resource/assets/images/icons/icon-fold--down--blue.svg.xhtml);
}

/* ENDE BUGPORTAL-9214 */


/* Fix zu Ticket BUGPORTAL-12322 */

.displayContents {
    display: contents;
}

/*END BUGPORTAL-12322 */

/* Fix zu Tickets BUGPORTAL-8880, 8885*/

.table-container--overflow table td .modal-buttons button {
    width: 50%;
}

/*END BUGPORTAL-8880, 8885*/


/* MID0202: dienstleistungssuche */
.ui-autocomplete-panel .ui-autocomplete-list {
    background: white;
}

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

}

.search-failed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-left: 20px;
}

.search-failed > span {
    flex-basis: 100%;
    text-align: center;
}

/* MID0202: dienstleistungssuche ende */


/* MID05.09*/

#RID_05_09_099\:form span::before {
    position: relative;
    right: 1px;
}

.amtlichesKennzeichen,
.rotesKennzeichen {
    position: relative;
    margin: 20px
}

.amtlichesKennzeichen img,
.rotesKennzeichen img {
    width: auto;
    height: 65px;
}

.amtlichesKennzeichen > .eingabefelder-container,
.rotesKennzeichen > .eingabefelder-container {
    position: absolute;
}

.amtlichesKennzeichen > .eingabefelder-container > input {
    height: 44px;
    position: absolute;
    bottom: 42px;
    text-transform: uppercase;
}

.rotesKennzeichen > .eingabefelder-container > input {
    height: 44px;
    position: absolute;
    bottom: 16px;
    text-transform: uppercase;
}

.amtlichesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_007\:RID_05_09_008\:RID_05_09_008_01 {
    width: 66px;
    left: 45px;
}

.amtlichesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_007\:RID_05_09_008\:RID_05_09_008_02 {
    width: 60px;
    left: 127px;
}

.amtlichesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_007\:RID_05_09_008\:RID_05_09_008_03 {
    width: 85px;
    left: 195px;
}

.rotesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_007\:RID_05_09_009\:RID_05_09_009_01 {
    width: 66px;
    left: 40px;
}

.rotesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_007\:RID_05_09_009\:RID_05_09_009_02 {
    width: 135px;
    left: 120px;
}

.amtlichesKennzeichen .error-wrapper,
.rotesKennzeichen .error-wrapper {
    max-width: 475px;
}

.amtlichesKennzeichen > .feldhilfe-container,
.rotesKennzeichen > .feldhilfe-container {
    position: absolute;
    top: -5px;
    left: 310px;
}

@media all and (max-width: 560px) {

    .amtlichesKennzeichen img,
    .rotesKennzeichen img {
        width: auto;
        height: 65px;
    }

    .amtlichesKennzeichen,
    .rotesKennzeichen {
        position: relative;
        margin: 3px;
    }

    .amtlichesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_008_01 {
        left: 40px;
    }

    .amtlichesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_008_02 {
        left: 115px;
    }

    .amtlichesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_008_03 {
        left: 180px;
    }

    .rotesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_009_01 {
        left: 35px;
    }

    .rotesKennzeichen > .eingabefelder-container input#RID_05_09_099\:RID_05_09_009_02 {
        left: 112px;
    }

    .amtlichesKennzeichen > .feldhilfe-container,
    .rotesKennzeichen > .feldhilfe-container {
        position: absolute;
        top: -5px;
        left: 280px;
    }

    div#RID_05_09_099\:RID_05_09_009 ~ label {
        display: inline-flex;
        width: 80%;
    }

}

/* END MID05.09*/


/* Fix zu Ticket BUGPORTAL-9040*/

ol > li.ui-datalist-item {
    list-style-type: decimal;
    display: list-item;
    margin-left: 1rem !important;
}

/*END BUGPORTAL-9040*/


/* Fix zu BUGPORTAL-8470*/

td .ui-chkbox .ui-chkbox-box,
th .ui-chkbox .ui-chkbox-box {
    cursor: pointer;
}

/* END BUGPORTAL-8470 */


/* FIX TICKET BUGPORTAL-8812 BUGPORTAL-8813 */

table > tbody.ui-datatable-data td {
    vertical-align: middle;
}

table > tbody.ui-datatable-data td > p,
table > tbody.ui-datatable-data td > div {
    margin: 0.25rem 0 0.25rem;
}

table > tbody.ui-datatable-data td > label {
    padding: 0.125rem 0 0.125rem;
}

/* END BUGPORTAL-8812 BUGPORTAL-8813 */


/* FIX TICKET BUGPORTAL-8937*/

.deletion-notification {
    color: #6c6c6c;
    font-weight: normal;
}

/* END BUGPORTAL-8937*/


/* FIX BUGPORTAL-9413: in Klasse teaser-video aufnehmen */

.teaser-video {
    width: 100%;
}

/* END BUGPORTAL-9413 */


/* FIX TICKET BUGPORTAL-9310 */

.mb-3 {
    margin-bottom: 1rem;
}

/* END BUGPORTAL-9310 */


/* FIX TICKET BUGPORTAL-9421*/

.form-wrapper.date-container > input + button {
    position: static !important;
}

/* END BUGPORTAL-9421*/


/*Fix Kontrast beim deaktivierten checkBox*/

.box-checkbox > input[disabled] ~ label {
    color: #333;
    opacity: .5;
}

/*END Fix Kontrast*/


/* FIX BUGPORTAL-9418 */

table.table-zebra td {
    vertical-align: middle;
}

.button-bar--table {
    margin-top: -0.25rem !important;
}

.vertical-align-middle {
    vertical-align: middle;
}

/* in theme.css zu entfernen, da überflüssig
.vorgang-button-bar button {
    vertical-align: super !important;
}

 in theme.css zu entfernen, da überflüssig
.vorgang-table td {
    vertical-align: inherit !important;
}
*/

/* END BUGPORTAL-9418 */


/* FIX TICKET BUGPORTAL-9268*/

/*ist in theme.css: .korrekturvorschlag .container-icon-herkunft{grid-column:2/3;padding-bottom:2px;padding-top:1.725rem}*/
.korrekturvorschlag .container-icon-herkunft {
    grid-column: 4/4;
    padding-bottom: 2px;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
}

/*ist in theme.css: .korrekturvorschlag{display:grid;grid-template-columns:6fr 60px 4fr;margin-bottom:1rem}*/
.korrekturvorschlag {
    display: grid;
    grid-template-columns: 6fr 30px 4fr;
    margin-bottom: 1rem;
}

/* END BUGPORTAL-9268*/


/* FIX TICKET BUGPORTAL-9269 */

/* war bisher in idppStyle.css, fehlt in theme.css */
.laut-handelsregister {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 0.9em !important;
}

.handelsregister-abstand {
    margin-bottom: 0px !important;
}

.authmittel-icon-0906 img,
.logo-datenquelle {
    position: relative;
    height: 21px;
}

.logo-datenquelle {
    width: 60px;
    margin: 10px 0;
}

.authmittel-icon-0906 img {
    width: 70px;
    margin-left: 16px;
}

.authmittel-icon-0901 {
    height: 20px;
    margin-left: 16px;
    padding-top: 4px
}

.mt-18-registrierung .logo-datenquelle {
    margin: 2rem 0;
}

img[src*="Elster_Logo.svg"].logo-datenquelle,
img[src*="BundID.svg"].logo-datenquelle {
    height: auto;
}

img[src*="Personalausweis_logo.svg"].logo-datenquelle {
    width: 21px;
}

#RID_07_08_000\:form img[src*="Elster_Logo.svg"],
#RID_07_09_000\:form img[src*="Elster_Logo.svg"],
#RID_07_08_000\:form img[src*="BundID.svg"],
#RID_07_09_000\:form img[src*="BundID.svg"] {
    margin: 7px 0 0 60px;
}

#RID_07_08_000\:form img[src*="Personalausweis_logo.svg"],
#RID_07_09_000\:form img[src*="Personalausweis_logo.svg"],
#RID_07_08_000\:form img[src*="EORI_Logo.svg"],
#RID_07_09_000\:form img[src*="EORI_Logo.svg"] {
    margin: 21px 0 0 60px;
}

.ml-1 {
    margin-left: 1rem;
}

.ml--03 {
    margin-left: -.3rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.mt-24 {
    margin-top: 24px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-17 {
    margin-top: 17px !important;
}

.ml-32 {
    margin-left: 32px !important;
}

.pt-24 {
    padding-top: 24px !important;
}

.pt-4 {
    padding-top: 4px !important;
}

/* .korrekturvorschlag .icon-herkunft{height:36px} ist aus theme.css zu entfernen */

/* ENDE Fix BUGPORTAL-9433 */


/* Fix BUGPORTAL-9392 */

/*  korrekturvorschlag wegen Überlappung der Feldhilfen auf Eingabefelder: .fieldset .form-wrapper>.anchor right ist in theme.css zu ersetzen durch:*/
fieldset .form-wrapper > .anchor {
    position: relative;
    right: 5px;
    top: -5px
}

/* Ende BUGPORTAL-9392 */


/* Fix BUGPORTAL-9626 und BUGPORTAL-13100 (vertical-align: sub)*/
.table-container--overflow table td button:not(.button-feldhilfe) {
    bottom: 0;
    vertical-align: sub;
}

/* Ende BUGPORTAL-9626 und BUGPORTAL-13100 */


.bug-footer {
    padding-top: 96px;
}


/* Fix BUGPORTAL-9625 */

button.button-small {
    padding: 1.5px 0 0 !important;
}

/* Ende BUGPORTAL-9625 */


.gray-background {
    background-color: #f2f2f2;
}


/*[Fehlerfindings] MID 0203 A-Z Navigationsleiste */

.nav-abisz {
    position: inherit;
    margin: 1rem 0;
    padding: 0 20px;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    color: #b2b2b2;
}

.nav-abisz a {
    font-weight: bold;
    text-decoration: underline;
    background-color: transparen
}

.nav-abisz a:hover,
.nav-abisz a:focus {
    outline: 1px solid #1f3347;
    color: #333;
    background-color: #fff;
}

.nav-abisz a,
.nav-abisz span {
    justify-content: space-around;
    flex-wrap: wrap;
    display: inline-block;
    padding: 0.25rem 10px;
    text-align: center;
    margin: -2px 0;
    min-width: 1.5rem;
}

.nav-abisz span {
    color: #595959;
}

/* Breakpoint Large */
@media screen and (min-width: 769px) {
    .nav-abisz {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

@media screen and (max-width: 992px) {
    .nav-abisz {
        padding: 0 10px;
        flex: none;
        display: block;
    }
}

.dl-section {
    padding-bottom: 1em;
}

.dl-description-item dd > span p {
    margin: -0.7em 0 0 0;
}

.dl-description-item dt a {
    font-size: 18px;
    font-weight: bold;
}

.dl-description-item dt > span {
    color: white;
    background: #2d6f9e;
    margin-left: 1em;
    padding: 0 .3em;
    border-radius: .1em;
}

.dl-description .content-right {
    padding-top: 0;
}

.dl-description-item dd > a {
    text-decoration: none;
}

.dl-description-item dd > a:hover,
.dl-description-item dd > a:focus {
    text-decoration: underline;
}

.dl-description-item dd > a:hover img,
.dl-description-item dd > a:focus img {
    text-decoration: none;
    -webkit-filter: brightness(0) saturate(0);
    filter: brightness(0) saturate(0);
}

.dl-description-item {
    padding: .9em 0em;
}

.dl-description hr {
    height: 0;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid #b2b2b2;
    margin-top: 1em;
    margin-bottom: 1.8em;
}

.dl-description {
    padding-bottom: 2em;
}

.dl-help {
    display: flex;
    justify-content: flex-start;
    background-color: #f4f8fa;
    padding-bottom: 2em;
}

.dl-icon {
    width: 2.5em;
    height: 2.5em;
    margin-left: 1.25em;
    margin-top: 1.25em;
}

.dl-help > div:first-child {
    margin: 1em 2em 0 .3em;

}

.dl-help > div:last-child {
    padding-top: 1em;
}


@media screen and (max-width: 560px) {

    .dl-help {
        flex-wrap: wrap;
    }

    .dl-help > div:first-child {
        width: 100%;
        text-align: center;
    }

    .dl-help > div:last-child {
        width: 100%;
        margin-left: 0em;
        margin-bottom: 1em;
        padding: 0em;
        text-align: center;
    }

}

/*End*/


/* Fix BUGPORTAL-9802 */

.ml-auto {
    margin-left: auto;
}

.ustid-elster-logo {
    display: contents;
}

/* Ende BUGPORTAL-9802 */


/* Fix BUGPORTAL-9762 */

.footnotes ul {
    list-style-type: none;
}

.footnotes li a {
    margin-right: 10px;
    margin-left: -25px;
    text-decoration: none;
}

/* Ende BUGPORTAL-9762 */


/* BUGPORTAL-9003 */

.dl-suche-abisz {
    width: 250px;
}

@media screen and (max-width: 560.1px) {

    .dl-suche-abisz,
    .dl-suche-abisz.ui-sm-12,
    .ui-g-12.dl-suche-abisz-nopad {
        padding: 0;
    }
}

/* Ende BUGPORTAL-9003 */


/* BUGPORTAL -9871 - Postkorbmasken  */

.intermediaState > input:checked ~ label:after {
    transform: rotate(90deg) scale(1)
}

.intermediaState > label:after {
    border: 0;
    border-bottom: 0px solid #fff;
    border-right: 2px solid #fff;
    height: 0.7rem;
    left: 0.4rem;
    top: 0.65rem;
    transform: rotate(45deg) scale(0);
    transform-origin: center center;
    width: 0.4rem;
}

/* Ende BUGPORTAL -9871 */


/* BUGPORTAL-9371 */

.dienstleistungen > .kachel-single-dl-uebersicht {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dienstleistungen > .kachel-single-dl-uebersicht > * {
    padding-left: 32px;
    padding-right: 32px;
    text-align: center;
}

.img-kachel-single-dl-uebersicht {
    padding-top: 32px;
    padding-bottom: 16px;
}

/* ENDE BUGPORTAL-9371 */


/* BUGPORTAL-10072 */

.card-with-element .blocklink.blocklink-disabled {
    font-weight: 700;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* ENDE BUGPORTAL-10072 */


/* BUGPORTAL-8896 */
.mb-0 {
    margin-bottom: 10px;
}

.vorgang-vorschau-vorgangsnummer {
    padding-left: 25px;
}

.vorgang-vorschau-status {
    padding-left: 25px;
    text-align: left;
    float: left;
}

.vorgang-vorschau-datum {
    text-align: right;
}

.vorgang-vorschau-hr {
    margin: 1rem 0;
}

.dashboard-uebersicht-container-vorgang {
    flex-basis: calc(50% - 14px);
}

.dashboard-uebersicht-container {
    display: flex;
    justify-content: space-between;
    flex-basis: calc(25% - 14px);
    height: min-content;
    min-width: 284px;
    gap: 15px
}
.dashboard-uebersicht-container > article {
    padding: 24px;
}

.card-container {
    flex-direction: column;
    display: flex;
}

.article-color {
    background-color: #edf4f7;
}

@media screen and (min-width: 800px) {
    .card-container {
        flex-direction: row;
    }

    .dashboard-uebersicht-container {
        background-color: #edf4f7;
    }

    .container-gap {
        height: 100%;
        width: 25px;
    }
}

.vorgang-vorschau-image {
    float: left;
    margin-top: 5px;
    margin-right: 14px;
}

.vorgang-vorschau-text {
    display: flex;
}


.dashboard-moeglichkeiten-ueberschrift {
    flex-basis: 100%;
}

@media screen and (max-width: 950px) {
    .dashboard-uebersicht-container {
        padding: 24px;
        min-height: min-content;
        flex-basis: 100%;
    }

    .dashboard-uebersicht-container-vorgang {
        flex-basis: 100%;
        padding: 0px;
        margin-bottom: 32px;
    }
}

@media (max-width: 560.1px) {
    .dashboard-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 24px;
        margin-bottom: 48px;
    }
}

/* ENDE BUGPORTAL-8896 */


/* BUGPORTAL-9530 */

.korrektur {
    display: flex;
    align-items: center;
    padding-top: 0px !important;
}

.spacing-00 {
    margin-bottom: 0rem !important;
}

/* ENDE BUGPORTAL-9530 */


/* BUGPORTAL-10897 */

.gegenstand-unternehmen {
    width: 80%;
}

/* ENDE BUGPORTAL-10897 */


/* selectManyCheckboxTristate */

.form-check-input:disabled {
    filter: none;
    opacity: .5;
    pointer-events: none;
}

.form-check-input:focus {
    border-color: #1f3347;
    box-shadow: 0 0 0 1px #1f3347;
    outline: 0;
}

.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    cursor: default;
    opacity: .5;
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #fff;
    border-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231f3347' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input.form-check-input--indeterminate[type=checkbox]:indeterminate {
    border: 1px solid #666;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231f3347' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #fff;
    border-color: #666;
}

.input-checkbox-tristate li {
    list-style: none;
}

.form-check .form-check-input {
    float: left;
}

.form-check-input {
    color-adjust: exact;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #666;
    height: 1em;
    margin-top: 0.25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
    width: 1em;
    margin-right: 0.5em;
}

.layout-column {
    display: flex;
    flex-flow: column;
}

/* END selectManyCheckboxTristate */


/* BUGPORTAL-10839 */

.date-container button {
    height: 33.5px !important;
    margin-left: 5px !important;
    vertical-align: bottom;
}

/* ENDE BUGPORTAL-10839 */


/* Cookie-Banner */

.prio-meldung-content > div {
    padding-bottom: unset;
}

.prio-meldung-content > div.button-bar--cookie-consent {
    display: flex;
    justify-content: flex-end;
    padding-top: 1.89rem;
}

.button-bar--cookie-consent > button {
    flex-basis: fit-content;
}

.button-bar--cookie-consent > button:last-child {
    margin-left: 5%;
}

.ui-g.cookieBanner {
    display: none;
}

.cookieBanner--display {
    display: flex;
}

@media (max-width: 600px) {

    .button-bar--cookie-consent > button {
        flex-grow: 1;
    }
}

/* END Cookie-Banner */


/* BUGPORTAL-10932 MID0203: Lupe Symbol */

div#RID_02_03_001\:keineErgebnisse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 320px;
    background-color: #f6f6f6;
}

div#RID_02_03_001\:keineErgebnisse img {
    height: auto;
    width: 250px;
}

/*ENDE-10932*/


/* BUGPORTAL-10902 */

tfoot#RID_05_16_form\:RID_05_16_006\:RID_05_16_008\:RID_05_16_030\:dataTable_foot td {
    background-color: #e8e8e8;
}

/* ENDE BUGPORTAL-10902*/


/*BUGPORTAL-9759*/

.noHeader table thead tr {
    display: none;
}

/* ENDE BUGPORTAL-9759*/


/*BUGPORTAL-11008*/

#RID_02_02_010 hr {
    border-bottom-color: #dadde0;
}

/* ENDE BUGPORTAL-11008*/


/*BUGPORTAL-11009*/

.gruenerText {
    color: #019101;
}

.mb-32 {
    margin-bottom: 32px !important;
}

/* ENDE BUGPORTAL-11009*/


/* BUGPORTAL-11227*/

.moeglichkeiten-row-3 img {
    filter: invert(37%) sepia(14%) saturate(2148%) hue-rotate(162deg) brightness(101%) contrast(91%);
}

/* ENDE BUGPORTAL-11227*/


/* BUGPORTAL-11226*/

.card-without-background {
    background-color: transparent;
}

.card.card-row--4.card-without-background.card-with-image p {
    font-size: 0.833rem;
    color: #6c6c6c;
}

.card.card-row--4.card-without-background.card-with-image a {
    font-size: 1rem;
    text-decoration: none;
}

.card.card-row--4.card-without-background.card-with-image a:focus {
    text-decoration: underline;
}

.card.card-row--4.card-without-background.card-with-image h4 {
    text-decoration: none;
}

/* ENDE BUGPORTAL-11226*/

.card-eori-startseite {
    flex-basis: 30%;
}

@media screen and (max-width: 600px) {
    .card-eori-startseite {
        flex-basis: 45%;
    }
}

@media screen and (max-width: 500px) {
    .card-eori-startseite {
        flex-basis: 100%;
    }
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        font-family: Arial, sans-serif;
        font-size: 9pt !important;
        text-shadow: none !important
    }

    [hidden] {
        display: block !important
    }

    div,
    dl,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    input,
    label,
    ol,
    p,
    select,
    span,
    table,
    td,
    textarea,
    th,
    tr,
    ul {
        background: transparent !important;
        color: #000 !important
    }

    h1 {
        font-size: 21pt !important
    }

    h2 {
        font-size: 18pt !important;
        margin-top: 1.5em !important
    }

    h3 {
        font-size: 14pt !important
    }

    h4,
    h5,
    h6 {
        font-size: 10pt !important
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    a,
    a:visited {
        color: #000 !important;
        text-decoration: none !important
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        height: auto !important;
        max-width: 99% !important
    }

    .button-bar,
    .button-primary,
    .button-scroll-to-top,
    .button-secondary,
    .cookieBanner,
    .jobi-processbar,
    .jobi-processelement-arrow,
    .meldung-basis,
    .meldung-info,
    .meldung-window,
    .tablefoot-duplicates .button-small,
    .ui-dialog-docking-zone,
    [data-feldhilfe=anker],
    [data-globale-meldungen=container],
    [role=alert] {
        display: none !important
    }

    .form-wrapper {
        position: static !important
    }

    img.logo-datenquelle {
        height: auto !important;
        margin-left: 0;
        width: 50px !important
    }
}


/* START BUGPORTAL-10971*/

td > div > input[type=checkbox]:checked {
    appearance: auto;
    accent-color: #1f3347;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231f3347' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

td > div > input:not(:checked):focus,
td > div > input:not(:checked):hover {
    box-shadow: 0 0 0 1px #1f3347;
}

td > div > input[type=checkbox] {
    height: 1em;
    width: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #666;
    margin-top: 0.25em;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    vertical-align: top;
}

/* END BUGPORTAL-10971*/


/* BUGPORTAL-11222 */

.grauerText {
    color: #6c6c6c;
    font-size: .9rem;
    line-height: 1.25;
}

/* Ende BUGPORTAL-11222 */


/* BUGPORTAL-11223 */

.ungelesene-pkn-dashboard {
    font-size: 1.44rem;
}

.postkorb-dashboard-button {
    width: 100% !important;
}

.postkorb-dashboard-button-text {
    font-weight: normal;
}

/* Ende BUGPORTAL-11223 */


/* BUGPORTAL-11228 */

.pfeil-neben-link {
    display: flex;
    margin-left: 0px;
}

/* BUGPORTAL-15145 */
.pfeil-neben-link:hover {
    text-decoration: underline;
}

.pfeil-neben-link-positionieren {
    margin: 0.9em 0 0.5em 0.5em;
}


.konto-dashboard-list {
    list-style-type: none;
}

.konto-dashboard {
    margin-left: 0rem;
    border-bottom-color: #dadde0;
}

.pfeil-neben-link-konto {
    margin: 0.4em 0 0.5em 0;
}

ul.konto-dashboard-list li a {
    border-bottom: 1px solid #dadde0;
}

ul.konto-dashboard-list .postkorb-kachel .link-uebersichtsseite a {
    border-bottom: unset;
}

.konto-dashboard .link-intern--freistehend-text:hover,
.konto-dashboard .link-intern--freistehend-text:focus {
    text-decoration: none;
}

ul.konto-dashboard-list .postkorb-kachel .link-uebersichtsseite a:hover,
ul.konto-dashboard-list li a:hover {
    color: #333;
    boxshadow: inset 0 -1px 0 0 #333;
}

ul.konto-dashboard-list .postkorb-kachel > a:hover,
ul.konto-dashboard-list li a:hover {
    border-bottom: 1px solid #333;
}

ul.konto-dashboard-list .postkorb-kachel .link-uebersichtsseite a:focus,
ul.konto-dashboard-list li a:focus {
    border-bottom: 1px solid #edf4f7;
    outline: focus;
    text-decoration: none;
}

.dienstleistungskachel-link {
    color: #2d6f9e;
    display: flex;
}

.dienstleistungskachel-link img.kachel-arrow {
    margin-top: 5px;
    margin-right: 14px;
    float: left;
}

.dienstleistungskachel-link span.kachel-text {
    width: calc(100% - 26px);
    display: inline-block;
}

/* Ende BUGPORTAL-11225 */


/* BUGPORTAL-11198 */

.keep-line-breaks {
    white-space: pre-line;
}

/* Ende BUGPORTAL-11198*/


/*BUGPORTAL-11071*/

.card.padding-variant {
    padding: 16px;
}

/*ENDE BUGPORTAL-11071*/


/* BUGPORTAL-9885 */

button.button-small.button-secondary[disabled]:hover img.button-icon {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none
}

.mt-64px {
    margin-top: 64px;
}

.mt-48px {
    margin-top: 48px;
}

.mt-0 {
    margin-top: 0;
}

.mb-48px {
    margin-bottom: 48px;
}

.mb-32px {
    margin-bottom: 32px;
}

.mb-24px {
    margin-bottom: 24px;
}

.mb-16px {
    margin-bottom: 16px;
}

.mb-12px {
    margin-bottom: 12px;
}

.mb-4px {
    margin-bottom: 4px;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-0 {
    margin-left: 0;
}

.column-gap-96px {
    column-gap: 96px;
}

.moeglichkeiten-row-3 {
    padding: 0;
    flex-basis: calc(100% / 3 - 64px);
}

.moeglichkeiten-row-3 > div {
    margin-bottom: 0;
}

.dashboard-container {
    padding: 48px;
}

.gap-16px {
    gap: 16px;
}

.pt-16px {
    padding-top: 16px !important;
}

/* BUGPORTAL-11399 - Anwendung der vorhandenen tri-state elemente auf selectOneCheckbox */

.form-check-input:checked[type=checkbox][aria-checked=mixed] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231f3347' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check .form-check-input[tristatestyle=true] {
    margin-left: 0;
}

.checkbox-label[tristatestyle=true] {
    padding: 0.1rem 0.4rem;
}

/* BUGPORTAL-11399 ergänzung:  Anpassung der Checkboxen innerhalb des SelectableDatatables an Desy-Vorgabe */

.tristate-style td > div > input[type=checkbox]:checked {
    accent-color: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231f3347' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* Ende BUGPORTAL-11399*/


.postkorb-dashboard-button {
    flex-wrap: wrap;
}

/* Anfang BUGPORTAL-11512*/

input[type=email]:focus,
input[type=text]:focus,
textarea:focus {
    box-shadow: inset 0 0 0 1px #1f3347;
}

/* Ende BUGPORTAL-11512*/


/* Anfang BUGPORTAL-11675*/
.form-variant {
    width: 100%;
}

/*ENDE BUGPORTAL-11675*/


/* BUGPORTAL-11663 */
.konto a.blocklink {
    min-height: 2.5rem;
    min-width: 180px;
}

/* Ende BUGPORTAL-11663 */

/* BUGPORTAL-11431 */
tfoot td {
    border-top: 1px solid #ddd;
}

tfoot td.ui-state-default {
    background-color: #e8e8e8;
}

/* Ende BUGPORTAL-11431 */


.box-checkbox > input:checked ~ label:before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231f3347' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.box-checkbox > label:after {
    border: 0;
}

.box-checkbox > input:checked ~ label:before {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 0 0 1px #1f3347;
}

.startseite-teaser h2 span {
    padding: 0;
}

.startseite-teaser h2 span:not(.anchor, .feldhilfe-container, .feldhilfe-style, .feldhilfe-style span) {
    padding: 0 0 0 10px;
}

.startseite-teaser h2 span:is(.feldhilfe-style) {
    background-color: #edf4f7;
    padding: 0.75rem 16px;
}

.startseite-teaser h2 span:is(.feldhilfe-style span) {
    background-color: transparent;
}

/* Start Wartung Pill */
.dienstleistung-kachel-container {
    display: flex;
    flex-direction: row;
}

.wartung-pill {
    display: flex;
    flex-direction: row;
}

.wartung-pill p {
    margin-left: 8px;
    font-family: bundessans;
    font-size: 16px;
    color: #595959;
    line-height: 20px;
}


@media (min-width: 641px) {
    .ui-sm-12.button-secondary {
        margin-left: 10px;
    }

    .wartung-pill {
        display: flex;
        flex-direction: row;
        margin-left: 10px;
    }
}


@media (max-width: 641px) {

    .dienstleistung-kachel-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .wartung-pill {
        display: flex;
        flex-direction: row;
    }
}

/* Ende Wartung Pill */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    /* added line */
    border: 0;
}

.dashboard-banner {
    background: #2d6f9e;
    padding: 16px;
    margin-bottom: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-banner .text {
    color: white;
}

.dashboard-banner .text .db-main {
    font-weight: bold;
}

.dashboard-banner .banner-icon {
    margin-right: 24px;
    rotate: 10deg;
    filter: invert(1) opacity(0.7) drop-shadow(0 0 0 #2d6f9e);

}


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

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

/* Systemmeldungen Header - BUGPORTAL-10769
********************************************/
.alert {
    background-color: rgba(255, 152, 12, .12);
    border-bottom: 1px solid rgba(31, 51, 71, .16);
    color: #000;
}

.prio-meldung-box {
    padding: 0 20px;
}

.prio-meldung-content.ui-g-12.ui-g-nopad.ui-max {
    max-width: 1195px;
}

/* BUGPORTAL-10745 aktuelle Meldung */
.aktuelle-meldung-card {
    background-color: #ffffff;
    padding: 23px 0 18px 0;
    border-top: 1px solid #e6e6e6;
    width: 75%;
}

.aktuelle-meldung-card:hover {
    border-color: #e6e6e6;
    box-shadow: none;
}

.aktuelle-meldungstext {
    max-width: 590px;
    padding: 0;
    margin-right: 16px;
}

.aktuelle-meldung-hilfetext {
    font-size: 14px;
    padding-top: 0;
    line-height: 19px;
}

.aktuelle-meldung-hilfetext span {
    padding-right: 1em;
    padding-left: 1em;
}

.aktuelle-meldung-heading {
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 4px;
}

.meldung-details-anhang-heading {
    padding-top: 0;
    padding-left: 8px;
}

.meldung-details-heading {
    margin-bottom: 40px;
}

.meldung-details-anhang-typ {
    padding: 0 0 8px 8px;
}

.meldung-details-anhang-typ a {
    text-decoration: none;
}

.meldung-details-inhalt {
    padding-left: 0;
    padding-right: 16px;
}

.meldung-details-image {
    padding-top: 16px;
}

/* BUGPORTAL-10745 */

.button-bar-links {
    display: flex;
    justify-content: flex-start;
}

.button-bar-links button {
    min-width: 120px;
}

/* Start BUGPORTAL-12195 */

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

.mt-40px {
    margin-top: 40px;
}

.mt-32px {
    margin-top: 32px;
}

.mt-8px {
    margin-top: 8px;
}

.mb-8px {
    margin-bottom: 8px;
}

.ws-nowrap {
    white-space: nowrap;
}

.of-hidden {
    overflow: hidden;
}

.width-178px {
    width: 178px;
}

.vorgangsuebersicht-wrap {
    display: flex;
    flex-wrap: wrap;
    line-height: 1
}

.vorgangsuebersicht-icon {
    height: 16px;
    padding-right: 5px;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
}

.button-mt-mr-16px {
    margin: 16px 16px 0 0 !important;
}

/* Ende BUGPORTAL-12195 */


/* Start BUGPORTAL-11728 */

.textarea-full textarea {
    width: calc(100%);
    height: 256px;
}

.textarea-full .textarea-counter {
    margin: 0;
    max-width: none;
    text-align: right
}

/* Ende BUGPORTAL-11728 */

/*************STARTSEITE**********************/
.container-anmeldung-gesamt {
    background-color: rgba(45, 111, 158, 0.05);
}

.container-anmeldung-gesamt + div.ui-g-12.ui-g-nopad {
    margin-bottom: 108px;
}

.container-anmeldung-gesamt .banner-mit-login {
    margin-top: 64px;
}

.banner-mit-login .banner-mit-login--hilfe {
    width: 100%;
    line-height: 18px;
    padding: 20px 0px 60px;
    color: #6c6c6c;
    text-align: center;
}

.banner-mit-login .banner-mit-login--rectangle {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 32px;
}

.banner-mit-login .banner-mit-login--rectangle > div {
    flex: 1 1 auto;
}

.banner-mit-login .banner-mit-login--rectangle > div:first-child {
    position: relative;
}

.willkommen-text {
    width: 449px;
    max-width: 100%;
    position: absolute;
    color: #ffffff;
    text-align: left;
    bottom: -5px;
    background: linear-gradient(rgba(255, 255, 255, 0.0), rgba(0, 0, 0, 0.6));
    padding-left: 32px;
    padding-bottom: 32px;
    margin-bottom: 5px;
}

.banner-mit-login .banner-mit-login--rectangle > div:first-child img#startseiteImg {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.willkommen-text > h3 {
    height: 76px;
    font-family: "BundesSans-Bold", "BundesSans Bold", "BundesSans", sans-serif;
    font-weight: 700;
    line-height: 38px;
    width: 70%;
}

.willkommen-text > h3 + div {
    height: 30px;
    font-family: "BundesSans-Regular", "BundesSans", sans-serif;
    line-height: 30px;
}

.willkommen-text .subheading {
    font-size: 20px;
    line-height: 1.5;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container,
.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container,
.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 319px;
    margin-top: 32px;
}

.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container {
    padding-left: 34px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container {
    height: 351px;
    margin-bottom: 61px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container,
.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container {
    height: 321px;
    margin-bottom: 32px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .headline-feldhilfe h3,
.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container h3,
.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container h3 {
    margin-top: unset;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .headline-feldhilfe > button {
    width: 30px;
    cursor: pointer;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .headline-feldhilfe > button:hover,
.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .headline-feldhilfe > button:focus {
    background-color: #1f3347 !important;
    border: 1px solid #1f3347 !important;
    color: #fff !important;
    outline: none !important;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .email-passwort-container {
    height: 63%;
    display: flex;
    flex-direction: column;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .email-passwort-container div.form-wrapper {
    margin-bottom: 0rem;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .email-passwort-container div.form-wrapper span {
    line-height: 1.3;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .email-passwort-container div.form-wrapper:first-child {
    margin-bottom: 0.8rem;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .email-passwort-container label {
    font-family: "Roboto", sans-serif;
    color: #1f3347;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .email-passwort-container input,
.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .email-passwort-container .input-password {
    width: 100%;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .abbrechen-anmelden-container {
    display: flex;
    justify-content: space-between;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .abbrechen-anmelden-container button {
    width: 47%;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container h3 {
    margin-bottom: 15px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen {
    width: auto;
    height: 65%;
    display: flex;
    flex-direction: column;
    margin-top: 23px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen > div {
    background-color: rgba(45, 111, 158, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    position: relative;
    height: 56px;
    margin-bottom: 8px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen > div:focus,
.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen > div:focus-within {
    border-color: #1f3347;
    box-shadow: inset 0 0 0 1px #1f3347, 0 0 0 1px #1f3347;
    outline: none
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen > div:hover {
    border-color: #2d6f9e;
    box-shadow: inset 0 0 0 1px #2d6f9e;
    cursor: pointer;
    outline: none
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen > div:hover a {
    color: #333;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 1px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen div > a {
    color: #333;
    outline: none;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen div > a::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container .login-optionen div > img {
    margin-top: unset;
    width: 70px;
    height: 24px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > .login-optionen > span {
    height: 36px;
    color: #6c6c6c;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > div:last-child {
    text-align: center;
    display: none;
}

.banner-mit-login .banner-mit-login--rectangle > div:last-child > div {
    content: "";
    flex: 1 1;
    border-left: 1px solid #ddd;
}

.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container article {
    color: #1f3347;
    line-height: 24px;
}

.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container {
    justify-content: unset;
}

.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container h3 {
    margin-bottom: 32px;
}

.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container .button-primary {
    width: 100%;
    margin-top: 110px;
}

.banner-mit-login .banner-mit-login--rectangle > div .registrierung--container a {
    width: auto;
    margin-top: 100px;
}


.startseite-teaser .info-box {
    margin-top: 2rem;
}

.startseite-teaser .info-box h3.info-box--title {
    display: flex;
    align-items: center;
    background-image: unset;
    background-position: unset;
    background-repeat: unset;
    text-align: unset;
    margin-bottom: 12px;
}

.startseite-teaser .info-box h3:before,
.startseite-teaser .info-box h3:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #ddd;
}

.startseite-teaser .info-box h3:before {
    margin-right: 2%;
}

.startseite-teaser .info-box h3:after {
    margin-left: 2%;
}

.startseite-teaser .info-box h3 + div {
    text-align: center;
    padding-bottom: 32px;
}

.dl-box {
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.dl-box>div {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.dl-box--details {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.dl-box--details form {
    margin-top: auto;
}


.dl-box--details h4, .dl-box--details div {
    padding-bottom: 16px;
    margin: 0;
}


.dl-box--bild {
    width: 150px;
    height: 150px;

    background-color: rgba(45, 111, 158, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
}


.dl-box--bild img {
    max-width: 45px;
    max-height: 50px;
}

@media (min-width: 912px) {
    .dl-box {
        flex-wrap: unset;
    }

    .dl-box--details {
        padding: 24px;
    }

    .dl-box--bild {
        width: 266px;
        height: 266px;
    }
    .dl-box--bild img {
        max-width: unset;
        max-height: unset;
    }

}

.banner-mit-login--hilfe span a:hover,
.banner-mit-login--hilfe span a:focus,
.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > span a:hover,
.banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > span a:focus {
    text-decoration: underline;
}


/*******STARTSEITE Mobile-Ansicht********/

@media (max-width: 1140px) {
    .container-anmeldung-gesamt .banner-mit-login {
        margin-top: unset;
    }

    .banner-mit-login .banner-mit-login--rectangle > div:last-child > div {
        content: unset;
        flex: unset;
        border-left: unset;
        padding-left: unset;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .registrierung--container {
        padding-left: 30px;
    }

    .banner-mit-login .banner-mit-login--rectangle > div:first-child img#startseiteImg {
        display: none;
    }

    .willkommen-text {
        background: none;
        color: unset;
        position: unset;
        padding-left: unset;
    }

    .banner-mit-login .banner-mit-login--rectangle > div:first-child {
        width: 100%;
        padding-left: unset;
        background-color: rgba(45, 111, 158, 0.05);
    }

    .banner-mit-login .banner-mit-login--rectangle > div {
        padding-left: 2.5%;
    }
}

@media (max-width: 768px) {
    .container-anmeldung-gesamt {
        background-color: unset;
    }

    .banner-mit-login .banner-mit-login--rectangle {
        flex-direction: column;
        margin-top: 0px;
        height: auto;
    }

    .banner-mit-login .banner-mit-login--rectangle > div {
        width: 100%;
    }

    .banner-mit-login .banner-mit-login--rectangle > div:first-child {
        background: unset;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .registrierung--container {
        display: none;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container,
    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container {
        width: 100%;
        margin-top: 2%;
        margin-left: unset;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container,
    .banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container {
        height: auto;
        margin-bottom: unset;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-passwort-verge--container .email-passwort-container {
        margin: 5% 0;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container h3 {
        margin: 5% 0;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > span {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > div:last-child {
        display: block;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > div:last-child > div {
        color: #6c6c6c;
        text-transform: uppercase;
        margin-bottom: 2%;
        display: flex;
        align-items: center;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > div:last-child > div:before,
    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > div:last-child > div:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid #ddd;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > div:last-child > div:before {
        margin-right: 5%;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > div:last-child > div:after {
        margin-left: 5%;
    }

    .banner-mit-login .banner-mit-login--rectangle > div .login-elster--person--container > div:last-child > div + a {
        width: auto;
    }

    .startseite-teaser .info-box {
        margin: 5px 0 30px;
        display: block;
        content: "";
        flex: 1 1;
        border-top: 1px solid #ddd;
        padding: 30px 0 0;
    }

    .startseite-teaser .info-box h3:before,
    .startseite-teaser .info-box h3:after {
        content: unset;
        flex: unset;
        border-bottom: unset;
    }

    .startseite-teaser .info-box h3:before {
        margin-right: unset;
    }

    .startseite-teaser .info-box h3:after {
        margin-left: unset;
    }

    .startseite-teaser .info-box h3 + div {
        text-align: unset;
    }

    .startseite-teaser .info-box h3.info-box--title > span {
        padding: unset;
    }
    
	.feedback-formular_illustration{
		display: none !important;
	}	
	
	.feedback-formular_eingabe.ui-g-nopad.ui-g-6.ui-sm-12
    {
        width: 100%
    }
	
}

@media (max-width: 912px) {

    .button-bar-links {
        width: 100%;
    }

    .modal-container {
        width: 100%;
    }

    .breadcrumb .modal-container {
        width: unset;
    }
    
	.feedback_formular-button .modal-container {
		width: auto;
	}
}

/******BUGPORTAL-10771- STARTSEITE END************/


/* BUGPORTAL-12373 Deaktivieren einer Tabellenzeile */
.zeile-deaktiviert {
    pointer-events: none;
    color: #6c6c6c;
}

/* BUGPORTAL-12373 */


/* BEGINN Styling für Combobox (BUGPORTAL-12608) */
.input-search .combobox-button[type=button]:focus {
    background-color: #333;
}

.combobox-short .combobox-bar .combobox-listbox {
    width: calc(100% - 56px) !important;
    top: 70px;
}

.combobox-group .input-search {
    width: calc(100% - 40px);
}

/* invalid Styling für Button: */
.combobox-group:not(.disabled) .input-search.ui-state-error .combobox-button:not(:hover):not(:focus):after {
    border-color: #cd1408;
}

.combobox-group:not(.disabled) .input-search.ui-state-error .combobox-button:hover,
.combobox-group:not(.disabled) .input-search.ui-state-error .combobox-button:focus {
    background-color: #cd1408;
}

/* disabled Styling korrigieren: */
.combobox-group.disabled .input-search {
    outline: 1px solid #b2b2b2;
    background-color: #f2f2f2;
    box-shadow: none;
    color: #6c6c6c;
    cursor: not-allowed
}

/* CSS für Aufklapp-Icon: */
.combobox-group .combobox-button:after {
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
    height: 0.5rem;
    margin: auto;
    right: 0.78rem;
    top: 0.1rem;
    transform: rotate(45deg);
    transform-origin: center right;
    width: 0.5rem;
    z-index: 2;
    bottom: 0;
    content: "";
    pointer-events: none;
    position: absolute;
}

.combobox-group:not(.disabled) .combobox-button:hover:after,
.combobox-group:not(.disabled) .combobox-button:focus:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.combobox-group .combobox-button[aria-expanded=true]:after {
    right: 1.05rem;
    bottom: 0.3rem;
    transform: rotate(225deg);
}

/* Styling für aufklappbare Liste mit Vorschlägen */

.combobox-group .combobox-listbox {
    background-color: #fff;
    border: 2px solid;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    list-style: none;
    margin: 0;
    max-height: 250px;
    overflow: scroll;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 62px;
    width: calc(100% - 40px);
    z-index: 10
}

.combobox-group .combobox-listbox.focus .combobox-list[aria-selected=true] {
    background-color: #e2ecf2;
    border: 2px solid #2d6f9e;
    outline: 2px solid #2d6f9e;
    padding: .375rem .75rem
}

.combobox-group .combobox-list {
    border: 2px solid transparent;
    display: block;
    margin: 0;
    padding: .375rem .75rem
}

.combobox-group .combobox-list:hover {
    background-color: #e2ecf2;
    border: 2px solid #2d6f9e;
    padding: .375rem .75rem
}

.combobox-group .combobox-list:focus,
.combobox-group .combobox-list:focus-visible,
.combobox-group .combobox-list:focus-within {
    background-color: #e2ecf2;
    border: 2px solid #2d6f9e;
    outline: 2px solid #2d6f9e;
    padding: .375rem .75rem
}

.input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    width: 1%
}

.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
    z-index: 5
}

.input-group .combobox-button {
    position: relative;
    z-index: 2
}

.input-group .combobox-button:focus {
    z-index: 5
}

::selection {
    background-color: #2d6f9e;
    color: #fff;
}

/* Styling für Feldhilfe der Combobox */
.combobox-bar {
    display: flex;
}


/* ENDE Styling für Combobox */

.ui-g-12 .kein-padding-links {
    padding: .5em .5em .5em 0;
}

a.no-decoration:hover {
    text-decoration: none !important;
}

a.no-decoration {
    text-decoration: none;
}

.button-adresseingaben {
    border-color: transparent !important;
    font-weight: normal;
    justify-content: normal !important;
    width: calc(100% - 40px) !important;
}

.akkordeon.ui-g-12.ui-g-nopad .akkordeon-content ul {
    list-style: none;
}

.akkordeon.ui-g-12.ui-g-nopad .akkordeon-content ul li {
    margin-left: 0;
}

button.button-icon--right:not(.button-small) img {
    margin-left: 5px;
    vertical-align: -2px;
}

.box-checkbox > div.link-datenschutz {
    position: absolute;
    left: 9%;
}

.box-checkbox > div.link-datenschutz a:hover span,
.label-readonly.link-text a:hover,
.link-text a:hover {
    text-decoration: underline
}

@media (min-width: 425px) {
    .box-checkbox > div.link-datenschutz {
        left: 5.7%;
    }
}

@media (min-width: 1201px) {
    .box-checkbox > div.link-datenschutz {
        left: 4.2%;
    }

    .zollident-banner .img-container {
        background-image: url(../images/pictures/telefon.png);
        background-size: cover;
        position: relative;
        padding: 0 !important;
    }

    .zollident-banner .img-container:before {
        background-color: #f4f8fb;
        content: "";
        display: block;
        height: calc(100% - 20px);
        margin-top: 16px;
        position: relative;
        z-index: -1;
        box-sizing: border-box;
    }

    .zollident-banner .store-logos {
        background-color: transparent;
        bottom: 1.5rem;
        padding-bottom: 0;
        position: absolute;
        right: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        gap: 1rem;
    }
}

.zollident-banner .text-container p.content {
    padding-right: 24px;
    width: 100%;
	margin-top: 10px;
    margin-bottom: 15px;
    
}

.zollident-banner .info-link {
    display: inline-block;
}

@media (min-width: 816px) and (max-width: 1200px) {
    .zollident-banner .store-logos {
        gap: 1rem;
        display: flex;
        justify-content: right;
        padding-right: 14px;
    }

    .zollident-banner .img-container {
        background-color: #f4f8fb;
        display: flex;
        flex-direction: column; 
        justify-content: flex-end; 
        margin-top: 16px;
    }
}

@media (max-width: 815px) {
.zollident-banner .text-container {
        width: 100%;
    }

    .zollident-banner .img-container {
        background-color: #f4f8fb;
        width: 100%;
    }

    .zollident-banner .store-logos {
        gap: 1rem;
        padding-bottom: 1.5rem;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 650px) {
.zollident-banner .info-link {
        padding-right: 24px;
        width: 100%;
    }
}

@media (max-width: 405px) {
    .zollident-banner .store-logos {
        display: inline-block;
        text-align: center;
        margin-inline: 25px;
    }

    .zollident-banner .store-logos a {
        display: inline-block; 
    }
}

@media (min-width: 1024px) {
    .box-checkbox > div.link-datenschutz {
        left: 2.7%;
    }

    .zollident-container {
        height: 444px;
    }

    .alternativer-container {
        height: 444px;
    }
}

.form-wrapper.verification-code__wrapper input {
    margin-right: 0.5rem;
    text-align: center;
}

/* BUGPORTAL-12624 */
.card-registrieren-img img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 15%;
    margin-left: 25%;
    float: right;
}

/* Ende BUGPORTAL-12624 */

/* BUGPORTAL-12625 */
.card-registrieren-gesperrte-kachel p {
    background-color: #ff980c;
    color: #333;
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.card-registrieren .card-registrieren-img {
    float: right;
}

.hilfe-container button {
    border-radius: 50%;
    margin-right: 1.7rem;
    vertical-align: bottom;
    margin-top: 0.3rem;
}

.hilfe-container img {
    border-radius: 50%;
}

.anchor.hilfe-container {
    position: relative;
}

.anchor.hilfe-container a:hover,
.anchor.hilfe-container a:focus {
    font-family: bundessans;
    text-decoration: underline;
}

.hilfe-container a:hover button.button-secondary,
.hilfe-container a:focus button.button-secondary,
.hilfe-container button.button-secondary:hover,
.hilfe-container button.button-secondary:focus {
    background: rgb(45, 111, 158);
    border-color: rgb(45, 111, 158);
}

.hilfe-container a:hover button.button-secondary .button-icon,
.hilfe-container a:focus button.button-secondary .button-icon {
    filter: invert(100%) saturate(0) brightness(200%);
    -webkit-filter: invert(100%) saturate(0) brightness(200%);
    -moz-filter: invert(100%) saturate(0) brightness(200%);
}

.hilfe-container .feldhilfe-container .feldhilfe-container-text {
    align-self: flex-start;
    padding: 24px 32px 24px 32px;
    border-width: 0px;
    left: 0px;
    top: 0px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(45, 111, 158, 1);
    border-radius: 3px;
    -moz-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1568627450980392);
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1568627450980392);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1568627450980392);
    font-family: "BundesSans-Regular", "BundesSans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
}

.hilfe-container a:hover {
    font-family: Roboto-Regular, Roboto, sans-serif;
    font-size: 400;
    font-style: normal;
    text-decoration: underline;
    color: rgb(45, 111, 158);
    text-align: left;
    cursor: pointer;
}

/*Ende BUGPORTAL-12625*/

.breadcrumb {
    color: #2d6f9e;
    padding-top: 2em !important;
    padding-bottom: 1.5em !important;
}

.breadcrumb a {
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb img {
    scale: 1.8
}

.breadcrumb a span {
    padding-left: 0.5em;
    padding-right: 0.5em
}

.breadcrumb > span {
    padding-left: 0.5em;
}

.breadcrumb a:hover {
    color: #333;
    text-decoration: underline;
}

.home-icon {
    padding-right: 0.1em;
}

.chevron-icon {
    padding-left: 0.1em;
}


/* Styling-Anpassung outputKopierenButton */
.zugangscode-container {
    display: flex;
    align-items: center;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    max-width: fit-content;
    padding: 4px 16px;
    line-height: 16px;
    cursor: pointer;
}

.zugangscode-container button {
    height: 18px;
    width: auto;
    border: none;
    background-color: transparent;
    padding: 0 0 0 14px !important;
}

.zugangscode-container button:hover,
.zugangscode-container button:focus {
    border: none !important;
    background-color: transparent !important;
}

.zugangscode-container img {
    margin: 0 !important;
}

/* END outputKopierenButton */


/* Korrektur Feldhilfe auf MID01.04 */
#RID_01_04_004_feldhilfe,
#RID_08_06_006_feldhilfe {
    position: relative;
    top: -25px;
    left: 160px;
}

@media (max-width: 345px) {
    #RID_01_04_004_feldhilfe {
        left: 30px;
    }
}

/* END Feldhilfe */


/* START BUGPORTAL-12876 */

button.icon-ergaenzen img {
    content: url(/jakarta.faces.resource/images/icons/icon-file-add.svg.xhtml);
    width: 26px !important;
    height: 27px !important;
    margin-right: 0 !important;
    float: left;
    margin-top: -3px;
    color: black;
}

button.icon-zurueckziehen img {
    content: url(/jakarta.faces.resource/images/icons/icon-curved-arrow-left.svg.xhtml);
    width: 29px !important;
    height: 29px !important;
    margin-right: 0 !important;
    margin-top: -3px;
    float: left;
}

button:disabled.icon-zurueckziehen img {
    content: url(/jakarta.faces.resource/images/icons/icon-curved-arrow-left-gray.svg.xhtml);
}

/* ENDE BUGPORTAL-12876 */


/* START BUGPORTAL-13020 */

.mr-5px {
    margin-right: 5px !important;
}

.mr-14px {
    margin-right: 14px !important;
}


.link-uebersichtsseite {
    text-decoration: none;
    padding-left: 0 !important;
}

/* ENDE BUGPORTAL-13020 */

.registrierung-kontotyp__benutzer-hinzufuegen-container a {
    text-decoration: none;
}

.registrierung-kontotyp__benutzer-hinzufuegen-container a:hover,
.registrierung-kontotyp__benutzer-hinzufuegen-container a:focus {
    text-decoration: underline;
}

/* START BUGPORTAL-13358 - hilft OutputFormat Text analog zu RadioButton-Label zu formatieren und näher an RadioButtons ranzuziehen*/
.outputFormat-radiobutton {
    font-weight: 700;
    margin-bottom: 0.5rem !important;
}

/* ENDE BUGPORTAL-13358 */

/* START BUGPORTAL-13415 Radiobutton Style für focus angepasst*/

.input-radio [type=radio]:not(:checked):focus + span .input-radio-style:before {
    box-shadow: 0 0 0 2px #1f3347
}

.input-radio [type=radio]:checked:focus + span .input-radio-style:before {
    background-color: #1f3347;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #1f3347
}

/* ENDE BUGPORTAL-13415 */

/* ANFANG BUGPORTAL-13414 */

.box-checkbox > input:hover ~ label:before,
.box-checkbox > input:checked:hover ~ label:before,
.box-checkbox > input:focus ~ label:before,
.box-checkbox:checked:focus-visible ~ label:before,
.box-checkbox:focus-visible ~ label:before,
.box-checkbox:focus-visible,
box-checkbox:checked:focus-visible {
    outline: 3px solid #2D6F9E;
}

/* ENDE BUGPORTAL-13414 */

/*ANFANG BUGPORTAL-13250 & 13221*/

.feldnachricht-onecheckbox .error-hint--checkbox {
    margin-top: 1.5rem;
}

/*ENDE BUGPORTAL-13250 & 13221*/


/* Fix interne freistehende Links - HauptKomponente navigationLink*/

.link-intern--freistehend {
    display: inline-flex;
    align-items: baseline;
    gap: 5px;
    vertical-align: bottom;
    text-decoration: none;
}


.link-intern--freistehend:hover,
.link-intern--freistehend:focus,
.link-intern--freistehend:focus span,
.link-intern--freistehend-text:hover,
.link-uebersichtsseite:focus span,
.dienstleistungskachel-link:focus,
.dienstleistungskachel-link:hover {
    color: #333;
    text-decoration: underline;
}

.link-intern--freistehend:focus img,
.link-intern--freistehend:hover img,
.link-uebersichtsseite:focus img,
.link-uebersichtsseite:hover img,
.dienstleistungskachel-link:focus img,
.dienstleistungskachel-link:hover img {
    filter: brightness(0) saturate(0);
    text-decoration: none;
}

/* ENDE Fix interne freistehende Links */


/* START BUGPORTAL-13467 */
.card-row--4-uebersichtsseite {
    flex-basis: calc(25% - 12px);
}

/* ENDE BUGPORTAL-13467 */

.volle-spaltenbreite {
    min-width: 100%;
}

/* ANFANG BUGPORTAL-13492 */

/* nav-meta in theme.css bereits vorhanden, hierüber wird vertical-align:top hinzugefügt */
.nav-meta {
    vertical-align: top;
}

/* ENDE BUGPORTAL-13492 */


/* ANFANG BUGPORTAL-13054 */

.form-check-input:hover,
.form-check-input:focus-visible,
.feldhilfe-container-selectManyCheckbox:hover,
.feldhilfe-container-selectManyCheckbox:focus-visible {
    outline: 3px solid #2D6F9E;
}

/* ENDE BUGPORTAL-13054 */

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}


/* Fix BUGPORTAL-13161*/
.datatable-footer--alternative {
    background-color: #e8e8e8;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: flex-end;
    margin-top: -1.5rem;
    padding: 8px;
    width: 100%;
}

/* ENDE  BUGPORTAL-13161 */

.box-checkbox > input[disabled]:hover ~ label::before,
.box-checkbox > input[disabled]:not(:checked):hover ~ label::before,
.box-checkbox > input[disabled]:checked:hover ~ label::before,
.box-checkbox > input[disabled] ~ label::before {
    background-color: #fff;
    border-color: #666 !important;
    box-shadow: 0 0 0 0 #b2b2b2;
    opacity: .5;
    outline: none;
}

.form-check-input[disabled]:hover {
    outline: none;
}

.button-secondary.button-adresseingaben {
    border: 1px solid #1f3347;
}

.combo-button-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
}

.left-button {
    width: 200px;
    margin-bottom: 0.5em;
    height: 40px;
}

.right-button {
    margin-bottom: 0.5em;
}

@media (min-width: 781.1px) {
    .combo-button-bar {
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .left-button {
        flex: 1;
        text-align: left;
        margin-bottom: 0;
    }

    .right-button {
        margin-right: 0.5em;
        margin-bottom: 0;
    }
}

.postkorb-kachel > .link-uebersichtsseite,
.postkorb-kachel > a {
    padding-bottom: 16px;
    padding-top: 16px;
}

.modal-basis.modal-spinner {
    width: calc(100% - 24px);
    max-width: 500px;
}

.card.card-with-image {
    height: auto;
    box-shadow: none;
}

.linkAktuelleMel {
    font-size: 1rem;
    font-weight: 300;
}

button.button-secondary.ausloeser-button:hover,
button.button-secondary.ausloeser-button:focus,
button.button-secondary.ausloeser-button:active {
    border: 2px solid #1f3347;
    transform: none;
    transition: none;
}

.modal-buttons button {
    margin-bottom: .5rem;
    margin-top: 1rem;
    min-width: 2.5rem;
    width: auto;
}


tr > th > div > div > span,
tr > th > div > span {
    margin-right: 25px;
}

tr > th > div > div > span.anchor > button.button-feldhilfe,
tr > th > div > span.anchor > button.button-feldhilfe {
    right: 15px
}

.bottom-message-linebreak::after {
    content: "\a  ";
    white-space: pre;
}

.ui-datalist-empty-message {
    padding: 4px 0px !important;
}


.geburtsgruendungsdatum input[size] {
    width: calc(100% - 75px);
}

.geburtsgruendungsdatum .form-wrapper.date-container + .anchor {
    position: absolute;
    right: auto;
    top: auto;
}


.geburtsgruendungsdatum .date-container {
    padding-right: 0
}

.geburtsgruendungsdatum .form-wrapper.date-container ~ .anchor button:not(.fieldset-inline.range-date) {
    right: -10px
}

.title-margin-bottom {
    margin-bottom: calc(64px - 0.5em) !important;
}

.title-padding-top {
    padding-top: calc(64px - 1em) !important;
    margin-top: 0;
}

.card h4 a {
    text-decoration: underline;
}

.card-registrieren h4 a {
    text-decoration: none;
}

.umstid-display-flex {
    display: flex;
    gap: 0.25%;
}

.umstid-custom-width {
    width: 51.25%;
}

.label-disabled {
    color: #6c6c6c;
}

.footer-spalte h3 button:focus {
    border: none;
}

.nav-dienstleistungen ul h3 {
    background: #2d6f9e !important;
}

.nav-dienstleistungen ul h3:after {
    border-top: 10px solid #2d6f9e !important;
}

.personalausweis-login-icon,
.zollident-login-icon {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1140px) {

    .bug-nav-main li a,
    .bug-nav-sub {
        line-height: 18px;
        width: 100% !important;
        border-bottom: none !important;
    }

    .bug-nav-main li a:hover,
    .bug-nav-main li a:active,
    .bug-nav-main li a:focus,
    .bug-nav-main li a.nav-active,
    .bug-nav-sub.nav-active,
    .bug-nav-sub:hover,
    .bug-nav-sub:active,
    .bug-nav-sub:focus {
        text-decoration: underline !important;
        text-underline-offset: 4px;
        text-decoration-thickness: 3px !important;
    }
}


.nav-main li a:focus,
.nav-main li button:not(a.blocklink):focus {
    outline: 1px solid #b2b2b2 !important;
    outline-offset: 2px !important;
    transition: all .1s ease-i !important;
}


.info-box--title > .anchor {
    position: relative;
}

.box-dienstleistung-in-wartung.disabled,
.box-dienstleistung.locked {
    background-color: #f2f2f2;
    margin: 0;
}

.dienstleistungskachel-link-disabled {
    color: #999;
}

.break-words {
    word-break: break-all;
}

.link-authmittel {
    font-size: 1rem;
    vertical-align: top;
    margin-top: 0.5em;
}

.link-authmittel img {
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
}

.link-authmittel a:focus {
    outline-width: 2px;
    outline-color: var(--bs-navbar-color);
    outline-offset: 2px;
}

.authmittel-feldhilfe {
    padding: nopad;
    margin-top: 0.5em;
}

.button-authmittel-feldhilfe {
    margin-bottom: 3em !important;
}

.button-authmittel-feldhilfe:hover,
.button-authmittel-feldhilfe:focus {
    color: #333;
}

.hyphens-manual {
    hyphens: manual;
}

.content {
    width: 66.6667%;
    float: left;
}

.content-zweispaltig {
    width: 33.3333%;
    float: left;
}


/* Small Breakpoint */
@media (max-width: 576px) {

    .ui-g-12:has(.container-icon-herkunft) > .content,
    .ui-g-12:has(.container-icon-herkunft) > .content-zweispaltig {
        width: 75%;
    }

    .content {
        width: 100%;
    }

    .content-zweispaltig {
        width: 100%;
    }

    .button-bar.button-bar--wrapper * {
        width: 100%;
    }

    .button-bar.button-bar--wrapper,
    .button.button-secondary,
    .button.button-primary {
        margin-left: unset;
    }

    .form-wrapper.ui-g-6.ui-sm-12.mt-24.ui-g-nopad input {
        width: 100%;
    }

    .button--mobil-full-screen button {
        width: 100%;
        margin: .5rem 0 !important;
    }

    .button--mobil-full-screen .button-bar {
        align-items: normal !important
    }

    .card-registrieren-gesperrte-kachel {
        width: 100% !important;
    }

    .progress-stepper .progress-stepper--desktop.side-navigation.side-navigation--desktop {
        margin-right: unset;
    }
    
    .button-bar.button-bar--wrapper.feedback_formular-button {
        gap: 1rem;
    }
    
    .feedback-formular .form-wrapper.ui-g-12.ui-sm-12.ui-g-nopad input {
		width: 100%;
	}
}

@media (min-width: 576px) {
    .ds-starrating_label {
        max-width: 25rem;
    }
    
    .feedback_formular-button{
    	flex-direction: row !important;
    }
}

@media (min-width: 642px) {

    .link-authmittel {
        padding: 0 0.5em !important;
        margin-top: 0em;
    }

    .link-authmittel img {
        margin-left: 0.8em;
    }

    .authmittel-feldhilfe {
        padding: inherit !important;
        margin-left: 0em;
        margin-top: 0em;
    }
}


@media screen and (max-width: 560.1px) {
    .container-cards {
        justify-content: flex-start;
        flex-direction: column;
        gap: 16px;
    }
}

@media screen and (max-width: 560.1px) {
    .teaser-dienstleistungen {
        flex-direction: column;
        gap: 32px;
    }
}


/* Fix BUGPORTAL-15073 */

.table-container--overflow table:focus {
    outline: 2px solid #1f3347;
    outline-offset: -2px;
    z-index: 1
}

/* END BUGPORTAL-15073 */

.pd-l-r-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Fix BUGPORTAL-14891 */

.label-ueberlaenge button {
    min-width: 180px;
    width: auto;
    white-space: nowrap;
}

/* END BUGPORTAL-14891 */


.box-select.error select:focus,
.box-select.ui-state-error select:focus {
    box-shadow: none;
    outline: 2px solid #cd1408
}

article.ui-g-12.card-registrieren > .ui-g-12 > span {
    width: 472px;
    height: 21px;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    font-family: 'BundesSans', sans-serif;
    color: #6c6c6c;
    text-align: left;
    line-height: 21px;
}

.mr-8px {
    margin-right: 8px !important;
}

.zollident-code-container {
    margin-top: 30px;
}

.zollident-textcode {
    padding-top: 10px;
    padding-bottom: 16px;
    width: 100%;
}

.zollident-infotext {
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #6c6c6c;
}


.zollident-banner {
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

.zollident-banner .text-container {
    margin-top: 16px;
    padding: 1.5rem 0 1.5rem 1.5rem !important;
    background-color: #f4f8fb;
}

.zollident-banner .header {
    display: flex;
    gap: 1rem;
}

.zollident-banner .header h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.zollident-banner .header p {
    color: #6c6c6c;
}

.zollident-banner .content {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.zollident-banner .store-logos a {
    line-height: 0;
    margin-bottom: 4px;
}

.zollident-banner .store-logos a:focus,
.zollident-banner .store-logos a:hover {
    outline: #000000 solid .125rem;
    outline-offset: 0.125rem;
    border-radius: 5px;
}

.app-logos {
    border-radius: 5px;
}

.button-rechts {
    float: right;
}

/*Verhindert, dass Primefaces v14.0.2 CommandButtons einen loading indicator haben */
.ui-state-loading.ui-button-text-only .ui-icon-loading + .ui-button-text {
    opacity: inherit;
}

.ui-state-loading .ui-icon-loading {
    display: none;
}

.ui-state-loading .ui-icon:not(.ui-icon-loading) {
    display: inherit;
}

.download-card{
	background-color: #f4f5f6;
	padding: 34px 30px !important;
	margin-top: 36px;
	
}


#RID_01_17_000_form\:RID_01_17_download\:download{ 
	border:none;
	min-width: auto;
	height: auto;
	background-color: rgba(0,0,0,0);
	line-height: 22px;
	padding: 0px;
}


#RID_01_17_000_form\:RID_01_17_download\:download:focus{ 
	color: #2d6f9e;
}


#RID_01_17_000_form\:RID_01_17_download\:download:hover{ 
	background-color: rgba(0,0,0,0);	
	border:none;
	color: #1f3347;
	text-decoration: underline;
}


#RID_01_17_000_form\:RID_01_17_download\:download:active{ 
	transform: none;
	color: #2d6f9e;
}


#RID_01_17_000_form\:RID_01_17_download\:download img{	
	filter: none;
}


#RID_01_17_000_form\:RID_01_17_download\:download img:hover{ 
	background-color: rgba(0,0,0,0);	
	border:none;
	color: #2d6f9e;
}

.download-card button img:hover{
	background-color: rgba(0,0,0,0);
	color: #2d6f9e;
	filter: none;
	-webkit-filter: none;
}

.download-card span{
	font-size: 14px;
	color: #6c6c6c;
	padding-left: 29px;
	line-height: 20px;
}
.download-card span:hover{
	color: #6c6c6c;
	text-decoration: none;
}

div:has(#dateneingabe\:RID_01_15_008\:commandLink){
	margin-top: 2.4rem;
}

@media (max-width: 781.1px) {
	.ui-g-nopad.button-bar.button--mobil-full-screen {
		flex-direction: row;
	}
}

@media (min-width: 576.1px) {
    .button-bar {
        align-items: flex-end;
        flex-direction: row !important;
    }
}

@media (max-width:540px) {
	.ui-g-nopad.button-bar.button--mobil-full-screen {
		flex-direction: column;
	}
}

.ds-starrating fieldset {
    border: unset;
    padding: 0 0 1rem;
}

.ds-starrating sup.pflichtfeld {
	color:rgb(51, 51, 51)
}

.ds-starrating_headline {
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.2;
    padding: 2px 0 6.4px;
}
.ds-starrating_input-group {
    gap: 0.25rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.ds-starrating_label {
    background: 50% / contain no-repeat
            url('data:image/svg+xml;charset=utf-8,<svg height="56" width="56" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M28 3.948c.721 0 1.36.465 1.583 1.15l5.187 15.957h16.777a1.665 1.665 0 0 1 .977 3.013l-13.58 9.849 5.186 15.955a1.665 1.665 0 0 1-2.562 1.862L27.999 41.87l-13.58 9.863a1.665 1.665 0 0 1-2.563-1.862l5.186-15.956-13.567-9.849a1.665 1.665 0 0 1 .978-3.012H21.23L26.416 5.1A1.665 1.665 0 0 1 28 3.949zM28 11l-3.977 12.235a1.665 1.665 0 0 1-1.583 1.15H9.58l10.397 7.548c.584.424.828 1.175.605 1.862l-3.976 12.234 10.415-7.563a1.665 1.665 0 0 1 1.957 0l10.4 7.56-3.976-12.231a1.665 1.665 0 0 1 .606-1.863l10.406-7.547H33.56c-.721 0-1.36-.464-1.583-1.15z" fill="%232d6f9e" fill-rule="evenodd"/></svg>'),
        linear-gradient(0deg, rgba(45, 111, 158, 0.06), rgba(45, 111, 158, 0.06)), #fff;
    background-size: 1.5rem;
    padding: 1.75rem 9.75%;
}

.ds-starrating_label:first-of-type {
    border-radius: 0.1875rem 0 0 0.1875rem;
}
.ds-starrating_label:last-of-type {
    border-radius: 0 0.1875rem 0.1875rem 0;
}
.ds-starrating_label:is(:hover) {
    background: 50% / contain no-repeat
            url('data:image/svg+xml;charset=utf-8,<svg height="56" width="56" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M29.583 5.099a1.665 1.665 0 0 0-3.166 0L21.23 21.055H4.453a1.665 1.665 0 0 0-.978 3.012l13.567 9.85-5.186 15.955a1.665 1.665 0 0 0 2.562 1.862L28 41.871l13.568 9.863a1.665 1.665 0 0 0 2.562-1.862l-5.186-15.955 13.58-9.85a1.665 1.665 0 0 0-.977-3.012H34.77z" fill="%232d6f9e" fill-rule="evenodd"/></svg>'),
        linear-gradient(0deg, rgba(45, 111, 158, 0.06), rgba(45, 111, 158, 0.06)), #fff;
    background-size: 1.5rem;
    box-shadow: inset 0 -3px 0 0 #2d6f9e;
}
.ds-starrating .ds-starrating_label:has(~ input:checked),
.ds-starrating input:checked + .ds-starrating_label {
    background: 50% / contain no-repeat
            url('data:image/svg+xml;charset=utf-8,<svg height="56" width="56" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M29.583 5.099a1.665 1.665 0 0 0-3.166 0L21.23 21.055H4.453a1.665 1.665 0 0 0-.978 3.012l13.567 9.85-5.186 15.955a1.665 1.665 0 0 0 2.562 1.862L28 41.871l13.568 9.863a1.665 1.665 0 0 0 2.562-1.862l-5.186-15.955 13.58-9.85a1.665 1.665 0 0 0-.977-3.012H34.77z" fill="%232d6f9e" fill-rule="evenodd"/></svg>'),
        linear-gradient(0deg, rgba(45, 111, 158, 0.06), rgba(45, 111, 158, 0.06)), #fff;
    background-size: 1.5rem;
}
.ds-starrating_input:checked:disabled ~ .ds-starrating_label {
    background: 50% / contain no-repeat
            url('data:image/svg+xml;charset=utf-8,<svg height="56" width="56" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M28 3.948c.721 0 1.36.465 1.583 1.15l5.187 15.957h16.777a1.665 1.665 0 0 1 .977 3.013l-13.58 9.849 5.186 15.955a1.665 1.665 0 0 1-2.562 1.862L27.999 41.87l-13.58 9.863a1.665 1.665 0 0 1-2.563-1.862l5.186-15.956-13.567-9.849a1.665 1.665 0 0 1 .978-3.012H21.23L26.416 5.1A1.665 1.665 0 0 1 28 3.949zM28 11l-3.977 12.235a1.665 1.665 0 0 1-1.583 1.15H9.58l10.397 7.548c.584.424.828 1.175.605 1.862l-3.976 12.234 10.415-7.563a1.665 1.665 0 0 1 1.957 0l10.4 7.56-3.976-12.231a1.665 1.665 0 0 1 .606-1.863l10.406-7.547H33.56c-.721 0-1.36-.464-1.583-1.15z" fill="%231f3347" fill-rule="evenodd"/></svg>'),
        transparent;
    background-size: 1.5rem;
}
.ds-starrating_input:disabled + .ds-starrating_label,
.ds-starrating_input:disabled:checked + .ds-starrating_label {
    background: 50% / contain no-repeat
            url('data:image/svg+xml;charset=utf-8,<svg height="56" width="56" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M29.583 5.099a1.665 1.665 0 0 0-3.166 0L21.23 21.055H4.453a1.665 1.665 0 0 0-.978 3.012l13.567 9.85-5.186 15.955a1.665 1.665 0 0 0 2.562 1.862L28 41.871l13.568 9.863a1.665 1.665 0 0 0 2.562-1.862l-5.186-15.955 13.58-9.85a1.665 1.665 0 0 0-.977-3.012H34.77z" fill="%231f3347" fill-rule="evenodd"/></svg>'),
        transparent;
    background-size: 1.5rem;
}
.ds-starrating_input:focus-visible + .ds-starrating_label {
    background: 50% / contain no-repeat
            url('data:image/svg+xml;charset=utf-8,<svg height="56" width="56" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M29.583 5.099a1.665 1.665 0 0 0-3.166 0L21.23 21.055H4.453a1.665 1.665 0 0 0-.978 3.012l13.567 9.85-5.186 15.955a1.665 1.665 0 0 0 2.562 1.862L28 41.871l13.568 9.863a1.665 1.665 0 0 0 2.562-1.862l-5.186-15.955 13.58-9.85a1.665 1.665 0 0 0-.977-3.012H34.77z" fill="%232d6f9e" fill-rule="evenodd"/></svg>'),
        linear-gradient(0deg, rgba(45, 111, 158, 0.09), rgba(45, 111, 158, 0.09)), #fff;
    background-size: 1.5rem;
}
.ds-starrating_input:focus-visible + .ds-starrating_label::before {
    border-radius: 0.125rem;
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    outline: 0.125rem solid #1f3347;
    outline-offset: 0.125rem;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.ds-starrating_input:active + .ds-starrating_label {
    background: 50% / contain no-repeat
            url('data:image/svg+xml;charset=utf-8,<svg height="56" width="56" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M29.583 5.099a1.665 1.665 0 0 0-3.166 0L21.23 21.055H4.453a1.665 1.665 0 0 0-.978 3.012l13.567 9.85-5.186 15.955a1.665 1.665 0 0 0 2.562 1.862L28 41.871l13.568 9.863a1.665 1.665 0 0 0 2.562-1.862l-5.186-15.955 13.58-9.85a1.665 1.665 0 0 0-.977-3.012H34.77z" fill="%232d6f9e" fill-rule="evenodd"/></svg>'),
        linear-gradient(0deg, rgba(45, 111, 158, 0.12), rgba(45, 111, 158, 0.12)), #fff;
    background-size: 1.5rem;
    box-shadow: inset 0 -3px 0 0 #2d6f9e;
}

.feedback_formular_h.datenschutz_hr{
	margin: 2rem 0 !important;
}

.feedback-formular_illustration img{
	max-width: 100%;
}

.feedback-formular_illustration {
	display: flex;
    justify-content: center;
    padding: 0 0 0 2rem !important;
}

.feedback_formular-button.button-bar{
    justify-content:space-between !important;
    }


.feedback-formular_inhalt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ds-starrating_input-group.ui-state-error {
	border: 1px solid #cd1408;
    box-shadow: inset 0 0 0 1px #cd1408;
    padding: 0.1rem;
    display: inline-flex;
}

.feedback_formular-button .button-secondary, 
.feedback_formular-button button.button-secondary[disabled] {
	border: none !important;
}

.feedback_formular-button .button-secondary:hover,
.feedback_formular-button .button-secondary:focus 
{
    background: #fff;
    color: #2d6f9e !important;}


.feedback_formular-button .button-secondary:hover .button-icon,
.feedback_formular-button .button-secondary:focus .button-icon{
    filter: none;
}

.feedback_formular-button .button-secondary, 
.feedback_formular-button button.button-secondary[disabled] {
	border: none !important;
}


.feedback_formular-button button.button-secondary[disabled] .button-icon{
	filter: grayscale(1) opacity(0.5);
}

.feedback_formular-button .button-icon {
    max-width: 15px;
}

.feedback-formular .ui-hline {
	padding: 0px !important
}

.feedback-formular .combobox-group .input-search,
.feedback-formular input,
.feedback-formular .box-select,
.feedback_kontakte_input h3 {
	width: 100%;
}

.feedback_kontakte_input .content-zweispaltig {
    width: 48%;
}

.feedback_kontakte_input {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-content: space-around;
	flex-wrap: wrap;
}

.infobox-basis {
    background: #fff;
    border: 2px solid #2d6f9e;
    box-shadow: 3px 4px 3px 0 hsla(0, 0%, 70%, .3);
    margin-bottom: .5rem;
    min-width: 200px;
    padding: 1rem 16px .5rem 20px;
    border-radius: .375rem;
}

.infobox-error {
    border-color: #cd1408;
    box-shadow: inset .4375rem 0 0 #CD1408;
    background-color: #FEFCFC;  
}

.infobox-warnung {
	border-color: #ff980c;
	box-shadow: inset .4375rem 0 0 #FF980C;
	background-color: #FDFEFE;
}

.infobox-erfolg {
	border-color: #008A27;
	box-shadow: inset .4375rem 0 0 #008A27;
	background-color: #FCFDFC;
}

.infobox-information {
	border-color: #2D6F9E;
	box-shadow: inset .4375rem 0 0 #2D6F9E;
	background-color: #FDFEFE;
}

.infobox-grau {
	border-color: #E9F0F5;
	box-shadow: inset .4375rem 0 0 #E9F0F5;
	background-color: #FCFDFE;
}

.infobox-container {
	gap: 0.5rem; 
	align-items: flex-start; 
	padding: 0.5rem; 
	padding-left: 1rem;
}

.vertrauensniveauNiedrig {
	color: #cd1408;
}

.vertrauensniveauHoch {
	color: #008A27;
}

.upgradelinkText {
	padding-left: 0.5em;
}

.zollident-deeplink {
    text-wrap: wrap;
    height: auto;
    @media  (min-width: 576.1px){
        display: none;
    }
}
