div.textblock {
  font-size: 14px;
}


/*
.appbase.dyn-page {}
.appbase.native-page {}

.appbase .apphead
    h1
.appbase .appdisplay
    h2
.appbase .appdisplay .pageitem-xyh
*/

html, body {
    margin: 0;
    height: 100vh;
}

body > form {
    height: 100%;
}

.appbase .pageHeader:not(:has(*)) {
    padding: 0;
}

.appbase .appfooter:not(:has(*)) {
    padding: 0;
}

.appmenu { padding: 20px 0px; background-color:#fff; border-radius:7px; }
.appmenu .menuentry {  text-decoration:none; }
.appmenu .menuHide { padding: 0px 0px 20px 20px;}
.appmenu .menuHide > img { width: 100px; }
    .appmenu label {
        padding: 5px;
        color: #333;
        display: block;
    }
    .appmenu select {
        margin: 5px;
        padding: 5px;
        width: 90%;
    }
.appmenu button {
    margin: 5px;
    padding: 5px;
    width: 90%;
}

.appbase {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}
.appbase > *:nth-child(1) { flex-grow:0; }
.appbase > *:nth-child(2) { flex-grow:4; }

.appbase .apphead {
    display: flex;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    /*border-bottom: 2px dotted #444;*/
}
.appbase .apphead > div:nth-child(1) { flex-grow:0;}
.appbase .apphead > div:nth-child(2) { flex-grow:4;}

.appbase .apphead img { width:30px; }

/*.appbase .apphead h1 { margin-bottom:6px; }*/

.appbase .pageHeader {
    flex: 0 0 auto;
    padding: 20px;
    padding-top: 5px;
    overflow-y: visible;
    color: #fff;
}

.layout-webview .appbase {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-items: flex-start;
    justify-content: space-between;
    height: 100%;
    overflow: auto;
}

.appbase .appdisplay {
    flex: 1 1 auto; 
    color: #fff;
    padding: 10px;
    overflow-wrap: break-word;
    overflow-y: auto;
}

.appbase .appfooter {
    flex: 0 0 auto;
    padding: 5px;
    padding-bottom: 5px;
    overflow-y: visible;
}

.appbase .appwebview { border: none; }

/* ************* PageItem */

.appdisplay h1 {
    text-align: center;
}

.appdisplay .padLrBig {
    padding-right:50px; 
    padding-left:50px;
}

.appdisplay .padLr {
    padding-right:20px;
    padding-left:20px;
}

.appbase .pageitem-button {
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    align-content: center;
    border: none;
}

.appbase .pageitem-button:hover {
    filter: brightness(110%);
}

.appbase .pageitem-button.full {
    width:100%; 
    font-size: 1.5em; 
    padding: 10px 10px 5px 6px;
}

.appbase .pageitem-button.notFull {
    font-size: 1.5em; 
    padding: 10px 10px 5px 6px;
}

.appbase .actionbar-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-items: stretch;
    justify-content: space-between;
    margin-top: 20px;
    gap: 10px;
}

.actionbar-container .pageitem-button.full {
    flex-grow: 1;
    font-size: 1.5em;
    padding: 10px 10px 5px 6px;
    min-width: 25%;
}

.actionbar-container .pageitem-button.back-button {
    flex-basis: 15%;
}

.appbase .pageitem-image { text-align:center; }
.appbase .pageitem-image img { text-align:center;  max-height:400px; max-width:400px; }
.appbase .pageitem-image.max200 img { max-height:200px; max-width:200px;}

