:root {
    --box-shadow: rgb(0, 0, 0, 0.4);
    --box-shadow-hover: rgb(0, 0, 0, 0.6);
    --box-shadow-img: rgb(0, 0, 0, 0.2);
    --color-hover: rgb(1, 1, 164);
    --background-image: rgb(255, 255, 255);
    --headline: rgb(9, 9, 9);
    --color-h2: rgb(1, 1, 164);

    --gruppe-color: rgb(255, 255, 255);
    --gruppe-background-color: rgba(9, 9, 9, 0.4);

    --box-color1: rgb(9, 9, 9);
    --box-background-color1: rgba(255, 255, 255, 0.9);
    --box-background-color1_2: rgba(255, 255, 255, 0.8);

    --box-color2: rgb(9, 9, 9);
    --box-background-color2: rgba(255, 255, 255, 0.9);
    --box-background-color2_2: rgba(255, 255, 255, 0.8);


    --color-b1: rgb(8, 67, 121);
    --color-b2: rgb(17, 103, 157);
    --color-b3: rgb(51, 174, 216);
    --color-b3-l: rgba(51, 174, 216, 0.2);
    /* var(--color-b3); */

    --color-o1: rgb(112, 65, 3);
    --color-o2: rgb(238, 149, 29);
    --color-o3: rgb(246, 190, 85);
    /* var(--color-o3); */

    --color-g1: rgb(38, 110, 3);
    --color-g2: rgb(110, 170, 25);
    --color-g3: rgb(139, 196, 33);
    /* var(--color-g3); */

    --color-gray: rgb(38, 38, 38);
    --color-gray1: rgb(126, 140, 141);
    --color-gray2: rgb(193, 193, 193);
    --color-gray3: rgb(239, 239, 239);
    --box-norm-background: rgba(239, 239, 239, 0.1);
    /* var(--color-gray3); */
}






.submit_bt4 {

    position: relative;
    /* Wichtig für die Positionierung des Bildes */
    display: inline-flex;
    align-items: center;
    /* Zentriert den Text vertikal */
    justify-content: center;
    /* Zentriert den Text horizontal */
    justify-content: center;
    /* Zentriert den Text horizontal */
    padding: 0 20px;
    /* Abstand innen */
    border: none;
    outline: none;
    color: #ffffff;
    gap: 10px;
    /* Erzeugt einen Abstand von 20px zwischen Bild und Text */
    background-color: var(--color-b3);
    /* Hintergrundfarbe (Blau) */
    /* margin: 1px;  */
    box-shadow: 4px 4px 4px rgb(0, 0, 0, 0.3);

    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    transition: 0.3s;
    align-items: center;
    justify-content: center;

    text-align: center;
    white-space: normal;
    /* ERLAUBT den Umbruch an Leerstellen */
    word-wrap: break-word;
    /* Sicherheit für sehr lange Wörter */

    margin-right: 4px;
    margin-bottom: 8px;
    padding-left: 24px;
}



.submit_bt4:hover {
    background-color: #3caaf3;
    /* Dunklere Farbe beim Hovern */
    background-color: var(--color-b2);
    /* Dunklere Farbe beim Hovern */
    /* color: #0b0b0b; */
}



.submit_bt4 img {
    position: absolute;
    /* Bild wird unabhängig vom Text platziert */
    align-items: left;
    left: 14px;
    /* Fester Abstand zum linken Rand */
    top: 50%;
    /* Vertikale Zentrierung des Bildes */
    transform: translateY(-50%);
    /* Exakte vertikale Ausrichtung */
    width: 38px;
    /* Breite des Bildes */
    height: auto;
    /* Höhe des Bildes */

}


.wrapper_buttons_flex,
.wrapper_buttons_block,
.wrapper_buttons_center
 {
    display: flex;
    width: 100%;
    /* 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 {
    display: flex;
    max-width: 240px;
    flex-direction: column;
    /* Richtet die Elemente untereinander aus */
    gap: 8px;
    /* Abstand zwischen den Elementen */
    margin-right: 8px;
}



.wrapper_buttons_center {

   margin-top: 24px;
    text-align: center;
     justify-content: center; 
}



  .numero {
      position: absolute;
      top: -8px;
      right: -14px;

      display: flex;
      align-items: center;
      justify-content: center;

      width: 32px;
      height: 32px;
      border: 6px solid white;
      border-radius: 50%;
          box-shadow: 4px 4px 8px var(--box-shadow-img);


      color: white;
      background: #ee4d16;
      font-size: 18px;
      font-weight:normal;
      /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */

    }













