/* input(3334,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(3344,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(3354,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(3372,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(3466,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(3485,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(3495,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media'
input(3593,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(3598,1): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
input(3615,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@media' */
@charset "UTF-8";
html, body {
    font-size: 16px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

h5 {
    font-size: 0.9rem;
    font-weight: bold;
}

.card-teaser {
    text-align: center;
    font-size: 5rem;
    color: gray;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.card:hover .card-teaser,
.card:focus .card-teaser {
    transform: scale(1.05);
}

.card {
    border: 0px;
    background: transparent;
}

p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

ul > li {
    font-size: 0.9rem;
}

.mr-top {
    margin-top: 1rem;
}

small {
    font-size: 100%;
}

#mitte {
    display: flex;
    flex-direction: row;
    height: calc(100% - 55px);
    width: 100%;
}

#topbar {
    display: flex;
    min-height: 55px;
    height: 55px;
    max-height: 55px;
    width: 100%;
}

#sidebar {
    display: flex;
    height: 100%;
    width: 420px;
}

#content-container {
    width: 100%;
}

#content {
    display: flex;
    width: 100%;
    height: auto;
}

#footer {
    position: relative;
    bottom: 0px;
    height: 10px;
    width: 100%;
}

#mobileNavigation {
    display: flex;
}

.elog-layout-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: -moz-hidden-unscrollable;
}

.elog-kacheln-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-start;
    padding-top: 0.25rem;
}

.elog-kachel-wrapper {
    display: flex;
    padding: 0rem 1rem 1rem 0rem;
    /* Absichtlich dringelassen für alternatives Design */
    width: 380px;
}

