.impressum-content,
.impressum-content h1,
.impressum-content p,
.impressum-content strong,
.impressum-content a {
    color: #000 !important;
}

.impressum-content a.email-link {
    color: #0000ee !important;
}

.impressum-content a.phone-link {
    color: #0b57d0 !important;
}

.changelog-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}

.changelog-entry {
    padding: 18px 20px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.changelog-entry-planned {
    background: rgba(239, 246, 255, 0.86);
}

.changelog-heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.changelog-version {
    font-size: 1.05rem;
}

.changelog-date {
    color: #5f6368;
    font-size: 0.9rem;
}

.changelog-items {
    margin: 0;
    padding-left: 20px;
    color: #000;
}

.changelog-items li {
    margin-bottom: 8px;
    line-height: 1.45;
}

.changelog-items li:last-child {
    margin-bottom: 0;
}

.main-text {
    display: block;
    margin-top: 100px;
    font-size: 18px;
    line-height: 1.6;
    color: #5252529e;
}

.contactButton {
    color: white;
    background-color: #feb62f;
    padding: 8px 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.contactButton:hover {
    text-decoration: none;
    background-color: #fbc051;
}

.AnrufenButton {
    display: inline-block;
    background-color: #feb62f;
    color: white;
    padding: 14px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
}

.button-icon {
    height: 16px;
    margin-right: 4px;
}

body.stromausfall-page main {
    padding-top: 50px;
}

body.gefahr-page main {
    padding-top: 60px;
}

.index-page main {
    padding-top: 60px;
    padding-bottom: 50px !important;
}

.main-image {
    padding-top: 5%;
    width: 80%;
    height: 90%;
}

@media (max-width: 900px) {
    body.gefahr-page main {
        padding-top: 90px;
    }

    body.stromausfall-page main {
        padding-top: 100px;
    }

    .index-page main {
        padding-top: 90px;
    }
}

@media (min-width: 850px) {
    .desktop-left-right {
        display: flex;
        z-index: 10;
    }

    .main-image {
        width: 50%;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .desktop-left-right {
        display: flex;
        z-index: 10;
    }

    .main-image {
        width: 30%;
        margin-top: 150px;
    }
}