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{
	width: 120px;
	background-color: #fff;
  	/*float: left;*/
  	/*border: none;*/
  	/*outline: none;*/
  	cursor: pointer;
	padding: 1rem 1.5rem;
  	transition: 0.3s;
	border-radius: 4px;
	text-align: center;
	color: #00388ee7d118;
	border: 2px solid #ee7d11;
}
.tab button:hover, .tab button.active  {
  	background-color: #ee7d11;
	color: #fff;
}
.tabcontent{
	display: none;
  	padding: 6px 12px;
}
#dashboard h2{
	font-size: 2em;
}
.usage{
	margin: 1.5em 0;
}
.usage img {
	margin-right: 1.5em;
}
.usageIcon {
	background-color: #003888;
	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 #003888;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
}
.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: #003888;
}
@media only screen and (max-width: 750px){
	.newsform label{
		display: inline-block;
	}
}
#markerTableMenu {
	/*position: fixed;*/
	width: 100%;
	max-width: 1160px;
	min-height: 150px;
  	z-index: 80;
	/*background-color: #F1F1F1;*/
}
#searchMarkerInput{
  	background-image: url('/layout/search-orange.svg');
  	background-position: 10px 9px;
  	background-repeat: no-repeat;
	background-size: 30px;
  	width: calc((100% - 70px) - 300px);
	min-width: 200px;
  	font-size: 16px;
  	padding: 12px 20px 12px 50px;
  	border: 1px solid #ddd; 
	border-radius: 4px;
	margin-right: 2em;
}
.markerTable{
	/*padding-top: 208px;*/
	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:nth-of-type(1), #markerTableHead th:nth-of-type(1) , #markerTable td:nth-of-type(4), #markerTableHead th:nth-of-type(4){
	width: 8%;
}
#markerTable td:nth-of-type(2), #markerTableHead th:nth-of-type(2){
	width: 25%;
}
#markerTable td:nth-of-type(3), #markerTableHead th:nth-of-type(3){
	width: 35%;
}
#markerTable td:nth-of-type(5), #markerTableHead th:nth-of-type(5){
	width: 18%;
}
#markerTable td:nth-of-type(6), #markerTableHead th:nth-of-type(6){
	min-width: 70px;
	width: 6%;
	border: none;
	background-color: transparent;
}
#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{
	/*position: fixed;*/
	max-width: 1228px;
  	/*margin-top: -49px;*/
  	z-index: 20;
	position: sticky;
	position: -webkit-sticky;
	top: 57px;
}
.saveMarkerInput{
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: solid 2px #fff;
	background-color: #003888;
	color: #fff;
	cursor: pointer;
	background: #003888 url("/layout/save-white.svg") no-repeat center center;
	background-size: 20px;
}
.saveMarkerInput span {
	display: none;
}
#pagination{
	width: calc(100% - 6%);
	min-width: calc(100% - 70px);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 1.15em 0;
}
#pageNumbers{
	width: 150px;
  	display: flex;
  	justify-content: center;
  	align-content: center;
  	align-items: center;
}
.pageNumberButton{
	margin: 0 0.5em;
	background: transparent;
	color: #003888;
	cursor: pointer;
}
.paginationBtn{
	margin: 1em;
	width: 30px;
	height: 30px;
	background-color: transparent;
	cursor: pointer;
}
.paginationBtn:disabled{
	opacity: 0.2;
	cursor: default;
}
.paginationBtn span {
	display: none;
}
#prevPageButton{
	background: transparent url("/layout/arrow-short-left.svg") no-repeat center center;
	background-size: contain;
}
#nextPageButton{
	background: transparent url("/layout/arrow-short-right.svg") no-repeat center center;
	background-size: contain;
}
#firstPageButton{
	background: transparent url("/layout/arrow-short-left-end.svg") no-repeat center center;
	background-size: contain;
}
#lastPageButton{
	background: transparent url("/layout/arrow-short-right-end.svg") no-repeat center center;
	background-size: contain;
}
.currentPage {
	font-weight: bold;
	font-size: 1.1em;
}
.row-select{
	position: relative;
	z-index: 90;
	background-color: #003888;
  	color: white;
	border-radius: 8px;
}
.row-select select{
	 display: none;
}
.selectRowMenu{
	width: 370px;
	justify-content: flex-end;
	align-content: flex-end;
	align-items: center;
	margin-right: 80px;
}
.selectRowMenu p{
	margin-left: 1em;
}
.select-selected:after {
  	position: absolute;
  	content: "";
  	top: 17px;
  	right: 10px;
  	width: 0;
  	height: 0;
  	border: 7px solid transparent;
  	border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  	border-color: transparent transparent #fff transparent;
 	top: 9px;
}
.select-items div,.select-selected {
  	color: #ffffff;
  	padding: 8px 16px;
  	border: 1px solid transparent;
  	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  	cursor: pointer;
}
.select-items {
  	position: absolute;
  	background-color: #0066cc;
  	top: 100%;
  	left: 0;
  	right: 0;
  	z-index: 99;
	border-radius: 8px;
}
.select-hide {
  	display: none;
}
.select-items div:hover, .same-as-selected {
  	background-color: rgba(0, 0, 0, 0.1);
}
.dashboardAdminTable{
	justify-content: flex-start;
	align-items: center;
	align-content: space-between;
	margin-top: 1em;
}
@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;
	}
}
/*.sticky {
	position: fixed;
	top: 0;
    width: 100%;
    z-index: 85;
}*/
.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-moderated-marker.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: 2.5em;
}
#markerOverview{
	max-width: 1228px;
	margin: 1rem auto;
	position: relative;
}
#markerOverview table{
	display: table;
	border-collapse: separate;
	border-spacing: 0 0.5rem;	
}
#markerOverview table tr{
	background-color: #fff;
	border: none;
}
#markerOverview table tr#tableHead{
	background-color: #003888;
	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{
	content: "";
	display: block;
	width: 2px;
	height: 45px;
	background-color: #CECECE;
	position: absolute;
	top: 30px;
}
#markerOverview table th{
	padding: 1rem 0;
	background-color: transparent;
	color: #fff;
	font-weight: 600;
	vertical-align: top; /* rz 20.02.225*/
}
#markerOverview table td:first-child, #markerOverview table td:last-child, #markerOverview table th:first-child, #markerOverview table th:last-child {
	width: 110px!important;
}
#markerOverview table td:nth-child(2), #markerOverview table td:nth-child(3), #markerOverview table th:nth-child(2), #markerOverview table th:nth-child(3) {
	width: 25%!important;
}
#markerOverview table td:nth-child(5), #markerOverview table th:nth-child(5) {
	width: 18%!important;
}
#markerOverview table td:nth-child(4), #markerOverview table th:nth-child(4) {
	width: calc(100% - 50% - 18% - 220px)!important;
}
#markerOverview table textarea{
	width: 100%;
	min-width: 133px;
	margin-left: 0.5rem;
	resize: none;
	text-align: center;
	color: #003888;
}

#markerOverview table#markerTable{
	margin-top: 0.5rem;
}
#markerOverview #markerTableMenu{
	max-width: 1228px;
	min-height: 100%;
	margin-bottom: 2rem;
}
#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 #003888;
	color: #003888;
	min-width: 133px;
  	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: 4px;
	cursor: pointer;
}
.dashboardSearchBtn{
	background: #003888 url(/layout/search-white.svg) no-repeat center center;
	background-size: 25px;
}
.dashboardReset{
	background: #fff 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: #003888 url("/layout/icon-download-white.svg") no-repeat 93% center;*/
	background: #fff url("/layout/icon-download-orange.svg") no-repeat 93% center;
	background-size: 25px;
	padding-right: 3rem;
	margin-right: 0;
}
#exportButton:hover{
	background: #ee7d11 url("/layout/icon-download-white.svg") no-repeat 93% center;
	background-size: 25px;
}
body.dark #markerOverview table tr{ /* rz 20.02.225*/
	background-color: #4b4b4b;
}
body.dark #markerOverview select.tableStatus {
  border: solid 1px #fff;
  color: #fff;
}