

.Karte_Haupt_Region{
    width: 950px;
    margin-top: 5px;
    background-image: url('/img/ui/bauen/brett_kategorie.png');
    filter: contrast(82%);
    background-color: rgba(122, 115, 17, 0);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}
.Karte_Haupt_Region_titel{
    height: 30px;
    width: 950px;
    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;
}

.Karte_Region_Inhalt{
    height: 350px;
    width: 910px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    background-color: rgba(145, 145, 145, 0);
    display: flex;
    align-content: flex-start;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 15px;
    z-index: -2;
}
.Rekrutieren_Kategorie_Inhalt::-webkit-scrollbar { /* Scrollbars für Chrome */
    display: none; 
}

.Karte_Region_INFO{
    height: 310px;
    width: 260px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(37, 37, 37);
    background-image: url('/img/ui/bauen/bau_frame.png');
    filter: contrast(120%) brightness(100%);
    background-position: center;
    background-size: cover;
}

.Karte_Region_INFO_W{
    width: 245px;
    height: 300px;
    margin-left: 5px;
    margin-top: 5px;
    position: absolute;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    background-color: rgba(148, 137, 160, 0);
}

.Karte_Region_INFO_IMG_E{
    
    flex: 0 1 100px;
    max-width: 180px;
    width: 245px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-top: 0px;
    margin-left: 30px;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 139, 0);   
}

.Karte_Region_INFO_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;
}

.Karte_Region_INFO_W2{
    width: 245px;
    height: 130px;
    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);
}

