#commentsContainer {
    width: 95%;
    max-width: 1100px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(199 93 93 / 58%);
    margin-bottom: 20px;
    max-height: 400px;
    margin: 0 auto;
    height: auto !important;
}

/* Responsives Design */
@media (max-width: 768px) {
    #commentsContainer {
        width: 95%;
    max-width: 1100px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgb(199 93 93 / 58%);
    margin-bottom: 20px;
    max-height: 400px;
    margin: 0 auto;
    height: auto !important;

    }
}

#forum-eintrag-teaser-all{
    background-color: #79af96;
    margin: 20px 0;
}

.comment {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.comment h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
}

.comment p {
    margin: 5px 0;
    color: #555;
}

/* Eingabefelder */
input[type="text"],
textarea {
    width: 100%;
    padding: 22px;
    margin-bottom: 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    width: 100% !important;
    margin: 10px 0px !important;
}

input[type="text"]:focus,
textarea:focus {
    border-color: #007bff;
    outline: none;
    background-color: #fff;
}

button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 8px;
    background-color: #007bff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #0056b3;
}

/* Timer für Live-Update */
#timer {
    margin-top: 10px;
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
    border-radius: 8px;
    font-size: 14px;
    color: #777;
}

#commentSuccess {
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    display: none;
}



.formular-forum {
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    text-align: center;
}


.flexxi {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-content: flex-end;
    max-width: 1050px;
    margin: 0 auto;
}


.kategorien {
    border: solid;
    background-color: red;

}


.profilbild-forum{
    width: 100px;
    height: 100px;
    border-radius: 230px;

}


#commentsContainer .comment p {
    margin: 5px 0;
    color: #555;
    display: flex;
    flex-direction: column;
}



@media only screen {
    html {
      min-height: 100%;
      background: #f3f3f3
    }
  }

  @media only screen and (max-width:900px) {
    table.body img {
      width: auto;
      height: auto
    }

    table.body center {
      min-width: 0 !important;
    }

    table.body .side-spacer {
      width: 2.5% !important;
    }

    table.body .column,
    table.body .columns {
      height: auto !important;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 16px !important;
      padding-right: 16px !important
    }

    table.body .column .column,
    table.body .column .columns,
    table.body .columns .column,
    table.body .columns .columns {
      padding-left: 0 !important;
      padding-right: 0 !important
    }
  }