.bg-primary {
  background-color: #1A8AC9 !important;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px 0px !important;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

/* when open */
.accordion-item.is-open .accordion-content {
  max-height: 1000px; /* large enough to fit content */
}

/* Remove button styling */
.accordion-button {
  appearance: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font: inherit !important;
  color: inherit !important;
  text-align: left !important;
  width: 100% !important;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Icon styling */
.accordion-button .accordion-icon {
  transition: transform 0.3s ease;
  display: inline-block;
}
.accordion-button[aria-expanded=false] .accordion-icon::before {
  content: "\e80d";
}
.accordion-button[aria-expanded=true] .accordion-icon {
  transform: rotate(90deg);
}
.accordion-button[aria-expanded=true] .accordion-icon::before {
  content: "\e80f";
}

.accordion-block {
  border: 1px solid #1A8AC9;
  border-radius: 1rem;
  padding: 0 1rem;
}

.eth-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1.25rem;
}
.eth-table thead,
.eth-table tbody {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1490196078);
  border-radius: 12px;
}
.eth-table thead tr th {
  padding: 1.333rem;
  font-weight: 600;
  white-space: nowrap;
  text-align: left;
}
.eth-table tbody tr {
  position: relative;
}
.eth-table tbody tr td {
  padding: 1.333rem;
  vertical-align: top;
}
.eth-table tbody tr:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 1.333rem;
  right: 1.333rem;
  bottom: 0;
  height: 1px;
  background-color: #ECECEC;
}

/* Mobile overrides */
@media only screen and (max-width: 1148px) {
  .eth-table-wrapper {
    overflow-x: auto;
    padding: 0 1rem;
    margin: 0 0 0 -1rem;
  }
}
.fineprint.link-to {
  font-size: 75% !important;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
  text-decoration: none !important;
}

.text-white .footnote.link-to {
  color: #ffffff;
}

#fineprint-fussnoten li.is-highlighted,
#fineprint-referenzen li.is-highlighted {
  background: rgba(90, 85, 230, 0.2);
  transition: background-color 400ms;
}

#fineprint-fussnoten li {
  list-style-type: lower-alpha;
}

body:not(.elementor-editor-active) #fineprint-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 0.875rem;
}

.custom-filter-tabs {
  margin-bottom: 2rem;
}
.custom-filter-tabs fieldset {
  border: none;
  padding: 0;
}
.custom-filter-tabs .tabs-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.custom-filter-tabs .cf-tab-title {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  border: none;
  background-color: #ECECEC;
  transition: all 0.3s ease;
  border-radius: 50rem;
}
.custom-filter-tabs .cf-tab-title input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.custom-filter-tabs .cf-tab-title .cf-tab-title-text {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.1875rem;
}
.custom-filter-tabs .cf-tab-title:hover {
  background-color: #54595F;
}
.custom-filter-tabs .cf-tab-title:hover .cf-tab-title-text {
  color: #ffffff;
}
.custom-filter-tabs .cf-tab-title:has(input:checked) {
  background-color: #5A55E6;
}
.custom-filter-tabs .cf-tab-title:has(input:checked) .cf-tab-title-text {
  color: #ffffff;
}
.custom-filter-tabs .cf-tab-title:has(input:focus-visible) {
  outline: 2px solid #5A55E6;
}
.custom-filter-tabs.is-loading {
  position: relative;
  pointer-events: none;
}
.custom-filter-tabs.is-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 5;
}
.custom-filter-tabs .filter-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.custom-filter-tabs .filter-loader.is-active {
  display: block;
}
.custom-filter-tabs .filter-loader .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(90, 85, 230, 0.1);
  border-left-color: #5A55E6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
article.blog-post-card {
  --content-margin-left: 21px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1920px) {
  article.blog-post-card {
    --content-margin-left: 19px;
  }
}
@media only screen and (max-width: 1450px) {
  article.blog-post-card {
    --content-margin-left: 17px;
  }
}
@media only screen and (max-width: 1148px) {
  article.blog-post-card {
    --content-margin-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  article.blog-post-card {
    --content-margin-left: 13px;
  }
}
@media only screen and (max-width: 576px) {
  article.blog-post-card {
    --content-margin-left: 11px;
  }
}
article.blog-post-card.no-thumbnail .blog-post-content-wrapper {
  padding-top: 4rem !important;
}
article.blog-post-card .blog-post-primary-category {
  font-size: 1.125rem;
  line-height: 1;
}
article.blog-post-card h3 {
  margin-top: 0;
  font-size: 1.5rem;
}
article.max-height {
  max-height: 370px;
}
@media only screen and (max-width: 768px) {
  article.max-height {
    max-height: none;
  }
}

.elementor-widget-loop-grid .elementor-loop-container.elementor-grid {
  grid-column-gap: 3rem;
}
.elementor-widget-loop-grid .elementor-loop-container.elementor-grid .e-loop-item > .elementor-element {
  padding: 0;
}
@media only screen and (min-width: 1025px) {
  .elementor-widget-loop-grid .elementor-loop-container.elementor-grid .e-loop-item:nth-of-type(n+4) > .elementor-element {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 1024px) {
  .elementor-widget-loop-grid .elementor-loop-container.elementor-grid .e-loop-item:nth-of-type(n+3) > .elementor-element {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-widget-loop-grid .elementor-loop-container.elementor-grid .e-loop-item:nth-of-type(n+2) > .elementor-element {
    margin-top: 2rem;
  }
}

.elementor-widget-loop-carousel .swiper-pagination-bullet {
  --swiper-pagination-bullet-inactive-opacity: 1;
  border-radius: 1rem;
  transition-property: width;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
}
.elementor-widget-loop-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2rem;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
  color: #ffffff !important;
}

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