/* styles.css */

@import url('https://fonts.googleapis.com/css2?family=Carrois+Gothic&display=swap');

html, body {
    height: 100%;
    margin: 0;
	  font-family: "Carrois Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
}


.leaflet-container {
   background-color:transparent;
}

h1, h2, h3, h4 {
	margin:0 0 10px 0;
}

h3 {font-size:20px}

.leaflet-container {
		  font-family: "Carrois Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
	
}




#map {
    height: 100vh;
    width: auto;
    margin: 0 auto;
    display: block;
	background-image: url("background.jpg");
background-size:cover;
}


#nav {
    position: fixed;
    top: 10px;
    left: 50px;
    background-color: transparent;
    z-index: 1100;
    padding: 10px 0 0 0;
    height: 65px;
    background: rgba(255, 255, 255, 0);
    width: calc(100vw - 130px);
}
#navsdfsdf a

 {
    display: block;
    float: left;
    margin: 0 5px;
    color: #000;
    text-decoration: none;
    height: 45px;
    vertical-align: middle;
    padding: 20px 5px 0 5px;
    border: 0px solid black;
	
}

/* Container für die Navigationsleiste */
.nav-container {
  width: 100%; /* Volle Breite des Containers */
  overflow-x: auto; /* Horizontale Scrollbarkeit aktivieren */
  white-space: nowrap; /* Verhindert Umbrüche der Navigationselemente */
  box-sizing: border-box; /* Stellt sicher, dass Padding die Breite nicht beeinflusst */
}

/* Stile für die einzelnen Navigationspunkte */
#nav a.nav-item {
  display: inline-block; /* Zeigt die Navigationspunkte nebeneinander */
  padding: 10px 20px; /* Abstand für jedes Navigationspunkt */
  font-size: 16px; /* Schriftgröße */
  text-align: center; /* Zentrierter Text */
  white-space: nowrap; /* Verhindert Umbrüche des Textes in den Links */
  box-sizing: border-box; /* Verhindert, dass Padding die Breite überschreitet */
  flex-shrink: 0; /* Verhindert, dass die Navigationselemente schrumpfen */
	background: rgba(255,255,255, 0.7);
	border-radius: 20px;
	color:#000;
	margin-right:5px;
	text-decoration: none;
}

#nav a.active {

	background: rgba(255,255,255, 1);

}

#nav a.nav-item span {
 color:#7C7C7C;
padding:10px 0 10px 10px;	
	display:none;

}

#nav a.pressed span {
	
	display:inline;
}

/* Optional: Anpassung der Scrollbar für bessere Sichtbarkeit */
.nav-container::-webkit-scrollbar {
  height: 8px; /* Höhe der Scrollbar */
}

.nav-container::-webkit-scrollbar-thumb {
  background-color: #888; /* Farbe des Scrollbalkens */
  border-radius: 4px; /* Abgerundete Ecken für den Scrollbalken */
}

.nav-container::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Hintergrundfarbe der Scrollbar */
}

#addBeet {
	position:fixed;
	right:10px;
	top:10px;
	z-index:1200;
	height: 65px;
	width:65px;
	

}

#addBeet button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-size: cover;
    border: 0;
    font-size: 50px;
    font-weight: 700;
	color:#000;
}

#controls {
    position: fixed;
    bottom: 20px;  /* Anpassung je nach Bedarf */
    right:20px;
	background-color: transparent;
    z-index: 1000;
    padding:0;

}


#addplant {width: 80px;
    height: 80px;
    border-radius: 50px;
	border:none;
	background-image: url("add.svg");
	background-repeat: no-repeat;
	background-size: cover;
background-color: transparent;
	color:#fff;
}

#controls input, #controls select, #controls button {

}

#formModal, #formModalBeet {
	width:90vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px black;
    z-index: 2000;
    display: none;
    border-radius: 10px;
}

#formModal input, formModalBeet input {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

#formModal label, formModalBeet label {
    padding:0 0 10px 0;
	display:block;
}

#formModal textarea {
  width:100%
}

.jahr, .pflege, .editbox {margin:10px 0;float:left; width:100%}

.editbox {clear:both}

.leaflet-popup-content .monat {
    float: left;
    height: 10px;
    width: 14px;
    border-right: 1px solid #fff;
    font-size: 10px;
    text-align: center;
    padding: 2px 0;
}

.leaflet-popup-content {
  width:200px;
}

.plantimage img {width:100%;}

.blueteicon {height: 15px;
    float: left;
    margin: -1px 5px 0 0;}

.flowercolor {fill:#EA4647}

