body {
	display: flex;
	flex-direction: column;
	margin: auto;
	
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12pt;
	color: #003064;
	/* color: #000000; */
	text-decoration: none;
	line-height: 16pt;
	
	max-width: 75em; 
	text-align: left;
	
	/* border-top: 1.0em solid #0f1e49; */
	
}
a:link {
	text-decoration: none;
	color: #0089ca;
}
a:hover {
	text-decoration:underline;
	color: #0089ca;
}
a:visited {
	text-decoration: none;
	color: #0089ca;
}
#meta {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 5px;
	font-size: 0.8em;
	text-decoration: none;
	background-color: #f2f2f2;
}
#menue {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	background-color: #d4004b;
	color: #FFFFFF;
	padding: 1.5em;
	z-index: 100;
}
#logo {
	display: flex;
	flex-direction: column;
	padding: 1.0em;
	max-width: 50em;
	margin-bottom: 0.5em;
}
#top {
	display: flex;
	background-color: #003064;
	color: #FFFFFF;
	line-height: 1.2em;
	font-size: 1.5em;
	padding: 1.0em;
}
#toppic {
	display: none;
}
#breadcrump {
	display: flex;
	flex-direction: row;
	font-size: 0.8em;
	padding-top: 1.5em;
	padding-left: 1.3em;
}
#content {
	padding: 1em;
	min-height: 25em;
}

#copyright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background-color: #d4004b;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 1.5em;
	margin-bottom: 1em;
}

header {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.0em;
	padding: 0.5em;
	padding-left: 0.7em;
}

select {
	overflow: hidden;
	max-width: 90%;
}

.submenu {
	margin-bottom: 2em;
}

/* Dropdown-Navigation */

.topnav {
  overflow: hidden;
  background-color: #f2f2f2;
  border-bottom: #d4004b 2px solid;
  z-index: 100;
}

.topnav a {
  float: left;
  display: block;
  color: #0f1e49;
  text-align: left;
  padding: 12px 14px;
  text-decoration: none;
  font-size: 11pt;
  font-weight: 100;
}

.active {
  background-color: #4CAF50;
  color: #0f1e49;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #0f1e49;
  padding: 10px 12px;
  max-width: 120px;
  background-color: inherit;
  margin: 0;
  font-size: 11pt;
  font-weight: 100;
}

.dropdown-content, .dropdown-content-2 {
  display: none;
  position: absolute;
  background-color: #0f1e49;
  color: white;
  min-width: 160px;
  max-width: 500px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a, .dropdown-content-2 a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none; 
  display: block;
  text-align: left;
}

.dropdown-content-2 {
	column-count: 2;
}

.topnav a:hover, .dropdown:hover .dropbtn, 
.topnav a:focus, .dropdown:focus .dropbtn {
  background-color: #0f1e49;
  color: white;
  text-decoration: underline;
  /* border-bottom: 1px solid white; */
}

.dropdown-content a:hover, .dropdown-content-2 a:hover, 
.dropdown-content a:focus, .dropdown-content-2 a:focus {
  background-color: #d4004b;
  color: white;
}

.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content-2, 
.dropdown:focus .dropdown-content, .dropdown:focus .dropdown-content-2 {
  display: block;
}

.iconImg {
	float: left;
	vertical-align: top;
	margin-right: 0.5em;
}

.infoImg {
	vertical-align: top;
	margin-right: 0.0em;
}

#icon {
	color: #FFFFF;
	text-decoration: none;
	font-weight: 700;
	margin-right: 2em;
}

#closenav {
	display: none;
	text-decoration: none;
	font-weight: 700;
}

.navpfeil {
	display: none;
	float: right;
}

