:root {
    /* Neutral (Hintergrund, Karten, Linien) */
    --color-bg: rgba(240, 240, 240, 1); /* hellgrau */
    --color-bg-shading: rgba(240, 240, 240, 0.35); /* transparentes hellgrau */
    --color-surface: #ffffff; /* reines Weiß */
    --color-border: #ddd; /* leichtes Grau für Linien */

    /* Text */
    --color-text: #374151; /* dunkles Grau für Fließtext */
    --color-heading: #111827; /* fast Schwarz für Überschriften */
    --color-muted: #6b7280; /* mittelgrau für Hilfstext/Placeholders */

    /* Primär-Aktionen (Buttons, Links) */
    --color-primary: #3b82f6; /* sanftes Blau */
    --color-primary-hover: #2563eb; /* etwas dunkler beim Hover */

    /* Sekundär-Aktionen */
    --color-secondary: #10b981; /* dezentes Grün */
    --color-secondary-hover: #059669; /* dunkler beim Hover */

    /* Statusfarben */
    --color-success: #10b981; /* Erfolg (grün) */
    --color-warning: #f59e0b; /* Warnung (amber) */
    --color-error: #ef4444; /* Fehler (rot) */
    --color-info: #0ea5e9; /* Info (hellblau) */
    --font-ui: "Roboto", sans-serif;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans/OpenSans-Regular.ttf");
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: "Monaco";
    font-style: normal;
    font-weight: normal;
    src:
            local("Monaco"),
            url("fonts/Monaco/Monaco.woff") format("woff");
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div:not(.ace_editor):not(.ace_editor *),
select,
input,
button,
textarea,
a,
.ui-widget input {
    font-family: var(--font-ui), sans-serif;
}

.ace_editor *,
.json-viewer * {
    color: inherit;
    font-family: "Monaco", monospace;
    font-size: 12px;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

.ace_editor {
    font-family:
            "Monaco", "Menlo", "Ubuntu Mono", "Consolas", "source-code-pro", monospace;
}

body.frame {
    background-color: transparent;
}

html {
    -webkit-overflow-scrolling: touch;
}

div.content-row {
    font-size: 0.93rem;
    margin-bottom: 9px;
    margin-top: 5px;
}

div.row#table_freipos_bezeichnung div.column {
    padding: 0;
    padding-left: 1rem;
}

div.row#table_freipos_bezeichnung div.column:first-child {
    padding: 0;
}

div.round label.switch-paddle {
    border-radius: 6px;
}

label {
    align-items: center;
    display: flex;
    font-size: 0.93rem;
}

label .switch {
    display: inline;
    margin-bottom: auto;
    margin-right: 5px;
    margin-top: auto;
}

div.content-row.row {
    max-width: 1330px;
    width: 98%;
}

@media only screen and (max-width: 1300px) {
    .fc-button-group .fc-resourceTimeline12Months-button,
    .fc-button-group .fc-resourceTimelineSixMonths-button,
    .fc-button-group .fc-resourceTimelineThreeMonths-button {
        display: none !important;
    }
    .fc-toolbar button,
    .fc-toolbar input {
        font-size: 14px !important;
        margin-right: 5px !important;
        padding: 4px !important;
    }
    #jstree_baum_tarif span.tarif_bezeichnung {
        font-size: 11px;
    }
}

#artikelpreis_abweichend td.einheit {
    width: 20%;
}

.jstree-anchor {
    /*ensure lower nodes move down*/
    height: auto !important;
    /*offset icon width*/
    padding-right: 24px;
    /*enable wrapping*/
    white-space: normal !important;
}

div#contentbereich[filename="belegungsplan.php"],
div#contentbereich[filename="verwaltung-formularev2.php"] {
    max-width: 98%;
}

table tbody th,
table tbody td {
    padding: 3px;
}

.small_form {
    max-width: 500px;
}

.menucontainer {
    background-color: var(--color-bg);
}

.menu {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.menu > li.suche {
    padding-left: 10px;
    padding-right: 10px;
}

.menu > li.suche input {
    min-width: 180px;
}

.menu.horizontal > li,
.menu > li {
    display: inline-flex;
}

.menubottom-before {
    height: 60px;
}

.menubottom {
    background-color: var(--color-bg);
    bottom: 0;
    margin-bottom: 0;
    opacity: 0.92;
    padding-bottom: 15px;
    padding-top: 7px;
    position: fixed;
    width: 100%;
}

.menubottom.regular {
    padding-bottom: 0;
}

.menubottom.regular ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1330px;
    text-align: right;
}
body.frame .menubottom{
    position: unset;
}

body[filename="belegungsplan.php"] .menubottom {
    z-index: 10000000;
}

.menubottom li {
    display: inline;
    list-style-type: none;
    margin-bottom: 2rem;
    margin-left: 1.4rem;
}

.menubottom li:last-child {
    padding-right: 2.5rem;
}

.menubottom .row div.column:last-child {
    padding-right: 3.5rem;
}

.menubottom table {
    padding-right: 3.5rem;
}

.dropdown.menutop .IconEditSmall,
#tabs_belegungsplan > ul > li .IconEditSmall,
.ui-tabs-tab .IconEditSmall {
    display: none;
}

div.kopfzeile {
    padding-bottom: 0;
    padding-top: 0.6em;
}

ul.topleiste li a {
    padding: 0;
}

ul.topleiste li img {
    cursor: pointer;
    height: 1.1rem;
}

ul.topleiste input[type="button"] {
    height: 29px;
    padding: 0;
    vertical-align: middle;
    width: 6rem;
}

ul.topleiste input[type="search"] {
    height: 30px;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 10rem;
}

