@charset "utf-8";

:root {
    --navHeight: 3em;
    /*--akademieBlau: #007bff;*/
    /*--rahmenblau: #003c80b3;*/
    --rahmenblau: #003c80;
    /*#1166cc*/
}

/*@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSans/noto-sans-v7-greek_latin_latin-ext-regular.eot');
    src: local('Noto Sans'), local('NotoSans'),
    url('../fonts/NotoSans/noto-sans-v7-greek_latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NotoSans/noto-sans-v7-greek_latin_latin-ext-regular.woff2') format('woff2'),
    url('../fonts/NotoSans/noto-sans-v7-greek_latin_latin-ext-regular.woff') format('woff'),
    url('../fonts/NotoSans/noto-sans-v7-greek_latin_latin-ext-regular.ttf') format('truetype'),
    url('../fonts/NotoSans/noto-sans-v7-greek_latin_latin-ext-regular.svg#NotoSans') format('svg');
}*/

@font-face {
    font-family: 'TeuthoBD';
    font-style: normal;
    font-weight: 400;
    src: /*local('TeuthoBD'),*/
    url('../fonts/teuthoBD.ttf') format('truetype');
}

body {
    /*background: #d1deef;*/
    background: #f0f0f0;
}
div.bodyMainContent {
    padding:1em;
    min-height: calc(100vh - 2 * var(--navHeight));
}
div.sheet {
    border: 1px solid black;
    padding: 1em;
    background-color: #ffffff;
    border-radius: 1em;
    box-shadow: 0 1px 3px 0 #b0c0f4;
    display: inline-block;
    z-index: 0;
    width: 100%;
    min-height: 85vh;
}

#form_suche {
    /*border: 1px solid black;*/
    padding: 1em;
    background-color: #ffffff;
    /*border-radius: 1em;*/
    box-shadow:0 1px 3px 0 #b0c0f4;
    display:inline-block;
    z-index:0;
    width: 100%;
}
#form_suche > div.tab-content > div.tab-pane.container {
    padding: 1em;
}

body * .container {
    padding-bottom: 2em;
}

small	/* wie oben, nur ohne font-size */
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    background:transparent;
}

*, *:before, *:after {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
    color: var(--rahmenblau);
    text-shadow: 2px 2px 1px lightgrey;
}

#suchoptionenTab .tab-content:not(.nav-vertical) {
    color: white;
    /*background-color: var(--rahmenblau);*/
    padding: 1em .5em 1em .5em;
}

#suchoptionenTab .tab-content:not(.nav-vertical) > div:first-of-type {
    background-color: inherit;
}
#suchoptionenTab > .nav-pills > li > a {
    border-radius: 1em 1em 0 0;
}

#suchoptionenTab .tab-content:not(.nav-vertical) > div > div:first-of-type {
    border-radius: .5em;
    padding: 1.25em;
}

#suchoptionenTab .tab-content:not(.nav-vertical) * div.row {
    margin-left: unset;
    margin-right: unset;
}


#suche_spezial * div.row:first-of-type > div:nth-of-type(2) > div > div.row {
    border-bottom: 1px dotted black;
}
#suche_spezial * div.row:first-of-type > div:nth-of-type(2) > div > h2 {
    text-decoration: underline;
}

#suchergebnisseContent {
    overflow: hidden;
    border: 2px solid #003c80;
    border: 2px solid #003c80b3;
    border-radius: 1.5em;
    width: 100%; 
    max-width: 100%;
    /*    height: 50vh;
        max-height: 100vh;*/
    height: 100%;
    max-height: 100%; 
}
#suchergebnisseContent .table {
    table-layout: fixed;
    display: table !important;
}
#suchergebnisseContent .header-table {
    overflow: hidden;
    table-layout: initial;
}
#suchergebnisseContent .inner-table {
    display: inline-block !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: 100%;
    max-height: 100vh;
}
/*#suchergebnisseContent * div.row {
    display: table-row !important;
}*/
#suchergebnisseContent > .header-table > div.row {
    background-color: #003c80;
    background-color: #003c80b3;
    border-radius: .5em .5em 0 0;
}
#suchergebnisseContent > .header-table > div.row:first-of-type > .col:nth-of-type(2) {
    padding-left: 0 !important;
}