.fixed-menue {
    position: fixed;
    top: 11em;
    left: 20px;
    margin-right: 10%;
    z-index: 1000;
    /* Stellt sicher, dass das Div über anderen Inhalten liegt */
}


tr.aktive td {
    /* Für PROREFER - Meine Provisionen -Tabellen */
    background-color: #d0ebff;
    font-weight: bold;
}



.hidden {
    display: none;

}


.spalte-rechts {
    /* rechtsbündige Ausrichtung in Tabellen z.B. für Zahlen */
    text-align: right;
    width: 8rem;
    padding-right: 8px;
}

.spalte-text {
    /* rechtsbündige Ausrichtung in Tabellen z.B. für Zahlen */
    text-align: left;
    min-width: 16em;
    padding-right: 8px;
    /* background: #00ffea; */
}


.spalte-trenner {
    /* Trennungsspalte in Tabellen  */
    /* text-align: right; */
    width: 4px;

    background: #00ffea;

}

.spalte-proreferit {
    /* Trennungsspalte in Tabellen  */
    /* text-align: right; */
    width: 4px;

    background: var(--color-b3-l);

}



.content {
    display: none;
}


#logo {
    width: 70px;
    height: 50px;
    position: absolute;
    left: 290px;

    cursor: pointer;
}

.textform {
    background-color: rgb(255, 253, 119, 1.0);
    height: 100%;
    height: auto;
    box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.0);
    border-radius: 0px;

    display: flex;
    flex-direction: column;

    width: 100%;

    background-color: rgba(255, 255, 255, 0.8);
    padding-left: 2px;
    padding-right: 8px;
    padding-bottom: 2px;
    position: relative;
    margin-top: 0.0rem;
    margin-left: 0px;
    margin-bottom: 0px;

}






.wrapper_flex .input {
    /* Anzeige der Labels in jedem Feld
    position: relative;
    
    */
    display: inline;

}

.wrapper_flex .input2 {
    /* Anzeige der Labels in jedem Feld
    position: relative;
    
    */
    display: inline;
    min-width: 400px;

}

.wrapper_flex .listbox {
    height: 1rem;
    max-height: 8rem;

}

.wrapper_flex .listbox1 {
    height: 1rem;
    max-height: 1rem;

}




.wrapper_flex label {
    /* Anzeige der Labels in jedem Feld*/
    display: block;

}


.wrapper_flex label .input {

    width: 96%;
    padding: 4px 8px 16px 8px;

    font-size: 1em;
    border: 1px solid rgba(105, 105, 105, 0.397);
    border-radius: 8px;
    box-shadow: 4px 4px 4px var(--box-shadow-img);
    margin-bottom: 8px;

    height: 1em;

    /* 
      outline: 10px;
     */

}


.wrapper_flex label .input+span {
    position: absolute;
    left: 8px;

    top: 20px;
    color: rgba(7, 7, 7, 0.8);
    font-size: 0.8em;
    cursor: text;
    transition: 0.2s ease;

    /* 
      top: 20px;
      */
}


.wrapper_flex label .input:placeholder-shown+span {
    top: 16px;
    font-size: 1.0em;
}

.wrapper_flex label .input:focus+span,
.wrapper_flex label .input:invalid+span {
    top: 16px;
    font-size: 0.8em;
    font-weight: 500;
    color: rgb(250, 3, 3);
}

.wrapper_flex label .input:valid+span {
    color: rgb(4, 14, 67);


}

.wrapper_flex label .input:invalid+span {
    color: rgb(250, 3, 3);
}

.wrapper_flex label .input:empty:invalid {
    color: rgb(255, 0, 208);
}


.wrapper_flex label .listbox {
    width: 100%;
    min-width: 300px;
    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;



}

.wrapper_flex label .listbox:valid+span {
    color: rgba(7, 7, 7, 0.8);
    font-size: 0.8em;

}



.wrapper_flex 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;

}



.wrapper_flex label .listbox :hover {
    cursor: pointer;

}









.img_kopf {
    position: static;
    margin-top: -16px;
    display: flex;
    flex-direction: flex;

    width: 99%;
    max-height: 100px;
    padding-left: 8px;
    padding-right: 8px;
    flex-direction: row;

    justify-content: flex;



    /*
justify-content: flex;
   
   
    gap: 0px;
    min-width: 80em;
    max-height: 45em;
    position: relative;

*/

}


