html {
	caret-color: transparent;
	background: lightyellow;
	overflow: hidden;
}

*,
:after,
:before {
  	box-sizing: border-box;
	padding: 0;
  	margin: 0;
	font-family: "Arial", sans-serif;
}
#map {
    height: calc(100vh - 24px);
	background-color: white;
}
.leaflet-tile-pane {
	mix-blend-mode: color;
}
[id^=zoomtile] {
	mix-blend-mode: normal !important;
}

.leaflet-bottom.leaflet-right {
	z-index: 401;
}

.loading-div {
	position: absolute;
	background-color: rgba(255, 255, 240, 0.8);
	width: 128px;
	height: 12px;
	z-index: 1100;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  	-webkit-animation:rescale 0.2s 50;
  	animation: rescale 0.2s 50;
	text-align: center;
	line-height: 1rem;
}
@-webkit-keyframes rescale{
  0% {transform:rotate(0deg);}
  10% {transform:rotate(36deg);}
  20% {transform:rotate(72deg);}
  30% {transform:rotate(108deg);}
  40% {transform:rotate(144deg);}
  50% {transform:rotate(180deg);}
  60% {transform:rotate(216deg);}
  70% {transform:rotate(252deg);}
  80% {transform:rotate(288deg);}
  90% {transform:rotate(334deg);}
  100% {transform:rotate(360deg);}
}
@keyframes rescale{
  0% {transform:rotate(0deg);}
  10% {transform:rotate(36deg);}
  20% {transform:rotate(72deg);}
  30% {transform:rotate(108deg);}
  40% {transform:rotate(144deg);}
  50% {transform:rotate(180deg);}
  60% {transform:rotate(216deg);}
  70% {transform:rotate(252deg);}
  80% {transform:rotate(288deg);}
  90% {transform:rotate(334deg);}
  100% {transform:rotate(360deg);}
}

.leaflet-popup-content-wrapper {
    opacity: 0.85;
    border: none;
	padding: 0 !important;
	text-align: unset !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	background: transparent;
   }