/* Schriften */
h1 {
	font-size: 1.4em;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 0.4em;
	line-height: 17pt;
}
h2 {
	font-size:1.2em;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 0.8em;
}
h3 {
	font-size: 1.0em;
	font-weight: 700;
	margin: 0px;
	margin-bottom: 8px;
}
h4 {
	font-size: 0.8em;
	font-weight: 700;
	margin: 0px;
}
/* HTML-Elemente */
strong {
	font-weight: 700;
}
form {
	margin-top: 0px;
}
.menueimg {
	padding-right: 0.8em;
}
.fehler {
	color:#d4004b;
}
.inputfehler {
	background-color:#f8d8e3;
}
input:invalid {
	background-color:#f8d8e3;
}
input:disabled {
	background-color:#f0f4f2;
}

/* Tabellen */
.stdtable {
	table-layout: fixed;
	width: 100%;
	overflow-y: auto;
	background-color:#f0f2f4;
	padding: 0.6em;
	border-collapse:collapse;
}
.stdtable td {
	text-align:left;
	vertical-align:top;
	padding: 0.6em;
	border: 1px solid #FFFFFF;
}

td.hell {
	background-color:#f2faf4;
}

.stdtable caption, .stdtable thead {
	background-color:#0089ca;
	font-weight:700;
	border-bottom: 2px solid #FFFFFF;
	text-align:left;
	color: white;
	padding: 0.6em;
	padding-bottom: 1.0em;
}

col.xsmal {
	width: 5%;
}

col.smal {
	width: 10%;
}

col.medium {
	width: 20%;
}

col.large {
	width: 30%;
}

col.xlarge {
	width: 40%;
}

col.xxlarge {
	width: 60%;
}

col.xxxlarge {
	width: 80%;
}

col.full {
	width: 100%;
}

