.jfc_hintergrund {
    height: 100%;
    width: 100%;
    background-image: radial-gradient(at top left, #2F83AF 0%, #FAF0B8 70%);
    @media (prefers-color-scheme: dark) {
        background-image: radial-gradient(at top left, #2F83AF 0%, #867827 70%);
    }
}

.jfc_hintergrund_2 {
    background-color: white;
    @media (prefers-color-scheme: dark) {
        background-color: black;
    }
}

.jfc_hintergrund_box {
    background-image: radial-gradient(at top left, #2F83AF 0%, #FAF0B8 70%);
    @media (prefers-color-scheme: dark) {
        background-image: radial-gradient(at top left, #2F83AF 0%, #867827 70%);
    }
}

.jfc_hintergrund_weiss {
    background-color: white;
    @media (prefers-color-scheme: dark) {
        background-color: black;
    }
}

.jfc_kopf {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.jfc_transparent {
    /*background-color: rgba(220, 220, 220, 0.9); */
    background-color: rgba(225, 225, 225, 0.9); 
    @media (prefers-color-scheme: dark) {
        background-color: rgba(43, 42, 42, 0.9); 
    }
}

.jfc_box_haupt {
    width: 100%;
    min-height: 700px;
}

.jfc_box_1 {
    width: 100%;
    /* min-height: 100px; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.jfc_box_2 {
    width: 100%;
    /* min-height: 100px; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.jfc_box_3 {
    width: 100%;
    min-height: 300px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.jfc_box_4 {
    width: 100%;
    min-height: 250px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.jfc_schriftfarbe {
    color: black;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.jfc_txt_logo {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 26px; */ /* min: 18px */
    font-size: clamp(1.125em, 2.8vw, 1.625em);
    font-weight: bold;
}

.jfc_txt_menu {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */ /* min: 10px */
    font-size: clamp(0.5em, 2.8vw, 1em);
}

.jfc_txt_h1 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 36px; */ /* min: 26px */
    font-size: clamp(1.625em, 2.8vw, 2.25em);
    font-weight: bold;
}

.jfc_txt_h2 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 20px; */ /* min: 12px */
    font-size: clamp(0.75em, 2.8vw, 1.25em);
}

.jfc_txt_h3 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 26px; */ /* min: 18px */
    font-size: clamp(1.125em, 2.8vw, 1.625em);
    font-weight: bold;
}

.jfc_txt_h4 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 18px; */ /* min: 10px */
    font-size: clamp(0.75em, 2.8vw, 1.125em);
    font-weight: bold;
}

.jfc_txt_h5 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 36px; */ /* min: 26px */
    font-size: clamp(1.25em, 2.8vw, 1.75em);
    font-weight: bold;
}

.jfc_txt_1 {
    width: 100%;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 18px; */ /* min: 10px */
    font-size: clamp(0.75em, 2.8vw, 1.125em);
}

.jfc_txt_2 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */
    font-size: clamp(0.5em, 2.8vw, 1em);
}

.jfc_txt_3 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 14px; */
    font-size: clamp(0.375em, 2.8vw, 0.875em);
}

.jfc_txt_4 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 12px; */
    font-size: clamp(0.25em, 2.8vw, 0.74em);
}

.jfc_txt_5 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 18px; */ /* min: 10px */
    font-size: clamp(0.75em, 2.8vw, 1.125em);
}

.jfc_txt_6 {
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */
    font-size: clamp(0.5em, 2.8vw, 1em);
    font-weight: bold;
}

.jfc_h1 {
    display : none;
}

.jfc_btn_1 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */ /* min: 8px */
    font-size: clamp(0.5em, 2.8vw, 1em);
    font-weight: bold;
    color: black;
    background-color: rgb(147, 178, 114);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #23A336;
    }
}

.jfc_btn_2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 14px; */
    font-size: clamp(0.375em, 2.8vw, 0.875em);
    font-weight: bold;
    color: black;
    background-color: rgb(147, 178, 114);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #23A336;
    }
}

.jfc_btn_haupt {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */ /* min: 8px */
    font-size: clamp(0.5em, 2.8vw, 1em);
    font-weight: bold;
    color: black;
    background-color: rgb(147, 178, 114);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #23A336;
    }
}

.jfc_btn_web_1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */ /* min: 8px */
    font-size: clamp(0.5em, 2.8vw, 1em);
    font-weight: bold;
    color: black;
    background-color: rgb(147, 178, 114);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #23A336;
    }
}

.jfc_btn_senden {
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */ /* min: 8px */
    font-size: clamp(0.5em, 2.8vw, 1em);
    font-weight: bold;
    color: black;
    background-color: rgb(147, 178, 114);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #23A336;
    }
}

.jfc_btn_zu_home {
    width: 450px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */ /* min: 8px */
    font-size: clamp(0.5em, 2.8vw, 1em);
    font-weight: bold;
    color: black;
    background-color: rgb(147, 178, 114);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #23A336;
    }
}

