/* Klimastreik Branding fuer Metadata Cleaner */
.cs-header {
    height: 140px;
    width: 100%;
    padding-left: 32px;
    background-image: linear-gradient(180deg, rgba(11,32,39,.55) 0%, rgba(11,32,39,.35) 45%, rgba(11,32,39,.85) 100%), url('bg-hero.png');
    background-position: center;
    background-size: cover;
    background-color: #0B2027;
}
@media (min-width: 768px) {
    .cs-header { padding-left: 56px; }
}

.cs-logo-link { display: block; line-height: 0; margin-top: 14px; }
.cs-logo { display: block; height: 48px !important; width: auto !important; max-height: 48px !important; max-width: none !important; }

.cs-iceberg { width: 110px; height: auto; }

.bg-blue-dark { background-color: #FF7235 !important; }
.hover\:bg-blue-700:hover { background-color: #E8591D !important; }
.text-blue-dark { color: #20B8C1 !important; }
.bg-blue-300 { background-color: #20B8C1 !important; }
.hover\:bg-blue-400:hover { background-color: #258EBB !important; }

.cs-info-button { bottom: 16px !important; right: 16px !important; }