.elog-kachel-wrapper .elog-kachel {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    font-size: 13px;
    border: 1px #dadce0 solid;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-head {
    display: flex;
    flex-direction: row;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    height: 100%;
    width: 100%;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-top {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-top .elog-kachel-tail-top-links {
    display: flex;
    flex-direction: column;
    flex-grow: 3;
    flex-shrink: 3;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-top .elog-kachel-tail-top-links h1, .elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-top .elog-kachel-tail-top-links h2 {
    font-family: "Segoe UI" !important;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-top .elog-kachel-tail-top-links h1 {
    font-size: 1.325em;
    font-weight: normal;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-top .elog-kachel-tail-top-links h2 {
    font-size: 1.1em;
    font-weight: normal;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-top .elog-kachel-tail-top-rechts {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: end;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-body {
    padding-bottom: 1rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-bottom {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: end;
    align-content: center;
    margin-top: auto;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-bottom .elog-kachel-tail-aktionen {
    display: flex;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-bottom .elog-kachel-tail-aktionen .fmh-btn {
    margin-left: 0.5rem;
    margin-top: 0rem;
}

.elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-bottom .elog-kachel-tail-aktionen .fmh-btn-secondary {
    display: flex;
}

.fmh-textarea-field, .fmh-select-classic-field, .fmh-string-field, .fmh-datetime-field, .fmh-select-field, .dropzone-zone {
    width: 24rem;
}

.fmh-textarea-field, .fmh-select-classic-field, .fmh-string-field, .fmh-datetime-field, .fmh-select-field {
    margin-bottom: 10px;
}

/*
.mdc-text-field:not(:first-of-type), .mdc-date:not(:first-of-type), .fmh-select-container:not(:first-of-type), .mdc-form-field:not(:first-of-type) {
    margin-top: $siwf-abstand-m;
}

.mdc-date:not(:first-of-type) {
    margin-top: $siwf-abstand;
}
*/
.spacer {
    height: unset !important;
}

.prozedur-form {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

#ProzedurenContainer {
    padding-top: 0.75rem;
}

.prozedur-form-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.prozedur-form-2 .prozedur-form-flex-direction-column:not(:first-child) {
    padding-left: 1.25rem;
    margin-top: 0;
}

.prozedur-form-2 .prozedur-form-flex-direction-column {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
}

.prozedur-form-2 .prozedur-form-flex-direction-column .fmh-string-field, .prozedur-form-2 .prozedur-form-flex-direction-column .fmh-datetime-field, .prozedur-form-2 .prozedur-form-flex-direction-column .fmh-select-field {
    width: 100%;
}

.prozedur-form-1 {
    display: flex;
    flex-direction: row;
    margin-top: 0.25rem;
}

.prozedur-form-1 .prozedur-form-flex-direction-column {
    width: 100%;
}

.prozedur-form-1 .prozedur-form-flex-direction-column .fmh-select-field {
    width: 100%;
}

.elog-button-container {
    display: flex;
    flex-direction: row;
    padding-bottom: 1rem;
}

.elog-button-container button:not(:first-child), .elog-button-container div:not(:first-child) {
    margin-left: 1rem;
}

.prozedur-form-flex-direction-column {
    display: flex;
    flex-direction: column;
}

.systemmeldung .systemmeldung-content {
    background-color: #ffe3bc;
    padding: 1rem;
    border-radius: 4px;
    margin: 0 1rem 1rem 0;
}

.systemmeldung-wizard {
    padding: 0rem 0rem 1rem 0rem;
}

.systemmeldung-wizard .systemmeldung-wizard-content {
    background-color: #ffe3bc;
    padding: 1rem;
    border-radius: 4px;
}

.systemmeldung-wizard .systemmeldung-wizard-info {
    background-color: #DCE1E6;
    padding: 1rem;
    border-radius: 4px;
}

.elog-width-24-rem {
    width: 24rem;
}

.elog-flex-grid {
    display: flex;
    flex-direction: column;
    border: 0.1px #dadce0 solid;
    border-radius: 4px;
    padding: 1.25rem;
    background-color: #fff;
}

.elog-flex-grid:not(:first-of-type) {
    margin-top: 1.25rem;
}

.elog-flex-grid--row {
    display: flex;
    flex-direction: row;
    min-height: 50px;
}

.elog-flex-grid--row:not(:first-child) {
    padding-top: 1rem;
}

.elog-flex-grid--row:not(:last-child) {
    border-bottom: 0.1px #dadce0 solid;
    padding-bottom: 1rem;
}

.elog-flex-grid--col {
    display: flex;
    flex-direction: column;
}

.elog-flex-grid--title {
    white-space: nowrap;
    font-size: 0.7rem;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.033em;
    font-weight: bold;
}

.elog-flex-grid--entry {
    padding-top: 0.5rem;
}

table.elog-tabelle {
    background-color: #fff;
    border: 0.1px #dadce0 solid;
    border-radius: 4px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    width: 24rem;
}

table.elog-tabelle tbody tr td {
    padding-top: 0.1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.1rem;
}

table.elog-tabelle tbody tr:first-child td {
    padding-top: 1rem;
}

table.elog-tabelle tbody tr:last-child td {
    padding-bottom: 1rem;
}

.modal-body .elog-tabelle {
    width: 100% !important;
}

.modal-body .elog-tabelle tbody tr td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal-body .elog-tabelle tbody tr td:first-child {
    padding-left: 1rem;
    width: 150px;
}

.modal-body .elog-tabelle tbody tr td:last-child {
    padding-right: 1rem;
}

.prozedurbezeichnung {
    font-size: 1.2rem;
    padding: 0.25rem;
    background-color: #efefef;
}

#Prozedur-content {
    padding-bottom: 2.5rem;
}

.dropdown-menu {
    border-radius: 4px;
}

.dropdown-menu .dropdown-item {
    color: #373749;
}

.dropdown-menu .dropdown-item:hover {
    color: #fff !important;
    background-color: #3C5587;
}

.navbar-toggler {
    color: #fff !important;
}

.card-body {
    padding-left: 0px;
}

.input-group-text .material-icons {
    padding: 0px;
}

.navbar.fixed-top {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.simplebar-track.simplebar-vertical {
    width: 8px !important;
}

h1 {
    font-size: 1.2rem;
    font-weight: 600;
}

hr {
    border-color: rgba(0, 0, 0, 0);
    margin-top: 0.5rem;
    margin-bottom: 0.85rem;
}

.awt-header {
    font-size: 0.8rem;
    color: #545454;
}

.card-body {
    padding-top: 0.5rem;
}

.awt-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 0.5rem !important;
}

.awt-link img.wbtitel-typ-icon {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.3rem;
}

.awt-link .wbtitel-aendern-icon {
    visibility: hidden;
}

.awt-link:hover .wbtitel-aendern-icon {
    visibility: visible;
}

form {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.modal form {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.spacer {
    height: 1.8rem;
}

.fmh-hinweistext {
    background-color: #ffe3bc;
    padding: 1rem;
    border-radius: 4px;
}

.kachel-tabelle {
    border-collapse: collapse;
    font-size: 0.7rem;
    width: 100%;
    max-width: 400px !important;
}

.kachel-tabelle caption {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: left;
    caption-side: top;
    color: #16161d;
    font-weight: bold;
}

.kachel-tabelle tbody tr td {
    padding: 0.25rem 1.25rem 0.25rem 0rem;
}

.kachel-tabelle thead tr th, .kachel-tabelle tbody tr td {
    max-width: 140px;
}

@media screen and (max-width: 1425px) {
    .card-body {
        display: flex;
    }
}

@media screen and (max-width: 280px) {
    .navbar-brand img {
        width: 71px;
        height: 18px;
    }
}

.fmh-benutzer-mobile {
    display: flex;
    align-items: center;
}

.fmh-check-sign i.material-icons {
    color: #56AC79 !important;
}

.tab-prozeduren {
    display: none;
    height: auto;
    padding-bottom: 1.5rem;
}

#konzept-navigator {
    display: block;
    height: 180px;
    overflow: auto;
    margin-bottom: 0.5rem;
}

.sn-ch {
    text-align: right;
}

.tab-active {
    color: #000 !important;
    background-color: #F3F2F1 !important;
    border-bottom: 2px solid #3C5587;
}

.tab-active:hover {
    background: #DCDCDC !important;
}

.tab-inactive {
    color: #000 !important;
    background-color: #fff !important;
    border-bottom: 2px solid #d9d9d9;
}

.tab-inactive:hover {
    background: #DCDCDC !important;
    border-bottom: 2px solid #DCE1E6;
}

#sidebar .ueberschrift-psy-lernziele, .mobile-menu-container .ueberschrift-psy-lernziele {
    margin-top: -13px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-right: 0rem;
}

#sidebar .ueberschrift-psy-lernziele span, .mobile-menu-container .ueberschrift-psy-lernziele span {
    display: flex;
}

.liste-psy-lernziele {
    margin-top: -13px;
}

.psy-lernziel-link {
    display: none;
}

anzeigen.liste-psy-lernziele {
    display: initial;
}

.psy-lernziele-btn {
    display: none;
}

.psy-lernziele-btn.aktiv {
    display: initial;
}

.psy-lernziele-btn i {
    margin-top: -5px;
    margin-left: -4px;
}

.psy-lernziele-auswertung--tabelle {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 0.7rem;
}

.psy-lernziele-auswertung--tabelle thead tr th {
    padding: 0.5rem 1rem 0.5rem 1rem;
    white-space: nowrap;
}

.psy-lernziele-auswertung--tabelle thead tr th:last-child {
    border-right: 0.1px #ccc solid;
}

.psy-lernziele-auswertung--tabelle thead tr th.psy-lernziele-auswertung--col-left {
    text-align: left;
}

.psy-lernziele-auswertung--tabelle thead tr th.psy-lernziele-auswertung--col-right {
    text-align: center;
    width: 100px;
}

.psy-lernziele-auswertung--tabelle thead tr:first-child th:not(:first-child) {
    border-top: 0.1px #ccc solid;
}

.psy-lernziele-auswertung--tabelle thead tr:first-child th:first-child {
    border-top: 0.1px #ccc solid;
    border-left: 0.1px #ccc solid;
    border-top-left-radius: 4px;
}

.psy-lernziele-auswertung--tabelle thead tr:first-child th:last-child {
    border-top: 0.1px #ccc solid;
    border-right: 0.1px #ccc solid;
    border-top-right-radius: 4px;
}

.psy-lernziele-auswertung--tabelle thead tr:last-child th {
    border-bottom: #ccc;
}

.psy-lernziele-auswertung--tabelle tbody tr td {
    padding: 0.5rem;
}

.psy-lernziele-auswertung--tabelle tbody tr td:first-child {
    border-left: 0.1px #ccc solid;
}

.psy-lernziele-auswertung--tabelle tbody tr td:last-child {
    border-right: 0.1px #ccc solid;
}

.psy-lernziele-auswertung--tabelle tbody tr td.psy-lernziele-auswertung--feld {
    padding: 0.5rem 1rem;
    border-top: 0.1px #ccc solid;
}

.psy-lernziele-auswertung--tabelle tbody tr td.psy-lernziele-auswertung--item {
    padding-left: 2rem;
}

.psy-lernziele-auswertung--tabelle tbody tr td.psy-lernziele-auswertung--col-left {
    text-align: left;
}

.psy-lernziele-auswertung--tabelle tbody tr td.psy-lernziele-auswertung--col-right {
    text-align: center;
    width: 100px;
}

.psy-lernziele-auswertung--tabelle tbody tr:last-child td:not(:first-child) {
    border-bottom: 0.1px #ccc solid;
}

.psy-lernziele-auswertung--tabelle tbody tr:last-child td:first-child {
    border-left: 0.1px #ccc solid;
    border-bottom: 0.1px #ccc solid;
    border-bottom-left-radius: 4px;
}

.psy-lernziele-auswertung--tabelle tbody tr:last-child td:last-child {
    border-right: 0.1px #ccc solid;
    border-bottom: 0.1px #ccc solid;
    border-bottom-right-radius: 4px;
}

.prozeduren-tabelle {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    font-size: 0.7rem;
}

.prozeduren-tabelle thead tr th {
    padding: 0.5rem 1rem 0.5rem 1rem;
    white-space: nowrap;
}

.prozeduren-tabelle thead tr th.prozeduren-col-left {
    text-align: start;
    border-right: 0.1px #ccc solid;
}

.prozeduren-tabelle thead tr th.prozeduren-col-center {
    text-align: center;
    border-right: 0.1px #ccc solid;
    border-bottom: 0.1px #ccc solid;
    width: 100px;
}

.prozeduren-tabelle thead tr th.prozeduren-col-right {
    text-align: center;
    border-right: 0.1px #ccc solid;
    border-bottom: 0.1px #ccc solid;
    width: 100px;
}

.prozeduren-tabelle thead tr th:first-child {
    border-left: 0.1px #ccc solid;
}

.prozeduren-tabelle thead tr th:last-child {
    border-right: 0.1px #ccc solid;
}

.prozeduren-tabelle thead tr:first-child th:not(:first-child) {
    border-top: 0.1px #ccc solid;
}

.prozeduren-tabelle thead tr:first-child th:first-child {
    border-top: 0.1px #ccc solid;
    border-left: 0.1px #ccc solid;
    border-top-left-radius: 4px;
}

.prozeduren-tabelle thead tr:first-child th:last-child {
    border-top: 0.1px #ccc solid;
    border-right: 0.1px #ccc solid;
    border-top-right-radius: 4px;
}

.prozeduren-tabelle thead tr:last-child th {
    border-bottom: #ccc;
}

.prozeduren-tabelle tbody tr td {
    padding: 1rem;
    border-bottom: 0.1px #ccc solid;
}

.prozeduren-tabelle tbody tr td.prozeduren-col-left {
    text-align: start;
    border-right: 0.1px #ccc solid;
}

.prozeduren-tabelle tbody tr td.prozeduren-col-center {
    text-align: center;
    border-right: 0.1px #ccc solid;
}

.prozeduren-tabelle tbody tr td.prozeduren-col-right {
    text-align: center;
    border-right: 0.1px #ccc solid;
}

.prozeduren-tabelle tbody tr td:first-child {
    border-left: 0.1px #ccc solid;
}

.prozeduren-tabelle tbody tr td:last-child {
    border-right: 0.1px #ccc solid;
}

.prozeduren-tabelle tbody tr:last-child td:not(:first-child) {
    border-bottom: 0.1px #ccc solid;
}

.prozeduren-tabelle tbody tr:last-child td:first-child {
    border-left: 0.1px #ccc solid;
    border-bottom: 0.1px #ccc solid;
    border-bottom-left-radius: 4px;
}

.prozeduren-tabelle tbody tr:last-child td:last-child {
    border-right: 0.1px #ccc solid;
    border-bottom: 0.1px #ccc solid;
    border-bottom-right-radius: 4px;
}

.prozeduren-tabelle .child-row:hover {
    background-color: transparent;
}

.prozeduren-tabelle td.threadline {
    width: 10px;
    padding: 0px !important;
}

.prozeduren-gruppe {
    font-weight: bold;
}

@media screen and (max-width: 580px) {
    .prozeduren-col-right {
        display: none;
    }

    .prozeduren-col-center {
        display: none;
    }
}

.elog-anstellung_zeugnis_pdf_bild_div {
    margin-bottom: 1rem;
}

.elog-anstellung_zeugnis_pdf_bild_div img {
    max-width: 80%;
    height: auto;
}

.elog-schritt2-personalien-form {
    width: 60rem;
}

.elog-schritt8-weitereInhalte-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    justify-content: flex-start;
}

.elog-schritt1-fachgebiet-form,
.elog-schritt4-kontaktangaben-form,
.elog-schritt6-anstellung-form {
    width: 100%;
}

.elog-schritt3-zeugnis-form,
.elog-schritt4-zeugnis-form,
.elog-schritt9-unterschreiben-form {
    width: 100%;
}

.elog-antrag-wizard-icon-beleg-ok {
    color: green;
    font-size: 24px;
}

.elog-antrag-wizard-icon-beleg-warning {
    color: #FFAF3C;
    font-size: 24px;
}

.elog-antrag-wizard-icon-beleg-info {
    color: gray;
    font-size: 24px;
}

.elog-antrag-fg-tabelle {
    width: 100%;
}

.elog-antrag-fg-tabelle-col1 {
    width: 5%;
}

.elog-antrag-fg-tabelle-col2 {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
}

.elog-zeugnis-absenzen-tabelle {
    width: 80%;
}

.elog-zeugnis-absenzen-tabelle-col1 {
    width: 2%;
}

.elog-zeugnis-absenzen-tabelle-col2 {
    width: 98%;
}

.elog-antrag-schritt1-radio {
    cursor: pointer;
}

.elog-antrag-fg-tabelle tbody tr td {
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
}

.elog-uebersicht-form {
    width: 100%;
}

.elog-schritt1-zeugnis-zeitraum {
    padding-bottom: 1rem;
}

.wizard-navigation {
    margin-top: 1.5rem;
}

.mdc-snackbar {
    bottom: 30px;
    z-index: 1000;
}

.mdc-card__action .material-icons, .nav-link .material-icons {
    padding-right: 0.25rem;
}

.elog-hausarztlernziele-gesammttitel,
.elog-kompetenzen-gesammttitel,
.elog-kompetenzen-ueberschrift {
    font-weight: bold;
    padding-top: 1rem;
}

.prozedur {
    cursor: pointer;
}

.prozedur:hover {
    background-color: #efefef;
}

.prozedur-aktiv {
    background-color: #efefef;
}

.prozedur-modal-content {
    width: 100%;
}

.angestrebter-titel {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.siwf-wbp-titel {
    padding-bottom: 0.5rem;
    min-height: 48px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 980px) {
    #field_SelectedFachgebiet {
        min-width: 100% !important;
    }

    .siwf-wbp:first-child {
        margin-left: 15px;
    }
}

#ProgrammAuswahlUndPdf {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#ProgrammAuswahlUndPdf #ProgrammUndVersion {
    display: flex;
    flex-direction: row;
}

#ProgrammAuswahlUndPdf #ProgrammUndVersion .fmh-select-container {
    width: 100%;
}

#ProgrammAuswahlUndPdf #ProgrammUndVersion #Programm {
    display: flex;
    flex-direction: row;
}

#ProgrammAuswahlUndPdf #ProgrammUndVersion #Version {
    width: 100%;
    display: flex;
    padding-left: 1rem;
    flex-direction: row;
    align-content: baseline;
    align-items: baseline;
}

#ProgrammAuswahlUndPdf #ProgrammUndVersion a {
    display: flex;
    margin-left: 1rem;
}

#ProgrammAuswahlUndPdf #SelectedProgramm {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#ProgrammAuswahlUndPdf .siwf-wbp-container {
    display: flex;
}

#ProgrammAuswahlUndPdf .siwf-wbp-container .siwf-wbp:not(:first-child) {
    margin-left: 1rem;
}

