
.mv-front-banner {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;   /* gesamte Gruppe zentrieren */

    align-items: center;
    gap: 20px;

    padding: 12px 16px;

    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;

    color: #333333;
    font-size: 15px;
}

.mv-front-banner-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.mv-front-icon {
    color: #000;
    margin-right: 6px;
    width: 16px;
    text-align: center;
}

.mv-front-banner a,
.mv-front-banner a:visited {
    color: #333333;
    text-decoration: none;
}

.mv-front-banner a:hover {
    text-decoration: underline;
}

/* Smartphone */

@media (max-width: 600px) {

    .mv-front-banner {
        gap: 10px 16px;
        font-size: 14px;
    }

}
