#bf-toolbar-wrapper {
  position: fixed;
  top: 70px;
  right: 10px;
  z-index: 9999;
  font-family: sans-serif;
}

#bf-toolbar-toggle {
  background: #3f51b5;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 0;
  cursor: pointer;
  font-size: 18px;
}

#bf-toolbar {
  margin-top: 5px;
  background: white;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  width: 320px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#bf-toolbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bf-toolbar li {
  margin-bottom: 6px;
}

#bf-toolbar button,
#bf-toolbar a {
  display: block;
  width: 100%;
  padding: 6px;
  text-align: left;
  background: none;
  border: none;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

#bf-toolbar button:hover,
#bf-toolbar a:hover,
#bf-toolbar button:focus,
#bf-toolbar a:focus {
  outline: 2px solid #3f51b5;
  background-color: #eef;
}

.bf-hidden {
  display: none;
}

/* Wirkungsklassen */
.bf-contrast-high {
  filter: contrast(2);
}

.bf-contrast-negative {
  filter: invert(1) hue-rotate(180deg);
}

.bf-bg-light {
  background-color: #fff !important;
  color: #000 !important;
}

.bf-links-highlight a {
  text-decoration: underline !important;
  background-color: yellow !important;
}

.bf-readable-font {
  font-family: Arial, sans-serif !important;
  letter-spacing: 0.03em;
}

.bf-toolbar-hint {
  font-size: 0.875em;
  color: #666;
  margin-top: 1em;
  text-align: right;
}

/*.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}*/

#bf-toolbar .toolbar-icon {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-right: 0.3em;
}

#bf-toolbar .toolbar-icon svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
}
