
:root{


    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.login_body{
    background-color: rgb(85, 85, 85);
    background-image: url('img/ui/bg_index.png');
    background-position: center;
    background-repeat: repeat;

    
}

.login_logo{
    background-image: url('img/ui/login_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    width: auto;
    height: 300px;
    
    margin: auto;
}

.login_wrapper{
    width: 400px;
    height: 600px;
    border-style: solid;    
    border: 1px 1px 1px 1px;
    margin: auto;
    padding: auto;   
}
 

.login_input{
    width: 200px;
    height: 25px;
    border-style: solid;    
    border: 1px 1px 1px 1px;
}

.login_submit{
    width: 200px;
    height: 25px;
    border-style: solid;    
    border: 1px 1px 1px 1px;
}



.body{
    background-color: rgb(85, 85, 85);
    background-image: url('img/ui/bg_index.png');
    background-position: center;
    background-repeat: repeat;
    background-size: 100% 100%;
    font-family: Arial, sans-serif;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
/* Wrapper der Hauptbox */
    .Haupt-Box{
        display: grid;
        grid-template-columns: 925px 950px;
           
    }
/* Menü Leiste Links */
    .menu_l{
    width: 925px;
    height: 100px;
    background-color: rgba(128, 128, 128, 0);
    }
    .menu_l_button{
        display:grid;
        grid-template-columns: 160px 160px 160px 160px 160px;
        text-align: center;
        height: 100px;
        justify-content:center;       
        column-gap: auto;
        margin-top: 0px;
        margin-left: auto;
        margin-bottom: 0px;
        margin-right: auto;
    }
    .men_l_btn{
        height:50px;
        width: 160px;
    }
    
/* Menü Leiste Rechts */
    .menu_r{
        width: 950px;
        height: 50px;
        background-color: rgba(92, 90, 90, 0);
    }
    .menu_r_button{
        height: 50px;
        display: flex;  
        flex-flow: row wrap;
        justify-content: flex-end;
        font-weight: bold;
        text-align: center; 
        background-color: rgba(92, 90, 90, 0);
    }
  
    .Anzeige_Spieler{
        height: auto;
        width: 720px;
        
        display: flex;  
        flex-flow: row wrap;
        justify-content: flex-end;
        background-size: 100% 100%;
        background-color: rgba(100, 21, 21, 0);
        
        position: relative;
        z-index: 2;
    }

    .Anzeige_Spieler_ZAT_img{
        height: auto;
        width: 720px;
        
        display: flex;  
        flex-flow: row wrap;
        justify-content: flex-end;
        background-size: 100% 100%;
        background-color: rgba(100, 21, 21, 0);
        
        position: absolute;
        z-index: 2;
    }
    
    .Spieler_Name{
        height: 30px;
        width: 550px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        font-size: 24px;
        text-align: center;
        color: white;
        background-color: rgba(0, 0, 0, 0);
        z-index: 2;
    }

    
    .Men_R_Logout{
        height: 40px;
        width: 200px;
        padding: 5px;
        margin-left: 10px;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        row-gap: 2px;
        column-gap: 5px;
        flex-wrap: wrap;
        background-color: rgba(141, 141, 141, 0);
    }

    .Spieler_Wechslel_Titel{
        padding-top: 13px;
        margin-left: 0px;
        height: 22px;
        width: 480px;
        color: rgb(255, 166, 0);
        background-color: rgba(255, 255, 255, 0);
        text-shadow: 0px 0px 5px #000000;
        font-size: 14px;
        font-weight: bold;
        text-align: center; 
    }

    .Spieler_Wechsel_Box_W{
        height: 150px;
        width: 520px;
        
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 5px;
        column-gap: 0px;
        background-color: rgba(87, 31, 31, 0);  
    }

    .Spieler_Wechsel_Box_1{
        height: 150px;
        width: 120px;
        background-color: rgba(53, 53, 53, 0);
    }
    .Spieler_Wechsel_Box_1_IMG{
        height: 140px;
        width: 110px;
        margin: 4px;
        object-fit: cover;
        border: 0.5px solid rgb(0, 0,0);
        background-color: rgb(87, 86, 31);
    }

    .Spieler_Wechsel_Box_2{
        height: 130px;
        width: 380px;
        padding: 5px;
        margin: 4px;
        border: 0.5px solid rgb(0, 0,0);
        background-color: rgba(250, 250, 250, 0.158);
        
        font-size: 14px;
        text-align: center;
        
        text-align: center; 
        color: rgb(17, 17, 17);
        
    }


/* Beginn Hexagon */

    .Hex_Hex{
        width: 925px;
        height: 740px;
        background-color: rgba(255, 128, 128, 0);
        background-image: url("img/ui/bg_hex.png");
        background-position: center;
        background-repeat: no-repeat;
        filter: contrast(110%);
        background-size: 100% 100%;
        
        
    }

.hex_wrapper{
    width: 925px;
    height: 740px;
    display: flex;  
    flex-flow: row wrap;
    font-weight: bold;
    text-align: center; 
}
.hex_nord{
    
    width: 925px;
    height: 50px;
}
.hex_sued{
    
    width: 925px;
    height: 50px;
}

.hex_pfeil_sued{
    padding-top: 25px;
}
    
.hex_west{
    
    width: 50px;
    height: 640px;
    
}
.hex_pfeil_west{
    padding-top: 275px
}
.hex_ost{   
    width: 50px;
    height: 640px;
    
}
.hex_pfeil_ost{
    padding-top: 275px
}
.hex_main{
    height: 620px;
    width: 825px;
    background-color: rgba(0, 0, 255, 0);
}
@media all {
    .hex_main    { flex: 3 0px; }
    .hex_west { order: 1; } 
    .hex_main    { order: 2; }
    .hex_ost { order: 3; }
    .hex_sued  { order: 4; }
    .hex_foot  { order: 5; }
  }



/* Hex 8x4 */

.hex_r_01_8x4{
    margin-left: 0px;
    padding-left: 30px;
    height: 115.5px;
    width: 900px;
    display: flex;
    align-content: flex-start;
    justify-content: 0;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(216, 115, 115, 0);
}

.hex_8x4_01{
    margin-top: 33px;
    margin-left: -32px;
    
    flex: 0 0 130px;
    max-width: 130px;
    width: 38px;
    position: relative;
    text-align: center;
    z-index: 1;
    background-color: rgba(216, 115, 115, 0);
}

.hex_8x4_02{
    margin-top: 72px;
    margin-left: -32px;
    
    flex: 0 0 130px;
    max-width: 130px;
    width: 115px;
    position: relative;
    text-align: center;
    z-index: 1;
    background-color: rgba(186, 216, 115, 0); 
}

.hex_8x4_01_img{
    height:115px;
    width: 130px;
    object-fit: cover;
    object-position: center;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); 
    width: 100%;
    top: -50%;
    display: block;
    position: absolute;
    
    border: 0px 0px 0px 0px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 2px #ffffff;
    
    
}
.hex_r_02_8x4{
    
    padding-left: 0px;
    height: 40px;
    width: 800px;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    background-color: rgba(83, 66, 52, 0.473);
}

.hex_8x4_01_img_text{
    height:115px;
    width: 130px;
    position: absolute;
    z-index: 0;
    border: 0px 0px 0px 0px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 3px #dfdfdf
}

.Karte_Region_Hexfeld_Filter{
    height: 30px;
    width: 100px;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    position: relative;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd; 
}

.Karte_Region_Hexfeld_Filter_Button_D{
    height: 30px;
    width: 100px;
    position: absolute;
    
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd; 
    
}

.Karte_Region_Hexfeld_Filter_Button_S{
    height: 30px;
    width: 100px;
    position: absolute;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd; 
    z-index: 3;
    
}
.Karte_Region_Hexfeld_Filter_Button_Stxt{
    height: 10px;
    width: 100px;
    margin-top: 5px;
    
    position: absolute;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd; 
}

.Karte_Region_Hexfeld_Filter_Button_I{
    height: auto;
    width: 750px;
    margin-left: -590px;
    position: absolute;
    z-index: 2;
    background-color: rgba(73, 128, 201, 0.164);
}
.Karte_Region_Hexfeld_Filter_Button_I1{
    height: 30px;
    width: 750px;
    padding-top: 5px;
    
    background-color: rgba(180, 59, 59, 0);
}
.Karte_Region_Hexfeld_Filter_Button_I2{
    height: 500px;
    max-height: 700px;
    width: 750px;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgb(107, 107, 107);
}
.Karte_Region_Hexfeld_Filter_Button_I3{
    height: 35px;
    width: 750px;
    padding-top: 5px;
    background-color: rgb(170, 170, 170);
}

.Karte_Region_Hexfeld_Filter_Button{
    height: 30px;
    width: 100px;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    position: relative;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd; 
}

.Karte_Region_Hexfeld_Filter_Karte{
    height: 180px;
    width: 160px;
    padding: 10px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    background-color: rgba(115, 138, 216, 0.342);
}
.Karte_Region_Hexfeld_Filter_Hex_W{
    height: 138px;
    width: 160px;
    position: relative;
    text-align: center;
    z-index: 2;
    background-color: rgba(216, 115, 115, 0);
}

.Karte_Region_Hexfeld_Filter_Hex_img{
    height:138px;
    width: 160px;
    object-fit: cover;
    object-position: center;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); 
    width: 100%;
    display: block;
    position: absolute;
    border: 0px 0px 0px 0px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 2px #ffffff;
    z-index: 2;
    background-color: rgba(216, 115, 115, 0);
}

.Karte_Region_Hexfeld_Filter_Footer{
    height: 40px;
    width: 160px;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    
    
    background-color: rgba(115, 216, 145, 0);
}

.Karte_Region_Hexfeld_Filter_Leiste{
    height: 30px;
    width: 700px;
    padding: 10px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    background-color: rgba(115, 138, 216, 0.342);
}

/* Hex 21x12 */

.hex_r_01{
    margin-left: 9px;
    padding-left: 0px;
    height: 33.5px;
    width: 900px;
    display: flex;
    align-content: flex-start;
    justify-content: 0;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(216, 115, 115, 0);
}


.hex_21x12_01{
    margin-top: 8px;
    margin-left: -9px;
    -webkit-box-flex: 0;
    flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
    position: relative;
    text-align: center;
    z-index: 1;
    background-color: rgba(216, 115, 115, 0);
}

.hex_21x12_02{
    margin-top: 19px;
    margin-left: -9px;
    -webkit-box-flex: 0;
    flex: 0 0 38px;
    max-width: 38px;
    width: 38px;
    position: relative;
    text-align: center;
    z-index: 1;
    background-color: rgba(216, 115, 115, 0.432);
}

.hex_21x12_01_img{
    height:33px;
    width: 40px;
    object-fit: cover;
    object-position: center;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); 
    width: 100%;
    top: -50%;
    display: block;
    position: absolute;
    z-index: -1;
    border: 0px 0px 0px 0px;
    font-size: 10px;
}