#ProgrammAuswahlUndPdf .siwf-wbp-container .siwf-wbp {
    display: flex;
    padding: 0.5rem 0.75rem 0.5rem 0.75rem;
    background-color: rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    border: 0.1px #dadce0 solid;
    border-radius: 4px;
    height: 48px;
}

#ProgrammAuswahlUndPdf .siwf-wbp-container .siwf-wbp:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
}

#ProgrammAuswahlUndPdf .siwf-wbp-container .siwf-wbp.revision-active {
    background-color: #3C5587 !important;
    color: white;
}

#ProgrammAuswahlUndPdf .siwf-wbp-container .siwf-wbp-active {
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    #ProgrammAuswahlUndPdf {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    #ProgrammAuswahlUndPdf #ProgrammUndVersion {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #ProgrammAuswahlUndPdf #ProgrammUndVersion #SelectedProgramm {
        display: flex;
        flex-direction: row;
        align-items: start;
    }

    #ProgrammAuswahlUndPdf #ProgrammUndVersion #Version {
        display: flex;
        padding-left: 0rem;
        flex-direction: column;
    }

    #ProgrammAuswahlUndPdf .siwf-wbp-container {
        display: flex;
    }

    #ProgrammAuswahlUndPdf .siwf-wbp-container .siwf-wbp:hover {
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #ProgrammAuswahlUndPdf .siwf-wbp-container .siwf-wbp-active {
        font-weight: bold;
    }
}

