@media screen {
    .accordion-content {
        display: none;
    }
}
.contrast-invert {
  filter: invert(1);
}

.filter-primary {
  filter: invert(45%) sepia(97%) saturate(5968%) hue-rotate(181deg) brightness(94%) contrast(101%);
}

.filter-white {
  filter: brightness(0) invert(1);
}

.custom-swiper-button {
  width: 39px;
  height: 39px;
}

.custom-swiper-button-next {
  background: url('../images/swiper/arrow-right-active.svg');
  transform: none;
}

.custom-swiper-button-next.swiper-button-disabled {
  background: url('../images/swiper/arrow-left-inactive.svg');
  transform: rotate(180deg);
}

.custom-swiper-button-prev {
  background: url('../images/swiper/arrow-right-active.svg');
  transform: rotate(180deg);
}

.custom-swiper-button-prev.swiper-button-disabled {
  background: url('../images/swiper/arrow-left-inactive.svg');
  transform: none;
}

.custom-swiper-button-footer-next {
  background: url('../images/swiper/arrow-right-active-blue.svg');
  transform: none;
}

.custom-swiper-button-footer-next.swiper-button-disabled {
  background: url('../images/swiper/arrow-left-inactive.svg');
  transform: rotate(180deg);
}

.custom-swiper-button-footer-prev {
  background: url('../images/swiper/arrow-right-active-blue.svg');
  transform: rotate(180deg);
}

.custom-swiper-button-footer-prev.swiper-button-disabled {
  background: url('../images/swiper/arrow-left-inactive.svg');
  transform: none;
}

.custom-location-button {
  padding: 8px 22px;
  background-color: #F2F9FC;
  color: #007EB5;
  border: 1px solid #007EB5;
  transform: none;
  border-radius: 20px;
  font-family: Roboto;
  font-size: 1rem;
}

.custom-location-button:hover {
  color: #FFFFFF;
  background-color: #007EB5;
}

.custom-loc-accordeon-mobile {
  background: url('../images/arrow-down-blue.svg');
  /* width: 20px;
    height: 20px; */
}

.custom-loc-accordeon-opened-mobile {
  background: url('../images/arrow-up-1-blue.svg');
  /* width: 20px;
    height: 20px; */
}

.custom-loc-suggest-accordeon-mobile {
  background: url('../images/arrow-down.svg');
}

.custom-loc-suggest-accordeon-opened-mobile {
  background: url('../images/arrow-up-1-blue.svg');
}

.searchglass {
  background: url('../images/search-glass.svg');
  width: 20px;
  height: 20px;
}

.searchglass-white {
  background: url('../images/searchglass-white.svg');
  background-size: 1.2rem;
  background-position: left 1rem top 0.6rem;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.searchglass-results-hover:hover img {
  filter: brightness(0%);
}

.tint-white {
  filter: invert(100%) sepia(30%) saturate(25%) hue-rotate(58deg) brightness(104%) contrast(107%);
  -webkit-filter: invert(100%) sepia(30%) saturate(25%) hue-rotate(58deg) brightness(104%) contrast(107%);
}

.tint-primary {
  filter: invert(37%) sepia(30%) saturate(2801%) hue-rotate(168deg) brightness(93%) contrast(101%);
  -webkit-filter: invert(37%) sepia(30%) saturate(2801%) hue-rotate(168deg) brightness(93%) contrast(101%);
}

.tint-white-hover:hover img {
  filter: invert(100%) sepia(30%) saturate(25%) hue-rotate(58deg) brightness(104%) contrast(107%);
  -webkit-filter: invert(100%) sepia(30%) saturate(25%) hue-rotate(58deg) brightness(104%) contrast(107%);
}

.tint-primary-hover:not(:disabled):hover img {
  filter: invert(37%) sepia(30%) saturate(2801%) hue-rotate(168deg) brightness(93%) contrast(101%);
  -webkit-filter: invert(37%) sepia(30%) saturate(2801%) hue-rotate(168deg) brightness(93%) contrast(101%);
}

.tint-menu-lightblue {
  filter: invert(94%) sepia(13%) saturate(104%) hue-rotate(167deg) brightness(102%) contrast(98%);
  -webkit-filter: invert(94%) sepia(13%) saturate(104%) hue-rotate(167deg) brightness(102%) contrast(98%);
}

.tint-menu-lightblue-hover:hover img {
  filter: brightness(0) saturate(100%) invert(35%) sepia(41%) saturate(2940%) hue-rotate(173deg) brightness(86%) contrast(101%);
}

.home>input,
.home>ul>li {
  background-image: url(../images/home-pin.svg);
  background-size: 1.5rem;
  background-position: left 0.5rem top 0.5rem;
  background-repeat: no-repeat;
}

.tooltip-enabled {
  position: relative;
}

@media (min-width: 768px) {
  .tooltip-enabled::after {
    font-size: medium;
  }
}

@media (hover: hover) {
    [data-tooltip]:not(.hide-tooltip):hover::after,
    [data-tooltip]:not(.hide-tooltip):focus::after {
      display: block;
    }
}

[type='checkbox']:checked {
  color: #007EB5;
}

[type='radio']:checked {
  color: white !important;
  border-color: #007EB5 !important;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle fill='%23007EB5' cx='12' cy='12' r='6.5'/%3e%3c/svg%3e") !important;
}

.base-font-big {
  font-size: 1.25rem;
}
.text-basebig {
  line-height: 2rem;
}

@media (min-width: 768px) {
  .accordions-all-open {
    background-size: 20px 20px;
  }
}

.button-lock:not(:hover) {
  filter: invert(1);
}

.button-lock:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(41%) saturate(2940%) hue-rotate(173deg) brightness(86%) contrast(101%);
}


