@charset "UTF-8"; button.button-dialogue { border: thin solid hsl(0, 0%, 71%); border-radius: 0.3em; background-color: white; color: black; padding: 8px; width: 11em; } input.input { border: thin solid hsl(0, 0%, 71%); border-radius: 0.3em; background-color: white; color: black; line-height: 2.5em; } /*dateispezifische Basics*/ body { padding-top: 0px; /*202606 ergänzt die höhe der navbar*/ } body, .label, .searchresult, .placeholder { /*Schrift für Kopf, Suchform.Teile, Suchergebnisse*/ font-family: sans serif; font-weight: normal; font-size: 15px; /*202604 geändert von ursprgl. 12px;*/ } hr { background-color: whitesmoke; margin-top: -1rem; margin-bottom: 0.5rem; } /*HS-spezifische Anpassungen*/ .navbar-dialogue { position: sticky; /* 202606 ergänzt:Kopfzeile bleibt beim Scrollen "kleben"*/ top: 0; left: 0; width: 100%; height: 105px; background: #ECF0F3; z-index: 1000; margin-top: -55px; } .title-dialogue.is-4:before { content: ""; } .title-dialogue.is-4:after { content: " Filter"; } .title-dialogue.is-4 { color: hsl(0, 0%, 21%); font-weight: bold; font-size: 25px; } /**20260611 auskomm zum Test.button-dialogue { background-color: $button-dialogue-background; /*202604 für ok/reset/sbbruch-button*/ /* padding: 8px; border: thin solid black; width: 11em; }*/ .a-dialogue { color: black; font-family: sans-serif; font-weight: bold; font-size: 15px; } input[type=checkbox] { vertical-align: bottom; line-height: 1.25; /*20260611 auskommentiert zum Test background: $input-background;*/ } .input::placeholder, .textarea::placeholder, .select select::placeholder { /*202604 eingefügt*/ /*20260611 auskomentiert zum Test color: $input-color; */ font-size: 15px; } .comboDiv-dialogue { /*202605 ergänzt*/ margin-left: 1.6rem; } /* Standarddarstellung für größere Viewports */ .comboDiv { display: flex; justify-content: left; } .input-container.sticky-filter { /*202606 neu: äußerer Container*/ position: sticky; /*202606 neu: bleibt beim Scrollen sichtbar*/ top: 105px; /* Höhe der Navbar > siehe oben */ z-index: 999; background: #ECF0F3; padding: 0.5rem 0; } .input-container { display: flex; flex-direction: row; /* Ordnet Felder horizontal*/ margin-top: 0.2rem; background: #ECF0F3; } .input-container > .label { margin-bottom: 1rem; /*202604 geänd. v urprgl. 0*/ margin-right: 0.5rem; /*202606 geänd v. 2.2rem*; 202604 geänd. v. 1.2em*/ text-align: right; /*202606 ergänzt*/ } .field is-grouped is-grouped-multiline { display: flex; flex-direction: row; flex-wrap: wrap; gap: 1rem; } .field.is-grouped { display: flex; flex-direction: row; flex-wrap: nowrap; margin-left: 0.5rem; gap: 1rem; } .field { align-items: flex-start; /*für gleiche vertik. Feldausrichtung*/ } .label { margin-top: 5px; width: 8em; /*202604 geänd. v urprgl. 2em*/ font-weight: bold; /*202604: ergänzt*/ } .select select, .input { /*für Auswahlfeldstyle*/ border: thin solid hsl(0, 0%, 71%); border-radius: 0.3em; /*20260611 auskommentiert zum Test color: $input-color; */ /*202604 ergänzt*/ font-size: 16px; /*202604 ergänzt*/ padding-left: 5px; } /*Anpassungen für Viewports Mobile bis 768px=tablet-Hochformat */ @media screen and (min-width: 585px) and (max-width: 768px) { .input-container { flex-direction: row; gap: 1px; /* Fügt Abstand zwischen den Feldern hinzu */ } .input-container > .label { /*202605 ergänzt*/ margin-bottom: 0rem; text-align: right; /*202606 ergänzt*/ } .field.is-grouped { flex-direction: row; } .field { align-items: flex-start; } } /*Anpassung für kleine Viewports (Mobile)*/ @media screen and (max-width: 584px) { .input-container { flex-direction: column; /* Stapelt Felder*/ margin-top: 0rem; /*202604 geändert v ursprgl. 1rem*/ padding-bottom: 0.2rem; /*202604 eingefügt*/ } .input-container > .label { /*202605 ergänzt*/ margin-bottom: 0rem; text-align: left; /*202606 ergänzt*/ } .field.is-grouped { flex-direction: row; column-gap: 5px; /* Abstand label und Input/Select-Felder */ row-gap: 1px; /* Höhenabstand zwischen Feldern; ohne Angabe wird Abstand zu groß*/ } } /* Ergebnislisten von Sichten und gesuchten Elementen */ ul { list-style: none; } .sichtentreeUL { list-style-type: none; margin-left: 2em; padding: 0; } .sichtentreeCaret { cursor: pointer; -webkit-user-select: none; /* Safari 3.1 */ -moz-user-select: none; /* Firefox 2 */ -ms-user-select: none; /* IE 10 */ user-select: none; } .sichtentreeCaret::before { content: "▶"; color: #014A7B; display: inline-block; margin-right: 0px; } .sichtentreeCaret-down::before { -ms-transform: rotate(90deg); /* IE 9 */ -webkit-transform: rotate(90deg); /* Safari */ transform: rotate(90deg); } .sichtentreePlaceholder { margin-left: 16px; } .sichtentreeNested { display: none; margin-right: 0px; padding-left: 13px; } .sichtentreeActive { display: block; margin-right: 0px; padding-left: 13px; } .sichtentreeSpacer { padding-left: 10px; /*wofür nötig?*/ } .sichtentreeLink { text-decoration: none; /* keine Unterstreichung für links */ } .sichtentreeLinkWithSpace { text-decoration: none; /* keine Unterstreichung für links */ margin-left: 10px; box-decoration-break: clone; -webkit-box-decoration-break: clone; } ul.sichtentreeChildUL { margin: 0px; padding-left: 10px; list-style-type: none; list-style-position: inside; list-style-image: none; } /*# sourceMappingURL=sx_field_dialogue.css.map */