.siwf-anstellung-label {
    white-space: nowrap;
    font-size: 0.7rem;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.033em;
    font-weight: bold;
}

.siwf-anstellungen {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.siwf-anstellungen .siwf-anstellung-zeugnis {
    display: flex;
    flex-direction: row;
    padding: 0 2rem 2rem 0;
    width: 100%;
    max-width: 800px;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    font-size: 1rem;
    width: 100%;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.5rem;
    min-width: 500px;
    width: 100%;
    height: 100%;
    background-color: white;
    border: 0.1px #dadce0 solid;
    border-radius: 4px;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten-container {
    display: flex;
    flex-direction: row;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten-container .siwf-zeugnisse-und-aktionen {
    display: flex;
    width: 45%;
    flex-direction: column;
    justify-content: space-between;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten-und-icon {
    display: flex;
    width: 55%;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-icon {
    border-radius: 4px;
    padding: 0.5rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-icon--icon {
    display: flex;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    font-family: "Neutraface Text Demi";
    font-size: 1.2rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
    width: 100%;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-datum {
    display: flex;
    flex-direction: row;
    padding-bottom: 1rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-titel {
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-zeitraum, .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-wbs-titel, .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-leiter-titel, .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-kategorie-titel, .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-fachgebiet-titel {
    font-size: 0.7rem;
    padding-bottom: 0rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-fachgebiet-titel {
    padding-top: 1rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-wbs-gesamt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-adresse1 {
    display: none;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-adresse2 {
    display: none;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-ort {
    display: none;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-land {
    padding-bottom: 1rem;
    display: none;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-leiter {
    padding-bottom: 1rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-fachgebiet {
    padding-bottom: 0.5rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten .siwf-anstellung-kategorie {
    padding-bottom: 1rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-aktionen {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
    justify-content: flex-end;
    align-items: baseline;
    padding: 1rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-aktionen a {
    white-space: nowrap;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    padding: 1rem;
    flex-wrap: wrap;
    width: 100%;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis-leer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    border-radius: 4px;
    border: 1px #dadce0 dashed;
    padding: 0.5rem;
    font-style: italic;
    width: 100%;
    height: 89px;
    background-color: white;
    color: #ababab;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis {
    display: flex;
    flex-direction: row;
    border-radius: 4px;
    border: 0.1px #dadce0 solid;
    padding: 0.5rem;
    margin-bottom: 0.75rem;
    width: 100%;
    background-color: white;
    align-items: center;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis:last-child {
    margin-bottom: 0;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    align-items: baseline;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten .siwf-zeugnis-titel {
    white-space: nowrap;
    font-size: 0.7rem;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.033em;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: none;
    color: #16161d;
    font-weight: normal;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten .siwf-zeugnis-datum {
    font-size: 12px;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten .siwf-zeugnis-status {
    font-size: 0.7rem;
    font-size: 12px;
    display: flex;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten .siwf-zeugnis-status .material-icons {
    margin-left: 0.25rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten .siwf-zeugnis-status.Abgeschlossen.dokumente-vorhanden {
    color: #155724;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten .siwf-zeugnis-status.InBearbeitung {
    color: #777;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten .siwf-zeugnis-status.Abgeschlossen.keine-dokumente-vorhanden {
    color: #FFAF3C;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-daten .siwf-zeugnis-versionsnummer {
    font-size: 0.7rem;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-aktionen {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-aktionen .siwf-zeugnis-aktionen-indikatoren {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-aktionen .siwf-zeugnis-aktionen-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
}

.siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis .siwf-zeugnis-aktionen .fmh-btn:not(:first-child) {
    margin-left: 0.25rem;
}

.docList {
    display: flex;
    flex-direction: column;
}

.zeugnis-vorhanden {
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    color: #155724 !important;
    white-space: nowrap;
    padding-right: 1rem;
}

.zeugnis-vorhanden:hover {
    text-decoration: none;
}

.zeugnis-nicht-vorhanden {
    display: flex;
    flex-direction: row;
    align-self: flex-end;
    color: #ff9a09 !important;
    white-space: nowrap;
    padding-right: 1rem;
}

.zeugnis-nicht-vorhanden.InBearbeitung {
    color: #ff9a09 !important;
}

.zeugnis-nicht-vorhanden:hover {
    text-decoration: none;
}

.delete-anstellung.fmh-link-disabled:before {
    content: "\a\a";
    white-space: pre;
}

.delete-anstellung.fmh-link-disabled {
    margin-left: -13rem !important;
}

@media screen and (min-width: 981px) and (max-width: 1794px) {
    .siwf-anstellung-zeugnis {
        width: 100% !important;
    }
}

@media screen and (max-width: 980px) {
    .siwf-anstellungen {
        align-items: stretch;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0 0 1rem 0;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen {
        min-width: unset;
        width: 100%;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten-container {
        flex-direction: column;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten-container .siwf-zeugnisse-und-aktionen {
        width: 100%;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-anstellung-daten-und-aktionen .siwf-anstellung-daten-und-icon {
        width: 100%;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse {
        width: 100%;
        max-width: 100%;
        padding: 0.5rem;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis-leer {
        width: 100%;
        margin-top: 0.5rem;
        margin-left: 0px;
    }

    .siwf-anstellungen .siwf-anstellung-zeugnis .siwf-anstellung .siwf-zeugnisse .siwf-zeugnis {
        width: 100%;
        margin-left: 0px;
        min-width: unset;
    }
}

.elog-antrag-vertikal-zentriert {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 24rem;
}

.elog-antrag-vertikal-zentriert .fmh-textarea-field, .elog-antrag-vertikal-zentriert .fmh-select-classic-field, .elog-antrag-vertikal-zentriert .fmh-string-field, .elog-antrag-vertikal-zentriert .fmh-datetime-field, .elog-antrag-vertikal-zentriert .fmh-select-field, .elog-antrag-vertikal-zentriert .dropzone-zone {
    width: calc(100% - 40px);
}

.elog-antrag-radio-container {
    height: 75px;
}

.elog-antrag-label-container, .elog-antrag-radio-label-container {
    height: 75px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.elog-antrag-label-container label, .elog-antrag-radio-label-container label {
    margin-bottom: 0px;
}

.elog-antrag-praktischer-arzt {
    margin-top: -15px;
}

.elog-flex-col {
    display: flex;
    flex-direction: column;
}

.elog-flex-row {
    display: flex;
    flex-direction: row;
}

.dropdown-item {
    border-radius: 0 !important;
}

.dropdown-menu.show {
    border: 0.1px #dadce0 solid;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
}

.elog-spacer {
    height: 10px;
}

.no-script {
    display: none;
}

.browser-support {
    padding: 10% 25% 10% 25%;
}

#topbar {
    transform: translate3d(0, 0, 1px);
    -webkit-transform: translate3d(0, 0, 1px);
}

body.modal-open, .modal {
    transform: translate3d(0, 0, 2px);
    -webkit-transform: translate3d(0, 0, 2px);
}

.fmh-select-menu, .gj-modal {
    transform: translate3d(0, 0, 3px);
    -webkit-transform: translate3d(0, 0, 3px);
}

.awt-link.active span.angestrebter-titel i.material-icons {
    color: #FFAF3C !important;
}

.elog-label {
    white-space: nowrap;
    font-size: 0.7rem;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.033em;
    font-weight: bold;
}

.elog-kachel-tabelle-titel {
    white-space: nowrap;
    font-size: 0.7rem;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.033em;
    font-weight: bold;
    font-size: 0.58rem;
}

a.elog-minimal-button {
    background-color: rgba(60, 85, 135, 0.001) !important;
    color: #3C5587 !important;
    margin-top: 0.45rem;
    border: none !important;
}

a.elog-minimal-button .mdc-button__ripple {
    display: none;
}

a.elog-minimal-button:hover {
    background-color: rgba(60, 85, 135, 0.15) !important;
    color: #243452 !important;
}

a.elog-minimal-button:active {
    background-color: rgba(60, 85, 135, 0.25) !important;
    color: #151d2f !important;
    z-index: 1000;
}

.elog-minimal-button::before, .elog-minimal-button::after {
    background-color: #6200ee;
}

@supports not (-ms-ime-align: auto) {
    .elog-minimal-button::before, .elog-minimal-button::after {
        /* @alternate */
        background-color: var(--mdc-theme-primary, #6200ee);
    }
}

.elog-minimal-button:hover::before {
    opacity: 0.04;
}

.elog-minimal-button:not(.mdc-ripple-upgraded):focus::before, .elog-minimal-button.mdc-ripple-upgraded--background-focused::before {
    transition-duration: 75ms;
    opacity: 0.12;
}

.elog-minimal-button:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.elog-minimal-button:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12;
}

.elog-minimal-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
}

.elog-anzeige-resultate-wbs {
    padding-top: 0.75rem;
    font-size: 0.8rem;
}

.elog-erklaerung {
    padding-bottom: 0.5rem;
}

.elog-erklaerung a, .elog-erklaerung .material-icons {
    font-size: 0.75rem;
}

.elog-prozeduren-anleitung-text {
    padding-bottom: 1rem;
}

.elog-prozeduren-anleitung-text p {
    all: unset;
    font-size: 0.9rem;
    text-align: justify;
    hyphens: auto;
}

#sidebar .ueberschrift-psy-lernziele, .mobile-menu-container .ueberschrift-psy-lernziele {
    margin-top: -13px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-right: 0rem;
}

#sidebar .ueberschrift-psy-lernziele span, .mobile-menu-container .ueberschrift-psy-lernziele span {
    display: flex;
}

.liste-psy-lernziele {
    margin-top: -13px;
}

.psy-lernziel-link {
    display: none;
}

anzeigen.liste-psy-lernziele {
    display: initial;
}

.auswertungTk-feld--name {
    margin-left: 1rem;
}

.auswertungTk-feld--feld {
    margin-left: 2rem;
}

.auswertungTk-kategorie {
    margin-top: 0.5rem;
}

.auswertungTk-fachgebiet {
    margin-top: 0.75rem;
    font-style: italic;
    font-weight: bold;
}

#tabstripProzedur {
    margin-top: 1rem;
}

#datenschutz-formular .modal-body ul li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media screen and (max-width: 1440px) {
    .elog-kachel-wrapper {
        min-width: 100%;
        max-width: unset;
        height: unset;
    }
}

@media screen and (max-width: 590px) {
    .elog-button-container {
        display: flex;
        flex-direction: column;
        padding-bottom: 1rem;
    }

    .elog-button-container button:not(:first-child), .elog-button-container div:not(:first-child) {
        margin-top: 1rem;
        margin-left: 0rem;
    }

    .elog-width-24-rem {
        width: 100%;
    }

    .systemmeldung {
        padding: 0.5rem 0rem;
    }

    .elog-kachel-wrapper {
        padding: 0.5rem 0rem;
    }

    .elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-bottom .elog-kachel-tail-aktionen .fmh-btn {
        margin-top: 0.5rem;
        margin-left: 0rem;
    }

    .elog-kachel-wrapper .elog-kachel .elog-kachel-tail .elog-kachel-tail-bottom .elog-kachel-tail-aktionen .fmh-btn-secondary {
        display: none !important;
    }

    .fmh-btn {
        width: 100% !important;
    }

    .fmh-dropdown-button__btn-grp {
        width: 100% !important;
    }

    .fmh-dropdown-button__btn-grp .fmh-btn {
        width: 100% !important;
    }

    .fmh-dropdown-button__btn-grp .fmh-btn:not(:first-child) {
        margin-top: 0.25rem;
    }

    .fmh-btn:not(:first-child) {
        margin-top: 0.25rem;
    }

    .fmh-textarea-field, .fmh-select-classic-field, .fmh-string-field, .fmh-datetime-field, .fmh-select-field, .dropzone-zone {
        width: 100%;
    }

    .prozedur-form-2 {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .prozedur-form-2 .prozedur-form-flex-direction-column:not(:first-child) {
        padding-left: 0;
        margin-top: 0.25rem;
    }

    .prozedur-form-2 .prozedur-form-flex-direction-column {
        padding-left: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .prozedur-form-2 .prozedur-form-flex-direction-column .fmh-string-field, .prozedur-form-2 .prozedur-form-flex-direction-column .fmh-datetime-field, .prozedur-form-2 .prozedur-form-flex-direction-column .fmh-select-field {
        width: 100%;
    }

    table.elog-tabelle {
        width: 100%;
    }

    .cockpit-row--xs {
        flex-direction: column;
    }
}

#topbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    padding-right: 0.5rem;
    background-color: #3C5587;
    border-bottom: 1px solid #344a75;
    position: sticky;
    top: 0px;
    left: 0px;
}

#topbar .topbar-left, #topbar .topbar-right {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#topbar .topbar-left .nav-link, #topbar .topbar-left .navbar-brand, #topbar .topbar-right .nav-link, #topbar .topbar-right .navbar-brand {
    color: #fff;
    font-size: 0.8rem;
}

#topbar .topbar-left .topbar-right-items, #topbar .topbar-right .topbar-right-items {
    display: flex;
    flex-direction: row;
}

#topbar .topbar-left .topbar-right-items .nav-item a:hover, #topbar .topbar-right .topbar-right-items .nav-item a:hover {
    background-color: #4c6baa;
    border-radius: 4px;
}

@media screen and (max-width: 1280px) {
    #topbar .topbar-left .nav-item, #topbar .topbar-right .nav-item {
        display: none;
    }
}

@font-face {
    font-family: "Neutraface Display Medium";
    src: url("../../../../Scripts/fmh-web-mvc/fonts/NeutrafaceDisplay-Medium.woff2") format("woff2"), url("../../../../Scripts/fmh-web-mvc/fonts/NeutrafaceDisplay-Medium.woff") format("woff");
}

@font-face {
    font-family: "Neutraface Display Bold";
    src: url("../../../../Scripts/fmh-web-mvc/fonts/NeutrafaceDisplay-Bold.woff2") format("woff2"), url("../../../../Scripts/fmh-web-mvc/fonts/NeutrafaceDisplay-Bold.woff") format("woff");
}

#sidebar {
    color: #000;
    background-color: #eaeaea;
    transition: all 0.3s;
    flex-direction: column;
    border-right: 1px solid #b7b7b7;
}

#sidebar #sidebar-container {
    display: flex;
    width: 100%;
    height: 100%;
}

#sidebar #sidebar-content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 0 1rem;
}

#sidebar h5 {
    color: #545454;
    margin: 0;
    font-weight: 400;
    font-size: 0.8rem;
    padding-left: 0.5rem;
    padding-right: 1rem;
}

#sidebar h5:first-of-type {
    margin-top: 1rem;
}

#sidebar hr {
    margin-top: 0rem;
    margin-bottom: 1rem;
    height: 1px;
    width: 100%;
    border-top: 1px solid #dddddd;
}

ul.liste-navigation li {
    margin-top: 0.25rem;
}

ul.liste-navigation li:first-child {
    margin-top: calc(2 * 0.25rem);
}

ul.liste-navigation li a > i.material-icons {
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
    font-size: 1.1rem;
}

ul.liste-navigation li a {
    color: #16161d;
    padding: 0.6rem 0.5rem 0.6rem 0.5rem;
    font-size: 0.9rem;
    display: block;
    text-decoration: none;
    border-radius: 4px;
}

ul.liste-navigation li a:hover {
    color: #16161d;
    background: #d9d9d9;
    border-radius: 4px;
    cursor: pointer;
}

ul.liste-navigation li a.active, ul.liste-navigation li.active > a {
    background-color: #3C5587;
    color: #fff;
}

ul.liste-navigation li a.active:hover, ul.liste-navigation li.active > a:hover {
    background: #344a75;
    color: #fff;
}

ul.liste-navigation:last-child {
    padding-bottom: 2rem;
}

@media screen and (max-width: 1345px) {
    #sidebar {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    #sidebar {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    #sidebar {
        display: none;
    }
}

#mobileNavigation {
    display: none;
}

#mobileNavigationBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.25rem;
}

.mobile-navigation {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 55px);
    background-color: #fff;
    z-index: 1000;
    padding: 0rem 2rem 0rem 2rem;
}

.mobile-navigation .icon, .mobile-navigation .material-icons {
    font-size: 1.1rem !important;
    padding-top: 3px;
}

.mobile-navigation .nav-link {
    font-size: 1.2rem !important;
}

.mobile-navigation .awt-header {
    font-size: 16px !important;
}

.mobile-navigation .awt-titel-container {
    width: 100%;
}

.mobile-navigation .navmenu-title {
    font-size: 0.8rem !important;
    color: #545454;
    padding-left: 1rem;
}

.mobile-navigation ul.mobile-menu-container {
    padding-bottom: 2rem;
}

.mobile-navigation .mobile-menu-divider {
    border-top: 1px solid #bfbfbf;
    display: block;
}

.mobile-navigation ul {
    list-style-type: none;
    padding: 0;
}

.mobile-navigation ul li {
    margin-top: 1rem;
}

.mobile-navigation .nav-link {
    color: #16161d;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.mobile-navigation .nav-link:hover {
    background-color: #DCDCDC;
}

.mobile-navigation .nav-link.active {
    background-color: #3C5587;
    color: #fff;
}

.mobile-navigation .nav-link.active:hover {
    background-color: #2c3f64;
}

.hamburger-label {
    color: #fff;
    margin-top: 0.25rem;
    font-size: 0.7rem;
}

@media screen and (min-width: 1920px) {
    #mobileNavigation, #mobileNavigationBtn {
        display: none;
    }
}

@media screen and (max-width: 1920px) {
    #mobileNavigation, #mobileNavigationBtn {
        display: none;
    }
}

@media screen and (max-width: 1680px) {
    #mobileNavigation, #mobileNavigationBtn {
        display: none;
    }
}

@media screen and (max-width: 1600px) {
    #mobileNavigation, #mobileNavigationBtn {
        display: none;
    }
}

@media screen and (max-width: 1440px) {
    #mobileNavigation, #mobileNavigationBtn {
        display: none;
    }
}

@media screen and (max-width: 1345px) {
    #mobileNavigationBtn {
        display: flex;
    }

    #mobileNavigation {
        display: none;
    }
}

@media screen and (max-width: 1280px) {
    #mobileNavigationBtn {
        display: flex;
    }

    #mobileNavigation {
        display: none;
    }

    .mobile-navigation {
        padding: 0rem 1rem 0rem 1rem;
    }

    .mobile-navigation .nav-link {
        font-size: 0.9rem !important;
    }
}

@media screen and (max-width: 1024px) {
    #mobileNavigationBtn {
        display: flex;
    }

    #mobileNavigation {
        display: none;
    }
}

#content {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
}

#content-container {
    background-color: #f8f8f8;
}

.view-content {
    padding: 1.75rem 2rem;
    width: 100%;
}

.view-content.dashboard {
    padding: 1rem;
}

#WbsSuchForm {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.WBS-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#field_WbsTyp {
    margin-top: 0px;
}

.WBS-controls {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .view-content {
        padding: 1rem;
    }

    #WbsSuchForm {
        height: unset;
    }

    .WBS-controls .form-group {
        width: 100%;
    }

    .WBS-fields .wbs-fields-form {
        width: 100%;
    }
}

