/* ======================= BARRIEREFREIHEIT ======================== */
*:focus-visible {
  outline: black auto 1px !important;
}

a:focus {
  border: 1px solid #ff0000;
  padding: 7px 0;
}

#skipnav {
  position: absolute;
  width: 300px;
}

.skipnav, #skipnav, .skip-link {
  margin: 0 !important;
  padding: 0 !important;
}

.kontrast_switch_container {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.kontrast_switch_container .switch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px !important;
  height: 24px !important;
}
.kontrast_switch_container .switch .slider-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--enfold-main-color-primary);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.kontrast_switch_container .switch input {
  opacity: 1;
  width: 100%;
  height: calc(100% - 1px);
  border: none !important;
  margin: 0 auto !important;
}
.kontrast_switch_container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border: 2px solid black;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.kontrast_switch_container .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.kontrast_switch_container .slider.round {
  border-radius: 34px;
}
.kontrast_switch_container .slider.round::before {
  border-radius: 50%;
}
.kontrast_switch_container #kontrast_label, .kontrast_switch_container #kontrast_label_mobil {
  webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  transition: 0.2s;
  color: #fff;
}

#header_meta {
  position: relative !important;
  display: block !important;
  top: 0 !important;
}
#header_meta > .container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
#header_meta .sub_menu {
  float: none;
  display: flex;
  top: 0 !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding:0;
  gap: 20px;
}

#kontrast_toggle_mobil .switch {
  width: 40px;
  height: 24px;
}
#kontrast_toggle_mobil .switch .slider-wrapper {
  background-color: #ffffff;
}
#kontrast_toggle_mobil .slider {
  background-color: #ff7104;
}
#kontrast_toggle_mobil .slider:before {
  height: 20px;
  width: 20px;
  background-color: #ffffff;
}

#top .avia-slideshow-arrows a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto !important;
  width: auto !important;
  padding: 10px;
}
#top .avia-slideshow-arrows a svg {
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  #top .avia-slideshow-arrows a {
    padding: 5px;
  }
  #top .avia-slideshow-arrows a svg {
    width: 25px !important;
    height: 25px !important;
  }
}

.avia-section[data-section-bg-repeat] {
  position: relative;
}
.avia-section[data-section-bg-repeat]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: 0.2s all;
  pointer-events: none;
}

.social-media-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 60px;
}
.social-media-icons .social-media-icon img {
  height: 60px;
}
@media only screen and (max-width: 400px) {
  .social-media-icons {
    gap: 30px;
  }
  .social-media-icons .social-media-icon img {
    height: 50px;
  }
}

/* HIGH CONTRAST MODE */
body.high-contrast .avia-section[data-section-bg-repeat]::before {
  opacity: 0.8;
}
body.high-contrast .avia-image-container .av-caption-image-overlay-bg {
  opacity: 0.6 !important;
}
body.high-contrast .sub-menu {
  background-color: #000 !important;
}
body.high-contrast .kontrast_switch_container .slider-wrapper .slider {
  background-color: #000000;
}
body.high-contrast .kontrast_switch_container .slider-wrapper .slider::before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  background-color: #ffffff;
}
body.high-contrast .avia-slideshow-controls .avia-svg-icon {
  opacity: 1 !important;
  background: #000 !important;
}
body.high-contrast .avia-slideshow-controls.avia-slideshow-dots a {
  opacity: 1 !important;
}
body.high-contrast .main_color .grid-content {
  left: 10px !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  width: calc(100% - 20px) !important;
}
body.high-contrast .wpcf7 .wpcf7-form-control:not(.wpcf7-submit), body.high-contrast .wpcf7 .wpcf7-form-control:not(.wpcf7-submit) input, body.high-contrast .wpcf7 .wpcf7-form-control:not(.wpcf7-submit) span {
  color: black !important;
}

/* ================================================================= */

/*# sourceMappingURL=a11y.css.map */