.jfc_linie_1 {
    border: 1px solid black;
    @media (prefers-color-scheme: dark) {
        border: 1px solid white;
    }
}

.jfc_farbe_gruen {
    background-color: rgb(242, 252, 231);
    @media (prefers-color-scheme: dark) {
        background-color: rgb(100, 140, 121);
    }
}

.jfc_farbe_grau {
    background-color: rgb(220, 220, 220);
    @media (prefers-color-scheme: dark) {
        background-color: rgb(43, 42, 42);
    }
}

.jfc_farbe_blau {
    background-color: rgb(184, 227, 250);
    @media (prefers-color-scheme: dark) {
        background-color: rgb(81, 101, 156);
    }
}

.jfc_farbe_hell_gelb {
    background-color: rgb(250, 240, 184);
    @media (prefers-color-scheme: dark) {
        background-color: rgb(134, 120, 39);
    }
}

.jfc_farbe_dunkel_gruen {
    background-color: rgb(35, 163, 54);
    @media (prefers-color-scheme: dark) {
        background-color: rgb(35, 163, 54);
    }
}

.jfc_farbe_orange {
    background-color: #f4cb5d;
    @media (prefers-color-scheme: dark) {
        background-color: #8C7120;
    }
}

.jfc_fuss {
    width: 100%;
    height: 150px;
    /* background-color: rgb(3, 53, 10); */
    background-color: #2b2a2a;
}