#footer {
    display: flex;
    font-size: 0.7rem;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 1rem;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 5px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger.is-active:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #eee;
}

.hamburger-box {
    width: 25px;
    height: 14px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #eee;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -6px;
}

.hamburger-inner::after {
    bottom: -6px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
    perspective: 50px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
    perspective: 50px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
    perspective: 50px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
    perspective: 50px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
    perspective: 50px;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
    perspective: 50px;
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
    top: 1px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 12px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-270deg);
    transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
    top: 1px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 6px;
    transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 12px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(-135deg);
    transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(270deg);
    transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
    top: 6px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -50px;
    top: -50px;
    transform: translate3d(50px, 50px, 0) rotate(45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -50px;
    top: -50px;
    transform: translate3d(-50px, 50px, 0) rotate(-45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 6px;
    right: 0;
    transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -50px;
    top: 50px;
    transform: translate3d(50px, -50px, 0) rotate(-45deg);
    transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -50px;
    top: 50px;
    transform: translate3d(-50px, -50px, 0) rotate(45deg);
    transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
    top: 1px;
}

.hamburger--slider .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 12px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
    top: 1px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 6px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 12px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.5714285714px, -4px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
    top: 1px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 6px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -12px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}

/* Hier kann der eigene applikationsspezifische Style definiert werden */

