
/* BEGIN - Your CSS styling starts here */

/* Allgemeine Stile */
.form-label.fabrikLabel {
    font-weight: bold;
}

.fabrikRepeatData li {
    list-style: none !important; /* Entfernt Punkte */
}

img.fabrikLightBoxImage {
    max-width: 100% !important;
    height: auto !important;
    display: block;
}

.fabrikElementReadOnly {
    display: inline-block;
}

/* Detailansicht */
.detail-view {
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    max-width: 1200px;
    font-family: Arial, sans-serif;
}

.detail-view .detail-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.detail-view h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.detail-view p {
    font-size: 1rem;
    margin-bottom: 10px;
}

.detail-view img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Spalten-Layout */
.detail-view .row {
    display: flex;
    flex-wrap: wrap;
}

.detail-view .col-md-6 {
    padding: 0 10px; /* Seitenabstand */
    box-sizing: border-box; /* Padding und Border berücksichtigen */
}

.detail-view .col-md-4 {
    padding: 10px;
}

/* Links */
.detail-view a {
    color: #007bff;
    text-decoration: none;
}

.detail-view a:hover {
    text-decoration: underline;
}

/* Bilder */
.detail-view-images img {
    display: block; /* Verhindert zusätzliche Leerzeichen */
    margin: 0 auto; /* Zentriert die Bilder */
    padding: 0; /* Entfernt jegliches Padding */
    width: 100%; /* Passt die Breite an den Container an */
    max-width: 100%; /* Verhindert, dass Bilder größer als ihr Container werden */
}

.detail-view-images ul.fabrikRepeatData {
    padding: 0;
    margin: 0;
    list-style: none; /* Entfernt Aufzählungspunkte */
}

.detail-view-images ul.fabrikRepeatData li {
    margin: 0;
    padding: 0;
}


#details_9 .foobar {
	display: none;
}

/* END - Your CSS styling ends here */
