body {
	margin: 0;
	height: 100%;
	display: block;
	font-size: 15px;
	font-family: "Calibri" !important;
}

html {
	height: 100%;
	display: block;
	font-size: 15px;
	font-family: "Calibri" !important;
	/* font-family: "Open Sans" !important; */
}

p {
	font-size: 14px;
}

a {
	color: #000 !important;
}

h1, h2 {
	color: #00683F !important;
	font-size: 25px;
	font-weight: 700;
	/* font-family: "Open Sans"; */
}

.header {
	padding: 40px;
	border-bottom: 65px solid #00683F;
	/* margin-bottom: 50px; */
	position: relative;
}

.header a {
	color: #000;
}

.header ul {
	display: inline-block;
	list-style-type: none;
	float: right;
	height: 67px;
	line-height: 67px;
	margin: 0;
}

.header ul li {
	display: inline-block;
	font-size: 14px;
}

.header ul li a {
	text-decoration: none;
	line-height: 24px;
}

.header ul li #de {
	margin-right: 8px;
}

.header ul li #en {
	margin-left: 8px;
}

.header ul li i {
	color: #CCDED5;
	margin-right: 8px;
	margin-left: 30px;
	font-size: 24px;
	position: relative;
	top: 3px;
}

.header ul li a:hover {
	color: #00683F;
	font-weight: 700;
}

.header ul li .active {
	color: #00683F;
	font-weight: 700;
}

.header .update {
	position: absolute;
	right: 40px;
	color: #FFF;
	bottom: -55px;
}

.login {
	margin-top: 50px;
	margin-bottom: 50px;
}

.login .content {
	display: inline-block;
	text-align: center;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, 0);
}

.content-table {
	padding: 0 40px;
}

.img_outer {
	height: 312px;
	width: 50%;
	float: right;
	outline: 1px solid #EDEDED;
	margin-top: 52px;
	position: relative;
}

.img_outer:before {
	font-family: "icoFont";
	content: "\ed1b";
	position: absolute;
	bottom: 10 px0;
	right: 10px;
	font-size: 30px;
	color: #00683F;
}

.img_outer img {
	margin: 0 auto;
	display: block;
}

.right {
	margin-right: 40px;
	text-align: right;
}

.footer ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
}

.footer ul li {
	display: inline-block;
	padding: 0 4px;
	font-size: 14px;
}

.footer ul li:last-child {
	padding-right: 0;
}

.footer ul li a {
	text-decoration: none;
}

.footer p {
	display: inline-block;
}

input {
	background-color: #EDEDED;
	border: none;
	height: 52px;
	width: 580px;
	display: block;
	margin-top: 10px;
	outline: none !important;
	padding-left: 20px;
	font-size: 14px;
}

::-webkit-input-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

input[type=submit] {
	height: 52px;
	color: #FFF;
	width: 600px;
	background-color: #00683F;
	margin-top: 30px;
	padding: 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}

.modal table {
	width: 100%;
	border-collapse: collapse;
}

.modal tr:nth-child(odd) {
	background-color: #EDEDED;
}

.modal table tr {
	height: 52px;
	border-spacing: 0;
	border: none;
	text-align: left;
	padding-left: 15px;
}

.modal table tr th {
	font-weight: 400;
	padding-left: 15px;
	width: 220px;
}

.modal table tr th:first-child {
	font-weight: 700;
	color: #00683F;
}

