/* map */
#map {
  display:none;
  height:1000px;
  width:100%;
  z-index:1;
  background:#FFFDEE;
}

.mapFullscreen {
  position:absolute !Important;
  top:0 !Important;
  left:0 !Important;
  width:100% !Important;
  height:100% !Important;
}

.mapLegendFullscreen{
  position:absolute !Important;
  top:10px !Important;
  right:10px !Important;
}

.mapStartTextFullscreen {
  position:absolute !Important;
  top:10px !Important;
  left:50px !Important;
}


#minimap {
  display:none;
  height:270px;
  width:100%;
  border:1px solid silver;
}

/* zoom infobox*/
#mapStartText {
   display:none;
   position:absolute;
   z-index:9000;
   background:white;
   font-size:11px;
   width:auto;
   padding:5px;
   margin-left:50px;
   margin-top:12px;
   margin-right:240px;
   border: medium none;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
   cursor:pointer;
}



/*  button */ 
#addCustomMarker {
  padding:2px;
  display:block;
  text-align:center;
  margin-top:-5px;
  margin-bottom:10px;
  background:white;
  border:1px solid #C0C0C0;
  border-radius: 2px;
  cursor:pointer;
}
#addCustomMarker:hover {
   transition: all 0.2s ease-in;
   background:#eeeeee;
}
/* popup */
.mapPopup {
  padding:0;
  min-width:250px;
}
/* titel */
.mapPopup h3{
  margin:0;
}

.mapPopup h3 small{
  display:block;
  font-size:67%;
  margin-bottom:8px;
}

.mapPopup h3 small strong{
  font-weight:normal;
  color:#666666;
}

/* text */
.mapPopup p{
  margin:0;
  padding:0;
  margin-top:5px;
  margin-bottom:5px;
}
/* link */
.mapPopup .abbrechen{}
.mapPopup .pipe{}

.mapPopup p {
    margin: 0;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    color:#666;
}

.mapPopup a {
	display: block;
	padding:10px;
	border: 1px solid silver;
	border-radius: 50px;
	width: auto;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	color:#666;

}

.mapPopup a:hover {
	background-color: #eeeeee;
    /* Firefox */
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}


/* modal */
#bgModal{
  position:fixed;
  z-index:50000;
  left: 0;
  top: 0;
  width:100%;
  height:100%;
  background: black;
  opacity:0.5;
}

#modal {
  position:fixed;
  z-Index:60000;
  left:4%;
  top: 4%;
  width: 90%;
  height: 89%;
  opacity: 1;
  padding:1%;
  background: white;
  border: medium none;
  /*
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  */
  boxShadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

#modal h1{
   padding-bottom:5px !Important;
   padding-left:4px;
   margin:0;
   color:#666666;
   font-size:140%;
}

#modal iframe{
  border: medium none;
  width:100%;
  height:100%;
  /*
  overflow: auto !Important;
  overflow-y:scroll !important;
  -webkit-overflow-scrolling:touch !Important;
  -webkit-overflow-y:touch !Important;
  */
}

#modal #buttonLeiste{
   margin-top:5px;
   margin-bottom:5px;
   display:none;
   text-align:right;
}

#modal #buttonLeiste button{
   margin-left:5px;
}

#modal #buttonLeiste .Abbrechen{}

#modal a {
  background:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_css/bilder/modal_close.gif) no-repeat;
  width:24px;
  height:24px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:7px;
  right:7px;
  cursor:pointer;
}

/* tool tip */
#tooltip {
  display: none;
  position: absolute;
  background: #666;
  color: white;
  opacity: 0.7;
  padding: 10px;
  border: 1px dashed #999;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  z-index: 1000;
}




/* legende */
#mapLegend{
  display:none;
  background:#efefef;
  z-index:9900;
  border:1px solid silver;
  position:absolute;
  width:210px;
  border: medium none;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}


#mapLegend .tabHeader{
  padding:0;
  margin:0;
  display:table;
  width:100%;
}


#mapLegend .tabHeader li{
  background:white;
  display:table-cell;
  font-size:12px;
  font-weight:normal;
  text-align:center;
  padding:3px;
  width:33%;
  border-left:1px solid silver;
  cursor:pointer;
}
#mapLegend .tabHeader li:first-child{
  border-left:0;
}

#mapLegend .tabHeader li.activ, #mapLegend .tabHeader li:hover{
  background:#F4F4F4;
}

#mapLegend .tabHeader li a {
   display:block;
}
#mapLegend .tabHeader li a img {
   border:0;
}

