.Journal{               
    height: 700px;
    width: 950px;
    margin-left: 0px;
    padding-left:0px;
    margin-right: 0px;
    margin-top:10px;
    background-color: rgb(228, 195, 195);
    border-color: black;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 4px;

}

.Journal_Topleiste{
    height: 40px;
    width: 950px;
        
    display: flex;
    align-content: center;
    justify-content: left;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 0px;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

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

.Journal_Topleiste_txt{
    height: 40px;
    width: 950px;
    position: absolute;
    text-align: center;
}



.Journal_Inhalt{
    height: 660px;
    width: 950px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.151);
    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;
}
.Journal_Inhalt::-webkit-scrollbar { /* Scrollbars für Chrome */
    display: none; 
}

.Journal_Inhalt_Dialog{
    
    height: 680px;
    width: 950px;
    margin-top: 5px;
    margin-left: 48%;
    -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;
    
    
}

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



.Journal_Inhalt_Navigator_Wrapper{
    height: 639px;
    width: 199px;
    
    background-color: rgba(112, 45, 45, 0.151);
    border-color: black;
    border: 0.4px solid rgb(0, 0, 0);
    border-radius: 4px;
}

.Journal_Inhalt_Navigator_Titel{
    height: 20px;
    width: 199px;
    text-align: center; 
    background-color: rgba(133, 133, 133, 0.151);
}

.Journal_Inhalt_Navigator_Kategorien{
    height: 549px;
    width: 199px;
    padding-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;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */

    background-color: rgba(243, 0, 0, 0.397);
}

.Journal_Inhalt_Navigator_Kategorien_Element_W{
    height: 30px;
    width: 180px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

}

.Journal_Inhalt_Navigator_Kategorien_Element_btn_01{
    height: 30px;
    width: 180px;
    
    background-image: url('/img/ui/bauen/btn_leer_30x85.png');
    background-size: 100% 100%;
    filter: contrast(100%) brightness(120%);
    border: 0px;
    background-color: rgba(201, 73, 73, 0);
    cursor: pointer;
    text-align: center; 
    font-weight: normal;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

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

.Journal_Inhalt_Navigator_Kategorien_Element_img{
    height: 30px;
    width: 30px;
    margin: 0px;
    position: absolute;
    background-color: rgba(229, 255, 0, 0);
}





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

    background-color: rgba(243, 0, 0, 0.397);
}

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

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




.Journal_Inhalt_Content_Wrapper{
    height: 639px;
    width: 720px;

    display: flex;
    align-content: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
   
    background-color: rgba(45, 82, 112, 0.151);
    border-color: black;
    border: 0.4px solid rgb(0, 0, 0);
    border-radius: 4px;
}


.Journal_Inhalt_Content_Element{
    width: 700px;
    margin-top: 5px;
    background-color: rgb(129, 129, 129);
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
}
.Journal_Inhalt_Content_titel{
    height: 40px;
    width: 700px;
    
    
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0px 0px 5px #000000;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    border-color: black;
    border: 0.5px solid rgb(0, 0, 0);
    border-radius: 4px;
    
    border-style: solid;
    
}

.Journal_Inhalt_Content_titel_text{
    height: 30px;
    width: 700px;
    padding-top: 10px;
    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;
   
    
}

.Journal_Inhalt_Content_titel_img{
    height: 40px;
    width: 40px;
    position:absolute;
    background-color: rgba(255, 222, 33, 0);
}

.Journal_Inhalt_Content_Inhaltbox{
    height: 380px;
    width: 680px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.363);
    display: flex;
    align-content: flex-start;
    justify-content: center;
    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;
}
.Journal_Inhalt_Content_Inhaltbox::-webkit-scrollbar { /* Scrollbars für Chrome */
    display: none; 
}

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

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

.Journal_Element2_FRAME_B_text{
    height: 40px;
    width: 670px;
    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;
   
    
}

.Journal_Element2_FRAME_B_img{
    height: 30px;
    width: 30px;
    padding: 5px;
    position:absolute;
    background-color: rgba(255, 222, 33, 0);
}
.Journal_Element2_FRAME_B_img2{
    height: 30px;
    width: 30px;
    padding: 5px;
    position: relative;;
    background-color: rgba(255, 222, 33, 0);
}

.Journal_Element2_ITEM_NBR{
    width: 100px;
    height: 30px;
    padding-top: 0px;
    margin-top: 0px;
    margin-right: 5px;
    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(241, 255, 51);
    
}
.Journal_Element2_FRAME_C{
    min-height: 30px;
    height: auto;
    width: 660px;
    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);  
}

.Journal_Element2_FRAME_C_extra{
    min-height: 50px;
    height: auto;
    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);  
}


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

.Journal_Element2_IMAGE_A{
    height: 40px;
    width: 40px;
    background-color: rgba(174, 206, 30, 0);  
}
.Journal_Element2_IMAGE_B{
    height: 20px;
    width: 20px;
    margin: 5px;
    position: relative; 
}

.Journal_Element2_ITEM_A1{
    margin: 5px;
    height: 130px;
    width: 100px;
    background-color: rgba(255, 251, 0, 0.658);
}

.Journal_Element2_ITEM_A2{
    margin: 5px;
    height: 130px;
    width: 300px;
    
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0.384);
    text-shadow: 0px 0px 5px #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center; 
}

.Journal_Element2_ITEM_A3{
    margin: 5px;
    height: 130px;
    width: 200px;
    
    color: rgb(255, 166, 0);
    background-color: rgba(255, 255, 255, 0.384);
    text-shadow: 0px 0px 5px #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center; 
}

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

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

.Journal_Element2_Beschreibung_none_c{
    width: 650px;
    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; 
    
}

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

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

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