.modal .left {
	width: 50%;
	float: left;
	border-collapse: collapse;
	margin-top: 52px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal .icofont-print {
	color: #CCDED5;
	font-size: 24px;
	position: relative;
	top: 5px;
}

.modal-content {
	background-color: #FFF;
	margin: 110px auto;
	padding: 20px;
	width: 1134px;
	height: inherit;
	padding-bottom: 104px;
	position: relative;
	display: table;
}

.modal-content h2 {
	float: left;
	color: #00683F;
	font-size: 25px !important;
	line-height: inherit;
	width: 90%;
}

.modal-content .print {
	position: absolute;
	right: 65px;
	text-decoration: none;
	top: 22px;
	font-size: 1.1rem;
}

.modal-content i {
	padding-right: 7px;
}

.modal-content form {
	height: -webkit-fill-available;
}

.modal-content .kontakt {
	display: block;
	width: 100%;
	margin-top: 80px;
}

.modal-content label {
	display: inline-block;
	float: left;
	height: 52px;
	line-height: 52px;
	min-width: 130px;
	font-weight: 700;
	color: #00683F;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1.1rem;
}

.modal-content input {
	display: inline-block;
	width: 890px;
	float: right;
	margin-top: 10px;
}

.modal-content textarea {
	width: 890px;
	float: right;
	padding-left: 18px;
	border: none;
	background-color: #EDEDED;
	margin-top: 10px;
	height: 155px;
	outline: none !important;
}

.modal-content .check {
	width: 890px;
	float: right;
	margin-top: 40px;
}

.modal-content .check input {
	width: 52px;
	float: left;
	margin: 0;
	margin-right: 25px;
}

.modal-content input[type=submit] {
	width: 890px;
	margin-top: 50px;
}

.modal-content input:first-child {
	margin-top: 0;
}

.close, .closeMail, .closeHistory {
	color: #00683F !important;
	float: right;
	font-size: 35px !important;
	font-weight: 400 !important;
	text-shadow: none !important;
	line-height: inherit !important;
	opacity: 1 !important;
	margin-top: 5px;
	position: absolute;
	right: 25px;
	top: 8px;
}

.close:hover,
.close:focus,
.closeMail:hover,
.closeMail:focus,
.closeHistory:hover,
.closeHistory:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.legend {
	list-style-type: none;
	position: absolute;
	right: 0;
	line-height: 42px;
}

.legend li {
	display: inline-block;
	font-size: 14px;
	position: relative;
	text-indent: 25px;
	margin-left: 12px;
}

.legend li:first-child {
	margin-left: 0;
}

.legend li i {
	top: 11px;
}

.legend li .red {
	background-color: #F12143;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	border-radius: 100px;
}

.legend li .green_dark {
	background-color: #00683F;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	border-radius: 100px;
}

.legend li .green_medium {
	background-color: #CCDED5;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	border-radius: 100px;
}

.legend li .green_light {
	/* background-color: #E3F0E9; */
	background-color: #FAFAFA;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	border-radius: 100px;
}

.legend li .black {
	background-color: #000000;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	border-radius: 100px;
}

.m--margin-top-20, .m--margin-bottom-30 {
	position: relative;
}

@media only screen and (max-width: 768px) {
	.legend li {
		width: 49%;
		margin-left: 0;
		font-size: 14px;
	}
}

@media only screen and (max-width: 992px) {
	p {
		font-size: 14px;
	}

	h1 {
		font-size: 20px;
	}

	.header {
		padding: 20px;
	}

	.header img {
		height: 40px;
	}

	.header ul {
		height: 40px;
		line-height: 40px;
		float: none;
	}

	.header ul li {
		font-size: 14px;
	}

	.footer ul li {
		font-size: 14px;
	}

	input {
		height: 45px;
		width: 380px;
		padding-left: 15px;
		font-size: 14px;
	}

	input[type=submit] {
		height: 45px;
		width: 400px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 1200px) {
	.legend {
		list-style-type: none;
		position: relative;
		padding-left: 0;
	}
}

/*theme Änderungen*/
.m-portlet {
	box-shadow: none !important;
}

.m-aside-left--fixed .m-body {
	padding: 0 !important;
}

.m-body .m-content {
	padding: 0 !important;
}

.m-portlet .m-portlet__body {
	padding: 0 !important;
}

.m-datatable__row--hover .m-datatable__cell {
	background: inherit !important;
}

.m-datatable__row--even {
	background: #EDEDED !important;
}

.m-grid__item {
	margin-top: -22px !important;
}

@media only screen and (max-width: 768px) {
	p {
		font-size: 14px;
	}

	h1 {
		font-size: 20px;
	}

	.header {
		padding: 20px;
	}

	.header img {
		height: 40px;
	}

	.header ul {
		height: 40px;
		line-height: 40px;
	}

	.header ul li {
		font-size: 14px;
	}

	.login .content {
		max-width: 300px;
	}

	.footer p {
		font-size: 8px;
	}

	.footer ul li, .footer ul {
		font-size: 10px;
	}

	input {
		height: 45px;
		width: 280px;
		padding-left: 15px;
		font-size: 14px;
	}

	input[type=submit] {
		height: 45px;
		width: 300px;
		font-size: 14px;
	}

	.excel_export {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 376px) {
	.footer p {
		font-size: 7px;
	}

	.footer ul li, .footer ul {
		font-size: 8px;
	}
}

@media only screen and (max-width: 321px) {
	.footer p {
		font-size: 6px;
	}

	.footer ul li, .footer ul {
		font-size: 7px;
	}
}

#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	max-width: 500px;
}

#myImg:hover {
	/*opacity: 0.7;*/
}

/* The Modal (background) */
.modal2 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content2 {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation */
.modal-content2, #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}
	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

/* The Close Button */
.close2 {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close2:hover,
.close2:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.excel_export {
	height: 40px;
	color: #FFF;
	width: 100%;
	background-color: #00683F;
	padding: 0;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	border: none;
	border-radius: 0.25rem;
}

.icofont-file-excel {
	color: #FFF;
	font-size: 20px;
	padding-right: 8px;
}

@media print {
	section.header, section.content-table .m-grid {
		display: none !important;
		visibility: hidden !important;
	}

	.modal {
		position: absolute;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		visibility: visible;
		overflow: visible !important;
	}

	.print {
		display: none;
	}

	.left {
		width: 100%;
		float: none;
	}

	.modal-dialog {
		visibility: visible !important;
		overflow: visible !important;
	}

	.close {
		display: none;
	}

	.img_outer:before {
		display: none;
	}
}

.dropdown-menu > .dropdown-item.disabled {
	opacity: 0.5 !important;
}

.error {
	color: red;
}

.alert-success:not(.m-alert--outline) {
	background-color: #00683F;
	border: none;
	border-radius: 0;
}

#local_data > table > thead > tr > th:nth-child(8), #local_data > table > tbody > tr > td:nth-child(8) {
	text-align: center;
}

#local_data > table > thead > tr > th:nth-child(6) > span, #local_data > table > tbody > tr > td:nth-child(6) > span {
	width: 250px !important;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell {
	padding: 10px 5px !important;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell:nth-child(1) {
	padding-left: 10px !important;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell {
	padding: 15px 5px !important;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell:nth-child(1) {
	padding-left: 15px !important;
}

.modal-content form#contact-form label {
	position: inherit;
	width: 20%;
}

.modal-content form#contact-form .check label {
	width: 100%;
}

.modal-content form#contact-form input {
	float: inherit;
	position: inherit;
	display: inline-block;
	width: 80%;
	margin-left: 0px;
	margin-top: 10px;
	font-size: 1.1rem;
}

.modal-content form#contact-form textarea {
	width: 80%;
	font-size: 1.1rem;
}

#contact_modal .modal-content form#contact-form input[type=submit] {
	width: 100%;
}

