html, body {
    font-family: 'Khand', sans-serif;
    color: #736b6b;
    font-weight: 300;
    min-height: 101%;
}

header {
    background: #000;
    margin: 75px 0;
    padding: 25px 0 60px 0;
}

footer {
    background: #ebe9e9;
    padding: 25px 0 60px 0;
}

h1 {
    text-align: center;
    padding-bottom: 15px;
}

.logo {
    text-align: center;
    padding-bottom: 10px;
    max-width: 100%;
}

.logo img {
    max-width: 300px;
}

.toggleForm form {
    display: none;
}

.dashboard {
    text-align: center;
}

.dashboard .summary {
    background: url('../images/circle.png') no-repeat center;
    width: 200px;
    height: 200px;
    padding-top: 70px;
    font-size: 42px;
    margin: 15px auto;
}

.belegbild {
    width: 320px;
}

.postContent {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background: #f9f9f9;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 40px;
    color: #222;
    transition: all 0.3s ease-in-out;
}

.postContent:hover {
    transform: translateY(-3px);
}

.commentContent {
    background-color: #ffffff;
    border-radius: 0 0 12px 12px;
    padding: 15px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

.accordionButton {
    cursor: pointer;
}

.postContent img {
    max-width: 100%;
    border-radius: 6px;
    margin-top: 10px;
}

.headlineCol .postType {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 1.2rem;
}

.avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    border: 2px solid #ccc;
    margin-right: 20px;
}

.headlineCol h2 {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.gelesen {
    color: #cc0000;
}

.gelesen.gelesenOK {
    color: #0a0;
}

.btn-dark a {
    color: #fff;
    text-decoration: none;
}

.btn-dark a:hover {
    text-decoration: underline;
}

.postContent {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: rgba(240, 240, 240, 0.85);
    border-radius: 12px;
    padding: 20px;
    color: #000;
    transition: transform 0.2s ease-in-out;
}

.postContent:hover {
    transform: translateY(-2px);
}

.postContent img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}

.commentContent {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 12px 12px;
    padding: 15px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

.gelesen {
    color: #ff0000;
}

.gelesen.gelesenOK {
    color: #00cc00;
}

.accordionButton {
    cursor: pointer;
}


/*FAQ*/
.faqBox {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    background-color: rgba(240, 240, 240, 0.85);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 30px;
    color: #000;
    transition: transform 0.2s ease-in-out;
}

.faqBox:hover {
    transform: translateY(-2px);
}

.faqBox h2 {
    margin-top: 0;
    font-size: 1.25rem;
}

.faqBox .meta {
    font-size: 0.875rem;
    color: #555;
}

.faqBox .antwort-preview {
    font-size: 0.95rem;
    line-height: 1.4;
    color: #222;
}

.faqBox .text-end {
    margin-top: 10px;
}

/*formulare*/
form label {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

form input,
form select,
form textarea {
    border-radius: 6px;
}

form .form-control:focus,
form .form-select:focus {
    border-color: #333;
    box-shadow: 0 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
/* Gesamthöhe vergrößern */
/* Hauptfeld höher machen – wie ein normales Input-Feld */
.select2-container--default .select2-selection--multiple {
    min-height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 1rem;
}

/* Abstand der einzelnen "Tags" im Feld */
.select2-selection__choice {
    margin-top: 6px;
    padding: 6px 10px;
    font-size: 1rem;
    background-color: #e9ecef;
    border: none;
    border-radius: 0.3rem;
    color: #000;
}

/* Placeholder gleich groß wie Eingabe */
.select2-selection__rendered {
    line-height: 1.6 !important;
    padding-left: 4px !important;
}

/* Eingabefeld in der Mehrfachauswahl (Suchfeld im Feld) */
.select2-search__field {
    height: 32px !important;
    font-size: 1rem !important;
}