.hex_21x12_01_img_text{
    font-size: 6px;
}

.hex_r_02{
    margin-top: 35px;
    padding-left: 0px;
    height: 40px;
    width: 800px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    background-color: rgba(83, 66, 52, 0.473);
}

/* Einheiten/ Gebäude */

    .opt{
        margin-top: -40px;
        width: 950px;
        height: 740px;
    }

    .opt-res{
   
        margin-left: 0px;
        padding-left: 0px;
        height: 50px;
        width: 950px;
        display: grid;
        column-gap: 2.5px;
        grid-template-columns: 134px 134px 134px 134px 134px 134px 134px;
        grid-template-rows: 50px;
        grid-template-areas: 
            "A B C D E F G";
        background-color: rgba(255, 0, 0, 0);
        }
    
        .opt_res_element_b{
        margin-left: 0px;
        grid-area: A;
        
        position: relative;
        z-index: 1;
        background-color: rgba(216, 115, 115, 0);
        color: rgb(255, 216, 88);
        }
    
        .opt_res_element_s{
            grid-area: B;
            
            position: relative;
            z-index: 1;
            background-color: rgba(216, 115, 115, 0);
            color: rgb(181, 218, 134);
            
        }
    
        .opt_res_element_h{
            grid-area: C;
            
            position: relative;
            z-index: 1;
            background-color: rgba(216, 115, 115, 0);
            color: rgb(128, 67, 41);
        }
    
        .opt_res_element_st{
            grid-area: D;
            
            position: relative;
            z-index: 1;
            background-color: rgba(216, 115, 115, 0);
            color: rgb(206, 205, 205);
        }
    
        .opt_res_element_e{
            grid-area: E;
            
            position: relative;
            z-index: 1;
            background-color: rgba(216, 115, 115, 0);
            color: rgb(209, 250, 255);
        }
    
        .opt_res_element_rt{
            grid-area: F;
            
            position: relative;
            z-index: 1;
            background-color: rgba(216, 115, 115, 0);
            color: rgb(202, 106, 76);
        }
        .opt_res_element_me{
            grid-area: G;
            
            position: relative;
            z-index: 1;
            background-color: rgba(216, 115, 115, 0);
            color: rgb(106, 74, 179);
        }
    
        .opt_res_img{
        padding-top: 0px;
        height:50px;
        width: 135px;
        object-fit: fill;
        object-position: center;
        display: block;
        position: absolute;
        z-index: -1;
        border: 0px 0px 0px 0px;
        }
    
        .opr_res_txt{
            margin-top: 15px;
            padding-right: 0px;
            margin-left: 40px;
            text-align: left;
            height:20px;
            width: 85px;
            display: block;
            position: absolute;
            background-color: rgba(255, 0, 0, 0);
            font-size: 14px;
            font-weight: bold;
            text-shadow: 0px 0px 4px #a5a1a1;
            background-color: rgba(255, 255, 0, 0);
        }

