body {
	margin: 0px;
	padding: 0;
	font-size: 12px;
	font-family: Goldman, Arial, sans-serif;
	color: #595959;
	margin-right: 15px;
	margin-left: 15px;
	max-width: 1200px;
}

.top-buffer {
	margin-top: 25px;
}

/* Alles für den Inhalt */

h1 {
	font-size: 16pt;
	font-weight: bold;
	color: #666666;
}

h2 {
	font-size: 16pt;
	margin-top: 20px;
	font-weight: normal;
	color: #666666;
}

h3 {
	font-size: 13pt;
	font-weight: normal;
	color: #666666;
}

h4 {
	font-size: 12pt;
	font-weight: normal;
	color: #666666;
	text-align: center;
}

.infoicon {
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

.infoicon:hover {
	background-color: #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.chartInfo {
	z-index: 10;
	position: absolute;
	margin-top: 10px;
	margin-left: 65%;
	float: left;
}

input {
	border: 1px solid #eee;
	margin-left: 20px;
	text-align: right;
	width: 60px;
	margin-right: 10px;
	padding: 2px;
	margin-top: -5px;
	color: #595959;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.inputContainer {
	margin-top: -16px;
	margin-bottom: 16px;
}

@media only screen and (max-width: 991px) {
	.col-md-4 .inputContainer {
		margin-top: 16px;
		margin-bottom: 16px;
		text-align: center;
	}
	.col-md-4 .inputContainer input {
		width: 200px;
	}
}

span {
	width: 20%;
	font-size: 17px;
}

.centerText {
	text-align: center;
}

.paddingTop {
	padding-top: 21px;
}

input:hover, input:focus {
	border: 1px solid #77B900;
	color: #77B900;
}

input[disabled] {
	background-color: #eee;
}

#svgContainer {
	text-align: center;
}

#svgGrafik {
	/* height:100%; */
	max-height: 320px;
}

.kuchen {
	width: 100%;
	height: 100%;
}

.centerParent {
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: -15px;
	text-align: center;
	margin-top: 180px;
}

.centervalue {
	font-size: 30px;
}

#results {
	float: left;
	font-size: 6pt;
}

#resultstoggle, #menu_head #resultstoggle {
	font-size: 8px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #DE0202;
	text-decoration: none;
	display: none;
}

/* Grüner Fußzeile unten */

#menu_head {
	background-color: #8182838a;
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	padding: 10px 5px 10px 17px;
	color: #ffffff;
	min-height: 80px;
	border-radius: 10px;
}

#menu_head h4 {
	font-size: 10pt;
	/* margin: 0 0 20px 0; */
	text-align: left;
	color: #ffffff;
	margin-top: 15px;
}

#menu_head a {
	color: #ffffff;
	font-size: 10pt;
	margin-top: 20px;
	text-decoration: underline;
}

#menu_head a:hover {
	text-decoration: none;
}

#menu_head #htw {
	margin: 10px;
	height: 50px;
	float: left;
	margin-right: 50px;
}

/* CSS Properties von jQuery überschreiben */

.ui-slider-horizontal {
	height: 5px;
	/* margin-top:5px; */
}

.ui-slider-horizontal .ui-slider-handle {
	top: -0.5em;
	margin-left: -0.6em;
}

.ui-widget-header {
	background: #ccc;
	border: none;
	color: #fff;
}

.ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #222;
}

#eingabe .ui-state-focus, #eingabe .ui-widget-content .ui-state-focus {
	border: 1px solid #77B900;
	background: #77B900;
	outline: 0;
}

#eingabe .ui-state-hover, #eingabe .ui-widget-content .ui-state-hover {
	border: 1px solid #77B900;
	background: #9FDE2C;
	outline: 0;
}

.highcharts-root {
	font-family: Roboto, sans-serif !important;
}