body, a{
	font-family: Arial;
	background: gainsboro;
}

#wrapper {
	margin: 10px;
}

div.user-select-none{
	background: gainsboro;
}

svg.main-svg {
	background: none !important;
}

#main {
	position: relative;
	width: 100%;
	display: block;
}

#maindiagramm{
	position: relative;
	display: grid;
	max-width: 1335px;
	min-width: 655px;
	min-height: 630px;
	max-height: 1400px;
	border: #000000;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	margin-bottom: 50px;

}

#diagramm{
	position: relative;
	display: block;
	width: 100%;

}

#quelledia{
	width: 650px;
	position: relative;
	float: left;
	display: flex;
	flex-flow: column;
	margin-bottom: 30px;
	margin-right: 30px;
	text-align: center;
	border: #000000;
	border-width: 1px;
	border-style: solid;
}

#reservoirdia{
	width: 650px;
	position: relative;
	float: left;
	display: flex;
	flex-flow: column;
	text-align: center;
	margin-bottom: 30px;
	border: #000000;
	border-width: 1px;
	border-style: solid;
}

.modebar-container {
	top: -20px !important;
}

.js-plotly-plot .plotly .modebar--hover .modebar-group {
	opacity: 1;
	background: gainsboro !important;
}

.modebar-container a[data-title="Download plot as a png"], .modebar-container a[data-title="Box Select"], .modebar-container a[data-title="Lasso Select"], .modebar-container a[data-title="Toggle Spike Lines"], .modebar-container a[data-title="Show closest data on hover"], .modebar-container a[data-title="Compare data on hover"], .modebar-container a[data-title="Reset axes"], .modebar-container .plotlyjsicon{
	display: none;
}



#buttonmenu{
	width: 100%;
	height: 90px;
	position: relative;
	display: flex;
	justify-content: center;

}

.buttons{
	width: 120px;
	height: 60px;
	position: relative;
	float: left;
	margin-right: 10px;
	text-align: center;
	border: #000000;
	border-width: 0.5px;
	border-style: solid;
	font-size: 10px;
	background-color: lightblue;
	z-index: 1;
}

.buttons a{
	width: 120px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	margin: auto;
	display: block;
	text-decoration: none;
	color: black;
}

div.buttons:hover, div.buttons:hover a{
	background-color: blue;
	color: white;
}

#maintank1, #maintank2 {
	width: 200px;
	float: left;
	text-align: center;
	margin-right: 50px;
	font-weight: bold;
}

#tank1, #tank2 {
	width: 200px;
	height: 300px;
	margin-right: 100px;
	background: lightgrey;
	display: grid;
	align-content: end;
	border: #000000;
	border-width: 0.5px;
	border-style: solid;
}

#tank1wasser, #tank2wasser {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 100%;
	background: lightblue;
	text-align: center;
	font-weight: bold;
}

#tank3wasser {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 100%;
	height: 105px;
	background: lightcoral;
	text-align: center;
	font-weight: bold;
}

#tank3wasser p {
	line-height: 105px;
	margin: 0px;
}

#Quelle {
	width: 400px;
	float: left;
}

#Quelle p {
	font-weight: bold;
	font-size: 18px;
}

#Quelle p#maxmin {
	font-weight: normal;
	font-size: 16px;
}