.jfc_schriftfarbe_fuss {
    color: white;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.jfc_unterstichen {
    text-decoration: underline;
}

.jfc_position_links {
    text-align: left;
}

.jfc_position_links_2 {
    text-align: left;
}

.jfc_position_rechts {
    text-align: right;
}

.jfc_position_mittig {
    text-align: center;
}

.jfc_abstand_oben_5 {
    margin-top: 5px;
}

.jfc_abstand_oben_7 {
    margin-top: 7px;
}

.jfc_abstand_oben_10 {
    margin-top: 10px;
}

.jfc_abstand_oben_15 {
    margin-top: 15px;
}

.jfc_abstand_oben_25 {
    margin-top: 25px;
}

.jfc_abstand_oben_35 {
    margin-top: 35px;
}

.jfc_abstand_oben_50 {
    margin-top: 50px;
}

.jfc_abstand_oben_75 {
    margin-top: 75px;
}

.jfc_abstand_p_oben_10 {
    padding-top: 10px;
}

.jfc_abstand_links_10 {
    margin-left: 10px;
}

.jfc_abstand_rechts_10 {
    margin-right: 10px;
}

.jfc_abstand_p_links_20 {
    padding-left: 20px;
}

.jfc_abstand_p_rechts_20 {
    padding-right: 20px;
}

.jfc_abstand_unten_5 {
    margin-bottom: 5px;
}

.jfc_abstand_unten_15 {
    margin-bottom: 15px;
}

.jfc_abstand_unten_25 {
    margin-bottom: 25px;
}

.jfc_abstand_unten_50 {
    margin-bottom: 50px;
}

.jfc_abstand_unten_75 {
    margin-bottom: 75px;
}

.jfc_abstand_unten_100 {
    margin-bottom: 75px;
}

a:link {
    text-decoration: none;
  }
  
a:visited {
    text-decoration: none;
}
  
a:hover {
    text-decoration: underline;
    color: black;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}
  
a:active {
    text-decoration: underline;
}

a {
    color: black;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

input[type=checkbox] {
    margin-right: 10px;
    line-height: normal;
    width: 20px;
    height: 20px;
}

.jfc_formular_box {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

.jfc_hp {
    display: none;
}

.jfc_breite_1 {
    width: 100%;
}


p {
    padding: 25px;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */
    font-size: clamp(0.5em, 2.8vw, 1em);
    color: black;
    text-align: center;
    background-color: rgba(225, 225, 225, 0.9); 
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: rgba(43, 42, 42, 0.9); 
    }
    
}

details {
    max-width: 60ch;
    
    &[open] summary::after {
      rotate: -180deg;
    }
    
    summary {
        /* Override default "display: list-item" and position the summary text as well as the custom arrow icon */
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
      
        /* General styling */
        cursor: pointer;
        margin-block-end: 8px;
        padding: 15px;
        font-family: 'Didact Gothic', sans-serif;
        font-weight: bold;
        /* font-size: 16px; */
        font-size: clamp(0.5em, 2.8vw, 1em);
        color: black;
        @media (prefers-color-scheme: dark) {
            color: white;
        }
        text-decoration: underline;
      
        /* Fallback code to hide standard marker, especially on Safari */
        &::marker,
        &::-webkit-details-marker {
            display: none;
        }
        
        &::after {
            /* CSS for chevron shape from https://css-shape.com/chevron/ */
            --shape-chevron-width: 1rem;
            --s: calc(var(--shape-chevron-width) / 4);
    
            /* Styling */
            content: "";
            aspect-ratio: 7/5;
            background: currentColor;
            clip-path: polygon(0 0, 0 var(--s), 50% 100%, 100% var(--s), 100% 0, 50% calc(100% - var(--s)));
            flex-shrink: 0;
            width: var(--shape-chevron-width);
            
            /* Animation */
            rotate: 0deg;
            transition: rotate 0.35s ease;
        }
    }
}

.jfc_app_icon {
    width: 220px;
    height: 220px;
    object-fit: contain;        
}

.jfc_apple_store_icon {
    width: 150px;
    height: 50px;
    object-fit: contain;  
}

.jfc_google_play_icon {
    width: 150px;
    height: 50px;
    object-fit: contain; 
}

.jfc_apple_store_icon_2 {
    width: 210px;
    height: 70px;
    object-fit: contain;  
}

.jfc_google_play_icon_2 {
    width: 210px;
    height: 70px;
    object-fit: contain; 
}

.jfc_warum_icons {
    width: 50px;
    height: 50px;
    object-fit: contain; 
    /* Hellmodus: schwarz */
    filter: invert(0);
    @media (prefers-color-scheme: dark) {
        /* Dunkelmodus: weiß */
        filter: invert(1);
    }
}

.jfc_menu_index_web{
    display: block;
}

.jfc_menu_index_app {
    display: block;
}

.jfc_menu_index_faq {
    display: block;
}

.jfc_menu_index_sprache {
    display: block;
}

.jfc_scrollox_1 {
    overflow-y:  scroll;
    height: 300px;
}

.jofor_btn_tags_1 {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 12px; min: 6px */
    font-size: clamp(0.375em, 2.8vw, 0.75em);
    font-weight: bold;
    color: black;
    background-color: #f4cb5d;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 5px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    margin-right: 0px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #8C7120;
    }
}

.jfc_post_1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.jfc_profil_info_1 {
    width: 100%;
    display: flex;
}

.jfc_namen_1 {
    padding-top: 5px;
    padding-left: 10px;
}

.jfc_post_name_1 {
    text-align: left;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; min: 10px */
    font-size: clamp(0.75em, 2.8vw, 1em);
    font-weight: bold;
    color: black;
    padding-left: 10px;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.jfc_id_2 {
    text-align: left;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 10px; min: 6px */
    font-size: clamp(0.375em, 2.8vw, 0.625em);
    color: black;
    padding-left: 10px;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.jfc_post_t2 {
    text-align: left;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 18px; min: 14px */
    font-size: clamp(0.875em, 2.8vw, 1.125em);
    color: black;
    padding-left: 75px;
    padding-top: 15px;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.jfc_posturl2 {
    text-align: left;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; min: 10px */
    font-size: clamp(0.625em, 2.8vw, 1em);
    color: black;
    margin-top: 15px;
    padding-left: 75px;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.jfc_icon_2 {
    padding-top: 10px;
    @media (prefers-color-scheme: dark) {
        filter: invert(100%) grayscale(100%);
    }
}

.jfc_mehr_1 {
    text-align: center;
    width: 400px;
    /* font-size: 16px; min: 10px */
    font-size: clamp(0.625em, 2.8vw, 1em);
    padding-top: 25px;
    padding-bottom: 50px;
}

.jfc_post_zahl {
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 12px; min: 6px */
    font-size: clamp(0.375em, 2.8vw, 0.75em);
    color: black;
    padding-top: 5px;
    @media (prefers-color-scheme: dark) {
        color: white;
    }
}

.jfc_icon_verifiziert {
    filter: invert(71%) sepia(63%) saturate(499%) hue-rotate(72deg) brightness(90%) contrast(91%);
    @media (prefers-color-scheme: dark) {
        filter: invert(67%) sepia(36%) saturate(370%) hue-rotate(47deg) brightness(95%) contrast(85%);
    }
}

@media (max-width: 991px) {

    .jfc_fuss {
        height: 200px;
    }

}

@media (max-width: 768px) {

    .jfc_menu_index_app {
        display: none;
    }

    .jfc_menu_index_faq {
        display: none;
    }

    .jfc_app_icon {
        width: 160px;
        height: 160px;
    }

    .jfc_apple_store_icon {
        width: 120px;
        height: 40px;
        object-fit: contain;  
    }
    
    .jfc_google_play_icon {
        width: 120px;
        height: 40px;
        object-fit: contain; 
    }

    .jfc_apple_store_icon_2 {
        width: 120px;
        height: 40px;
        object-fit: contain;  
    }
    
    .jfc_google_play_icon_2 {
        width: 120px;
        height: 40px;
        object-fit: contain; 
    }

    .jfc_warum_icons {
        width: 30px;
        height: 30px;
    }

    .jfc_box_3 {
        min-height: 160px;
    }

    .jfc_box_4 {
        min-height: 180px;
    }

    .jfc_btn_zu_home {
        width: 100%;
    }

    .jfc_abstand_oben_50 {
        margin-top: 25px;
    }

    .jfc_position_links_2 {
        text-align: center;
    }

}