button:not(.ui-datepicker-trigger),
input[type="button"],
input[type="submit"],
a.button {
    -webkit-appearance: none;
    background-color: var(--color-primary);
    border: 1px solid transparent;
    border-radius: 3px;
    color: var(--color-surface);
    cursor: pointer;

    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
    margin: 0.2rem;
    padding: 0.85em 1em;
    text-align: center;
    transition:
            background-color 0.25s ease-out,
            color 0.25s ease-out;
    vertical-align: middle;
}
button.alert,
.button.alert {
    background-color: var(--color-error);
    color: var(--color-surface);
}
.button.hollow.alert {
    background-color: var(--color-surface);
    color: var(--color-error);
}
.button.hollow.alert:hover,
.button.alert:hover,
button.alert:hover,
button.success:hover,
.button.success:hover,
button:hover:not(.ui-datepicker-trigger),
input[type="button"]:hover,
input[type="submit"] :hover,
button:focus:not(.ui-datepicker-trigger),
input[type="button"]:focus,
input[type="submit"] :focus {
    filter: brightness(0.9);
}

button.success,
.button.success,
.button.success:hover {
    background-color: var(--color-success);
    color: var(--color-surface);
}
.button.hollow.success{
    color: var(--color-success);
    background-color: var(--color-surface);
}

[data-whatinput="mouse"] button,
input[type="button"],
input[type="submit"] {
    outline: 0;
}

.table_calendar {
    margin: 0;
    padding: 0px;
    white-space: nowrap;
}

.table_calendar img {
    padding-left: 2px;
    padding-right: 2px;
}

.table_calendar input[type="text"] {
    display: inline;
}

.table_calendar input[type="date"],
.table_calendar input[type="time"] {
    display: inline-block;
}

.table_calendar input.textbox_datum {
    /*By PHCOM*/
    width: 120px;
}

.table_calendar input::-webkit-clear-button {
    -webkit-appearance: none; /* turn off default browser styling */
    display: none; /* Hide the button */
}

.table_calendar input.textbox_zeitv3 {
    /*By PHCOM*/
    width: 60px;
}

.IconClick {
    border: 0;
    cursor: pointer;
    height: 1.2em;
    min-width: 1.2em;
}

i.IconEdit {
    cursor: pointer;
    font-size: 2em;
    vertical-align: middle;
}

img.IconEdit,
img.IconEdity {
    border: 0;
    cursor: pointer;
    height: 28px;
    min-width: 28px;
}

.iconAction img.IconEdit,
#dialogFzg img {
    height: 40px;
    margin: 8px;
}

img.IconEditSmall {
    border: 0;
    height: 1.1em;
    margin-right: 3px;
    min-width: 1.1em;
}

img.IconEditSmall.veryright {
    float: right;
}

.einrichtungsassileitfaden .ablaufitem.aktiv {
    background-color: var(--color-surface);
}

.einrichtungsassileitfaden .infotext {
    margin-bottom: 8px;
}

.addRemoveButtonField .IconEditSmall {
    cursor: pointer;
}

td.icon_cell {
    float: right;
    white-space: nowrap;
}

.redcolor {
    color: var(--color-error);
}

.fehlermeldung,
.marked-red,
.marked-red a {
    background-color: var(--color-error);
    color: var(--color-surface);
}

td.marked-red,
td.marked-green,
tr.marked-green td,
div.marked-green {
    border-bottom: 1px solid var(--color-surface);
}

.marked-green,
.marked-green a,
tr.marked-green td,
div.marked-green a {
    background-color: var(--color-secondary) !important;
    color: var(--color-surface) !important;
}

/*TooltipBelegungsplan*/

.tooltipevent {
    background: var(--color-surface);
    border: 2px solid var(--color-border);
    border-radius: 4px;
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}

.systembuchung {
    background: var(--color-heading);
    font-color: var(--color-heading);
}

.standardbuchung {
    background: var(--color-warning);
    font-color: var(--color-heading);
}

/*Vorgang*/

.table_vorgang,
table#tableBuchungPositionen {
    border: 0px solid var(--color-heading);
    width: 100%;
}

.table_vorgang tr td:first-child,
.vorgang_td_width,
.viertel-width {
    width: 25%;
}

.table_vorgang tr td {
    padding-bottom: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

#table_vorgang .td_re_nr {
    text-align: center;
}

#table_vorgang .td_re_nr div.wrapping {
    border: 0;
    float: right;
    margin-bottom: 1px;
    margin-right: 25px;
    min-width: 115px;
}

#table_vorgang .td_re_nr input {
    float: left;
}

#table_vorgang .td_re_nr img {
    float: right;
    margin-left: 3px;
}

#tableBuchungPositionen,
#table_freipos_bezeichnung,
table.table_no_pad,
table.table_no_pad td,
table.table_vorgang tr td > table {
    margin: 0px;
    padding: 0px;
    width: fit-content;
}

table.table_no_pad tr,
table.table_no_pad tbody tr:nth-child(2n),
table#tablef1 > tbody > tr {
    background-color: transparent;
}

table,
table thead,
table tbody,
table tfoot {
    background-color: transparent;
    border: 0;
}

table thead td,
table thead th {
    padding: 0;
}

table tr td [type="text"],
table tr td [type="password"],
table tr td [type="date"],
table tr td [type="datetime"],
table tr td [type="datetime-local"],
table tr td [type="month"],
table tr td [type="week"],
table tr td [type="email"],
table tr td [type="number"],
table tr td [type="search"],
table tr td [type="tel"],
table tr td [type="time"],
table tr td [type="url"],
table tr td [type="color"],
table tr td textarea,
table tr td select {
    margin: 0;
}

.select2-container .select2-selection--single {
    border-radius: 0;
    height: 2.15rem;
    margin-top: 0px;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 2.15rem;
}

