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

.Rekrutieren_Topleiste{
    height: 90px;
    width: 930px;
    padding-left: 10px; 
    padding-right: 10px;
    padding-top: 10px;
    margin-top: 5px;
    background-color: rgba(0, 0, 0, 0.192);
    background-image: url('/img/ui/bauen/brett.png');
    filter: contrast(82%);
  
    background-size: 100% 100%;
    background-position: center;
    border-color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
}
.Rekrutieren_Topleiste_Wrapper{
    height: 90px;
    width: 930px;
    background-color: rgba(71, 71, 71, 0);
    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; 
}

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

.Rekrutieren_Topleiste_Element_Abbruch{
    order: 1; /* default is 0 */
    height: 80px;
    width: 80px;
    background-color: rgba(194, 194, 194, 0);
    position: relative;
    filter: contrast(120%) brightness(100%);
}
.Rekrutieren_Topleiste_Element_Abbruch_img{
    height: 80px;
    width: 80px;
    position: absolute;
    background-color: rgba(243, 89, 62, 0);
    filter: contrast(120%) brightness(100%);
}

.Rekrutieren_Topleiste_Element_Abbruch_Anzahl{
    height: 20px;
    width: 80px; 
    
    cursor: pointer;
    margin-top: 35px;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    background-color: rgb(63, 3, 3);
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: rgb(255, 122, 122)
}

.Rekrutieren_Topleiste_Element_Abbruch_Anzahl1{
    height: 15px;
    width: 80px; 
    
    cursor: pointer;
    margin-top: 45px;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    background-color: rgb(75, 75, 75);
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: rgb(163, 163, 163)
}

.Rekrutieren_Topleiste_Element_Abbruch_Anzahl2{
    height: 20px;
    width: 80px; 
    
    cursor: pointer;
    margin-top: 60px;
    margin-right: 0px;
    margin-left: 0px;
    position: absolute;
    background-color: rgb(75, 75, 75);
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: rgb(163, 163, 163)
}

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

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

.Rekrutieren_Topleiste_Element_Abbruch_Rekrutierungsmaximum{
    height: 15px;
    width: 80px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: rgb(75, 75, 75);
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: rgb(255, 255, 255)
}
.Rekrutieren_Topleiste_Element_Abbruch_Rekrutierungsmaximum2{
    height: 15px;
    width: 80px;
    margin-top: 0px;
    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)
}

.Rekrutieren_Topleiste_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)
}


.Rekrutieren_Topleiste_bar{
    height: 5px;
    width: 58px;
    margin-top: 75px;
    margin-right: 0.5px;
    margin-left: 0px;
    background-color: rgb(83, 82, 82);
    color:green;
}

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

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

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

