         html, body {
             font-family: 'Poppins', sans-serif;
             margin: 0;
             padding: 0px;
             background: linear-gradient(180deg, #72EDF2 10%, #5151E5 100%);
             text-align: center;
             color: white;
			 display: flex;
			flex-direction: column;
			height: 100%;
			overflow-x: hidden
         }
         .container {
			max-width: 100%; /* Verhindert Überbreite */
             margin: 0 auto;
             background: rgba(255, 255, 255, 0.1);
             padding: 20px;
             border-radius: 15px;
             box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
             backdrop-filter: blur(10px);
			     box-sizing: border-box; /* Verhindert Layout-Probleme */

         }
/* Container für die Buttons unterhalb des Bildes */
.floating-buttons-container {
    display: flex;
    justify-content: center;
    gap: 20px; /* Abstand zwischen den Buttons */
    margin-top: 2px; /* Abstand zum Bild */
    padding-bottom: 20px;
}

.floating-action-button {
    background: linear-gradient(45deg, #ff416c, #ff4b2b); /* Farbverlauf */
    color: white;
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.floating-action-button:hover {
    transform: scale(1.2); /* Vergrößert die Buttons beim Hover */
    background: linear-gradient(45deg, #ff4b2b, #ff416c);
}
.floating-action-button:focus {
    outline: none;
}

/* Responsive Design für kleinere Bildschirme */
@media screen and (max-width: 768px) {
    .floating-buttons-container {
        gap: 15px;
    }
}

/* Optional: Ein bisschen Stil für die Tracking-Informationen */
.tracking-info p {
    font-size: 16px;
    color: #fff;
}
.height-modal {
    display: none; /* Standardmäßig verstecken */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Halbtransparenter Hintergrund */
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

.height-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: scale(0.9);
    animation: modalAppear 0.3s forwards;
	color: black;
}


@keyframes modalAppear {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
         .height-modal-content input {
             width: 100%;
             padding: 10px;
             margin: 10px 0;
             border: 2px solid #5151E5;
             border-radius: 10px;
         }

		.height-display {
			position: relative;
			max-width: 300px;
			margin: 20px auto;
		}

		.height-image {
			width: 200px;
			height: 200px;
		}
/* Schließen Button (X) */
.close-modal-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    color: #888;
    background: transparent;
    border: none;
    cursor: pointer;
}

input[type="number"] {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
    transition: border-color 0.3s;
}
.fab-icon {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}
.floating-action-button.tracking-active {
    background: linear-gradient(45deg, #00ff00, #00cc00);
    transition: background 0.3s ease;
}
input[type="number"]:focus {
    border-color: #4CAF50;
}
		.height-overlay {
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			font-size: 40px;
			font-weight: bold;
			color: #000000;
			text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		}

         .tunnel-item.incompatible {
             background-color: rgba(255, 0, 0, 0.3);
             border-left-color: red;
         }

         .vehicle-height-input {
             margin: 15px 0;
             display: flex;
             justify-content: center;
             align-items: center;
         }

         .vehicle-height-input input {
             width: 100px;
             padding: 8px;
             margin-right: 10px;
             border-radius: 5px;
             border: none;
         }

         .tunnel-item.incompatible {
             background-color: rgba(255, 0, 0, 0.3);
             border-left-color: red;
         }

         .status {
             margin: 20px 0;
             padding: 15px;
             border-radius: 5px;
             display: none;
         }

         .warning {
             background-color: #ffcc00;
             border: 1px solid #ff9900;
             color: #333;
             font-weight: bold;
         }

         button {
             background: linear-gradient(90deg, #ff416c, #ff4b2b);
             color: white;
             border: none;
             padding: 12px 25px;
             border-radius: 25px;
             cursor: pointer;
             font-size: 16px;
             transition: transform 0.2s ease;
         }
/* Modals bei Klick schließen */
.height-modal .close-modal-btn {
    display: inline-block;
    margin: 10px 0;
    font-size: 18px;
    cursor: pointer;
}
         button:hover {
             background: linear-gradient(90deg, #ff4b2b, #ff416c);
             transform: scale(1.05);
         }

         #location-status {
             margin-top: 10px;
             color: white;
             font-weight: bold;
         }

         #nearest-tunnel {
             margin-top: 20px;
             padding: 15px;
             background-color: rgba(255, 255, 255, 0.2);
             border-radius: 10px;
             display: none;
         }

         .nearby-tunnels {
             margin-top: 20px;
             padding: 15px;
             background: rgba(255, 255, 255, 0.1);
             border-radius: 10px;
         }

         .tunnel-item {
             padding: 10px;
             margin: 5px 0;
             border-left: 5px solid #ffcc00;
             background-color: rgba(255, 255, 255, 0.2);


             border-radius: 10px;
             box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
         }

         .tunnel-item.near {
             border-left-color: #ff5733;
         }

         .tunnel-distance {
             color: white;
             font-size: 1em;
         }

         .arrow {
             font-size: 24px;
             transform: rotate(0deg);
             transition: transform 0.3s ease;
         }
         .arrow-icon {
             width: 24px;
             /* Größe anpassen */
             height: 24px;
             vertical-align: middle;
			     transform-origin: center center;
    transition: transform 0.1s linear; /* Glättet Animation */
         }

		.radius-button {
			bottom: 140px;
			background: #009688; /* Türkis für Unterscheidung */
		}

		.radius-button:hover {
			background: #00796b;
		}
		
		.content {
    flex: 1; /* Hauptinhalt wächst und schiebt den Footer nach unten */
}
footer {
    background: #222;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-family: Arial, sans-serif;
    width: 100%;
}

#radar-container {
    margin-top: 20px;
    text-align: center;
    position: relative;
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

#radar {
    border: 2px solid rgba(255, 255, 255, 0.5); /* Optional: Rand um das Radar */
    border-radius: 50%; /* Damit es rund aussieht */
    background-color: rgba(0, 0, 0, 0.1); /* Hintergrund des Radars */
}

@keyframes rotateRadar {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#tunnel-info {
    margin-top: 10px; /* Platz für Tunnel-Informationen */
    color: white;
    font-size: 14px;
}
.tunnel-point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
}
