.location-details {
	border-left: 5px solid brown;
	padding-left: 12px;
}
/* Google Maps Link */
.google-maps-link {
    margin-bottom: 40px;
    background-color: var(--logo-color-1-light);
    padding: 12px;
    border-radius:var(--radius-big);
    border:1px solid var(--border-color);
    box-shadow: var(--shadow-offset) var(--shadow-color);
}

/* Location Bilder */
.location-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.appointment-image,.location-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-big);
    box-shadow: var(--shadow-offset) var(--shadow-color);
    border:1px solid var(--border-color);
}

/* Für Location-Logo und Medien */
.location-logo {
    max-width: 300px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.special-bg {
    background-color: black;
    padding: 10px
}
