* {
    font-family: Arial, Helvetica, sans-serif;
    /* font-family:Georgia, 'Times New Roman', Times, serif; */

}


.wraper {
    background-color: rgb(0, 173, 253);
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    display: inline-flex;

    max-width: 100%;
    padding: 1em;
    margin-top: 2em;
    margin-bottom: .4em;
    white-space: nowrap;


    /*
      border: 2px dashed rgb(255, 0, 0);
    color: #0000ff;
      background-color: rgba(0, 0, 0, 0.06);
      display: flex;
      height: 100%;  
     
      position:fixed ;
      top: 51px;              /* Eine Zeile über dem Menü  
      left:1px;
      z-index: 10;        /* Menü immer mit 100 px Höhe aneigen  
      padding: 0px 16px 0px 8px;
      word-wrap:break-word; 
   font-family: Arial, Helvetica, sans-serif;
   background-image: url(../img/meer.jpg) ;  
   background-repeat: no-repeat;
  */

}



.header-main {
    width: 100%;
    padding: 0 8px;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    /* Menü immer oben aneigen */
    z-index: 100;
    /* Menü immer mit 100 px Höhe aneigen */

    /*
    vertical-align: center;
    text-align: center;
    padding: 10px;
    bottom: 0px; 
    width:100vw;
    margin-left: -16px;
    font-size: 1em;

    padding-left: 8px;
        padding-right: 18px;
        padding: 0 8px ; 
        
        position: fixed;
        top: 0;              /* Menü immer oben aneigen  
        z-index: 100;        /* Menü immer mit 100 px Höhe aneigen  
        */
}


.header-main nav {
    display: flex;
}

.header-main .logo {
    height: 40px;
    width: fit-content;
    align-self: center;
    cursor: pointer;
}

.header-main .logo img {
    height: 100%;
}


.header-main ul {
    height: 100%;
    padding-left: 40px;
    list-style: none;
    display: flex;
    align-self: center;
}



.header-main ul li {
    position: relative;

}


.header-main ul li a {
    display: block;
    padding: 0 10px;
    height: 100%;
    line-height: 60px;
    font-size: 1rem;
    color: #000000;
    background-color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease-in-out 100ms;
    text-decoration: none;
}

.header-main ul li a:hover {
    /*Haupt-Menüpunkte und Untermenü  */
    background-color: rgb(87, 108, 135, 1);
    color: #fff;
}


/* Dropdown Styling Start */
.header-main ul li ul {
    visibility: hidden;
    /* Untermenü wird versteckt*/
    opacity: 0;
    display: none;
    position: absolute;
    left: -40px;
    transition: all ease-in-out 100ms;
}


.header-main ul li ul li a {
    white-space: nowrap;
    /* verhindert Zeilenumbruch im UnterMenü*/
}

ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    display: block;

}

/* Dropdown Styling End */

.header-main .sm {
    align-self: center;
    display: flex;

}

.header-main form {
    height: 40px;
    padding-right: 15px;
    display: flex;
    border: 2px solid #989494;
    border-radius: 75px 100px 100px 75px;
    width: fit-content;
    align-self: center;
}

.header-main form input {
    height: 100%;
    width: 200px;
    border: 1px;
    padding: 0px 10px 0px 20px;
    border-radius: 15px;
    font-size: 1rem;
    font-family: Roboto;
}

.header-main form input:focus {
    border: 1px solid #8e8d8f;
}

.header-main form button {
    width: fit-content;
    padding: 0 0 0 0;
    border: none;
}

.header-main form button img {
    height: 100%;
    padding-top: 0%;
    cursor: pointer;
    border: none;

}

.header-main form button img:hover {
    /* Verhalten der Lupe im Suchfeld*/
    height: 105%;
    border-bottom: #576c87 solid;
}

.header-main .sm-links {
    height: 60px;
    width: fit-content;
    display: flex;
    align-items: center;

    /*
   
    */
}

.header-main .sm-links a {
    margin-right: 16px;
    display: flexbox;
    height: 50px;
    cursor: pointer;
    align-self: center;
    padding-right: 10px;
    scroll-padding-left: 8px;
    cursor: pointer;

    /*
    display:block;
    */

}

.header-main .sm-links img {
    /* Links für youtube und Instagram */
    height: 100%;
    margin-left: 20px;
}




