body{
	font-family: arial;
	font-size: 12px;
	background-color: black;
}

#c{
	border-collapse: collapse;
	width: 100%;
}
#c td, #c th{
	border: 1px solid silver;
	text-align: center;
}
#c td{
	padding-top: 3px;
	padding-bottom: 3px;
}
#c th{
	color: white;
	background-color: #4285F4;
}

hr{ 
    display: block;
    margin-before: 0.5em;
    margin-after: 0.5em;
    margin-start: auto;
    margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

.blau{
	color: #4285F4;
}

.btn{
	background-color: #4285F4; /* Blau */
	color: white;
	padding: 4px 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	/*margin: 4px 2px;*/
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 3px;
	border: 1px solid #cccccc;
}
.btn:hover{
	background-color: DodgerBlue;
	color: white;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

/* DataTable Search */
#exampleTB_filter input {
	margin-right: 5px;
}
td.highlight {
	color: blue;
	cursor: help;
}

.dataTables_processing {
	z-index: 10000;
}


#btnSetLocation, #btnFindMyLocation, #btnViewStations {
	width: 180px;
}

#btnSichtbare, #btnAMPM{
	width: 140px;
}
#btnUTC{
	width: 100px;
}

#latlon_test{
	/*font-family: 'Cute Font', cursive;*/
	font-size: 12px;
	/*color: #00fc00;*/
	background-color: white;
	position: relative;
	width: 150px;
	cursor: move;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #cccccc;
	top: 66px;
	left: -300px;
}

#hinweis{
	/*font-family: 'Cute Font', cursive;*/
	font-size: 12px;
	/*color: #00fc00;*/
	background-color: white;
	position: relative;
	width: 150px;
	cursor: help;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #cccccc;
	top: 100px;
	left: -300px;
}

#vorhersageRahmen{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1000;
	position: fixed;
	float: none;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	/*height: 300px;*/
	margin-right: 0px;
	overflow: hidden;
}
#vorhersage{
	/*font-family: 'Cute Font', cursive;*/
	font-size: 12px;
	/*color: #00fc00;*/
	background-color: white;
	position: relative;
	width: 500px;
	cursor: default;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #cccccc;
	top: 3px;
	left: 3px;
	z-index: 2000;
}
.vorhersage-closer {
	text-decoration: none;
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 10;
}
.vorhersage-closer:after {
	content: "✖";
}
#vorhersageTable{
	margin-top: 2px;
}
#vorhersageKopf{
	margin-bottom: 1px;
}
#vorhersageHinweis{
	font-weight: bold;
}
#mapVorhersage{
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: 2010;
	float: none;
	left: 0px;
	right: 0px;
	/*height: 300px;*/
	margin-right: 0px;
	overflow: hidden;
	/*padding: 2px;*/
	z-index: 2100;
	background-color: white;
}
.map2{
	z-index: 3000;
	position: absolute;
	top: 60px;
	width: 300px;
	height: 400px;
	left: -800px;
}

#rahmen{
	/*width: 100%;
	height: 100%;*/
	float: left;
    width: 100%;
}

#header{
	padding: 4px;
	height: 50px;
}

.map {
	position: absolute;
	float: none;
	top: 50px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	/*height: 300px;*/
	margin-right: 0px;
	/*overflow: hidden;*/
	/*cursor: crosshair;*/
}

#headerISS{
	background-color: #4285F4; /*blau*/
	color: white;
	height: 20px;
	padding-left: 8px;
	padding-top: 7px;
	cursor: move;
}
#iss-closer {
	text-decoration: none;
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 10;
	cursor: pointer;
	font-size: 16px;
	color: white;
}
#iss-closer:after {
	content: "X";
}
#btnIssLiveStream{
	position: absolute;
	z-index: 30;
	top: 7px;
	left: 40px;
}

#MenueOpen{
	padding-top: 2px;
	cursor: pointer;
}
.menButton{
	width: 30px;
	height: 3px;
	background-color: #4285F4;
	margin-bottom: 4px;
	margin-right: 10px;
}

