.info { 
	padding: 6px 8px; 
	font: 14px/16px Arial, Helvetica, sans-serif; 
/*
	background: white; 
	background: rgba(255,255,255,0.8); 
	box-shadow: 0 0 15px rgba(0,0,0,0.2); 
	border-radius: 5px; 
*/
}

@media print {
	.leaflet-fusesearch-panel.right {
		display: none;
	}
	.leaflet-control-container {
		display: none;
	}
}

.header { 
    position: relative; 
} 
 
.header .search-backspace { 
    width: 30px; 
    height: 30px; 
    background-image: url(../media/backspace.png); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position-y: 3px;
    display: block; 
    position: absolute; 
    right: 7px; 
    top: 7px; 
      cursor: pointer; 
      display: none; 
}
	
.legend 
{ 
	text-align: left; 
	line-height: 18px;
	white-space: unset; 
} 
	
.legend li { 
	width: 18px; 
	height: 18px;
	opacity: 0.7; 
	opacity: 0.7;
	list-style-type: none;
	margin: 8px 0;	
}

.legend span { 		
	margin-left: 8px;
}

.legend ul { 		
	margin-left: 22px;
}

.accordion {
	margin-top: 5px;
	margin-left: 3px;
    cursor: pointer;
    padding: 10px 0 10px 10px;
    height: 100%;
    background-color: #fff;
    width: 437px;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border: 1px solid #1d70b7;
    border-radius: 1em;
}
.panel {
	background-color: #fff;
	max-height: 0;
	overflow-y: scroll;
	width: 437px;
	transition: max-height 0.2s ease-out;
	margin-left: 0;	
}
.topnav input[type=text] {
	border: 1px solid #ccc;
}

.panel .menu-item {
    display: flex;
	align-items: center;
	padding: 10px;
    border-bottom: 0.13em solid #2270B544;
	cursor: pointer;
	line-height: 20px;
}

.panel .menu-item .item-color {
	width: 10px;
    height: 10px;
    background: black;
	display: block;
	margin-left: 0px;
}

.panel .menu-item .item-text {
	font-size: 13px;
/*
	font-weight: bold;
*/
	padding-left: 14px;
	line-height: 25px;
	/* width: 337px; */
}

#operators-list:not(.open) {
	max-height: 0 !important;
}

.panel #operators-list {

}

.panel #operators-list tr {
	
}
/*
.leaflet-fusesearch-control .button {
	padding: 10px;
	background: #1d70b7;
	font-size: 16px;
	border: none;
	cursor: pointer;
	color: #fff;
	float: left;
	margin-bottom: 10px;
}
*/

.search-container button {
	padding: 10px;
	background: #1d70b7;
	font-size: 16px;
	border: none;
	cursor: pointer;
	color: #fff;
	float: left;
	margin-bottom: 10px;
}

.topnav input[type=text] {
	display: block;
	text-align: left;
	margin: 0;
	padding: 10px;
	font-size: 15px;
	width: 390px;
}
p {
	line-height: 150%;
}
.panel p {
	font-size: 13px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 7px;
	padding-left: 10px;
}
.strecken {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#first {
	margin-top: 12px;
}

@media only screen and (max-width: 480px) {
	

	.leaflet-fusesearch-panel .result-list {
		width: 100%;
	}

	.panel {
		width: 100%;
	}

	.accordion {
		width: 100%;
	}
}



.leaflet-fusesearch-panel.right{
	height: auto;
	/* right: 10px; */
	top: 20px;
}
.leaflet-fusesearch-panel .wrapper-legends,
.leaflet-fusesearch-panel .searchwrap{
	clear: both;
	display: block;
	float: left;
	width: 540px;
    height: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
	transition: all 0.4s;
	border-radius: 1em;
}
.leaflet-fusesearch-panel .wrapper-legends{
    margin-top: 10px;
}
.panel{
	width:100%;
    margin-top: 1px;
/*
	border: 0.13em solid #2270B5;
*/
}
.panel.open{
    max-height: 350px;
}