.leaflet-popup-content p {
    margin: 0px !important;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.leaflet-popup-content {
    margin: 0px !important;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.leaflet-popup-content-wrapper:hover {
    opacity: 1;
}
.leaflet-popup-close-button {
	color: red !important;
	margin: -16px;
	background: white !important;
	border-radius: 16px;
}
.erwpu {
	margin: 35px;
}

.btn-spd {
	padding: 4px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	background-color: lightyellow;
}

.mainpanel_buttons {
 	background: rgba(255,255,240,0.6);
 	height: 56px;
	right: 0;
	position: absolute;
	z-index: 501;
	min-width: 408px;
  	-webkit-transition: all 0.8s ease-in-out;  
  	-moz-transition: all 0.8s ease-in-out;  
  	-o-transition: all 0.8s ease-in-out;  
  	-ms-transition: all 0.8s ease-in-out;  
  	transition: all 0.8s ease-in-out;
}

.mainpanel_buttons_hide {
	min-width: 0;
	border-radius: 0 0 0 12px;
}

.mainpanel_button {
	background-image: url(/img/icons/paneloff.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	position: relative;
	top: 48px;
	left: -48px;
	border-radius: 12px 0 0 12px;
}
.mainpanel_button_hide {
	background-image: url(/img/icons/lupe.png);
}

.spd-button {
	background-image: url(/img/icons/spd-icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	margin-left: 6px;
	width: 96px;
	border-radius: 0 0 12px 12px;
}
.blom-button {
	background-image: url(/img/icons/blom-icon.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	margin-left: 6px;
	width: 96px;
	border-radius: 0 0 12px 12px;
}

.printer_button {
	background-image: url(/img/icons/printer.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	margin-left: 6px;
	border-radius: 0 0 12px 12px;
}
.gotomarker-button {
	background-image: url(/img/marker/rc.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	margin-left: 6px;
	border-radius: 0 0 12px 12px;
}
.fullscreen_button {
	background-image: url(/img/icons/fullscreen.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	float: right;
	margin-left: 6px;
	border-radius: 0 0 0 12px;
}
.fullscreen_button_esc {
	background-image: url(/img/icons/fullscreen_esc.png);
}
.zoom-buttons {
	position: absolute;
	background: rgba(255,255,240,0.6);
	padding: 6px;
	left: -60px;
	top: 98px;
	border-radius: 12px 0 0 12px;
	display: grid;
}
.zoomin_button {
	background-image: url(/img/icons/zoomin.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	border-radius: 12px 12px 0 0;
}
.zoomout_button {
	background-image: url(/img/icons/zoomout.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	border-radius: 0 0 12px 12px;
}
.button_dimm {
	background-color: lightgray;
	cursor: default;
}
.shop_button {
	background-image: url(/img/icons/shop.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
	margin-left: 6px;
	border-radius: 0 0 12px 12px;
	display: none;
}

.mainpanel_container {
    width: 408px;
	z-index: 499;
	position: absolute;
	right: 0;
	cursor: default;
  	-webkit-transition: all 0.8s ease-in-out;  
  	-moz-transition: all 0.8s ease-in-out;  
  	-o-transition: all 0.8s ease-in-out;  
  	-ms-transition: all 0.8s ease-in-out;  
  	transition: all 0.8s ease-in-out;
}

.mainpanel {
    width: 100%;
    max-width: 408px;
	min-width: 200px;
	z-index: 500;
	position: absolute;
	right: 0;
	top: 0;
}

.mainpanel_tabs {
	height: 100%;
	width: 100%;
	z-index: 500;
	position: absolute;
	right: 0;
	top: 6px;
  	-webkit-transition: all 0.8s ease-in-out;  
  	-moz-transition: all 0.8s ease-in-out;  
  	-o-transition: all 0.8s ease-in-out;  
  	-ms-transition: all 0.8s ease-in-out;  
  	transition: all 0.8s ease-in-out;
}
.mainpanel_tabs_hide {
	right: -408px;
}

.mainpanel_tab-registers {
	display: flex;
	background: white;
}
.mainpanel_tab-bodies {
	background: lightyellow;
	border: 1px solid gray;
}
.tab_btn {
	padding: 4px;
	width: -moz-available;
	width: -webkit-fill-available;
	height: 48px;
	background: rgba(255, 255, 224, 0.4);
	font-size: 1rem;
	font-family: "Arial", sans-serif;
	cursor: pointer;
	color: gray;
}
.tab_btn.mainpanel_active-tab {
	background: lightyellow;
	font-weight: bold;
	font-size: 1.4rem;
	color: black;
}
.mainpanel_tab1_poi_checkboxen, .mainpanel_tab1_markerwahl {
	height: auto;
	width: 100%;
	padding: 8px;
	background: lightyellow;
	border-bottom: 1px dashed black;
}
.poi_checkbox_label {
 	border: 1px solid #ccc;
	padding: 4px;
 	display: inline-flex;
 	font-size: 1rem;
	text-indent: 4px;
	background: rgba(255, 255, 240, 0.8);
	margin: 2px;
}
.poi_checkbox_label:hover {
	background:rgba(240, 240, 240, 0.8);
	cursor:pointer;
}
.mainpanel_poi {
	height: 24px;
	width: 24px;
	cursor:pointer;
}
.rc{
	background-image:url(/img/marker/rc.png);
	background-color: white;
	border-radius: 8px;
}
.ohne{
	background-image:url(/img/marker/ohne.png);
	background-color: white;
	border-radius: 8px;
}
.op{
	background-image:url(/img/marker/op.png);
	background-color: white;
	border-radius: 8px;
}
.mainpanel_tab1_markerwahl input {
    position:absolute;
    z-index:999;
	display: none;
}
.marker-cc {
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:60px;height:60px;
	opacity: .6;
	border: 1px solid black;
	margin: 2px;
}
.mainpanel_tab1_markerwahl input:checked + .marker-cc {
	opacity: 1;
}
.btn-breit-mainpanel {
  width: 100%;
  padding: 4px;
  margin: 4px;
  background: white;
  font-size: 1rem;
  border-radius: 4px;
}

.leaflet-overlay-pane {
	z-index: 800;
}

.leaflet-routing-container {
	margin: 4px;
	caret-color: black;
}

.dir-btns {
 	position: absolute;
 	top: 208px;
 	left: -112px;
 	width: 110px;
 	height: 110px;
 	background-color: rgba(255,255,240,0.8);
	border-radius: 54px;
 	border: 1px solid lightyellow;
}
.dir-btns input[type="radio"] {
  	opacity: 0;
  	position: fixed;
  	width: 0;
	display: none;
}
.dir-btns label {
    display: inline-block;
	position: absolute;
}
.dir-btns input[type="radio"]:checked + label {
	cursor: default !important;
}

.unverz-check {
	width: 14px;
	height: 36px;
	left: 4px;
	position: absolute;
	z-index: 1;
	top: 108px;
}
.unverz-check-label {
	background-color: rgb(112,112,112);
	padding: 2px 0 0 20px;
	height: 36px;
	width: 108px;
	font-size: .7rem;
	color: lightyellow;
	top: 108px;
	border-radius: 0 0 4px 4px;
	line-height: .9rem;
	border: solid 1px lightyellow;
}
.unverz-check:checked + label {
	background-color: rgb(144,144,144);
}


#n-btn + label {
	top: 72px;
	left: 36px;
  	border-left: 18px solid transparent;
  	border-right: 18px solid transparent;
  	border-bottom: 36px solid rgb(112,112,112);
	cursor: n-resize;
	border-radius: 18px;
}
#n-btn:checked + label {
	border-radius: 0;
	border-bottom: 32px solid rgb(144,144,144);
}
#n-btn:checked ~ .x-btn-label {
	border-radius: 18px;
	background-color: rgb(112,112,112);
}
#n-btn:checked ~ .x-btn-label2 {
	top: 36px;
}
#n-btn:checked ~ .x-btn-label3 {
	top: 36px;
}

#e-btn + label {
	top: 36px;
	left: 0;
  	border-top: 18px solid transparent;
  	border-bottom: 18px solid transparent;
  	border-left: 36px solid rgb(112,112,112);
	cursor: e-resize;
	border-radius: 18px;
}
#e-btn:checked + label {
	border-radius: 0;
	border-left: 32px solid rgb(144,144,144);
	left: 4px;
}
#e-btn:checked ~ .x-btn-label {
	border-radius: 18px;
	background-color: rgb(112,112,112);
}
#e-btn:checked ~ .x-btn-label2 {
	top: 54px;
	left: 36px;
	border: none;
	border-bottom: 14px solid transparent;
	border-right: 28px solid black;
	border-radius: 0 14px 0 0;
}
#e-btn:checked ~ .x-btn-label3 {
	top: 40px;
	left: 36px;
	border: none;
	border-top: 14px solid transparent;
	border-right: 28px solid white;
	border-radius: 0 0 14px 0;
}

.x-btn-label {
	cursor: crosshair;
	top: 36px;
	left: 36px;
	height: 36px;
	width: 36px;
	background-color: rgb(144,144,144);
}
.x-btn-label2 {
	cursor: crosshair;
	top: 40px;
	left: 54px;
	border-right: 14px solid transparent;
	border-bottom: 28px solid black;
	border-radius: 0 0 0 14px;
}
.x-btn-label3 {
	cursor: crosshair;
	top: 40px;
	left: 40px;
	border-left: 14px solid transparent;
	border-bottom: 28px solid white;
	border-radius: 0 0 14px 0;
}
#x-btn:checked ~ .x-btn-label {
	border-radius: 0;
}
#x-btn:checked ~ .x-btn-label2 {
	cursor: default;
}
#x-btn:checked ~ .x-btn-label3 {
	cursor: default;
}

