@charset "utf-8";

html, body {
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
}

.font-unicode { /* Für Zeichen, die in anderen Schriften net enthalten sind */
    font-family: 'Arial Unicode MS';
}

body, input, textarea, pre, select, button {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
    font-size: 10pt;
}

pre.noMargin {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px; margin-bottom: 4px;
    color: /* #236 */ /* #1e4c36 */ #236; 
}

th {
    text-align: left; /* IE macht sonst center */
}

img {
    border: 0;
}

a, form.linkButton button {
    color: #336;
}
a:hover, form.linkButton button:hover {
    color: #a00;
}

table {
    border-collapse: collapse;
}
table *:not(table) {
  /* Prevent border-collapsing for table child elements like <div> */
  border-collapse: separate;
}

.gross2 {
    font-size: 16pt;
}
.gross1 {
    font-size: 14pt;
}
.gross {
    font-size: 12pt;
}
.mittelgross {
    font-size: 11pt;
}
.normal {
    font-size: 10pt;
}
.normal2 {
    font-size: 10.5pt;
}

p.oben {
    margin-top: 0;
}
.kleinerAussenrand {
    margin-top: 4px;
    margin-bottom: 4px;
}

small, .klein {
    font-size: 9pt;
}

.no-underline {
    text-decoration-line: none !important;
}

.apply-underline {
    text-decoration-line: underline;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    min-width: 800px;
    max-width: 1300px;
}

#main {
    text-align: left;
    margin: 18px 20px 18px 20px;
    
    background-color: #f2f2f2;
    
    border: 1px solid #b6b6b6;
    box-shadow: 0px 0px 9px 1px #909090;
    border-radius: 15px;
}


#top {
    height: 122px;
    background-color: #2d8651; /* #2d7351 */ /* #369 */
    border-radius: 15px 15px 0px 0px;
    /* padding: 20px; */
}

.topLeft {
    float: left;
    /*  Änderungen wegen 20-Jahre-Bild:
    width: 134px;
    height: 122px;
    background-image: url('../img/basar2_schein.png');
    background-size: 134px 122px;
    */
    width: 271px;
    height: 122px;
    background-image: url('../img/basar2_schein_30jahre.png'); /* Bei dem Bild ist es nicht ganz die doppelte Größe. */
    background-size: 271px 122px;
    background-repeat: no-repeat;
}

.topRight {
    float: right;
    width: 134px;
    height: 122px;
}

#topcontent * {
    color: #FFF;
}


#topcontent .ueberschrift {
    padding-top: 16px;
    padding-left: 134px;
    padding-right: 134px;
    text-shadow: 0px 0px 3px #334;
    
}
#topcontent .ueberschrift h1 {
    text-align: center;
    font-size: 25pt;
    
}

#topcontent .ueberschrift .naechsterBasar {
    text-align: center;
    font-size: 13pt;
    padding-top: 6px;
}



#userstatus {
    border-bottom: 1px solid #bbb;
}

#userstatus .inner {
    padding: 4px 10px 4px 10px;
}

#middle {
    background-color: #FFF;
    
}
/*
#navigation {
    padding: 10px;
    border-right: 1px solid #999; border-bottom: 1px solid #999;
    height: 100%;
    background-color: #ededed;
    float: left;
}

#content {
    float: left;
}
*/

#navtable {
    width: 100%;
    display: table;
    table-layout: fixed;
}

#navtable > div {
    display: table-row;
}

#navtable > div > div {
    vertical-align: top;
    display: table-cell;
}

.inhaltsbox {
    padding: 7px 10px 7px 10px;
}

#navigation {
    width: 200px;
    background-color: #ededed;
    border-right: 1px solid #bbb;
}

.navigationBox {
    padding-left: 6px;
    padding-bottom: 6px;
}

.navigationBox .spacer {
    height: 14px;
}

.navigationBox h2 {
    font-size: 13pt;
}

.navigationBox a {
    display: block;
    padding: 3px 0 3px 0;
    text-decoration: none;
    color: #555;
    font-weight: 600;
}
.navigationBox a:hover {
    color: #000;
}
.navigationBox a.navSelected {
    color: #000;
}
.navigationBox ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
} 
.navigationBox li {
    /* padding-left: 10px; */
}

.linearNavigation {
    border-bottom: 1px solid #bbb;
    padding-top: 4px;
    padding-bottom: 5px;
}

.linearNavigationPfeil {
    font-family: Verdana, sans-serif;
}

#content {
    
}

#bottom {
    border-top: 1px solid #bbb;
    
    padding: 5px;
    /*background-color: #eee;*/
}