.wrapper-legends .button_streckennetz,
.searchwrap .button_stationsearch
{
	float: left;
	width: 40px;
	height: 40px;
	background-image: url(../media/karte.svg);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-size: 30px 30px;
	text-indent: -100000px;
}
.leaflet-fusesearch-panel .wrapper-legends{
    position: relative;
	border-radius: 1em;
}

.searchwrap .button_stationsearch{
    background-image: url(../media/lupe.svg);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    cursor: pointer;
}

/*
.wrapper-legends .button_streckennetz:hover{

}
*/
.accordion{
	border:0;
	width: calc(100% - 43px);
    margin-top: 0;
    font-size: 20px;
    color: #444;
}
/*
.accordion:hover,
.accordion.active,
.accordion.listed{
	background-color: #fff;
	color: #1d70b7;
}
*/
.accordion .item-color{
    width: 10px;
    height: 10px;
    margin: 2px 0 0 0;
    float: left;
    background: black;
    display: block;
}

.accordion span,
.accordion h2{
/*
	font-size: 13px;
	color: #000;
*/
	font-weight: normal;
	padding-left: 10px;
	display: flex;
	line-height: 1;
    /*float: left;*/
}

@media only screen and (max-width: 736px) {
	.panel {
		max-width: 100%;
	}
}


.accordion h2 .x{display: none;}

.panel .menu-item:hover,
.panel .menu-item:focus,
.panel .menu-item.active{
    background-color: #ddd;
}

.leaflet-fusesearch-panel .result-list{
    z-index: 10000;
}

.panel .menu-item .x{display: none; float: right;}
.panel .menu-item .x.visible{display: inline;}

.wrapper-legends .menu-arrow{
	height: 46px;
    position: absolute;
    right: 0;
    padding: 10px;
    cursor: pointer;
	background: white;
	border-radius: 10px;
	outline: none;
}

.wrapper-legends .menu-arrow:focus {
	outline: 3px solid #1d70b7;
}

.wrapper-legends .menu-cross{
	height: 46px;
    position: absolute;
    right: 38px;
    padding: 10px;
    cursor: pointer;
    display: none;
	background: white;
	border-radius: 10px;
	outline: none;
}

@media only screen and (max-width:1100px){

	.leaflet-fusesearch-panel.right{
		margin-right: 0;
	}
	.leaflet-fusesearch-panel .content{
		position: absolute;
		width: 100%;
		right: -416px;
		top: 0;
	}
	.leaflet-fusesearch-panel .content.opend{
		right: 0;
	}
	.leaflet-fusesearch-panel .wrapper-legends,
    .leaflet-fusesearch-panel .searchwrap {
		position: absolute;
		width: 100%;
		right: -516px;
		top: 60px;
	}
    .leaflet-fusesearch-panel .result-list{
        left: -74%;
        margin-top: 54px;
    }
    .leaflet-fusesearch-panel .wrapper-legends{
        margin-top: 0;
    }
    .leaflet-fusesearch-panel .searchwrap{
        top: 12px;
        right: -99px;
    }
    .leaflet-fusesearch-panel .searchwrap.opend{
        right:412px;
    }
	.leaflet-fusesearch-panel .wrapper-legends.opend{
		right: 0;
	}
}

@media only screen and (max-width:1100px){
	@media screen\0 {
		.leaflet-fusesearch-panel .result-list{
			left: -100% !important;
		}
	}
}

@media only screen and (max-width:520px){
	.leaflet-fusesearch-panel .result-list{
		left: -100%;
	}
}

.leaflet-legend{
    bottom: 16px;
    z-index: 500;
}

 #zoomLegend {
    margin: 0;
    width: auto;
    text-align: center;
}

 #buttonLegend {
    margin: 0;
    width: auto;
    text-align: center;

}

 #buttonLegend a {
    padding: 19px 15px 18px 50px;
    background: url(../media/schild_blue.svg) no-repeat 10px;
    background-color: #fff;
    color: #1d71b8;
    background-size: 32px 35px;
    text-decoration: none;
    border-radius: 1em;
    border: 0;
}

