body {
    padding: 0;
    overflow-x: hidden;
    background-color: rgb(24, 25, 43);
    font-size: 16px;
    width: 100%;
    margin: 0;
    font-family: 'Open Sans';
}

#parallax-container {
    height: 100px;
    overflow: hidden;
}

.parallax-bg {
    height: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: left;
    color: white;
}

.content {
    font-size: 0.8rem;
    text-align: center;
    position: relative;
    z-index: 1; /* Ensure .content is on top of .parallax-bg */
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    background-color: rgb(24, 25, 43);
}

.im {
    width: 50px;
    display: inline;
    float: left;
    margin: 5px 10px 5px 20px;
}

.prfpic {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.tx {
    float: left;
    margin: 20px 0 0 0;
    font-size: 0.6rem;
    display: inline;
    color: rgb(154, 154, 154); 
    text-shadow: 0px 0px 2px rgb(154, 154, 154), 0px 0px 2px rgb(154, 154, 154), 0px 2px 2px rgb(154, 154, 154);
}

.username {
    color: rgb(154, 154, 154); 
    text-shadow: 0px 0px 2px rgb(154, 154, 154), 0px 0px 2px rgb(154, 154, 154), 0px 2px 2px rgb(154, 154, 154);
}

.neuer_text_gen_box {
    z-index: 100;
    position: fixed;
    left: 50%;
    width: 100%;
    max-width: 450px;
    bottom: 0.5%;
    transform: translate(-50%, 0);
}

.neuer_text_gen {
    z-index: 100;
    border: 1px solid rgb(188, 189, 190);
    border-radius: 25px;
    padding: 0 20px 13px 0;
    background-color: rgb(24, 25, 43);
}

.frage {
    color: rgb(188, 189, 190); 
    font-size: 1rem; 
    padding: 0;
    width: 100%;
    max-width: 400px;
    margin: 15px 0 0;
}

#textInput {
    background-color: rgb(24, 25, 43);
    color: rgb(97, 97, 97); 
    border-style: none; 
    width: 100%;
    max-width: 300px;
    height: 26px;
    resize: none;
    margin: 0;
    font-size: 0.9rem; 
    border: 1px solid rgb(13, 82, 152) !important;
    border-radius: 10px !important;
   
}

.posten {
    background-color: rgb(24, 25, 43);
    color: rgb(188, 189, 190);
    border-style: none;
    font-size: 0.9rem;
    cursor: pointer;
    float: right;
    height:0px;
    position: absolute;
    right:5%;
    bottom:44%;
}

.posten:hover {
    color: rgb(0, 128, 255);
    cursor: pointer;
}

#postenBtn:hover {
    cursor: pointer;
}

.neuerText {
    border: 1px solid rgb(188, 189, 190);
    border-radius: 16px;
    font-size: 1rem;
    padding: 20px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    transform: translate(0, 0);
}
    .parallax-bg {
        height: 200px;
        font-size: 16px;
        width: 100%;
        display: flex;
        justify-content: center;
        text-align: left;
        position: absolute;
        color: white;
    }
    #textInput {
        width: 100%;
        border: 1px solid rgb(13, 82, 152) !important;
        border-radius: 10px !important;
        margin: 0 10px 0 0;
        padding: 4px 0 0 10px;
        color:white;
        max-width: 340px;
    }
   
    .neuerText {
        width: 80%;
        transform: translate(0, 0);
    }
    .neuer_text_gen_box {
        width: 100%;
        left: 50%;
        transform: translate(-50%, 0);

    }
    .neuer_text_gen {
        margin: 0 2px;
        padding: 0 20px 8px 20px;
        background-color: rgba(24, 25, 43, 0.98);
    }
    .posten {
        padding: 0;
        margin: 0;
        background-color: transparent;
    }
    .frage {
        padding: 0 0 10px;
        width: 100%;
    }
    .username {
        width: 100%;
        justify-content: center;
        padding: 30px 0 0;
        display: flex;
        padding: 150px 0 0;
    }
    .prfpic {
        width: 100%;
    }
    .im {
        width: 50px;
        display: inline;
        float: left;
        margin: 5px 10px 5px 5px;
    }
    @media only screen and (max-width: 442px) {
        #textInput {
            width:80%;
    }}

@media only screen and (max-width: 381px) {
    .posten {
        float: none;
        position: absolute;
        right: 5%;
        bottom: 43%;
    }
}