/* Aleart_Box */
        .aleart_box_rot {
            padding: 20px;
            background-color: #741009;
            color: white;
            position: relative;
            font-weight: bold;
          }

          .aleart_box_gruen {
            padding: 20px;
            background-color: #22682b;
            color: white;
            position: relative;
            font-weight: bold;
          }

          .aleart_box_blau {
            padding: 20px;
            background-color: #225268;
            color: white;
            position: relative;
            font-weight: bold;
          }
          
          .alart_closebtn {
            margin-left: 15px;
            color: white;
            font-weight: bold;
            float: right;
            font-size: 22px;
            line-height: 20px;
            cursor: pointer;
            transition: 0.3s;
          }
          
          .alart_closebtn:hover {
            color: black;
          }

    .details_gebaude{
        /* background-image: url("img/ui/sum_02.png"); */
        background-color: rgba(102, 255, 0, 0.164);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%, 100%;
        margin-top: 0px;
        padding-bottom: 10px;
        padding-top: 0px;
            
    }
    .summary_gebaude{
        background-color: rgba(0, 255, 0, 0.411);
        text-align: center;
        width: 100%;
        height: 20px;
        background-size: 100% 100%;
        padding-top: 0px;
    }
    .element_opt_gebaude{
        -webkit-box-flex: 0;
        height: 60px;
        width: 60px;
        position: relative;
        z-index: 1;

    }
    .opt_img_gebaude{
        -webkit-box-flex: 0;
        height: 60px;
        width: 60px;
       /* background-color: rgba(224, 238, 36, 0.377); */
        position: absolute;              
    }
    
    .opt_gebaude{             /* div */
        display: flex;
        align-content: flex-start;
        justify-content: 0;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 2.5px;
        height: 142.5px;
        width: 935px;
        margin-left: 7.5px; 
        margin-bottom:10px;
        margin-top: 10px;
        overflow: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        z-index: -2;   
        background-color: rgba(52, 165, 42, 0.575);
        
    } 
    .opt_gebaude::-webkit-scrollbar { /* Scrollbars für Chrome */
        display: none; 
    }




    .details_einheiten{
        /* background-image: url("img/ui/sum_02.png"); */
        background-color: rgba(255, 115, 0, 0.164);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100%, 100%;
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        max-height: 330px;
        padding-bottom:0px;
            
    }
    
    .summary_einheiten{
        background-color: rgba(255, 0, 0, 0.411);
        text-align: center;
        width: 100%;
        height: 20px;
        background-size: 100% 100%;
        padding-top: 0px; 
    }

