/* handy css */

@media only screen and (max-width: 1200px) {

    /* //////////////////////////////////////////////////////////// */
    body {
        width: 200px;
    }
    
    .form,
    .textform,
    .suchform {
        background-color: var(--box-norm-background);
        /* background-color: darkorchid; */
        display: flexbox;
        min-width: 96%;
        max-width: 96%;

    }

 

.hinweis-box {

 position: absolute;
  top: 90%;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
 padding: 6px;


    font-size: 16px;
    z-index: 200;
}







.longtext_mini{
    width: 98%;
    max-width: 98%;
    padding-right: 16px;
    margin-right: 16px;
            /* min-height: 6em; */
            /* max-height: 10rem; */

    /* background-color: chartreuse; */
   
}

 

.wrapper_flex_right form{
    width: 200px;
    max-width: 200px;
    min-width: none;
}


    .wrapper_flex_right,
    .wrapper_flex_left {

        display: block;
        /* background-color: rgb(255, 0, 162); */
        max-height: fit-content;
        /* max-width: 100%; */
        max-width: 800px;
        max-width: 800px;
        margin-left: -6px;
 


    }





    /* Allgemeine Buttons anpassen  */


    .submit_bt4 {
        font-size: 0.8rem;
    }


    .wrapper_buttons_flex {
        /* background-color: rgb(249, 1, 1); */

        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between;  */
        width: 99%;
        max-width: 1000px;

        /* Setzt eine feste Breite für das PNG-Bild */

        /* height: auto; */
        /* Behält das originale Seitenverhältnis des Bildes bei */
        gap: 1px;

        /* display: block; */
        /* flex-wrap: wrap; */
        /* justify-content: space-between;  */
        /* width: 99%; */
        /* min-width: 800px; */
        /* max-width: 800px; */

        /* Setzt eine feste Breite für das PNG-Bild */

        /* height: auto; */
        /* Behält das originale Seitenverhältnis des Bildes bei */
        /* gap: 8px; */
        /* Abstand zwischen den Elementen */
        /* padding-top: 8px; */

    }


    .wrapper_buttons_block {
        /* background-color: rgb(1, 199, 249); */

        display: block;
        flex-wrap: wrap;
        /* justify-content: space-between;  */
        width: 99%;
        min-width: 800px;
        max-width: 800px;

        /* Setzt eine feste Breite für das PNG-Bild */

        /* height: auto; */
        /* Behält das originale Seitenverhältnis des Bildes bei */
        gap: 1px;



    }




    /* ////////////////////////////////////////////////////////////// */
    /* Menü-Bereiche: */
    /* ////////////////////////////////////////////////////////////// */
    .wrapper_block_menu {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between;  */
        width: 99%;
        max-width: 99%;

        /* Setzt eine feste Breite für das PNG-Bild */

        /* height: auto; */
        /* Behält das originale Seitenverhältnis des Bildes bei */
        /* gap: 1px; */
        /* Abstand zwischen den Elementen */
        /* padding-top: 8px; */


    }


    .menue_box {
        width: 170px;
        height: auto;
        max-height: 140px;
        /* padding: 4px; */

    }




    /* ////////////////////////////////////////////////////////////// */
    /* Menü-Button-Bild: */
    /* ////////////////////////////////////////////////////////////// */
    .image-container {
        position: relative;
        /* Wichtig! Damit sich der Text am Container ausrichtet */
        width: 98%;
        /* Oder beliebige Breite */
        color: white;
        /* Textfarbe */
        height: 2.8rem;
        padding-top: 1px;
        padding-right: 8px;

    }


    .image-container :hover {
        /* color: rgba(255, 255, 255, 0.8); */
        /* text-shadow: 11px 11px 11px rgb(6, 0, 1); */
        cursor: pointer;
        font-size: 0.8rem;

        box-shadow: 8px 8px 8px var(--box-shadow-img);



        /* border-top-left-radius: 10%;
   border-top-right-radius: 10%;
   border-bottom-right-radius: 50%;
   border-bottom-left-radius: 50%; */
        /* box-shadow: 1px 8px 8px rgba(0, 0, 0, 0.302); */

    }







    .overlay-text,
    .overlay-text_active {
        /* Textinhalt der Menü-Buttons */
        /* position: absolute; */
        /* top: 50%; Vertikal zentrieren */
        /* left: 50%; Horizontal zentrieren */
        padding-left: 4px;
        transform: translate(-50%, -50%);
        /* Exakte Ausrichtung */
        background-color: rgba(0, 0, 0, 0);
        /* Optional: Halbtransparenter Hintergrund für bessere Lesbarkeit */
        color: white;
        font-size: 0.8rem;
        margin-left: 8px;

    }



    .overlay-text-active {

        font-weight: 680;
        /* Macht den Text fett */
        font-size: 0.8rem;
        /* color: rgb(225, 255, 0); */

        /* text-shadow: 4px 4px 4px rgb(0, 0, 0,0.4);  */
        /* text-decoration: underline; */



    }



    .header-menue {
        /* background-color: #02bbf8; */
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 99%;
        max-width: 500px;
        min-width: 500px;
        height: 58px;

        gap: 1px;


    }


    .header-main .sm {
        align-self: right;
        display: flex;

    }


    .header-main .sm-links {
        height: 50px;
        width: fit-content;
        /* width: 300px; */
        /* min-width: 600px; */
        display: flex;
        align-items: right;
        /* background-color: blueviolet; */
        /* border-bottom: 1px solid #000000; */
        /* padding-bottom: 10px; */
        /* align-items: left; */

        /*
   
    */
        display: flexbox;
        flex-wrap: wrap;
        /* justify-content: space-between;  */
        width: 99%;
        min-width: 600px;
        gap: 30px;
        padding-left: 120px;
        margin-top: -30px;

    }



    .header-main .logo img {
        /* Zeigt die Menu-Logos im Kopf an */
        height: 58px;
        max-height: 58px;
        width: auto;
        min-height: 58px;
        /* border-bottom: 4px solid #007BFF; */

    }

    .header-main .logo-active img {
        /* Zeigt das aktive Menu-Logo im Kopf mit Unterstreichung an */
        height: 50px;
        max-height: 50px;
        min-height: 50px;
        width: auto;
        border-bottom: 6px solid #0659b1;
    }

    #infobild {

        max-height: 250px;
        width: auto;
        margin-top: -4px;


    }

    #login-infobild {
        min-width: 99%;
        max-height:400px;
        margin-top: 4px;

