html {
	scroll-behavior: smooth;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none; /* Standardmäßig ausblenden */
}

/* Definiere eine Klasse für schmalere Dropdown-Menüs */
.small-dropdown {
	max-width: 300px;
	/* Ändere die Breite nach Bedarf */
}