form#contact-form div.custom-input-block {
	width: 100%;
	display: block;
	position: relative;
}

.form-control-feedback {
	position: absolute;
	right: 19px;
	top: 27px;
	color: red;
}

#contact_modal button.close {
	z-index: 999999;
}

#contact_modal .modal-content .check {
	width: auto;
	float: left;
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#contact_modal .modal-content .check input {
	width: 52px;
}

#contact_modal input[type="checkbox"]:required:invalid + label {
	color: red;
}

#contact_modal input[type="checkbox"]:required:valid + label {
	color: green;
}

@media only screen and (max-width: 1300px) {
	#contact_modal .modal-content {
		width: auto;
		margin: 110px;
	}

	#contact_modal .custom-input-block.textarea .form-control-feedback {
		top: 90px;
	}

	#contact_modal .form-control-feedback {
		top: 30px;
	}
}

.custom-input-block.datalist:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 99999999;
	color: #000;
	top: 12px;
	right: 2px;
	padding: 24px;
	background-color: #ededed;
}

.custom-input-block.datalist:hover:after {
	font-family: "LineAwesome";
	text-decoration: inherit;
	text-rendering: optimizeLegibility;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	content: "";
	display: block;
	position: absolute;
	z-index: 99999999;
	color: #000;
	top: 12px;
	right: 2px;
	padding: 15px;
	background-color: #ededed;
}

