* {box-sizing: border-box;}

body {
    margin: 0;
    
}

header {
	position: relative;	
    height: 80px;
    background-color: aliceblue;
    -webkit-box-shadow: 0px 6px 8px 4px rgba(0,0,0,0.32); 
    box-shadow: 0px 6px 8px 4px rgba(0,0,0,0.32);    
}


div {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	color: #000080;	
	letter-spacing: 0;
}

.klein {
	font-size: 12px;
	line-height:13px;
	font-weight: normal;
}


a {
	color: #0000cc;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}

a.Menue, a.Std {
	color: #000080;
	border-bottom: 0;
	text-decoration: none;
}

a.Sym {
	color: #666;
	border-bottom: 0;
	text-decoration: none;
}

a:hover, a:active, a.Sym:hover, a.Menue:hover {
	color: #dd0000;
}


li.Std {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0;
	margin: 0;
	cursor: pointer;	
}


#TabDiv {
	clear: both;
	
}

hr {
	clear: both;
	margin: 3px 0 5px  0;
	border-top: 1px solid #ccc;
	border-bottom: none;
}

div.LED {
	position: relative;
	float: left;
	margin-right: 2px;
	width: 24px;
	height: 7px;
	background-color: #f4f4f4;
	border: 1px solid #aaa;
	border-radius: 3px;
}

#Fenster {
	position: relative;
	width: 1280px;
	min-height: 300px;
	margin-top: 9px;
	border: solid 1px #FF7B4A;
	border-radius: 9px;
	background-color: rgba(255,255,255, .3);
	box-shadow:	5px 5px 12px 5px #999;
	
}


#SpaltenGrp {
	position: relative;
	display: flex;
}


#InhaltHG {
	position: relative;
	padding: 20px;
	width: 100%;
}

div.QuoteBox {
    float: right; 
    width: 230px;
    background-color: #f9f6f1;
    border: 2px solid #FFBD8D;
    padding: 10px;
    margin: 0 0 10px 10px;
}



/* ***** Menü ***** */

div.MnuPkt {
	position: relative;
	margin-bottom: 15px;
	
}

button.Main {
	width: 190px;
	font-size: 16px;
	line-height: 19px;
	margin-right: 12px;
	color: #000;
	box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.4);
}

div.SubMnu {
	z-index: 10;
	position: absolute;
	left: 200px;
	top:0;
	min-width: 210px;
	padding: 10px;
	background-color: #f4f4f4;
	border: 1px solid #aaa;
	border-radius: 7px;
	box-shadow: 2px 2px 9px 0 #e9e9e9;
	overflow-y: scroll;
	display: none;
}

div.SubMnuPkt {
	margin: 9px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
	cursor: pointer;	
}
div.SubMnuPkt:hover {background-color: #fff;}

#subtitle {
	text-align: center;
	font-style: italic;
	color: #000080;
	font-size: 18px;
	margin: 5px 5px 20px 5px;
}

div.TextListe {
	position: relative;
	width: 100%;
	min-height: 400px;
	border-radius: 7px;
	padding:15px;
	display: none;
	opacity: 0;
	background-color: #fff;
	overflow-y: scroll;
	box-shadow: 2px 2px 9px 0 #e9e9e9;
	transition: .5s;	
}

#Fusszeile {
	text-align: center;
	font-style: italic;
	color: #B34B21;
	font-size: 18px;
	margin: 5px;
}


h2 {
	margin: 10px 0 20px 0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0px;	
	line-height: 1.2;	
	color: #000080;
}

h3 {
	margin: 10px 0 20px 0;
	font-family: Ubuntu;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0px;	
	line-height: 1.2;	
	color: #408FDF;
}

h4 {
	margin: 0 0 5px 0;
	font-family: Ubuntu;
	color: #408FDF;
	font-size: 20px;
	font-weight: normal;
}


p.klein {
	margin: 0px 0 10px 0;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;	
	color: #000080;
}

p.gross {
	margin: 0px 0 20px 0;
	font-family: ubuntulight;
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.3;	
	color: #000080;
}




/* ***** Admin ***** */

