body {
  	font-family: neulis-neue, sans-serif;
	font-style: normal;
	font-weight: 100;
	color: #000;
    margin-bottom: 60px; /* Platz für den Footer einrechnen (mindestens so groß wie die Höhe des Footers) */
}

a {
	color: #353f65;
  	text-decoration: none; /* Optional, um Unterstriche zu entfernen */
}

a:hover {
	color: #424e78;
  	text-decoration: underline; /* Optional, um den Hover-Stil anzupassen */
}

.navbar {
    border-bottom: 1px solid #000;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Styling für die Fußzeile */
.footer {
    width: 100%;
    text-align: center;
	background-color: #F8F9FA;
	color: #000;
    border-top: 1px solid #000; /* Optional: Eine dezente Trennlinie zum Inhalt */
}

.footer .container {
    justify-content: justify;
    align-items: center;
}

.selected-image {
    border: 2px solid #F8F9FA; /* Blaues Border für das ausgewählte Bild */
    background-color: #e7f1ff; /* Leicht blauer Hintergrund */
}

.image-card {
    border: 1px solid #F8F9FA;
}

.formatted-content {
    white-space: pre-line;
    line-height: 1.6;
}