#w-btn + label {
	top: 36px;
	left: 72px;
  	border-top: 18px solid transparent;
  	border-bottom: 18px solid transparent;
  	border-right: 36px solid rgb(112,112,112);
	cursor: w-resize;
	border-radius: 18px;
}
#w-btn:checked + label {
	border-radius: 0;
	border-right: 32px solid rgb(144,144,144);
}
#w-btn:checked ~ .x-btn-label {
	border-radius: 18px;
	background-color: rgb(112,112,112);
}
#w-btn:checked ~ .x-btn-label2 {
	top: 54px;
	left: 44px;
	border: none;
	border-bottom: 14px solid transparent;
	border-left: 28px solid black;
	border-radius: 14px 0 0 0;
}
#w-btn:checked ~ .x-btn-label3 {
	top: 40px;
	left: 44px;
	border: none;
	border-top: 14px solid transparent;
	border-left: 28px solid white;
	border-radius: 0 0 0 14px;
}

#s-btn + label {
	left: 36px;
  	border-left: 18px solid transparent;
  	border-right: 18px solid transparent;
  	border-top: 36px solid rgb(112,112,112);
	cursor: s-resize;
	border-radius: 18px;
}
#s-btn:checked + label {
	border-radius: 0;
	border-top: 32px solid rgb(144,144,144);
	top: 4px;
}
#s-btn:checked ~ .x-btn-label {
	border-radius: 18px;
	background-color: rgb(112,112,122);
}
#s-btn:checked ~ .x-btn-label2 {
	top: 44px;
	left: 40px;
	border: none;
	border-left: 14px solid transparent;
	border-top: 28px solid black;
	border-radius: 0 14px 0 0;
}
#s-btn:checked ~ .x-btn-label3 {
	top: 44px;
	left: 54px;
	border: none;
	border-right: 14px solid transparent;
	border-top: 28px solid white;
	border-radius: 14px 0 0 0;
}

