html {
	scroll-padding-top: 180px; /* height of sticky header */
	scroll-behavior: smooth;
}
@media only screen and (min-width: 1280px){
	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;
}
@media only screen and (max-width: 960px) {
	.tab button{
		width: 100%!important;
	}
}
.tabcontent{
	display: none;
  	/*padding: 2rem 0;*/
	padding: 4rem 0;
	background-color: #fff;
}
#dashboard h2{
	font-size: 2em;
	margin-top: 2rem;
}
.usage{
	margin: 1.5em 0;
}
.usage img {
	margin-right: 1.5em;
}
.usageIcon {
	/*background-color: #009DE0;*/
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 1em;
}
img.usageIcon{
	width: 40px;
	height: 40px;
}
.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;
}*/
.mapLink{
	display: inline-block;
}
.myMarkerInfo {
	margin-top: 1em;
	padding: 1em;
  	border-radius: 8px;
  	border: solid 2px #005ca9;
	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: 120px;
  	z-index: 80;
	background-color: #F1F1F1;
	padding-bottom: 2rem;
}
#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: 1550px;
}
#markerTable{
	margin-top: 25px;
}
@media only screen and (max-width: 1070px){
	#markerTable{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 960px) {
	#markerTableMenu .row{
		flex-direction: row;
	}
}
@media only screen and (max-width: 390px) {
	#markerTableMenu .row{
		flex-direction: row;
	}
}
#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: 85px;
}
.saveMarkerInput, .uploads-modal, .download-data, .delete-button{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.saveMarkerInput{
	display: none;
	background: #f07e26 url("/layout/save.svg") no-repeat center center;
	background-size: 20px;
}
.uploads-modal{
	background-image: url("/layout/icon_upload.svg");
	background-repeat: no-repeat;
	background-position: center center;
	/*background: #f07e26 url("/layout/icon_upload.svg") no-repeat center center;*/
	background-size: 20px;
}
.modal-content .download-data{
	background: #f07e26 url("/layout/icon-download-white.svg") no-repeat center center;
	background-size: 20px;
	margin: 0 0.5rem;
}
.modal-content .delete-button{
	background: #009DE0 url("/layout/icon_delete.svg") no-repeat center center;
	background-size: 20px;
	margin: 0 0 0 0.5rem;
}
.file-actions .download-data{
	display: inline-block;
}
.download-data, .delete-button{
	min-width: 50px;
}
.saveMarkerInput span, .uploads-modal span, .download-data span, .delete-button span {
	display: none;
}
.uploads-modal[data-count]::after {
    content: attr(data-count);
    background-color: red;
    display: block;
    position: absolute;
    top: -.75rem;
    right: -.25rem;
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    font-weight: bold;
    border-radius: 2rem;
    border: .25rem solid white;
}
#UserMarkerTableBody .saveMarkerInput{
	display: inline-block;
	background: #777777 url("/layout/save-white.svg") no-repeat center center;
	background-size: 20px;
}

@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;
	}*/
}
.markerStatus-own {
	background: transparent url("/layout/map-own-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.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-commented-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-2 {
	background: transparent url("/layout/map-moderated-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-3 {
	background: transparent url("/layout/map-contract-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-4 {
	background: transparent url("/layout/map-refused-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus--1 {
	background: transparent url("/layout/map-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-0-1 {
	background: transparent url("/layout/map-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-1-1 {
	background: transparent url("/layout/map-commented-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-2-1 {
	background: transparent url("/layout/map-moderated-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-3-1 {
	background: transparent url("/layout/map-contract-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-4-1 {
	background: transparent url("/layout/map-refused-hidden-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{
	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: #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: 120px;
	background-color: #CECECE;
	position: absolute;
	top: 10px;
	left: 0;
}
#markerOverview table th{
	padding: 1rem 0;
	background-color: transparent;
	color: #fff;
	font-weight: 700;
	vertical-align: top; /* rz 20.02.225*/
	font-size: 16px;
}
#markerOverview table td.data{
	text-align: left;
}
#markerOverview table p{
	font-size: 16px;
}
#markerOverview table td:first-child, #markerOverview table th:first-child, #markerOverview table td:nth-child(8), #markerOverview table th:nth-child(8){
	width: 109px;
}
#markerOverview table td:nth-child(2), #markerOverview table th:nth-child(2), #markerOverview table td:nth-child(2) .accordion {
	width: 305px!important;
}
#markerOverview table td:nth-child(3), #markerOverview table th:nth-child(3), #markerOverview table td:nth-child(3) .accordion {
	width: 170px!important;
	hyphens: auto;
}
#markerOverview table td:nth-child(5), #markerOverview table th:nth-child(5){
	width: 150px;
}
#markerOverview table td:nth-child(6), #markerOverview table th:nth-child(6){
	width: 250px;
}
#markerOverview table td:nth-child(7), #markerOverview table th:nth-child(7) {
	width: 235px;
}
#markerOverview table td:nth-child(4), #markerOverview table th:nth-child(4) {
	width: 85px;
}
#markerOverview table td:last-child, #markerOverview table th:last-child {
	width: 45px;
}
#markerOverview table textarea{
	width: 90%;
	min-width: 133px;
	margin-left: 0.5rem;
	resize: none;
	text-align: center;
	color: #000;
}