.stdtable-extended { table-layout:auto; }
.stdtable-extended th { padding:6px 8px; }
.stdtable-extended td { vertical-align:middle; }
.stdtable-extended input { border:1px solid #ccc; padding:6px 8px; }
.stdtable-extended input:disabled { background-color:rgba(240,242,244,1.0); text-align:center; }
.stdtable-extended select { max-width:100px; }
.stdtable-infotext { font-size:0.8em; }

.btn-edit { display:inline-block; margin:12px 0px; padding:6px 10px; border-radius:6px; background-color:rgba(0,137,202,1.00); color:#fff !important; text-decoration:none; }
.btn-success { display:inline-block; margin:12px 10px 12px 0px; border:0px !important; padding:9px 12px !important; font-size:14px !important; border-radius:6px !important; background-color:rgba(0,137,202,1.00) !important; color:#fff !important; text-decoration:none; }
.btn-cancel { display:inline-block; margin:12px 0px; padding:6px 10px; border-radius:6px; background-color:rgba(192,50,50,1.00); color:#fff !important; text-decoration:none; }
.btn-cancel:hover { background-color:rgba(202,60,60,1.00); color:#fff !important; text-decoration:none; }

.sperrfrist { border:1px solid rgba(212,0,75,0.3) !important; background:rgba(212,0,75,0.075); }
span.sperrfrist { border:1px solid rgba(212,0,75,0.3) !important; background:rgba(212,0,75,0.075); padding:4px 8px; }
.lgreport-table tbody td:last-child { font-weight:700; }
.lgreport-table tbody td { text-align:center; }
.lgreport-table tbody td.timespan { text-align:left; }
.lgreport-table tr.even { background:rgba(240,242,244,1.0); }
.lgreport-table tr.odd { background:rgba(245,247,249,1.0); }

/* Sonstige Elemente */

hr {
	border: 1px dotted #c8c8c8;
	margin-top: 15px;
	margin-bottom: 15px;
}
li {
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 6px;
}
/* Bilder grundsätzlich ohne Rand */
img {
	border: 0px;
}

/* Buttons */
input[type=button], input[type=submit], input[type=reset] {
	background-color: #003064;
	color: white;
	cursor: pointer;
	padding: 5px;
	font-weight: 300;
	border-radius: 5px;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-color: #d4004b;
}

select {
	font-size: 12	pt;
}

.box {
	border: 1px solid #d8d8d8;
	font-style: italic;
	text-align:center;
}
.imgLeft {
	float: left;
	vertical-align: middle;
	margin-right: 1em;
	border: 1px solid #d8d8d8;
}
.imgLeftwb {
	float: left;
	vertical-align: middle;
	margin-right: 1em;
	border: 0px solid #d8d8d8;
}

.imgRight {
	float: right;
	vertical-align: middle;
	margin-left: 1em;
	border: 1px solid #d8d8d8;
}
.boxleft {
	border: 1px solid #d8d8d8;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	font-style:italic;
	text-align:center;
	max-width: 60%;
}
.boxright {
	border: 1px solid #d8d8d8;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	font-style:italic;
	text-align:center;
	max-width: 60%;
}
.flexcontainer {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.infobox {
	border: 1px solid #d8d8d8;
	background-color:#e2e3ec;
	padding: 0.5em;
	text-align:left;
	vertical-align:middle;
}
.infotable {
	border: 0px;
	background-color:#f0f2f4;
	text-align:left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	border-collapse: collapse;
	width: 14em;
	height: 14em;
	hyphens: auto;
}
.infotable th {
	background-color: #0089ca;
	color: white;
	font-weight: 300;
	height: 2em;
	vertical-align: middle;
	width: 100%;
	padding: 0.5em;
}

.infotable tr {
	padding: 0em;
}

.infotable td {
	font-weight: 300;
	vertical-align: top;
	height: 12em;
	width: 100%;
	padding: 0.5em;
}

.numeric td {
	text-align: right;
}

.center {
	text-align: center;
}


/* slick */
.slickbuttonvor {
	position: absolute;
	top: 25%;
	left: -5%;
	outline: none; 
	z-index: 10;
}

.slickbuttonzurueck {
	position: absolute;
	bottom: 55%;
	outline: none; 
	left: 93%;
}

.carousel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 5%;
}

.slickdots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; 
}

.slickdots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; 
}

.slickdots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer; 
}

.slickdots li button:hover, .slickdots li button:focus {
   outline: none; 
}

.slickdots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\25CB";
  width: 20px;
  height: 20px;
  font-size: 25px;
  line-height: 20px;
  text-align: center;
  color: #d4004b;
}
  
 .slickdots li.slick-active button:before {
  content: "\25CF";
  color: #d4004b; 
  font-size: 25px;
}

/* Media Einstellungen */

/* breakpoint für große Schirme */

@media (min-width: 65em) { 
	
	#meta {
		padding-left: 1%;
	}
	#logo {
		max-width: 50%;
		padding-left: 15%;
	}
	#breadcrump {
		padding-left: 15%;
	}	
	/*
	#top {
		display: none;
	}
	*/
	/*
	#toppic {
		display: flex;
		background-color: #0f1e49;
		padding: 0em;
		height: 15em;
	}
	*/
	#content {
		padding-left: 15%;
		padding-right: 15%;
	}
	header {
		padding-left: 15%;
		font-size: 1.6em;
	}
	#copyright {
		margin-bottom: 1.0em;
		padding-top: 22em;
		background-image: url("../Images/Fussleiste.png");
		background-color: #FFFFFF;
		background-repeat: no-repeat;
	}
	
}

@media (min-width: 75em) { 

	#menue {
		display: none;
	}
	
}

@media (max-width: 75em) {

body {
	border-top: 0px solid #0f1e49;
}
 
.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
}
 
 .topnav.responsive {
	display: none;
	position: absolute;
	top: 8.4em;
	width: 75%;
	border: 0;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
  	float: none;
	border-bottom: 1px solid #cccccc;
	width: 100%;
   }
   .topnav.responsive .dropbtn {
   		font-weight: 700;
		max-width: 100%;
   }
   .topnav.responsive .navpfeil {
   		display: block;
   }
  .topnav.responsive .dropdown-content, .topnav.responsive .dropdown-content-2 {
  	position: relative;
  }
  .topnav.responsive .dropdown-content a, .topnav.responsive .dropdown-content-2 a {
  		border-bottom: 1px solid white;
		font-weight: 700;
   }
	
  .topnav.responsive .dropdown-content-2 {
  	column-count: 1;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
 
}