.ad_left {
	position: absolute;
	z-index: 1000;
}

.ad_top {
	position: absolute;
	z-index: 1000;
	margin-left: 124px;
}


.hidden {
  display: none !important;
}

.cookies-eu-banner {
  	background: lightyellow;
  	padding: 6px;
  	font-size: 14px;
  	text-align: center;
  	position: fixed;
  	bottom: 0;
  	max-width: 300px;
  	z-index: 1000;
    right: 0;
    border: 1px solid black;
	margin: 4px 4px 64px 4px;
}
.cookies-eu-banner button {
  text-decoration: none;
  background: rgba(255, 255, 240, 0.8);
  color: gray;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
  width: 100px;
  border-radius: 4px;
}
.cookies-eu-banner button:hover {
  background: rgba(240, 240, 240, 0.8);
  color: black;
}

#footer {
	font-size: .8rem;
	font-family: "Arial", sans-serif;
	width: 100vw;
	height: 24px;
	border-top: 1px ridge black;
	padding-top: 4px;
	padding-left: 4px;
	background-image: url('/img/logos/logo_stadtplandienst.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: 100%;
	background-position-y: bottom;
	background-size: 88px 23px;
}
#footer a {
	text-decoration: none;
	word-wrap: break-word;
	white-space: nowrap;
	word-break: break-all;
	color: black;
	padding: 2px 6px;
	border-radius: 2px;
}
#footer a:hover {
	background-color: lightblue;
}


.info {
  	width: max-content;
  	height: 16px;
  	background-color: white;
	padding: 4px;
  	display: inline-block;
  	line-height: .6rem;
	pointer-events: all;
	cursor: pointer;
	margin-left: 4px;
	opacity: .8;
}
.info:hover {
	opacity: 1;
}



.test {
  	background-color: white;
}