#markerOverview table#markerTable{
	margin-top: 0.5rem;
}
#markerOverview #markerTableMenu{
	/*max-width: 1228px;
	min-height: 100%;*/
	margin-bottom: 2rem;
}
#markerOverview table td:first-child small{
	display: inline-block;
	text-align: left;
	font-size: 0.7rem;
}
#markerOverview select, #markerOverview select.tableStatus{
	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
	width: 85%;
}
#markerOverview select#filterStatusSelect, #markerOverview select.tableStatus{
	width: 185px;
}
#markerOverview select{
	background: rgba(255,255,255,0) url("/layout/arrow-down-white.svg") no-repeat 95% center;
  	background-size: 18px;
}
#markerOverview select.tableStatus,#markerOverview select.hiddenStatus{
	background: rgba(255,255,255,0) url("/layout/arrow-down.svg") no-repeat 95% center;
  	background-size: 18px;
}
#markerOverview select, #markerOverview select.tableStatus, #markerOverview select.hiddenStatus, #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: black;
}
#markerOverview select{
    border: 1px solid black;
}
#markerOverview select.tableStatus, #markerOverview select.hiddenStatus{
	border: solid 1px #000;
	color: #000;
	margin-left: 0.5rem;
}
#markerOverview select.tableStatus{
	min-width: 133px; 	
}
#markerOverview select.hiddenStatus{
	min-width: 150px;
}
#markerOverview th select{
	color: #fff;
	border: 1px solid #fff;
}
#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;
}

#markerOverview table tr.is-highlighted {
	box-shadow: inset 0 0 0 .25rem #009de0;
}
.marker-scroll-anchor {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}

.dashboardSearchBtn, .dashboardReset{
	height: 50px;
	width: 50px;
	border-radius: 50px;
	/*border-top-left-radius: unset;*/
	cursor: pointer;
}
.dashboardSearchBtn{
	background-image: url(/layout/search-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
	/*background: #f07e26 url(/layout/search-white.svg) no-repeat center center;*/
	background-size: 25px;
}
.dashboardReset{
	background: #0968b8 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;
}
@media only screen and (max-width: 460px) {
	#searchMarkerForm{
		width: calc(100% - 70px);
	}
}
#markerOverview #searchMarkerInput{
	margin-right: 0;
	width: calc(100% - 70px);
}
#exportData{
	width: 20%;
}
.alignBetween{
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
#exportButton{
	background-image: url("/layout/icon-download-white.svg");
}
#exportButton, .admin-btn{
	color: #fff;
	padding: 0 3.5rem 0 1.5rem;
	font-size: 0.75em;
}
#exportButton:hover{
	background: #fff url("/layout/icon-download.svg") no-repeat 93% center;
	background-size: 25px;
	color: #f07e26;
	/*border: solid 4px #009DE0;*/
}
.admin-btn:hover{
	background-size: 25px;
	color: #f07e26
}
@media (max-width: 960px) {
	#exportButton, .admin-btn{
		font-size: 0;
		background-position: center center;
		width: 50px;
		min-width: 50px;
		min-height: 50px;
		height: 50px;
		padding: 0;
	}
	.admin-btn span{
		display: none;
	}
	#exportData{
		width: auto;
	}
}
body.dark #markerOverview table tr{ /* rz 20.02.225*/
	background-color: #4b4b4b;
}
body.dark #markerOverview select.tableStatus {
  border: solid 1px #fff;
  color: #fff;
}
/*#markerOverview table td.data{
	
}
#markerOverview table td.data>div{
	padding-left: 1rem;
}
#markerOverview table td div.accordion{
	padding-left: 1rem;
}*/
.acc {
  	cursor: pointer;
  	/*padding: 20px 30px 20px 0;*/
	padding-right: 30px;
  	width: 100%;
  	transition: all 0.5s ease;
  	background: transparent url("/layout/plus-icon.svg") no-repeat center right;
    background-size: auto;
  	background-size: 20px;
}
.acc.active {
  	background: transparent url("/layout/minus-icon.svg") no-repeat center right;
    background-size: auto;
  	background-size: 20px;
}
.panel {
  	max-height: 0;
  	overflow: hidden;
  	transition: max-height 0.2s ease-out;
}


.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.modal-content {
	background-color: #fff;
	margin: 10% auto;
	padding: 20px;
	width: 500px;
	border-radius: 8px;
	position: relative;
}
.modal-content h2{
	font-size: 2rem;
}
.modal-content h3{
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
.modal-content ul{
	margin-bottom: 2rem;
}
.modal-content ul li{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.modal-content ul li p.file-name{
	width: calc(100% - 145px);
}
.modal-content ul li div.file-actions{
	width: 130px;
}
.close {
	position: absolute;
	top: 10px; right: 15px;
	font-size: 24px;
	cursor: pointer;
}
@media only screen and (max-width: 540px){
	.modal-content{
		width: 340px;
	}
	.modal-content ul li{
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.modal-content input{
		width: 300px;
	}
}
#UserMarkerOverview table [type=number]  {
	max-width: 70px;
}
#UserMarkerOverview table [type=text]  {
	/*border: 1px solid #009DE0;*/
	padding: 10px;
}
#UserMarkerOverview select {
	padding: 10px;
}
#UserMarkerOverview #markerTableMain {
	overflow-x: auto;
}