/* Karte */
    .Rekrutieren_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;
    }

    .Rekrutieren_Karte_INFO_txt{
        width: 260px;
        margin-top: 0px;
        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);
    }

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

        display: grid;
        grid-template-columns: 30px 30px 30px 65px 5px 30px 65px;
        grid-template-rows: 30px 30px 30px 30px;
        grid-template-areas: 
                "A A B B B B B"
                "A A C D D E F"
                "P O G H H I J"
                "Q R K L L M N";
        column-gap: 0px;
        row-gap: 0px;
    }

    .Rekrutieren_Karte_Bild{
        height: 60px;
        width: 60px;
        grid-area: A;
    }

    .Rekrutieren_Karte_up{
        height: 30px;
        width: 20px;
        margin-left:10px;
        background-image: url('/img/ui/rekrutieren/PfeilRk.png');
        
        background-size: 100% 100%;
        grid-area: O;
        border: 0px;
        padding-top: 0px;
        text-align: center; 
        font-weight: bold;
        color: rgba(255, 216, 88, 0);
        background-color: rgba(255, 253, 253, 0);
        
    }

    .Rekrutieren_Karte_dn{
        height: 30px;
        width: 20px;
        
        grid-area: P;
        border: 0px;
        background-image: url('/img/ui/rekrutieren/PfeilLk.png');
        background-size: 100% 100%;
        padding-top: 0px;
        text-align: center; 
        font-weight: bold;
        color: rgba(255, 216, 88, 0);
        background-color: rgba(255, 253, 253, 0);
    }

    .Rekrutieren_Karte_Name{
        height: auto;
        padding-top: 7px;
        width: auto;
        grid-area: B;
        background-color: rgba(59, 59, 59, 0);
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        color: rgb(255, 255, 255);
    }

    .Rekrutieren_Karte_Kosten1{
        height: 30px;
        width: 30px;
        grid-area: C;   
    }

    .Rekrutieren_Karte_Kosten2{
        height: 30px;
        width: 65px;
        grid-area: D;
        padding-top: 2px;
        text-align: center; 
        font-weight: bold;
        color: rgb(255, 216, 88);
    }

    .Rekrutieren_Karte_Kosten3{
        height: 30px;
        width: 30px;
        grid-area: E;
    }
    .Rekrutieren_Karte_Kosten4{
        height: 30px;
        width: 65px;
        grid-area: F;
        padding-top: 2px;
        text-align: center; 
        font-weight: bold;
        color: rgb(255, 163, 88);
    }


    .Rekrutieren_Karte_Kosten5{
        height: 30px;
        width: 30px;
        grid-area: G;
    }
    .Rekrutieren_Karte_Kosten6{
        height: 30px;
        width: 65px;
        grid-area: H;
        padding-top: 2px;
        text-align: center; 
        font-weight: bold;
        color: rgb(66, 30, 0);
    }

    .Rekrutieren_Karte_Kosten7{
        height: 30px;
        width: 30px;
        grid-area: I;
    }
    .Rekrutieren_Karte_Kosten8{
        height: 30px;
        width: 65px;
        grid-area: J;
        padding-top: 2px;
        text-align: center; 
        font-weight: bold;
        color: rgb(182, 219, 240);
    }

    .Rekrutieren_Karte_Kosten9{
        height: 30px;
        width: 30px;
        grid-area: K;
    }
    .Rekrutieren_Karte_Kosten10{
        height: 25px;
        width: 65px;
        grid-area: L;
        padding-top: 2px;
        text-align: center; 
        font-weight: bold;
        color: rgb(53, 39, 28);
    }

    .Rekrutieren_Karte_Kosten11{
        height: 30px;
        width: 30px;
        grid-area: M;
    }
    .Rekrutieren_Karte_Kosten12{
        height: 30px;
        width: 65px;
        grid-area: N;
        padding-top: 2px;
        text-align: center; 
        font-weight: bold;
        color: rgb(183, 0, 255);
    }

    .Rekrutieren_Karte_Kosten13{
        height: auto;
        width: auto;
        
        grid-area: Q;   
    }
    .Rekrutieren_Karte_Kosten14{
        height: 30px;
        width: 30px;
        grid-area: R;   
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(88, 194, 255);
    }

    .Rekrutieren_Karte_Body{
        width: 260px;
        height: 180px;
        margin-top: 5px;
        
        
        overflow: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        background-color: rgba(46, 46, 221, 0);
    }

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

    .Rekrutieren_Karte_Body_W{
        width: 260px;
        height: 120px;
        margin-top: 5px;
        display: grid;
        grid-template-columns: 30px 55px 30px 55px 30px 55px;
        grid-template-rows: 30px 30px 30px 30px 30px;
        grid-template-areas: 
                "A B C D E F"
                "G H I J Q R"
                "M N O P S T"
                "K L U 0 0 0"
                "V V W W X X"
                "Z Z Z Z Z Z";
        column-gap: 0px;
        row-gap: 0px;
    }

    .Rekrutieren_Karte_Body_E1{
        height: 30px;
        width: 30px;
        grid-area: A;
        background-color: rgba(172, 23, 23, 0);
    }
    .Rekrutieren_Karte_Body_E2{
        height: 25px;
        width: 55px;
        grid-area: B;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(221, 52, 52);
        text-shadow: 0px 0px 5px #680000;
        background-color: rgba(100, 100, 100, 0);
    }


    .Rekrutieren_Karte_Body_E3{
        height: 30px;
        width: 30px;
        grid-area: C;
        background-color: rgba(23, 125, 172, 0);
    }
    .Rekrutieren_Karte_Body_E4{
        height: 25px;
        width: 55px;
        grid-area: D;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 5px #505050;
        background-color: rgba(100, 100, 100, 0);
    }

    .Rekrutieren_Karte_Body_E5{
        height: 30px;
        width: 30px;
        grid-area: E;
        background-color: rgba(172, 70, 23, 0);
    }
    .Rekrutieren_Karte_Body_E6{
        height: 25px;
        width: 55px;
        grid-area: F;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 5px #505050;
        background-color: rgba(100, 100, 100, 0);
    }

    .Rekrutieren_Karte_Body_E7{
        height: 30px;
        width: 30px;
        grid-area: G;
        background-color: rgba(0, 0, 0, 0);
    }
    .Rekrutieren_Karte_Body_E8{
        height: 25px;
        width: 55px;
        grid-area: H;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 5px #505050;
        background-color: rgba(100, 100, 100, 0);
    }

    .Rekrutieren_Karte_Body_E9{
        height: 30px;
        width: 30px;
        grid-area: I;
        background-color: rgba(143, 52, 0, 0);
    }
    .Rekrutieren_Karte_Body_E10{
        height: 25px;
        width: 55px;
        grid-area: J;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 5px #505050;
        background-color: rgba(100, 100, 100, 0);
    }

    .Rekrutieren_Karte_Body_E11{
        height: 30px;
        width: 30px;
        grid-area: K;
        background-color: rgba(23, 38, 172, 0);
    }
    .Rekrutieren_Karte_Body_E12{
        height: 25px;
        width: 55px;
        grid-area: L;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 5px #505050;
        background-color: rgba(100, 100, 100, 0);
    }

    .Rekrutieren_Karte_Body_E13{
        height: 30px;
        width: 30px;
        grid-area: M;
        background-color: rgba(23, 38, 172, 0);
    }
    .Rekrutieren_Karte_Body_E14{
        height: 25px;
        width: 55px;
        grid-area: N;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 5px #505050;
        background-color: rgba(100, 100, 100, 0);
    }

    .Rekrutieren_Karte_Body_E15{
        height: 30px;
        width: 30px;
        grid-area: O;
        background-color: rgba(172, 90, 23, 0);
    }
    .Rekrutieren_Karte_Body_E16{
        height: 25px;
        width: 55px;
        grid-area: P;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 5px #505050;
        background-color: rgba(100, 100, 100, 0);
    }

    .Rekrutieren_Karte_Body_E17{
        height: 30px;
        width: 30px;
        grid-area: Q;
        background-color: rgba(167, 23, 172, 0);
    }
    .Rekrutieren_Karte_Body_E18{
        height: 25px;
        width: 55px;
        grid-area: R;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 5px #505050;
        background-color: rgba(100, 100, 100, 0);
    }

    .Rekrutieren_Karte_Body_E19{
        height: 30px;
        width: 30px;
        grid-area: S;
        background-color: rgba(162, 172, 23, 0);
    }
    .Rekrutieren_Karte_Body_E20{
        height: 25px;
        width: 55px;
        grid-area: T;
        padding-top: 5px;
        text-align: center; 
        font-weight: bold;
        color: rgb(255, 238, 0);
        text-shadow: 0px 0px 2px #fffcde;
        background-color: rgba(100, 100, 100, 0);
    }


    .Rekrutieren_Karte_Body_Aktion_W{
        width: 260px;
        height: 30px;
        padding-top: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: grid;
        grid-template-columns: 30px 55px 30px 55px 30px 55px;
        grid-template-rows: 30px;
        grid-template-areas: 
                "V V W W X X";
        column-gap: 0px;
        row-gap: 0px;
        border-top: 1px solid  rgb(80, 29, 29);
    }


    .Rekrutieren_Karte_Nachfrage_nbr_lbl{
        width: 75px;
        height: 25px;
        margin-top: 5px;
        padding-top: 5px;
        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, 0, 0);
        text-shadow: 0px 0px 4px #f0f0f0;
        
    }

    .Rekrutieren_Karte_Nachfrage_nbr{
        width: 75px;
        height: 30px;
        padding-top: 0px;
        margin-top: 5px;
        grid-area: W;
        position: relative;
        font-size: 8px;
        padding-right:10px;
        position: relative;
        border: 0px;
        background-color: rgba(190, 144, 144, 0);
        cursor: pointer;
        
        
        text-align: center; 
        font-weight: bold;
        font-size: 16px;
        color: rgb(0, 0, 0);
        text-shadow: 0px 0px 4px #f0f0f0;
        
    }

    .Rekrutieren_Karte_Nachfrage_Btn_1{
        width: 85px;
        height: 30px;
        padding-top: 0px;
        margin-top: 5px;
        margin-left: 0px;
        font-size: 10px;
        grid-area: X;
        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;
        font-size: 14px;
        text-align: center; 
        font-weight: bold;
        color: rgb(0, 2, 0);
        text-shadow: 0px 0px 4px #35ff57;
        
    }


    .Rekrutieren_Karte_Body_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: 14px;
        text-align: center;
        height: -moz-fit-content;
        height: fit-content;
        text-align: center; 

        color: rgb(17, 17, 17)
    }