#mapLegend .tabMain{
  display:none;
  overflow:auto;
  background:#F4F4F4;
  min-height:100px;
  width:210px;
  border:0px;
}
#mapLegend .tabMain div.tabHeaderDiv{
  display:none;
  padding:10px;
  color:#666666;
  font-size:11px;
  margin-top:10px;
}
#mapLegend .tabMain div.activ{
   display:block;
}


#mapLegend .tabMain div h3{
   margin:0;
   font-size:1em;
   color:#666666;
   font-weight:bold;
   margin-bottom:10px;
}


#mapLegend #infotab1,#mapLegend #infotab2,#mapLegend #infotab3 {
   display:block;
   font-size:10px;
   font-weight:normal;
   border:0 Important;
}


#mapLegend .tabMain  input{
   box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

#mapLegend .tabMain table {
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}


#mapLegend .tabMain table td {
  /*vertical-align:top;*/
  padding: 2px;
  padding-right:4px;
  padding-top:2px;
}

#mapLegend .tabMain table td input{
  padding:0;
  margin:0;
}
#mapLegend .tabMain table td .typcolor{
   display:inline-block;
   width:11px;
   height:11px;
   margin:2px;
   border:1px solid white;
}
#mapLegend .tabMain table td label{
   display:block;
   margin-top:2px;
   margin-left:2px;
   cursor:pointer;
   line-height:16px;
}

#mapLegend .tabMain table td label:hover{
   color:black;
}

#mapLegend .tabMain table td .labelCount{
  color:#A3A3A5;
  font-size:10px;
}

/* filter */
#mapLegend .tabMain table table {
   margin-bottom:5px;
}

#mapLegend .tabMain table table tr td:first-child{
   padding-left:2px;
}


/* subfilter */
#mapLegend .tabMain table .subFilter {
  display:none;
}

#mapLegend .tabMain table td.filterAction  {
  background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/defaults/_kartev2/img/list_open.png);
  background-repeat:no-repeat;
  background-position:left center;
  display:inline-block;
  width:10px;
  height:16px;
  cursor:pointer;
}
#mapLegend .tabMain table td.filterAction.open {
  background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/defaults/_kartev2/img/list_close.png);
}

#mapLegend .tabMain table td.filterAction.empty {
  background:#F4F4F4;
}

/* legend filter */
#mapLegend .tabMain table.legendFilter select{
   font-size:10px;
}
#mapLegend .tabMain table.legendFilter {
  margin-bottom:5px;
  width:100%;
}

#mapLegend .tabMain table.legendFilter td {
   padding:0;
   padding-right:4px;
}

#mapLegend .tabMain table.legendFilter td label{
   display:block;
   padding:0px;
   margin:0px;
   margin-left:20px;
   margin-top:-18px;
   margin-bottom:-14px;
   line-height: 16px;
   border:0px solid red;
   
}


#mapLegend .tabMain table.legendFilter td h4 {
   font-size:1em;
   font-weight:normal;
   padding:0px;
   margin:0px;
   margin-bottom:5px;
   padding-left:10px;
   background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/list_open.png);
   background-repeat:no-repeat;
   background-position:left center;
   cursor:pointer;
}

#mapLegend .tabMain table.legendFilter td h4.open {
   background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/list_close.png);
   background-repeat:no-repeat;
   background-position:left center;
}

#mapLegend .tabMain table.legendFilter td div{
   display:none;
   padding:0px;
   margin:0px;
   margin-left:10px;
   margin-bottom:5px;
}

#mapLegend .tabMain table.legendFilter td h3 .ocinfoall {
  cursor:pointer;
}
#mapLegend .tabMain table.legendFilter td h3 .ocinfoall, #mapLegend .tabMain table.legendFilter td h4 .ocinfo {
   font-size:0.9em;
   color:silver;
}
#mapLegend .tabMain table.legendFilter td h3 .ocinfoall.activ, #mapLegend .tabMain table.legendFilter td h4 .ocinfo.activ {
   color:#00B0B8;
}


.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}




/* search */
#mapLegend .tabMain form {
  padding:0;
  margin:0;
}


#mapLegend .tabMain #searchform input[type=text] {
  border: 1px dotted #000066;
  height: 20px;
  margin: 0;
  opacity: 0.8;
  padding: 5px;
  width: 93%;
  background:white;
  padding-right:10px;
}

