dialog::backdrop {
    background-color: rgb(0, 0, 0, 0.8);
}

dialog {
    border-radius: 20px;
    border: 1px;
}

.jofor_dialog_schliessen {
    position: absolute;
    top: 10px;
    right: 20px;
    color: rgb(0, 0, 0, 0.4);
    text-decoration: none;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.jofor_jfc_icon {
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.jofor_txt_breite_1 {
    max-width: 500px;
}

.jofor_stors {
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.jofor_play_store {
    margin-right: 20px;
}

.jofor_app_store {
    margin-left: 20px;
}

.jofor_mehr_1 {
    color: black; 
    text-decoration: none;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

a:link {
    text-decoration:none;
}

.jofor_btn_icon {
    border: none;
    background-color: transparent;
}