select {
    /* padding-bottom:0px;
       padding-top:0px;*/
}

.half-width {
    width: 50%;
}

.full-width,
.fullwidth,
iframe#vorschau_formular {
    width: 100%;
}

/*FormularAuswahlActive*/

.FormularAuswahlAktiv {
    background-color: var(--color-muted) !important;
    color: var(--color-surface);
}

/*Tabs fuer den Belegunsplan */

#tabmenu,
#tabmenu1,
#tabmenu2 {
    border-bottom: 1px solid var(--color-surface);
    overflow: hidden;
}

#tabmenu .tab,
#tabmenu1 .tab1,
#tabmenu2 .tab2 {
    background-color: var(--color-surface);
    border: 1px solid var(--color-error);
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    float: left;
    font-weight: bold;
    margin-left: 3px;
    padding: 3px;
}

#tabmenu .active,
#tabmenu1 .active,
#tabmenu2 .active {
    background-color: var(--color-primary);
    color: var(--color-surface);
}

#tabmenu .tab:hover,
#tabmenu1 .tab1:hover,
#tabmenu2 .tab2:hover {
    background-color: var(--color-primary);
    color: var(--color-surface);
    cursor: pointer;
}

h4.formheadline {
    color: #487888;
    font-size: 1.2em;
    height: 1.2em;
    margin-top: 0px !important;
    padding-top: 0px;
}

h4.formheadline img {
    height: 0.9em;
    padding-right: 10px;
}

h1,
h2,
h3,
b,
strong,
.fc-toolbar h2 {
    font-size: 1.2rem;
    font-weight: bold;
}

b,
strong {
    font-size: 1rem;
    font-weight: bold;
}

div.codeHTML {
    border: 1px solid var(--color-heading);
    height: 400px;
    width: 100%;
}

.form_element {
    float: left;
    margin: 0;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
    width: 47%;
}

/**** AUTOCOMPLETE - FELDER ************/

.Ajax_DIV {
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    color: var(--color-heading);
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
}

.Ajax_DIV UL {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Ajax_DIV UL LI {
    background-color: var(--color-surface);
    display: block;
}

.Ajax_DIV A {
    color: var(--color-heading);
    text-decoration: none;
}

.Ajax_DIV A:hover {
    color: var(--color-heading);
}

.Ajax_DIV LI.selected {
    background-color: var(--color-primary);
    color: var(--color-heading);
}

.ACL_DIV {
    background-color: var(--color-surface);
    border: 1px solid var(--color-heading);
    color: var(--color-heading);
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
}

.ACL_DIV UL {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ACL_DIV UL LI {
    display: block;
}

.ACL_DIV A {
    color: var(--color-heading);
    text-decoration: none;
}

.ACL_DIV A:hover {
    background-color: var(--color-primary);
    color: var(--color-heading);
}

.tooltip {
    background-color: var(--color-surface);
    border-color: var(--color-heading);
    border-style: solid;
    border-width: 1px;
    display: none;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    padding: 2px;
    position: absolute;
}

.NotOK {
    color: var(--color-error);
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
}

.OK {
    color: #228319;
    font-size: 1em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    text-transform: none;
}

/*Globale Einstellungen*/

table.tableGlobaleEinstellungen {
    empty-cells: show;
}

table.tableGlobaleEinstellungen tr td {
    border-bottom: 1px solid var(--color-muted);
    padding-bottom: 6px;
    padding-left: 3px;
    padding-top: 6px;
}

table.tableGlobaleEinstellungen .SUA td,
li a.SUA,
tr.SUA td,
.column.SUA,
.row.SUA .column,
div.SUA {
    background-color: var(--color-error);
    color: var(--color-surface);
    padding-bottom: 4px;
    padding-top: 4px;
}

.tab_zahlung {
    background-color: var(--color-surface);
    border: 1px solid var(--color-heading);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: var(--color-heading);
    float: left;
    font-weight: bold;
    margin: 1px;
    margin-bottom: -1px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    text-decoration: none;
}

#loginscreen {
    margin-top: 2.5rem;
}

.tab_zahlung:hover,
.tab_zahlung_aktiv:hover {
    background-color: var(--color-primary);
    color: var(--color-surface);
    cursor: pointer;
}

.tab_zahlung_aktiv {
    background-color: var(--color-primary);
    border: 1px solid var(--color-heading);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: var(--color-surface);
    float: left;
    font-weight: bold;
    margin: 1px;
    margin-bottom: -1px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    text-decoration: none;
}

.tab_zahlung_content_frame {
    border: 1px solid var(--color-error);
    border-radius: 6px;
    clear: left;
    display: block;
    padding: 5px;
}

/*Formularvorschau*/

table#tablef1 div table {
    margin-top: 3px;
}

table#tablef1 div table tr td,
table#tablef1 div.ui-accordion-content {
    margin: 0px;
    padding: 0px;
}

.assi_maske_content .chzn-choices {
    overflow: visible;
}

.assi_maske_content .chzn-container-multi .chzn-choices li {
    float: none;
}

.chzn-container-active .chzn-choices {
    border: 1px solid #487888;
}

.assi_maske_content label {
    display: inline;
}

.assi_maske_content legend {
    font-weight: bold;
    padding: 0 5px;
}

.assi_maske_content fieldset,
.assi_maske_content input[type="text"],
.assi_maske_content input[type="password"],
.assi_maske_content textarea,
.assi_maske_content input[type="search"],
.assi_maske_content input[type="number"],
.assi_maske_content input[type="date"],
.assi_maske_content input[type="time"],
.assi_maske_content input[type="email"],
.assi_maske_content input[type="tel"],
.assi_maske_content input[type="url"],
.assi_maske_content .custom-combobox,
.cke {
    margin-bottom: 10px !important;
    margin-top: 2px !important;
}