@media only screen and (max-width: 1000px) {
	.custom-input-block.datalist:after {
		content: '';
		display: block;
		position: absolute;
		z-index: 99999999;
		color: #000;
		top: 52px;
		right: 0px;
		padding: 20px;
		background-color: #ededed;
	}

	.custom-input-block.datalist:hover:after {
		font-family: "LineAwesome";
		text-decoration: inherit;
		text-rendering: optimizeLegibility;
		text-transform: none;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		font-smoothing: antialiased;
		content: "";
		display: block;
		position: absolute;
		z-index: 99999999;
		color: #000;
		top: 52px;
		right: 0px;
		padding: 11px;
		background-color: #ededed;
	}

	.modal-content form#contact-form label {
		width: 100%;
		line-height: 18px;
	}

	.modal-content form#contact-form input {
		width: 100%;
		margin-top: -12px;
	}

	.modal-content form#contact-form textarea {
		width: 100%;
		margin-top: -12px;
	}

	#contact_modal .modal-content {
		width: auto;
		margin: 110px 50px;
	}

	#contact_modal .modal-content form#contact-form input[type=submit] {
		margin-top: 50px;
	}

	#contact_modal .custom-input-block.textarea .form-control-feedback {
		top: 90px;
	}

	#contact_modal .form-control-feedback {
		top: 64px;
	}
}

#contact-form .dropdown.bootstrap-select {
	float: inherit;
	position: inherit;
	display: inline-block;
	width: 80%;
	margin-left: 0px;
	margin-top: 10px;
	height: 52px;
}

#contact-form .dropdown.bootstrap-select input {
	width: 100%;
}

#contact-form .dropdown.bootstrap-select .dropdown-toggle.btn-light {
	height: 52px;
	padding: 18px;
	background-color: #ededed;
}

form#contact-form .editable-select {
	background-color: #ededed !important;
}

.form-control-file {
	padding: 15px;
}

.m-datatable.m-datatable--default > .m-datatable__table {
	position: relative;
	overflow: initial!important;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head {
	overflow: initial!important;
	position: sticky!important;
	top: -1px;
	z-index: 1;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell, .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell, .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell {
	font-size: 1.1rem !important;
}

.dropdown-menu {
	font-size: 1.1rem !important;
}

.modal table {
	font-size: 1.1rem !important;
}

.m-form .form-control-label, .m-form label {
	font-size: 1.1rem !important;
}

.m-badge {
	font-size: 1.1rem !important;
}

@media only screen and (min-width: 1280px) {
	.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__head .m-datatable__row > .m-datatable__cell, .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row > .m-datatable__cell, .m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__foot .m-datatable__row > .m-datatable__cell {
		font-size: 1.2rem !important;
	}

	.dropdown-menu {
		font-size: 1.2rem !important;
	}

	.m-form .form-control-label, .m-form label {
		font-size: 1.2rem !important;
	}

	.m-badge {
		font-size: 1.2rem !important;
	}
}

/*#header-fixed {*/
	/*position: fixed !important;*/
	/*top: 0 !important;*/
	/*z-index: 99999 !important;*/
/*}*/
