.Bauen{               
    height: 740px;
    width: 950px;
    margin-left: 0px;
    padding-left:0px;
    margin-right: 0px;
    padding-top:0px;
    background-color: rgba(255, 192, 203, 0);
}
.Bauen_Topleiste{
    height: 90px;
    width: 930px;
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 10px;
    margin-top: 5px;
    background-image: url('/img/ui/bauen/brett.png');
    filter: saturate(65%);
    filter: contrast(82%);
    
    background-size: 100% 100%;
    background-position: center;
    background-color: rgba(0, 0, 0, 0);
    border-color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;

}
.Bauen_Topleiste_Wrapper{
    height: 90px;
    width: 930px;
    
    display: flex;
    align-content: flex-start;
    

    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 7px;
    column-gap: 5px;
    padding-left: 0px; 
    padding-top: 0px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    z-index: -2; 
}

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

.Bauen_Topleiste_Element{
    height: 80px;
    width: 80px;
    background-color: rgba(0, 0, 0, 0.253);
    position: relative;
    filter: saturate(100%);
    filter: contrast(100%);
}

.Bauen_Topleiste_img{
    height: 80px;
    width: 80px;
    position: absolute;
    filter: contrast(120%);
}

.Bauen_Topleiste_img_g{
    height: 80px;
    width: 80px;
    background-image: linear-gradient(to bottom, rgba(57, 126, 0, 0.74) 0%, rgba(0, 0, 0, 0) 40%);
    position: absolute;
    filter: contrast(120%);
}

.Bauen_Topleiste_img_r{
    height: 80px;
    width: 80px;
    background-image: linear-gradient(to bottom, rgba(126, 0, 0, 0.76) 0%,  rgba(0, 0, 0, 0) 40%);
    position: absolute;
    filter: contrast(120%);
}

.Bauen_Topleiste_img_graug{
    
    background-color: rgba(10, 85, 10, 0.623);
}
.Bauen_Topleiste_img_graur{
    
    
    background-color: rgba(85, 12, 12, 0.596);
}

.Bauen_Topleiste_img_Abriss{
    height: 80px;
    width: 80px;
    position: absolute;
    background-color: rgba(128, 0, 0, 0.267);
}

.Bauen_Topleiste_img_Bau{
    height: 80px;
    width: 80px;
    position: absolute;
    background-color: rgba(0, 128, 11, 0.267);
    filter: contrast(120%);
}


.Bauen_Topleiste_bar{
    height: 5px;
    width: 80px;
    margin-top: 75px;
    background-color: rgb(109, 109, 109);
    color:green;
    filter: contrast(120%);
}



.Bauen_Hauptbox{
    height: 645px;
    width: 950px;
    background-color: rgba(122, 50, 17, 0);
}

