html {
	scroll-padding-top: 240px; /* 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: 1.5rem 0;
	background-color: #fff;
}
#dashboard h2{
	font-size: 2em;
	margin-top: 2rem;
}
.usage{
	margin: 1.5em 0;
	padding: 1rem 1.5rem;
  	border: 2px solid #004358;
}
.usage img {
	margin-right: 1.5em;
}
.usage .flexbox{
	justify-content: flex-start;
}
.usageIcon {
	border-radius: 4px;
	padding: 8px;
	margin-bottom: 1em;
}
img.usageIcon{
	width: 40px;
	height: 40px;
}
.infoIcon {
	margin-bottom: 1em;
}
.infoIcon:last-of-type{
	margin-bottom: 0;
}
.infoIcon img{
	width: 30px;
	height: 30px;
	margin-right: 1.8em;
	margin-left: 0.5em;
}
.infoIcon:first-of-type img{
	width: 37px;
	height: 37px;	
	margin-right: calc(1.8em - 7px);
	margin-bottom: 0;
}
.infoIcon p {
	margin: 0;
}
.mapLink{
	display: inline-block;
}
.myMarkerInfo {
	margin-top: 1em;
	padding: 1em;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: center;
	margin-bottom: 1em;
	background-color: #fff;
}
.myMarkerInfo h2{
	margin-top: 0;
}
.myMarkerInfo img{
	margin-right: 1em;
	width: 30px;
	height: auto;
}
@media only screen and (max-width: 960px){
	.usage .row{
		flex-direction: row;
	}
}
@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: #fff;
	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;*/
	top: 94px;
}
.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{
	border-radius: 50%;
	background: #1f3685 url("/layout/icon_upload_white.svg") no-repeat center center;
	background-size: 25px;
}
.modal-content .download-data{
	background: #1f3685 url("/layout/icon_download.svg") no-repeat center center;
	background-size: 20px;
	margin: 0 0.5rem;
}
.file-actions .download-data{
	display: inline-block;
}
.modal-content .delete-button{
	background: red url("/map/images/icon-delete-white.svg") no-repeat center center;
	background-size: 20px;
	margin: 0 0 0 0.5rem;
}
.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;
	box-shadow: 1px 1px 5px #333;
}
#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 .selectRowMenu {
		flex-direction: row;
		justify-content: center;
		align-content: center;
		align-items: center;
		margin-top: 0.75em;
	}
}
.markerStatus-own {
	background: transparent url("/map/images/map-own-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-0 {
	background: transparent url("/map/images/map-other-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-1 {
	background: transparent url("/map/images/map-commented-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-2 {
	background: transparent url("/map/images/map-moderated-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-3 {
	background: transparent url("/map/images/map-contract-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-4 {
	background: transparent url("/map/images/map-refused-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-5 {
	background: transparent url("/map/images/map-supply-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus--1 {
	background: transparent url("/map/images/map-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-0-1 {
	background: transparent url("/map/images/map-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-1-1 {
	background: transparent url("/map/images/map-commented-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-2-1 {
	background: transparent url("/map/images/map-moderated-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-3-1 {
	background: transparent url("/map/images/map-contract-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-4-1 {
	background: transparent url("/map/images/map-refused-hidden-marker.svg") no-repeat left center;
	background-size: 22px;
	padding-left: 23px;
}
.markerStatus-5-1 {
	background: transparent url("/map/images/map-supply-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: 1em;
}
#markerOverview, #UserMarkerOverview{
	margin: 1rem auto;
	position: relative;
}
#markerOverview{
	background-color: #e6e6f3;
	margin-bottom: 0;
	padding-bottom: 2rem;
}
#markerOverview table, #UserMarkerOverview table{
	display: table;
	border-collapse: separate;
	border-spacing: 0 0.5rem;	
}
#markerOverview table tr, #UserMarkerOverview table tr{
	background-color: #fff;
	border: none;
}
#markerOverview table tr#tableHead, #UserMarkerOverview table tr#tableHead{
	border-top: 2px solid #fff;
	border-collapse: collapse;
}
#markerOverview table td, #markerOverview table th, #UserMarkerOverview table td, #UserMarkerOverview table th{
	border: none;
	text-align: center;
	line-height: 1.1;
	font-weight: normal;
	position: relative;
}
#markerOverview table th, #UserMarkerOverview table th{
	padding: 1rem 0;
	font-weight: 700;
	vertical-align: top; /* rz 20.02.225*/
	font-size: 16px;
}
#UserMarkerOverview table th{
	hyphens: auto;
	padding: 1rem 0.5rem ;
}
#markerOverview table td, #UserMarkerOverview table td{
	padding: 0.5rem 1rem;
	text-align: left;
}
#markerOverview table td:nth-child(3) p{
	text-align: center;
}
#markerOverview table th:not(:first-child)::after, #markerOverview table td:not(:first-child)::after,
#UserMarkerOverview table th:not(:first-child)::after, #UserMarkerOverview table td:not(:first-child)::after{
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 0;
	width: 2px;
}
#markerOverview table td a{
	position: absolute;
	left: 1rem;
    top: 50%;
    transform: translateY(-50%);
	display: flex;
  	height: 2rem;
  	margin-right: 1rem;
  	justify-content: flex-start;
  	align-content: center;
  	align-items: center;
}
#markerOverview table td.data, #UserMarkerOverview table td.data{
	text-align: left;
}
#markerOverview table p, #UserMarkerOverview table p{
	font-size: 16px;
}
#markerOverview table th:last-child, #markerOverview table td:last-child{
	width: 50px;
}
#UserMarkerOverview table th:last-child, #UserMarkerOverview table td:last-child{
	width: 100px;
}
#markerOverview table td:nth-child(1){
	padding-left: 95px;
}
#markerOverview table th:nth-last-child(2), td:nth-last-child(2){
	width: 270px;
}