#Hinweis {
	z-index: 120;
	position: absolute;
	left: 10px;
	top: 10px;
	min-width: 100px;
	height: 28px;
	background-color: #000080;
	color: #fff;
	border-radius: 14px;	
	padding: 3px 9px 0 9px;
	opacity: 0;
	transition: .5s;
}









/* ----------------- Formulare ------------------ */

div.SuchDIV {
	position: relative;
	float: right;
	margin-right: 3px;
	margin-top: 7px;
	white-space:nowrap;
	box-shadow: 2px 2px 9px 0 #e1e1e1;
}

div.SuchDel {
	position: absolute;	
	z-index: 50;
	top: 0;
	right: 48px;
}

a.SuchDel {
	z-index: 10;
	font-size: 21px;
	font-weight: normal;
	color: #bbb;
	margin: -3px 7px 0 -16px;
	text-decoration: none;
	border-bottom: 0;
}

#SuchAnz {
	float: left;
	margin: 5px 0 0 0;
}

div.FormFeld.Suche {
	width:300px;
}

div.FormFeld.Monat {
	width:150px;
}

div.FormFeld.Jahr {
	width: 105px;
}

#DocAnz {
	margin: 20px 0 10px 0;
	color: #777;
}

#OkDiv, #RetryDiv {
	margin: 22px 0 0 10px;
}

#wartenDiv {
	margin: 3px 0 0 20px;
	width: 32px;
	display: none;
}
	
div.FeldZeile {
	display: flex;
  	flex-wrap: wrap;
  	flex-basis: 100%;
  	gap: 7px;
}


div.DivGruppe {
	display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
div.DivGruppe.stretch {
	align-items: stretch;
}
div.DivGruppe.oben {
	align-items: flex-start;
}


/* ----------------- Tabelle ------------------ */

table {
	border-spacing: 0;
	padding: 0;
}

table.Liste {
	font-family: "Open Sans", sans-serif;
	min-width: 300px;
	border-radius: 3px;
	border: 1px solid #ddd;
	box-shadow: 3px 3px 9px 0 #e3e3e3;
}

tr.Zl1, div.Zl1 {background-color:#F6F6F6;}
tr.Zl2, div.Zl2 {background-color:#fff;}

th {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color : #FFFAE1;
	color: #666;
	padding: 3px 5px;
	text-align: left;
	background-color: #FAFAFA;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #FF8300;
}

td {
	font-family: Ubuntu, sans-serif;
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
}

td.Txt16 {
	font-size: 16px;
	padding: 2px 3px 1px 3px;
	border-right: 1px solid #ddd;
}

td.Txt14 {
	font-size: 14px;
	padding: 3px 3px 2px 3px;
	border-right: 1px solid #ddd;
}

td.Txt12 {
	font-size: 12px;
	padding: 4px 3px 2px 3px;
	border-right: 1px solid #ddd;
}

td.Zahl {
	font-size: 12px;
	padding: 2px;
	text-align: right;
	vertical-align: top;
	border-right: 1px solid #ddd;
}

td.Zeit {
	font-size: 16px;
	padding: 4px 3px 2px 3px;
	border-right: 1px solid #ddd;
	white-space:nowrap;
}

td.Sym {
	text-align: center;
	padding: 1px 0 0 0;
}


/* ----------------------------------------- Dialog ------------------------------------------- */

#DialogTitel {
	margin: 7px 0 0 9px;;
}

#DialogHG {
	position: fixed;
	z-index:600;
	top: 0px;
	left: 0px;
	width:100%;
	height: 100%;
	display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0 ,0, 0, 0.5);
}

#Dialog {
	z-index:700;
	position: relative;
	min-width: 240px;
	max-width: 720px;
	min-height: 150px;
	font-size: 18px;
 	background-color: #fff;
	border: 1px solid #aaa;
	box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

#DialogKopf {
	position: relative;
	height: 30px;
	width: 100%;
	white-space:nowrap;
	background-color: #FFAE57;
	background: linear-gradient(to bottom, #FEFEFE, #E5E4E4);
	border-bottom: 1px solid #0030B5;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#DialogInhalt {
	position: relative;
	padding: 9px;
}

