    /* * {
        box-sizing: border-box;
    }
     */
     @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
    
    body {
        background-image: url("Bild_Kinder_beim_Lesen_30_Prozent.png");
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 16px;
        font-family: "calibri",Helvetica,Arial,sans-serif;
        /* font-family: 'Dancing Script', cursive; */
    }
    
    .inputGross {
        width: 93% !important;
    }
    
    input[type=text],
    input[type=date],
    input[type=number],
    select {
        color: black;
        background-color: rgba(255, 230, 153);
        padding-left: 5px;
        border-radius: 5px;
        width: 80%;
    }
    
    input[type=submit] {
        width: 200px;
        color: #fff;
        background-color: #4F6228;
        border-radius: 5px;
        padding: 3px;
        margin-top: 10px;
        font-size: 1.5rem;
        font-weight: bold;
    }
    
    button {
        width: 200px;
        color: #fff;
        background-color: #4F6228;
        border-radius: 5px;
        padding: 3px;
        margin-top: 10px;
        font-size: 1.5rem;
        font-weight: bold;
    }
    
    input[type=radio] {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    input[type=checkbox] {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    
    .inputKlein {
        width: 18% !important;
    }
    
    .inputMittel {
        width: 61% !important;
    }
    
    .inputKopf {
        display: inline-block;
        width: 175px !important;
    }
    
    hr {
        height: 1px;
        color: #4F6228;
        background-color: #4F6228;
    }
    
    h4 {
        margin: 0px;
        font-weight: bold;
    }
    
    a {
        color: rgba(255, 230, 153);
        font-weight: bold;
    }
    
    fieldset {
        padding: 0;
    }
    
    legend {
        background-color: rgba(235, 241, 222, 0.90);
        color: #4F6228;
        text-align: center;
        width: 50%;
        border: 2px solid #4F6228;
        margin: 0;
    }
    
    .unsichtbar {
        display: none;
    }
    
    .boxSchatten {
        box-shadow: 8px 8px 8px #707b01;
    }
    
    .rechts {
        text-align: right;
    }
    
    @media (max-width: 1090px) {
        .rechts {
            text-align: left;
        }
    }
    
    .zentriert {
        text-align: center;
    }
    
    .obererBlock {
        background-color: white;
        color: black;
        padding: 10px 40px;
    }
    
    .textBlock {
        text-align: justify;
        /* margin-top: 10px; */
        padding: 0px 20px 0px 20px;
    }
    
    .formularBlock {
        background-color: rgba(235, 241, 222, 0.90);
        color: #4F6228;
        margin-top: 10px;
        padding: 0 20px;
        border: 4px solid #76933C;
        border-radius: 8px;
    }
    
    @media (max-width: 1090px) {
        .formularBlock {
            padding: 0 20px;
        }
    }
    
    .einwilligungsZeile {
        font-weight: bold;
        font-size: 1.5rem;
    }
    
    .fehler {
        color: red;
        font-weight: bold;
        font-style: italic;
    }
    
    .nummer {
        color: rgb(0, 60, 255);
        font-weight: bold;
        font-style: italic;
    }
    
    @media (max-width: 1090px) {
        .fehler {
            text-align: left;
        }
    }
    
    .blaueBestaetigung {
        color: #4F6228;
        font-weight: bold;
        font-style: italic;
        text-align: center;
    }
    
    .grueneBestaetigung {
        color: rgba(10, 58, 13);
        font-weight: bold;
        font-style: italic;
        text-align: center;
        margin-top: 20px;
        margin-bottom: -25px;
        font-size: 1.2em;
    }
    
    #oeffnen {
        color: rgba(255, 230, 153);
        cursor: pointer;
    }
    
    #schliessen {
        color: rgba(255, 230, 153);
        cursor: pointer;
    }
    
    .tabelle {
        text-align: center;
    }
    
    .meineTextarea {
        width: 100%;
        height: 100px;
        font-weight: 100;
        font-size: 16px;
        background-color: #FFE699;
    }
    
    .kindZeile {
        background-color: #466228;
        color: #fff;
        text-align: center;
    }
    
    .bewertungsZeile {
        background-color: #fff;
        padding-left: 20px;
        border: 5px groove #c4d79b;
    }
    
    .ersteZeile {
        background-color: #466228;
        color: #fff;
    }
    
    .zweiteZeile {
        background-color: #fff;
        ;
        color: #466228;
    }
    
    .gruen {
        color: #4F6228
    }
    /* Verlosung */
    
    .gewinnBilderKlein {
        border: 4px ridge #FFE699;
        background-color: #fff;
        display: block;
        margin: auto;
        max-width: 160px;
        height: 120px;
    }
    
    .gewinnBilderGross {
        border: 10px ridge #FFE699;
        background-color: #fff;
        max-width:650px;
    }
    
    .startButton {
        width: 300px !important;
        height: 100px;
        color: #FFE699 !important;
        background-color: #4F6228;
        border-radius: 10px !important;
        padding: 3px;
        margin-top: 10px;
        font-size: 2rem !important;
        font-weight: bold;
        border: 5px ridge #FFE699;
    }
    
    .buttonNaechstesLos {
        width: 200px !important;
        height: 60px;
        color: #FFE699 !important;
        background-color: #4F6228;
        border-radius: 10px !important;
        padding: 3px;
        margin-top: 10px;
        font-size: 1.7rem !important;
        font-weight: bold;
        border: 5px ridge #FFE699;
    }
    
    .gewinnBezeichnungGross {
        color: #4F6228;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        font-size: 1.2em;
    }
    
    .gewinnBezeichnung {
        color: #4F6228;
        font-weight: bold;
        font-style: italic;
        text-align: center;
        font-size: 1em;
    }
    
    .formularBlockVerlosung {
        background-color: rgba(235, 241, 222, 0.90);
        color: #4F6228;
        margin-top: 10px;
        padding: 0 20px;
        border: 4px solid #76933C;
        border-radius: 8px;
    }
    
    .legendVerlosung {
        background-color: #FFE699;
        color: #4F6228;
        font-weight: bolder;
        font-style: italic;
        text-align: center;
        width: 50%;
        border: 2px solid #4F6228;
        margin: 0;
    }
    
    .gewinnerTafelMitZ {
        /* background-image: url("Bild_Kinder_beim_Lesen_30_Prozent.png"); */
        position: relative;
        right: 10px;
        bottom: 10px;
        background-color: #FFE699;
        color: #4F6228;
        font-weight: bolder;
        /* font-style: italic; */
        text-align: center;
        width: 350px;
        border: 5px solid #4F6228;
        right: 1em;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    
    .gewinnerTafelOhneZ {
        /* background-image: url("Bild_Kinder_beim_Lesen_30_Prozent.png"); */
        position: relative;
        left: 100px;
        bottom: 10px;
        background-color: #FFE699;
        color: #4F6228;
        font-weight: bolder;
        /* font-style: italic; */
        text-align: center;
        width: 350px;
        border: 5px solid #4F6228;
        right: 1em;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    /* Sternebewertung */
    
    span#Bewertung {
        line-height: 45px;
    }
    
    span.sternebewertung {
        float: Left;
    }
    
    span.sternebewertung:not(:checked)>input {
        display: None;
    }
    
    span.sternebewertung:not(:checked)>label {
        float: Right;
        width: 1em;
        padding: 0 .1em;
        overflow: Hidden;
        white-space: Nowrap;
        cursor: Pointer;
        font-size: 200%;
        line-height: 1.2;
        color: #D0D0D0;
        text-shadow: 1px 1px #B0B0B0, 2px 2px #606060, .1em .1em .2em rgba(0, 0, 0, .5);
        transition: all .5s;
    }
    
    span.sternebewertung:not(:checked)>label:before {
        content: '★ ';
    }
    
    span.sternebewertung>input:checked~label {
        color: #FFD700;
        text-shadow: 1px 1px #C06000, 2px 2px #904000, .1em .1em .2em rgba(0, 0, 0, .5);
    }
    
    span.sternebewertung:not(:checked)>label:hover,
    span.sternebewertung:not(:checked)>label:hover~label {
        color: #FFD700;
        text-shadow: 1px 1px #F29E02, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
    }
    
    span.sternebewertung>input:checked+label:hover,
    span.sternebewertung>input:checked+label:hover~label,
    span.sternebewertung>input:checked~label:hover,
    span.sternebewertung>input:checked~label:hover~label,
    span.sternebewertung>label:hover~input:checked~label {
        color: #F9B500;
        text-shadow: 1px 1px #F8BA01, 2px 2px #B57340, .1em .1em .2em rgba(0, 0, 0, .5);
    }

    /* Dialog CSS */

    #bodyOverlay{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(0,0,0,0.6);
        opacity: 0;
        pointer-events: none;
    
    }
    .dialog{
        position: fixed;
        left:50%;
        top: 30%;
        transform: translate(-50%, -50%);
        padding:10px 20px;
        background-color: white;
        color: black;
        border-radius: 8px;
        box-shadow: 8px 8px 16px rgba(255,255,255,0.4);
        opacity: 0;
        pointer-events: none;
    
    }
    #bodyOverlay.sichtbar, .dialog.sichtbar{
        opacity: 1;
        pointer-events: auto;
    }
    #sonstigesDialog{
        width: 40%;
    }
    #aendernDialog{
        width: 250px;
    }
    #stornoDialog{
        width: 250px;
    }
    
    .dialogSchliessenButton{
        position: absolute;
        top: 7px;
        right: 15px;
        font-size: 16px;
        line-height: 25px;
        color: rgb(0,0,0);
        text-decoration: none;
    }
    #anzahlDialog1{
        width: 30px;
        text-align: right;
        padding:3px 3px;
    }
    #sendenDialog{
        color: var(--link);
        background-color: var(--buttonHintergrund);
        width: 60px;
        height: 30px;
        margin-right: 10px;
        margin-bottom: 20px;
        border-radius: 3px;
        font-weight: bolder;
        font-size: 1.2rem;
        padding: 0px
    }

    .schuleEingabe {
        color: black;
        background-color: rgba(255, 230, 153);
        padding-left: 5px;
        border-radius: 5px;
        width: 80%;
    }