/* Trupps */

    .Box2_Trupps_Wrapper{
        width: 950px;
        height: 740px;
        background-color: rgba(119, 34, 1, 0.459);
    }

    .Box2_Trupps_Auswahl_Titel{
        width: 950px;
        height: 20px;
        background-color: rgba(75, 22, 1, 0.459);
    }
    .Box2_Trupps_Auswahl_Box{
        width: 950px;
        height: 80px;
        display: flex;
        align-content: flex-start;
        
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 2.5px;
        background-color: rgba(75, 22, 1, 0.24);
    }
    .Box2_Trupps_Anzeige{
        margin-top: 10px;
    }
    .Box2_Trupps_Anzeige_Titel{
        width: 950px;
        height: 20px;
        background-color: rgba(75, 22, 1, 0.459);
    }
    .Box2_Trupps_Anzeige_Banner{
        width: 950px;
        height: 60px;
        background-color: rgba(122, 59, 35, 0.459);
    }
    .Box2_Trupps_Anzeige_Box{
        width: 950px;
        height: 240px;
        display: flex;
        align-content: flex-start;
        
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 2.5px;
        background-color: rgba(75, 22, 1, 0.24);
    }
    .Box2_Trupps_Pool{
        margin-top: 10px;
    }
    .Box2_Trupps_Pool_Titel{
        width: 950px;
        height: 20px;
        
        background-color: rgba(75, 22, 1, 0.459);
    }
    .Box2_Trupps_Pool_Box{
        width: 950px;
        height: 240px;
        display: flex;
        align-content: flex-start;
        
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 2.5px;
        background-color: rgba(75, 22, 1, 0.24);
    }

    
    .trupps_box{
        display: flex;
        align-content: flex-start;
        width: 935px;
        
        margin-left: 7.5px;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 2.5px;
         
        margin-right: 20px; 
        margin-bottom:10px;
        margin-top: 10px;
        background-color: brown;
        height: 90px;
        overflow: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        
    }
    
    .trupps_box::-webkit-scrollbar { /* Scrollbars für Chrome */
        display: none; 
    }

    
    .opt_einheiten{             
        display: flex;
        align-content: flex-start;
        
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 2.5px;
        height: 180px;
        width: 935px;
        margin-left: 7.5px;
        margin-right: 20px; 
        margin-bottom: 10px;
        margin-top: 0px;
        padding-top: 0px;
        overflow: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        z-index: -2;    
        background-color: rgba(245, 164, 164, 0.541); 
    } 

    .opt_einheiten::-webkit-scrollbar { /* Scrollbars für Chrome */
        display: none; 
      }

    .element_opt_einheiten_titel{
        height: 20px;
        width: 950px;
        margin-bottom: 2.5px;
        background-color: rgba(255, 94, 0, 0.445);
        text-align: center;
    }

    .element_opt_einheiten{
        -webkit-box-flex: 0;
        height: 80px;
        width: 60px;
        position: relative;
        z-index: 1;

    }

    .element_opt_einheiten_aef{
        -webkit-box-flex: 0;
        height: 60px;
        width: 60px;
        position: relative;
        z-index: 1;

    }

    .opt_img_einheiten{
            height: 60px;
            width: 60px;
            position: absolute;              
    }

    .opt_img_einheiten_g{
        height: 60px;
        width: 60px;
        background-image: linear-gradient(to top, rgba(57, 126, 0, 0.74) 0%, rgba(0, 0, 0, 0) 40%);
        position: absolute;
    }

    .opt_img_einheiten_r{
        height: 60px;
        width: 60px;
        background-image: linear-gradient(to bottom, rgba(126, 0, 0, 0.76) 0%,  rgba(0, 0, 0, 0) 40%);
        position: absolute;
    }

    .opt_img_einheiten_50pzt{
        opacity: 0.8;
    }

    .opt_anzahl_E{
        margin-top: 60px;
        height: 20px;
        width: 60px;
        text-align: center;
        background-color: rgba(42, 151, 165, 0.63);
    }

/* INFO Boxen */

