body { 
	overflow: unset;
}
.welcome{
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
#dashboard{
	position: relative;
	margin-top: 1em;
}
#forum.dashboardPage{
	padding-top: 1rem;
}
.tab {
	overflow: hidden;
}
.tab button{
	text-transform: uppercase;
	font-size: 18px;
  	cursor: pointer;
	padding: 0.25rem 1rem;
  	transition: 0.3s;
}
.tabcontent{
	display: none;
  	padding: 2rem 0;
	background-color: #fff;
}
#dashboard h2{
	font-size: 2em;
}
.usage{
	margin: 1.5em 0;
}
.usage img {
	margin-right: 1.5em;
}
.usageIcon {
	background-color: #009DE0;
	border-radius: 8px;
	padding: 8px;
	margin-bottom: 1em;
}
img.usageIcon{
	width: 45px;
	height: 45px;
}
.infoIcon {
	margin-bottom: 1em;
}
.infoIcon img{
	width: 30px;
	height: 30px;
	margin-right: 1.8em;
	margin-left: 0.5em;
}
.infoIcon p {
	margin: 0;
}

.mapLink{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}
.mapLink p {
	padding-top: 0.25em;
	margin-right: 1em;
	display: inline-block;
}
.myMarkerInfo {
	margin-top: 1em;
	padding: 1em;
  	border-radius: 8px;
  	border: solid 2px #009DE0;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	margin-bottom: 1em;
}
.myMarkerInfo h2{
	margin-top: 0;
}
.myMarkerInfo img{
	margin-right: 1em;
	width: 35px;
	height: auto;
}

@media only screen and (max-width: 430px){
	.dashboardElement{
		width: 120px;
		height: 120px;
	}
}
.myMarker{
	background: transparent url("/layout/icon-map.svg") no-repeat left center;
}
.myNews{
	background: transparent url("/layout/icon-news.svg") no-repeat left center;
}

.newsform label{
	margin-top: 1.5em;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	color: #000;
}
@media only screen and (max-width: 750px){
	.newsform label{
		display: inline-block;
	}
}
#markerTableMenu {
	min-height: 150px;
  	z-index: 80;
	background-color: #F1F1F1;
	padding-bottom: 0rem;
}
#searchMarkerInput{
  	width: calc((100% - 70px) - 300px);
	min-width: 200px;
  	font-size: 16px;
  	padding: 1rem;
  	border: 1px solid #ddd; 
	margin-right: 2em;
}
.markerTable{
	position: relative;
	z-index: 10;
}
#markerTable, #markerTableHead{
	width: 100%;
	min-width: 950px;
}
#markerTable{
	margin-top: 25px;
}
@media only screen and (max-width: 1070px){
	#markerTable{
		margin-top: 40px;
	}
}
#markerTable td a{
	display: flex;
  	width: 100%;
  	height: 40px;
  	justify-content: flex-start;
  	align-content: center;
  	align-items: center;
}
#markerTable textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0.25em;
	font-size: 0.9em;
}
#markerTableHead{
  	z-index: 20;
	position: sticky;
	position: -webkit-sticky;
	top: 70px;
}
.saveMarkerInput{
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 2rem;
	border-top-left-radius: unset;
	
	/*border: solid 2px #fff;
	background-color: #009DE0;*/
	color: #fff;
	cursor: pointer;
	background: #009DE0 url("/layout/save.svg") no-repeat center center;
	background-size: 20px;
}
.saveMarkerInput span {
	display: none;
}
@media only screen and (max-width: 460px){
	#markerTableMenu .row{
		flex-direction: row;
	}
}
@media only screen and (max-width: 390px){
	#markerTableMenu .row{
		flex-direction: column;
	}
	#markerTableMenu .selectRowMenu {
		flex-direction: row;
		justify-content: center;
		align-content: center;
		align-items: center;
		margin-top: 0.75em;
	}
	.markerTable{
		padding-top: 250px;
	}
}
.userMarkerID, .markerStatus-0 {
	background: transparent url("/layout/map-user-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}

.markerStatus-1 {
	background: transparent url("/layout/map-table-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-1-sww {
	background: transparent url("/layout/icon-marker-sww-table.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-1-minera {
	background: transparent url("/layout/icon-marker-minera-table.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}

.markerStatus-2 {
	background: transparent url("/layout/map-placeholder-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-2-sww {
	background: transparent url("/layout/icon-marker-sww-planung.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-2-minera {
	background: transparent url("/layout/icon-marker-minera-planung.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}

.markerStatus-3 {
	background: transparent url("/layout/icon-marker-broken-table.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
#markerGesamt{
	margin-right: 3rem;
}
#markerAnzahl{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	margin-bottom: 0em;
}
#markerOverview{
	/*max-width: 1228px;*/
	margin: 0rem auto;
	position: relative;
	margin-top: 70px;
}
#markerOverview table{
	display: table;
	border-collapse: separate;
	border-spacing: 0 0.5rem;	
	table-layout: fixed;
}
#markerOverview table tr{
	background-color: #fff;
	border: none;
}
#markerOverview table tr#tableHead{
	background-color: #000;
	border-top: 2px solid #fff;
	border-collapse: collapse;
	color: #fff;
}
#markerOverview table td, #markerOverview table th{
	border: none;
	text-align: center;
	line-height: 1.1;
	font-weight: normal;
	position: relative;
}
/*#markerOverview table td:nth-child(2):after, #markerOverview table td:nth-child(3):after, #markerOverview table td:nth-child(4):after, #markerOverview table td:nth-child(5):after, #markerOverview table td:nth-child(6):after, #markerOverview table td:nth-child(7):after, #markerOverview table td:nth-child(8):after{
	content: "";
	display: block;
	width: 2px;
	height: 45px;
	background-color: #CECECE;
	position: absolute;
	top: 30px;
}*/
#markerOverview table td:nth-child(2):after, #markerOverview table td:nth-child(3):after, #markerOverview table td:nth-child(4):after, #markerOverview table td:nth-child(5):after, #markerOverview table td:nth-child(6):after, #markerOverview table td:nth-child(7):after, #markerOverview table td:nth-child(8):after{
	content: "";
	display: block;
	width: 2px;
	height: 156px;
	background-color: #CECECE;
	position: absolute;
	top: 13px;
}
#markerOverview table th{
	padding: 1rem 0;
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	vertical-align: top; /* rz 20.02.225*/
}
#markerOverview table td:nth-child(1), #markerOverview table th:nth-child(1), #markerOverview table td:last-child, #markerOverview table th:last-child {
	width: 110px!important;
}
#markerOverview table td:nth-child(2), #markerOverview table th:nth-child(2){
	width: 115px!important;
}

#markerOverview table td:nth-child(3), #markerOverview table th:nth-child(3) {
	width: 220px!important;
}
#markerOverview table td:nth-child(4), #markerOverview table th:nth-child(4) {
	min-width: 190px!important;
	width: 300px!important;
	
}
#markerOverview table td:nth-child(5), #markerOverview table th:nth-child(5){
	width: 180px!important;
}
#markerOverview table td:nth-child(6), #markerOverview table th:nth-child(6) {
	width: 160px!important;
}
#markerOverview table td:nth-child(7), #markerOverview table th:nth-child(7) {
	width: 190px!important;
}
#markerOverview table td:nth-child(8), #markerOverview table th:nth-child(8){
	width: 120px!important;
}
#markerOverview table textarea{
	width: 100%;
	/*min-width: 120px;*/
	/*margin-left: 0.5rem;*/
	resize: none;
	text-align: center;
	color: #000;
}
.checkAngebote label{
	width: 100%;
	padding-left: 1rem;
	margin: 0.25rem 0;
	font-size: 0.9em
}
.checkAngebote input{
	cursor: pointer;
}
#markerOverview table#markerTable{
	margin-top: 0.5rem;
}
#markerOverview table input[type="checkbox"]{
	margin-right: 0.5rem;
}
#markerOverview #markerTableMenu{
	/*max-width: 1228px;*/
	min-height: 100%;
	margin-bottom: 0;
}
#markerOverview select, #markerOverview select.tableStatus{
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	width: 85%;
}
#markerOverview select{
	background: rgba(255,255,255,0) url("/layout/arrow-down-white.svg") no-repeat 95% center;
  	background-size: 18px;
}
#markerOverview select.tableStatus{
	background: rgba(255,255,255,0) url("/layout/arrow-down.svg") no-repeat 95% center;
  	background-size: 18px;
}
#markerOverview select, #markerOverview select.tableStatus, #markerOverview button.sortTable{
	padding: 0.5rem 1rem;
  	border-radius: 0.25rem;
  	cursor: pointer;
	margin: 0.5rem 0 0 0;
}
#markerOverview select, #markerOverview button.sortTable{
  	color: #fff;
}
#markerOverview select{
	border: solid 1px #fff;
}
#markerOverview select.tableStatus{
	border: solid 1px #000;
	color: #000;
	/*min-width: 120px;*/
  	margin-left: 0.5rem;
}
#markerOverview button.sortTable {
    width: 50px;
    height: 34px;
    background-color: transparent;
    background-image: none; /* Standardmäßig kein Icon */
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 0;
}
#markerOverview button.sortTable.active{
	opacity: 1;
}
/* Aktiver Button: Sortier-Icon anzeigen */
#markerOverview button.sortTable.asc {
    background-image: url("/layout/sort-asc-white_new.svg");
}

