body {
    font-family: Calibri, Arial;
    /*background-color: #fec;*/
}
sup {
    font-size: 0.6em;
    display: none;
}
.ausblenden {
    display: none !important;
}
.nowrap {
    white-space: nowrap;
}
#statusdeckel {
    position: relative;
    background-color: #fff;
    opacity: 0.7;
    width: 100%;
    height: 95vh;
    overflow: hidden;
}
#statusdeckel .wartesymbol {
    position: relative;
    width: 50vw; 
    height: 100%;
    margin: auto auto;
    text-align: center;
}
#statusdeckel .wartesymbol img {
    /* width: 100%; */
    height: 100%;
}
#statusdeckel_progr {
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 60px;
    bottom: 38%;
    color: #999;
    font-size: 1.5em;
}
#sperrung {
    margin-left: 30px;
    font-weight: bold;
    font-size: 1.4em;
    color: #f00;
}

.inputfehler:not(.kopf-zuordnung) {
    background-color: #f99 !important;
}
.kopiervorschlag {
    color: #999;
}
.kopiervorschlag.erforderlich {
    color: #c00;
}
.kopf {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* height: 130px; */
    padding: 20px 20px 10px 20px;
    background-color: #fff;
    z-index: 10;
}
@media print {
    body {
        background-color: transparent;        
    }
    .kopf {
        display: none;
    }
}
.kopf img {
    width: 20px;
    height: 20px;   
}
.kopf-links {
    position: relative;
    float: left;
    text-align: left;
}
.kopf-links h1 {
    margin-top: 0;
    display: inline-block;
}
.kopf-links button[symbol-svg] svg.home-solid {
    width: 26px;
    height: 26px;
}
.kopf-links button {
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    margin-right: 15px;
}
.kopf-rechts {
    position: relative;
    float: right;
    text-align: right;
}
.kopf-rechts .bearbeitung svg {
    width: 16px;
    height: 16px;
    color: #fff;
}
.nachrichten {  /* ist Link */
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin-top: 4px;
    padding: 5px;
}
.startseite .nachrichten {
    display: none;
}
.nachrichten[prio="0"] {
    background-color: #9cf;
    color: #666;
}
.nachrichten[prio="1"] {
    background-color: #f90;
    color: #ccc;
}
.nachrichten[prio="2"] {
    background-color: #f00;
    color: #ccc;
}

/*************************************************************************************************/
.textsuche {
    display: none;
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 6px;
    background-color: #eee;
    white-space: nowrap;
    width: 320px;
}
.textsuche label {
    width: 52px;
}
.textsuche input {
    width: calc(100% - 120px);
}
.textsuche button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0px 0;
    vertical-align: top;
}
.suchensvg {
    width: 20px;
    height: 20px;
    color: #00f;
}
.weiter .suchensvg {
    opacity: 0.2;
}
.vorher .suchensvg {
    transform: rotate(180deg);
    opacity: 0.2;
}
.btnentfernen svg {
    color: #c00;
}
/* ************************************************************************************************ */
#schluss {
    border-top: solid 1px #666;
    margin-top: 15px;
}
#schluss .jsversion {
    margin: 0 6px;
    font-size: 0.9em;
}

/*************************************************************************************************/
.bearbeitung {
    display: none;
    padding-left: 15px;
    margin-bottom: 6px;
    /* margin-top: 2px; */
    vertical-align: top;
}
.btn-bearbeiten {
    color: #FFF;
    background-color: #1e82ff; 
    border-radius: .25rem;
    border: 1px #999 solid;
    padding: 10px;
    font-family: Arial;
    font-size: 1.2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
}
a.btn-bearbeiten  {
    text-decoration: none;
    color: #fff;
}
.bearbeitung .btn-bearbeiten {
    background-color: #1e82ff; 
    border: solid 2px #1e82ff; 
}

.bearbeiten-speichern {
    opacity: 0.4;
    background-color: #1e82ff;
    cursor: auto;
}
.umsch-bgr.aktiv,
.bearbeitung.neuladen.aktiv .btn-neuladen,
.bearbeiten-speichern.aktiv {
    opacity: 1;
    background-color: #FF0000;
    cursor: pointer;
}
.seitespeichern, 
.dsspringen {
    display: inline; 
    vertical-align: top;
}