.clipwrap {
    position: absolute;
    width: 800px;
    height: 180px;
    object-fit: contain;


}

.clipped {
    position: absolute;
    clip: rect(50px 550px 300px 100px)
}



.img-fit {

    object-fit: cover;
    aspect-ratio: 1/1;
}


#comboxbox {
    background-color: rgb(249, 248, 248);
    font-size: 14px;
    height: 2em;
    cursor: pointer;
    color: rgba(54, 93, 170, 1.0);
    border: 1px solid black;
    margin-bottom: 8px;


}


#comboxbox:hover {
    background-color: rgba(0, 0, 0, 0.0);
    color: rgb(0, 0, 0);
    cursor: pointer;

}



#comboxboxlabel {

    color: rgb(0, 0, 0);


}














a:link,
a:visited {
    text-decoration: none;
}


h2 {
    color: var(--color-h2);
    margin-left: -8px;
}

h3 {
    color: var(--color-h2);
    margin-left: 8px;
}


.headline {

    font-size: 2rem;

    text-align: center;
    color: var(--headline);
    margin: 0px;
    margin-top: 8px;
    padding: 8px;
    padding-top: 8px;
    /* 
    margin-bottom: 1px;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 1px;
    padding-top: 0px;
   
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 1px 1px rgb(10, 9, 144, 0.1);

    
     border-bottom: 2px;
     background-image: url('../img/calc.png');
    background-size: 2.6rem;
    background-repeat: no-repeat;
 
     
      */

}


.wrapper_std1,
.wrapper_std2,
.wrapper_std3,
.wrapper_std4,
.wrapper_info .wrapper_flex .wrapper_flex_right .wrapper_flex_left {

    position: relative;
    flex-direction: row;
    height: auto;
    gap: 0px;
    min-width: 96%;

    max-height: 45em;
    min-height: 2rem;

    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 8px;

    padding-top: 0rem;
    padding-left: 2px;
    padding-right: 8px;
    padding-bottom: 2px;



    /*
     height: 100%;
     border-radius: 20px;
    box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.6);
    margin-left: calc(50% - 190px);
     overflow: scroll;
    margin-top: 0.51rem;
    Bereiche freihalten 
     padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
     gap: 16px;
    margin-left: calc(50% - 190px);
   */
}


.wrapper_std1 {
    justify-content: flex;
    display: flex;
    overflow: scroll;
}

.wrapper_std2 {

    justify-content: left;
    display: block;
}

.wrapper_std3 {
    display: contents;
    flex-direction: column;


}

.wrapper_std4 {
    justify-content: flex;
    display: inline;

}


.wrapper_info {

    display: block;
    flex-direction: row;

    /* box-shadow: 1px 8px 8px rgb(0, 0, 0, 0.6); */
    background-color: rgb(200, 255, 0);
    background-color: var( --color-gray3-b3);
    /* background-color: var( --box-background-color2_2); */
    padding-left: 24px;
    /*
    Bereiche freihalten 
    margin-left: calc(100% - 480px);
    margin-left: calc(50% - 190px);
   */
}




.wrapper_flex_left {
    height: auto;
    margin-right: 8px;


    background-color: rgba(2, 209, 255, 0);

    /*
     height: 100%;
     border-radius: 20px;
    box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.6);
    margin-left: calc(50% - 190px);
     overflow: scroll;
    margin-top: 0.51rem;
    Bereiche freihalten 
     padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
     gap: 16px;
    margin-left: calc(50% - 190px);
   */
}

.wrapper_flex_right {
    height: 100%;
    margin-left: 8px;
    min-width: 40%;
    background-color: rgba(251, 2, 255, 0.0);

    /*
     height: 100%;
     border-radius: 20px;
    box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.6);
    margin-left: calc(50% - 190px);
     overflow: scroll;
    margin-top: 0.51rem;
    Bereiche freihalten 
     padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
     gap: 16px;
    margin-left: calc(50% - 190px);
   */
}


.lb_status{
    display:inline-block;
    min-width:120px;
    margin-left:10px;
    font-size:12px;
    font-weight:bold;
}