#DialogFuss {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 4px;
	background-color: #BFD5E4;
	border-top: 1px solid #ddd;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#close_Dialog, a.close_Dialog {
	position: absolute;
	z-index: 211;
	right: 5px;
	top: 0;
	font-weight: normal;
	font-size: 19px;
	color: #333;
	display: block;
	padding: 2px;
	background-color: #eee;
	border-bottom: 0;
	border-radius: 12px;
}

button.closeDiaGr {
	z-index: 10;
	position: absolute;
	right: -2px;
	left: auto;
	top: -2px;	
	padding: 4px 5px 4px 5px;
	font-size: 18px;
	color: #999;
}

button.DiaBtnBreitHoch {
	width: 120px;
	height: 30px;
	padding: 2px 2px 2px 2px;
}

#close_Dialog:hover {color: red;}


/* ----------------------------------------- Listen-Dialog ------------------------------------------- */

.ListenDialog {
	display: none;
	position: relative;
	background-color: #f1f1f1;
	border: 1px solid #999;
	box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.4);
}

.ListenDialog .Schalter {
	height: 36px;
	margin: 9px 0 0 auto;
    display: flex;
    justify-content: flex-end;
    gap: 9px;
}

#Hinweis {
	z-index: 120;
	position: absolute;
	right: 20px;
	top: 10px;
	min-width: 100px;
	max-width: 200px;
	height: 28px;
	background-color: #000080;
	color: #fff;
	border-radius: 14px;	
	padding: 3px 9px 0 9px;
	text-align: center;
	opacity: 0;
	transition: 1s;
}





/* ----------------------------------------- allgemein ------------------------------------------- */

.rot {color: #ff0000;}
.rot1 {color: #DD0000;}
.orange {color: #FFAC04;}
.dunkelorange {color: #AD4400;}
.gruen {color: #008000;}
.gruen1 {color: #00aa00;}
.gelb {color: #FFD700;}
.hellblau {color: #4141D5;}
.grau {color: #ddd;}
.dunkelgrau {color: #666;}
.light {font-weight: 300;}
.ausgeblendet {display: none;}
.weight_normal {font-weight: normal;}
.weight_fett {font-weight: bold;}
.ohneRand {margin: 0;}
.MausStd {cursor: default;}
.flexNL {flex-basis: 100%;  height: 0;}
tr.mark {cursor: pointer;}
tr.mark:hover, td.mark:hover {background-color: #FEFFDC;}
.links {text-align: left;}
.Mitte {text-align: center;}
.flex {display: flex;}
.wrap {flex-wrap: wrap;}
.Spalten {flex-direction: row;}

.flex_vario {flex: 1;min-width: 200px;}

.flexCenter {
	display: flex;
	justify-content: center;
}

div.breitauto {
	flex-grow: 1;
	flex-shrink: 1;
	width: auto;
}

.breit1 {width: 100%;}
.breit2 {width: calc(50% - 4px);}
.breit3 {width: calc(33% - 4px);}
.breit32 {width: 32px;}
.breit48 {width: 48px;}
.breit64 {width: 64px;}
.breit72 {width: 72px;}
.breit96 {width: 96px;}
.breit128 {width: 128px;}
.breit140 {width: 140px;}
.breit160 {width: 160px;}
.breit180 {width: 180px;}
.breit200 {width: 200px;}
.breit250 {width: 250px;}
.breit300 {width: 300px;}

.hoch24 {height: 24px;}
.hoch32 {height: 32px;}
.hoch36 {height: 36px;}

.minbreit128 {min-width: 128px;}
.minbreit286 {min-width: 286px;}

.flex1 {flex:1;}
.flex2 {flex:2;}
.flex3 {flex:3;}
.flex4 {flex:4;}
.flex5 {flex:5;}


/* ***** mobil ***** */

@media screen and (max-width: 600px) {
	body {
		background-image: none;
	}	
	
	#Fenster {
		border: none;
		margin-top: -0;
		box-shadow: none;
		border-radius: 0;
		width: 100%;
	}

	header h1 {
  	   font-size: 4vw;
 	}

	h2 {
		margin: 10px 0 15px 0;
	}	

	#subtitle {
		font-size: 14px;
		margin: 5px;
	}
	
	div.TextListe {
	  padding:5px;  
	  overflow-x: hidden;  
	}
}