@media (max-width: 65em) {

	.flexcontainer {
 		flex-direction: column;
 	}
	
	.infotable {
		width: 80%;
		height: 12em;
	}
	
	#metakalender { /* Anzeige der KW oben */
		display: none;
	}
	
	h1 {
		font-size: 1.4em;
	}
	
	h1 {
		font-size: 1.2em;
	}

}

@media (max-width: 65em) {

	tr, th, td {
 		display: block;
		width: 100%;
	}
	thead {
		display: none;
	}
	
	td:nth-child(1)::before {
 		 content: var(--sptitel1);
	}

	td:nth-child(2)::before {
  		content: var(--sptitel2);
	}
	
	td:nth-child(3)::before {
  		content: var(--sptitel3);
	}
	
	td:nth-child(4)::before {
  		content: var(--sptitel4);
	}
	
	td:nth-child(5)::before {
  		content: var(--sptitel5);
	}
	
	td:nth-child(6)::before {
  		content: var(--sptitel6);
	}
	
	td:nth-child(7)::before {
  		content: var(--sptitel7);
	}
	
	td:nth-child(8)::before {
  		content: var(--sptitel8);
	}
	
	td:last-child {
		border-bottom: 10px solid white;
	}
	
	colgroup {
		display: none;
	}
	 	
}

/* Meldungsfenster, dass sich über javascript automatisch schließt */
#sysMeldung { 
	position: absolute;
	top: 50%;
	left: 42%;
	border: #003064 1px solid;
	background-color: #f0f8f2;
	width: 15%;
	min-height: 10%;
	box-shadow: 5px 5px 5px silver;
	padding: 1%;
	vertical-align: middle;
	text-align: center;
}

.maintenance { 
	display:flex; 
	flex-direction:column; 
	justify-content:center; 
	width:100%; 
	height:286px; 
	background-image:url("../Images/bg-wartung.png"); 
	background-repeat:no-repeat; 
	background-size:cover; 
	color:#fff; 
	text-align:center; 
	font-size:1.2em; 
	border-radius:15px;
	overflow:hidden;
	margin:40px 0px;
}

.lgreport-top { display:flex; flex-direction:row; justify-content:space-between; padding:10px 0px 20px 0px; margin-bottom:25px; border-bottom:1px solid rgba(220,220,220,1.0); }
.lgreport-top select { padding:7px 7px 6px 7px; background:#fff; border:1px solid rgba(220,220,220,1.0); border-radius:6px; }
.lgreport-top input { padding:6px 10px 7px 10px; border-radius:6px; background-color:rgb(0,137,202); color:rgb(255,255,255) !important; font-size:14px; border:1px solid rgb(0,137,202); }
.lgreport-top input:hover { background-color:rgb(10,147,242); }

.lgreport-bottom { display:flex; flex-direction:row; justify-content:flex-start; padding:30px 0px 10px 0px; margin-bottom:25px; border-top:1px solid rgba(220,220,220,1.0); }
.lgreport-bottom select { padding:7px 7px 6px 7px; background:#fff; border:1px solid rgba(220,220,220,1.0); border-radius:6px; }
.lgreport-bottom input { padding:6px 10px 7px 10px; margin:12px 10px 12px 0px; border-radius:6px; background-color:rgb(0,137,202); color:rgb(255,255,255) !important; font-size:15px; border:1px solid rgb(0,137,202); }
.lgreport-bottom input:hover { background-color:rgb(10,147,242); }