.assi_maske_content .select-style {
    margin-bottom: 10px !important;
    margin-top: 2px !important;
}

.assi-thumbnail {
    display: block;
    height: 50px;
    margin-bottom: 5px;
    width: auto;
}

.assi_input_around {
    display: inline-block;
    width: 100%;
}

.assi_input_around label {
    vertical-align: middle;
}

.assi_maske_content iframe {
    border: 1px solid var(--color-border);
    min-height: 300px;
    width: 100%;
}

.assi_maske_content input[type="checkbox"],
input[type="checkbox"] {
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

.assi_artikeltext {
    height: 16px;
    margin-bottom: 10px !important;
    margin-top: 2px !important;
}

.zweispaltig {
    /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
}

.assi_divider {
    border: 1px dotted var(--color-border);
    clear: both;
    display: block;
    margin: 30px 0;
    width: 100%;
}

.spalte_around {
    break-inside: avoid;
    -moz-column-break-inside: avoid;
    display: block;
    float: left;
    margin-right: 4%;
    page-break-inside: avoid;
    width: 45%;
}

.spalte_around.right {
    margin-right: 0;
}

.spalte_around.fullwidth {
    width: 100%;
}

#SchadenEingabe3,
.schaden_iframe {
    height: 500px;
    min-width: 550px;
    overflow: hidden;
    width: 100%;
}

#iframe_vorschau,
#iframe1,
#SchadenEingabe3 {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    display: block;
    margin: 10px 0;
    min-height: 400px;
    padding: 2%;
    width: 100%;
}

.statistik_table {
    width: 80%;
}

.statistik_table tr td:first-child {
    width: 20%;
}

.ui-accordion .ui-accordion-content {
    overflow: visible;
}

div#preise_tarif_div div.ui-accordion-content {
    padding: 10px;
}

div.gueltigkeit_fieldset .checkboxes label,
.tageauswahl label {
    background-color: var(--color-surface);
    display: inline-block;
    height: 30px;
    margin-bottom: 4px;
    margin-right: 5px;
    padding-left: 4px;
    padding-right: 4px;
    white-space: nowrap;
}

fieldset, .fieldset  {
    border: 1px solid var(--color-border);
    border-radius: 4px;
}

fieldset legend {
    font-weight: bold;
}

.assi_maske_content fieldset,
.assi_maske_content input[type="text"],
.assi_maske_content input[type="password"],
.assi_maske_content textarea,
.assi_maske_content input[type="search"],
.assi_maske_content input[type="number"],
.assi_maske_content input[type="date"],
.assi_maske_content input[type="time"],
.assi_maske_content input[type="email"],
.assi_maske_content input[type="tel"],
.assi_maske_content input[type="url"],
.assi_maske_content .custom-combobox,
.cke {
    margin-bottom: 10px;
    margin-top: 2px;
}

.ui-autocomplete-category {
    font-weight: bold;
}

form#form_assi_schnellbuchung div#tabs-1 label {
    font-weight: bold;
}

form#form_assi_schnellbuchung div.row {
    margin-left: 0;
    margin-right: 0;
}

form#form_assi_schnellbuchung div.columns {
    padding-left: 3px;
    padding-right: 3px;
}

ul.list_uebersicht {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.list_uebersicht li {
    border-bottom: 1px solid var(--color-border);
    font-size: 0.7rem;
}

div#div_vorgang_abrechnen div.ui-accordion-content {
    padding: 2px;
}

#live_vorschau,
#live_vorschau-pdf,
#live_vorschau-email {
    height: 500px;
    width: 100%;
}

a.belegungsplan_tab_delay:link {
    background-color: var(--color-error);
    color: var(--color-surface);
}

div#belegungsplan_content
table
tr[class^="fc-resourcerow-fzg_id"]
> td:not(.fc-resourceName) {
    background: var(--color-surface);
}

div#belegungsplan_content table tr[class^="fc-resourcerow-fgz_gruppe"] > td,
div#belegungsplan_content table tr td.fc-resourceName {
    background: var(--color-surface);
}

div#belegungsplan_content table tr[class^="fc-resourcerow-fgz_gruppe"] > td.fc-resourceName/*Border - RIght*/ {
    font-weight: bold;
    vertical-align: middle;
}

div#belegungsplan_content table tr[class^="fc-resourcerow-fzg_id"] > td.fc-resourceName  /*Kein border bottom */ {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    vertical-align: middle;
}

div#belegungsplan_content table tr[class^="fc-resourcerow-fzg_id"].fc-last > td.fc-resourceName  /*Kein border bottom */ {
    border-bottom: 1px solid var(--color-border);
}

div#tabs_belegungsplan input.aktualisieren {
    font-size: 25px;
    padding: 7px;
}

.fc-button-primary:disabled,
.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
    background-color: var(--color-text);
}

.ui-tabs .ui-tabs-panel.tab-station,
#tabs_belegungsplan-station > ul li.ui-tabs-tab {
    background-color: var(--color-surface);
}

.ui-state-active,
h3.plan,
a.ui-state-active {
    background: var(--color-primary) !important;
    border: 0 !important;
    color: var(--color-surface) !important;
}

div.SelectboxSelectDiv {
    display: inline;
}

div#belegungsplan_nav input[type="button"],
input.SelectNoItems,
input.SelectAllItems,
input.fahrzeuggruppen_auswahl {
    height: 29px;
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}

input:checked ~ .switch-paddle {
    background: var(--color-secondary);
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}

input.waehrung {
    max-width: 110px;
    text-align: right;
}