.main-text {
    position: flex;
    top: 55px;
    left: 122px;
    background-color: rgba(0, 0, 0, 0.1);
    overflow: scroll;
    line-height: 1.4rem;
    width: 100%;
    width: calc(100% - 50px);
    white-space: wrap;
    /*Zeilenumbruch einschalten */



    padding-bottom: 1em;
    margin-top: 0.5em;
    margin-bottom: 2em;

    min-height: 20rem;
    box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.6);



    /*
     text-indent: 8px;
     writing-mode: vertical-lr;
    height: 90%;
     box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.06);
    font-size: 1.1rem;
   
    margin-bottom: 80px;
    border-radius: 8px;

     overflow: scroll;
    padding: 8px;
    padding-left: 8px;
    position: relative;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    
    */
}










/* Input-Felder definieren*/

.textform {

    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 98%;
    min-width: 88em;
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    position: relative;
    margin-top: 0.1rem;
    margin-left: 8px;
    margin-bottom: 8px;

    box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.6);
    /*
    margin-left: calc(50% - 190px);
   */
}



.form {

    display: flex;
    flex-direction: row;
    gap: 8px;
    position: relative;
    max-width: 98%;
    min-width: 560px;
    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-radius: 20px;

    margin-top: 0.1rem;
    margin-left: 8px;
    margin-bottom: 8px;

    box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.6);
   
   
 
       
       


   
   
   
   
   
    /*
    margin-left: calc(50% - 190px);
   */
}

.form label {
    color: rgb(75, 178, 1);
    /* Anzeige der Labels in jedem Feld*/
    position: relative;
    font-size: 1em;

}




.textform label {
    color: rgb(75, 178, 1);
    /* Anzeige der Labels in jedem Feld*/
    position: relative;


}