align-self:center;

    }




    #event_mail {

        max-height: 250px;
        width: auto;
        margin-top: -4px;

    }

    #bild_mail {

        max-height: 250px;
        width: auto;
        max-width: 100%;
        margin-top: -6px;

    }










    .listbox {
        width: 98%;
        font-size: 1rem;
        height: 4rem;
        size: 2;
        /* max-width: 100%; */
        overflow-x: scroll;
        min-width: 100%;
        max-width: 100%;
        padding-top: -2px;
    }




    .listbox_4 {
        width: 98%;
        font-size: 1rem;
        height: 4rem;
        size: 2;
        /* max-width: 100%; */
        overflow-x: scroll;
        min-width: 100%;
        max-width: 100%;
        padding-top: -2px;
    }





    .box_tb {
        /* display: block; */

        max-width: 700px;
        min-width: 700px;
        /* max-height: 2em; */
        padding: 2px;
        background-color: var(--box-background-color1);
        border: 0px rgba(105, 105, 105, 0.397);
        color: var(--color-b1);
        /* max-height: 60vh; */
        max-height: 24rem;
        min-height: 8rem;
        overflow: auto;

        /* width: 200px; */
    }





    .box_tb td {
        /* overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 99%;
    max-width: 99%;
    border-collapse: collapse; */
        font-size: 1.0rem;
        height: 1.0em;
        min-width: 100px;
        padding: 8px;
        line-height: 1rem;
        /* min-height: 2rem; */
    }


    .box_tb tr {
        /* overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 99%;
    max-width: 99%;
    border-collapse: collapse; */
        font-size: 1rem;
        height: 1rem;

        /* padding: 8px; */
        line-height: 1rem;
        /* min-height: 2rem; */
    }



    #lb_sprache {
         position: absolute;
         top: 10%; 
        /* Vertikal zentrieren */
        /* left: 40%; */
        /* Horizontal zentrieren */
        /* justify-content: flex-end; */
        /* background-color: aqua; */
        /* padding-top: -20px; */
        /* margin-top: 100px; */
        max-width: 60px;
        min-width: 120px;
        max-height: 1.4rem;
        margin-right: -120px;

    }


 .sm-rechts { 
    height:180px;
    min-height: 180px;
    /* margin-top: 100px; */
   
 } 
  
   
#img_login_logout{
    display: block;
    padding-top: 60px;
    height: 60px;
    padding-left: 160px;
    margin-top: -15px;
    

      /* position: absolute; */
         /* top:0%;  */
        /* Vertikal zentrieren */
        /* left: 90%; */
        /* Horizontal zentrieren */
        /* justify-content: flex-end; */
}

}