.trenner {
   
    color: var( --color-gray);
    color: var(--color-b1);

    text-align: center;
    justify-content: center;
    /* font-weight: bold; */
    font-size: 1.2em;


  /* display: block; */
    /* max-width: 640px; */
    min-width: 100px;
    gap: 0em;
    padding: 1px;
    margin:4px;
    margin-top: 8px;
    margin-bottom: 0px;
    /* background-color:var(--color-gray2); */
    /* background-color: var( --color-b3); */
    /* background-color: var(--color-b1); */
    /* background-color: var(--color-gray1); */
    /* border: 1px solid rgba(105, 105, 105, 0.397); */
        /* width: 200px; */
    /* box-shadow: 4px 4px 8px var(--box-shadow-hover); */


}



.wrapper_block,
.wrapper_block_menu {
    display: block;
    justify-content: left;

}

.wrapper_flex {
    display: flex;
    gap: 16px;
    justify-content: left;
    margin-top: 8px;

}

.wrapper_block_menu {
    padding-top: 40px;
    margin-top: 16px;
    background-color: var(--color-gray3);
    /* position:absolute; */
    /* top: 50%; */
    /* right: 10px; */
    /* transform: translate(-50%, -50%); */
    /* z-index: 1000; Stellt sicher, dass das Element im Vordergrund bleibt */
    /* margin-left: 124px; */
    /* border-radius: 35px; */
}



.gruppe {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: var(--gruppe-color);
    background-color: var(--gruppe-background-color);
    display: block;
    margin-left: 0px;
    padding: 1px;
    padding-right: 1px;
    word-wrap: break-word;
    height: 1.6rem;
    padding-left: 16px;
    width: 240px;
    margin-top: 1rem;
    margin-bottom: 0.2rem;

    /* 
     border-radius: 8px;
     background-image: url('../img/meer.jpg');
    background-size: 50%;
    background-repeat:no-repeat;
    background-position-x: right;
     height:calc(100% - 110px);
      top: 51px;  
      position: fixed;
       z-index: 110;         Menü immer mit 100 px Höhe aneigen 
      */
}


.wbox1,
.wbox2,
.wbox3,
.wbox4,
.box1,
.box2,
.box3,
.box4,
.box5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    display: flexbox;

    height: auto;
    width: 99%;
    min-height: 190px;



    justify-content: left;
    left: 1px;
    text-align: left;
    margin-left: 6px;
    margin-right: 16px;
    margin-bottom: 8px;

    padding-bottom: 1px;
    padding-left: 8px;
    padding-right: 1px;

    word-wrap: break-word;


    border-radius: 4px;
    text-align: left;

    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

    color: var(--box-color2);
    background-color: var(--box-background-color2);
    word-wrap: break-word;



    /* 
    justify-content: space-between;    Blocksatz
     border-radius: 8px;
     background-image: url('../img/meer.jpg');
    background-size: 50%;
    background-repeat:no-repeat;
    background-position-x: right;
     height:calc(100% - 110px);
      top: 51px;  
      position: fixed;
       z-index: 110;         Menü immer mit 100 px Höhe aneigen 
      */
}

.wbox1,
.box1 {

    color: var(--box-color1);
    background-color: var(--box-background-color1);


}




.box5 {
    width: 270px;
    height: auto;
    max-height: 190px;

}


.wbox1:last-child,
.wbox2:last-child,
.box1:last-child,
.box2:last-child {
    margin-right: 8px;
    /* 
     .box1:nth-last-child(3)
     
      */
}

.wbox1:nth-child(2n),
.wbox2:nth-child(2n),
.box1:nth-child(2n),
.box2:nth-child(2n) {
    background-color: var(--box-background-color1_2);

    /* 
     .box1:nth-last-child(3)
     
      */
}

.wbox1 img,
.box1 img {
    margin-top: -215px;
    margin: 0px;
    display: block;
    justify-content: center;
    align-items: center;
    width: 160px;
    max-height: 90px;



    /* 
    object-fit: contain;
      width: 100%;
     height: 8rem;
      */


}




.wbox1 p,
.wbox2 p,
.box1 p,
.box2 p {
    margin-top: 0px;
    position: relative;
    color: var(--box-color1);

    font-size: 1rem;
    font-weight: normal;
    padding-top: 4px;
}


.wbox1:hover,
.wbox2:hover,
.wbox3:hover,
.box1:hover,
.box2:hover {
    border-radius: 8px;
    box-shadow: 8px 10px 8px var(--box-shadow-hover);
}

.wbox1:hover p,
.wbox2:hover p,
.wbox3:hover p,
.box1:hover p,
.box2:hover p {
    color: var(--color-hover);
}

.wbox1 headline,
.wbox2 headline,
.wbox3 headline,
.box1 headline,
.box2 headline,
.box3 headline {
    font-size: 1.5em;
    font-weight: bold;
    text-align: right;
}