input.smallboxnumber {
    text-align: right;
    width: 6rem;
}

input.hasDatepicker {
    text-align: right;
    width: 7rem;
}

input.boxuhrzeit {
    text-align: right;
    width: 5rem;
}

div#vorschau_iframe_container {
    border: 1px solid var(--color-border);
    max-height: 600px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

div#vorschau_iframe_container iframe {
    height: 100%;
    width: 100%;
}

.no-js-hide,
.no-js {
    display: none;
}

/*Alter Belegungsplan Roller */

table#table_belegungsplan tr/*, table.noAlternateBackgground tr*/ {
    background: transparent !important;
}

span.belegt_span_termin {
    cursor: pointer;
}

.durchstrich,
.durchstrich td,
.durchstrich .column {
    text-decoration: line-through;
}

table#table_formular_auswahl tr td div {
    word-wrap: break-word;
}

div.form-builder ul li {
    height: auto;
}

.ui-datepicker-trigger i {
    font-size: 2em;
    margin: 0 5px 0 8px;
    vertical-align: middle;
}

div.row_abstand .row .column {
    padding-bottom: 18px;
}

div.alternierend:nth-of-type(even) {
    background-color: var(--color-bg);
}

div.alternierend div.column {
    padding-bottom: 6px;
    padding-top: 6px;
}

table#table_station,
table#table_kennzeichen {
    margin: 0;
}

table#table_station td,
table#table_kennzeichen td {
    padding: 0;
}

div#jstree_website {
    min-height: 200px;
}

.kassenbuch button.ui-button {
    background-color: var(--color-surface);
}

table#ausgaben tbody tr:hover td,
table#einnahmen tbody tr:hover td,
table#storno tbody tr:hover td {
    background-color: var(--color-surface) !important;
}

tr.storno td {
    color: var(--color-error);
}

div.tabs.kassenbuch table.ui-widget {
    width: 100%;
}

.auswahlsticky {
    background-color: var(--color-surface);
}

.textbold {
    font-weight: bold;
}

.unterschrift_iframe {
    min-height: 300px;
    width: 100%;
}

body.noscroll {
    bottom: 0;
    left: 0;
    /* disable scrollbar on both x and y axis */
    overflow: hidden;

    /* disable scrollbar on x-axis only */
    overflow-x: hidden;

    /* disable scrollbar on y-axis only */
    overflow-y: hidden;

    /* disable scroll */
    position: fixed;
    right: 0;
    top: 0;
}

.jstree a.inaktiv {
    text-decoration: line-through;
}

.jstree a.jstree-anchor i.jstree-icon {
    background-size: contain !important;
}

#einstellungen_tab tr:first-child td u {
    font-weight: bold;
    text-decoration: none;
}

#einstellungen_tab tr td {
    vertical-align: top;
}

#form_mitarbeiter_aufwand img.img_person_drucken,
#form_mitarbeiter_aufwand img.img_person_email,
#form_mitarbeiter_aufwand img.img_person_sms,
table.mitarbeiter_aufwand img.img_person_sms {
    display: none;
}

table.mitarbeiter_aufwand thead td {
    border-bottom: 1px solid var(--color-heading);
    vertical-align: bottom;
}

table.mitarbeiter_aufwand tr:last-child .DelIcon,
table.mitarbeiter_aufwand .img_person_drucken,
table.mitarbeiter_aufwand .img_person_email {
    display: none;
}

/*Zuweisung*/

table#table_zuweisung {
    border-collapse: collapse;
}

table#table_zuweisung tr.zuweisung_sicher td {
    background-color: var(--color-secondary);
    border-bottom: 1px solid var(--color-heading);
    border-top: 1px solid var(--color-heading);
}

table#table_zuweisung tr.zuweisung_unsicher td {
    background-color: var(--color-warning);
    border-bottom: 1px solid var(--color-heading);
    border-top: 1px solid var(--color-heading);
}

.drittelwidth,
.drittel-width {
    width: 33%;
}

.zweidrittelwidth {
    width: 66%;
}

.valigntop {
    vertical-align: top;
}

.nomargin {
    border-collapse: collapse;
    margin: 0;
}

.nomargin td {
    margin: 0;
    padding: 0;
}

.belegt_span_termin {
    background-color: var(--color-muted);
}

.textbox.colorPicker {
    display: none;
}

#vorschau_container #tarifbetrag_vorschau {
    max-height: 280px;
    overflow-y: scroll;
}

#table_abholung tr td,
#table_rueckgabe tr td {
    word-wrap: break-word;
}

a.formularvorschau.active {
    text-decoration: underline;
}

input.eingabe_mitarbeiter_nummer {
    font-size: 40px;
    height: 60px;
    text-align: right;
    width: 200px;
}

div.person_icons img {
    float: right;
}

div.person_box {
    float: left;
    margin-right: 5px;
    max-width: 80%;
    min-width: 60%;
}

div.person_box_auswahl {
    margin-left: 5px;
    padding-left: 5px;
    vertical-align: middle;
}

div.person_box_auswahl img {
    margin-right: 5px;
}

div.person_box_auswahl img:last-child {
    margin-right: 0;
}

input[type="button"].gedreht {
    transform: rotate(270deg);
}

div.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

i.IconEdit.aktuelles_datum_setzen {
    margin-left: 10px;
    margin-right: 10px;
}

.ui-widget-content .column > a:not(.button) {
    color: var(--color-primary);
}

a:not(.button):hover {
    text-decoration: underline;
}

div.hilfetext {
    margin-left: 2px;
    margin-top: 2px;
    opacity: 0.3;
    position: absolute;
    z-index: 0;
}

input[type="text"][title],
input[type="search"][title],
input[type="email"][title],
input[type="num"][title] {
    text-indent: 10px;
}