/* Region */

    .Info-Box-Region{      
        width: 950px;
        height: 400px;
        display: flex;
        position: absolute;
    }
    .Info_Region_Box_01{
        width: 250px;
        height: 400px;
        margin-right: 0px;
        background-color: rgba(0, 0, 139, 0.13);
    }
    .Info_Region_Box_02{
        width: 700px;
        height: 400px;
        background-color: rgba(103, 66, 138, 0.377);
    }
    .Info_Region_Box_01_wrapper{
        width: 230px;
        height: 380px;
        margin-left: 10px;
        margin-top: 10px;
        position: absolute;
        background-color: rgba(148, 137, 160, 0.377);
    }
    .Info_Region_Box_01_Reg_element{
        -webkit-box-flex: 0;
        flex: 0 1 100px;
        max-width: 180px;
        width: 200px;
        position: relative;
        text-align: center;
        z-index: 1;
        margin-top: 0px;
        margin-left: 20px;
        margin-bottom: 0px;
        background-color: rgba(0, 0, 139, 0.363);
    }
    .Info_Region_Box_01_Reg_img{
        object-fit: cover;
        object-position: center;
        -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); 
        width: 100%;
        top: -50%;
        display: block;
        position: absolute;
        z-index: -1;
    }
    .Info_Region_Box_01_Reg_info_wrapper{
        width: 230px;
        height: 107.5px;
        margin-left: 0px;
        margin-top: 165px;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2.5px;
        background-color: rgba(0, 139, 109, 0.363);
    }
    .Info_Region_Box_01_Reg_info_bezeichnung{
        padding-top: 2.5px;
        width: 230px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }
    
    .Info_Region_Box_02_Reg_info_bezeichnung{
        padding-top: 2.5px;
        width: 187.5px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }
    .Info_Region_Box_02_Reg_info_wert{
        padding-top: 2.5px;
        width: 40px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }
    .Info_Region_Box_02_Reg_info_bezeichnung1{
        padding-top: 2.5px;
        width: 67.5px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }
    .Info_Region_Box_02_Reg_info_wert1{
        padding-top: 2.5px;
        width: 160px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }

    .Info_Region_Box_03_wrapper{
        width: 430px;
        height: 300px;
        
        margin-top: 0px;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-direction: row;
        column-gap: 2.5px;
        flex-wrap: wrap;
        row-gap: 2.5px;
        margin-top: 10px;
        margin-left: 10px;
        background-color: rgba(157, 255, 252, 0.164);
    }
    .Info_Region_Box_03_Reg_info_bezeichnung{
        padding-top: 2.5px;
        width: 430px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }
    .Info_Region_Box_03_Reg_info_bezeichnung_a{
        padding-top: 2.5px;
        width: 195px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }
    .Info_Region_Box_03_Reg_info_bezeichnung_b{
        padding-top: 2.5px;
        width: 100px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }
    .Info_Region_Box_03_Reg_info_bezeichnung_c{
        padding-top: 2.5px;
        width: 130px;
        height: 22.5px;
        position: relative;
        text-align: center;
        background-color: rgba(0, 0, 139, 0.363);
    }
    .Info_Region_Box_03_Reg_info_bezeichnung_d{
        padding-top: 2.5px;
        width: 430px;
        height: 77.5px;
        position: relative;
        text-align: center;
        background-color: rgba(139, 0, 104, 0.363);
    }
    .Info_Region_Box_04_wrapper{             
        display: flex;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 5px;
        height: 70px;
        width: 370px;
        margin-left: 40px;
        margin-right: 0px; 
        margin-bottom: 0px;
        margin-top: 10px;
        padding-top: 0px;
        overflow: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        z-index: -2;    
        background-color: rgba(245, 164, 164, 0.541); 
    } 
    .Info_Region_Box_04_wrapper::-webkit-scrollbar {
        display: none;
    }

    .Info_Region_Box_04_Aktion{
        -webkit-box-flex: 0;
        height: 70px;
        width: 70px;
        position: relative;
        z-index: 1;
        background-color: rgba(255, 255, 0, 0.473);  
    }

    .Info_Region_Box_04_Aktion_img{
        
        height: 70px;
        width: 70px;
        position: absolute;
    
          
    }
