
html, body {
	min-height: 100%;
	margin: 0;
}
		
abbr {
	cursor:pointer;
}		
		
body {
	/*background: linear-gradient(to bottom, #555555, black);*/
	min-height:100vh;
	overflow:hidden;
	}
		
.javainfo {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	
}		

.javainfoimg {
	max-width:75vw;
	border: 1px solid black;
	box-shadow: 0.1em 0.1em 0.3em #999;
}
		
#map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color:transparent;
	display:none;
	cursor:pointer;
}

.pad1 {
	padding:1em;
}

#preinfo {
	display:none;
}
		
.custom-cluster-icon {
	/*background: rgba(0,0,0, 0.8);*/
	background: linear-gradient(to bottom, rgba(153, 51, 255,0.5), rgba(0,0,0,0.3));
	border-radius: 50%;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	border: 2px solid black;
}

.emoji-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	/*background-color: rgba(255, 255, 255, 0.8);*/
	/*background: linear-gradient(to bottom, rgba(153, 51, 255,0.5), rgba(0,0,0,0.3));*/
	/*box-shadow: 0 2px 10px linear-gradient(to bottom, rgba(153, 51, 255,0.5), rgba(0,0,0,0.3));*/
	border:3px solid rgba(0,0,0,0.4);
	width: 30px;
	height: 30px;
	font-size: 24px;
	padding:5px;
}

.leaflet-image-layer {
	  filter: grayscale(100%) brightness(0.6) contrast(120%);
	  border-radius:25px;
	  
	
}
	

.anzahl {
	font-size:1.5em;
	background-color:rgba(0,0,0,0.5)!important;
	color:white;
	border-radius:2em;
	padding: 0.2em 0.4em 0.2em 0.4em;
	position:fixed;
	bottom:0px;
	left:0px;
}		


.custom-menu {
position: fixed;
top: 0px;
right: 10px;
z-index: 1000;
/*background-color: rgba(255, 255, 255, 0.8);*/
padding: 10px;
border-radius: 5px;
/*box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);*/
width: 18ch;
display:none;
	}
	.custom-menu button {
margin: 5px;
padding: 10px;
background-color: rgba(0,0,0,0.5);
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
width:100%;
font-size:0.8em;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	}
.custom-menu button:hover {
	background-color: rgba(50, 50, 50, 0.8);
}
		
.image-container {
	width: 100%; /* Breite des Containers auf 100% setzen */
	height: 20vh; /* Höhe des Containers auf 20vh setzen */
	overflow: hidden; /* Verhindert, dass der überflüssige Teil des Bildes angezeigt wird */
	position: relative; /* Position für das Bild */
}

.startbild {
	width: 100%; /* Bildbreite auf 100% des Containers setzen */
	height: 100%; /* Bildhöhe auf 100% des Containers setzen */
	object-fit: cover; /* Bild so skalieren, dass der Container vollständig gefüllt wird */
	object-position: 50% 30%; /* Position des Bildes innerhalb des Containers */
}

@media (max-width: 768px) {
	#preinfo {
		display:none;
		margin-top:2em;

	}
}

	/*	

	
    .leaflet-control-zoom  {
        position: absolute;
        top: 5em;
        left: 10px;
    }
	

     .custom-menu  {
        position: absolute;
        top: 4em;
	


		
@media (min-width: 768px) {
	.image-container{
		height:40vh;
	}
}		

.bsp {
	background-color:rgba(0,0,0,0.2);
	padding: 0.2em 0.4em;
	line-height:1.8em;
}

.w3-pale-green {
	
	/*background-color:rgba(250, 122, 186,0.2)!important;*/
}

.button-tree {
  background-color: rgba(0, 255, 0, 0.5); /* Grüner Hintergrund mit Transparenz */
  border: 2px solid rgba(0, 255, 0, 0.7); /* Umrandung in einem stärkeren Grünton */
  border-radius: 12px; /* Abgerundete Ecken */
  color: white; /* Weißer Text */
  font-size: 2em!important;
  padding: 15px 30px; /* Abstände innerhalb des Buttons */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease; /* Sanfte Übergänge bei Hover */
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.8), 0 0 20px rgba(0, 255, 0, 0.6), 0 0 30px rgba(0, 255, 0, 0.4); /* Glühen-Effekt */
}

.button-tree1:hover {
  background-color: rgba(0, 255, 0, 0.8); /* Intensiverer Grünton beim Hover */
  box-shadow: 0 0 20px rgba(0, 255, 0, 1), 0 0 30px rgba(0, 255, 0, 0.8), 0 0 40px rgba(0, 255, 0, 0.5); /* Stärkerer Glühen-Effekt */
}

.button-tree-glowing {
    background-color: rgba(0, 255, 0, 0.5)!important; /* Grüner Hintergrund mit Transparenz */
    border: 2px solid rgba(0, 0, 0, 0.7)!important; /* Rand mit einem stärkeren Grünton */
    color: white!important; /* Weißer Text */
    text-align: center!important;
    cursor: pointer!important;
    transition: all 0.3s ease!important; /* Sanfte Übergänge bei Hover */
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.8), 0 0 20px rgba(0, 255, 0, 0.6), 0 0 30px rgba(0, 255, 0, 0.4)!important; /* Glühen-Effekt */
}

.flags {
  position: absolute;
  top: 1em; /* Abstand vom oberen Rand */
  right: 1em; /* Abstand vom rechten Rand */
  display: flex;
  gap: 10px; /* Abstand zwischen den Flaggen */
}

.flags img {
  width: 30px; /* Du kannst die Größe der Flaggen anpassen */
  height: auto;
}

.leaflet-popup {
	cursor:pointer;
}