/* last changement: 20240911 */

#einGabe {
  background-image: url('../../../css/isearchicon.svg');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  width: 90%;
  font-size: 1.1rem;
  padding: 1rem 1rem 1rem 1rem;
  border: 3px solid grey;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#sinUL {
  list-style-type: none;
  padding: 0;
  margin: 1rem;
}
#sinUL li a {
  border: 1px solid #ddd;
  margin-top: -1px; /* Prevention of double borders */
  background-color: #eee7db;
  padding: 0.75rem;
  text-decoration: none;
  font-size: 1.1rem;
  color: black;
  display: block
}
#sinUL li a:hover:not(.header) {
  background-color: #f5c8bf;
}