/**
 * custom.css – designkarussell.com
 * Eigene Anpassungen und Overrides hier eintragen.
 */

/* Logo */
.header-area .header__logo {
    border: none;
    padding: 0;
    border-radius: 0;
}

.header-area .header__logo img {
    max-width: 195px;
    height: auto;
}

.normal-logo {
    width: 200px;
}

.offset-logo img {
    max-width: 195px;
    height: auto;
}

.footer-logo img {
    max-width: 390px;
    height: auto;
}

/* Abstand zwischen Logo und Navigation */
.header__logo {
    margin-right: auto;
}