#suchergebnisseContent > .header-table * div {
    text-align: left;
    padding: .75em; 
    font-size: 1.5em;
    color: whitesmoke;
    /*text-decoration: underline;*/
}
#suchergebnisseContent > .inner-table > div.row {
    padding: 0 .5em 0 .5em;
    align-items: center;
}
#suchergebnisseContent > .inner-table > div.row:nth-of-type(odd) {
    background-color: #0088CC;
    background-color: #0088CC80;
}
#suchergebnisseContent > .inner-table > div.row:nth-of-type(even) {
    background-color: #6074e4;
    background-color: #6074e41a;
}
#suchergebnisseContent * div.col {
    display: table-cell !important;
    width: auto !important;
}
#suchergebnisseContent * div.vollansicht {
    width: 1.25em !important;
    text-align:center;
}

.teuthonista {
    font-family: 'TeuthoBD';
    font-size: 2em;	
    /*width: 350px;*/ 	
    word-break: break-all;
    min-width: 1em;
    min-height: 1em;
}

a.none {
    text-decoration: none;
    color: inherit;
}
.pending {
    /* 
        Used for hide elements in order to prevent them "jumping" in width/height while rendering.
        "visibilty:hidden" is chosen instead of "display:none" since the dimensions are important for, e.g., chosen.js, 
        and they are only present when hidden by visibilty:hidden !    
    */
    visibility: hidden;
}

.nr-h {
    padding-left: 1em;
    flex: 0 0 3.125em;
    text-align:center !important;
}
.nr {
    padding-right: 1em !important;
    flex: 0 0 3.125em;
    text-align: right;
}

/*
    NAV SIDEBAR
*/
/*ul.nav-vertical * a.nav-link[aria-expanded='true'] {
    font-weight: 700;
    text-decoration: underline;  
};
ul.nav-vertical * a.nav-link[data-toggle='collapse'].collapsed:after {
    content: "▾";
}
ul.nav-vertical * a.nav-link[data-toggle='collapse']:not(.collapsed):after {
    content: "▴";
}*/

#top ul.nav.nav-pills.nav-horizontal * a.active {
    /*background-color: var(--rahmenblau) !important;*/
    background-color: #ffffff;
}
#top ul.nav.nav-pills.nav-horizontal * a {
    color: black;
}

ul.nav-vertical .nav-caption {
    font-weight: 700;
    cursor: default;
}


/*
    NAV MAIN
*/
.nav-item a {
    display: inline-block;
    font-size: 1em;
}
.nav-item a:active {
    font-style: italic;
}
.nav-item a:after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: black;
    transition: 60ms;
}
.nav-item a:hover:after {
    width: 100%;
}


nav.mainNav, nav.mainNav div.navbar-collapse, nav.footer {
    flex-basis: auto;
    height: 3em !important;
    max-height: 3em !important;
    justify-content: space-between;
    flex-grow: unset;
}
nav.mainNav > a > img, nav.footer > a > img {
    height: 3em !important;
    max-height: 3em !important;
}
/*
    FOOTER
 */
nav.footer {
    border-top: 1px solid dodgerblue;
}
/*



 */
nav.mainNav img, nav.footer img {
    padding: .5em 0 .5em 0;
}
img.logo {
    top:0;
    padding:0;
    margin:0;
}


/*
    WINDOW DIVS

*/
div.container-full.vollansicht {
    /*width: 50vw;*/
    width: auto;
    height:auto;
    max-width:80vw !important;
    max-height: 100vh;
}
div.container-full.vollansicht:not(.notFilled) div.row:not(.header):nth-last-of-type(odd) {
    background-color: #0088CC;
    background-color: #0088CC80;
}
div.container-full.vollansicht:not(.notFilled) div.row:not(.header):nth-last-of-type(even) {
    background-color: #6074e4;
    background-color: #6074e41a;
}
div.container-full.vollansicht:not(.scan) img {
    width: auto;
    height: auto;
}
div.container-full.vollansicht.scan img {
    width: 100%;
}