body {
    padding-bottom: 0px !important;
}

.row-input {
    margin-bottom: 20px;
}

.row-input {
    margin-bottom: 10px;
}

.row-input-large {
    margin-bottom: 40px;
}

.row-display {
    margin-bottom: 20px;
}

.details-display-large {
    font-size: medium;
}

.dt-row-spacing {
    margin-bottom: 8px;
}

.dignitaet-vertical-zentriert {
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 24rem;
}

.dignitaet-radio-container {
    height: 75px;
}

.dignitaet-radio-top-margin {
    margin-top: -5px;
}

.checkBoxTitelStrong {
    font-weight: 800 !important;
}

.checkbox-text-align {
    padding-left: 11px;
}

label.fmh-chk-element {
    font-weight: 800
}

.border-adresse {
    border: 1px solid #d1d1d1 !important;
}

.card-color-green {
    background-color: green !important;
}

.button-container {
    display: flex;
    gap: 10px;
}

/*Editor Templates CSS*/

.selectionContainer {
    align-items: center;
}

.adressen-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px
}

.fmh-hr {
    margin-top: 20px !important;
    border-color: #0a3622;
    opacity: 50%;
}

.cropped-image {
    width: 100px;
    height: 256px;
    overflow: hidden;
    background-position: right;
    background-size: cover;
}