.ol-popup {
	position: absolute;
	background-color: white;
	-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-top: 8px;
	border-radius: 8px;
	border: 1px solid #cccccc;
	bottom: 10px;
	left: -38px; /*-38*/
	min-width: 174px;
	font-size: 12px;
	cursor: move;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: white;
	border-width: 10px;
	left: 44px;/*44*/
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #cccccc;
	border-width: 11px;
	left: 44px;/*44*/
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
	z-index: 10;
}
.ol-popup-closer:after {
	content: "✖";
}

/* ToolBox */
#ToolBox{
	z-Index: 3999;
	position: absolute;
	top: 0;
	display: block;
	width: 282px;
	height: 250px;
	color: #6E6E6E; /*dunkelgrau*/
	font: 12px Verdana, Tahoma, sans-serif;
	left: -282px;
	background-Color: #FAFAFA; /*hellgrau*/
}
#ToolBoxKopf{
	width: 250px;
	height: 35px;
	padding: 16px;
	font-Weight: bold;
    font-Size: 14px;
	color: #FAFAFA; /*hellgrau*/
	background-Color: #4285F4; /*blau*/
}
.ToolBoxDescription{
	margin: 6px;
	background-Color: #FAFAFA; /*hellgrau*/
}
.ToolBoxButton{
	margin: 6px;
	background-Color: #FAFAFA; /*hellgrau*/
	cursor: pointer;
}

/* allStations */
#allStations{
	position: fixed;
	background-color: white;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#StationsKopf{
	width: 100%;
	/*left: 0;*/
	height: 50px;
	padding: 0px;
	font-Weight: bold;
    font-Size: 14px;
	color: #FAFAFA; /*hellgrau*/
	background-Color: #4285F4; /*blau*/
}
#allStationsIn{
	position: relative;
	color: #585858; /* grau */
	background-color: white;
	margin-top: 3px;
	padding: 0px;
	height: 99%;
	width: 100%;
}

/* myAlert */
#myAlert{
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#innerAlert{
	position: absolute;
	color: #585858; /* grau */
	background-color: white;
	padding: 8px;
	height: 240px;
	width: 400px;
	text-align: center;
	z-index: 10000;
	border:1px solid #8ebebc;
	border-radius: 0.35em;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#imgSatelitte {
	position: absolute;
	top: 3px;
	left: 3px;
	cursor: help;
}
#satsnamen{
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 200px;
	margin-top: -1px;
	border-radius: 1px;
	border: 1px solid DarkGray;
	font-size: 14px;
}

#imgLocation {
	position: absolute;
	top: -3px;
	left: -4px;
	cursor:help;
}
#location {
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 700px;
	margin-top: -1px;
	border-radius: 1px;
	border: 1px solid DarkGray;
	font-size: 14px;
}
.ui-autocomplete-loading {
	background: white url("../img/ui-anim_basic_16x16.gif") right center no-repeat;
}
		
/* Smartphone */
 @media only screen and (max-width: 620px) {
	#btnSichtbare, #btnAMPM{
		width: 119px;
	}
	#btnUTC{
		width: 88px;
	}
	#vorhersage{
		width: 336px;
	}
	#kObsTZID{
		visibility: hidden;
		position: absolute;
		left: -800px;
	}
	
	#location{
		visibility: hidden;
		width:0px;
	}
	#imgLocation{
		visibility: hidden;
	}
	
	#ustream{
		width: 340px;
		height: 255px; /* width/4*3 = height */
	}
 }
 
  /* Smartphone */
 @media only screen and (max-width: 890px) {
	#tdContent{
		width: 0%;
		visibility: hidden;
	}
 }
 
 /* Smartphone */
 @media only screen and (max-width: 1000px) {
	 /* geht nicht? */
	 /*
	 #location{
		max-width: 300px;
	}
	*/
 }
 
  /* Smartphone */
 @media only screen and (max-width: 1200px) {
	 /*
	 #location{
		max-width: 400px;
	}
	*/
 }