#buttonLegend a:focus {
    padding: 19px 15px 18px 50px;
    background: url(../media/schild_white.svg) no-repeat 10px;
    background-color: #000;
    color: #fff;
    background-size: 32px 35px;
    text-decoration: none;
    border-radius: 9px;
    border: 0;
	outline: none;
	box-shadow: inset 0px 0px 0px 4px white;
}

 #buttonAnimationSwitch {
    margin: 0;
    width: auto;
    text-align: center;

}


 #buttonAnimationSwitch {
	display: flex;
    width: 130px;
    height: 55px;
    background-color: #fff;
    color: #1d71b8;
    text-decoration: none;
    border-radius: 1em;
    border: 1px solid #000;
}




.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: white;
}

/* Zoom control */

.leaflet-control-zoom {
	/* top: 128px; */
	height: 97px;    
	border: 1px solid #000;
	border-radius: 0.6em;
    background: white;
    padding: 5px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	color: #1d71b8 !important;
}


.leaflet-control-zoom-out {
	margin-top: 5px;
}


#toolbar-popup {
    z-index: 9999;
    visibility: hidden;
    position: fixed;
    bottom: -800px;
    left: 0;
    transition: .3s;
}
#toolbar-popup.open{
    visibility: visible;
    bottom: 0;
    z-index: 10000;
    display: block !important;
}

.window {
    width: 800px;
    height: 305px;
    background: #fff;
    border-radius: 0;
    position: relative;
    padding: 10px;
    margin: 7px 10px;
    border: 1px solid #ccc;
}

.close-button {
  position: relative;
  float: right;
  top: 0;
  right: 0;
  padding: 0.5em;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
h3 {
  color: #416eb3;
  font-weight: lighter;
}


.iconimg {
    float: left;
    padding-right: 0;
    height: 20px;
    width: auto;
    padding-top: 0;
  }
.rightcol {
    /*width: 35%;*/
	float: right;
}
.leftcol {
   /* width: 100%;*/
	float: left;
}

table.legende {
    border-collapse: collapse;
    margin: 0;
    padding:0;
    border: 0;
}
table.legende td{
    vertical-align: top;
    padding: 0 0 5px 0;
    border: 0;
}
table.legende td.label{
    width: 66px;
}
table.legende td.content{
    vertical-align: middle;
}

@media (max-width:1100px) {
	.window{width: 92%;}
}

@media (max-width:800px) {
    .window{width: 92%;}
	.leaflet-control-container .leaflet-top{
		top: auto; left: auto;
		bottom: 0; right: 0;
		z-index: 10000;
	}

}

@media only screen and (max-width:600px){
	.rightcol{
		width: 40%;
	}
	.leftcol{
		width: 50%;
	}
	.window{
		height: 340px;
	}
	table.legende td.content{
		font-size: 0.8em;
	}
	.leaflet-fusesearch-panel .result-list{
		left: -100%;
		margin-top: 54px;
		width: 100%;
    }
}

@media (max-height:720px){
	.window{
	}
	.close-button{
		right: auto;
		left: -2px;
		top: -9px;
	}
}


@media (max-width:600px) {
	.leaflet-fusesearch-panel.right{
		width: 100%;
		right: -100%;
		top: 100px;
	}
	.leaflet-fusesearch-panel .content{
		right: 0;
	}

	.leaflet-fusesearch-panel .wrapper-legends,
	.leaflet-fusesearch-panel .searchwrap{
		right: 42px;
	}
	.browser-msie .leaflet-fusesearch-panel .wrapper-legends,
	.browser-msie .leaflet-fusesearch-panel .searchwrap,
	.browser-msedge .leaflet-fusesearch-panel .wrapper-legends,
	.browser-msedge .leaflet-fusesearch-panel .searchwrap{
		right: 100%;
	}

	.leaflet-fusesearch-panel .wrapper-legends.opend,
	.leaflet-fusesearch-panel .searchwrap.opend{
		right: 100%;
	}
}

input[type="text"]:focus{
  font-size: 16px;
}

/* Time Slider */

div > .timeSlider{
	top: 50px;
	/* right: 30px; */
	width: 537px;
	background-color: white;
	/* border: 1px solid #ccc; */
	border-radius: 1em;	
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px
  }

.timeSlider > #buttonLegend input[type=range] {
  height: 41px;
  -webkit-appearance: none;
  margin: 0px 0;
  width: 100%;
}
.timeSlider > #buttonLegend input[type=range]:focus {
	border: 3px solid #1d70b7;
	border-radius: 1em;	
}
.timeSlider > #buttonLegend input[type=range]::-webkit-slider-runnable-track  {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #BABABA;
  background: #BABABA;
  border-radius: 50px;
  border: 0px solid #BABABA;
}

 .timeSlider > #buttonLegend input[type=range]::-moz-range-track{
	   width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #BABABA;
  background: #BABABA;
  border-radius: 50px;
  border: 0px solid #BABABA;
 }