/* Gebäude */
    .Info-Box-Gebaude{
              
        width: 950px;
        height: 300px;
        background-color: rgba(255, 255, 255, 0.445);
        
    }

    .Info-Box-Einheit{
        width: 950px;
        height: 400px; 
        background-color: rgba(102, 51, 153, 0.322);
        display: grid;
        grid-template-columns: 300px 365px 260px;
        grid-template-rows: 100px 200px;
        grid-template-areas: 
        "A C D"
        "B C D";
                 
    }

    .inf_ein_01{
        grid-area: A;
        width: 300px;
        height: 100px;
        background-color: rgba(102, 51, 153, 0.623);
    }

    .inf_ein_02{
        grid-area: B;
        width: 300px;
        height: 300px;
        background-color: rgba(108, 63, 153, 0.877);
    }

    .inf_ein_03{
        grid-area: C;
        width: 365px;
        height: 400px;
        background-color: rgba(103, 62, 145, 0.623);

    }

    .inf_ein_04{
        grid-area: D;
        width: 285px;
        height: 400px;
        background-color: rgba(81, 9, 153, 0.623);
    }

    .inf_ein_name{
        height: 120px;
        width: 280px;
        margin-right: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        background-color: gray;
    }
    .inf_ein_name_name{
        height: 22px;
        width: 280px;
        margin-top: 2px;
        padding-top: 0px;
        
        
        background-color: rgb(201, 146, 146);
        text-align: center;
    }
    .leben_out{ 
        height: 22px;
        margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        background-color: rgb(157, 211, 157);
    }
    .leben_wert{
        width: 300px;
    }
   
    .erfahrung_out{ 
        height: 22px;
       
        margin-top: 2px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        background-color: rgb(210, 211, 157); 
    }
    .erfahrung_wert{
        width: 300px;
    }

    .inf_ein_action_box{               
            display: flex;
            align-content: flex-start;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;
            row-gap: 2px;
            column-gap: 2.5px;
            height: 122px;
            width: 247.5px;;
            margin-left: auto;
            margin-right: auto; 
            margin-bottom:0px;
            margin-top: 20px;
            padding: 0px;
            z-index: -2;    
            background-color: rgba(245, 164, 164, 0.541); 
            
    }
    .inf_ein_action{
        -webkit-box-flex: 0;
        height: 60px;
        width: 60px;
        position: relative;
        z-index: 1;
        background-color: rgba(143, 32, 32, 0.541); 
    }
    .inf_ein_action_img{
        height: 60px;
        width: 60px;
        position: absolute;
        background-color: rgba(32, 80, 143, 0.541);
        
    }
    .inf_status_box{
        height: 400px;
        width: 365px;
        background-color: gray;

    }
    .inf_status_werte_box{
        height: 380px;
        width: 345px;
        background-color: rgb(124, 79, 79);
        margin-left: 10px;
        margin-top: 10px;
        padding-bottom: -10px;
        position: absolute;
    }
    .inf_status_wrapper{               
        display: flex;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        column-gap: 2.5px;
        
        z-index: -2;    
        background-color: rgba(245, 164, 164, 0.541); 
    }
    .inf_status_inhalt_bezeichung{
        -webkit-box-flex: 0;
        height: 25px;
        width: 120px;
        text-align: center;
        padding-top: 5px;
        background-color: rgba(183, 245, 164, 0.541);
    }
    .inf_status_inhalt_wert{
        -webkit-box-flex: 0;
        height: 25px;
        width: 220px;
        padding-top: 5px;
        background-color: rgba(183, 245, 164, 0.541);
    }
    .ing_beschreibungs_box{
        width: 265px;
        height: 380px;
        background-color: rgb(142, 104, 212);
        margin: 10px;
        
    }

    .inf_beschreibungs_name{
        -webkit-box-flex: 0;
        width: 100%;
        height: 50px;
        background-color: rgb(123, 80, 204);
    }
    .inf_beschreibungs_beschreibung{
        -webkit-box-flex: 0;

        width: 100%;
        height: 325px;
        background-color: rgb(79, 52, 131);
        margin-top: 5px;
    }
    
    
  

    .wrapper_img_e_info{
        padding-left: 40px;

    }
    
    .img_e_info{
        position: absolute;
        width: 90px;
        height: 90px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .wrapper_inventar_info{
        
        padding-top: 15px;
        padding-left: 150px;
        
    }
    .img_inventar_info{
        position: absolute;
        font-size: 14px;
        width: 70px;
        height: 70px;
        background-color: rgba(131, 131, 131, 0.384);
    }
/* Info Einheit Bewegen */
    
    .inf_ein_bewegen{
        width: 365px;
        height: 400px;
        position: absolute;       
        background-color: rgba(255, 192, 203, 0.397);  
    } 
    .inf_ein_bewegen_hex{
        width: 345px;
        height: 250px;
        padding-top: 60px;
        margin-top:10px;
        margin-bottom: 0px;
        margin-left: 10px;
        background-color: rgba(255, 192, 203, 0.397);  
    } 

    .inf_ein_hex_img{
        object-fit: cover;
        object-position: center;
        -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
        clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); 
        width: 100%;
        display: block;
        position: absolute;
        z-index: -1;
        border: 0px 0px 0px 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
        font-size: 8px
        }

    .inf_ein_bewegen_tbl_01{
        display: -webkit-box;
        margin-top: 0px;
        margin-left: 45px;
        margin-bottom: 0px;
        margin-right: 0px;
        
        }
    
    .inf_ein_bewegen_tbl_02{
        display: -webkit-box;
        margin-top: 95px;
        margin-left: 45px;
        margin-bottom: 0px;
        margin-right: 0px;
        }
    .inf_ein_bewegen_tbl_03{
        display: -webkit-box;
        margin-top: 0px;
        margin-left: 125px;
        margin-bottom: 30px;
        margin-right: 0px;
    }
    
    .inf_ein_hex_01_01{  
            -webkit-box-flex: 0;
            flex: 0 1 100px;
            max-width: 100px;
            width: 100px;
            position: relative;
            text-align: center;
            z-index: 1;
    }

    .inf_ein_hex_01_02{  
        -webkit-box-flex: 0;
        flex: 0 1 100px; 
        max-width: 100px;
        width: 100px;
        height: 0px;
        position: relative;
        text-align: center;
        z-index: 1;
        margin-top: -50px;
        margin-left: -20px;
        margin-right: -0px;
    }

    .inf_ein_hex_01_03{  
        -webkit-box-flex: 0;
        flex: 0 1 100px; 
        max-width: 100px;
        width: 100px;
        position: relative;
        text-align: center;
        z-index: 1;
        
        margin-left: -20px;
    }
 
    .inf_ein_hex_03_02{  
        -webkit-box-flex: 0;
        flex: 0 1 100px; 
        max-width: 100px;
        width: 100px;
        height: 0px;
        position: relative;
        text-align: center;
        z-index: 1;
        margin-top: 45px;
        margin-left: 0px;
    }
    .inf_ein_bewgenbtn_00{
        width: 345px;
        height: 60px;

        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 10px;

        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        background-color: lightblue;
    } 
    .inf_ein_bewgenbtn_01{
        width: 130px;
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: rgb(255, 215, 192);
    }
    .inf_ein_bewgenbtn_img{
        width: 130px;
        height: 50px;
        position: absolute;
        
    } 

    .inf_ein_bewgenbtn_02{
        width: 130px;
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: rgb(192, 255, 195);   
    } 

    .inf_ein_bewegen_werte_wrapper{
        width: 285px;
        height: 400px;
        position: absolute;
        background-color: palegoldenrod;
    }
    .inf_ein_bewegen_werte_box{
        width: 265px;
        height: 210px;

        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 2.5px;
        row-gap: 5px;

        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 10px;
        background-color: rgb(211, 197, 39);
    }
    .inf_ein_bewegen_werte_beizeichnung{
        height: 25px;
        width: 200px;
        text-align: center;
        padding-top: 5px;
        background-color: rgb(119, 112, 30);
    }
    .inf_ein_bewegen_werte_Wert{
        height: 25px;
        width: 50px;
        text-align: center;
        padding-top: 5px;
        background-color: rgb(119, 112, 30);
    }

