:root {
  --wbbf-sidebar-primary-background-color: aqua;
  --wbbf-sidebar-primary-font-color: black;
  --wbbf-sidebar-secondary-background-color: #ddd;
  --wbbf-togglebutton-background-color: white;
  --wbbf-togglebutton-background-color-hover: gray;
  --wbbf-togglebutton-font-color: black;
  --wbbf-contrast1-background-color: red;
  --wbbf-contrast1-border-color: black;
  --wbbf-contrast1-font-color: black;
  --wbbf-contrast1-link-color: blue;
  --wbbf-contrast1-link-hover-color: darkblue;
  --wbbf-contrast2-background-color: green;
  --wbbf-contrast2-border-color: black;
  --wbbf-contrast2-font-color: black;
  --wbbf-contrast2-link-color: blue;
  --wbbf-contrast2-link-hover-color: darkblue;
  --wbbf-contrast3-background-color: blue;
  --wbbf-contrast3-border-color: black;
  --wbbf-contrast3-font-color: black;
  --wbbf-contrast3-link-color: yellow;
  --wbbf-contrast3-link-hover-color: orange;
}

.wbbf-ds-flex {
  display: flex;
}

.wbbf-justify-center {
  justify-content: center;
}

.wbbf-justify-between {
  justify-content: space-between;
}

.wbbf-justify-end {
  justify-content: end;
}

.wbbf-flex-column {
  flex-direction: column;
}

.wbbf-items-center {
  align-items: center;
}

.wbbf-txt-dark {
  color: #000;
}

.wbbf-px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.wbbf-py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.wbbf-pt-10 {
  padding-top: 10px;
}

.wbbf-pb-10 {
  padding-bottom: 5px;
}

.wbbf-mx-2 {
  margin-left: 14px;
  margin-right: 14px;
}

.wbbf-mx-1 {
  margin-left: 4px;
  margin-right: 4px;
}

.wbbf-txt-center {
  text-align: center;
}

.wbbf-txt-end {
  text-align: end;
}

.wbbf-toggle-button {
  position: relative;
  border-radius: 100%;
  cursor: pointer;
}
.wbbf-toggle-button.wbbf-tab-highlight {
  box-shadow: none !important;
}
.wbbf-toggle-button.wbbf-tab-highlight .wb-icon {
  box-shadow: 0 0px 2px 2px #3498db !important;
}
.wbbf-toggle-button .wb-icon {
  border-radius: 100%;
  display: block;
  font-size: 40px;
  color: var(--wbbf-togglebutton-background-color);
  transition: 0.3s all ease;
}
.wbbf-toggle-button .wb-icon:hover {
  color: var(--wbbf-togglebutton-background-color-hover);
}