.footer {
    text-align: right;
    padding-right: 6px;
}

.bold1 {
    font-weight: normal; /* 400 */
}
b, strong, h2, h3, h4, h5, h6, .bold2 {
    font-weight: 600;
}
.bold3 {
    font-weight: bold; /* 700 */
}


.loginbox {
    
}
.loginbox .links {
    padding-right: 16px;
    vertical-align: middle;
}


/* Info-Boxen */
div.infoBox1, div.infoBox2, div.infoBox3 {
    padding: 3px;
    margin: 2px 0px 2px 0px;
    white-space: pre-wrap;
}

div.infoBox1 { /* OK-Box */
    border: 1px solid #09F;
    background-color: #d2e6FF;
}
div.infoBox2 { /* Warnungs-Box */
    border: 1px solid #FC0; 
    background-color: #FFC;
}
div.infoBox3 { /* Fehler-Box */
    border: 1px solid #F33; 
    background-color: #Fcc;
}



.basarUebersicht {
    background-color: #eeeef0;
    border-radius: 12px;
    
    border: 1px solid #aaa;
}

.basarUebersicht .top {    
    border-radius: 12px 12px 0px 0px;
    background-color: #B0D8FF;
    padding: 1px 6px 6px 6px;
}

.basarUebersicht .inhalt {
    padding: 3px 6px 3px 6px;
}

.basarUebersicht .inhalt-kundennummer {
    background-color: #D9D9F2;
    padding: 6px 6px 6px 6px;
}

.basarUebersicht table td, .basarUebersicht table th {
    padding-left: 6px; padding-right: 6px;
    padding-top: 3px; padding-bottom: 3px;
    vertical-align: top;
}

.basarUebersicht table .b {
    font-weight: 600;
}
.basarUebersicht .bedingungenBox {
    display: block;
    float: right;
    margin-top: 11px;
    margin-right: 25px;
    font-weight: 600;
    padding: 6px;
    text-decoration: none;
    border: 1px solid #999;
    background-color: #efefef;
    border-radius: 8px;
    box-shadow: 2px 2px 3px 1px #888;
}


.standardtabelle {
    
}

.standardtabelle tr {
    border: 1px solid #aaa;
    background-color: #eee;
}

.standardtabelle td, .standardtabelle th {
    padding: 3px 10px 3px 10px;
}

.standardtabelle td.center, .standardtabelle th.center {
    text-align: center;
}

.standardtabelle td.r, .standardtabelle th.r {
    text-align: right;
}

.standardtabelle tr.u th, .standardtabelle th.u {
    background-color: #ddf;
    font-weight: 600;
}

.standardtabelle tr.g {
    background-color: #ddd;
}

.standardtabelle .summe {
    border-top: 3px double #aaa;
}

.standardtabelle .summe {
    background-color: #f1eeff;
}

.standardtabelle .bTop {
    border-top: 1px solid #aaa;
}
.standardtabelle .bBottom {
    border-bottom: 1px solid #aaa;
}
.standardtabelle .bLeft {
    border-left: 1px solid #aaa;
}
.standardtabelle .bRight {
    border-right: 1px solid #aaa;
}


.mausHoverTooltip {
    border: 1px solid #999;
    background-color: rgba(243, 241, 240, 0.7);
    backdrop-filter: blur(4px);
    box-shadow: 2px 2px 3px 1px #aaa;
}

.kleinerAbstand {
    margin-bottom: 4px;
}

.artikelnr {
    text-align: center;
    white-space: nowrap;
}



table.cellAbstand .links {
    padding-right: 10px;
}

.globalSuchTextfeld {
    width: 250px;
}

.emoji-box {
    display: inline-block;
    width: 22px;
}

/* Used for modal dialogs, e.g. confirm dialogs. */
dialog {
    box-shadow: 0px 0px 20px 1px #707070;
    border-radius: 10px;
    max-width: 600px;
}

dialog::backdrop {
    background-color: #80808055;
    backdrop-filter: blur(2px);
}

dialog .button-area {
    margin-top: 20px;
    text-align: center;
}

dialog .button-area button {
    min-width: 80px;
    margin: 0px 20px 0px 20px;
}



/* Used for forms that only contain a button which should look like a regular link. */
form.linkButton {
    display: inline;
}

form.linkButton button {
    display: inline;
    appearance: none;
    background: none;
    border: none;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    text-align: left;
}

kpreisser-pow-captcha-input {
    border: 1px solid #bbb;
    border-radius: 6px;
}