.centered-and-cropped {
    object-fit: cover;
    object-position: center;
}

.image-border {
    border: 5px solid #e1e8f1;
    border-radius: 5%;
}

.image-border-map {
    border: 5px solid #e1e8f1;
    border-radius: 5%;
    overflow: hidden;
}

.image-border-thumbnail {
    border: 2px solid #e1e8f1;
    border-radius: 5%;
}

.image-border-round-thumbnail {
    border: 2px solid #e1e8f1;
    border-radius: 100%;
}

.image-border-doctorFmh {
    border: 2px solid #e1e8f1;
    border-radius: 100%;
    overflow: hidden;
}

.doctorfmhBild-size {
    @media screen and (min-width: 576px) {
        width: 200px;
        height: 200px;
    }

    width: 200px;
    height: 200px;
}

.profilBild-size {
    @media screen and (min-width: 576px) {
        width: 200px;
        height: 256px;
    }

    width: 200px;
    height: 256px;
}

.basicMap {
    @media screen and (min-width: 576px) {
        width: 256px;
        height: 256px;
    }

    width: 256px;
    height: 256px;
}

.change-image-button {
    width: 160px !important;
}

.button-min-width {
    min-width: 12rem !important;
}

.change-address-button {
    @media (min-width: 576px) {
        width: 256px ! important;
    }

    width: 100% ! important;
}

.header-block-height {
    min-height: 200px;
}

.link-no-underline {
    text-decoration: none
}

.no-bottom-padding {
    padding-bottom: 0px !important;
}

.fmh-boolean-field {
    padding-bottom: 1.5rem;
}

.fmh-select-field, .fmh-string-field, .fmh-datetime-field {
    min-height: 80px;
}

.fmh-key-value-pair {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 1rem;
}

.fmh-richtext-key {
    font-size: 0.7rem;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.033em;
    font-weight: bold;
}

.fmh-key {
    display: flex;
    flex-direction: column;
    font-size: 0.7rem;
    color: #5f6368;
    text-transform: uppercase;
    letter-spacing: 0.033em;
    font-weight: bold;
    min-width: 400px;
    width: 400px;
    justify-content: flex-start;
    padding-right: 1rem;
}