/* Filter-Dropdowns */

.filter-dropdown-arrow {
  background: url('../images/pfeil-rechts.svg');
  width: 12px;
  background-repeat: no-repeat;
}

.filter-dropdown-expanded .filter-dropdown-content {
  display: block;
}

.filter-dropdown-expanded .filter-dropdown-arrow {
  background: url('../images/arrow-down-blue.svg');
  background-repeat: no-repeat;
}

.filter-dropdown-expanded .filter-dropdown-toggle {
  padding-bottom: 0px;
}

/* End Filter-Dropdowns */

.tint-white-hover-img:hover img {
  filter: brightness(0) invert(1);
}


/* Collapsible Lists */


.collapsible-list-expanded>.collapsible-list-children {
  display: flex;
}

.collapsible-list-expanded>div>button>.collapsible-list-widget img {
  content: url('../images/minus.svg');
}


.collapsible-list-toggle-all img {
  content: url('../images/ausklappen.svg');
}

.collapsible-list-all-open img {
  content: url('../images/einklappen-1.svg');
}

div.collapsible-list-title{
  min-height: 2rem;
  line-height: 2rem;
}


a[data-dateiFormatTyp]::after {
    content: attr(data-dateiFormatTyp);
    color: #87878a;
    font-size: small;
    border:1px solid #d2d2d3;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none;
    line-height: normal;
}

.bg-accordeon-errors {
    --tw-bg-opacity: 1;
    background-color: rgb(252 245 242/var(--tw-bg-opacity));
}

.absolute.tooltip-enabled {
    position: absolute;
}

.bp-richContent > :not(:last-child),
.bp-richContent.accordion-content > :not(:last-child) {
    margin-bottom: 1rem;
}
.bp-richContent a {
    --tw-text-opacity: 1;
    color: rgb(var(--color-primary)/var(--color-opacity));
    display: inline;
}

.bp-richContent a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.bp-richContent ul
{
    font-family: Roboto-Light;
    list-style-type: disc;
    padding-left: 2.5rem;
}

.bp-richContent ul ul
{
    list-style-type: circle;
}

.bp-richContent ul ul ul
{
    list-style-type: square;
}
.bp-richContent h4
{
    font-family: Montserrat;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: .27px;
    color: rgb(var(--color-text)/var(--tw-text-opacity));
}
.bp-richContent ol
{
    font-family: Roboto-Light;
    line-height: 1.75rem;
    list-style-type: decimal;
    padding-left: 2.5rem;
    overflow-wrap: break-word;
    color: rgb(var(--color-text)/var(--tw-text-opacity));
}

.bp-richContent ol li > ol {
    list-style: decimal;
}

.bp-richContent
{
    font-family: Roboto-Light;
    line-height: 1.75rem;
}

.responsive-embed
{
    padding-top: 56.25%;
}

.iframeSpinner {
    --bp:22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #017EB6;
    box-shadow:
            calc(1*var(--bp))      calc(0*var(--bp))      0 0,
            calc(0.707*var(--bp))  calc(0.707*var(--bp))  0 1px,
            calc(0*var(--bp))      calc(1*var(--bp))      0 2px,
            calc(-0.707*var(--bp)) calc(0.707*var(--bp))  0 3px,
            calc(-1*var(--bp))     calc(0*var(--bp))      0 4px,
            calc(-0.707*var(--bp)) calc(-0.707*var(--bp)) 0 5px,
            calc(0*var(--bp))      calc(-1*var(--bp))     0 6px;
    animation: spin 1s infinite steps(8);
    margin-top: -28%;
}

@keyframes spin {
    100% {transform: rotate(1turn)}
}

.video {
    display: flex;
    align-items: center;
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
    background-blend-mode: darken;
    background-position: center center;
    background-size: cover;
}
.videoConsent {
    background-color: rgba(255, 255, 255, 0.9);
}
iframe:not([src]) {
    display: none;
}

iframe[src] + .videoConsent {
    display: none;
}

button:disabled,
input:disabled,
label.inputDisabled
{
    opacity: 0.6;
}