.timeSlider > #buttonLegend input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -12px
}

.timeSlider > #buttonLegend input[type=range]::-moz-range-thumb{
  box-shadow: 0px 0px 0px #BABABA;
  border: 0px solid #BABABA;
  height: 30px;
  width: 30px;
  border-radius:50px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzEuMyAzMS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS4zIDMxLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA3MUI4O30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTUuNiIgY3k9IjE1LjYiIHI9IjE1LjYiLz4KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxNS42IiB5MT0iMTUuNiIgeDI9IjE1LjYiIHkyPSIzLjQiLz4KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxNS42IiB5MT0iMTUuNiIgeDI9IjI1LjMiIHkyPSIxNS42Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-size: 100%;
	background-position: center;
	cursor: pointer;
}

.timeSlider > #buttonLegend input[type=range]::-webkit-slider-thumb{
	 box-shadow: 0px 0px 0px #BABABA;
  border: 0px solid #BABABA;
  height: 30px;
  width: 30px;
  border-radius:50px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzEuMyAzMS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS4zIDMxLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA3MUI4O30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTUuNiIgY3k9IjE1LjYiIHI9IjE1LjYiLz4KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxNS42IiB5MT0iMTUuNiIgeDI9IjE1LjYiIHkyPSIzLjQiLz4KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxNS42IiB5MT0iMTUuNiIgeDI9IjI1LjMiIHkyPSIxNS42Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-size: 100%;
	background-position: center;
	cursor: pointer;
}
.timeSlider > #buttonLegend input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.timeSlider > #buttonLegend input[type=range]::-ms-fill-lower, .timeSlider > #buttonLegend input[type=range]::-ms-fill-upper {
  background: #BABABA;
  border: 0px solid #BABABA;
  border-radius: 100px;
  box-shadow: 0px 0px 0px #BABABA;
}

.timeSlider > #buttonLegend input[type=range]::-ms-thumb {
  margin-top: 1px;
	box-shadow: 0px 0px 0px #BABABA;
  border: 0px solid #BABABA;
  height: 30px;
  width: 30px;
  border-radius:50px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzEuMyAzMS4zIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS4zIDMxLjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMDA3MUI4O30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxnPgoJPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTUuNiIgY3k9IjE1LjYiIHI9IjE1LjYiLz4KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxNS42IiB5MT0iMTUuNiIgeDI9IjE1LjYiIHkyPSIzLjQiLz4KCTxsaW5lIGNsYXNzPSJzdDEiIHgxPSIxNS42IiB5MT0iMTUuNiIgeDI9IjI1LjMiIHkyPSIxNS42Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-size: 100%;
	background-position: center;
	cursor: pointer;
}

.timeSlider > #buttonLegend input[type=range]:focus::-ms-fill-lower{
  background: #BABABA;
}

.timeSlider > #buttonLegend input[type=range]:focus::-ms-fill-upper{
	 background: #BABABA;
}

.timeSlider > #buttonLegend input[type=range]:focus::-webkit-slider-runnable-track{
	background: #BABABA;
}

.ticks{
	display: flex;
  justify-content: space-between;
	font-size: 20px;
	font-family: inherit;
}