/* CSS for DIVs that behave like windows */
.noSelect {
    -webkit-touch-callout:none !important;
    -webkit-user-select:none !important;
    -khtml-user-select:none !important;
    -moz-user-select:none !important;
    -ms-user-select:none !important;
    user-select:none !important;
    pointer-events: none !important;
}
/*
    based on metro4 (https://metroui.org.ua/download.html)
 */
.window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    color: #1d1d1d;
    border: 1px #e9e9e9 solid;
    z-index: 1;
    max-height: 90vh;
    overflow: hidden;
    position: absolute !important;
    max-width: 95vw;
    min-width: 450px;
    min-height: 250px;
    top: 50px;
    border-radius: 10px;
    width: 985px;
    height: 775px;

    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), 0 3px 8px rgba(0, 0, 0, 0.2);
}
.window-caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*height: 2.25rem;*/
    line-height: 2.25rem;
    padding: 0 0 0 0.3125rem;
    border-bottom: 1px transparent solid;
    vertical-align: middle;
    background-color: #3c6478;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    height: 50px;
    width: 100%;
    cursor: move;
    overflow: hidden;
    top: 0;
    padding-left: 1em;
    font-weight: 700;
    text-decoration: underline;
    color: white;
    /* made by aid of http://cssgradientbutton.com/  */
    background: linear-gradient(left, #3c43cf 0%, #98d1f5 100%, #0fa0f5 100%);
    background: -moz-linear-gradient(left, #3c43cf 0%, #98d1f5 100%, #0fa0f5 100%);
    background: -webkit-linear-gradient(left, #3c43cf 0%, #98d1f5 100%, #0fa0f5 100%);
    background: -ms-linear-gradient(left, #3c43cf 0%, #98d1f5 100%, #0fa0f5 100%);
    background: -o-linear-gradient(left, #3c43cf 0%, #98d1f5 100%, #0fa0f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#3c43cf, endColorstr=#0fa0f5,GradientType=1);
}
.window-caption .title {
    /*font-size: 0.875rem;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.window-caption, .window-caption-title {
    font-size: 1.15em !important;
}
.window-caption .icon {
    margin-left: 0.3125rem;
}
.window-caption .icon * {
    width: 1rem;
    font-size: 1rem;
    max-height: 1rem;
    line-height: 1rem;
    text-align: center;
}
.window-caption * + .title {
    margin-left: 0.3125rem;
}
.window-caption .buttons {
    height: 100%;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.window-caption .buttons .btn-min,
.window-caption .buttons .btn-max,
.window-caption .buttons .btn-close {
    position: relative;
    height: 100%;
    width: 2rem;
    text-align: center;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: normal;
    padding: 0 0 0.625rem 0;
    outline: none;
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    margin: 0 0.5px;
    background-color: transparent;
    color: #777777;
}
.window-caption .buttons .btn-min:hover,
.window-caption .buttons .btn-max:hover,
.window-caption .buttons .btn-close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.window-caption .buttons .btn-min:hover::before,
.window-caption .buttons .btn-max:hover::before,
.window-caption .buttons .btn-close:hover::before {
    border-color: #ffffff;
    color: #ffffff;
}
.window-caption .buttons .btn-min:active,
.window-caption .buttons .btn-max:active,
.window-caption .buttons .btn-close:active {
    background-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}
.window-caption .buttons .btn-close:hover {
    background-color: #c75050;
    color: #ffffff;
}
.window-caption .buttons .btn-close:hover::before {
    color: #ffffff;
}
.window-caption .buttons .btn-close:active {
    background-color: #e04343;
    color: #ffffff;
}
.window-caption .buttons .btn-close::before {
    border-color: #777777;
    content: '\D7';
    position: absolute;
    line-height: 35px;
    vertical-align: middle;
    left: 50%;
    top: -4px;
    margin-left: -0.32em;
    color: #fff;
    font-size: 1.5rem;
}
.window-caption .buttons .btn-min::before,
.window-caption .buttons .btn-max::before {
    display: block;
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    border: 0 #fff solid;
    border-bottom-width: 2px;
    content: ' ';
    bottom: 0.72rem;
    left: 50%;
    margin-left: -0.3rem;
    top: auto;
}
.window-caption .buttons .btn-max::before {
    height: 0.575rem;
    border: 1px #fff solid;
    border-top-width: 2px;
}
.window-caption .buttons .btn-min {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.window-caption .buttons .btn-max {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.window-caption .buttons .btn-close {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.window-content, .window-content iframe {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100% !important;
    max-width: 95vw;
    height: calc(100% - 4rem);
    max-height: 95% !important;
    padding: 10px;
    padding-top: 15px;
    float: left;
    border: 0;
    position: relative;
}
.window-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0.1rem 0.5rem;
    background-color: #f8f8f8;
    color: #1d1d1d;
    height: 1.2rem;
    font-size: 0.8rem;
}
.window.info .window-caption {
    background-color: #1ba1e2;
    color: #ffffff;
}
.window.alert .window-caption {
    background-color: #CE352C;
    color: #ffffff;
}
.window.warning .window-caption {
    background-color: #fa6800;
    color: #ffffff;
}
.window.success .window-caption {
    background-color: #60a917;
    color: #ffffff;
}
.window.focused {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.window.modal {
    z-index: 1050;
}
.window.minimized {
    max-width: 12rem;
    max-height: 2.25rem;
}
.window.minimized .window-caption {
    border-bottom: none!important;
}
.window.minimized .window-content {
    display: none!important;
}
.window.maximized {
    top: 0!important;
    left: 0!important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    max-width: none !important;
}
.window.maximized .btn-max::before {
    border: 1px #fff solid;
    z-index: 2;
}
.window.maximized .btn-max::after {
    display: block;
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    content: ' ';
    bottom: 0.375rem;
    right: 7px;
    top: 8px;
    z-index: 1;
}
.window.resizable {
    min-width: 12rem;
    min-height: 2.25rem;
}
.dialog {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: auto;
    max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
    height: auto;
    background-color: #ffffff;
    color: #1d1d1d;
    z-index: 1050;
    border: 1px solid #dfdfdf;
}

.btn-primary {
    background-color: #1166cc;
    border-color: #1166cc;
}

label:not(.font-weight-bold) {
    cursor:pointer;
}

.ortsangabe {
    display: inline-flex;
}
.ortsangabe > div:first-of-type {
    min-width: 6rem;
}

.tooltip_templates {
    display: none;
}
.tooltip_tooltipster {
    color: #007bff;
    cursor:pointer;
}

.kapitaelchen {
    font-variant: small-caps;
}

/*figcaption {*/
/*    font-style: italic;*/
/*    text-align: center;*/
/*}*/

.csv_optionen label {
    marin-right: .5em;
}

div.container-full.scan .form-group.row > button {
    margin-right: 1em;
}


/*
    Bootstrap Tooltip
*/
/*.tooltip {*/
    /*min-width: 150px;*/
    /*width: 400px !important;*/
    /*max-width: 450px;*/
    /*z-index: 60000;*/
/*}*/
/*.tooltip-inner {*/
    /*background-color: #00acd6;*/
    /*color: #fff;*/
    /*border: 1px solid black;*/
    /*box-shadow: 0 1px 3px 0 #b0c0f4;*/
    /*-webkit-border-radius: 1em;*/
    /*-moz-border-radius: 1em;*/
    /*border-radius: 1em;*/
/*}*/
/*.tooltip.top .tooltip-arrow {*/
    /*border-top-color: #00acd6;*/
/*}*/
/*.tooltip.right .tooltip-arrow {*/
    /*border-right-color: #00acd6;*/
/*}*/
/*.tooltip.bottom .tooltip-arrow {*/
    /*border-bottom-color: #00acd6;*/
/*}*/
/*.tooltip.left .tooltip-arrow {*/
    /*border-left-color: #00acd6;*/
/*}*/