.Bauen_Hauptbox_Wrapper{
    height: 645px;
    width: 950px;
}
.Haupt_Kategorie{
    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;

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

details>summary {
    list-style-type: none;
    outline: none;
  }
  
  details>summary::-webkit-details-marker {
    display: none;
  }

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

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

.Gebaude_Karte_Header{
    height: 80px;
    width: 259px;
    background-color: rgba(52, 52, 83, 0.473);
    border-bottom: 3px solid  rgb(80, 29, 29);

    display: grid;
    grid-template-columns: 80px 30px 65px 20px 30px 23px;
    grid-template-rows: 20px 30px 30px;
    grid-template-areas: 
            "A B B B B B"
            "A C D D E F"
            "A G H J J J";
    column-gap: 0px;
    row-gap: 0px;
}

.Gebaude_Karte_Bild{
    height: 80px;
    width: 80px;
    grid-area: A;
    filter: contrast(115%);
}

.Gebaude_Karte_Bild_G{
    height: 80px;
    width: 80px;
    grid-area: A;
    filter: contrast(115%);
    background-image: linear-gradient(to bottom, rgba(57, 126, 0, 0.74) 0%, rgba(0, 0, 0, 0) 40%);
}

.Gebaude_Karte_Bild_R{
    height: 80px;
    width: 80px;
    grid-area: A;
    filter: contrast(115%);
    background-image: linear-gradient(to bottom, rgba(126, 0, 0, 0.76) 0%,  rgba(0, 0, 0, 0) 40%);
}

.Gebaude_Karte_Bild_D{
    height: 80px;
    width: 80px;
    grid-area: A;
    background-color: rgba(0, 0, 0, 0.733);
}

.Gebaude_Karte_Bild_SW{
    height: 80px;
    width: 80px;
    grid-area: A;
    filter: grayscale(100%);
   
    -webkit-filter: grayscale(1);
}

.Gebaude_Karte_Name{
    height: 15px;
    margin-top: 2px;
    width: 180px;
    grid-area: B;
    background-color: rgba(59, 59, 59, 0);
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: rgb(255, 255, 255)
}

.Gebaude_Karte_Kosten1{
    height: 30px;
    width: 30px;
    grid-area: C;   
}
.Gebaude_Karte_Kosten2{
    height: 30px;
    width: 55px;
    grid-area: D;
    padding-top: 5px;
    text-align: center; 
    font-weight: bold;
    color: rgb(255, 216, 88)
}
.Gebaude_Karte_Kosten3{
    height: 30px;
    width: 30px;
    grid-area: E;
    
    
}
.Gebaude_Karte_Kosten4{
    height: 30px;
    width: 25px;
    grid-area: F;
    padding-top: 5px;
    text-align: center; 
    font-weight: bold;
    color: rgb(88, 194, 255)
}
.Gebaude_Karte_Kosten5{
    height: 30px;
    width: 30px;
    grid-area: G;
    
    
}
.Gebaude_Karte_Kosten6{
    height: 30px;
    width: 55px;
    grid-area: H;
    padding-top: 5px;
    text-align: center; 
    font-weight: bold;
    color: rgb(136, 250, 108)
}
.Gebaude_Karte_Kosten7{
    height: 30px;
    width: 30px;
    grid-area: I;
    
    
}
.Gebaude_Karte_Kosten8{
    height: 30px;
    width: 85px;
    grid-area: J;
    padding-top: 5px; 
    text-align: center; 
    font-weight: bold;
    color: rgb(255, 255, 255)
}
.Gebaude_Karte_Kosten8_btn{
    height: 25px;
    width: 85px;
    grid-area: J;
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    
    background-size: cover;
    position: relative;
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    outline: 0;
    text-align: center; 
    font-weight: bold;
    color: rgb(255, 255, 255)
}


.Gebaude_Karte_Body{
    width: 260px;
    height: 220px;
    margin-top: 5px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    background-color: rgba(58, 58, 73, 0);
}
.Gebaude_Karte_Body::-webkit-scrollbar { /* Scrollbars für Chrome */
    display: none; 
}

.Gebaude_Karte_Nachfrage{
    width: 260px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: rgba(182, 0, 0, 0);
    font-size: 16px;
    text-align: center;
    height: -moz-fit-content;
    height: fit-content; 
    min-height: 10px;
    font-weight: bold;
    color: rgb(240, 240, 240);
    
}

.Gebaude_Karte_Nachfrage_Btn_W{
    width: 260px;
    height: -moz-fit-content;
    height: fit-content; 
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: rgb(240, 240, 240);
    
    display: flex;
    align-content: flex-start;
   
    flex-direction: row;
    flex-wrap: wrap;
}
.Gebaude_Karte_Nachfrage_Btn_dts{
    margin-bottom: 5px;
    color: rgb(240, 240, 240);
    text-shadow: 0px 0px 4px #8200d8;
    cursor: pointer;
}


.Gebaude_Karte_Nachfrage_Btn_1{
    width: 130px;
    height: 30px;
    position: relative;
    font-size: 14px;

    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;
    outline: 0;
    text-align: center; 
    font-weight: bold;
    color: rgb(7, 56, 0);
    text-shadow: 0px 0px 4px #00d824;
    
}

.Gebaude_Karte_Nachfrage_Btn_2{
    width: 130px;
    height: 30px;
    font-size: 14px;
    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;
    outline: 0;
    text-align: center; 
    font-weight: bold;
    color: rgb(71, 0, 0);
    text-shadow: 0px 0px 4px #d80000;
}

.Gebaude_Karte_Nachfrage_Btn_3{
    width: 130px;
    height: 30px;
    font-size: 14px;
    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;
    outline: 0;
    text-align: center; 
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-shadow: 0px 0px 4px #ffffff;
}


.Gebaude_Karte_Nachfrage_Btn_C{
    grid-area: C;
    width: 50px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: rgb(240, 240, 240)
}

.Gebaude_Karte_Effekte_Status{
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 2px;
    
}
.Gebaude_Karte_Effekte{
    width: 220px;
    margin-left: 10px;
    padding-top: 2px;
    height: 20px;
    margin-top: 2px;
    font-size: 13px;
    font-weight: bold;
    color: rgb(44, 44, 44);
}

.Gebaude_Karte_Effekte_Kostensymbol{
    width: 20px;
    height: 20px;
    text-align: center;
    margin-top: 2px;
    margin-left: 5px;
}

.Gebaude_Karte_Effekte_Kosten{
    width: 220px;
    padding-left: 10px;
    padding-top: 2px;
    height: 20px;
    margin-top: 2px;
    font-size: 13px;
    font-weight: bold;
    color: rgb(255, 216, 88);
}


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