#mapLegend .tabMain #searchform input[type=image] {
  position:absolute;
  background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/list_open.png);
  background-repeat:no-repeat;
  background-position: center center;
  padding:0;
  margin:0;
  z-index:900000;
  margin-top:8px;
  margin-left:85%;
  border:0 K!Important;
  width:16px;
  height:16px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

#mapLegend .tabMain #searchform input[type=image].loader {
  background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/ajax-loader.gif);
  background-repeat:no-repeat;
  background-position: center center;
}


#mapLegend .tabMain #searchinfo {
  padding:0;
  margin:0;
}


#mapLegend .tabMain #searchresult {
  padding:0;
  margin:0;
  width:100%;
  display:none;
  overflow:auto;
  padding-bottom:10px;
}

#mapLegend .tabMain #searchresult div {
  padding:4px;
  border: 1px dotted #000066;
  background:white;
  margin:0;
  display:block;
  border-left:4px solid #666666;
  cursor:pointer;
}
#mapLegend .tabMain #searchresult div:hover {
  background:#FAFAFA;
}
#mapLegend .tabMain #searchresult div.active {
  border-left:4px solid #FE7E7E;
}

#mapLegend .tabMain #searchresult h4 ,#mapLegend .tabMain #searchinfo h4{
  padding:0;
  margin:0;
  margin-bottom:2px;
}


#mapLegend .tabMain .legendImg img {
  width:100%;
  border:1px solid silver;
}





















/* suche */
#search_result {
  display:none;
  z-index:500000 !Important;
  background:#F8F8F9;
  width:280px;
}

#search_result_main {
  padding:5px;
  margin:5px;
  background:white;
  border:1px dotted silver;
  border:radius:5px;
}


#search_result #result_close img {
   width:70%;
}
#search_result #result_close {
   position:absolute;
   right:8px;
   margin-top:4px;
   cursor:pointer;
}

#search_result h1{
   margin:0;
   padding:3px;
   margin-left:2px;
   font-size:1.4em;
   font-weight: 400;
   color: #666666;
   border-bottom:1px dotted silver;
}

#search_list{
  overflow:auto;
  min-height:40px;
  max-height:300px;
  overflow:auto;
}

#search_list a{
   display:block;
   border:1px dotted silver;
   background:whitesmoke;
   margin:4px;
   padding:4px;
   font-size:1em;
   cursor:pointer;
}

#search_list a:hover{
   background:gray;
   color:white;
}


/* icons */
.iconBaseLayer {
  display:inline-block;
  height:6px;
  width:16px;
  float:left;
  margin-top:4px;
  margin-bottom:2px;
}

.iconBaseLayerSub {
  display:inline-block;
  height:6px;
  width:16px;
  margin-bottom:2px;
  margin-top:4px;
  float:left;
}

.iconBaseLayer.img {
  display:inline-block;
  float:none;
  height:16px;
  width:16px;
  margin-bottom:-2px;
}
.iconBaseLayer.img.baseicon {
  display:inline-block;
  height:24px;
  width:18px;
  background-size: 100% 100%;
  background-repeat:no-repeat;
}

/* leaflet */
.leaflet-control-layers h4 {
  padding-left:5px;
  margin:0;
  margin-bottom:5px;
}

.leaflet-control-layers input {
   margin-bottom:5px;
}

.leaflet-control-layers-toggle {
   background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/layerneu.png);
}

.leaflet-control-layers-list {
  padding:10px !Important;
}

.leaflet-control-addCustomMarker {
   background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/marker-nolatlon.png);
   background-repeat:no-repeat;
   background-size:50%;
   cursor:pointer;
}

.leaflet-control-reloadbutton {
   background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/home.png);
   background-repeat:no-repeat;
   cursor:pointer;
}

.leaflet-control-mylocation {
   background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/mylocation.png);
   background-repeat:no-repeat;
   cursor:pointer;
}
.leaflet-control-mylocation.check {
   background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/ajax-loader.gif);
   background-repeat:no-repeat;
   cursor:pointer;
}


/* slider */
#sliderMain{
  padding:5px;
  padding-top:0;
  padding-bottom:10px;
}
/* favorit */
span.iconclass-favorit {
   z-index:1000;
   position:absolute;
   display:inline-block;
   width:12px;
   height:12px;
   margin-top:22px;
   margin-left-:6px;
   background-image:url(/public/20250101081054oe_/https://www.jetzt-mitmachen.de/_img/marker-icon-like.png);   
   background-size: 100% 100%;
   background-repeat:no-repeat;
   background-position:left top;
  
}
