.main-header .accessibility_container {
  text-align: center;
  padding: 2px 0;
  width: 80px;
  margin-right: 10px;
}
.main-header .accessibility_container a {
  padding: 5px;
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.main-header .accessibility_container .theme-switcher {
  background-color: #18268f;
  border: 1px solid #18268f;
  border-radius: 10px;
  margin: auto;
  display: flex;
  padding: 0;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main-header .accessibility_container .theme-switcher input {
  display: none;
}
.main-header .accessibility_container .theme-switcher label {
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: calc(100% / 2);
  color: #ffffff;
  margin-bottom: 0;
}
.main-header .accessibility_container .theme-switcher label.theme-label.active span i {
  color: #18268f;
}
.main-header .accessibility_container .theme-switcher label span {
  padding: 4px 0 2px 0;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}
.main-header .accessibility_container .theme-switcher .slider {
  display: block;
  position: absolute;
  z-index: 1;
  width: 50%;
  transform: translatex(0%);
  top: 0;
  bottom: 0;
  border-radius: 6px;
  transition: 0.15s ease, transform 0.25s ease-out;
  background-color: #ffffff;
}
.main-header .accessibility_container .theme-switcher .slider.slider-light-theme {
  transform: translateX(0);
}
.main-header .accessibility_container .theme-switcher .slider.slider-dark-theme {
  transform: translateX(100%);
}
.main-header.sticky-header--cloned .accessibility_container .theme-switcher {
  border-color: #ffffff;
}
.js-font-label {
  color: #ffffff !important;
}
.js-font-reset,
.js-font-dec,
.js-font-inc {
  background-color: #18268f !important;
  color: #ffffff !important;
}
.dark-theme {
  background-color: #4e4e4e !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 .js-font-label {
  color: #000000 !important;
}
.dark-theme .js-font-reset,
.dark-theme .js-font-dec,
.dark-theme .js-font-inc {
  background-color: #000000 !important;
  color: #ffffff !important;
}
.dark-theme .accessibility_container .theme-switcher {
  background-color: #000000;
}
.dark-theme ::-moz-selection {
  /* Code for Firefox */
  color: #EEEDEE;
  background: #222;
}
.dark-theme ::selection {
  color: #EEEDEE;
  background: #222;
}
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6 {
  color: #ffffff;
}
.dark-theme h1 a,
.dark-theme h2 a,
.dark-theme h3 a,
.dark-theme h4 a,
.dark-theme h5 a,
.dark-theme h6 a {
  color: #EEEDEE;
}
.dark-theme h1 a:hover,
.dark-theme h2 a:hover,
.dark-theme h3 a:hover,
.dark-theme h4 a:hover,
.dark-theme h5 a:hover,
.dark-theme h6 a:hover {
  color: #18268f;
}
.dark-theme p {
  color: #ffffff !important;
}
.dark-theme a {
  color: #ffffff;
}
.dark-theme a:hover {
  color: #18268f;
}
.dark-theme .topbar-three {
  background-color: #000000;
}
.dark-theme .main-header__inner {
  background-color: #4e4e4e;
}
.dark-theme .main-header.active {
  background-color: #000000;
  border-bottom: 1px solid #ffffff;
}
.dark-theme .main-header.active .main-header__inner {
  background-color: #000000;
}
.dark-theme .main-header .main-menu .main-menu__list > li > a {
  color: #ffffff;
}
.dark-theme .main-header .main-menu__list > li.current > a,
.dark-theme .main-header .main-menu .main-menu__list > li:hover > a {
  color: #ffffff;
  text-decoration: underline;
}
.dark-theme .main-header .logo-voldor img {
  filter: brightness(0) invert(1);
  /* Alles weiß */
}
.dark-theme .main-header__btn {
  padding: 8px 16px;
  font-size: 14px;
  color: #000000;
  background: #ffffff;
}
.dark-theme .main-header__btn:hover {
  color: #ffffff;
}
.dark-theme .hero-three__item__bg::before {
  background: linear-gradient(107.77deg, rgba(0, 0, 0, 0.8) 50.16%, rgba(0, 0, 0, 0.83) 90.09%);
}
.dark-theme .hero-three .active .hero-three__text {
  opacity: 1;
}
.dark-theme .voldor-btn--base {
  background-color: #ffffff;
  color: #000000;
}
.dark-theme .voldor-btn--base:hover {
  color: #ffffff;
}
.dark-theme .service-page {
  background-color: #000000;
}
.dark-theme .service-card__icon {
  background-color: #ffffff;
  color: #000000;
}
.dark-theme .service-card:hover .service-card__icon {
  background-color: #ffffff;
}
.dark-theme .service-card__inner {
  background-color: #4e4e4e;
}
.dark-theme .service-card__inner .service-card__content__text {
  color: #ffffff;
}
.dark-theme .why-choose-one {
  background-color: #000000;
}
.dark-theme .why-choose-one__feature__item {
  background-color: #4e4e4e;
}
.dark-theme .main-footer {
  border-top: 1px solid #ffffff;
  background-color: #000000;
}
.dark-theme .form-one .bootstrap-select > .dropdown-toggle,
.dark-theme .form-one input[type=text],
.dark-theme .form-one input[type=email],
.dark-theme .form-one textarea {
  background-color: #000000;
}
.dark-theme .mobile-nav__content .main-menu__list li a.expanded {
  color: #ffffff;
}
.dark-theme .mobile-nav__content .main-menu__list li a button {
  background-color: #ffffff;
  color: #000000;
}
.dark-theme .mobile-nav__content li > i {
  background-color: #ffffff;
  color: #000000;
}
.dark-theme .mobile-nav__social a {
  background-color: #ffffff;
  color: #000000;
}
.dark-theme .main-header--three .mobile-nav__btn span {
  background: #ffffff;
}
/*# sourceMappingURL=Accessibility.css.map */