.ui-autocomplete li {
    overflow: hidden;
}

div.hilfe_pencil {
    cursor: pointer;
    font-size: 25px;
}

.hilfetext_aktiv {
    border: 2px solid green;
}

.premiumfont {
    color: var(--color-error);
}

.premium {
    background: transparent;
    color: gold;
    font-size: 50px;
}

.blockUI.blockOverlay {
    cursor: not-allowed;
    min-height: 60px;
    padding: 8px;
}

.premiumaccount > .dark {
    opacity: 0.2;
}

/*Belegungsplan V2*/

li.alert.rueckgabe,
li.ui-tab.alert,
#tabs_belegungsplan .row.alert {
    background-color: var(--color-error);
    color: var(--color-surface);
}

#tabs_belegungsplan .row.alert {
    margin-bottom: 1px;
}

li.ui-tabs-active.alert {
    background-color: var(--color-error);
}

li.ui-tab.alert a {
    color: var(--color-error);
}

div.row.alert a {
    color: var(--color-heading) !important;
}

div.fc-view-container table tbody tr:nth-child(even) {
    background-color: transparent;
    border-bottom: 0;
}

.fc-event:hover,
#tab-belegungsplan[recht_id="10"]
.fc-resource-area
tr[data-resource-id^="fzg_id"]:hover {
    background-color: var(--color-primary) !important;
    cursor: pointer;
}

.fc-event:hover *,
#tab-belegungsplan[recht_id="10"] .fc-resource-area tr[data-resource-id^="fzg_id"]:hover
* {
    color: var(--color-bg) !important;
}

.fc-time-area .fc-scroller {
    margin: 0 !important;
}

.fc-widget-header .fc-scroller {
    overflow: hidden !important;
}

.fc-scroller-canvas .fc-content > table tbody tr:nth-child(3) {
    display: none;
}

.fc-resource-area th.fc-widget-header .fc-cell-text {
    display: none;
}

.cssMarker {
    border-bottom: 2px dashed var(--color-error);
    position: absolute;
    z-index: 20;
}

body.testmodus {
    background-color: var(--color-surface);
}

div.fc-view table thead th.fc-widget-header .fc-cell-content span {
    white-space: normal;
}

.aktion button,
.aktion a.button {
    font-size: 25px;
    padding: 5px;
}

.DivAccBel.Warnung h3 {
    background-color: var(--color-surface);
    color: var(--color-error);
}

div.fc-view-container
table
tbody
tr[data-resource-id^="fahrzeuggruppe_sub_id"] {
    background-color: var(--color-surface);
}

#tabs-suche .column.rechnungsnummer {
    overflow: hidden;
}

tr[data-resource-id^="fzg_id"] .fc-widget-content .fc-cell-content .fc-icon,
tr[data-resource-id^="fahrzeuggruppe_sub_id"] .fc-cell-content > .fc-icon {
    display: none;
}

.ansicht_datenobjekt {
    max-height: 600px;
    overflow-y: scroll;
}

.neueinrichtung.ui-progressbar > div {
    background-color: var(--color-secondary);
    margin: 0;
}


.fc-button .fc-icon {
    font-size: 1em;
}

.fc-view > table {
    empty-cells: show;
}

.fc-view > table .tableFloatingHeaderOriginal {
    background: rgba(255, 255, 255, 0.9);
}

area {
    background: var(--color-error);
}

div.einbuchen {
    cursor: pointer;
}

div.einbuchen:hover {
    text-decoration: underline;
}

div.einbuchen .hilfetext {
    display: none;
}

#link_gen_area xmp {
    white-space: pre-wrap;
}

div.DivAccordion.grundeinrichtung .ui-accordion-content {
    padding-left: 0;
    padding-right: 0;
}

.row .column .chzn-container,
.row .column .select2 {
    margin: 0 0 1rem;
}

.switch {
    margin-bottom: 6px;
}

.formularedit.email > ul {
    display: none;
}

.formularedit.email {
    border: 0;
}

.formularedit.email #tab-edit-email {
    padding: 0;
}

.vorgang_positionen .headline {
    border-bottom: 1px solid var(--color-border);
    font-weight: bold;
    margin-bottom: 10px;
}

.vorgang_positionen #freiposition_container .freiposition .entfernen {
    display: none;
}

.vorgang_positionen
#freiposition_container
.freiposition:last-child
.entfernen {
    display: inline;
}

.vorgang_positionen
#freiposition_container
.freiposition:first-child
.entfernen {
    display: none;
}

#form_buchung .DivAccordionClosed.warnung h3,
#form_buchung .DivAccordion.warnung h3 {
    background-color: var(--color-warning);
}

div.fahrzeugmiete .fahrzeugbezeichnung {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul#positionen {
    margin-left: 0;
}

ul#positionen li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#positionen li:before {
    content: "\2022";
    margin-right: 6px;
}

