.content .gallery-columns-6 .gallery-caption, .content .gallery-columns-7 .gallery-caption, .content .gallery-columns-8 .gallery-caption, .content .gallery-columns-9 .gallery-caption {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.content .gallery .play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10%;
  border-radius: 50%;
  background: var(--color-primary);
  transition: 0.2s;
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-mask: url(../images/ico_play.svg) 50% 50%/contain no-repeat;
}
@media (hover: hover) {
  .content .gallery .play:hover {
    background-color: var(--color-secondary);
  }
}
.content .gallery .play:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content .embla {
  margin-top: calc(var(--gap-content) + 5px);
}
.content .embla:first-child {
  margin-top: 0;
}
.content .gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + var(--gap-grid-x));
  padding-top: 5px;
  margin: 0 calc(-1 * var(--gap-grid-x)) calc(var(--gap-content) + 5px - var(--gap-grid-y)) 0;
  --width-item: 33.33%;
  --gap-grid-x: 10px;
  --gap-grid-y: 10px;
}
.content .gallery:first-child {
  padding-top: 0;
}
.content .gallery:last-child {
  margin-bottom: calc(-1 * var(--gap-grid-y));
}
.content .gallery.carousel {
  flex-wrap: nowrap;
}
.content .gallery-columns-1 {
  --width-item: 100%;
}
.content .gallery-columns-2 {
  --width-item: 50%;
}
.content .gallery-columns-4 {
  --width-item: 25%;
}
.content .gallery-columns-5 {
  --width-item: 20%;
}
.content .gallery-columns-6 {
  --width-item: 16.66%;
}
.content .gallery-columns-7 {
  --width-item: 14.28%;
}
.content .gallery-columns-8 {
  --width-item: 12.5%;
}
.content .gallery-columns-9 {
  --width-item: 11.11%;
}
.content .gallery-item {
  display: inline-flex;
  position: relative;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  width: calc(var(--width-item) - var(--gap-grid-x));
  margin: 0 var(--gap-grid-x) var(--gap-grid-y) 0;
}
.content .gallery-icon {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.content .gallery-icon a, .content .gallery-icon img {
  display: block;
  position: relative;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border-radius: var(--radius-small);
  object-fit: cover;
}
.content .gallery-caption {
  display: block;
  padding: 10px;
  background: var(--color-background);
}
.content .f-thumbs {
  margin-top: 10px;
  --f-thumb-border-radius: 0px;
  --f-thumb-width: 16.666%;
  --f-thumb-height: auto;
}
.content .f-thumbs.is-horizontal .f-thumbs__track {
  width: calc(100% + var(--f-thumb-gap));
  padding: 0;
  --f-thumb-gap: 10px;
}
.content .f-thumbs__slide {
  width: calc(var(--f-thumb-width) - var(--f-thumb-gap));
}
.content .f-thumbs__slide__button {
  width: 100%;
  height: auto;
  margin: 0;
}
.content .f-thumbs__slide__button:before {
  content: "";
  display: block;
  padding-bottom: 66.666%;
}
.content .f-thumbs__slide__img {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: var(--f-thumb-border-radius);
}
@media (max-width: 48rem) {
  .content .gallery {
    --width-item: 50%;
  }
  .content .gallery-columns-1, .content .gallery-columns-2 {
    --width-item: 100%;
  }
  .content .gallery-columns-6, .content .gallery-columns-7 {
    --width-item: 33.33%;
  }
  .content .gallery-columns-8, .content .gallery-columns-9 {
    --width-item: 25%;
  }
}
@media (max-width: 30rem) {
  .content .gallery {
    --width-item: 100%;
  }
  .content .gallery-columns-6, .content .gallery-columns-7 {
    --width-item: 50%;
  }
  .content .gallery-columns-8, .content .gallery-columns-9 {
    --width-item: 33.33%;
  }
}

.wp-block-embed, .wp-embed-video, .wp-video {
  display: block;
  position: relative;
  width: 100%;
  margin: calc(var(--gap-content) + 5px) auto;
}
.wp-block-embed:first-child, .wp-embed-video:first-child, .wp-video:first-child {
  margin-top: 0;
}
.wp-block-embed:last-child, .wp-embed-video:last-child, .wp-video:last-child {
  margin-bottom: 0;
}
.wp-block-embed.wp-has-aspect-ratio:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wp-block-embed.wp-has-aspect-ratio iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.wp-embed-video:before, .wp-video-shortcode:before, .wp-has-aspect-ratio:before {
  content: "";
  display: block;
  position: relative;
  width: 0;
  padding-bottom: 56.25%;
}
.wp-embed-video iframe, .wp-video-shortcode iframe, .wp-has-aspect-ratio iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-caption {
  display: block;
  overflow: hidden;
  padding: 10px;
  margin-bottom: var(--gap-content);
  background: var(--color-background);
}
.wp-caption-text {
  display: block;
  margin: 0;
  text-align: center;
}
.wp-caption .wp-caption-text {
  padding: 10px 10px 0;
}
.wp-caption a, .wp-caption img {
  display: block;
  margin: 0;
}

.quick-contact {
  position: fixed;
  top: 212px;
  left: 3.625rem;
  display: none;
  flex-direction: column;
  gap: 1rem;
  z-index: 1150;
}
.quick-contact.is_scrolled {
  display: flex !important;
}
.quick-contact .quick-contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #15599A 0%, #0B4684 35%, #10396C 65%, #214085 100%);
  box-shadow: 0 4px 14px rgb(from var(--theme-black) r g b / 18%);
  color: var(--theme-white);
}
.quick-contact .quick-contact-item img {
  color: var(--theme-white);
  fill: white;
}
@media screen and (max-width: 1000px) {
  .quick-contact .quick-contact-item {
    width: 3rem;
    height: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .quick-contact {
    flex-direction: row;
    z-index: 1000;
    left: auto;
    padding: 0.25rem;
    right: 4rem;
    top: 1rem;
  }
}

.trust-badges {
  position: absolute;
  top: 17rem;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  z-index: 101;
}
@media screen and (max-width: 1600px) {
  .trust-badges {
    right: 1.5rem;
  }
}
.trust-badges img {
  display: block;
  width: 10rem;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}

.eye-able {
  position: fixed;
  bottom: 2rem;
  right: 3.625rem;
  z-index: 9999;
  cursor: pointer;
}
.eye-able img {
  display: block;
  width: 5.75rem;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .eye-able {
    right: 1rem;
    bottom: 1rem;
    width: 3rem;
  }
}

.biometrics {
  position: fixed;
  bottom: 2rem;
  left: 3.625rem;
  z-index: 9999;
  cursor: pointer;
  background-color: white;
  border-radius: 50%;
  padding: 0.5rem;
}
.biometrics img {
  display: block;
  width: 4.875rem;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .biometrics {
    left: 1rem;
    bottom: 1rem;
    width: 3rem;
  }
}

.accessibility-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64rem;
  height: 64rem;
  border: 4rem solid var(--theme-white);
  border-radius: 50%;
  background: rgb(from var(--theme-black) r g b / 28%);
  box-shadow: 0 4rem 14rem rgb(from var(--theme-black) r g b / 20%);
}
.accessibility-btn:before {
  content: "";
  width: 28rem;
  height: 28rem;
  border: 3rem solid var(--theme-white);
  border-radius: 50%;
}

