/* /////////////////////////////////////////////////////// */
/* CSS Logo: DiamondDetailing                              */
/* /////////////////////////////////////////////////////// */

/* Hier wird das Hauptlogo der Startseite konfiguriert     */

/* __________nötiger Code */
.main-logo-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
    border-radius: var(--border-radius-md);
    
    /* Ein leichtes Leuchten um die transparenten Konturen des Logos */
    filter: drop-shadow(0 0 30px rgba(59, 124, 237, 0.25));
    z-index: 10;
}
/* //________________________________________________________________________ */