span.station_mietbeginn {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uebersicht .statuscheck ul {
    margin-left: 0;
    margin-top: 9px;
    padding-left: 0;
}

.statuscheck ul,
.statuscheck ul li {
    list-style-type: none;
}

.statuscheck ul li {
    -webkit-box-orient: vertical; /* vertikale Ausrichtung */
    display: -webkit-box; /* nötig für Box-Layout */
    -webkit-line-clamp: 4; /* maximal 4 Zeilen anzeigen */
    overflow: hidden; /* Textüberlauf abschneiden */
}

.statuscheck input[type="button"] {
    display: none;
}

.statuscheck input[type="button"]:first-child {
    display: inherit;
}

.row.bordertop .column {
    border-top: 1px solid var(--color-border);
}

.is-dropdown-submenu {
    min-width: 250px;
}

div.fc-rows tr.auswahl_aktiv td {
    background-color: var(--color-primary);
    color: var(--color-surface);
}

div.fc-rows table tr .fc-divider {
    background-color: var(--color-primary);
    color: var(--color-surface);
}

div.fc-rows table>tbody>tr[data-resource-id^="fahrzeuggruppe_sub_id"]  {
    background-color: var(--color-bg);
}
.fc-resource-area div.fc-rows table>tbody>tr[data-resource-id^="fzg_id"]:nth-child(even),
.fc-time-area div.fc-rows table>tbody>tr[data-resource-id^="fzg_id"]:nth-child(even) {
    background-color: var(--color-bg-shading);
}

.ui-tabs .ui-tabs-panel.inhaltartikelauswahl {
    padding-top: 1.5rem;
}

div#sammelvorgang_container ul.sammelvorgang_items {
    max-height: 250px;
    overflow-y: auto;
}

div#sammelvorgang_container ul,
div#sammelvorgang_container ul li {
    list-style-type: none;
}

div#sammelvorgang_container ul li {
    cursor: pointer;
    margin-left: -5px;
}

div#sammelvorgang_container ul li:hover {
    text-decoration: underline;
}

div.DivAccBel h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.DivAccBel > div hr:last-child {
    display: none;
}

div.tabartikelliste div.artikelliste:last-child hr {
    display: none;
}

td.addRemoveButtonField {
    padding-top: 0;
}

table.fahrzeug_table table {
    margin-bottom: 0;
}

.kopfzeile {
    min-height: 35px;
}

#artikel_kategorie tbody tr:first-child .deleteIconTable {
    display: none;
}

.callout {
    border: 1px solid var(--color-border);
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.callout.secondary {
    background-color: var(--color-surface);
}

.callout.content-width {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.ui-tabs {
    background-color: var(--color-surface);
    margin-top: 5px;
    padding: 0;
}

.ui-tabs .ui-tabs-nav li {
    background-color: var(--color-surface);
    margin-right: 5px;
    margin-top: 4px;
}

.ui-tabs .ui-tabs-panel {
    background-color: var(--color-surface);
    padding-left: 0;
    padding-right: 0;
}

.ui-widget-header {
    background: var(--color-bg);
}
.ui-widget-header,
.ui-widget,
.ui-widget.ui-widget-content {
    border: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: var(--color-bg);
    border: 0;
    color: var(--color-text);
    font-weight: normal;
}
.ui-dialog-titlebar .ui-button.ui-button-icon-only {
    background-color: var(--color-surface);
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: var(--color-warning);
    border: 1px solid var(--color-warning);
    color: var(--color-muted);
}

.ui-progressbar {
    background: var(--color-surface);
}

body.frame h3.ui-accordion-header,
.ui-tabs .ui-tabs-panel div.ui-accordion h3.ui-accordion-header {
    background-color: var(--color-bg);
}

.ui-accordion .ui-accordion-header-active {
    color: var(--color-surface);
}

.ui-accordion .ui-accordion-header-collapsed {
    margin-bottom: 4px;
}

#gruppe_container .row:first-child input.alert {
    display: none;
}

ul.liste_belegungsplan_tooltip {
    margin-bottom: 0;
}

#tab-felder-content .feldliste {
    background-color: var(--color-surface);
    border: 1px solid var(--color-muted);
    margin: 5px;
    max-height: 300px;
    overflow-y: auto;
    padding: 5px;
}

#progressbar div {
    text-align: center;
}

#progressbar {
    height: 50px;
}

#tab-tabelle-content ul,
#tab-tabelle-content li {
    list-style-type: none;
}

.feldliste label,
#tab-tabelle-content label {
    display: table-cell;
    height: 26px;
    vertical-align: middle;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

#sortable li {
    background: var(--color-surface);
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
}

#sortable li span {
    margin-left: -1.3em;
    margin-top: 3px;
    position: absolute;
}

div#abfrage_ansicht {
    margin-bottom: 20px;
    margin-top: 10px;
}

code {
    color: var(--color-heading);
    display: block;
    font-family: monospace;
    margin: 1em 0;
    white-space: pre;
}

.ui-dialog .ui-dialog-content.dialog_growl {
    background: var(--color-surface);
    border-radius: 5px;
    color: var(--color-heading);
    opacity: 0.85;
}

.vorgang_suchfilter .SelectboxSelectDiv {
    display: none;
}

/** Datatable CSS **/

.dataTableHistorie ul li {
    font-size: x-small;
}

.dataTableHistorie ul {
    margin: 0;
}

.DataTableSlim td,
.DataTable td,
.DataTableSlim td a,
.DataTable td a {
    word-wrap: break-word;
}

table.dataTable tr.odd {
    background-color: var(--color-bg-shading);
}

.DataTableAroundDiv {
    margin-bottom: 25px;
}

.dataTable th:first-child {
    border-left: 0;
}

.dataTable th,
.dataTable th *,
.dataTable td,
.dataTable td * {
    font-size: 0.85rem;
}

.dataTable th i,
.dataTable th * i,
.dataTable td i {
    font-size: 2rem;
}

#datatable td,
#datatable th {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table.dataTable.dtr-inline.collapsed
> tbody
> tr[role="row"]
> td:first-child:before,
table.dataTable.dtr-inline.collapsed
> tbody
> tr[role="row"]
> th:first-child:before {
    top: 4px;
}

.DataTableSlim.vorgang,
.DataTableSlim.vorgang b,
.DataTableSlim.vorgang input.button {
    font-size: 0.9rem;
}

@media only screen and (max-width: 800px) {
    .DataTableSlim.vorgang,
    .DataTableSlim.vorgang b,
    .DataTableSlim.vorgang input.button {
        font-size: 0.8rem;
    }
}