@media (max-width: 64rem) {
  .quick-contact, .trust-badges {
    display: none;
  }
}
.content_box {
  padding: 0 !important;
}
.content_box .fixed {
  max-width: 100% !important;
}
.content_box .container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 1650px) {
  .content_box .container {
    max-width: calc(100% - 3rem);
  }
}

.wp-block-contact-form-7-contact-form-selector {
  background: #f1f1f1;
  width: 100%;
  max-width: 100% !important;
}

.mandat-button {
  width: 100%;
  display: flex !important;
  justify-content: center !important;
}
.mandat-button a {
  margin: 0 auto;
  color: white !important;
  width: max-content !important;
  text-decoration: none !important;
  padding: 0.75rem 2rem;
  font-size: 26px !important;
}

.wpcf7 form {
  max-width: 1600px;
  margin: auto;
  padding: 4rem 0;
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 4rem;
  row-gap: 2rem;
  align-items: start;
}
.wpcf7 form p {
  margin: 0;
  display: contents;
}
.wpcf7 form br {
  display: none;
}
.wpcf7 form label {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.5rem;
  font-size: 1.25rem;
  font-weight: 300;
  color: #214085;
  line-height: 1.25;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  background: #fff;
  border-radius: 0.25rem;
  padding: 0.75rem;
  font-size: 1rem;
  color: #214085;
  outline: none;
  box-shadow: none;
}
.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
  height: 2.5rem;
}
.wpcf7 textarea {
  height: 15rem;
  resize: vertical;
  border-radius: var(--border-radius);
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.left {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.left .left-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}
.left .left-bottom label {
  display: flex;
  flex-direction: column-reverse;
}

.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.right .datenschutz {
  padding-left: 3rem;
}
.right .datenschutz p {
  font-weight: 300;
  margin-left: 4rem;
  font-size: 1.25rem;
}
.right .datenschutz p .wpcf7-form-control-wrap {
  margin-left: -3.5rem;
}
@media screen and (max-width: 1000px) {
  .right .datenschutz p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .right .datenschutz {
    padding-left: 0;
  }
}
.right .wpcf7-checkbox {
  margin-bottom: 32px;
}
.right .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 !important;
}
.right .wpcf7-checkbox label {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.15;
  padding: 0 !important;
}
.right .wpcf7-checkbox label span {
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
.right .wpcf7-checkbox input[type=checkbox] {
  width: 32px;
  height: 32px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.right .wpcf7-checkbox input[type=checkbox]:checked {
  background: linear-gradient(135deg, #0b93d5, #e875b7);
  position: relative;
}
.right .grecaptcha-badge, .right .wpcf7-recaptcha {
  margin-bottom: auto;
}
.right .wpcf7-submit {
  width: 100%;
  border: none;
  padding: 1rem 1rem;
  border-radius: var(--radius-small);
  background: linear-gradient(90deg, #168edb, #e86eaa);
  color: #fff;
  font-weight: 400;
  cursor: pointer;
  float: right;
  max-width: 18rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.right .wpcf7-submit:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1000px) {
  .right .wpcf7-submit {
    margin-top: 2rem;
    float: left;
  }
}

.home .page-divider {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  grid-column: 1/-1;
  margin: 20px 0 0 !important;
}

@media (max-width: 900px) {
  .wpcf7 form {
    padding: 2rem 1.5rem;
    display: block;
  }
  .wpcf7 form p {
    display: block;
    margin-bottom: 16px;
  }
  .wpcf7 form label {
    margin-bottom: 14px;
  }
  .wpcf7-submit {
    max-width: none;
    float: none;
  }
}
.wp-block-group {
  background: white;
  padding-block: 4rem;
}
.wp-block-group:has(.menzel-custom-map-wrapper) {
  padding-bottom: 0;
  margin-bottom: -1rem;
}

@media screen and (max-width: 1000px) {
  .wp-block-menzel-heading {
    width: calc(100% - 3rem);
    margin: auto;
  }
}
/*# sourceMappingURL=other.css.map */
