@charset "UTF-8";
.barr_tool_mobil {
  display: block;
  width: 100%;
  text-align: right;
  margin-right: 20px;
}
@media (min-width: 1100px) {
  .barr_tool_mobil {
    display: none;
  }
}

.barr-tool {
  position: relative;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  color: #000;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.barr-tool .bt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0 0.75rem;
  border: 1px solid #000;
  border-radius: 45px;
  background: #ffffff;
  cursor: pointer;
  color: inherit;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.barr-tool .bt-btn:focus-visible {
  outline: 3px solid #1d4ed8;
  outline-offset: 2px;
}
.barr-tool .bt-btn.readability-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
}
.barr-tool .bt-btn.readability-toggle .bt-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.5rem;
}
.barr-tool .bt-btn.readability-toggle svg {
  display: block;
  width: 100%;
  height: 100%;
}
.barr-tool .bt-btn:hover, .barr-tool .bt-btn[aria-expanded=true] {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
}
.barr-tool .bt-btn:hover svg path, .barr-tool .bt-btn[aria-expanded=true] svg path {
  fill: #fff;
}
.barr-tool .bt-btn.auto-dark, .barr-tool .bt-btn.auto-light {
  background: #fff !important;
  border: 2px solid #000 !important;
}
.barr-tool .bt-btn.auto-dark svg path, .barr-tool .bt-btn.auto-light svg path {
  fill: #000 !important;
}
.barr-tool .bt-btn.auto-dark:hover svg path, .barr-tool .bt-btn.auto-light:hover svg path {
  fill: #000 !important;
}
.barr-tool .bt-label {
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  display: inline-block;
  white-space: nowrap;
}

.readability-modal {
  position: fixed;
  align-items: center;
  justify-content: center;
  inset: 0;
  display: none;
  z-index: 10000;
}
.readability-modal.active {
  display: flex;
}
.readability-modal .readability-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
}
.readability-modal .readability-overlay.auto-light, .readability-modal .readability-overlay.auto-dark {
  background: rgba(15, 23, 42, 0.48) !important;
}
.readability-modal .readability-panel {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 240px);
  margin: auto;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  color: #111827;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
}
.readability-modal .readability-panel h2 {
  margin: 0 2rem 1rem 0;
  font-size: 1.5rem;
  line-height: 1.2;
}
.readability-modal .modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 2px solid #152F40;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 2.5rem;
  font-weight: 100;
}
.readability-modal .modal-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-49%, -49%);
}
.readability-modal .modal-close span.auto-light {
  background-color: transparent !important;
}
.readability-modal .modal-close:focus-visible {
  outline: 3px solid #1d4ed8;
  outline-offset: 2px;
}
.readability-modal .readability-section {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  background: #F4F5F6;
  border: 2px solid transparent;
}
.readability-modal .readability-section.auto-dark, .readability-modal .readability-section.auto-light {
  border: 2px solid #000 !important;
}
.readability-modal .readability-section h3 {
  width: 100%;
  margin: 0 0 0.75rem;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.readability-modal .toggle-buttons,
.readability-modal .font-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.readability-modal .font-controls {
  border: 2px solid transparent;
}
.readability-modal .toggle-buttons button,
.readability-modal .font-controls button {
  border-radius: 50px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
.readability-modal .toggle-buttons button {
  padding: 5px 14px;
  border: 2px solid #0a75a3;
  background: #fff;
  color: #0a75a3;
}
.readability-modal .toggle-buttons button.auto-dark, .readability-modal .toggle-buttons button.auto-light {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}
.readability-modal .toggle-buttons button.active {
  background: #0a75a3;
  color: #fff;
}
.readability-modal .toggle-buttons button.active.auto-dark, .readability-modal .toggle-buttons button.active.auto-light {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #000 !important;
}
.readability-modal .font-controls {
  background: #fff;
  border-radius: 66px;
}
.readability-modal .font-controls.auto-dark, .readability-modal .font-controls.auto-light {
  border: 2px solid #000 !important;
}
.readability-modal .font-controls span {
  min-width: 4rem;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px !important;
}
.readability-modal .font-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 0;
  background: #0a75a3;
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1.25rem;
}

body.readability-modal-open {
  overflow: hidden;
}

body.high-contrast * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}