.Karte_Region_INFO_E2{
    padding-top: 5px;
    width: 245px;
    height: 20px;
    position: relative;
    text-align: center;
    border: 0px;
    background-color: rgba(73, 73, 73, 0.527);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgb(1, 232, 240);
    text-shadow: 0px 0px 4px #000000;
    border-color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.Karte_Region_INFO_E2_BTN{
    padding-top: 5px;
    margin-top: 5px;
    width: 120px;
    height: 30px;
    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_Einnehmen_W2_BTN_Kosten{
    height: 40px;
    width: 240px;
    margin-left:0px;
    margin-right:0px;
    
    background-color: rgb(87, 87, 87);
    display:flex;
    align-content: flex-start;
    justify-content: center;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd;
    cursor: not-allowed;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.KARTE_REGION_Einnehmen_Kosten_img{
    height: 20px;
    width: 20px;
    margin:5px;
    padding-top:5px;
}

.KARTE_REGION_Einnehmen_Kosten_Wert{
    height: 20px;
    width: 40px;
    padding-top:10px;
    margin:2.5px;
    
    text-align: left; 
    font-weight: bold;
    color: rgb(255, 216, 88);
    text-shadow: 0px 0px 4px #dddddd;
    background-color: rgba(201, 73, 73, 0);
    z-index: 0;   
}

.KARTE_REGION_Einnehmen_Kosten_0{
    height: 20px;
    width: 60px;
    padding-top:10px;
    padding-left: 5px;
    margin:2.5px;
    text-align: left; 
    font-weight: bold;
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd;
    background-color: rgba(201, 73, 73, 0);
    z-index: 0;   
}








.Karte_Region_Inhalt_Box{
    height: 320px;
    width: 570px;
    margin-left: 10px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(6, 6, 212, 0);
    border-color: black;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 4px;
    filter: contrast(120%) brightness(100%);
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.Karte_Region_Inhalt_Box_Button_Leiste{
    height: 29px;
    width: 560px;
    padding: 5px;
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    
    background-color: rgba(68, 68, 68, 0.5);
    border-bottom: 1px solid rgb(0, 0, 0);
}

.Karte_Region_Inhalt_Box_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_Inhalt_Box_Button_Small{
    height: 20px;
    width: 80px;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    position: relative;
    border: 0px;
    font-size: 11px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd; 
}
.Karte_Region_Inhalt_Box_Button_Small_Position{
    height: 20px;
    width: 20px;
    position: relative;
    border: 0px;
    font-size: 11px;
    background-color: rgba(153, 63, 63, 0.986);
    cursor: pointer;
    text-align: center; 
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd; 
    border: 0.5px solid rgb(0, 0, 0);
}



.Karte_Region_Inhalt_Box_Button_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_Inhalt_Box_Button_Aktiv{
    border: 1px solid rgb(221, 217, 4);
    border-radius: 5px;
    position: relative;
    height: 30px;
    width: 100px;
}

.Karte_Region_Inhalt_Box_Button_Passiv{
    
    position: relative;
    height: 30px;
    width: 100px;
}

.Karte_Region_Inhalt_Box_Button_Aktiv_Small{
    border: 1px solid rgb(221, 217, 4);
    border-radius: 5px;
    position: relative;
    height: 22px;
    width: 80px;
}
.Karte_Region_Inhalt_Box_Button_Passiv_Small{
    
    position: relative;
    height: 22px;
    width: 80px;
}

.Karte_Region_Inhalt_Box_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_Inhalt_Box_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_Inhalt_Box_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_Inhalt_Box_Button_I{
    height: auto;
    width: 500px;
    position: absolute;
    z-index: 1;
    background-color: rgba(73, 128, 201, 0);
}
.Karte_Region_Inhalt_Box_Button_I1{
    height: 30px;
    width: 500px;
    padding-top: 5px;
    
    background-color: rgb(170, 170, 170);
}
.Karte_Region_Inhalt_Box_Button_I2{
    height: auto;
    max-height: 400px;
    width: 500px;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(107, 107, 107, 0);
}
.Karte_Region_Inhalt_Box_Button_I3{
    height: 35px;
    width: 500px;
    padding-top: 5px;
    background-color: rgb(170, 170, 170);
}

.Karte_Region_Inhalt_Box_Button_I2_1{
    height: 110px;
    width: 180px;
    margin-top: 0px;
    padding: 10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5px;
    column-gap: 2.5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgb(63, 63, 63);

}
.Karte_Region_Inhalt_Box_Button_I2_2{
    height: 110px;
    width: 180px;
    margin-top: 0px;
    padding: 10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5px;
    column-gap: 2.5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgb(63, 63, 63);

}
.Karte_Region_Inhalt_Box_Button_I2_3{
    height: 110px;
    width: 80px;
    margin-top: 0px;
    padding: 10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5px;
    column-gap: 2.5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgb(63, 63, 63);
}

.Karte_Region_Inhalt_Box_Button_I2_4{
    height: auto;
    width: 500px;
    margin-top: 0px;
    padding: 10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5px;
    column-gap: 2.5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgb(63, 63, 63);
}

.Karte_Region_Inhalt_Box_Button_I2_1_element_W{
    height: 30px;
    width: 480px;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    background-color: rgb(132, 132, 133);
}

.Karte_Region_Inhalt_Box_Button_I2_1_element{
    height: 30px;
    width: 30px;
    margin: 0px;
    padding: 0px;
    position: relative;
    border-radius: 5px;
    background-color: rgba(112, 255, 55, 0);
}

.Karte_Region_Inhalt_Box_Button_I2_1_element_img{
    height: 30px;
    width: 30px;
    margin-left: -15px;
    padding: 0px;
    background-color: rgba(112, 255, 55, 0);
    position: absolute;
    border-radius: 5px;
}

.Karte_Region_Inhalt_Box_Button_I2_1_element2{
    height: 25px;
    width: 119px;
    margin: 0px;
    padding-top: 5px;
    position: relative;
    background-color: rgba(218, 255, 55, 0);
}

.Karte_Region_Inhalt_Box_Button_I2_1_element3{
    height: 25px;
    width: 329px;
    margin: 0px;
    padding-top: 5px;
    position: relative;
    background-color: rgba(238, 55, 255, 0);
}






.Karte_Region_Inhalt_Box_Button_Inhalt{
    height: 280px;
    width: 570px;
    margin-top: 0px;
    display: flex;   
    background-color: rgba(80, 80, 80, 0);
}

/* Region - Info */

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO{
        height: 260px;
        width: 550px;
        margin-top: 0px;
        padding:    10px;
        background-color: rgba(255, 0, 0, 0);
        display: flex;
        align-content: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_W1{
        width: 260px;
        height: 260px;
        margin-right: 10px;
        margin-top: 0px;
        display: flex;
        align-content: flex-start;
        justify-content: start;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2.5px;
        background-color: rgb(0, 139, 109);
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_W1_E1{
        padding-top:5px;
        width: 260px;
        height: 25px;
        position: relative;
        text-align: center;
        border: 0px;
        background-color: rgba(73, 73, 73, 0.527);
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: rgb(1, 232, 240);
        text-shadow: 0px 0px 4px #000000;
        
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_W1_E2{
        padding-top: 5px;
        width: 160px;
        height: 25px;
        position: relative;
        text-align: center;
        border: 0px;
        background-color: rgba(73, 73, 73, 0.527);
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: rgb(1, 232, 240);
        text-shadow: 0px 0px 4px #000000;
        
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_W1_E3{
        padding-top: 5px;
        width: 100px;
        height: 25px;
        position: relative;
        text-align: center;
        border: 0px;
        background-color: rgba(73, 73, 73, 0.527);
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        color: rgb(1, 232, 240);
        text-shadow: 0px 0px 4px #000000;
        
    }


    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_W2{
        height: 210px;
        width: 280px;
        
        display: grid;
            grid-template-columns: 120px 30px 100px 30px;
            grid-template-rows:    30px 30px 30px 30px 30px 30px 30px;
            grid-template-areas: 
                    
                    "A A A A"
                    "B C D E"
                    "F G H I"
                    "J K L M"
                    "N O P Q"
                    "R S T U"
                    "V W X Y";

            column-gap: 0px;
            row-gap: 0px;
        background-color: rgba(110, 21, 21, 0.575);
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E1{
        grid-area: A;
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E2{
        grid-area: B;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E3{
        grid-area: C;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E4{
        grid-area: D;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E5{
        grid-area: E;
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E6{
        grid-area: F;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E7{
        grid-area: G;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E8{
        grid-area: H;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E9{
        grid-area: I;    
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E10{
        grid-area: J;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E11{
        grid-area: K;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E12{
        grid-area: L;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E13{
        grid-area: M;
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E14{
        grid-area: N;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E15{
        grid-area: O;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E16{
        grid-area: P;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E17{
        grid-area: Q;
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E18{
        grid-area: R;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E19{
        grid-area: S;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E20{
        grid-area: T;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E21{
        grid-area: U;
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E22{
        grid-area: V;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E23{
        grid-area: W;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E24{
        grid-area: X;
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_INFO_E25{
        grid-area: Y;
    }


/* Region - Gebäude */

    .Karte_Region_Inhalt_Box_Button_Inhalt_GEBÄUDE{
        height: 260px;
        width: 550px;
        margin-top: 0px;
        padding:    10px;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 5px;
        column-gap: 5px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background-color: rgba(201, 191, 191, 0);
    }

    .Karte_Region_Gebäude_Element{
        height: 55px;
        width: 55px;
        background-color: rgba(238, 224, 28, 0);
        position: relative;
    }

    .Karte_Region_Gebäude_Element_img{
        height: 55px;
        width: 55px;
        position: absolute;
        filter: contrast(100%) brightness(100%);
        background-color: rgba(149, 243, 62, 0);
    }

    .Karte_Region_Gebäude_Element_img_bau{
        height: 55px;
        width: 55px;
        position: absolute;
        filter: contrast(100%) brightness(100%);
        background-image: linear-gradient(to bottom, rgba(57, 126, 0, 0.74) 0%, rgba(0, 0, 0, 0) 40%);
    }

    .Karte_Region_Gebäude_Element_img_abriss{
        height: 55px;
        width: 55px;
        position: absolute;
        background-image: linear-gradient(to bottom, rgba(126, 0, 0, 0.76) 0%,  rgba(0, 0, 0, 0) 40%);
        background-color: rgba(149, 243, 62, 0);
    }

    .Karte_Region_Gebäude_Element_img_zerstört{
        height: 55px;
        width: 55px;
        position: absolute;
        filter: grayscale(100%);
        background-color: rgba(0, 0, 0, 0.623);
    }

/* Region - Effekte */

    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE{
        height: 260px;
        width: 550px;
        margin-top: 0px;
        padding:    10px;
        display: flex;
        align-content: flex-start;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 0px;
        column-gap: 0px;
        background-color: rgba(199, 108, 207, 0);
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1{
        width: 550px;
        height: 260px;
        margin-right: 0px;
        margin-top: 0px;
        display: flex;
        align-content: flex-start;
        justify-content: start;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2px;
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        background-color: rgba(0, 139, 109, 0);
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_Details{
        width: 548px;
        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);
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_E0{
        width: 550px;
        height: 30px;
        display: flex;
        align-content: flex-start;
        justify-content: start;
        flex-direction: row;
        flex-wrap: wrap;
        
        
        background-color: rgba(102, 102, 102, 0);
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_E1{
        padding-top:0px;
        width: 30px;
        height: 30px;
        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;  
    }
    .Karte_Region_Inhalt_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;  
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_E2{
        padding-top: 7px;
        padding-bottom: 5px;
        width: 420px;
        height: 18px;
        position: relative;
        text-align: center;
        
        background-color: rgba(250, 250, 250, 0);
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        

        
    }

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

    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_E4{
        width: 530px;
        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);
    }

    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_E5{
        padding-top: 7px;
        padding-bottom: 5px;
        width: 80px;
        height: 18px;
        position: relative;
        border: 0px;
        background-color: rgba(250, 250, 250, 0.397);
        font-size: 16px;
        text-align: center;
        color: rgb(17, 17, 17);
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_E6{
        padding-top: 7px;
        padding-bottom: 5px;
        width: 170px;
        height: 18px;
        position: relative;
        border: 0px;
        background-color: rgba(250, 250, 250, 0.397);
        font-size: 16px;
        text-align: center;
        color: rgb(17, 17, 17); 
    }
    .Karte_Region_Inhalt_Box_Button_Inhalt_EFFEKTE_W1_E7{
        padding-top: 7px;
        padding-bottom: 5px;
        width: 220px;
        height: 18px;
        position: relative;
        border: 0px;
        background-color: rgba(250, 250, 250, 0.397);
        font-size: 16px;
        text-align: center;
        color: rgb(17, 17, 17);
    }

    .Karte_Region_Inhalt_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);
    }

/* Region - Anschlagtafel */

.Karte_Region_Inhalt_Box_Button_Inhalt_ANSCHLAGTAFEL{
    height: 260px;
    width: 550px;
    margin-top: 0px;
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(108, 207, 108, 0.678);
}

.Karte_Region_Inhalt_Box_Button_Inhalt_ANSCHLAGTAFEL_W1{
    width: 550px;
    height: 260px;
    margin-right: 0px;
    margin-top: 0px;
    display: flex;
    align-content: flex-start;
    justify-content: start;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    row-gap: 2px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(0, 139, 109, 0.219);
}
.Karte_Region_Inhalt_Box_Button_Inhalt_ANSCHLAGTAFEL_W1_E1{
    padding-top:0px;
    width: 550px;
    height: 30px;
    position: relative;
    text-align: center;
    border: 0px;
    background-color: rgba(73, 73, 73, 0.233);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgb(1, 232, 240);
    text-shadow: 0px 0px 4px #00000000;
    
}

.Karte_Region_Inhalt_Box_Button_Inhalt_ANSCHLAGTAFEL_W1_E2{
    padding-top: 5px;
    width: 550px;
    height: 25px;
    position: relative;
    text-align: center;
    border: 0px;
    background-color: rgba(73, 73, 73, 0.993);
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: rgb(1, 232, 240);
    text-shadow: 0px 0px 4px #00000000;
    
}

.Karte_Region_Inhalt_Box_Button_Inhalt_ANSCHLAGTAFEL_W1_E3{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 550px;
    height: 25px;
    position: relative;
    text-align: center;
    border: 0px;
    background-color: rgb(145, 145, 145);
    font-size: 14px;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center; 
    color: rgb(17, 17, 17) 
}
.Karte_Region_Inhalt_Box_Button_Inhalt_ANSCHLAGTAFEL_W1_E4{
    padding: 5px;
    width: 550px;
    height: 25px;
    border: 0px;
    background-color: rgb(73, 73, 73);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.Karte_Region_Inhalt_Box_Button_Inhalt_ANSCHLAGTAFEL_W1_E4_Button{
    height: 25px;
    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 #dddddd00; 
}

/* Region - Lager */

.Karte_Region_Inhalt_Box_Button_Inhalt_LAGER{
    height: 260px;
    width: 550px;
    margin-top: 0px;
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(199, 108, 207, 0);
}

/* Region - Einnehmen */

.Karte_Region_Inhalt_Box_Button_Inhalt_EINNEHMEN{
    height: 260px;
    width: 550px;
    margin-top: 0px;
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(218, 243, 74, 0);
}

.Karte_Region_Inhalt_Box_Button_Inhalt_EINNEHMEN_W1{
    width: 200px;
    height: 260px;
    margin-right: 10px;
    margin-top: 0px;
    display: flex;
    align-content: flex-start;
    justify-content: start;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5px;
    background-color: rgba(0, 139, 109, 0.24);
}

.Karte_Region_Inhalt_Box_Button_Inhalt_EINNEHMEN_W2{
    height: 260px;
    width: 320px;
    margin-top: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(201, 191, 191, 0); 
    background-color: rgba(110, 21, 21, 0.575);
}

.Karte_Region_Einnehmen_Einheit_W{
    height: 50px;
    width: 265px;
    background-color: rgba(114, 114, 114, 0.555);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 0px;
    border-style: solid;
    position: relative;
}

.Karte_Region_Einnehmen_Einheit_IMG{
    height: 50px;
    width: 50px;
    background-color: rgba(41, 8, 8, 0);
    position: relative;
}


.Karte_Region_Einnehmen_Einheit_IMG_img{
    height: 50px;
    width: 50px;
    background-color: rgba(41, 8, 8, 0);
    position: absolute;
}

.Karte_Region_Einnehmen_Einheit_W2{
    height: 50px;
    width: 215px;
    background-color: rgba(104, 110, 21, 0);
    position: relative;
}

.Karte_Region_Einnehmen_Einheit_Typ{
    height: 20px;
    width: 215px;
    background-color: rgba(180, 190, 27, 0.575);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    padding-top: 5px;
    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    text-shadow: 0px 0px 5px #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-color: black;
    border-bottom: 0.5px solid rgb(0, 0, 0);
    border-radius: 0px;
    position: relative;
}
   


.Karte_Region_Einnehmen_Einheit_Typ2{
    height: 22px;
    width: 215px;
    padding-top: 2px;
    background-color: rgba(179, 190, 27, 0);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    
    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    position: relative;
}
    


.Karte_Region_Einnehmen_Einheit_ico{
    height: 22px;
    width: 22px;
    background-color: rgba(255, 255, 255, 0);
    
    position: relative;
}

.Karte_Region_Einnehmen_Einheit_ico2{
    height: 16px;
    width: 30px;
    padding-top: 2px;
    
    background-color: rgb(75, 75, 75);
    color:white;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    border: 0.5px solid rgb(0, 0, 0);
    border-style: solid;
    position: relative;
}

.Karte_Region_Einnehmen_Einheit_ico_img{
    height: 18px;
    width: 18px;
    background-color: rgba(255, 255, 255, 0.575);
    position: absolute;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}


/* Einheiten
#########################################################################
*/

.Karte_Haupt_Einheiten_Inhalt{
    width: 950px;
    height: auto;
    margin-top: 10px;
    filter: contrast(82%);
    background-color: rgba(122, 115, 17, 0);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}
.Karte_Haupt_Einheiten_Inhalt_Titel{
    height: 30px;
    width: 950px;
    margin-top: 0px;
    padding-top: 10px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0.514);
    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;
}

.Karte_Haupt_Einheiten_Inhalt_1{
    height: 90px;
    width: 910px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-top: 0px;
    background-color: rgba(145, 145, 145, 0); 
}
.Karte_Haupt_Einheiten_Inhalt_1_Box1W{
    height: 65px;
    width: 900px;
    margin-right: 0px;
    padding:    5px;
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(204, 3, 3, 0);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.Karte_Region_Einheiten_Element{
    order: 2;
    height: 80px;
    width: 60px;
    background-color: rgba(194, 194, 194, 0);
    position: relative;
}

.Karte_Region_Einheiten_img{
    height: 60px;
    width: 60px;
    position: absolute;
    filter: contrast(120%) brightness(100%);
    background-color: rgba(149, 243, 62, 0);
}

.Karte_Region_Einheiten_Anzahl{
    height: 15px;
    width: 60px;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgb(75, 75, 75);
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255)
}



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


.Karte_Einheit_Filter1_Button_W{
    height: 50px;
    width: 110px;
    background-color: rgba(201, 73, 73, 0);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    
}

.Karte_Einheit_Filter1_Button_W_img{
    height: 50px;
    width: 110px;
    position: absolute;
    border-color: black;
    border: 5px solid rgba(230, 183, 29, 0.822);
    border-radius: 4px;
    border-style: solid;
    position: relative;
}
.Karte_Einheit_Filter1_Button{
    height: 30px;
    width: 90px;
    margin-top: 5px;
    filter: 
        contrast(100%) 
        brightness(100%)
        ;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    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_Einheit_Filter1_Anzahl{
    height: 15px;
    width: 80px;
    margin-top: 37px;
    background-color: rgb(75, 75, 75);
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 255, 255);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 0px;
    border-style: solid;
    position: absolute;
}


.Karte_Haupt_Einheiten_Inhalt_2{
    height: 500px;
    width: 910px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 10px;
    background-color: rgba(5, 5, 5, 0);
    display: flex;
    align-content: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: -2;
}
.Karte_Haupt_Einheiten_Inhalt_2::-webkit-scrollbar { /* Scrollbars für Chrome */
    display: none; 
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_2{
    height: 490px;
    width: 570px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;

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

.Karte_Haupt_Einheiten_Inhalt_Titel2{
    height: 35px;
    width: 570px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.Karte_Haupt_Einheiten_Inhalt_Titel2_Aktion{
    height: 25px;
    width: 570px;
    margin-top: 0px;
    
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0);
    padding-top: 5px;
    color: rgb(255, 166, 0);
    background-color: rgba(104, 104, 104, 0.514);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;

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

/* Karte Einheiten Auswahl */

.Karte_Region_Inhalt_Box_Button_Inhalt_Einheiten{
    height: 453px;
    width: 570px;
    
    
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(197, 197, 197, 0.315);
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1{
    height: 490px;
    width: 319px;
    
    padding-top: 0px;
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;

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


.Karte_Haupt_Einheiten_Inhalt_Titel3{
    height: 30px;
    width: 320px;
    
    
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0);
    padding-top: 10px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0.514);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;

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

.Karte_Haupt_Einheiten_Inhalt_Titel3_Meldung{
    height: 30px;
    width: 320px;
    
    
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        color: rgb(255, 166, 0);
        text-shadow: 0px 0px 5px #000000;
        background-color: rgba(52, 52, 83, 0.473);
        border-bottom: 3px solid  rgb(80, 29, 29);
}



.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header1{
    height: 265px;
    width: 320px;
    margin-top: 5px;
    
    padding-left: 0px;
    
    padding: 5px;
    color: rgb(255, 166, 0);
    background-color: rgba(134, 134, 134, 0);   

    
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header1_W{
    height: 60px;
    width: 310px;
    
    display: flex;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 15px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(137, 214, 127, 0);   
}
.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header1_IMG_E_element{
    height: 60px;
    width: 60px;
    background-color: rgba(195, 214, 127, 0); 
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header1_IMG_E_img{
    height: 60px;
    width: 60px;
    position: absolute;
    background-color: rgba(195, 214, 127, 0); 
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header1_IMG_I{
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.575); 
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header1_ANZAHL_I{
    height: 25px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.514); 
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header2_W{
    margin-top: 5px;
    height: 180px;
    width: 310px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(127, 136, 214, 0);   
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header2_Text{
    height: 25px;
    width: 310px;
    padding-top: 5px; 
    margin-bottom: 2.5px;
    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}
.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header2_AA_Abbrechen{
    height: 25px;
    width: 310px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
}

.Karte_Region_Inhalt_Box_Button_Small_AA_Abrechen{
    height: 25px;
    width: 25px;
    margin-right:5px;
    position: relative;
    font-size: 11px;
    background-color: rgb(129, 37, 37);
    cursor: pointer;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
     
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header2_W_Leben{
    height: 31px;
    width: 309px;

    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;

    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header_Leben_ico{
    height: 30px;
    width: 30px;
    background-color: rgb(253, 0, 0); 
    position: relative;
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header_Leben_W{
    height: 10px;
    width: 265px;
    margin-top:10px;
    overflow: hidden;
    background-color: rgb(46, 46, 46); 
    border: 0.5px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}
.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header_Leben_W::-moz-progress-bar { background: rgb(196, 0, 0); }
.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header_Leben_W::-webkit-progress-value { background: rgb(196, 0, 0); }
.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Header_Leben_W { color: rgb(196, 0, 0); }


.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Activity{
    height: 150px;
    width: 320px;
    margin-top: 5px;
    
    padding-left: 0px;

    padding: 5px;
    color: rgb(255, 166, 0);
      
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Activity_Titel{
    height: 15px;
    width: 310px;
    padding-top: 0px; 
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0.514);
    text-shadow: 0px 0px 5px #000000;
    
    text-align: center;
    font-size: 14px;

    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
    background-color: rgba(114, 114, 114, 0.555);   
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Activity_W{
    height: 140px;
    width: 300px;
    padding: 5px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(114, 114, 114, 0);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
    
}
.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Activity_IMG_A{
    height: 50px;
    width: 50px;
    background-color: rgba(195, 214, 127, 0);   
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Activity_IMG_A_img{
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: rgba(195, 214, 127, 0);   
}

.Karte_Haupt_Einheiten_Inhalt_Titel_Inhalt_2_1_Activity_IMG_A_img_sperre{
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: rgba(32, 23, 23, 0.822)
}

/* Dialog Einheiten */

.Dialog_Einheiten_W1{
    height: 420px;
    width: auto;
    margin-top: -10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    border: none;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(92, 50, 50, 0.411);
    z-index: 5;
}

.Dialog_Einheit_W3{
    height: 310px;
    width: 290px;
    margin-left: 0px;
    padding:    0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(186, 30, 206, 0);
    z-index: 5;
}




/* INFO Einheiten */

.INFO_Einheit_W1{
    height: 433px;
    width: 550px;
    
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background-color: rgb(83, 83, 83);
}

.INFO_Einheit_W2{
    height: 320px;
    width: 250px;
    
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(30, 165, 206, 0);
}

.INFO_Einheit_W2_img{
    height: 30px;
    width: 30px;
    background-color: rgba(174, 206, 30, 0);
    border-bottom: 0.5px solid  rgb(80, 29, 29);

}

.INFO_Einheit_W2_text{
    padding-top: 5px;
    height: 25px;
    width: 120px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.INFO_Einheit_W2_wert{
    padding-top: 5px;
    height: 25px;
    width: 100px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.INFO_Einheit_W3{
    height: 320px;
    width: 290px;
    margin-left: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(186, 30, 206, 0);
}

.INFO_Einheit_W3_text{
    padding-top: 5px;
    height: 25px;
    width: 160px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.INFO_Einheit_W3_wert{
    padding-top: 5px;
    height: 25px;
    width: 100px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.INFO_Einheit_W3_text2{
    padding-top: 5px;
    height: 25px;
    width: 100px;
    color: rgb(255, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0px 0px 5px #680000;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.INFO_Einheit_W3_wert2{
    padding-top: 5px;
    height: 25px;
    width: 190px;
    color: rgb(255, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #680000;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.INFO_Einheit_W3_beschreibung{
    width: auto;
        min-height: 20px;
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-top: 5px;

        background-color: rgba(250, 250, 250, 0.158);
        font-size: 16px;
        text-align: center;
        height: -moz-fit-content;
        height: fit-content;
        text-align: center; 

        color: rgb(17, 17, 17)
}

.INFO_Einheit_W4{
    height: 65px;
    width: 550px;
    margin-top: 20px;
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(174, 206, 30, 0);
    border-top: 0.5px solid  rgb(3, 3, 3);
    z-index: 5;
}


/* STRN Einheiten */

.STRN_Einheit_W1{
    height: 420px;
    width: 550px;
    
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background-color: rgb(83, 83, 83);
}

.STRN_Einheit_W2{
    height: 320px;
    width: 300px;
    
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(30, 165, 206, 0);
}

.STRN_Einheit_W2_BTN_W{
    height: 50px;
    width: 230px;
    padding:    10px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(82, 82, 82, 0.26);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.STRN_Einheit_W2_BTN_BTN{
    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;
}

.STRN_Einheit_W3{
    height: 320px;
    width: 270px;
    margin-left: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(186, 30, 206, 0);
}

.STRN_Einheit_W3_text{
    padding-top: 5px;
    height: 25px;
    width: 200px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.STRN_Einheit_W3_wert{
    padding-top: 5px;
    height: 25px;
    width: 100px;
    color: rgb(255, 166, 0);
    background-color: rgba(156, 67, 67, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

/* BWGN Einheiten */

.BWGN_Einheit_W1{
    height: 420px;
    width: 550px;
    
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background-color: rgb(83, 83, 83);
    
}

.BWGN_Einheit_W2{
    height: 305px;
    width: 250px;
    
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(141, 141, 141, 0.26);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.BWGN_Einheit_HEX_W{
    height: 230px;
    width: 250px;
    background-color: rgba(38, 47, 49, 0);
}

.BWGN_Einheit_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;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    font-size: 14px;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 2px #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 0px;
    }

.BWGN_Einheit_hex_txt{
    margin-left: 29.5px;
    margin-top: 24.5px;
    height: 20px;
    width: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    background-color: rgba(122, 122, 122, 0.507);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
}

.BWGN_Einheit_tbl_01{
    display: -webkit-box;
    margin-top: 45px;
    margin-left: 25px;
    margin-bottom: 0px;
    margin-right: 0px;
    }

.BWGN_Einheit_tbl_02{
    display: -webkit-box;
    margin-top: 71px;
    margin-left: 25px;
    margin-bottom: 0px;
    margin-right: 0px;
    }
.BWGN_Einheit_tbl_03{
    display: -webkit-box;
    
    margin-left: 85px;
    margin-bottom: 30px;
    margin-right: 0px;
}

.BWGN_Einheit_hex_01_01{  
    -webkit-box-flex: 0;
    flex: 0 1 100px;
    max-width: 100px;
    width: 80px;
    position: relative;
    text-align: center;
    z-index: 1;
}

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

.BWGN_Einheit_hex_01_03{  
-webkit-box-flex: 0;
flex: 0 1 100px; 
max-width: 100px;
width: 80px;
position: relative;
text-align: center;
z-index: 1;

margin-left: -20px;
}

.BWGN_Einheit_hex_03_02{  
-webkit-box-flex: 0;
flex: 0 1 100px; 
max-width: 100px;
width: 80px;
height: 0px;
position: relative;
text-align: center;
z-index: 1;
margin-top: 35px;
margin-left: 0px;
}


.BWGN_Einheit_W2_BTN_W{
    height: 50px;
    width: 200px;
    padding:    5px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(82, 82, 82, 0.26);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.BWGN_Einheit_W2_BTN_BTN{
    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;
}

.BWGN_Einheit_W3{
    height: 300px;
    width: 270px;
    margin-left: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(186, 30, 206, 0);
}

.BWGN_Einheit_W3_text{
    padding-top: 5px;
    height: 25px;
    width: 200px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.BWGN_Einheit_W3_wert{
    padding-top: 5px;
    height: 25px;
    width: 70px;
    color: rgb(255, 166, 0);
    background-color: rgba(156, 67, 67, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid  rgb(80, 29, 29);
}

.BWGN_Einheit_W3_BTN_W{
    height: 30px;
    width: 270px;
    padding:    10px;
    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.26);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}


.BWGN_Einheit_W3_BTN_BTN{
    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;
    font-size: 12px;
    color: rgb(255, 0, 0);
    text-shadow: 0px 0px 4px #000000;
}

/* REAB Einheiten */

.color_green{
    color: rgb(0, 255, 13);
}
.color_red{
    color: rgb(255, 0, 0);
}

.REAB_Einheit_W1{
    height: 420px;
    width: 550px;
    
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background-color: rgb(83, 83, 83);
}

.REAB_Einheit_W2{
    height: 35px;
    width: 549px;
    
    padding-top:    5px;
    display: flex;
    font-size: 13px;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(30, 165, 206, 0);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.REAB_Einheit_W3{
    height: 265px;
    width: 550px;
    margin-left: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(186, 30, 206, 0);
}

.REAB_Einheit_FRAME_A{
    height: auto;
    min-height: 75px;
    width: 360px;
    padding:    10px;
    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);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.REAB_Einheit_TITLE_A{
    padding-top: 5px;
    height: 25px;
    width: 500px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(92, 92, 92, 0.26);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.REAB_Einheit_FRAME_B{
    height: 30px;
    width: 500px;
    padding:    0px;
    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);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
    position: relative;
}

.REAB_Einheit_IMAGE_A{
    height: 30px;
    width: 30px;
    background-color: rgba(174, 206, 30, 0);
    

}

.REAB_Einheit_ITEM_A{
    padding-top: 8px;
    margin-left: 0px;
    height: 22px;
    width: 65px;
    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;
    
    
}
.REAB_Einheit_ITEM_B{
    padding-top: 8px;
    height: 22px;
    width: 120px;
    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;  
}

.REAB_Einheit_ITEM_C{
    padding-top: 8px;
    height: 22px;
    width: 120px;
    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;  
}
.REAB_Einheit_ITEM_D{
    padding-top: 8px;
    height: 22px;
    width: 220px;
    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;  
}
.REAB_Einheit_FRAME_C{
    height: 30px;
    width: 340px;
    margin:    5px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(87, 31, 31, 0);
    
}


.REAB_Einheit_FRAME_B_Details{
    
    width: 510px;
    margin-left:    10px;
    margin-right:    10px;
    margin-top:    5px;
    margin-bottom:    5px;
    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);
}

.REAB_Einheit_ITEM_NBR_LBL{
    width: 20px;
    height: 15px;
    margin-top: 0px;
    padding-top: 0px;
    grid-area: V;
    position: relative;
    font-size: 10px;
    padding-right:10px;
    position: relative;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    outline: 0;
    text-align: right; 
    font-weight: bold;
    font-size: 16px;
    color: rgb(0, 255, 13);
    
    
}
.REAB_Einheit_ITEM_NBR{
    width: 35px;
    height: 15px;
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
    font-size: 8px;
    padding-right:0px;
    border: 0px;
    background-color: rgba(190, 144, 144, 0);
    cursor: pointer;
    text-align: right; 
    font-weight: bold;
    font-size: 16px;
    color: rgb(0, 255, 13);
    
}

.REAB_Einheit_ITEM_BTN{
    height: 30px;
    width: 100px;
    margin-left: 20px;
    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;
}
.REAB_Einheit_W2_text{
    padding-top: 5px;
    height: 25px;
    width: 250px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom: 0.5px solid rgb(80, 29, 29);
}

.REAB_Einheit_W2_wert{
    padding-top: 5px;
height: 25px;
width: 100px;
color: rgb(255, 166, 0);
background-color: rgba(156, 67, 67, 0);
text-shadow: 0px 0px 5px #000000;
font-weight: bold;
text-align: center;
border-bottom: 0.5px solid rgb(80, 29, 29);
}

.REAB_Einheit_W4{
    height: 30px;
    width: 550px;
    padding:    10px;
    margin-top: 30px;
    display: flex;
    align-content: flex-end;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(174, 206, 30, 0);
    position: absolute;
}


/* ANGR Einheiten */

.ANGR_Position_W{
    height: 300px;
    width: 250px;

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

.ANGR_Einheit_TITLE_A{
    padding-top: 5px;
    height: 25px;
    width: 240px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(92, 92, 92, 0.26);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.ANGR_Kampfpositionen_W{
    height: 220px;
    width: 100px;

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

    background-color: rgba(206, 136, 30, 0);
}

.ANGR_Position_Element{
    height: 50px;
    width: 80px;

    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    
    background-color: rgba(206, 30, 30, 0);
}

.ANGR_Position_Element_img{
    height: 50px;
    width: 80px;
    position: absolute;
    
    background-color: rgba(206, 188, 30, 0);
}

.ANGR_Position_Element_1{
    height: 50px;
    width: 50px;
    background-color: rgba(206, 30, 30, 0);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.ANGR_Position_Element_1_img{
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: rgba(206, 30, 30, 0);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.ANGR_Kampfpositionen_Button_W{
    height: 50px;
    width: 240px;

    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    
    background-color: rgba(92, 92, 92, 0.26);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.ANGR_Position_W2{
    height: 300px;
    width: 250px;

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

}

.ANGR_Einheit_Werte_W{
    height: 220px;
    width: 200px;

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

}

.Kampf_MSG_Box{
    
    width: 1880px;
    height: 820px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #ff00002a; 
    z-index: 10;
    backdrop-filter: blur(10px);
    position: absolute;
    border: none;
    border-radius: 6px;
     
}

.Kampf_MSG_Box_Inhalt{
    height: 600px;
    width: 950px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    z-index: -2;
    border-radius: 4px;
}

.ANGR_Einheit_Dialog{
    
    width: 1880px;
    height: 820px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #0000002a; 
    z-index: 10;
    backdrop-filter: blur(10px);
    position: absolute;
    border: none;
    margin: auto;
    
}

.ANGR_Einheit_Dialog_W0{
    width: 1800px;
    height: 820px;
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    background: #ff00002a;
    margin: auto;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}



.ANGR_Einheit_Dialog_W1{
width: 1800px;
height: 25px;
padding-top: 5px;
margin-top: 10px;
text-align: center;
background: #612f2f00;
color: white
}

.ANGR_Einheit_Dialog_Funktionauswahl_W0{
    width: 150px;
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 20px;

    background-color: rgb(102, 102, 102);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.ANGR_Einheit_Filter1_Button_W{
    height: 30px;
    width: 110px;
    background-color: rgba(201, 73, 73, 0);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    
}

.ANGR_Einheit_Filter1_Button_W_img{
    height: 30px;
    width: 110px;
    position: absolute;
    border-color: black;
    border: 5px solid rgba(230, 183, 29, 0.822);
    border-radius: 4px;
    border-style: solid;
    position: relative;
}
.ANGR_Einheit_Filter1_Button{
    height: 30px;
    width: 90px;
    margin-top: 5px;
    filter: 
        contrast(100%) 
        brightness(100%)
        ;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    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; 
}

.ANGR_Einheit_FRAME_B_Details{
    width: 1520px;
    align-content: center;
    justify-content: center;
    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_Einheit_FRAME_B{
    height: 40px;
    width: 1520px;
    padding:    0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(52, 52, 83, 0.473);
    border-bottom: 3px solid rgb(80, 29, 29);
    
    border-radius: 4px;
    
    position: relative;
}

.ANGR_Einheit_Dialog_W1_Besitzer0{
width: auto;
height: auto;
display: flex;
align-content: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
column-gap: 20px;
row-gap: 7.5px;
margin:10px;
}

.ANGR_Einheit_Dialog_W2{
width: 80px;
height: 40px;
display: flex;
align-content: center;
justify-content: center;
flex-direction: row;
flex-wrap: wrap;
row-gap: 2px;
background:rgb(114, 114, 114, 0.555);
border-top: 0.5px solid rgb(0, 0,0);
border-bottom: 0.5px solid rgb(0, 0,0);
border-right: 0.5px solid rgb(0, 0,0);
padding: 5px;
}

.ANGR_Einheit_Dialog_BTN{
height: 25px;
width: 80px;
margin-top: 8px;
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);
}

.ANGR_Einheit_Dialog_BTN_X{
height: 25px;
width: 80px;
background-image: url('/img/ui/bauen/btn_leer_30x85.png');
background-size: 100% 100%;
position: absolute;
border: 0px;
background-color: rgba(201, 73, 73, 0);
cursor: pointer;
text-align: center; 
font-weight: bold;
color: rgb(206, 64, 64);
}

.ANGR_Einheit_Dialog_W3{
width: 1800px;
height: 500px;
margin-top: 10px;
background: #ffffff00;
display: flex;
align-content: flex-start;
flex-direction: row;
justify-content: space-evenly;
flex-wrap: wrap;
border-radius: 5px;
}



.ANGR_Einheit_Dialog_W3_Titel_text2{
    width: 600px;
    height: 25px;
    align-content: center;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    background: #707070;
    position: absolute;
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W0{
    width: 1460px;
    height: 500px;
    background: #75a3958c;
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}

.ANGR_Einheit_Dialog_W3_Titel{
    width: 1460px;
    height: 25px;
    padding-top: 5px;

    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    background: #707070;
}

.ANGR_Einheit_Dialog_W3_Titel_text{
    width: 1460px;
    height: 25px;
    align-content: center;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    background: #707070;
    position: absolute;
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1{
    width: auto;
    height: 100px;
    background: #00000048;

    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;

    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}
   


.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_1{
    width: 99px;
    height: 99px;
    background: #75a39500;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2{
    width: 1350px;
    height: 100px;
    
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Element{
    width: 40px;
    height: 40px;
    background: #a37a758c;
    position: relative;
    
}


.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_img{
    width: 40px;
    height: 40px;
    background: #a37a7500;
    position: absolute;
    
}








.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W0{
    width: 300px;
    height: auto;
    background: #75a39500;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; 
    background-color: rgb(80, 80, 80);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    
    
    
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W1{
    width: 300px;
    height: auto;
    background: #75a39500;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap; 
    position:relative;
    z-index: 3;
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W1_1{
    height: 20px;
    width: 300px;
    background-color: rgba(179, 190, 27, 0);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    padding-top: 5px;
    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    text-shadow: 0px 0px 5px #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-color: black;
    border-bottom: 0.5px solid rgb(0, 0, 0);
    border-radius: 0px;
    position: relative;
}
  

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W1_2{
    height: 22px;
    width: 300px;
    padding-top: 2px;
    background-color: rgba(179, 190, 27, 0);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    position: relative;
    border-bottom: 0.5px solid rgb(0, 0, 0);
}


.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W1_3{
    height: 30px;
    width: 300px;
    padding-top: 2px;
    background-color: rgba(179, 190, 27, 0);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    
    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    position: relative;
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W1_3_Frame{
    height: 30px;
    width: 50px;
   
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: rgba(95, 2, 2, 0);
    position: relative;    
   
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W1_3_IMAGE{
    height: 15px;
    width: 15px;
    margin: 5px;
    position: relative; 
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W1_3_ITEM{
    padding-top: 8px;
    margin-left: 0px;
    height: 22px;
    width: 25px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
   
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    
    
}

.ANGR_Einheit_Dialog_W3_Kampfpositionen_W1_2_Inhalt_W1_4{
    height: 25px;
    width: 300px;
    padding-top: 5px;
    background-color: rgba(179, 190, 27, 0);
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    background-color: rgba(114, 114, 114, 0.555); 
    border-top: 0.5px solid rgb(0, 0, 0);
    position: relative;
}


   





.ANGR_Einheit_Dialog_W3_Spielerauswahl_W0{
    width: 600px;
    height: 500px;
    background: #80a3758c;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    border-radius: 5px;

    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}

.ANGR_Einheit_Dialog_W3_Titel2{
    width: 600px;
    height: 25px;
    padding-top: 5px;

    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;

    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    background: #707070;
}




.ANGR_Einheit_Dialog_W4{
    width: 1800px;
    height: 30px;
    padding-top: 5px;

    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;

    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 24px;
    background: #707070;
}

.ANGR_Einheit_Dialog_W4_text{
    width: 1800px;
    height: 30px;
    align-content: center;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 24px;
    background: #707070;
    position: absolute;
}

.ANGR_Einheit_Dialog_W3_Details{
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    position: relative;
}


.ANGR_Einheit_Dialog_W3_Summary{
    width: 750px;
    height: 30px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background: #ffffff2a;
   
}
.ANGR_Einheit_Dialog_W3_IMAGE_A{
    width: 30px;
    height: 30px;
    position: relative;
}
.ANGR_Einheit_Dialog_W3_IMAGE_A1{
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    
    border-radius: 5px;
}
.ANGR_Einheit_Dialog_W3_ITEM_A{
    width: 670px;
    height: 30px;
    position: relative;
    text-align: center;
    font-weight: bold;
    
}
.ANGR_Einheit_Dialog_W3_ITEM_A1{
    width: 720px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    color: white;
    position: absolute;
    z-index: 3;
    background: #575757;
}

.ANGR_Einheit_Dialog_W3_Inhalt_W{
    width: 750px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    background: #ffffff2a;
    column-gap: 10px;
    
}

.ANGR_Einheit_Dialog_W3_Inhalt_W1{
    width: auto;
    height: auto;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.ANGR_Einheit_Dialog_FRAME{
    height: 18px;
    width: 80px;
    padding-top: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(245, 132, 132, 0);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    position: relative;
}

.ANGR_Einheit_Dialog_IMAGE_B{    
        height: 20px;
        width: 20px;
        margin-top: 2px;
        position: relative; 
}

.ANGR_Einheit_Dialog_ITEM_D{
    padding-top: 5px;
    margin-left: 0px;
    height: 20px;
    width: 50px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}



.ANGR_Stack_W{
    height: 40px;
    width: auto;
    background-color: rgba(114, 114, 114, 0.555);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 0px;
    border-style: solid;
    position: relative;
}

.ANGR_Stack_IMG{
    height: 40px;
    width: 40px;
    background-color: rgba(41, 8, 8, 0);
    position: relative;
}

.ANGR_Stack_IMG_img{
    height: 40px;
    width: 40px;
    background-color: rgba(41, 8, 8, 0);
    position: absolute;
}

.ANGR_Stack_W2{
    height: 50px;
    width: 100px;
    background-color: rgba(104, 110, 21, 0);
    position: relative;
}

.ANGR_Stack_Typ{
    height: 12px;
    width: 100px;
    background-color: rgba(180, 190, 27, 0.575);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    padding-top: 2px;
    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    text-shadow: 0px 0px 5px #000000;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    border-color: black;
    border-bottom: 0.5px solid rgb(0, 0, 0);
    border-radius: 0px;
    position: relative;
}
   
.ANGR_Stack_Typ2{
    height: 22px;
    width: 100px;
    padding-top: 2px;
    background-color: rgba(179, 190, 27, 0);
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
    
    color: rgb(253, 138, 138);
    background-color: rgba(114, 114, 114, 0.555); 
    position: relative;
}


.ANGR_Einheit_Dialog_W3_Zielauswahl_W0{
    width: 560px;
    height: 500px;
    background: #75a3958c;
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}

.ANGR_Einheit_Dialog_W3_Zielauswahl_Titel{
    width: 560px;
    height: 25px;
    padding-top: 5px;

    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    background: #707070;
}

.ANGR_Einheit_Dialog_W3_Zielauswahl_Titel_text{
    width: 560px;
    height: 25px;
    align-content: center;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    background: #707070;
    position: absolute;
}

.ANGR_Zeileinheiten_Meldung{
    height: 40px;
    width: 520px;
    padding:    0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgb(146, 74, 74);
    color: white;
    font-weight: bold;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}
.ANGR_Zeileinheiten_Meldung_txt{
    color: white;
    font-weight: bold;
}

/* Kampfresümee */

.Kampf_Dialog_Resumee{
    
    width: 1900px;
    height: 850px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: #0000002a; 
    z-index: 10;
    backdrop-filter: blur(10px);
    position: absolute;
    border: none;
    margin-top: -10px;
    
    
}

.Kampf_Dialog_Resumee_W0{
    width: 1880px;
    height: auto;
    
    
    background: #ff00002a;
    margin: auto;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;

    display: grid;
    align-content: center;
    justify-content: center;
    grid-template-columns: 940px 940px;
    grid-template-rows: 30px 50px 730px;
    grid-template-areas: 
            "X X"
            "A B"
            "A C";
    column-gap: 20px;
    row-gap: 10px;
}
.Kampf_Dialog_Resumee_W4{
    grid-area: X;
    width: 1880px;
    height: 25px;
    margin-left: 10px;

    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;

    text-align: center;
    font-weight: bold;
    color: white;
    
}
.Kampf_Dialog_Resumee_W4_text{
    width: 1880px;
    height: 25px;
    align-content: center;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 20px;
    background: #707070;
    position: absolute;
}

.Kampf_Dialog_Reihen_W0{
    grid-area: A;
    width: 905px;
    height: 775px;
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2px;
    background: #ff00002a;
    margin: auto;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.Kampf_Dialog_Reihen_W1{
    width: 895px;
    height: 60px;
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 1px;
    font-size: 20px;
    background-color: rgb(102, 102, 102);
}


.Kampf_Dialog_Phasen_W0{
    grid-area: B;
    width: 920px;
    height: 50px;
    background: #ff00002a;

    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}




.Kampf_Dialog_Einheit_W0{
    grid-area: C;
    width: 920px;
    height: 720px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    
    background: #ff00002a;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}

.Kampf_Dialog_Einheit_W1_Münze{
    margin-bottom:5px;
    width: 900px;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    
    
}
.Kampf_Dialog_Einheit_W1_INI1{
    margin-bottom:5px;
    width: 900px;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    
    
}

.Kampf_Dialog_Einheit_W1_INI2{
    margin-bottom:5px;
    width: 900px;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
}

.Kampf_Dialog_Einheit_W1_img{
    width: 30px;
    height: 30px;
   
    background: #ff00002a;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}

.Kampf_Dialog_Einheit_W1_text{
    width: 760px;
    height: auto;
    min-height: 30px;
   
    background: #ff00002a;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
}


.Kampf_Resümee_Phasen_W1_INI1{
    margin-bottom:5px;
    width: 900px;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    
}



.Kampf_Resümee_Phasen_W1_INI2{
    margin-bottom:5px;
    width: 900px;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.Kampf_Resümee_Phasen_Details{
    width: 650px;
    align-content: center;
    justify-content: center;
    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);
}


.Kampf_Resümee_Phasen_Summary{
    height: 40px;
    width: 650px;
    padding:    0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 0px;
    background-color: rgba(52, 52, 83, 0.473);
    border-bottom: 3px solid rgb(80, 29, 29);
    
    border-radius: 4px;
    
    position: relative;
}

.Kampf_Resümee_Phasen_Einheitbild{
    width: 40px;
    height: 40px;
    position: relative;
}
.Kampf_Resümee_Phasen_Einheitbild1{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 3;
}

.Kampf_Resümee_Phasen_Einheitenbezeichnung{
    padding-top: 13px;
    margin-left: 0px;
    height: 22px;
    width: 420px;
    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;
}

.Kampf_Resümee_Phasen_Wrapper_Phasenbilder{
    width: 180px;
    height: 40px;

    padding-right: 5px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 5px;

    /* background-color: rgba(56, 100, 182, 0.63); */
}

.Kampf_Resümee_Phasen_Phasenbild{
    width: 25px;
    height: 25px;
    position: relative;
}
.Kampf_Resümee_Phasen_Phasenbild1{
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 3;
    border-radius: 5px;
}

.Kampf_Resümee_Phasen_Box_Wrapper{
    min-height: 40px;
    height: auto;
    width: 650px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 0px;
      
}

.Kampf_Resümee_Phasen_Box_Stats_Wrapper{
    height: 40px;
    width: 650px;
    margin-bottom: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 0px; 
    background-color: rgba(87, 31, 31, 0.548);
}

.Kampf_Resümee_Phasen_Box_Stats_Rahmen{
    height: 40px;
    width: 120px;

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

}

.Kampf_Resümee_Phasen_Box_Stats_para{
    
    width: auto;
    color: rgb(255, 166, 0);
    text-shadow: 0px 0px 5px #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.Kampf_Resümee_Phasen_Box_Protokoll_Rahmen{
    min-height: 30px;
    height: auto;
    width: 650px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px; 
    
}

.Kampf_Resümee_Phasen_Box_Protokoll_Zeile{
    height: 30px;
    width: 640px;
    padding-left: 10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 5px; 
    
}

.Kampf_Resümee_Phasen_Box_proto_para{
    
    width: auto;
    color: rgb(0,0,0);
    font-size: 14px;
    text-align: center;
}




/* VERH Einheiten */



.VERH_Einheit_FRAME_B{
    width: 360px;
    height: auto;
    align-content: center;
    justify-content: center;
    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);
}
.VERH_Beschreibungstext{
    font-size: 20px;
    text-align: center;
}

/* NVTR Einheiten */

.NVTR_MSG_Box{
    
    width: 530px;
    height: 400px;
    background: rgba(56, 56, 56, 0.212); 
    backdrop-filter: blur(15px);
    z-index: 10;
    position: absolute;
    border: none;
    border-radius: 6px;
     
}

.NVTR_MSG_Box_Inhalt{
    height: 400px;
    width: 530px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    background-color: rgba(204, 204, 204, 0.37);
    backdrop-filter: blur(15px);
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    z-index: -2;
    border-radius: 4px;
}

.NVTR_Element2_Details{
    width: 500px;
    align-content: center;
    justify-content: center;
    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);
}
.NVTR_Element2_FRAME_A{
    height: 140px;
    width: 500px;
    padding:    0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
   
    
    position: relative;
}
.NVTR_Element2_FRAME_B{
    height: 40px;
    width: 500px;
    padding:    0px;
    
    background-color: rgba(52, 52, 83, 0.473);
    border-bottom: 3px solid rgb(80, 29, 29);
    
    border-radius: 4px;
    
    position: relative;
}
.NVTR_Element2_FRAME_B_text{
    height: 40px;
    width: 500px;
    padding: 0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

    position: absolute;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: center;
   
    
}

.NVTR_Element2_FRAME_B_img{
    height: 30px;
    width: 30px;
    padding: 5px;
    position:absolute;
    background-color: rgba(255, 222, 33, 0);
}
.NVTR_Element2_FRAME_C{
    height: 30px;
    width: 490px;
    margin:    5px;
    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);  
}
.NVTR_Element2_Beschreibung{
    width: 480px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    background-color: rgba(250, 250, 250, 0.158);
    font-size: 14px;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center; 
    color: rgb(17, 17, 17)
}
.NVTR_Element2_Textarea{
    width: 500px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    background-color: rgba(22, 165, 141, 0.253);
}
.NVTR_Element2_Linie{
    width: 500px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(80, 29, 29);
}
.NVTR_Element2_ITEM_BTN{
    height: 30px;
    width: 100px;
    /* margin-left: 20px; */
    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;
}



.NVTR_Einheit_W3{
    height: 310px;
    width: 550px;
    margin-left: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(186, 30, 206, 0);
}

.NVTR_Einheit_W4{
    height: 30px;
    width: 550px;
    padding:    10px;
    display: flex;
    align-content: flex-end;
    justify-content: right;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(174, 206, 30, 0);
    position: absolute;
}

.NVTR_Einheit_W4{
    height: 30px;
    width: 550px;
    padding:    10px;
    display: flex;
    align-content: flex-end;
    justify-content: right;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(174, 206, 30, 0);
    position: absolute;
}

.NVTR_Einheit_W5{
    height: 85px;
    width: 100px;
    margin-right: 440px;
    margin-top: -5px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 5px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(174, 206, 30, 0);
    position: absolute;
}

.NVTR_Einheit_FRAME_A{
    height: auto;
    min-height: 75px;
    padding-bottom: 5px;
    width: 520px;
    display: flex;
    align-content: flex-start;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(87, 31, 31, 0);
    border-bottom: 0.5px solid rgb(63, 63, 63);
}

.NVTR_Einheit_FRAME_B{
    height: 40px;
    width: 520px;
    padding:    0px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(52, 52, 83, 0.473);
    border-bottom: 3px solid rgb(80, 29, 29);
    
    border-radius: 4px;
    
    position: relative;
}


.NVTR_Einheit_FRAME_E{
    height: 30px;
    width: 80px;
    margin-top:    5px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(95, 2, 2, 0);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    position: relative;    
   
}

.NVTR_Einheit_FRAME_D{
    height: 30px;
    width: 80px;
    margin-top:    5px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(245, 132, 132, 0);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    position: relative;    
   
}

.NVTR_Einheit_IMAGE_A{
    height: 40px;
    width: 40px;
    background-color: rgba(174, 206, 30, 0);  
}
.NVTR_Einheit_IMAGE_A1{
    height: 35px;
    width: 35px;
    padding: 2.5px;
    position: absolute; 
    background-color: rgba(174, 206, 30, 0);  
}

.NVTR_Einheit_IMAGE_B{
    height: 20px;
    width: 20px;
    margin: 5px;
    position: relative; 
}


.NVTR_Einheit_ITEM_A{
    padding-top: 13px;
    margin-left: 0px;
    height: 22px;
    width: 210px;
    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; 
}

.NVTR_Einheit_ITEM_B{
    padding-top: 8px;
    height: 22px;
    width: 120px;
    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;  
}

.NVTR_Einheit_ITEM_C{
    padding-top: 13px;
    height: 22px;
    width: 90px;
    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;  
}

.NVTR_Einheit_ITEM_D{
    padding-top: 8px;
    margin-left: 0px;
    height: 22px;
    width: 50px;
    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;
    
    
}

.NVTR_Einheit_ITEM_E{
    padding-top: 13px;
    margin-left: 0px;
    height: 22px;
    width: 350px;
    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; 
}

.NVTR_Einheit_FRAME_C{
    height: 30px;
    width: 510px;
    margin:    5px;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(87, 31, 31, 0);  
}


.NVTR_Einheit_FRAME_B_Details{
    width: 520px;
    align-content: center;
    justify-content: center;
    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);
}

.NVTR_Einheit_ITEM_NBR_LBL{
    width: 20px;
    height: 15px;
    margin-top: 0px;
    padding-top: 0px;
    grid-area: V;
    position: relative;
    font-size: 10px;
    padding-right:10px;
    position: relative;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    outline: 0;
    text-align: right; 
    font-weight: bold;
    font-size: 16px;
    color: rgb(0, 255, 13);
    
    
}
.NVTR_Einheit_ITEM_NBR{
    width: 50px;
    height: 15px;
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
    font-size: 8px;
    padding-right:0px;
    border: 0px;
    background-color: rgba(190, 144, 144, 0);
    cursor: pointer;
    text-align: right; 
    font-weight: bold;
    font-size: 16px;
    color: rgb(0, 255, 13);
    
}

.NVTR_Einheit_ITEM_BTN{
    height: 30px;
    width: 100px;
    /* margin-left: 20px; */
    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;
}

.NVTR_Einheit_Beschreibung{
    width: 500px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    background-color: rgba(250, 250, 250, 0.158);
    font-size: 14px;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content;
    text-align: center; 
    color: rgb(17, 17, 17)
}



.NVTR_Einheit_Linie{
    width: 520px;
    margin-top: 10px;
    border-bottom: 1px solid rgb(80, 29, 29);
}

.NVTR_Einheit_Dialog{
    
        width: 1880px;
        height: 820px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: #0000002a; 
        z-index: 10;
        backdrop-filter: blur(10px);
        position: absolute;
        border: none;
        margin: auto;
        
}



.NVTR_Einheit_Dialog_W0{
    width: 800px;
    height: 820px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    background: #8a8a8a2a;
    margin: auto;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    
}

.NVTR_Einheit_Dialog_W1{
    width: 800px;
    height: 25px;
    padding-top: 5px;
    margin-top: 10px;
    text-align: center;
    background: #612f2f00;
    color: white
}

.NVTR_Einheit_Dialog_W1_Besitzer0{
    width: auto;
    height: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 7.5px;
    margin:10px;
}

.NVTR_Einheit_Dialog_W2{
    width: 80px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2px;
    background:rgb(114, 114, 114, 0.555);
    border-top: 0.5px solid rgb(0, 0,0);
    border-bottom: 0.5px solid rgb(0, 0,0);
    border-right: 0.5px solid rgb(0, 0,0);
    padding: 5px;
}

.NVTR_Einheit_Dialog_BTN{
    height: 25px;
    width: 80px;
    margin-top: 8px;
    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);
}

.NVTR_Einheit_Dialog_BTN_X{
    height: 25px;
    width: 80px;
    margin-left: 480px;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    position: absolute;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: bold;
    color: rgb(206, 64, 64);
}

.NVTR_Einheit_Dialog_W3{
    width: 800px;
    height: 510px;
    background: #ffffff00;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    overflow: scroll;
    border-radius: 5px;
}


.NVTR_Einheit_Dialog_W4{
    width: 800px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 24px;
    background: #707070;
}
.NVTR_Einheit_Dialog_W3_Details{
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    position: relative;
}


.NVTR_Einheit_Dialog_W3_Summary{
    width: 750px;
    height: 30px;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    background: #ffffff2a;
   
}
.NVTR_Einheit_Dialog_W3_IMAGE_A{
    width: 30px;
    height: 30px;
    position: relative;
}
.NVTR_Einheit_Dialog_W3_IMAGE_A1{
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    
    border-radius: 5px;
}
.NVTR_Einheit_Dialog_W3_ITEM_A{
    width: 670px;
    height: 30px;
    position: relative;
    text-align: center;
    font-weight: bold;
    
}
.NVTR_Einheit_Dialog_W3_ITEM_A1{
    width: 720px;
    height: 25px;
    padding-top: 5px;
    text-align: center;
    font-weight: bold;
    color: white;
    position: absolute;
    z-index: 3;
    background: #575757;
}

.NVTR_Einheit_Dialog_W3_Inhalt_W{
    width: 750px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    background: #ffffff2a;
    column-gap: 10px;
    
}

.NVTR_Einheit_Dialog_W3_Inhalt_W1{
    width: auto;
    height: auto;
    display: flex;
    align-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.NVTR_Einheit_Dialog_FRAME{
    height: 18px;
    width: 80px;
    padding-top: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(245, 132, 132, 0);
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 5px;
    position: relative;
}

.NVTR_Einheit_Dialog_IMAGE_B{    
        height: 20px;
        width: 20px;
        margin-top: 2px;
        position: relative; 
}

.NVTR_Einheit_Dialog_ITEM_D{
    padding-top: 5px;
    margin-left: 0px;
    height: 20px;
    width: 50px;
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}


  


/* Name Einheit */

.NAME_Einheit_W1{
    height: 430px;
    width: 550px;
    margin-top: -10px;
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background-color: rgb(83, 83, 83);
    
}

.NAME_Einheit_W2{
    height: 280px;
    width: 310px;
    margin-top: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    
    background-color: rgba(141, 141, 141, 0.26);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.NAME_W2_Meldung{
    height: auto;
    width: 320px;
    margin-top: 0px;
    margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: rgb(255, 166, 0);
        text-shadow: 0px 0px 5px #000000;
        background-color: rgba(52, 52, 83, 0.473);
        border-bottom: 3px solid  rgb(80, 29, 29);
}

.NAME_Einheit_HEX_W{
    padding: 10px;
    height: 60px;
    width: 250px;
    background-color: rgba(54, 157, 180, 0);
}

.NAME_Einheit_W2_BTN_W{
    height: 60px;
    width: 240px;
    padding:    10px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    background-color: rgba(82, 82, 82, 0.26);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.NAME_Einheit_W2_BTN_BTN{
    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;
}

.NAME_Einheit_W2_BTN_Kosten{
    height: 30px;
    width: 120px;
    margin-left:20px;
    margin-right: 20px;
    
    background-color: rgb(87, 87, 87);
    display:flex;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd;
    cursor: not-allowed;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    border-style: solid;
}

.NAME_Einheit_Kosten_img{
    height: 20px;
    width: 20px;
    margin:5px;
}

.NAME_Einheit_Kosten_Wert{
    height: 20px;
    width: 20px;
    padding:2.5px;
    margin:2.5px;
    text-align: left; 
    font-weight: bold;
    color: rgb(255, 216, 88);
    text-shadow: 0px 0px 4px #dddddd;
    background-color: rgba(201, 73, 73, 0);
    z-index: 0;   
}

.NAME_Einheit_Kosten_0{
    height: 20px;
    width: 60px;
    padding-top:5px;
    padding-left: 5px;
    margin:2.5px;
    text-align: left; 
    font-weight: bold;
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #dddddd;
    background-color: rgba(201, 73, 73, 0);
    z-index: 0;   
}


.NAME_Einheit_Name1{
    height: 30px;
    width: 250px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
    background-color: rgba(22, 165, 141, 0.253);
}

/* TRNS Einheiten */

.TRNS_Einheit_W1{
    height: 420px;
    width: 550px;
    margin-top: 0px;
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background-color: rgb(83, 83, 83);
}

.TRNS_Einheit_W2{
    height: 320px;
    width: 250px;
    margin-top: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(30, 165, 206, 0);
}

.TRNS_Einheit_W3{
    height: 320px;
    width: 290px;
    margin-left: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(186, 30, 206, 0);
}

/* OPFR Einheiten */

.OPFR_Einheit_W1{
    height: 420px;
    width: 550px;
    margin-top: 0px;
    padding:    10px;
    display: flex;
    align-content: flex-start;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 10px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: absolute;
    background-color: rgb(83, 83, 83);
}

.OPFR_Einheit_W2{
    height: 320px;
    width: 250px;
    margin-top: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(30, 165, 206, 0);
}

.OPFR_Einheit_W3{
    height: 320px;
    width: 290px;
    margin-left: 0px;
    padding:    0px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: rgba(186, 30, 206, 0);
}