.fmh-value {
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
}

.infoIconContainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.infoIcon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.confirmCheckContainer {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: flex-start;
}

.custom-tooltip {
    --bs-tooltip-max-width: 500px;
}

.option-display-block {
    display: block;
}

.flex-gap {
    gap: 30px;
}

.arbeitsortCard {
    @media (max-width: 767px) {
        min-width: 100%;
    }

    @media (min-width: 768px) {
        min-width: 47%;
    }

    @media (min-width: 992px) {
        min-width: 48%;
    }

    @media (min-width: 1200px) {
        min-width: 380px;
        max-width: 450px
    }
}

.wizardCard {
    @media screen and (max-width: 992px) {
        width: 100%;
    }

    @media (min-width: 992px) {
        width: 700px;
    }
}

.addressCard {
    @media screen and (max-width: 768px) {
        width: 100%;
    }

    @media screen and (max-width: 991px) {
        width: 400px;
    }

    @media (min-width: 992px) {
        width: 480px;
    }
}

.text-bg-ambulant {
    background-color: #3c5587;
}

.text-bg-stationaer {
    background-color: #a0966e;
}

.text-bg-anderer {
    background-color: #78beeb;
}

.hpc-karte {
    background: #e1e8f1;
    border-radius: 10px;
    border: solid #dadce0 1px;
    padding: 10px;
}

@media only screen and (max-width: 768px) {
    .hpc-karte {
        width: 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .hpc-karte {
        width: 60%;
    }
}

.custom-error {
    background-color: #e35368;
    color: darkgreen;
    font-size: 14px;
}

.dashboard-main-container {

}

.dashboard-fach-container {
}

.dashboard-infobox-container {
}

.dashboard-kachel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
    border: 1px #dadce0 solid;
    padding: 1rem;
}

.dashboard-info-kachel {

    background-color: #fff;
    border-radius: 4px;
    font-size: 13px;
    border: 1px #dadce0 solid;
    padding: 1rem;
}

.dashboard-kachel-tail {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
}

.elog-kachel-tail-bottom {
    margin-top: auto;
}

.test {
    color: green;
}

.whitespace-prew-line {
    white-space: pre-line;
!important;
}

.whitespace-prewrap span span {
    white-space: pre-wrap;
!important;
}

.w-fit-content {
    width: fit-content;
}

.tab-custom-color {
    background-color: #3c5587;
}

.mobile-navigation .nav-link:hover {
    color: #16161d;
}

.adresse-card {
    flex: 1;
    @media (min-width: 992px) {
        max-width: 40%
    }

}

.eId-flex-container {
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap-reverse;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
    .eId-flex-container {
        flex-direction: column-reverse;
        align-content: center;
        row-gap: 20px;
    }
}

.w-100-left-align {
    width: 100%;
    text-align: left;
}

.text-red {
    color: red;
}

.widget-w-100 .fmh-textarea-field {
    width: 100% !important;
}

.widget-w-100 .dropzone-zone {
    width: 100% !important;
}

.widget-w-rem36 .fmh-string-field {
    width: 26rem !important;
}

.dropzone-zone {
    width: 100% !important;
}

.alert-text {
    background-color: lightcoral;
}

.larger-list {
    line-height: 1.6;
}

.larger-list li {
    margin-top: 0.5rem;
}

.larger-item {
    font-size: 1.0rem !important;
}

.card-body {
    padding-left: 1rem;
}

.info-badge-height {
    max-height: 2rem;
}

.fmh-help-text {
    width: 50%;
}

@media (max-width: 1400px) {
    .fmh-help-text {
        width: 100%;
    }
}

.fmh-fields-custom-width .fmh-textarea-field,
.fmh-fields-custom-width .fmh-select-field,
.fmh-fields-custom-width .fmh-string-field {
    width: 50%;
}

@media (max-width: 1400px) {
    .fmh-fields-custom-width .fmh-textarea-field,
    .fmh-fields-custom-width .fmh-select-field,
    .fmh-fields-custom-width .fmh-string-field {
        width: 100%;
    }
}

.key-value-no-top-margin-following + .siwf-key-value-pair {
    margin-top: 0;
}

@media (min-width: 992px) {
    .gap-lg-6 {
        gap: 6rem !important;
    }
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.croppie-container {
    width: 100%;
    height: 100%;
}

.croppie-container .cr-image {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0;
    max-height: none;
    max-width: none;
}

.croppie-container .cr-boundary {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
    position: absolute;
    border: 2px solid #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.croppie-container .cr-resizer {
    z-index: 2;
    box-shadow: none;
    pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
    position: absolute;
    pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
    display: block;
    position: absolute;
    box-sizing: border-box;
    border: 1px solid black;
    background: #fff;
    width: 10px;
    height: 10px;
    content: '';
}

.croppie-container .cr-resizer-vertical {
    bottom: -5px;
    cursor: row-resize;
    width: 100%;
    height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
    left: 50%;
    margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
    right: -5px;
    cursor: col-resize;
    width: 10px;
    height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
    top: 50%;
    margin-top: -5px;
}

.croppie-container .cr-original-image {
    display: none;
}

.croppie-container .cr-vp-circle {
    border-radius: 50%;
}

.croppie-container .cr-overlay {
    z-index: 1;
    position: absolute;
    cursor: move;
    touch-action: none;
}

.croppie-container .cr-slider-wrap {
    width: 75%;
    margin: 15px auto;
    text-align: center;
}

.croppie-result {
    position: relative;
    overflow: hidden;
}

.croppie-result img {
    position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; *//*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

.cr-slider::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

.cr-slider:focus {
    outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

.cr-slider::-moz-range-track {
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.cr-slider::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
    border-width: 6px 0;
    color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.cr-slider::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ddd;
    margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.5);
}

/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.cr-rotate-controls button {
    border: 0;
    background: none;
}

.cr-rotate-controls i:before {
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
}

.cr-rotate-l i:before {
    content: '↺';
}

.cr-rotate-r i:before {
    content: '↻';
}


body, .card-body {
    background-color: #F3F2F1;
}
body {
    padding-bottom: 20px;
}

.navbar {
    background-color: #3C5587 !important;
}

.nav-link, .navbar-brand {
    color: white;
}

.navbar-brand {
    font-family: 'Neutraface Text Demi';
}
.nav-link {
    font-size: .8rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

    .nav-link:hover {
        background-color: rgba(255,255,255,.1);
        border-radius: 2px;
        color: white;
    }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.card {
    border: none !important;
}

.container {
    padding-top: 1rem;
    padding-bottom: 10rem;
}

.beschrieb {
    align-self: center;
}

.spacer {
    height: 2.5rem;
}



/* DataTables Style */