/* Pool */

    .Rektutieren_Pool{
        height: 320px;
        width: 570px;
        margin-left: 10px;
        padding-left: 0px;
        padding-top: 10px;
        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%);
    }


    .Rektutieren_Pool_W{
        background-color: rgba(212, 198, 6, 0);
            width: 570px;
            height: 310px;
            margin-top: 0px;
            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;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
            z-index: -2;
    }



    .Einheiten_Element{
        
        height: 90px;
        width: 135px;
        background-color: rgba(0, 0, 0, 0);
        position: relative;
    }
    
    .Einheiten_Element_img{
        height: 80px;
        width: 80px;
        padding-left: 30px;
        position: absolute;
        filter: contrast(100%) brightness(100%);
        background-color: rgba(149, 243, 62, 0);
    }

    .Einheiten_Element_img_eigenschaft{
        height: 80px;
        width: 40px;
        margin-top: 00px;
        padding-top: 2px;
        margin-right: 0px;
        margin-left: 95px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0);
        
    }
    
    .Einheiten_Element_Name{
        height: 15px;
        width: 135px;
        margin-top: 80px;
        padding-top: 2px;
        margin-right: 0px;
        margin-left: 0px;
        position: absolute;
        background-color: rgba(161, 161, 161, 0.219);
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: rgb(247, 148, 0);
        text-shadow: 0px 0px 4px #000000;
        border-color: black;
        border: 1px solid rgb(0, 0, 0);
        border-radius: 4px;
    }

























