.Kampf{               
    height: 740px;
    width: 950px;
    margin-left: 0px;
    padding-left:0px;
    margin-right: 0px;
    padding-top:0px;
    background-color: rgba(228, 195, 195, 0);
}

.Kampf_Topleiste{
    height: 45px;
    width: 950px;
    
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

    background-color: rgba(92, 25, 25, 0.349);
    
    border-color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;


}
.Kampf_Inhalt_Navigator_Kategorien_Ansicht_fix{
    height: 40px;
    width: 300px;
    position: relative;
    margin-top: 5px;
    
    display: flex;
    align-content: flex-start;
    justify-content: left;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */



}
.Kampf_Inhalt_Navigator_Kategorien_Ansicht_fix2{
    height: 40px;
    width: 300px;
    position: relative;
    margin-top: 5px;
    
    display: flex;
    align-content: flex-end;
    justify-content: right;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

}

.Kampf_Inhalt_Navigator_Kategorien_Ansicht_fix3{
    height: 40px;
    width: 350px;
    position: relative;
    margin-top: 5px;
    
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

}

.Kampf_Inhalt_Navigator_Kategorien_Ansicht{
    height: 35px;
    width: 180px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

    background-color: rgba(102, 102, 102, 0.397);

    border-color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.Kampf_Btn_01{
    height: 25px;
    width: 70px;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    filter: contrast(100%) brightness(120%);
    position: relative;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: normal;
    font-size: 10px;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 0px #dddddd; 
}

.Kampf_Btn_02{
    height: 25px;
    width: 70px;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    filter: contrast(100%) brightness(100%);
    position: relative;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: bold;
    font-size: 10px;
    color: rgb(255, 255, 255);
    text-shadow: 0px 0px 3px #dddddd; 
}


.Kampf_Bauen_Hauptbox_Wrapper{
    height: 660px;
    width: 952px;
    
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.ANGR_Haupt_Kategorie{
    width: 949px;
    margin-top: 5px;
    background-color: rgb(129, 129, 129);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}
.ANGR_Haupt_Kategorie_titel{
    height: 30px;
    width: 949px;
    padding-top: 10px;
    
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    
    border-style: solid;
    
}

.ANGR_Haupt_Kategorie_Inhalt{
    height: 400px;
    width: 910px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.363);
    display: flex;
    align-content: flex-start;
    
    flex-direction: row-reverse;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    z-index: -2;
}
.ANGR_Haupt_Kategorie_Inhalt::-webkit-scrollbar { /* Scrollbars für Chrome */
    display: none; 
}

.ANGR_Haupt_Kategorie_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_Details{
    width: 900px;
    cursor: pointer;
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
    background-color: rgb(102, 102, 102);
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E0{
    width: 890px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    
    
    background-color: rgba(102, 102, 102, 0);
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E1_img{
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.452);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    position: relative;
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E1{
    padding-top:0px;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    border: 0px;
    background-color: rgba(238, 255, 0, 0);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgb(1, 232, 240);
    text-shadow: 0px 0px 4px #000000;  
}
.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E1_ico{
    padding:5px;
    width: 20px;
    height: 20px;
    position: relative;
    text-align: center;
    border: 0px;
    background-color: rgba(73, 73, 73, 0);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgb(1, 232, 240);
    text-shadow: 0px 0px 4px #000000;  
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E2{
    padding-top: 7px;
    padding-bottom: 5px;
    width: 50px;
    height: 18px;
    position: relative;
    text-align: center;
    
    background-color: rgba(51, 196, 38, 0);
    text-align: left;
    font-size: 16px;
    
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E3{
    padding-top: 7px;
    padding-bottom: 5px;
    margin-left: 5px;
    width: 355px;
    height: 18px;
    position: relative;
    text-align: left;
    font-weight: bold;
    background-color: rgba(250, 19, 19, 0);
    font-size: 16px;
     
    color: rgb(17, 17, 17) 
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E4{
    width: 880px;
    height: auto;
    display: flex;
    padding: 10px;
    align-content: flex-start;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgb(49, 49, 49);
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E5{
    padding-top: 7px;
    padding-bottom: 5px;
    width: 200px;
    height: 18px;
    position: relative;
    border: 0px;
    background-color: rgba(250, 250, 250, 0.397);
    font-size: 12px;
    text-align: center;
    color: rgb(17, 17, 17);
}
.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E6{
    padding-top: 7px;
    padding-bottom: 5px;
    width: 550px;
    height: 18px;
    position: relative;
    border: 0px;
    background-color: rgba(250, 250, 250, 0.397);
    font-size: 12px;
    text-align: center;
    color: rgb(17, 17, 17); 
}
.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E7{
    padding-top: 7px;
    padding-bottom: 5px;
    width: 100px;
    height: 18px;
    position: relative;
    border: 0px;
    background-color: rgba(250, 250, 250, 0.397);
    font-size: 12px;
    text-align: center;
    color: rgb(17, 17, 17);
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E8{
    width: 530px;
    height: auto;
    
    padding: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    text-align: center;
    color: rgb(180, 180, 180);
    background-color: rgb(49, 49, 49);
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E9_img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: rgb(116, 116, 116);
    border-color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
    position: relative;
}

.ANGR_Haupt_Kategorie_Box_Button_Inhalt_EFFEKTE_W1_E9{
    padding-top:0px;
    width: 30px;
    height: 30px;
    position: absolute;
    text-align: center;
    border: 0px;
    background-color: rgba(238, 255, 0, 0);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgb(1, 232, 240);
    text-shadow: 0px 0px 4px #000000;  
}