.DataTableSlim.vorgang tr td {
    vertical-align: top;
}

.DataTableSlim.vorgang tr td.positionen,
.DataTableSlim.vorgang tr td.personen {
    max-width: 300px;
}

.DataTableSlim.vorgang tr td.betrag {
    text-align: right;
    white-space: nowrap;
}

a.button.vorgang_alt {
    display: none;
}

#url_api_te {
    font-family: courier;
    word-break: break-word;
}

div#tabs-grundeinstellungen .tabs .column {
    border-right: 1px dashed lightgrey;
    border-top: 1px dashed lightgrey;
}

td.km_eingabe input {
    width: 100px;
}

div.container .row:first-child input.entfernen {
    display: none;
}

div#ausweisinfopreview img {
    margin: 5px;
    margin-bottom: 11px;
    max-height: 59px;
}

div#langzeitrabatt div.werte_langzeitrabatt:first-child .alert {
    display: none;
}

#hinweis_bestellung {
    margin-top: 10px;
}

.sticky_bottom_before {
    height: 60px;
}

.sticky_bottom {
    bottom: 35px;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.pricingdiv input[type="number"] {
    margin-bottom: 15px;
}
input[type=number], input.hasDatepicker, input.smallboxnumber{
    max-width:120px;
}

.pricingdiv input[type="text"] {
    margin-bottom: 15px;
    max-width: 80%;
}

.pricingdiv input.account_tm {
    max-width: 500px;
}

sub {
    line-height: unset;
}

.chatbot-messages {
    /*Zeilenumbruch wie übergeben */
    white-space: pre-line;
}

[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0;
}

table.eingabetabelle,
div.eingabetabelle {
    max-width: 640px;
}

table.eingabetabelle {
    border: 1px solid var(--color-border);
    border-collapse: collapse;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
}

table.eingabetabelle tr:nth-child(even) {
    background-color: var(--color-surface);
}

table.eingabetabelle td {
    border: 1px solid var(--color-border);
    padding: 8px;
}

table.eingabetabelle input,
table.eingabetabelle textarea,
table.eingabetabelle select {
    border-radius: 4px;
    box-sizing: border-box;
}

.preis_setting_container > .einstellungen_tarif {
    margin-bottom: 3px;
    padding: 10px;
}

.preis_setting_container > .einstellungen_tarif:nth-child(even) {
    background-color: var(--color-surface);
}

.ui-tabs .ui-tabs-panel.useACCIntern {
    padding: 5px;
}

.mehrdauer_einheit {
    max-width: 150px;
}

/* Container */

#chatgpt_ergebnis {
    overflow-x: auto;
}

#chatgpt_menu .vertical.menu {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 4px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

/* List items */

#chatgpt_menu .vertical.menu li {
    border-bottom: 1px solid var(--color-border);
    cursor: pointer;
}

/* Remove bottom border on last item */

#chatgpt_menu .vertical.menu li:last-child {
    border-bottom: none;
}

/* Links */

#chatgpt_menu .vertical.menu li {
    display: block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    text-overflow: ellipsis;
    transition:
            background-color 0.2s ease,
            padding-left 0.2s ease;
}

/* Hover state */

#chatgpt_menu .vertical.menu li:hover,
#chatgpt_menu .vertical.menu li.active {
    padding-left: 1.25rem;
}
#chatgpt_menu .vertical.menu li:hover {
    background-color: var(--color-primary-hover);
    color: var(--color-surface);
}
#chatgpt_menu .vertical.menu li.active {
    background-color: var(--color-primary);
    color: var(--color-surface);
}

/* ===== Moderne Formular-Inputs ===== */

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
select,
option {
    height: 2.15rem;
}

input[type="number"] {
    padding: 0.1rem;
    text-align: right;
}

input[readonly] {
    cursor: default;
}

textarea {
    height: 4.15rem;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="number"],
textarea,
select {
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 0.305rem;
    box-sizing: border-box;
    color: var(--color-text);
    transition:
            border-color 0.2s ease,
            box-shadow 0.2s ease;
    width: 100%;
}

/* Placeholder-Farbe */
input::placeholder,
textarea::placeholder {
    color: var(--color-muted);
}

/* Fokus-Zustand */
input:focus,
textarea:focus {
    border-color: var(--color-primary);
    /* sanfter „Ring“ um das Feld */
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3); /* var(--color-primary) mit 30% Deckkraft */
    outline: none;
}

/* Disabled-Zustand */
input:disabled,
textarea:disabled {
    background-color: var(--color-bg);
    cursor: not-allowed;
    opacity: 0.6;
}

/* Fehler- und Erfolgszustand */
input:invalid, input.feldFehler, .feldFehler:focus {
    border-color: var(--color-error);
}
input.valid, input.feldOK, .feldOK:focus {
    border-color: var(--color-success);
}

/* Optional: kleine Ausnahmen für Inline-Checkbox/Radio */
input[type="checkbox"],
input[type="radio"] {
    border: none;
    box-shadow: none;
    margin-right: 0.25rem;
    padding: 0;
}

/*** Preisliste ***/
#row_preise table tbody tr:nth-child(even){
    background-color: var(--color-surface);
}
#row_preise input[type="text"], #row_preise input[type="number"]  {
    max-width: 120px;
}
#row_preise input[name="bezeichnung"], #row_preise input[name="bezeichnung_internet"]{
    max-width: 100%;
}
#row_preise input::placeholder {
    text-align: right;
}
#row_preise table.tarifVorschau{
    width: 100%;
}

/*Neueinrichtung */
.neueinrichtung.ui-progressbar{
    border: 1px solid var(--color-border);
}