.leaflet-popup-content>a>img{
	max-width:100%;
	height:200px;
}

.leaflet-popup-content>a{
	text-align: center;
    width: inherit;
    display: block;
}

#landkarte{
	    border: 2px solid grey;
    border-radius: 5px;
    padding: 10px;
    width: fit-content;
    background: #f3f3f3;
}

.popupTable{
	display:table;
}

.popupLeft{
	display:table-cell;
	width:120px;
}
.popupRight{
	display:table-cell;
}

.popupRow{
    padding-bottom: 0.5em;
}

label{
	text-align:left;
}
.filter{
	display: flex;
    justify-content: space-around;
}

.labels{
	display:table;
}
.labels>.row{
	display:table-row;
}
.labels>div>label, .labels>div>input{
	display:table-cell;
}

button{
	 background-color: #555555; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:10px;
}