/* ************* Input */
.appbase div.input { background-color: #fff; padding: 2px 6px; border-radius:2px; margin-bottom:4px;}
.appbase div.input.big { padding: 6px 8px; border-radius:4px; margin-bottom:10px; }

.appbase input[type=text], .appbase input[type=password] { width:100%; border:0px;}
.appbase input[type=text]:focus, asdf.appbase input[type=password]:focus{ outline:none;}

.hideAfter5 { display:none; }
.appdisplay .errorOverlayTop { position:relative; }
.appdisplay .errorOverlayTop > div { position:absolute; z-index: 1001; left:0;right:0;margin:auto; top:20px; border:3px solid #808080; border-radius:5px; width: 400px; max-width:400px; padding:20px;background-color: #fff; color: #9b0000; font-weight:bold; }
.appdisplay .errorOverlayTop > div > p { width:100%; text-align:center; }



/* **************** Ubersicht */
.uebersichtBtn { display:flex; width:100%; flex-wrap:wrap; gap:10px; }
.uebersichtBtn.vertical { flex-wrap:nowrap; overflow-x:auto; padding-bottom:20px; }
.uebersichtBtn.vertical::-webkit-scrollbar-track-piece { background: none; }
.uebersichtBtn.vertical::-webkit-scrollbar-thumb { background: #ccc; }
.uebersichtBtn.vertical::-webkit-scrollbar { height:10px; }
.uebersichtBtn.vertical a { width:40%; }
.uebersichtBtn.horizontal { }
.uebersichtBtn a { text-align:center; color:#fff; text-decoration:none; display: inline-block; padding:10px; border-radius:8px; border:0px; width:49%; font-size:1.3em; flex-shrink:0;margin-left:auto;margin-right:auto }
.uebersichtBtn a span { display: block; }
.uebersichtBtn a span.t1  { font-weight:bold; }
.uebersichtBtn a img { max-width:60px; max-height:60px;min-width:60px; min-height:60px; }


/* **************** boxButton: BtnBox Anfragen, Mitarbeiter */
.boxButton {display: block; width:100%; color:#fff;  text-decoration:none;  padding:10px;  border-radius:8px; border:0px; margin-bottom: 20px; font-size:1.2em;   }
.boxButton > a { color:#fff;  text-decoration:none; display:block; }
.boxButton h2 { font-size: 1.2em; }
.boxButton h4 { font-size: 1.1em; margin-top:20px; }

.boxButton .inBoxButton {
    display:flex;
    justify-content:end;
    column-gap:10px;
}
.boxButton .inBoxButton > a {
    background:#fff; color: #555554;
    border-radius:5px;
    padding: 10px 10px 5px 10px;
    margin-right:10px;
    text-decoration:none;
    max-width: 30ch;
}

.boxButton .multiple-columns {
    display: flex;
    justify-content: end;
    column-gap: 15px;
}

.boxButton .multiple-columns div {
    flex: 1 0 auto;
}

.boxButton .multiple-columns div.indexer {
    flex: 0 0 30px;
}

.btn-ma-details { cursor:pointer; }

/* *************** GVO - FONTS:  */
@font-face { font-family: GvoFont; src: url("HelveticaLTStd-LightCond.otf") format("opentype"); }
@font-face { font-family: GvoFont; font-weight: bold; src: url("HelveticaLTStd-BoldCond.otf") format("opentype");}
@font-face { font-family: GvoFont2; src: url("HelveticaLTStd-Light.otf") format("opentype"); }


.appmenu .menuentry {  font-family: GvoFont; font-size: 1.2em; }
.appbase { font-family:GvoFont; font-size:1.1em; --bs-body-color: #555554;}
.appbase h1, .appbase h2, .appbase h3, .appbase h4 { font-weight:bold; }

.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.9rem) translateX(.15rem);
}
.form-control { font-size:1.1em; }
.form-control > input, .form-control > select, .form-control > textarea { padding-bottom: 0px;}
.invalid-feedback { font-size:1.1em; }
.form-control[readonly] { background: #ddd; }
.form-control.readonly, .form-control:disabled { background: #ddd; }

.pageitem-checkbox { display:flex; margin-bottom:10px;}
.pageitem-checkbox > label { flex-grow:2; }
.pageitem-checkbox > div { width:50px; }
.pageitem-checkbox > div > input { transform: scale(1.2);}

.filtering {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filtering .criterium {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: stretch;
}

.criterium label {
    flex: 0 0 75px;
    font-size: 1.2rem;
    font-weight: 400;
    margin-right: 0.5rem;
}

.criterium .criterium-control {
    flex: 1 1 auto;
    display: flex;
}

.criterium *.criterium-control {
    color: #555554;
}

.criterium .search-button input {
    flex: 1 1 auto;
    padding: 0.375rem 0.25rem 0.375rem 0.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: 0.25rem 0 0 0.25rem;
}

.criterium .search-button input::placeholder {
    color: #808080;
}

.criterium .search-button .glyph {
    flex: 0 0 auto;
    padding: 0.55rem 0.375rem 0.25rem 0.375rem;
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
    margin-left: -4px;
    background: #fff;
    color: #555554 !important;
}

.criterium .search-button input:focus, .criterium .search-button .glyph:focus {
    outline: none;
}

.criterium select {
    flex: 1 1 auto;
    padding: 0.7rem 2.25rem 0.375rem 0.25rem;
    font-size: 1.2rem;
    font-weight: 400;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background: #fff;
    color: #555554;
}

.criterium select:focus {
    outline: none;
}

.criterium optgroup {
}

.criterium option {
    white-space: nowrap;
}

.noclick {
    pointer-events: none;
    cursor: default;
}

.smaller {
    font-size: 0.8em;
}

.single-line-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.markdown blockquote {
    border-left: 8px #333 solid;
    padding: 5px 5px 0 5px;
}

.markdown code {
    padding: 2px 5px;
    margin: 0;
    font-size: 85%;
    background-color: #808080;
    color: #fff;
}

.markdown pre > code {
    padding: 5px;
    margin: 0;
    font-size: 85%;
    background-color: #808080;
    color: #fff;
}

.markdown pre {
    overflow: hidden;
}