.form input[type="checkbox"] {
    position:relative;
    flex-direction:row;
    max-width: 20px;
    min-width: 10px;
    width: 20px;
    height: 20px;
   
  
    margin-left: 16px;
    padding-right:18px;
    padding-left: 16px;
    padding-top: 16px;
    outline: 0;
    font-size: 1em;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
    border-radius: 30px;



    /*
    width: 98%;
    margin: 10px;
    outline: none;
    flex-direction: column;
     
    appearance: none;     
    cursor: pointer;
    border-radius: 30px;
    box-shadow: -5px -5px  20px rgba(255,255,255,0.1),
                 5px  5px  10px rgb(177, 175, 192),
                 inset -2px -2px 5px rgba(42, 3, 239, 0.1),
                 inset  2px  2px 5px rgba(0,0,0,1.5),
                 0 0 0 2px #0d0331;
    transition: 0.5s;             
*/

}
    .form label input[type="checkbox"] {
        margin-bottom: 32px;
        margin-left: 36px;
       
      /*  
        height: 20px;
        padding-top: 1em;
        padding-top: 16px;
        padding-left: 18px;
        padding-right: 8px;
        margin-bottom: 14px;

        margin-left: 8px;

       
        border-radius: 30px;
        margin-top: 16px;
        margin-left: 16px;
        margin-bottom: 16px;

        /*
    
    outline: 0;
    font-size: 1em;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
    margin-bottom
     */

    }



    .form input[type="checkbox"]:checked {
        background: rgba(0, 75, 139, 1.0);



    }



    .wrapper_flex_left  .longtext,
    .wrapper_flex_left  .longtext {

        width: 98%;
        min-width: 400px;
        min-height: 8rem;
        padding: 8px 8px 16px 8px;
        outline: 0;
        font-size: 1em;
      
        border-radius: 8px;
        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
       

    }





    .form label .longtext,
    .textform label .input {

        width: 98%;
        padding: 8px 8px 16px 8px;
        outline: 0;
        font-size: 1em;
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 8px;
        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
        margin-bottom: 10px;

    }


    .form label .longtext+span,
    .textform label .input+span {
        position: absolute;
        left: 8px;
        top: 16px;
        color: rgba(7, 7, 7, 0.8);
        font-size: 0.8em;
        cursor: text;
        transition: 0.2s ease;
    }

    .form label .longtext:placeholder-shown+span,
    .textform label .input:placeholder-shown+span {
        top: 16px;
        font-size: 1.0em;
    }

    .form label .longtext:focus+span,
    .textform label .input:invalid+span {
        top: 16px;
        font-size: 0.8em;
        font-weight: 500;
        color: rgb(250, 3, 3);
    }


    .form label .longtext:valid+span,
    .textform label .input:valid+span {
        color: rgb(4, 14, 67);
    }

    .textform1 label .input:invalid+span {
        color: rgb(250, 3, 3);
    }

    .textform1 label .input:empty:invalid {
        color: rgb(255, 0, 208);
    }


    .textform label .listbox {
        width: 100%;
        min-width: 400px;
        padding: 8px 8px 8px 8px;
        outline: 0;
        font-size: 1em;
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 8px;
        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
        margin-bottom: -4px;
        height: 23em;
        size: 2em;
        overflow-x: scroll;


    }

    .textform label .listbox:valid+span {
        color: rgba(7, 7, 7, 0.8);


    }



    .textform label .listbox+span {
        position: relativ;
        left: 8px;
        top: 8px;
        color: rgba(7, 7, 7, 0.8);
        font-size: 1em;
        cursor: text;
        transition: 0.2s ease;

    }


    .form label .listbox :hover,
    .textform label .listbox :hover {
        cursor: pointer;
    }





    .textform label .longtext {
        width: 96%;
        min-width: 340px;
        height: 28em;
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 0.5em;
        outline: 0;
        font-size: 1.0em;
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 8px;
        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
        margin-bottom: -2px;

    }


    .form label .longtext {
        width: 100%;
        min-width: 98%;
        float: left;


        outline: 0;
        font-size: 1rem;
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 8px;
        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);


        height: 10em;
        padding-top: 0.5em;
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 4px;

        margin-left: 4px;

        margin-bottom: -24px;


        /*
  
     
    
    
   

    padding: 8px 8px 18px 8px;

    outline: 0;
    font-size: 1em;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 8px;
    box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
    margin-bottom: 10px;

    */




    }



    .form .flag,
    .textform .flag {
        width: 90px;
        height: 50px;
        padding-right: 1px;

        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 8px;
        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
    }

    .form .flag:hover,
    .textform .flag:hover {
        background-color: rgba(10, 24, 116, 0.6);
        cursor: pointer;
        box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.3);
    }






    hr {
        border: 0px solid rgb(21, 21, 21, 0.1);

        margin-top: -0.8em;
        width: 290px;
        height: 16px;
        margin-left: 1px;
        margin-bottom: 8px;
        padding-bottom: 1px;
        padding-bottom: 10px;
        /*  box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.5); */
    }


    .form {

        display: flex;
        flex-direction: column;
        gap: 8px;
        padding-left: 8px;
        padding-right: 40px;
        padding-bottom: 20px;
        margin-top: 0.1rem;
        margin-bottom: 1rem;
        max-width: 380px;
        padding-top: 8px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 20px;
        box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.6);
        position: relative;
       
       
       
       
        /*
  
   
   
    
    
    

    
    margin-left: 8px;
    

 
   */
    }




    .textform .flex {
        /* Anordnung der Felder in der selben Zeile*/
        display: flex;
        width: 98%;
        gap: 8px;
        justify-content: flex-start;

    }


    .flex {
        /* Anordnung der Felder in der selben Zeile*/
        display: flex;
        width: 98%;
        gap: 16px;
        justify-content: flex-start;

    }


    .form label {
        /* Anzeige der Labels in jedem Feld*/
        position: relative;
    }

    .form label .longtext,
    .form label .input {

        width: 98%;
        padding: 10px 10px 20px 10px;
        outline: 0;
        font-size: 1em;
        border: 1px solid rgba(105, 105, 105, 0.397);
        border-radius: 10px;
        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
    }

    .form label .longtext+span,
    .form label .input+span {
        position: absolute;
        left: 10px;
        top: 34px;
        color: rgba(7, 7, 7, 0.8);
        font-size: 0.9em;
        cursor: text;
        transition: 0.2s ease;
    }


    .form label .longtext:placeholder-shown+span,
    .form label .input:placeholder-shown+span {
        top: 34px;
        font-size: 1.0em;
    }

    .form label .longtext:focus+span,
    .form label .longtext:valid+span,
    .form label .input:focus+span,
    .form label .input:valid+span {
        top: 34px;
        font-size: 0.8em;
        font-weight: 500;
    }

    .form label .input:valid+span,
    .form label .longtext:focus+span {
        color: rgb(75, 178, 1);
    }

    .form p {
        color: rgb(0, 98, 255);
        text-align: center;
        font-size: 1.2em;
    }





    .submit {
        border: none;
        outline: none;
        background-color: rgba(10, 24, 116, 0.9);
        font-weight: 500;
        padding: 10px;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
        transform: .3s ease;
        margin-left: 8px;
        min-width: 70px;
        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);


    }

    .submit:hover {
        background-color: rgba(10, 24, 116, 0.6);
        cursor: pointer;
    }



    .submit_bt2 {
        width: 50px;
        height: 50px;
        border: none;
        outline: none;
        margin-top: 1.0 em;
        margin-right: 0.2em;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
        transform: .3s ease;
        margin-left: 2px;

        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);


    }

    .submit_bt {
        width: 50px;
        height: 50px;
        border: none;
        outline: none;
        background-color: rgb(255, 255, 255);
        font-weight: 500;
        padding: 2px;
        margin-top: 1.0em;
        margin-left: 2px;
        margin-right: 0.2em;
        border-radius: 10px;
        color: #fff;
        font-size: 12px;
        transform: .3s ease;

        box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
    }

    .submit_bt:hover {
        background-color: rgba(210, 210, 210, 0.5);
        cursor: pointer;
    }






    .title {
        font-size: 2em;
        color: royalblue;
        font-weight: 600;
        letter-spacing: -1px;
        position: relative;
        display: flex;
        align-items: left;
        padding-left: 30px;
    }

    .title::before,
    .title::after {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        border-radius: 50%;
        left: 0px;
        background-color: royalblue;
    }

    .title::before {
        width: 18px;
        height: 18px;
        background-color: rgb(33, 0, 251);
    }

    .title::after {
        width: 18px;
        height: 18px;
        animation: pulse 1s linear infinite;
    }

    .message,
    .signin {
        color: rgba(12, 12, 12, 0.822);
        font-size: 0.8em;
    }

    .signin {
        font-size: 0.4em;
        text-align: center;
    }

    .signin a {
        color: rgba(9, 64, 230, 0.8);
    }

    .signin a:hover {
        text-decoration: underline royalblue;
    }



    @keyframes pulse {
        from {
            transform: scale(0.9);
            opacity: 10;
        }

        to {
            transform: scale(1.8);
            opacity: 0;
        }
    }


    .lbox {
        font-family: Arial, Helvetica, sans-serif;
        border: none;
        outline: none;
        background-color: rgba(10, 24, 116, 0.9);
        font-weight: 400;
        padding: 10px;
        border-radius: 10px;
        color: #ffffff;
        font-size: 1em;
        margin-left: 8px;
        margin-right: 20px;
        margin-bottom: 20px;

    }

    .lbox:hover {
        background-color: rgba(10, 24, 116, 0.6);
        cursor: pointer;
    }







    @media only screen and (max-width: 1200px) {


        .form,
        .textform {

            display: flex;
            min-width: 96%;
            max-width: 99%;
            background-color: rgba(251, 251, 251, 0.8);
            margin-left: -6px;
            margin-top: -16px;

        }

        .form,
        .textform .flex {
            /* Anordnung der Felder in der selben Zeile*/
            display: block;
            width: 98%;
            gap: 20px;
            justify-content: space-between;

        }


        .submit_bt {
            width: 40px;
            height: 40px;
            padding: 1px;
            margin-top: 0.4em;
            margin-left: 2px;
            margin-right: 0.1em;


        }

        .form label .listbox,
        .textform label .listbox {
            width: 100%;
            padding: 8px 8px 8px 8px;
            outline: 0;
            font-size: 1em;
            border: 1px solid rgba(105, 105, 105, 0.397);
            border-radius: 8px;
            box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
            margin-bottom: 4px;
            size: 2em;
             height: 23em;
           

        }


        .form label .input,
        .textform label .input {
            width: 98%;
            padding: 8px 8px 18px 8px;
            outline: 0;
            font-size: 1em;
            border: 1px solid rgba(105, 105, 105, 0.397);
            border-radius: 8px;
            box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);
            margin-bottom: 10px;

        }

        .form label .longtext,
        .textform label .longtext {

            min-width: 98%;
            height: 12em;
            padding-top: 0.5em;
            padding-left: 0.5em;
            margin-bottom: 4px;

        }


    }