/* doppelfenster: */
.fenster {
    display: inline-block;
    width: calc(50% - 2px);
    height: 96vh;
}
.fenster select {
    width: 100%;
    font-size: 1.3rem;
    text-align: center;
    
    position: relative;
    height: 26px;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #eee;
}
.fenster iframe {
    display: block;
    width: 100%;
    height: calc(100% - 30px);
}
/* ********************************************************************************************** */
.datensatzsuche {
    position: relative;
    height: 65px;
}
.datensatzsuche > span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px; 
    width: 100%;
    padding: 10px; 
}
.datensatzsuche input {
    width: 100%; 
    display: none;
}
.datensatzsuche div {
    display: inline-block;
    width: 100%;
    min-height: 28px;
    background-color: #fff;
    border: 1px solid #999;
    padding: 3px;
}
.datensatzsuche .titelzeile {
    width: 100%;
    display: none;
    position: relative;
    z-index: 99;
    margin: 0;
    padding: 0 20px 0 5px;    
    border: solid 1px #999;
    background-color: #eee;   
}
.datensatzsuche .titelzeile .titelbeschriftung{
    display: inline-block;
    font-size: 0.7em;
}
.datensatzsuche ul {
    width: 100%;
    display: none;
    position: relative;
    z-index: 99;
    
    list-style: none;
    background-color: #fff;
    border: 0.5px solid #999;
    margin: 0;
    padding: 0;
    max-height: 215px;  /* ca. 10 Zeilen */
    overflow: auto;
    
    margin-bottom: 15px;
}
.datensatzsuche ul li {
    margin: 0 20px 0 5px; 
}
.datensatzsuche ul li:hover {
    background-color: #ccc;
}
.datensatzsuche ul li.selected {
    background-color: #eee;
    border: solid 1px #999;
}

.datensatzsuche ul.show {
    display: block;
}
.datensatzsuche .wie-select:not(.read-only) {
    background-position: right;
    background-size: 20px 12px;
    background-repeat: no-repeat;
    background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(153,153,153)' stroke='rgb(153,153,153)' stroke-width='60px' stroke-linecap='round' d='M50 150 L256 362 L462 150'%3E%3C/path%3E%3C/svg%3E" );
}                                                                                                                                            
.datensatzsuche .filter-input {
    background-position: right;
    background-size: 20px 12px;
    background-repeat: no-repeat;
    background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 196 196'%3E%3Cpath fill='rgb(153,153,153)' stroke='rgb(153,153,153)' d='M31.4,76.9c0,25.9,21,47,47,47c10.4,0,20-3.4,27.7-9.1l44.9,44.9l12.2-12.2l-45.3-45.3c4.7-7.3,7.4-16,7.4-25.3 c0-25.9-21-47-47-47C52.4,29.9,31.4,51,31.4,76.9z M113.6,76.9c0,19.5-15.8,35.2-35.2,35.2c-19.5,0-35.2-15.8-35.2-35.2 c0-19.5,15.8-35.2,35.2-35.2C97.8,41.7,113.6,57.4,113.6,76.9z'/%3E%3C/svg%3E" );
}


[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: button;
}
[type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled, button:disabled {
    cursor: default;
    opacity: 0.4
}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}
input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit; 
    line-height: inherit; 
    z-index: 96;
}
button {
    margin: 0;
    font-family: inherit;
}
input[type="text"] {
    height: 26px;
}
/* --- button-group -------------------------------------------------- */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
     font-size: 1rem;
     line-height: 1.0;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-success {
    color: #999;
    background-color: #fff;
    border-color: #ccc;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 4px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none; 
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 5px;
    clear: both;
    font-weight: normal;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    color: #666;
    text-decoration: none;
}

.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    /* margin-left: .255em; */
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom:  0;
    border-left: .3em solid transparent;
}

