.jf_hintergrund {
    height: 100%;
    width: 100%;
    background-color: white;
    @media (prefers-color-scheme: dark) {
        background-color: black;
    }
}

.jf_kopf {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: rgb(237, 235, 235);
    @media (prefers-color-scheme: dark) {
        background-color: #2b2a2a;
    }
}

.jf_box_haupt {
    width: 100%;
    min-height: 700px;
    /* background-color: rgb(242, 252, 231); */
    @media (prefers-color-scheme: dark) {
        /*background-color: #2b2a2a; */
    }
}

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

.jf_box_1 {
    width: 100%;
    height: 225px;
    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);
}

.jf_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);
}

.jf_box_3 {
    width: 100%;
    min-height: 250px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    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);
}

.jf_box_4 {
    width: 100%;
    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);
}

.jf_box_5 {
    width: 100%;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    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);
}

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

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

.jf_farbe_gruen_hell {
    background-color: #D1FF9E;
}

.jf_farbe_grau {
    background-color: rgb(237, 235, 235);
    @media (prefers-color-scheme: dark) {
        background-color: #2b2a2a;
    }
}

.jf_farbe_gelb {
    background-color: #EBED8E;
    @media (prefers-color-scheme: dark) {
        background-color: #A9AB61;
    }
}

.jf_farbe_blau {
    background-color: #82A6FF;
    @media (prefers-color-scheme: dark) {
        background-color: #51659C;
    }
}

.jf_farbe_gruen {
    background-color: #B3FCD5;
    @media (prefers-color-scheme: dark) {
        background-color: #648C79;
    }
}

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


.jf_farbe_rot {
    background-color: #E08989;
    @media (prefers-color-scheme: dark) {
        background-color: #A36060;
    }
}

.jf_farbverlauf_blau_gelb {
    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%);
    }
}

.jf_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;
}

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

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

.jf_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;
}

.jf_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;
}

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

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

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

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

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

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

.jf_btn_1 {
    width: 100%;
    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;
    }
}

.jf_btn_2 {
    min-width: 150px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */ /* min: 8px */
    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;
    margin-bottom: 10px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #23A336;
    }
}

.jf_btn_3 {
    min-width: 150px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    /* font-size: 16px; */ /* min: 8px */
    font-size: clamp(0.375em, 2.8vw, 0.875em);
    font-weight: bold;
    color: black;
    background-color: #c4c3c2;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 10px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    @media (prefers-color-scheme: dark) {
        color: white;
        background-color: #2b2a2a;
    }
}

.jf_btn_4 {
    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;
    }
}

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

.jf_unterstichen {
    text-decoration: underline;
}

.jf_position_links {
    text-align: left;
}

.jf_position_rechts {
    text-align: right;
}

.jf_position_mittig {
    text-align: center;
}

.jf_abstand_oben_15 {
    margin-top: 15px;
}

.jf_abstand_oben_25 {
    margin-top: 25px;
}

.jf_abstand_oben_35 {
    margin-top: 35px;
}

.jf_abstand_oben_50 {
    margin-top: 50px;
}

.jf_abstand_links_10 {
    margin-left: 10px;
}

.jf_abstand_rechts_10 {
    margin-right: 10px;
}

.jf_abstand_unten_15 {
    margin-bottom: 15px;
}

.jf_abstand_unten_25 {
    margin-bottom: 25px;
}

.jf_abstand_unten_50 {
    margin-bottom: 50px;
}

.jf_abstand_unten_75 {
    margin-bottom: 75px;
}

.jf_abstand_unten_100 {
    margin-bottom: 75px;
}

.jf_breite_1 {
    width: 100%;
}

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

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;
}

.jf_hp {
    display: none;
}

.jf_btn_x {
    width: 100%;
    height: 150px;
    text-align: center;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: black;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 10px;
    border-image-width: 1;
    border-color: black;
    border: 1px;
    background-color: #9d9b9b;
    @media (prefers-color-scheme: dark) {
        background-color: #2b2a2a;
        color: white
    }
}

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

.jf_h1 {
    display : none;
}

img { 
    max-width: 100%; 
    height: auto; 
} 