button:disabled:hover,
input:disabled:hover,
label.inputDisabled:hover,
label.inputDisabled input:hover,
label.inputDisabled .slider:hover
{
    cursor: default;
}

.z-9999 {
    z-index: 9999;
}
.overlay-shadow {
    box-shadow: -1px -3px 20px 1px rgb(27 34 49);
}

.cookieDetails li:nth-child(odd) {
    background-color: rgb(247 247 247);
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #007eb5;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
#searchToggleText {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
a.speakerButton {
    min-height: unset;
    line-height: unset;
    cursor: pointer;
}

h4.prefill {
    font-size: medium;
    font-weight: bold;
    margin-top: 20px;
    border:1px solid #d2d2d3;
    border-radius: 3px;
    color:black;
}

.custom-loc-accordeon-mobile,
.custom-loc-accordeon-opened-mobile {
    display: block;
}
.lineclamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.lineclamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.min-w-8 {
    min-width: 2rem;
}
.filterActiveIndicator {
    background-color: #ff5500;
}
.content-container.leichte-sprache .text-2xl {
    line-height: 3rem;
}
ol.numberInAccordionHeader
{
    counter-reset: LIST-ITEMS;
}
ol.numberInAccordionHeader li.accordion .accordion-toggle div:first-child:before
{
    content: counter( LIST-ITEMS ) ".";
    overflow-wrap: normal;
    counter-increment: LIST-ITEMS;
    padding-right: 0.25em;
    display: inline;
    font-family: Montserrat;
}

.leichte-sprache ul {
    list-style-type: "-\00a0";
    list-style-position: inside;
}
.leichte-sprache dl dt:before {
    content: "-\00a0";
    overflow-wrap: normal;
}

.list-item-external {
    padding-left:2.25rem;
    list-style: none;
}

.icon-pfeil {
    background:0rem 0.25rem / 1.25rem url(../images/keyboard-pfeil-rechts.svg) no-repeat;
}

.icon-kreislink {
    background:0.5rem 0.25rem / 1.25rem url(../images/kreislink.svg) no-repeat;
}

@media print {
  @page {
    margin: 3rem;
    max-width: unset !important;
    text-align: left !important;
  }

  html body * {
    max-width: unset !important;
  }
  html body .bp-richContent > :not(:last-child),
  html body *[class*="space-y-"] > :not([hidden]) ~ :not([hidden]),
  html body *[class*="md\:space-y-"] > :not([hidden]) ~ :not([hidden]) {
    margin-top: 0;
    margin-bottom: 0;
  }
  html body #mainContent .accordion {
    margin-bottom: 1rem;
    border: none;
  }
  html body #mainContent .accordion * {
    margin-left: 0;
    margin-right: 0;
  }
  html body *[class*="pt-"],
  html body *[class*="md\:pt-"] {
    padding-top: 6pt;
  }
  html body *[class*="pb-"],
  html body *[class*="md\:pb-"] {
    padding-bottom: 6pt;
  }
  html body *[class*="mt-"],
  html body *[class*="md\:mt-"] {
    margin-top: 6pt;
  }
  html body *[class*="mb-"],
  html body *[class*="md\:mb-"] {
    margin-bottom: 6pt;
  }

  html body .swiper-wrapper {
    width: 100%;
    display: block;
  }
  html body .swiper-horizontal {
    height: auto;
  }

  html body .swiper-wrapper .swiper-slide {
    width: 100%!important;
    height: auto;
    display: block;
  }

  html body .content-container {
    padding: 0;
  }

  /*Font Sizes*/

  html body h1 {
    font-size: 15pt !important;
  }

  html body h2,html body h3,html body h4 {
    font-size: 13pt !important;
  }

  html body * {
    font-size: 11pt !important;
  }

  /*Font Sizes - End*/

  /*Pagebreaks für Druckseite*/
  .accordion > .accordion-content {
    display: flex;
    break-before: avoid;
  }

  .accordion .accordion-toggle {
    padding-bottom: 0px;
  }

  a, blockquote,
  table,pre,
  ul, ol,
  h1, h2, h3, h4, h5, h6,
  .accordion
  {
     break-inside: avoid-page;
  }

  h1, h2, h3, h4, h5, h6
  {
     break-after: avoid;
  }
  /*Pagebreaks für Druckseite End*/

  a[href^="http"] {
    text-decoration: underline;
  }
  a[href^="http"]::after {
    content: "\a(" attr(href) ")";
    white-space: pre-wrap;
    font-size: 8pt;
  }
  .text-white {
      color: #000!important;
  }

  /*Hiding Unnecessary Elements*/

  html body .filter-dialog-toggle,
  html body li > img,
  .print\:hidden {
    display: none!important;
  }

  /*Hiding Unnecessary Elements - End*/

  .accordion .accordion-toggle {
    padding-bottom: 0;
  }
}