body.grayscale {
  filter: grayscale(100%);
}

body.auto-contrast .auto-light {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.auto-contrast .auto-light #brand.auto-light {
  background-color: transparent !important;
}
body.auto-contrast .auto-light p {
  background-color: transparent !important;
  color: #000 !important;
}
body.auto-contrast .auto-light svg path,
body.auto-contrast .auto-light svg circle {
  fill: #000;
}
body.auto-contrast .auto-light .slider_controls {
  border-radius: 10px;
}
body.auto-contrast .auto-light .slider_controls svg {
  fill: #000;
}
body.auto-contrast .auto-light .sy-controls {
  background-color: rgba(255, 255, 255, 0) !important;
}
body.auto-contrast .auto-light .sy-controls li {
  background-color: rgba(255, 255, 255, 0) !important;
}
body.auto-contrast .auto-light .sy-controls li a {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0) !important;
}
body.auto-contrast .auto-light .sy-pager {
  padding: 5px 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0) !important;
}
body.auto-contrast .auto-light .sy-pager li {
  color: #000 !important;
  background: #fff !important;
  border-width: 2px;
  border-style: solid;
}
body.auto-contrast .auto-light .sy-pager li a {
  background: #fff !important;
  color: #000 !important;
}
body.auto-contrast .auto-light .sy-pager li.sy-active a {
  background: #000 !important;
  color: #fff !important;
}
body.auto-contrast .auto-light .sy-pager li:has(a:focus-visible) {
  outline: 2px solid #1d4ed8;
  outline-offset: 3px;
}
body.auto-contrast .auto-light .rz-bar.auto-light {
  border: 1px solid #000;
}
body.auto-contrast .auto-light .emk_btn.auto-light, body.auto-contrast .auto-light .emk_btn.auto-dark {
  border: 2px solid #000 !important;
  background-color: #fff !important;
  color: #000 !important;
}
body.auto-contrast .auto-light .emk_btn.auto-light:before, body.auto-contrast .auto-light .emk_btn.auto-light:after, body.auto-contrast .auto-light .emk_btn.auto-dark:before, body.auto-contrast .auto-light .emk_btn.auto-dark:after {
  background: transparent;
}
body.auto-contrast .auto-light .emk_btn.auto-light.active, body.auto-contrast .auto-light .emk_btn.auto-dark.active {
  background-color: #000 !important;
  color: #fff !important;
}
body.auto-contrast .auto-light .accordion.faq h3.title {
  color: #000 !important;
}
body.auto-contrast .auto-light .accordion.faq h3.title span {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000 !important;
}
body.auto-contrast .auto-light .box_promo,
body.auto-contrast .auto-light .dl_box,
body.auto-contrast .auto-light .asp_bar {
  border-width: 2px;
  border-style: solid;
}
body.auto-contrast .auto-light .box_promo .asp_img,
body.auto-contrast .auto-light .dl_box .asp_img,
body.auto-contrast .auto-light .asp_bar .asp_img {
  border-color: #fff !important;
}
body.auto-contrast .auto-light .box_promo .asp_img img,
body.auto-contrast .auto-light .dl_box .asp_img img,
body.auto-contrast .auto-light .asp_bar .asp_img img {
  border-color: #fff !important;
}
body.auto-contrast .auto-light .box_promo .asp_kontakt.auto-light,
body.auto-contrast .auto-light .dl_box .asp_kontakt.auto-light,
body.auto-contrast .auto-light .asp_bar .asp_kontakt.auto-light {
  background-color: rgba(255, 255, 255, 0) !important;
}
body.auto-contrast .auto-light #asp.mod_asp .asp_bar .asp_img {
  overflow: visible;
}
body.auto-contrast .auto-light .asp_wrapper .asp_bar {
  background-color: rgba(255, 255, 255, 0) !important;
}
body.auto-contrast .auto-light .asp_wrapper .asp_bar li,
body.auto-contrast .auto-light .asp_wrapper .asp_bar a {
  color: #000 !important;
}
body.auto-contrast .auto-light #menu_slide_down {
  background-color: #000 !important;
  color: #fff !important;
}
body.auto-contrast .auto-light #menu_slide_down li.menu-item {
  border-color: #fff !important;
}
body.auto-contrast .auto-light #menu_slide_down .auto-light {
  background-color: #000 !important;
  color: #fff !important;
}
body.auto-contrast .auto-light #menu_slide_down .auto-light svg path.auto-light {
  fill: #fff !important;
}
body.auto-contrast .auto-light #menu_slide_down svg {
  background-color: #000 !important;
}
body.auto-contrast .auto-light #map_angebote .auto-light,
body.auto-contrast .auto-light #map_kontaktpage .auto-light,
body.auto-contrast .auto-light #expose_map .auto-light,
body.auto-contrast .auto-light #bestand_map .auto-light,
body.auto-contrast .auto-light #content_map .auto-light,
body.auto-contrast .auto-light #content_map_barriere .auto-light {
  background-color: transparent !important;
}
body.auto-contrast .auto-light #mini_map .auto-light {
  background-color: transparent !important;
}
body.auto-contrast .auto-light #mini_map .auto-light img {
  background-color: transparent !important;
}
body.auto-contrast .auto-light #mini_map .auto-light .auto-dark {
  background-color: transparent !important;
}
body.auto-contrast .auto-dark {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
body.auto-contrast .auto-dark img {
  background-color: #000 !important;
}
body.auto-contrast .auto-dark svg path {
  fill: #000 !important;
}
body.auto-contrast input[type=range].auto-light::-webkit-slider-runnable-track {
  border: 1px solid #000;
}
body.auto-contrast input[type=range].auto-light::-moz-range-track {
  border: 1px solid #000;
}
body.auto-contrast input[type=range].auto-light::-webkit-slider-thumb {
  background: #000;
}
body.auto-contrast input[type=range].auto-light::-moz-range-thumb {
  background: #000;
}
body.auto-contrast input::placeholder,
body.auto-contrast textarea::placeholder,
body.auto-contrast select,
body.auto-contrast .frm_inline_box,
body.auto-contrast select::placeholder,
body.auto-contrast .ds_2 a {
  color: rgb(0, 0, 0) !important;
}
body.auto-contrast footer.auto-dark {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
body.auto-contrast footer.auto-dark .wz {
  background-color: transparent !important;
}
body.auto-contrast footer.auto-dark li {
  opacity: 1 !important;
}
body.auto-contrast footer .container-footer * {
  background: transparent !important;
}
body.auto-contrast footer #footer-widgets-wrap {
  z-index: 1;
  position: relative;
}
body.auto-contrast footer .container-footer #footer-widgets-wrap #footer-widgets .footer-widget-column.links ul li {
  margin-bottom: 0;
}
body.auto-contrast footer .tagline.auto-light li {
  color: #000 !important;
}
body.auto-contrast footer .tagline.auto-light li a {
  color: #000 !important;
}
body.auto-contrast .selectbox .placeholder {
  opacity: 1;
}

.barr-tool .bt-btn.auto-light {
  border: 1px solid #ccc;
}
.barr-tool .bt-btn.auto-dark {
  border: 1px solid #fff;
}

body.font-small {
  font-size: 100% !important;
}
body.font-large-1 {
  font-size: 115% !important;
}
body.font-large-2 {
  font-size: 130% !important;
}

/* Placeholder-Schrift über CSS-Variablen skalieren */
input::placeholder,
textarea::placeholder {
  font-size: calc(var(--bt-placeholder-base, 1em) * var(--bt-scale, 1)) !important;
}
