p {
    margin: 0;
}

#wrapper5 rect {
 display: none; 
}
/* Archivmodul: Auswahlfeld / Suchfeld breiter machen */
#filter-search {
    width: 280px !important;     /* oder jede gewünschte Breite */
    max-width: 100%;
}
/* Einheitliche Höhe für alle Filter-Elemente */
#adminForm input,
#adminForm select,
#adminForm button,
#adminForm .btn {
    height: 60px;               /* gewünschte Höhe */
    line-height: 50px;
    padding: 0 12px;
    box-sizing: border-box;
}

#adminForm select {
    height: 60px;
    line-height: 50px;        /* Text mittig */
    padding: 0 35px 0 10px;   /* Platz rechts für den Pfeil */
    appearance: none;         /* Browser-Standard deaktivieren (Safari/Chrome) */
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #187f2c;  /* Hintergrund */
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' width='24' xmlns='http://www.w3.org/2000/svg'><polygon points='7,9 17,9 12,14'></polygon></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;  /* Pfeil korrekt platzieren */
    background-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Farbe des Filter/Search Buttons */
#adminForm button,
#adminForm .btn {
    background-color: #187f2c !important;   /* Hauptfarbe */
    border-color: #818181 !important;
    color: #fedc00 !important;
    font-weight: 600;
    cursor: pointer;
}

/* Hover Effekt */
#adminForm button:hover,
#adminForm .btn:hover {
    background-color: #fedc00 !important;
    border-color: #818181 !important;
    color: #187f2c !important;
}

/* Abstand zwischen den Feldern */
#adminForm .form-control,
#adminForm input,
#adminForm select {
    margin-right: 8px;
}