.wbox1:hover headline,
.wbox2:hover headline,
.wbox3:hover headline,
.box1:hover headline,
.box2:hover headline,
.box3:hover headline {
    color: var(--color-hover);
}






.wbox2,
.box2 {
    color: var(--box-color2);
    background-color: var(--box-background-color2);
    min-width: 400px;

}



.wbox2 img,
.box2 img {
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 0px;
    display: flexbox;

    align-items: start;
    height: 90px;
    width: 120px;
    float: left;

}


.wbox2 p,
.box2 p {
    color: var(--box-color2);
}


.wbox2 headline,
.box2 headline {
    font-size: 0.8rem;
    position: relative;
    display: inline-flex;
    padding-top: .6em;

}


.wbox3,
.box3 {

    color: var(--box-color1);
    background-color: var(--box-background-color1);


}


.wbox3 img,
.box3 img {

    padding: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    align-items: start;
    width: 270px;
    height: 160px;
    display: flexbox;
    float: left;


    /* 
   


    
display: flexbox;
    float: left;
   
     float: left;

      box-shadow: 4px 4px 4px var(--box-shadow-img);
    object-fit: contain;
      width: 100%;
     height: 8rem;
      */


}




.wbox5 img,
.box5 img {

    /* min-height: 190px;
    padding: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px; */
    align-items: start;
    width: 270px;
    height: auto;
    /* max-width: 50%; */
    display: flexbox;
    float: left;
    max-height: 90%;
    padding-right: 1rem;

    /* 
   


    
display: flexbox;
    float: left;
   
     float: left;

      box-shadow: 4px 4px 4px var(--box-shadow-img);
    object-fit: contain;
      width: 100%;
     height: 8rem;
      */


}






.box6 img {

    /* 
    Login-Log im Fenster
    
    min-height: 190px;
    padding: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px; */
    align-items: start;
    width: 100%;
    height: auto;
    /* max-width: 50%; */
    display: flex;




    /* 
   
 float: left;
    max-height: 90%;

    
display: flexbox;
    float: left;
   
     float: left;

      box-shadow: 4px 4px 4px var(--box-shadow-img);
    object-fit: contain;
      width: 100%;
     height: 8rem;
      */


}



.box7,
.box8 {
    display: block;
    max-width: 640px;
    min-width: 640px;
    padding: 8px;
    background-color: rgba(0, 255, 255, 0.084);
    border: 1px solid rgba(105, 105, 105, 0.397);
    color: var(--color-g1)
        /* width: 200px; */
}

.box7 img,
.box8 img {

    height: auto;
    max-width: 240px;
    /* max-height: fit-content; */
    /* display: flex; */
}




.box8 {
    display: inline-flex;
    margin-left: 0px;

}


.box9 {
    display: block;
    padding-left: 16px;

}


.box9 a {
    font-weight: bold;

}

.box_menue {
    display: block;
    padding-left: 8px;
    width: 320px;
    border-style: none;
    background-color: var(--color-gray3);
    background-color: var(--color-b3);
    padding-right: 8px;


}


.box_menue a {
    font-weight: bold;

}


/* //////////////////////////////////// */
/* Box in partners_dahboard_form.php */

.hidden-col {
    display: none;
}


.box_tb {
    display: block;

    max-width: 99%;
    min-width: 840px;
    /* 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: 24em;
    min-height: 8em;
    overflow: auto;

    /* width: 200px; */
}

.box_tb table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 99%;
    max-width: 99%;
    border-collapse: collapse;
    line-height: 1em;
}



.box_tb td {
    /* overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 99%;
    max-width: 99%;
    border-collapse: collapse; */
    font-size: 1.0em;
    height: 1.0em;
    min-width: 120px;
    padding: 8px;
    line-height: 1.1em;
    /* min-height: 2rem; */
}


.box_tb tr {
    /* overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 99%;
    max-width: 99%;
    border-collapse: collapse; */
    font-size: 1.1em;
    height: 1.5em;

    padding: 8px;
    line-height: 1.1em;
    /* min-height: 2rem; */
}




.box table caption {
    position: sticky;
    font-size: 1.1em;
    left: 0;
    max-width: 100vw;
    padding: 8px;
    background: (--color-g1);

}






.box_tb tr:hover {
    cursor: pointer;
    background-color: #f0f0f0;
    background: (--color-b1);
    color: var(--color-b1);
}