#markerOverview table#markerTable{
	margin-top: 0.5rem;
}
#markerOverview table tr.is-highlighted {
	box-shadow: inset 0 0 0 .25rem #009de0;
}
.marker-scroll-anchor {
  	display: block;
  	position: relative;
  	top: -125px;
  	visibility: hidden;
}
@media (max-width: 820px) {
	#markerOverview table th, #markerTableHead{
		display: none;
	}
	#markerOverview table tr, #markerOverview table td{
		display: block;
		width: 100%;
	}
	#markerOverview table tr{
		margin-bottom: 1rem;
    	border: 1px solid #ccc;
    	padding: 0.5rem;
	}
	#markerOverview table td{
		position: relative;
    	padding-left: 150px!important;
    	text-align: left;
    	border: none;
	}
	#markerOverview table td p{
		font-size: 1rem;
	}
	#markerOverview table td:nth-child(3) p{
		text-align: left;
	}
	#markerOverview table td a{
		position: relative;
		left: 0;
		transform: none;
	}
	#markerOverview table td:not(:first-child)::after{
		content: none;
	}
	#markerOverview table td::before {
		content: attr(data-label);
    	position: absolute;
		left: 0;
		top: 0;
		width: 120px;
		padding: 0.5rem;
		font-weight: bold;
		font-size: 1rem;
		white-space: nowrap;
  	}
}
.dashboardSearchBtn, .dashboardReset{
	height: 50px;
	width: 50px;
	border-radius: 50px;
	cursor: pointer;
}
.dashboardSearchBtn{
	background-image: url(/layout/search-white.svg);
	background-repeat: no-repeat;
	background-position: 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;
}
.alignStart{
	justify-content: flex-start;
	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-image: url("/layout/icon-download.svg");
	background-color: #fff;
	background-size: 25px;
}
.admin-btn:hover{
	background-size: 25px;
	color: #f07e26
}
#toggleFiltersBtn{
	background-image: url("/layout/filter-icon-white.svg");
	background-size: 25px;
}
#toggleFiltersBtn:hover{
	background-image: url("/layout/filter-icon.svg");
	background-size: 25px;
}
#filterPanel{
	width: 100%;
	padding: 1rem 1.5rem;
  	border: solid 2px #004358;
	margin-top: 1rem;
}
#filterPanel .btn{
	font-size: 0.85rem;
	width: 180px;
	text-align: center;
}
#filterPanel .btn:first-of-type{
	margin-right: 2rem;
}
.filterValue{
	margin-bottom: 1.5rem;
}
.filterValue label{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-items: center;
}
.filterValue label span{
	width: 100px;
}
.filterValue label select, .filterValue label input[type="date"], .filterValue label input[type="text"]{
	margin: 0 1.5rem!important;
}
@media (max-width: 960px) {
	#searchMarkerForm, #exportData{
		width: 100%;
	}
	#exportData{
		flex-direction: row;
		justify-content: space-between;
	}
	#exportButton, #mailTemplateButton, #toggleFiltersBtn{
		width: 33%;
	}
	#exportButton, #mailTemplateButton{
		margin-right: 1rem;
	}
}
@media (max-width: 560px) {
	#exportButton, #mailTemplateButton, #toggleFiltersBtn{
		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{
		justify-content: flex-end;
	}
	.filterValue label{
		flex-wrap: wrap;
	}
	.filterValue label span{
		width: 100%;
		margin-bottom: 0.25rem;
	}
	.filterValue label select:first-of-type, .filterValue label input[type="date"]:first-of-type, .filterValue label input[type="text"]:first-of-type{
		margin-left: 0!important;
	}
}
body.dark #markerOverview table tr{ /* rz 20.02.225*/
	background-color: #4b4b4b;
}
body.dark #markerOverview select.tableStatus {
  border: solid 1px #fff;
  color: #fff;
}
.acc {
  	cursor: pointer;
	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 .close {
	width: 45px;
	height: 45px;
	position: fixed;
	top: 5%;
  	right: 10vw;
	background: #fff url("../layout/exit.svg") no-repeat center;
	background-size: 30px;
	cursor: pointer;
	border-radius: 50%;
}
.modal-content {
	background-color: #fff;
  	margin: 5% auto;
  	padding: 2rem;
  	width: 80vw;
  	max-height: 80%;
  	border-radius: 8px;
  	position: relative;
}
.modal-content h2{
	font-size: 2rem;
	padding-right: calc(45px + 1rem);
}
.modal-content h3{
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
.modal-content .tab-buttons{
	list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    border-bottom: 2px solid #ddd;
}
.modal-content .tab-buttons li{
	margin-right: 0.5rem;
}
.modal-content .tab-content {
	display: none;
	padding: 1rem 0;
	background-color: #fff;
	font-size: 1rem;
}
 .modal-content .modal-body{
	height: calc(100% - 120px);
}
.modal-content .tab-content, .modal-content .tab-content p{
	font-size: 1rem;
}
.modal-content .tab-content.active {
    display: block;
}
.modal-content .tab-content div{
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	margin-bottom: 1rem;
}
.modal-content .tab-content div.textbox{
	align-items: flex-start;
}
.modal-content .tab-content div label, .modal-content .tab-content p.detailLabel{
	width: 250px;
  	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
  	display: inline-block;
}
#UserMarkerOverview table input[type="text"], #UserMarkerOverview table input[type="number"], #UserMarkerOverview table select,
.modal-content .tab-content input[type="text"], .modal-content .tab-content input[type="tel"], .modal-content .tab-content input[type="number"], .modal-content .tab-content select, .modal-content .tab-content textarea,
#filterPanel input[type="text"], #filterPanel input[type="date"], #filterPanel select{
	padding: 10px;
  	margin: 8px 0 12px 0;
  	border: 1px solid #e6e6f3;
  	border-radius: 6px;
  	box-sizing: border-box;
	font-size: 1rem;
	background-color: #e6e6f3;
	color: #1f3685;
}
.modal-content .tab-content input[type="text"], .modal-content .tab-content input[type="tel"], .modal-content .tab-content input[type="number"], .modal-content .tab-content select, .modal-content .tab-content textarea{
	width: calc(100% - 280px);
	min-width: 280px;
}
.modal-content #saveMarkerBtn{
	height: 40px;
}
.modal-content ul li p.file-name{
	width: calc(100% - 145px);
}
.modal-content ul li div.file-actions{
	width: 130px;
}
#uploadModal .modal-content{
	width: 800px;
}
#uploadModal .modal-content .close{
	position: absolute;
	top: 1rem;
	right: 1rem;
}
#uploadModal #fileList{
	margin-bottom: 2rem;
}
#uploadModal #fileList li{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	width: 100%;
	padding: 0.5rem 0;
  	border-bottom: solid 1px #ccc;
}
#uploadModal .file-name{
	width: calc(100% - 125px - 0.5rem);
	min-width: 300px;
}
#uploadModal .file-buttons{
	width: 125px;
	margin-left: 0.5rem;
}
#uploadModal button[type='submit']{
	margin-top: 3rem;
}
@media only screen and (max-width: 960px){
	.modal .close{
		right: 5vw;
	}
	#uploadModal .modal-content{
		width: 90vw;
	}
}
@media only screen and (max-width: 820px){
	#uploadModal .modal-content{
		width: 90vw;
	}
	.modal-content li.tab-btn span{
		display: none;
	}
	.modal-content li.tab-btn{
		width: 65px;
		min-width: 65px;
		height: 60px;
		min-height: 60px;
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.modal-content li#editMarker-icon-details.active{
		background-image: url("/map/images/marker-details.svg");
	}
	.modal-content li#editMarker-icon-details, .modal-content li#editMarker-icon-details:hover{
		background-image: url("/map/images/marker-details-white.svg");
	}
	
	.modal-content li#editMarker-icon-documents.active{
		background-image: url("/layout/icon-documents.svg");
	}
	.modal-content li#editMarker-icon-documents, .modal-content li#editMarker-icon-documents:hover{
		background-image: url("/layout/icon-documents-white.svg");
	}
	
	.modal-content li#editMarker-icon-moderation.active{
		background-image: url("/layout/icon-status.svg");
	}
	.modal-content li#editMarker-icon-moderation, .modal-content li#editMarker-icon-moderation:hover{
		background-image: url("/layout/icon-status-white.svg");
	}
	
	.modal-content li#editMarker-icon-user.active{
		background-image: url("/layout/userIcon-color.svg");
	}
	.modal-content li#editMarker-icon-user, .modal-content li#editMarker-icon-user:hover{
		background-image: url("/layout/userIcon-white.svg");
	}
	
}
@media only screen and (max-width: 560px){
	#uploadModal #fileList li{
		justify-content: center;
	}
	#uploadModal .file-name{
		width: 100%;
		text-align: center;
	}
	#uploadModal .file-buttons{
		margin-left: 0;
		margin-top: 0.5rem;
	}
}
@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 th, #markerTableHead{
	display: none;
}
#UserMarkerOverview table tr, #UserMarkerOverview table td{
	display: block;
	width: 100%;
}
#UserMarkerOverview table tr{
	margin-bottom: 1rem;
	border: 1px solid #ccc;
	padding: 0.5rem;
	margin-bottom: 2rem;
	width: 48%;
}
#UserMarkerOverview table td{
	position: relative;
	text-align: left;
	border: none;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#UserMarkerOverview table td p{
	font-size: 1rem;
}
#UserMarkerOverview table td:nth-child(3) p{
	text-align: left;
}
#UserMarkerOverview table td a{
	position: relative;
	left: 0;
	transform: none;
}
#UserMarkerOverview table td:not(:first-child)::after{
	content: none;
}
#UserMarkerOverview table td::before {
	content: attr(data-label);
	width: 200px;
	padding: 0.5rem;
	font-weight: bold;
	font-size: 1rem;
	white-space: normal;
	display: block;
	margin-right: 1.5rem;
}
#UserMarkerOverview table td small {
	display: none;
}
#UserMarkerOverview #markerTableBody{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
#UserMarkerOverview table input, #UserMarkerOverview table select, #UserMarkerOverview .input-with-unit {
	width: calc(100% - 250px);
}
#UserMarkerOverview .input-with-unit{
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
  	align-items: center;
}
#UserMarkerOverview .input-with-unit p{
	width: 50px;
	text-align: right;
}
#UserMarkerOverview .input-with-unit-field{
	width: calc(100% - 50px);
}
.edit-btn, .edit-btn img, .save-btn img{
	width: 30px;
	height: 30px;
}
.edit-btn{
	background-color: #fff;
}
.edit-btn, .save-btn{
	cursor: pointer;
}
.save-btn{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	background-image: url('/layout/save-white.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
}
.save-btn:hover{
	background-image: url('/layout/save.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
}
.save-btn:disabled, .save-btn:disabled:hover{
	background-color: #a7a7a7!important;
	border: solid 1px #a7a7a7!important;
	cursor: not-allowed;
	opacity: 0.8;
	background-image: url('/layout/save-white.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
}

#UserMarkerOverview table td:last-of-type{
	width: 100%;
}
#UserMarkerOverview .error-message {
	width: 100%;
    display: block;
    font-size: 0.85em;
	font-weight: 700;
	text-align: right;
    color: #d9534f;
    margin-top: 2px;
  	padding-right: 0.5rem;
}
#UserMarkerOverview  .input-error{
	border: 2px solid #d9534f!important;
}
@media only screen and (max-width: 1080px){
	#UserMarkerOverview table td::before{
		width: 145px;
	}
	#UserMarkerOverview table input, #UserMarkerOverview table select, #UserMarkerOverview .input-with-unit{
		width: calc(100% - 190px);
	}
}
@media only screen and (max-width: 920px){
	#UserMarkerOverview table tr{
		width: 100%;
	}
	#UserMarkerOverview table input, #UserMarkerOverview table select, #UserMarkerOverview .input-with-unit,   #UserMarkerOverview table td::before {
		width: 100%;
	}
	#UserMarkerOverview table td::before {
		padding-left: 0;
	}
}
@media only screen and (max-width: 886px){
	footer #footerLinks p {
	  margin-left: 5px;
	}
}
.info-icon{
	position: relative;
	border-radius: 50%;
  	width: 1.25rem;
  	height: 1.25rem;
  	background: #fff url("/map/images/icon-hinweise.svg") no-repeat center;
  	background-size: 18px;
	margin-left: 0.5rem;
	cursor: pointer;
}
.info-tooltip{
	display: none;
  	position: absolute;
  	background-color: #005ca9;
  	color: #fff;
  	padding: 20px;
  	border: 1px solid #005ca9;
  	border-radius: 4px;
  	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  	z-index: 10;
  	width: 250px;
  	top: 41px;
  	right: -125px;
  	line-height: 135%;
	font-size: 1rem;
}
.info-tooltip::before {
  	content: "";
  	width: 0px;
  	height: 0px;
  	position: absolute;
  	/*border-left: 10px solid #005ca9;
  	border-right: 10px solid transparent;
  	border-top: 10px solid #005ca9;
  	border-bottom: 10px solid transparent;
  	right: -10px;
  	top: 6px;*/
	border-left: 10px solid #005ca9;
	border-right: 10px solid transparent;
  	border-bottom: 10px solid #005ca9;
  	border-top: 10px solid transparent;
  	right: 120px;
	top: -17px;
}
@media only screen and (max-width: 450px){
	.info-tooltip{
		right: -15px;
	}
	.info-tooltip::before{
		right: 5px;
	}
}
@media only screen and (max-width: 384px){
	.info-tooltip{
		right: -225px;
	}
	.info-tooltip::before{
		right: 215px;
	}
}

.userMarkerDelete{
	position: absolute;
  	width: 50px;
  	height: 50px;
  	border-radius: 50%;
  	right: 0.5rem;
  	top: 0;
  	cursor: pointer;
}
.mapLink p{
	background: transparent url("/layout/icon-int-link-white.svg") no-repeat center left;
	padding-left: 1.5rem;
	background-size: 1rem;
	text-transform: none;
}
.mapLink p:hover{
	background: transparent url("/layout/icon-int-link-blue.svg") no-repeat center left;
	background-size: 1rem;
}
img.markerVisibleIcon {
  min-width: 20px;
  width: 20px;
  height: auto;
}