/* Info Einheit Ressourcen*/
    

.inf_ein_ress_werte_wrapper{
    width: 365px;
    height: 400px;
    position: absolute;
    background-color: palegoldenrod;
}
.inf_ein_ress_werte_box{
    width: 345px;
    height: 380px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2.5px;
    row-gap: 5px;

    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-color: rgb(211, 197, 39);
}

.inf_ein_ress_werte_beizeichnung{
    height: 25px;
    width: 200px;
    text-align: center;
    padding-top: 5px;
    background-color: rgb(119, 112, 30);
}
.inf_ein_ress_werte_Wert_A{
    height: 25px;
    width: 85px;
    text-align: center;
    padding-top: 5px;
    background-color: rgb(119, 112, 30);
}
.inf_ein_ress_werte_Wert_B{
    height: 25px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
    background-color: rgb(119, 112, 30);
}

    .inf_ein_ressourcen{
        width: 285px;
        height: 400px;
        position: absolute;
        margin-left: 0px;       
        background-color: rgba(192, 255, 250, 0.397);  
    } 

    .inf_ein_ressourcen_box{
        width: 280px;
        height: 170px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        margin-top:10px;
        margin-bottom: 0px;
        margin-left: 2.5px;
        
        background-color: rgba(192, 251, 255, 0.397);  
    }
    .inf_ein_ressourcen_wrapper{
        width: 260px;
        height: 170px;
        margin-left: 10px;
        background-color: rgba(192, 251, 255, 0.966); 
        display: flex;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 10px;
        row-gap: 10px;
    
    }
    .inf_ein_ress_element{
        width: 80px;
        height: 80px;
        background-color: rgb(255, 192, 192);
    }
    .inf_ein_ress_img{
        width: 80px;
        height: 80px;
        position: absolute;
    } 

    .inf_ein_ress_btn_00{
        width: 280px;
        height: 60px;

        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 10px;

        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 2.5px;
        background-color: lightblue;
    } 
    .inf_ein_ress_btn_01{
        width: 100px;
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: rgb(255, 192, 192);
    }
    .inf_ein_ress_btn_img{
        width: 100px;
        height: 50px;
        position: absolute;
        
    } 

    .inf_ein_ress_btn_02{
        width: 100px;
        height: 50px;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: rgb(212, 255, 192);
        
        
    }

/* Info Einheit Steuern Eintreiben */

.inf_ein_steuer_werte_wrapper{
    width: 365px;
    height: 400px;
    position: absolute;
    background-color: palegoldenrod;
}
.inf_ein_steuer_werte_box{
    width: 345px;
    height: 65px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2.5px;
    row-gap: 5px;

    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-color: rgb(211, 197, 39);
}

.inf_ein_steuer_werte_beizeichnung{
    height: 25px;
    width: 210px;
    text-align: center;
    padding-top: 5px;
    background-color: rgb(119, 112, 30);
}
.inf_ein_steuer_werte_Wert_A{
    height: 25px;
    width: 120px;
    text-align: center;
    padding-top: 5px;
    background-color: rgb(119, 112, 30);
}


.inf_ein_steuernbtn_00{
    width: 345px;
    height: 60px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;

    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-color: rgb(117, 149, 160);
} 
.inf_ein_steuernbtn_01{
    width: 130px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(255, 215, 192);
}
.inf_ein_steuernbtn_img{
    width: 130px;
    height: 50px;
    position: absolute;
} 

.inf_ein_steuernbtn_02{
    width: 130px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(192, 255, 195); 
} 

/* Info Einheiten Angriff*/

