#accessibility_container {
  text-align: center;
  padding: 5px 15px;
  width: 100px;
}
#accessibility_container a {
  padding: 5px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
#accessibility_container .theme-switcher {
  background-color: #d4d8dd;
  border-radius: 10px;
  margin: auto;
  display: flex;
  padding: 0 3px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#accessibility_container .theme-switcher .slider {
  display: block;
  position: absolute;
  z-index: 1;
  width: calc((100% - 6px) / 2);
  top: 3px;
  transform: translatex(-110%);
  bottom: 3px;
  border-radius: 6px;
  transition: 0.15s ease, transform 0.25s ease-out;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px #ddd, 0 2px 3px #ccc;
}
#accessibility_container .theme-switcher input {
  display: none;
}
#accessibility_container .theme-switcher input:nth-of-type(1):checked ~ .slider {
  transform: translateX(0);
}
#accessibility_container .theme-switcher input:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
#accessibility_container .theme-switcher label {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: calc(100% / 2);
  color: #737374;
}
#accessibility_container .theme-switcher label span {
  padding: 8px 0 6px 0;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}
#accessibility_container .theme-switcher label svg {
  display: inline-block;
  margin-right: 0.5rem;
  width: 20px;
}
#accessibility_container .font-resizer {
  display: inline-block;
}
.dark-theme {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-theme ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
}
.dark-theme ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
}
.dark-theme :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
}
.dark-theme :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
}
.dark-theme input[type=text]::-webkit-input-placeholder {
  color: #ffffff !important;
}
.dark-theme #accessibility_container {
  color: #ffffff;
}
.dark-theme #accessibility_container a {
  color: #ffffff;
}
.dark-theme #accessibility_container .theme-switcher {
  background-color: #1D1D1B;
}
.dark-theme #accessibility_container .theme-switcher .slider {
  background-color: #5D5F65 !important;
}
.dark-theme #accessibility_container .theme-switcher label {
  color: #ffffff;
}
.dark-theme #accessibility_container .font-resizer button {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
  color: #ffffff;
}
.dark-theme header {
  background-color: #1D1D1B;
}
.dark-theme header nav.navbar.scroll-on {
  background-color: #1D1D1B;
}
.dark-theme .football-banner {
  background-image: none !important;
}
.dark-theme .logo {
  display: none;
}
.dark-theme .logo-invert {
  display: block;
}
.dark-theme .navbar .navbar-nav li a.nav-link {
  color: #ffffff;
}
.dark-theme .navbar .navbar-nav li .dropdown-item {
  color: #ffffff;
}
.dark-theme .navbar .navbar-nav li .dropdown-item:hover {
  color: #ffffff;
}
.dark-theme .navbar .dropdown:hover > .dropdown-menu {
  background-color: #1D1D1B;
}
.dark-theme .navbar button.navbar-toggler.offcanvas-nav-btn {
  color: #ffffff;
}
.dark-theme .offcanvas {
  background-color: #1D1D1B;
}
.dark-theme .bg-mute {
  background-color: #1D1D1B !important;
}
.dark-theme a {
  color: #ffffff;
}
.dark-theme .contact-txt .call-widget a {
  color: #ffffff;
}
.dark-theme .contact-txt .call-widget a span {
  color: #ffffff;
}
.dark-theme .form-control {
  background-color: #1D1D1B;
  color: #ffffff;
}
.dark-theme .contact-form .nice-select {
  background-color: #1D1D1B;
}
.dark-theme .contact-form .nice-select:after {
  border-color: #ffffff;
}
.dark-theme .contact-form .nice-select .nice-select-dropdown {
  background-color: #1D1D1B;
  border: 1px solid #ffffff;
}
.dark-theme .contact-form .nice-select .option:hover,
.dark-theme .contact-form .nice-select .option.focus,
.dark-theme .contact-form .nice-select .option.selected.focus {
  color: #1D1D1B;
}
.dark-theme .pager .current {
  color: #009fe3;
}
.dark-theme .pager a,
.dark-theme .pager span {
  background-color: #1D1D1B;
}
.dark-theme .social-share a {
  background-color: #1D1D1B;
}
.dark-theme .contact-card {
  background-color: #1D1D1B;
}
.dark-theme .contact-card a,
.dark-theme .contact-card p {
  color: #ffffff;
}
.dark-theme .btn-dark {
  background-color: #ffffff;
  color: #1D1D1B !important;
}
.dark-theme .btn-dark:hover {
  background-color: #323339;
  color: #ffffff !important;
}
.dark-theme .single-brand a img {
  filter: brightness(0) invert(1);
  /* Alles weiß */
}
.dark-theme .single-brand a img:hover {
  filter: brightness(0);
  /* Alles schwarz */
}
.dark-theme .team-img a img {
  filter: brightness(0) invert(1);
  /* Alles weiß */
}
/*# sourceMappingURL=Accessibility.css.map */