/*-----Menu Start----- */

/* Set height of body and the document to 100% to enable "full page tabs" */

body, html {
	height: 100%;
	margin: 0;
	font-family: Arial;
}
/* Style tab links */

.tablink {
	background-color: #4682B4;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	/*--- Shadow to simulate font stroke (Kontur)---*/
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 8px 10px;
	font-size: 21px;
	font-weight: bold;
	width: 20%;
	top: 0;
}
.tablink:hover {
	background-color: #85FFBD;
	color: #483D8B;
	text-shadow: 2px 2px 5px white;
}
.tabcontent {
	color: black;
	padding: 60px 50px;
	height: auto;
}
/*---------IDs----------*/

#Home {
	background-image: linear-gradient(180deg, #65C3FF 0%, #e6e6e6 100%);
	text-align: center;
	min-height: 100vh;
}
#Downloads {
	background-image: linear-gradient(180deg, #65C3FF 0%, #e6e6e6 100%);
	text-align: center;
	min-height: 100vh;
}
#TracerSettings {
	background-image: linear-gradient(180deg, #65C3FF 0%, #e6e6e6 100%);
	text-align: center;
	min-height: 100vh;
}
#Contact {
	background-image: linear-gradient(180deg, #65C3FF 0%, #e6e6e6 100%);
	text-align: center;
	min-height: 100vh;
}
#Impressum_Datenschutz {
	background-image: linear-gradient(180deg, #65C3FF 0%, #e6e6e6 100%);
	text-align: center;
	min-height: 100vh;
}
#ImpressumDown {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*----- Menu End ----- */

/*----- DropDown Menu Style Start -----*/

.DownloadButtonSoftware {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 8%;
	padding: 20px 0 0 0;
}
.PDFDownload {
	display: block;
	margin-left: 12%;
	width: 15%;
}
.MPOLogo {
	vertical-align: top;
	float: left;
	width: 250px;
	margin: 0 0 0 -150px;
	position: fixed;
}
.accordionDownload {
	background-color: #8cb3d4;
	color: #444;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	padding: 20px;
	width: 50%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
}
.accordionMarke {
	background-color: #8cb3d4;
	color: #444;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 17px;
	font-weight: bold;
	cursor: pointer;
	padding: 20px;
	width: 70%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
}
.accordionTracer {
	background-color: #8cb3d4;
	color: #444;
	font-family: Verdana, "Times New Roman", sans-serif;
	font-size: 17px;
	cursor: pointer;
	padding: 15px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
}
.active, .accordionDownload:hover, .accordionTracer:hover, .accordionMarke:hover {
	background-color: #4682B4;
	color: white;
}
.panelDownload {
	padding: 5px 0px 0px 0px;
	background-color: white;
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: center;
  max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	font-size: 14px;
	width: 50%;
	margin: auto;
}
.panelMarke {
	padding: 5px 2px 0 0;
	background-color: white;
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: left;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	font-size: 14px;
	width: 70%;
	margin: auto;
}
.panelTracer {
	padding: 5px 10px 0 10px;
	background-color: white;
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: left;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	font-size: 14px;
	width: 90%;
	margin: left;
}
/*----- DropDown Menu Style End -----*/

/*----- Tabelle Left/Right -----*/

.TableLeft {
	width: 20%;
	vertical-align: top;
}
.TableHomeMiddle {
	padding: 50px 0 0 0;
	align: right;
	width: 70%;
}
.TableDownloadMiddle {
	padding: 50px 0 0 0;
	align: right;
	width: 70%;
}
.TableTracerMiddle {
	padding: 90px 0 0 0;
	align: right;
	width: 70%;
}
.TableContactMiddle {
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: left;
	color: black;
	width: 70%;
	padding: 80px 200px;
}
.TableAboutMiddle {
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: left;
	color: black;
	width: 70%;
	padding: 80px 200px;
}
.TableRight {
	width: 10%;
	vertical-align: top;
}
.tableTracerList {
	width: 100%;
	table-layout: fixed;
}
.tableTracerList td {
	vertical-align: baseline;
}
/*----- Rest of Document -----*/

a {
	color: ##483D8B;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.HomeText {
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: right;
	font-weight: bold;
	color: white;
	font-size: 125%;
	width: 90%;
	padding: 0px 200px;
}
.ListHome {
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: left;
  font-weight: bold;
	color: white;
	width: 90%;
	padding: 0px 200px;
}
.PageTitel {
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: left;
	padding: 0 0 40px 0;
	color: #483D8B;
}
.PageDiscription {
	font-family: Verdana, "Times New Roman", sans-serif;
	text-align: right;
	font-weight: bold;
  font-size: 18px;
	color: white;
	width: 100%;
}
/*-------------------SLIDE SHOW HOME START--------------------*/

* {
	box-sizing: border-box
}
/* Slideshow container */

.slideshow-container {
	position: relative;
	text-align: center;
	padding: 0 200px 0 0;
}
/* Hide the images by default */

.mySlides {
	display: none;
}
/* Caption text */

.text {
	font-size: 15px;
	color: black;
	width: 100%;
	text-align: center;
	padding: 8px 12px;
	top: 0;
}
/* Number text (1/3 etc) */

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	top: 0;
	color: black;
}
/*-------------------SLIDE SHOW HOME END--------------------*/