body {
	background-color: white;
	font-family: sans, helvetica;
	font-size: 1em;
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 1.5em;
	}
	
	#footer {
		font-size: 45% !important;
	}
}

@media only screen and (min-width: 800px) {
	body {
		width: 800px;
		margin: auto;
	}
}

#main {
	position: relative;
}

#content {
	padding-bottom: 1.5em;
}

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1em;
	background-color: rgb(192,192,192,0.9);
	padding: 0.2em;
	font-size: 75%;
	margin: auto;
}

.msgpad {
	padding: 0.5em !important;
	text-align: center;
}

.small {
	font-size: 80%;
}

.bold {
	font-weight: bold;
}

.red {
	color: red !important;
}

.redbg {
	background-color: red !important;
}

.transredbg {
	background-color: rgb(255, 0, 0,0.5) !important;
}

.green {
	color: green;
}

.greenbg {
	background-color: green !important;
}

.transgreenbg {
	background-color: rgb(0, 255, 0,0.5) !important;
}

.blue {
	color: blue;
}

.bluebg {
	background-color: blue !important;
}

.transbluebg {
	background-color: rgb(0, 0, 255,0.5) !important;
}

.orange {
	color: orange;
}

.orangebg {
	background-color: orange !important;
}

.transorangebg {
	background-color: rgb(255, 165, 0,0.5) !important;
}

.lightblue {
	background-color: lightblue !important;
}


.fix20 {
	width: 20%;
}

.hidden {
	display: none;
}

table {
	width: 100%;
	border: none;
	border-spacing: 0.5em;
}

.label {
	font-size: 50%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	padding: 0.25em;
}

.field {
	margin-left: 0.25em;
	padding: 0.25em;
	border: solid 1px darkgrey;
	background-color: whitesmoke;
}

#hydrant_data {

}

.input,input,select,textarea,button {
	font-size: 0.75em;
	background-color: rgb(245, 245, 245,0.5) !important;
	border: solid 0.5px black;
	border-radius: 0.2em;
	padding: 0.25em;
}

#geo_data,#adr_data,#bestand_data {
	font-size: 80%;
}

h3 {
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

h4 {
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	font-size: 90%;
}

h5 {
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	font-size: 80%;
}

#save_msg {
	text-align: center;
	color: black;
	padding: 0.25em;
}

.message {
	background-color: rgb(245, 245, 245,0.5);
	font-size: 90%;
	text-align: center;
}

.message_bold {
	background-color: rgb(245, 245, 245,0.5);
	font-weight: bold;
	font-size: 90%;
	text-align: center;
}

.redwarn {
	background-color: rgb(255, 0, 0,0.5);
}

.button {
	padding: 0.25em;
	margin: 0.25em;
	border-radius: 0.2em;
	background-color: rgb(245, 245, 245,0.5);
	display: inline-block;
	min-width: 1.5em;
	text-align: center;
}

.infotext {
	font-size: 75%;
	font-style: italic;
	color: dimgrey;
	font-family: serif;
}

.box {
	padding: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-radius: 0.5em;
}

.inline {
	display: inline-block;
}

#topmenu {
	background-color: lightblue;
}

table {
	margin: 0.2em;
	border-collapse: collapse;
}

table tr:nth-child(odd) {
	background-color: whitesmoke;
}

#bestand_data {
	min-height: 120px;
}

#admin_list_data tr:nth-child(1) {
	background-color: black;
	color: white;
	font-size: 75%;
	font-weight: bold;
}

#bestand_list tr,td{
	padding: 0.2em;
}

.admin_icon {
	display: inline-block;
	width: 1.5em;
	font-size: 1.5em;
	padding: 0.1em;
	margin: 0.1em;
	border-radius: 0.2em;
	background-color: rgb(173, 216, 230,0.5);
	text-align: center;
}

.flex {
	display: flex;
}

.flex div {
	flex-grow: 1;
}

.hlist_map,.hlist_pop {
	font-size: 125%;
	background-color: rgb(173, 216, 230,0.5);
}




#map { height: 350px; width: 95%; max-width: 800px; margin: auto;}

.map_h_icon {
	border: solid 2px red;
	padding: 0.1em;
	font-weight: bold;
	background-color: rgb(255,255,255,0.75);
	width: auto !important;
	height: auto !important;
	border-radius: 0.2em;
	white-space: nowrap;
}
.leaflet-popup-content-wrapper {
	background-color: rgb(255,255,255,0.75) !important;
}