.active {
    background-color: lightblue !important;
    background-color: var(--color-b3);
    color: var(--color-gray1);
}


thead {
    position: sticky;
    top: 0;
    color: var(--color-gray);
    background: #E5EDF8;
    background: (--color-b1);
    z-index: 3;
}

/* 1. Spalte sticky */


.gradient-text {
    font-size: 1.8em;
    font-weight: bold;
    /* 1. Verlauf definieren */
    background-image: linear-gradient(40deg, #341ba3, #04ff00);


    /* 2. Hintergrund auf Text zuschneiden */
    -webkit-background-clip: text;
    background-clip: text;

    /* 3. Originaltext transparent machen */
    color: transparent;
}





/* //////////////////////////////////// */





.wbox3 p,
.wbox4 p,
.box3 p,
.box4 p {
    margin-top: 0px;
    position: relative;
    color: var(--box-color1);

    font-size: 1rem;
    font-weight: normal;
    padding-top: 8px;
}

.wbox3:hover,
.wbox4:hover,
.box3:hover,
.box4:hover {
    border-radius: 8px;

    /* 
       box-shadow: 8px 10px 8px var(--box-shadow-hover);
     */

}


.wbox3:hover p,
.wbox4:hover p,
.box3:hover p,
.box4:hover p {
    color: var(--color-hover);

}

.wbox3 headline,
.box3 headline {
    font-size: 0.9rem;

    text-align: right;

    font-size: 0.9rem;
    position: relative;
    display: inline-flex;
    padding-top: .6em;



}

.wbox3:hover headline,
.box3:hover headline {
    color: var(--color-hover);

}




.wbox4 headline,
.box4 headline {
    margin-left: 1px;
    font-size: 1.6em;
    font-weight: bold;
    text-align: start;
    position: relative;
    display: inline-flex;
    padding-top: .6em;
}


.wbox4 img,
.box4 img {
    width: 60%;
    max-width: 240px;
    display: block;
    float: right;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;





    /* 
          margin-top: -215px;
        margin: -2px;
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-height: 100px;
    
        object-fit: contain;
          width: 100%;
         height: 8rem;
          */

}



.normtext {
    height: 4rem;
    width: 98%;
    font-size: 1.0rem;

}



.textform .artbild {
    width: 320px;
    height: 180px;
    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);


}

.textform .artbild:hover {
    background-color: rgba(10, 24, 116, 0.6);
    cursor: pointer;
    box-shadow: 8px 8px 8px rgb(0, 0, 0, 0.3);
}







@media only screen and (max-width: 1200px) {


    #btedit {
        cursor: pointer;
        /*  
         display: none;
         */
    }


    .main {
        background-image: var(--background-image);
        background-repeat: no-repeat;
        background-color: rgb(255, 255, 255);

    }


    .wrapper_flex {
        display: block;


    }

    .wrapper_flex_left {
        display: block;
        margin-left: -1px;



    }





    .wrapper_std1 {

        display: flex;
        overflow: scroll;
        max-width: 98%;


    }


    .wrapper_std2,
    .wrapper_info {

        display: block;
        max-width: 99%;


    }


    .wbox1,
    .wbox2,
    .wbox3,
    .wbox4,
    .box1,
    .box2,
    .box3,
    .box4 {

        min-width: 240px;
        max-width: 96%;
        height: 100%;

        margin-bottom: 8px;
        margin-right: 16px;
        margin-left: -4px;
        padding-top: 8px;
        padding-right: 8px;
        word-wrap: break-word;


    }







    .wbox1 h2,
    .wbox2 h2,
    .wbox3 h2,
    .wbox4 h2,
    .box1 h2,
    .box2 h2,
    .box3 h2,
    .box4 h2 {

        margin-bottom: -2px;

    }



    .wbox1 img,
    .box1 img {
        margin-top: 0px;
        min-width: 160px;
    }





    .box1,
    .box2,
    .box3,
    .box4 {
        width: 98%;
        height: 100%;
        /* 
        height: auto füllt in der Flex-Anzeige nicht gleichmäßig hoch aus;
        */

    }



    .wbox1,
    .wbox2,
    .wbox3,
    .wbox4 {
        width: 98%;
        height: auto;
    }





    .wbox3 img,
    .box3 img {
        margin-left: -2px;
        padding-left: 0px;
        width: 99%;
        height: 180px;


    }

    .wbox3 headline,
    .box3 headline {
        font-weight: bold;
        text-align: center;
    }





}