#markerOverview button.sortTable.desc {
    background-image: url("/layout/sort-desc-white_new.svg");
}

/* Beim Hover das alternative Icon anzeigen */
#markerOverview button.sortTable.asc:hover {
    background-image: url("/layout/sort-desc-white_new.svg"); /* Zeigt das Gegenteil an */
	opacity: 1;
}
#markerOverview button.sortTable.desc:hover {
    background-image: url("/layout/sort-asc-white_new.svg"); /* Zeigt das Gegenteil an */
	opacity: 1;
}

.dashboardSearchBtn, .dashboardReset{
	height: 50px;
	width: 50px;
	border-radius: 2rem;
	border-top-left-radius: unset;
	cursor: pointer;
}
.dashboardSearchBtn{
	background: #000 url(/layout/search-white.svg) no-repeat center center;
	background-size: 25px;
}
.dashboardReset{
	background: #009DE0 url("/layout/exit.svg") no-repeat center center;
	background-size: 25px;
}
#searchMarkerForm{
	width: 68%;
	display: flex;
	justify-content: space-between;
	align-content: center; 
	align-items: center;
}
#markerOverview #searchMarkerInput{
	margin-right: 0;
	width: calc(100% - 70px);
}
#exportData{
	width: 20%;
}
.alignBetween{
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
#exportButton{
	height: 50px;
	background: #000 url("/layout/icon-download-white.svg") no-repeat 93% center;
	color: #fff;
	background-size: 25px;
	padding: 0 3.5rem 0 0.5rem;
	/*margin-right: 0;
	width: 230px;*/
}
#exportButton:hover{
	background: #eee url("/layout/icon-download.svg") no-repeat 93% center;
	background-size: 25px;
	color: #000;
	border: solid 1px #187f37;
}
body.dark #markerOverview table tr{ /* rz 20.02.225*/
	background-color: #4b4b4b;
}
body.dark #markerOverview select.tableStatus {
  border: solid 1px #fff;
  color: #fff;
}