*, ::after, ::before {
    box-sizing: border-box;
}
/* --------------------------------------------------------------------------------------------- */
.menues {
    position: absolute;
    top: 26px;
    right: 0;
    border: solid 1px #666;
    background-color: #fff;
    text-align: left;
    z-index: 99;
    display: none;
}
.menues li {
    list-style: none;
    white-space: nowrap;
    padding: 5px 6px 3px 3px;
}
.menues li.neuegruppe {
    border-top: solid 1px #999;
}
.menues .symbol {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: #eee;
}
.menues .symbol.aktiv {
    color: #0c0;
}
.menues .beschriftung {
    vertical-align: top;
}
/* --------------------------------------------------------------------------------------------- */

#dialogfensterflaeche {
    position: fixed; 
    top: 0px; 
    bottom: 0px; 
    left: 0px; 
    right: 0px; 
    z-index: 99; 
    background-color: rgba(0,0,0,0.5); 
    display: none;
    overflow: auto;
}
#confirmfensterflaeche {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.dialogfenster {
    position: relative; 
    border: solid 1px #000; 
    background-color: #f7f7f7; 
}
.dialogfenster h2.dialogtitel {
    margin: 0; 
    padding: 3px 15px; 
    text-align: left; 
    font-size: 1.3em; 
    font-weight: bold; 
    color: #999; 
}
.dialogfenster button.btn-schliessen { 
    position: absolute; 
    top: 0px; 
    right: 0px; 
    width: 30px; 
    height: 30px;
    padding: 3px; 
    margin: 0; 
    color: #666; 
    border: 0; 
    background-color: transparent;
    }
.dialogfenster button svg { 
    position: relative; 
    width: 26px; 
    height: 26px;
    color: #999;
}
.dialogfenster button {
    color: #FFF; 
    background-color: #1e82ff; 
    border-radius: .25rem; 
    padding: 6px 10px; 
    font-family: Arial; 
    font-size: 1.0em;
}
.dialogfenster.meldung {
    width: 300px; 
    height: 150px; 
    top: 30px; 
    left: 50%; 
    margin-left: -150px;
}
.dialogfenster.meldung .dialogfenster-body {
    height: calc(100% - 40px - 35px); 
    text-align: center; 
}
.dialogfenster.meldung .dialogfenster-footer {
    height: 40px; 
    text-align: center;
}
.dialogfenster.fehler {
    width: 90%; 
    left: 5%; 
    top: 10px;
}
.dialogfenster.fehler .dialogfenster-body {
    height: 300px; 
    text-align: left; 
    overflow: scroll; 
    padding: 20px;
}
.dialogfenster.fehler .dialogfenster-footer {
    height: 0px; 
    text-align: center;
}
.dialogfenster.confirm {
    width: 300px; 
    height: 200px; 
    top: 30px; 
    left: 50%;
     margin-left: -150px;
}
.dialogfenster.confirm .dialogfenster-body {
    height: calc(100% - 70px); 
    text-align: center; 
    padding: 15px; 
}
.dialogfenster.confirm .dialogfenster-footer {
    height: 40px; 
    text-align: center;
}
.dialogfenster.bilderanzeige {
    width: 100%; 
    height: 100%;
}
.dialogfenster.bilderanzeige .btn-schliessen {
    width: auto;
    margin: 2px 10px;
    font-weight: bold;
}
.dialogfenster.bilderanzeige .dialogfenster-body {
    height: calc(100% - 110px); 
    text-align: center; 
    overflow: auto; 
    white-space: nowrap;
}
.dialogfenster.bilderanzeige .dialogfenster-footer {
    height: 70px; 
    text-align: center; 
    overflow: auto; 
    padding: 5px;
}
.dialogfenster.bilderanzeige .dialogfenster-body .bildgross {
    max-height: 95%; 
    max-width: 100%; 
    margin: 0 10px;
}
.dialogfenster.bilderanzeige .dialogfenster-footer .bildtn {
    max-height: 55px; 
    max-width: 120px; 
    margin: 0 5px;
}
/* Dialogfenster firmen */
.dialogfenster.firmabearbeiten {
    width: 500px;
    margin: 0 auto;
    height: auto;
    top: 30px;
}
.dialogfenster.firmabearbeiten .dialogfenster-footer {
    height: 40px;
    text-align: right;
    padding: 0 20px;
}
.dialogfenster.firmabearbeiten .dialogfenster-body {
    height: calc(100% - 80px);
    padding: 20px;
    width: 100%;
}
.dialogfenster.firmabearbeiten span.kundendaten {
    display: inline-block;
    margin-bottom: 6px;
    vertical-align: top; 
}
.dialogfenster.firmabearbeiten label.kundendaten {
    display: inline-block;
    margin-right: 10px;
    text-align: right;
}
.dialogfenster.firmabearbeiten span.kundendaten.breit  {
    width: calc(100% - 40px);
}
.dialogfenster.firmabearbeiten span.kundendaten.ort  {
    width: calc(100% - 220px);
    margin-left: 10px;
}
.dialogfenster.firmabearbeiten .kundendaten.breit label,
.dialogfenster.firmabearbeiten .kundendaten.mittel label {
    width: 100px;
}
.dialogfenster.firmabearbeiten .kundendaten.plz label {
    width: 100px;
}
.dialogfenster.firmabearbeiten .kundendaten.breit input {
    width: calc(100% - 110px);
}
.dialogfenster.firmabearbeiten .kundendaten.mittel input {
    width: 140px;
}
.dialogfenster.firmabearbeiten .kundendaten.plz input {
    width: 60px;
}
.dialogfenster.firmabearbeiten .kundendaten.ort input {
    width: 100%;
}
.dialogfenster.firmabearbeiten button.symbol {
    border: 0;
    background-color: transparent;
}
.dialogfenster.firmabearbeiten button.symbol img {
    width: 16px;
    height: 16px;
}

