/* =============================================================================
 * h7 Fonts
 * ========================================================================== */


/* =============================================================================
 * h7 General
 * ========================================================================== */
div img {
  pointer-events: none;
}

div.privacy_buttons>input:nth-of-type(2),
div.privacy_buttons>input:nth-of-type(3) {
  background: #fff;
  color: var(--accentColor);
  border: 1px solid var(--accentColor);
}

div.privacy_buttons>input:nth-of-type(2):hover,
div.privacy_buttons>input:nth-of-type(3):hover {
  color: #fff;
}

.mod_privacy_optin_medium p.privacy,
p.privacy {
  background: var(--accentColor);

  a,
  a:hover,
  a:visited {
    color: #fff;
    text-decoration: underline;
  }
}

/* #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #ffffff;
}
#wrapper {
  margin-top: 0 !important;
} */
#slider.empty {
  display: none;
}

/* .top-link {
  border-radius: 10%;
} */
/* .top-link .progress-ring circle {
  stroke: var(--customColor1);
}
circle.progress-ring__circle {
  stroke-width: 2px;
} */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  text-shadow: 2px 2px 5px black;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--customColor1);
  text-shadow: 2px 2px 5px black;
}

/* =============================================================================
 * h7 Accessibility
 * ========================================================================== */
body.acc_show .accessibility_widget_trigger {
  margin-top: 3px;
}

#bfsg {
  display: flex;
  justify-content: flex-end;
  top: 0;
  left: 14%;
  z-index: 999;
  gap: 10px;
}

.leichtesprache,
.gebaerdensprache {
  display: flex;
  align-items: center;
  margin: 8px;
}

#bfsg a {
  float: left;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  height: 34px;
}

#bottom .left {
  padding-top: 8px;
}

#bottom .left .leftFirst {
  margin-left: 25px;
}

#bfsg .leichtesprache img {
  width: 34px;
  position: relative;
  float: left;
}

#bfsg p {
  margin-left: 5px;
  float: left;
  position: relative;
  padding-bottom: 2px;
  padding-top: 1em;
}

/* =============================================================================
 * Content
 * ========================================================================== */
#ebusy-container-a,
#ebusy-iframe-a {
  display: block;
  width: 100%;
  min-height: 1620px;
}
#ebusy-container-h,
#ebusy-iframe-h {
  display: block;
  width: 100%;
  min-height: 1750px;
}