#mapDIV {width:100%; height: 500px;}

/*Legende*/
.legend {
  padding: 8px 8px 0px 8px;
  font: 12px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 15px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 150px;
  float: left;
  margin:0px 6px 0px 0px;
  /* opacity: 0.7; */
}

.legend i.icon {
  height: 25px;
  background-size: 18px;
  /* background-color: rgba(255, 255, 255, 1); */
}

/* Tabelle */
main {
			width:100% !important;	
}
table#no-more-tables {
	 /* table-layout: fixed; */ 
	width: 100%;
	white-space: normal;	
}
th {
	  padding-top: 12px;
	  padding-bottom: 12px;
	  text-align: left;
	  background-color: #3a5f56;
	  color: white;
}		
th, td {
	padding: 3px 5px;
	font-size: 0.85em;
	border: 1px solid #ddd;	
}
td {
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
tr:nth-child(even){
	background-color: #f2f2f2;
}
tr:hover {
	background-color: #ddd;
}

th:nth-child(1) {
	width: 15%;	
}
th:nth-child(2) {
	width: 15%;	
}
th:nth-child(3) {
	width: 15%;	
}
th:nth-child(4) {
	width: 35%;	
}
th:nth-child(5) {
	width: 10%;	
}
th:nth-child(6) {
	width: 10%;	
}

th.sort::after {
	content: url('https://www.stmuv.bayern.de/include/allgemein/formulargenerator/tabellen_sortier_pfeile.png')
}

th.sorted.ascending:after {
	content: url('https://www.stmuv.bayern.de/include/allgemein/formulargenerator/tabellen_sortier_pfeile_unten.png')
}

th.sorted.descending:after {
	content: url('https://www.stmuv.bayern.de/include/allgemein/formulargenerator/tabellen_sortier_pfeile_oben.png')
}

input[type="text"] {
	width: 200px;
	height: 28px;
	margin: 10px 0px;
}
select {
	font-weight: 100;
	display:block !important;
	max-width: 170px !important; 	
}
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black; 
}
.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
button {
	font-size: 0.8em !important;	
} 
/* responsive Darstellung der Tabelle START */
@media (max-width: 1024px){			
#no-more-tables table, 
#no-more-tables thead, 
#no-more-tables tbody, 
#no-more-tables th, 
#no-more-tables td, 
#no-more-tables tr { 
	display: block; 
}

#no-more-tables thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#no-more-tables tr { border: 1px solid #ccc; }

#no-more-tables td { 
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 50%; 
	white-space: normal;
	text-align:right !important;
}

#no-more-tables td:before { 
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
}

#no-more-tables td:before { 
	content: attr(data-title); 
}

tr:nth-of-type(odd){
	background-color: #e6e6e6;
}
}