/* ************************************************************************************************ */
.dialogfenster.spaltenauswahl {
    width: 400px; /* */
    margin: 0 auto;
    height: auto;
    top: 30px;
}
.dialogfenster.spaltenauswahl .dialogfenster-footer {
    height: 40px;
    text-align:
    right;
    padding: 0 20px;
}
.dialogfenster.spaltenauswahl .dialogfenster-body {
    height: calc(100% - 80px);
    padding: 20px;
}
.dialogfenster.spaltenauswahl .bezeichnung {
    display: inline-block;
    width: 200px;
}
.dialogfenster.spaltenauswahl .reihenfolge {
    width: 60px;
    text-align: center;
}
.dialogfenster.spaltenauswahl .einblenden {
    margin: 0 15px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

/* ************************************************************************************************ */
.dialogfenster.bgreigenschaften {
    margin: 0 auto;
    height: auto;
    top: 30px;
}
.dialogfenster.bgreigenschaften .dialogfenster-footer {
    height: 40px;
    text-align:
    right;
    padding: 0 20px;
}

.dialogfenster.bgreigenschaften .dialogfenster-body {
    height: calc(100% - 80px);
    padding: 20px;
}
.dialogfenster.bgreigenschaften .dialogfenster-body .untertitel span {
  text-decoration: underline;
}
.dialogfenster.bgreigenschaften .dialogfenster-body span.breit {
  display: inline-block;
  width: 110px;
}

.dialogfenster.bgreigenschaften .dialogfenster-body .buttonzeile {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.dialogfenster.bgreigenschaften .dialogfenster-body button {
    width: 24px;
    height: 24px;
    vertical-align: top;
    padding: 0;
    background-color: #eee;
}
.dialogfenster.bgreigenschaften .dialogfenster-body button.btn-bereinigen {
    width: auto;
    height: 24px;
    vertical-align: top;
    padding: 0 4px;
    background-color: #eee;
    color: #000;
}
.dialogfenster.bgreigenschaften .eigenschaften-liste {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft {
    width: calc(25% - 20px);
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft.kategorie {
    width: calc(60% - 20px);
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaftenkopf {
    width: 100%;
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaftenkopf span {
    display: inline-block;
    font-weight: bold;
    font-size: 0.9em;
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft-name {
    width: calc(15% - 20px);
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft-ausgabe {
    width: calc(22% - 20px);
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft-bemerkung {
    width: calc(22% - 20px);
    height: 26px;
    vertical-align: top;
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft-bemerkung2 {
    width: calc(35% - 20px);
    height: 26px;
    vertical-align: top;
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft-code {
    /* width: 300px; */
    width: calc(40% - 20px);
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft-einheit {
    /* width: 300px; */
    width: calc(40% - 20px);
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft-neu {
    width: calc(95% - 56px);
    display: none;
}
.dialogfenster.bgreigenschaften .dialogfenster-body .eigenschaft-anzahl {
    display: inline-block;
    width: 40px;
    font-size: 0.9em;
    text-align: center;
}
.dialogfenster.bgreigenschaften .dialogfenster-body button img {
    width: 14px;
    height: 14px;
}
.dialogfenster.bgreigenschaften .dialogfenster-body button svg {
    width: 20px;
    height: 20px;
    color: #000;
}

/* ********************************************************************************************* */
/*### Matrix-Anzeigen ###*/
.matrix-bereich {
    overflow-x: auto;
    padding-right: 10px;
}
.matrix-kopfzeile {
    width: fit-content;
    width: intrinsic; /* chrome ab 48 */
}
.matrix-kopfecke {
    display: inline-block;
    position: relative;
    padding: 1px 6px;
}
.matrix-kopfecke span {
    display: inline-block;
    position: absolute;
    bottom: 0px;
}
.matrix-spalten {
    display: inline-block;
    white-space: nowrap !important;
    width: auto;
}
.matrix-spaltenkopf {
    display: inline-block;
    position: relative;
    width: 50px;
    margin: 0;
}
.matrix-spaltenkopf .schraeg {
    display: inline-block;
    position: absolute;
    white-space: nowrap !important;
    bottom: 4px; 
    left: 32px; 
    transform-origin: 0 100%; 
    transform: rotate(300deg); 
    z-index: 900;
}
.matrix-block {
    height: 50vh;
    overflow-x: hidden; 
    overflow-y: auto;
    width: min-content;
    min-width: 101%;
}
.matrix-zeile {
    width: fit-content;
    width: intrinsic; /* chrome ab 48 */
    margin-right: 18px;
    padding: 6px 0;
}
.matrix-zeile:nth-child(even) {
    background-color: #eee;
}
.matrix-zeilenkopf {
    display: inline-block;
    padding: 1px 6px;
}
.matrix-zelle {
    display: inline-block;
    position: relative;
    width: 50px;
    /* margin: 0 10px 0 0; */
    text-align: center;
}
.matrix-spaltenname {
     display: none;
}  
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .matrix-kopfzeile {
        display: none;
    }
    .matrix-spalten {
        width: 100%;
    }
    .matrix-zeilenkopf {
        display: block;
    }
    .matrix-zelle {
        display: block;
        width: 98%;
        margin-left: 10%;
        text-align: left;
    }
    .matrix-zelle .auswahl {
        width: 30px;
    }
    .matrix-spaltenname {
        display: inline-block;
        width: 100%;
    }
}

.hilfeanzeige {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 70px;
    background-color: #eee;
    border: solid 1px #999;
    padding: 12px;
    display: none;
    max-width: 600px;
}
.hilfeanzeige .hilfebearbeiten {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 12px;
}
.hilfeanzeige .hilfetextbearbeiten {
    width: calc(100% - 80px);
    height: 40px;
    display: none;
}
.hilfeanzeige .hilfebutton {
    border: 0;
    background-color: transparent;
    float: right;
    display: none;
}
.hilfeanzeige .hilfebutton img {
    width: 20px;
    height: 20px;
}


/* Extra large devices (large desktops)
No media query since the extra-large breakpoint has no upper bound on its width */
 -->
/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .kopf {
        padding: 10px;
    }
    .kopf-links h1 {
        font-size: 1.2em;
        display: none;
    }
    .bearbeitung {
        padding-left: 10px;
    }
    .btn-bearbeiten {
        font-size: 1.0em;
    }
}

/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .kopf-links h1 {
        font-size: 1.2em;
        display: inline-block;
    }
    #datensatzsuche {
        right: 2px;
        width: 90%;
        z-index: 9;
        background-color: #FFFFFF;
        border: 2px solid #ccc;
        text-align: left;    
    }                       
    #datensatzsuche input {
        height: 25px;
        font-size: large;
    }
    #datensatzsuche textarea {
        height: 25px;
        font-size: large;
    }
    #datensatzsuche ul {
        height: 40px;
    }

}

/*  Breite S8, I8 */
@media (max-width: 379.98px) {
}

