/* dark mode */

@media (prefers-color-scheme: dark) {

    /* Admin user hint */
    #txt-admin-user-hint-heading {
        color: #fff
    }

    #txt-admin-user-hint-content,
    #txt-admin-user-hint-content-mobile {
        color: #d9d9d9;
    }

    #img-admin-user-hint-close {
        filter: brightness(0) invert(1);
    }


    /* admin edit modal */
    #block-admin-edit-modal {
        background-color: #000;
        -webkit-box-shadow: 0px 0px 6px -3px rgba(255, 255, 255, 1);
        -moz-box-shadow: 0px 0px 6px -3px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 6px -3px rgba(255, 255, 255, 1);
    }

    #txt-admin-edit-modal-heading {
        color: #fff;
    }

    #txt-admin-edit-modal-explanation {
        color: #d9d9d9;
    }

    #img-admin-edit-modal-close {
        filter: grayscale(1) invert(1);
    }

    #textarea-edit-modal-content-aboust-us-content {
        border-color: #d9d9d9;
        color: #fff;
    }

    #textarea-edit-modal-content-aboust-us-content::placeholder {
        color: #d9d9d9;
    }

    /* landing section */
    #block-picture-slideshow-points {
        background-color: rgba(0, 0, 0, 0.7);
    }

    #txt-picture-slideshow-point-one,
    #txt-picture-slideshow-point-two,
    #txt-picture-slideshow-point-three,
    #txt-picture-slideshow-point-four,
    #txt-picture-slideshow-point-five,
    #txt-picture-slideshow-point-six {
        color: rgba(217, 217, 217, 0.5);
    }

    #btn-picture-slideshow-next,
    #btn-picture-slideshow-last {
        background-color: rgba(0, 0, 0, 0.7);
    }

    #txt-picture-slideshow-next,
    #txt-picture-slideshow-last {
        color: #fff;
    }

    /* Über uns section */
    #txt-content,
    #txt-default-content,
    #txt-content-stages-accordion-dropdown-content {
        color: #d9d9d9;
    }

    #txt-content-sub-heading,
    #txt-content-stages-accordion,
    #txt-content-stages-accordion-dropdown-one,
    #txt-content-stages-accordion-dropdown-two,
    #txt-content-stages-accordion-dropdown-three {
        color: #fff;
    }

    /* Trainingszeiten section */
    #txt-content-training-times-table-heading,
    #txt-content-training-times-table-level-day,
    #txt-content-mobile-training-times-table-level-day {
        color: #fff;
    }

    #txt-content-training-times-table-level-time,
    #txt-content-mobile-training-times-table-level-time {
        color: #d9d9d9;
    }

    /* News section */
    #block-content-news-left,
    #block-content-news-right {
        background-color: #000;
    }

    #txt-content-news-heading-left,
    #txt-content-news-heading-right {
        color: #fff;
    }

    #block-news-section-content-information {
        border-color: rgba(77, 77, 77, 0.3);
    }

    #txt-news-section-content-information-author-name {
        color: #fff;
    }

    #txt-news-section-content-information-hyphen,
    #txt-news-section-content-information-date {
        color: #d9d9d9;
    }

    #txt-content-news-content-text-left,
    #txt-content-news-content-text-right {
        color: #d9d9d9;
    }

    /* Admin Edit */
    #block-content-news-left-admin-edit-panel {
        background-color: #000;
    }

    #txt-content-news-admin-edit-panel-heading,
    #input-content-news-left-admin-edit-panel-titel::placeholder,
    #textarea-content-news-left-admin-panel-content::placeholder {
        color: #fff;
    }

    #input-content-news-left-admin-edit-panel-titel,
    #textarea-content-news-left-admin-panel-content {
        color: #d9d9d9;
    }

    /* Anfahrt section */
    #txt-fourth-content-address-content {
        color: #d9d9d9;
    }

}