.wbbf-sidebar {
  position: fixed;
  font-size: 16px !important;
  line-height: 16px !important;
  font-family: arial, serif;
  display: none;
  height: 100%;
  width: 490px;
  top: 0;
  right: 0;
  background-color: #dddddd;
  overflow-x: hidden;
  transition: 0.4s;
  z-index: 99999999;
}
body.admin-bar .wbbf-sidebar {
  top: 32px;
  height: calc(100% - 32px);
}
body.admin-bar .wbbf-sidebar .wbbf-sidebar-header {
  top: 32px;
}
@media (max-width: 500px) {
  .wbbf-sidebar {
    width: 100% !important;
  }
}
.wbbf-sidebar .wbbf-sidebar-header {
  padding-top: 14px;
  padding-bottom: 14px;
  position: fixed;
  top: 0;
  width: 490px;
  z-index: 100;
  background-color: var(--wbbf-sidebar-primary-background-color);
  color: var(--wbbf-sidebar-primary-font-color);
}
@media (max-width: 500px) {
  .wbbf-sidebar .wbbf-sidebar-header {
    width: 400px !important;
  }
}
@media (max-width: 380px) {
  .wbbf-sidebar .wbbf-sidebar-header {
    width: 360px !important;
  }
}
@media (max-width: 325px) {
  .wbbf-sidebar .wbbf-sidebar-header {
    width: 320px !important;
  }
}
.wbbf-sidebar .wbbf-sidebar-header h3 {
  padding: 0;
  margin: 0;
  letter-spacing: normal !important;
  color: var(--wbbf-sidebar-primary-font-color);
}
.wbbf-sidebar .wbbf-sidebar-header #wbbf-close-sidebar {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
}
.wbbf-sidebar .wbbf-sidebar-header #wbbf-close-sidebar.wbbf-tab-highlight {
  box-shadow: none !important;
}
.wbbf-sidebar .wbbf-sidebar-header #wbbf-close-sidebar.wbbf-tab-highlight .wb-icon {
  box-shadow: 0 0px 2px 2px #3498db !important;
}
.wbbf-sidebar .wbbf-sidebar-header #wbbf-close-sidebar .wb-icon {
  border-radius: 100%;
  display: block;
  font-size: 30px;
  color: var(--wbbf-sidebar-primary-font-color);
  transition: 0.3s all ease;
}
.wbbf-sidebar .wbbf-sidebar-header #wbbf-close-sidebar .wb-icon:hover {
  color: var(--wbbf-togglebutton-background-color-hover);
}
.wbbf-sidebar .wbbf-sidebar-body {
  margin-top: 3rem;
  min-height: 480px;
  width: 100%;
  padding-bottom: 1rem;
  background-color: #dddddd;
}
.wbbf-sidebar .wbbf-sidebar-body button .wbbf-header {
  display: none;
}
.wbbf-sidebar .wbbf-sidebar-body button.wbbf-bordered-btn .wbbf-header {
  display: block;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.3125rem -0.625rem;
  margin-top: 3.2rem !important;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list button {
  position: relative;
  flex: 0 0 calc(33.333% - 1.25rem);
  max-width: calc(33.333% - 1.25rem);
  box-sizing: border-box;
  height: 114px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  border: 2px solid #fff;
  padding: 0.3125rem 0.625rem;
  transition: border-color 0.15s ease;
  background-color: #fff;
  margin: 0.4125rem 0.425rem;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list button:hover {
  border: 2px solid black;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list button.wbbf-bordered-btn {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.22);
}
@media (max-width: 460px) {
  .wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list button {
    flex: 0 0 calc(50% - 1.25rem);
    max-width: calc(50% - 1.25rem);
  }
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list button .wbbf-header {
  padding-right: 16px;
  padding-top: 6px;
  width: 100%;
  position: absolute;
  top: 0;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list button .wbbf-body .wb-icon {
  font-size: 40px;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list .wbbf-footer {
  position: absolute;
  bottom: 6px;
  width: 90%;
  padding-left: 4px;
  padding-right: 4px;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-buttons-list .wbbf-footer .wbbf-step {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: gray;
}
.wbbf-sidebar .wbbf-sidebar-body strong {
  font-weight: bold;
  font-size: 15px;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-reset-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-reset-button #wbbf-reset-button {
  display: inline-block;
  width: 90%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 2px solid var(--wbbf-sidebar-primary-font-color);
  background-color: var(--wbbf-sidebar-primary-background-color);
  color: var(--wbbf-sidebar-primary-font-color);
  cursor: pointer;
}
.wbbf-sidebar .wbbf-sidebar-body .wbbf-reset-button #wbbf-reset-button .wb-icon {
  font-size: 14px;
}
.wbbf-sidebar .wbbf-sidebar::-webkit-scrollbar {
  width: 10px;
}
.wbbf-sidebar .wbbf-sidebar::-webkit-scrollbar-thumb {
  background-color: #444;
  border-radius: 5px;
}
.wbbf-sidebar .wbbf-sidebar::-webkit-scrollbar-track {
  background-color: #ccc;
}

.wbbf-container {
  position: relative;
}

.wbbf-active-btn {
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.22);
}

.wbbf-content {
  flex: 1;
  padding: 16px;
}

svg.svg-inline--fa, svg.svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
  height: 1em;
  vertical-align: -0.125em;
}

.fa-2x {
  font-size: 2em;
}

.wbbf-big-cursor {
  cursor: url("../img/arrow_w.svg"), auto !important;
}

.wbbf-align-left {
  text-align: left !important;
}

.wbbf-align-right {
  text-align: right !important;
}

.wbbf-align-justify {
  text-align: justify !important;
}

.wbbf-invert-contrast {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}

.wbbf-light-contrast {
  background-color: white !important;
  border-color: black !important;
  color: black !important;
}

.wbbf-light-contrast:before {
  background-color: white !important;
  border-color: black !important;
  color: black !important;
}

.wbbf-light-contrast:after {
  background-color: white !important;
  border-color: black !important;
  color: black !important;
}

.wbbf-light-contrast a {
  color: blue;
}

.wbbf-light-contrast a:hover {
  color: darkblue !important;
}

.wbbf-light-contrast a:active {
  color: darkblue !important;
}

.wbbf-dark-contrast {
  background-color: black !important;
  border-color: white !important;
  color: green !important;
}

.wbbf-dark-contrast:before {
  background-color: black !important;
  border-color: white !important;
  color: green !important;
}

.wbbf-dark-contrast:after {
  background-color: black !important;
  border-color: white !important;
  color: green !important;
}

.wbbf-dark-contrast a {
  color: yellow !important;
}

.wbbf-dark-contrast a:hover {
  color: yellowgreen !important;
}

.wbbf-dark-contrast a:active {
  color: yellowgreen !important;
}

.wbbf-smart-contrast-1 {
  background-color: var(--wbbf-contrast1-background-color) !important;
  border-color: var(--wbbf-contrast1-border-color) !important;
  color: var(--wbbf-contrast1-font-color) !important;
}

.wbbf-smart-contrast-1:before {
  background-color: var(--wbbf-contrast1-background-color) !important;
  border-color: var(--wbbf-contrast1-border-color) !important;
  color: var(--wbbf-contrast1-font-color) !important;
}

.wbbf-smart-contrast-1:after {
  background-color: var(--wbbf-contrast1-background-color) !important;
  border-color: var(--wbbf-contrast1-border-color) !important;
  color: var(--wbbf-contrast1-font-color) !important;
}

.wbbf-smart-contrast-1 a {
  color: var(--wbbf-contrast1-link-color) !important;
}

.wbbf-smart-contrast-1 a:hover {
  color: var(--wbbf-contrast1-link-hover-color) !important;
}

.wbbf-smart-contrast-1 a:active {
  color: var(--wbbf-contrast1-link-hover-color) !important;
}

.wbbf-smart-contrast-2 {
  background-color: var(--wbbf-contrast2-background-color) !important;
  border-color: var(--wbbf-contrast2-border-color) !important;
  color: var(--wbbf-contrast2-font-color) !important;
}

.wbbf-smart-contrast-2:before {
  background-color: var(--wbbf-contrast2-background-color) !important;
  border-color: var(--wbbf-contrast2-border-color) !important;
  color: var(--wbbf-contrast2-font-color) !important;
}

.wbbf-smart-contrast-2:after {
  background-color: var(--wbbf-contrast2-background-color) !important;
  border-color: var(--wbbf-contrast2-border-color) !important;
  color: var(--wbbf-contrast2-font-color) !important;
}

.wbbf-smart-contrast-2 a {
  color: var(--wbbf-contrast2-link-color) !important;
}

.wbbf-smart-contrast-2 a:hover {
  color: var(--wbbf-contrast2-link-hover-color) !important;
}

.wbbf-smart-contrast-2 a:active {
  color: var(--wbbf-contrast2-link-hover-color) !important;
}

.wbbf-smart-contrast-3 {
  background-color: var(--wbbf-contrast3-background-color) !important;
  border-color: var(--wbbf-contrast3-border-color) !important;
  color: var(--wbbf-contrast3-font-color) !important;
}

.wbbf-smart-contrast-3:before {
  background-color: var(--wbbf-contrast3-background-color) !important;
  border-color: var(--wbbf-contrast3-border-color) !important;
  color: var(--wbbf-contrast3-font-color) !important;
}

.wbbf-smart-contrast-3:after {
  background-color: var(--wbbf-contrast3-background-color) !important;
  border-color: var(--wbbf-contrast3-border-color) !important;
  color: var(--wbbf-contrast3-font-color) !important;
}

.wbbf-smart-contrast-3 a {
  color: var(--wbbf-contrast3-link-color) !important;
}

.wbbf-smart-contrast-3 a:hover {
  color: var(--wbbf-contrast3-link-hover-color) !important;
}

.wbbf-smart-contrast-3 a:active {
  color: var(--wbbf-contrast3-link-hover-color) !important;
}

.wbbf-custom-font-1 {
  font-family: Arial, serif !important;
}

.wbbf-custom-font-2 {
  font-family: Courier, serif !important;
}

.wbbf-custom-font-3 {
  font-family: Verdana, serif !important;
}

.wbbf-screen-reader {
  outline: 3px solid rgba(255, 0, 0, 0.5) !important;
  outline-offset: 3px;
}

.wbbf-marked-link {
  background-color: black !important;
  color: yellow !important;
  text-decoration: underline !important;
  outline: 2px solid yellow !important;
}

.wbbf-hidden-image-container {
  position: relative !important;
  border: thin black solid !important;
}
.wbbf-hidden-image-container p {
  position: absolute;
  top: 0;
  left: 0;
}

.wbbf-tab-highlight {
  box-shadow: 0 0px 2px 2px #3498db !important;
}/*# sourceMappingURL=wb-barrierefreiheit-public.css.map */