.inf_ein_angriff_wrapper{
    width: 365px;
    height: 400px;
    padding-top: 00px;
    padding-bottom: 0px;
    padding-left: 00px;
    margin-top:0px;
    margin-bottom: 0px;
    margin-left: 0px;
    position: absolute;
    background-color: rgba(192, 251, 255, 0.397);  
}
.inf_ein_angriff_box_header{
    width: 160px;
    height: 20px;
    margin-left: 100px;
    margin-top: 20px;
    
    text-align: center;
    background-color: rgba(32, 223, 236, 0.966);
}
.inf_ein_angriff_box_wrapper{
    width: 160px;
    height: 207.5px;
    margin-left: 100px;
    background-color: rgba(32, 222, 236, 0.507);
    position: absolute;
}
.inf_ein_angriff_box{
    width: 100px;
    height: 207.5px;
    margin-left: 30px;
    padding-left:0px;
    margin-right: 0px;
    
    
    background-color: rgba(192, 251, 255, 0.377); 
    display: grid;
    grid-template-columns: 50px 50px;
    grid-template-rows: 50px 50px 50px 50px;
    grid-template-areas: 
        "A B"
        "C D"
        "E F"
        "G H";
    column-gap: 0px;
    row-gap: 2.5px;
}
.inf_ein_angriff_btn_img{
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: rgb(91, 85, 141);
}
.inf_ein_angriff_btn_1{
    grid-area: A;
    height: 50px;
    width: 50px;
    background-color: palegoldenrod;
}
.inf_ein_angriff_box_1{
    grid-area: B;
    height: 50px;
    width: 50px;
    background-color: palegoldenrod;
}

.inf_ein_angriff_btn_2{
    grid-area: C;
    height: 50px;
    width: 50px;
    background-color: palegoldenrod;
}
.inf_ein_angriff_box_2{
    grid-area: D;
    height: 50px;
    width: 50px;
    background-color: palegoldenrod;
}

.inf_ein_angriff_btn_3{
    grid-area: E;
    height: 50px;
    width: 50px;
    background-color: palegoldenrod;
}
.inf_ein_angriff_box_3{
    grid-area: F;
    height: 50px;
    width: 50px;
    background-color: rgba(208, 238, 170, 0.562);
}

.inf_ein_angriff_btn_4{
    grid-area: G;
    height: 50px;
    width: 50px;
    background-color: palegoldenrod;
}
.inf_ein_angriff_box_4{
    grid-area: H;
    height: 50px;
    width: 50px;
    background-color: rgba(238, 191, 170, 0.726);
}

.inf_ein_angriff_box_2_header{
    width: 345px;
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    margin-top: 220px;
    text-align: center;
    background-color: rgba(32, 223, 236, 0.966);
}
.inf_ein_angriff_box_2_wrapper{
    width: 345px;
    height: 100px;
    margin-left: 10px;
    margin-top: 0px;
    background-color: rgba(32, 222, 236, 0.507);
    
}
.inf_ein_angriff_box_2_dropdown{
    height: 25px;
    width: 340px;
    margin-left: 2.5px;
    margin-top: 2.5px;
}
.inf_ein_angriff_btn_00{
    width: 340px;
    height: 60px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;

    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 2.5px;
    background-color: lightblue;
} 
.inf_ein_angriff_btn_01{
    width: 100px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(255, 192, 192);
}
.inf_ein_angriff_btn1_img{
    width: 100px;
    height: 50px;
    position: absolute;
    
} 

.inf_ein_angriff_btn_02{
    width: 100px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(212, 255, 192);
    
    
}

.inf_ein_angriff_werte_wrapper{
    width: 285px;
    height: 400px;
    position: absolute;
    background-color: rgba(148, 34, 34, 0.644);
}
.inf_ein_angriff_werte_box{
    width: 265px;
    height: 100px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2.5px;
    row-gap: 5px;

    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-color: rgba(209, 122, 122, 0.644);
}
.inf_ein_angiff_werte_beizeichnung{
    height: 25px;
    width: 200px;
    text-align: center;
    padding-top: 5px;
    background-color: rgba(209, 122, 122, 0.644);
}
.inf_ein_angriff_werte_Wert{
    height: 25px;
    width: 50px;
    text-align: center;
    padding-top: 5px;
    background-color: rgba(209, 122, 122, 0.644);
}

/* Verhalten allgemein */

.inf_ein_verhalten_00{
    width: 365px;
    height: 400px;
    position: absolute;       
    background-color: rgba(255, 192, 203, 0.397);  
} 
.inf_ein_verhalten_01{
    width: 345px;
    height: 250px;
    padding-top: 60px;
    margin-top:10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-color: rgba(255, 192, 203, 0.397);  
}
.inf_ein_verhaltenbtn_00{
    width: 345px;
    height: 60px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;

    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-color: lightblue;
} 
.inf_ein_verhaltenbtn_01{
    width: 130px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(255, 215, 192);
}
.inf_ein_verhaltenbtn_img{
    width: 130px;
    height: 50px;
    position: absolute;
    
} 

.inf_ein_verhaltenbtn_02{
    width: 130px;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: rgb(192, 255, 195);   
} 

.inf_ein_verhalten_werte_wrapper{
    width: 285px;
    height: 400px;
    position: absolute;
    background-color: rgba(148, 34, 34, 0.644);
}
.inf_ein_verhalten_werte_box{
    width: 265px;
    height: 30px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2.5px;
    row-gap: 5px;

    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-color: rgba(209, 122, 122, 0.644);
}
.inf_ein_verhalten_werte_beizeichnung{
    height: 25px;
    width: 165px;
    text-align: center;
    padding-top: 5px;
    background-color: rgba(209, 122, 122, 0.644);
}
.inf_ein_verhalten_werte_Wert{
    height: 25px;
    width: 95px;
    text-align: center;
    padding-top: 5px;
    background-color: rgba(209, 122, 122, 0.644);
}

.Debug{
    width: 925px;
}