@charset "UTF-8";
/* Breakpoint‑Mixin */
@font-face {
  font-family: HelveticaNeueLTPro;
  src: url(../fonts/HelveticaNeueLTPro-Roman.woff);
  font-weight: 400;
}
@font-face {
  font-family: HelveticaNeueLTPro;
  src: url(../fonts/HelveticaNeueLTPro-Bd.woff);
  font-weight: 700;
}
@font-face {
  font-family: HelveticaNeueLTPro;
  src: url(../fonts/HelveticaNeueLTPro-Hv.woff);
  font-weight: 750;
}
@font-face {
  font-family: "helvetica_neue_lt";
  src: url("../fonts/helveticaneueltpro-bd-webfont.woff2") format("woff2"), url("../fonts/helveticaneueltpro-bd-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_lt";
  src: url("../fonts/helveticaneueltpro-hv-webfont.woff2") format("woff2"), url("../fonts/helveticaneueltpro-hv-webfont.woff") format("woff");
  font-weight: 750;
  font-style: normal;
}
@font-face {
  font-family: "helvetica_neue_lt";
  src: url("../fonts/helveticaneueltpro-roman-webfont.woff2") format("woff2"), url("../fonts/helveticaneueltpro-roman-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus-visible {
  outline-offset: 4px;
}

html {
  font-family: "helvetica_neue_lt", Arial, sans-serif;
  line-height: 1.4;
  box-sizing: border-box;
}

body {
  color: #121212;
  line-height: 1.4;
  font-weight: 400;
  box-sizing: border-box;
}
body.page_shops {
  background-color: #E0E8EB;
}

section {
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 750;
  color: #0077AA;
  transition: all 0.2s ease-in-out;
  margin-bottom: 1rem;
}

h2 {
  font-size: 30px;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 38px;
  }
}

p {
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  p {
    font-size: 16px;
  }
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

header {
  max-width: 1400px;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: flex;
}
@media (min-width: 1024px) {
  header {
    margin: 144px auto 60px;
  }
}
@media (min-width: 1280px) {
  header {
    margin: 166px auto 60px;
  }
}
header #nav > .container {
  padding: 0;
}
@media (min-width: 667px) {
  header #nav > .container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  header #nav > .container {
    padding: 0 20px;
  }
}
header .logo {
  width: 100%;
  max-width: 120px;
  transition: max-width 0.25s ease-in-out, margin 0.25s ease-in-out;
  display: inline-flex;
  will-change: max-width;
}
@media (min-width: 1024px) {
  header .logo {
    max-width: 240px;
    margin: 12px 0;
  }
}
@media (min-width: 1280px) {
  header .logo {
    max-width: 354px;
  }
}
header .logo svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}
header .header {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1400px;
  position: relative;
  min-height: 360px;
}
@media (min-width: 1024px) {
  header .header {
    min-height: 500px;
    border-radius: 20px;
    margin: 0 20px;
  }
}
header .header-home {
  max-width: 1400px;
}
@media (min-width: 1024px) {
  header .header-home {
    padding: 0;
  }
}
header .header-shops {
  min-height: 240px;
}
@media (min-width: 1024px) {
  header .header-shops {
    min-height: 320px;
  }
}
header .swiper .swiper-slide img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 1024px) {
  header .swiper .swiper-slide img {
    height: 500px;
  }
}
header .swiper .swiper-slide.swiper-slide-active .content {
  opacity: 1;
}
header .swiper .swiper-slide.right_img img {
  object-position: right;
}
header .header-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #636363;
  opacity: 0.5;
  transition: all 0.2s ease-in-out;
  margin: 0 6px !important;
}
header .header-slider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0077AA;
}
header .content {
  max-width: 1200px;
  margin: 0 20px;
  padding: 16px 20px 20px 20px;
  background: white;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.8s ease-in-out 0.6s;
  transform: translateY(-60px);
  gap: 12px;
  box-sizing: border-box;
}
@media (min-width: 667px) {
  header .content {
    margin: 0 40px;
    width: calc(100% - 80px);
  }
}
@media (min-width: 1280px) {
  header .content {
    width: 100%;
    margin: 0 auto;
    align-items: center;
  }
}
.single-shops header .content {
  display: none;
}
header .content h1,
header .content h2 {
  font-size: 24px;
  color: #2B2B2B;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 667px) {
  header .content h1,
  header .content h2 {
    font-size: 26px;
  }
}
@media (min-width: 1280px) {
  header .content h1,
  header .content h2 {
    font-size: 30px;
  }
}
header .content .header-slide-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}
header .content .content-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #0077AA;
}
header .content .header-slide-excerpt {
  margin: 0;
  color: #2B2B2B;
  font-size: 15px;
  line-height: 1.35;
}
@media (min-width: 1024px) {
  header .content .header-slide-excerpt {
    font-size: 16px;
  }
}
header .header:not(.header-home) > .content {
  opacity: 1;
  transform: translateY(50px);
  gap: 8px;
  text-align: center;
  justify-content: center;
}
header .header:not(.header-home) > .content h1 {
  margin-bottom: 0;
  line-height: 1.2;
  color: #0077AA;
}
header .header:not(.header-home) > .content .sub_head {
  flex-basis: 100%;
  width: 100%;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 667px) {
  header .header:not(.header-home) > .content .sub_head {
    font-size: 20px;
  }
}
.home header .stoerer {
  left: 2%;
  right: 42%;
  margin: auto;
  bottom: 25%;
}
@media (min-width: 667px) {
  .home header .stoerer {
    right: 55%;
    bottom: 360px;
    left: 32%;
  }
}
@media (min-width: 1024px) {
  .home header .stoerer {
    right: 300px;
    bottom: 300px;
    left: 40%;
  }
}
.page_shops header .header, .shops-template-default header .header {
  background: url("/wp-content/uploads/header_shops-mobile.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .page_shops header .header, .shops-template-default header .header {
    background: url("/wp-content/uploads/header_shops.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.shops-template-default header .header {
  min-height: 300px;
}
@media (min-width: 1024px) {
  .shops-template-default header .header {
    min-height: 400px;
  }
}
.page_veranstaltungen header .header {
  background: url("/wp-content/uploads/header_veranstaltungen-mobile.jpg") no-repeat;
  background-size: cover;
  background-position: center 30%;
}
@media (min-width: 1024px) {
  .page_veranstaltungen header .header {
    background: url("/wp-content/uploads/header_veranstaltungen.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page_service-und-kontakt header .header {
  background: url("/wp-content/uploads/header_service-mobile.jpg") no-repeat;
  background-size: cover;
  background-position: center 30%;
}
@media (min-width: 1024px) {
  .page_service-und-kontakt header .header {
    background: url("/wp-content/uploads/header_service.jpg") no-repeat;
    background-size: cover;
    background-position: top;
  }
}
.page_aktuelles header .header {
  background: url("/wp-content/uploads/header_aktuelles-mobile.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 667px) {
  .page_aktuelles header .header {
    background: url("/wp-content/uploads/header_aktuelles.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}
.page_ueber-bero header .header {
  background: url("/wp-content/uploads/header_ueberuns-mobile.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1024px) {
  .page_ueber-bero header .header {
    background: url("/wp-content/uploads/header_ueberuns.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.page_kindertroedel header .header {
  background: url("/wp-content/uploads/kindertroedel_header.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.page_impressum header .header, .page_datenschutz header .header, .page_barrierefreiheit header .header {
  background: url("/wp-content/uploads/header_home-mobile.jpg") no-repeat;
  background-size: cover;
  background-position: center 88%;
}
@media (min-width: 667px) {
  .page_impressum header .header, .page_datenschutz header .header, .page_barrierefreiheit header .header {
    background-position: center 78%;
  }
}
@media (min-width: 1024px) {
  .page_impressum header .header, .page_datenschutz header .header, .page_barrierefreiheit header .header {
    background: url("/wp-content/uploads/header_home.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.error404 header .header {
  display: none;
}
header p {
  transition: font-size 0.2s ease-in-out;
}

.info_header {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 280px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 10px 18px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #0C191F;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 119, 170, 0.45);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(12, 25, 31, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (min-width: 667px) {
  .info_header {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (min-width: 1024px) {
  .info_header {
    top: 24px;
    font-size: 15px;
  }
}
.info_header svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #0077AA;
}
.info_header p {
  margin: 0;
  font-size: inherit;
}
.info_header strong {
  font-weight: 700;
}
.info_header a {
  color: #0077AA;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.2s ease-in-out;
}
.info_header a:hover {
  opacity: 0.7;
}

#nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}
#nav .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
  margin-top: 10px;
  padding: 0.5rem 1rem;
}
body.page_shops #nav .nav-wrapper {
  background: #E0E8EB;
}
#nav li a {
  font-weight: 400;
  position: relative;
}
#nav li a:after {
  content: "";
  width: 0;
  transition: all 0.2s ease-in-out;
}
#nav li a:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background: #0077AA;
  left: 0;
}
#nav li.current_page_item a {
  opacity: 1 !important;
  font-weight: 750;
}
#nav li.current_page_item a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background: #0077AA;
  left: 0;
}
#nav #menuToggle {
  display: flex;
  flex-direction: column;
  top: 25px;
  left: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#nav #menuToggle.open .burger span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, 0px);
  background: #36383F;
}
#nav #menuToggle.open .burger span:nth-last-child(1) {
  transform: rotate(-45deg) translate(-2px, -1px);
}
#nav #menuToggle.open .burger span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#nav #menuToggle.open .mobile_menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s;
}
#nav #menuToggle .burger {
  z-index: 100;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
}
#nav #menuToggle .burger span {
  display: flex;
  width: 20px;
  height: 3px;
  margin-bottom: 4px;
  background: #2B2B2B;
  border-radius: 3px;
  z-index: 10;
  transform-origin: 5px 0px;
  transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#nav #menuToggle .burger span:first-child {
  transform-origin: 0% 0%;
}
#nav #menuToggle .burger span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#nav #menuToggle .burger span:last-child {
  margin-bottom: 0;
}
#nav .mobile_menu {
  top: 0;
  margin: 0;
  width: 100%;
  left: 0;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  z-index: 10;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
  transform-origin: center;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.45s;
}
@media (prefers-reduced-motion: reduce) {
  #nav .mobile_menu {
    transition: opacity 0.2s ease, visibility 0s;
    transform: none;
  }
}
#nav .mobile_menu .nav_container_mobile {
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#nav .mobile_menu .nav_container_mobile .logo {
  max-width: 180px;
  margin-bottom: 4px;
}
#nav .mobile_menu .nav_container_mobile ul {
  list-style: none;
  margin: 0;
  padding: 12px 0 4px;
  width: 100%;
}
#nav .mobile_menu .nav_container_mobile ul li {
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
#nav .mobile_menu .nav_container_mobile ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 2px;
  font-size: 22px;
  font-weight: 750;
  text-transform: uppercase;
  color: #121212;
  opacity: 1;
  transition: color 0.2s ease;
}
#nav .mobile_menu .nav_container_mobile ul li a:after {
  display: none;
}
#nav .mobile_menu .nav_container_mobile ul li a:hover, #nav .mobile_menu .nav_container_mobile ul li a:focus-visible {
  color: #0077AA;
}
#nav .mobile_menu .nav_container_mobile .mobile-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}
#nav .mobile_menu .nav_container_mobile .mobile-socials a {
  display: inline-flex;
  transition: transform 0.2s ease;
}
#nav .mobile_menu .nav_container_mobile .mobile-socials a svg {
  width: 38px;
  height: 38px;
  display: block;
}
#nav .mobile_menu .nav_container_mobile .mobile-socials a:hover, #nav .mobile_menu .nav_container_mobile .mobile-socials a:focus-visible {
  transform: scale(1.08);
}
#nav .mobile_menu .nav_container_mobile .mobile-socials a:after {
  display: none;
}
#nav .mobile_menu .contact {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E0E8EB;
  padding: 20px 24px 24px;
  width: 100%;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
#nav .mobile_menu .contact:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 5%);
  position: absolute;
  width: 100%;
  height: 47%;
  top: 0;
  left: 0;
  opacity: 0.2;
}
#nav .mobile_menu .contact hr {
  margin: 12px 0;
}
#nav .mobile_menu .contact .contact-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
#nav .mobile_menu .contact .contact-link a {
  display: flex;
  font-weight: 700;
  align-items: center;
  color: #636363;
}
#nav .mobile_menu .contact .contact-link a svg {
  margin-right: 4px;
}
#nav .mobile_menu .contact .contact-link a svg path {
  fill: #0077AA;
}
#nav .mobile_menu .contact .nav-gutschein {
  font-size: 15px;
  color: #636363;
  padding-left: 56px;
  position: relative;
}
#nav .mobile_menu .contact .nav-gutschein .head {
  text-transform: uppercase;
  color: #121212;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
#nav .mobile_menu .contact .nav-gutschein svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
}
#nav .mobile_menu .contact .nav-end {
  padding: 0;
}
#nav .mobile_menu .contact .nav-end li {
  display: inline-block;
}
#nav .mobile_menu .contact .nav-end li:first-child {
  margin-right: 10px;
}
#nav .mobile_menu .contact .nav-end li a {
  font-size: 15px;
  text-transform: none;
  padding-bottom: 0;
  color: #636363;
}
.page_impressum #nav .mobile_menu .contact .nav-end li:first-child a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background: #009EE2;
  left: 0;
}
.page_datenschutz #nav .mobile_menu .contact .nav-end li:last-child a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -5px;
  background: #009EE2;
  left: 0;
}
#nav .desktop-nav,
#nav .socials-nav,
#nav .anfahrt {
  display: none;
}
@media (min-width: 1024px) {
  #nav .mobile-nav {
    display: none;
  }
  #nav .anfahrt {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    color: black;
    font-weight: 600;
    line-height: 130%;
    background-color: #EDF2F6;
    padding: 14px 16px;
    border-radius: 5px;
    transition: transform 0.2s ease-in-out;
  }
  #nav .anfahrt:hover {
    transform: scale(1.06);
  }
  #nav .socials-nav {
    display: flex;
  }
  #nav .socials-nav ul {
    display: flex;
    gap: 10px;
  }
  #nav .socials-nav ul li {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.25);
    padding: 9px;
  }
  #nav .socials-nav ul li a {
    display: flex;
    transition: transform 0.2s ease-in-out;
  }
  #nav .socials-nav ul li a:after {
    display: none !important;
  }
  #nav .socials-nav ul li a:hover {
    transform: scale(1.1);
  }
  #nav .socials-nav ul li svg {
    display: block;
    width: 32px;
    height: 32px;
  }
  #nav .container {
    max-width: 100%;
    padding: 0 20px;
  }
  #nav .nav-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    padding-top: 20px;
  }
  #nav .desktop-nav {
    display: flex;
    margin: 20px auto 16px;
    width: 100%;
    justify-content: center;
    transition: margin 0.25s ease-in-out;
  }
  #nav .desktop-nav .menu {
    display: flex;
    justify-content: space-between;
    width: 660px;
    margin-left: 20px;
  }
  #nav .desktop-nav .menu li {
    display: flex;
  }
  #nav .desktop-nav .menu li a {
    color: #121212;
    text-transform: uppercase;
  }
  #nav .desktop-nav .instagram,
  #nav .desktop-nav .facebook {
    height: 33px;
  }
  #nav .desktop-nav .instagram path,
  #nav .desktop-nav .facebook path {
    transition: all 0.2s ease-in-out;
  }
  #nav .desktop-nav .instagram:hover path,
  #nav .desktop-nav .facebook:hover path {
    fill: #0077AA !important;
  }
  #nav .desktop-nav .instagram {
    margin-right: -24px;
  }
}

@media (min-width: 1024px) {
  #nav.scroll {
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.05) 0px 1px 3px -1px;
  }
  #nav.scroll .nav-wrapper > .logo {
    max-width: 200px;
    margin: 0;
  }
  #nav.scroll .desktop-nav {
    margin-top: 4px;
  }
  body.page_shops #nav.scroll {
    background: #E0E8EB;
  }
}
#menu-item-31 a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-weight: 750;
}
#menu-item-31 a:before {
  content: "SHOPS";
  content: "SHOPS"/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 750;
}
@media speech {
  #menu-item-31 a:before {
    display: none;
  }
}

#menu-item-32 a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-weight: 750;
}
#menu-item-32 a:before {
  content: "VERANSTALTUNGEN";
  content: "VERANSTALTUNGEN"/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 750;
}
@media speech {
  #menu-item-32 a:before {
    display: none;
  }
}

#menu-item-33 a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-weight: 750;
}
#menu-item-33 a:before {
  content: "SERVICE & KONTAKT";
  content: "SERVICE & KONTAKT"/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 750;
}
@media speech {
  #menu-item-33 a:before {
    display: none;
  }
}

#menu-item-34 a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-weight: 750;
}
#menu-item-34 a:before {
  content: "ÜBER BERO";
  content: "ÜBER BERO"/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 750;
}
@media speech {
  #menu-item-34 a:before {
    display: none;
  }
}

#menu-item-581 a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-weight: 750;
}
#menu-item-581 a:before {
  content: "AKTUELLES";
  content: "AKTUELLES"/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: 750;
}
@media speech {
  #menu-item-581 a:before {
    display: none;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 667px) {
  .container {
    padding: 0 40px;
    margin: 0 auto;
  }
}

.btn, .btn-light {
  background-color: #0077AA;
  color: #fff;
  border-radius: 32px;
  padding: 12px 30px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s ease-in-out;
  border: none;
  text-align: center;
}
@media (min-width: 1024px) {
  .btn, .btn-light {
    font-size: 16px;
  }
}
.btn:hover, .btn-light:hover {
  background-color: #fff;
  color: #0077AA;
}

.btn-light {
  background-color: #fff;
  color: #0077AA;
}
.btn-light:hover {
  background-color: #0077AA;
  color: #fff;
}

.stoerer {
  position: absolute;
  background: #0077AA;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  width: 135px;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
@media (min-width: 1024px) {
  .stoerer {
    transform: scale(1);
  }
}
.stoerer:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 0;
  background: #0077AA;
  z-index: -1;
}
.stoerer p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}

.viernullvier_page {
  padding: 40px 0;
}
@media (min-width: 667px) {
  .viernullvier_page {
    padding: 80px 0;
  }
}
@media (min-width: 1024px) {
  .viernullvier_page {
    padding: 120px 0;
  }
}
@media (min-width: 1280px) {
  .viernullvier_page {
    padding: 140px 0;
  }
}

.visually_hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

footer {
  background: #0C191F;
  padding: 0 0 40px;
  margin-top: 100px;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
  font-size: 14px;
}
footer .footer-banner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 16px;
  top: -60px;
  margin: 0 20px -20px;
  min-height: 400px;
  text-align: left;
  isolation: isolate;
}
@media (min-width: 667px) {
  footer .footer-banner {
    margin: 0 40px -20px;
    border-radius: 20px;
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  footer .footer-banner {
    min-height: 520px;
  }
}
@media (min-width: 1280px) {
  footer .footer-banner {
    max-width: 1200px;
    margin: 0 auto -12px;
    min-height: 560px;
  }
}
footer .footer-banner picture,
footer .footer-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
footer .footer-banner img {
  object-fit: cover;
  display: block;
  object-position: bottom;
}
footer .footer-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(12, 25, 31, 0.88) 0%, rgba(12, 25, 31, 0.45) 45%, rgba(12, 25, 31, 0) 78%);
  z-index: 1;
}
footer .footer-banner .footer-banner-content {
  position: relative;
  z-index: 2;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 667px) {
  footer .footer-banner .footer-banner-content {
    padding: 44px 48px;
  }
}
footer .footer-banner .footer-banner-content .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
footer .footer-banner .footer-banner-content h2 {
  font-size: 26px;
  font-weight: 750;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  max-width: 14em;
}
@media (min-width: 667px) {
  footer .footer-banner .footer-banner-content h2 {
    font-size: 34px;
  }
}
@media (min-width: 1280px) {
  footer .footer-banner .footer-banner-content h2 {
    font-size: 40px;
  }
}
footer .footer-banner .footer-banner-btn {
  align-self: flex-start;
  margin-top: 8px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  white-space: nowrap;
  backdrop-filter: blur(4px);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  footer .footer-banner .footer-banner-btn {
    font-size: 16px;
  }
}
footer .footer-banner:hover .footer-banner-btn {
  background: #0077AA;
  border-color: #0077AA;
  color: #fff;
}
footer .container {
  max-width: 1400px;
  box-sizing: content-box;
}
@media only screen and (min-width: 1220px) {
  footer .container {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1220px) {
  footer .container .contact {
    display: flex;
    align-items: center;
    gap: 16px;
  }
}
@media only screen and (min-width: 1400px) {
  footer .container .contact {
    gap: 44px;
  }
}
footer .container .contact .logo {
  width: 160px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 1220px) {
  footer .container .contact .logo {
    padding-bottom: 0;
  }
}
footer .container .contact a {
  display: inline-block;
}
footer .container .contact .tel, footer .container .contact .mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
}
@media only screen and (min-width: 1220px) {
  footer .container .contact .tel, footer .container .contact .mail {
    margin-top: 0;
  }
}
footer .container .contact .tel svg, footer .container .contact .mail svg {
  margin-right: 6px;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
footer .container .contact .mail {
  padding-left: 10px;
}
@media only screen and (min-width: 1220px) {
  footer .container .contact .mail {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1220px) {
  footer .container .contact .socials {
    display: flex;
  }
}
footer .container .contact .socials .facebook, footer .container .contact .socials .instagram {
  margin: 30px 5px 40px;
  background: transparent;
  height: 33px;
}
@media only screen and (min-width: 1220px) {
  footer .container .contact .socials .facebook, footer .container .contact .socials .instagram {
    margin: 0;
  }
}
footer .container .contact .socials .facebook path, footer .container .contact .socials .instagram path {
  transition: all 0.2s ease-in-out;
}
footer .container .contact .socials .facebook:hover path, footer .container .contact .socials .instagram:hover path {
  fill: #0077AA;
}
@media only screen and (min-width: 1220px) {
  footer .container .contact .socials .instagram {
    margin-right: 22px;
  }
}
footer .footer-nav {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
}
@media only screen and (min-width: 600px) {
  footer .footer-nav {
    flex-direction: row;
    gap: 24px;
  }
}
@media only screen and (min-width: 1220px) {
  footer .footer-nav {
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
  }
}
.page_impressum footer .footer-nav li:first-child a {
  text-decoration: underline;
}
.page_datenschutz footer .footer-nav li:nth-child(2) a {
  text-decoration: underline;
}
.page_barrierefreiheit footer .footer-nav li:last-child a {
  text-decoration: underline;
}
footer a {
  transition: all 0.2s ease-in-out;
}
footer a:hover {
  color: #0077AA;
}
.page_service-und-kontakt footer, .page_ueber-bero footer, .single-shops footer, .page_kindertroedel footer {
  margin-top: 0rem;
  padding-top: 8rem;
}

form {
  padding: 20px 0;
}
form fieldset {
  display: block;
  position: relative;
}
form fieldset legend {
  display: none;
}
form fieldset label {
  color: #3D3D3D;
  font-weight: 700;
  font-size: 13px;
  display: block;
  padding-left: 20px;
  font-family: "helvetica_neue_lt", Arial, sans-serif;
  margin-bottom: 4px;
}
form fieldset input {
  border-radius: 100px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
  margin-bottom: 40px;
  font-family: "helvetica_neue_lt", Arial, sans-serif;
  box-sizing: border-box;
}
form fieldset input:focus-visible {
  outline-color: #0077AA;
}
form fieldset textarea {
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100% !important;
  min-height: 206px;
  display: block;
  margin-bottom: 40px;
  font-family: "helvetica_neue_lt", Arial, sans-serif;
  box-sizing: border-box;
}
form fieldset textarea:focus-visible {
  outline-color: #0077AA;
}
form fieldset .formerror {
  position: absolute;
  bottom: 18px;
  left: 20px;
  font-size: 13px;
  color: #FF6F32 !important;
}
form fieldset .input_error {
  border: 2px solid #FF6F32;
}
@media (min-width: 667px) {
  form .first_row {
    display: flex;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
  }
  form .first_row fieldset {
    width: calc(33.3333333333% - 14px);
  }
}
form .btn {
  margin: 0 auto 40px;
  width: 100%;
  max-width: 360px;
  display: block;
  cursor: pointer;
}
form .btn.is-loading {
  pointer-events: none;
  cursor: default;
  opacity: 0.85;
}
form .btn.is-loading::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  vertical-align: middle;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: btn-spin 0.6s linear infinite;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}
input {
  font-family: "helvetica_neue_lt", Arial, sans-serif;
  box-sizing: border-box;
}
input:focus-visible {
  outline-color: #0077AA;
}

.danke_text_container {
  padding: 100px 0;
  text-align: center;
}
.danke_text_container .danke_text {
  font-weight: 750;
  color: #0077AA;
  font-size: 30px;
}
.danke_text_container svg {
  margin-bottom: 14px;
}

.invisible {
  display: none;
}

.jobs {
  padding: 20px 0 40px;
  scroll-margin-top: 20px;
}
@media (min-width: 1024px) {
  .jobs {
    padding: 40px 0 60px;
  }
}
.jobs .jobs-intro {
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .jobs .jobs-intro {
    margin-bottom: 36px;
  }
}
.jobs .jobs-intro h2 {
  font-size: 23px;
  margin-bottom: 12px;
}
@media (min-width: 480px) {
  .jobs .jobs-intro h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .jobs .jobs-intro h2 {
    font-size: 40px;
  }
}
.jobs .jobs-intro p {
  color: #121212;
  max-width: 720px;
}
.jobs .jobs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 667px) {
  .jobs .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .jobs .jobs-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.job-card {
  background: #E0E8EB;
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.06);
  border-radius: 16px;
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  transition: all 0.2s ease-in-out;
}
.job-card__employer {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0077AA;
}
.job-card__title {
  font-size: 22px;
  color: #0C191F;
  margin: 0;
}
@media (min-width: 1024px) {
  .job-card__title {
    font-size: 26px;
  }
}
.job-card__badge {
  background: #fff;
  color: #0C191F;
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
}
.job-card__text {
  color: #121212;
  margin: 0;
}
.job-card__btn {
  margin-top: auto;
}
.job-card__btn:hover {
  background-color: #fff;
}
.job-card__contact {
  font-size: 13px;
  color: #636363;
  margin: 0;
  word-break: break-word;
}
.job-card--empty {
  background: radial-gradient(120% 140% at 0% 0%, rgba(0, 119, 170, 0.1) 0%, rgba(0, 119, 170, 0) 55%), #E0E8EB;
  border: 1px dashed rgba(0, 119, 170, 0.35);
  box-shadow: 0 4px 20px rgba(18, 18, 18, 0.06);
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 14px;
  padding: 40px 28px;
  max-width: 560px;
  margin: 0 auto;
}
.job-card--empty .job-empty__icon {
  color: #0077AA;
}
.job-card--empty .job-empty__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0077AA;
}
.job-card--empty .job-card__title {
  color: #121212;
}
.job-card--empty .job-card__text {
  color: #636363;
  line-height: 1.5;
  max-width: 40ch;
}
.job-card--empty .job-card__btn {
  align-self: center;
  margin-top: 4px;
}

.jobs-teaser {
  background: #0077AA;
  color: #fff;
  border-radius: 16px;
  margin-top: 16px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 667px) {
  .jobs-teaser {
    margin-top: 20px;
    padding: 22px 28px;
    flex-wrap: nowrap;
  }
}
.jobs-teaser__icon {
  flex-shrink: 0;
  color: currentColor;
}
.jobs-teaser__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
  min-width: 0;
}
.jobs-teaser__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .jobs-teaser__title {
    font-size: 22px;
  }
}
.jobs-teaser__sub {
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .jobs-teaser__sub {
    font-size: 15px;
  }
}
.jobs-teaser__btn {
  background: #fff;
  color: #0077AA;
  border-radius: 32px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .jobs-teaser__btn {
    font-size: 15px;
  }
}
.jobs-teaser:hover, .jobs-teaser:focus-visible {
  background: #0C191F;
}
.jobs-teaser:hover .jobs-teaser__btn, .jobs-teaser:focus-visible .jobs-teaser__btn {
  background: #E0E8EB;
}

.logo-laufband {
  position: relative;
  background: #EDF2F6;
  padding: 28px 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .logo-laufband {
    padding: 44px 0;
  }
}
.logo-laufband--tilted {
  padding: 72px 0;
}
@media (min-width: 1024px) {
  .logo-laufband--tilted {
    padding: 92px 0;
  }
}
.logo-laufband.logo-laufband--tilted .laufband-viewport {
  transform: rotate(-4deg);
}
.logo-laufband .laufband-viewport {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1680px) {
  .logo-laufband .laufband-viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  }
}
.logo-laufband .laufband-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: laufband-scroll 45s linear infinite;
  will-change: transform;
}
.logo-laufband.is-paused .laufband-track {
  animation-play-state: paused;
}
.logo-laufband .logo-card {
  flex: 0 0 auto;
  width: 116px;
  height: 116px;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .logo-laufband .logo-card {
    width: 150px;
    height: 150px;
    margin-right: 24px;
  }
}
.logo-laufband .logo-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.06);
}
@media (min-width: 1024px) {
  .logo-laufband .logo-card img {
    border-radius: 20px;
  }
}
.logo-laufband .laufband-toggle {
  position: absolute;
  right: 16px;
  bottom: 12px;
  z-index: 5;
  width: 38px;
  height: 38px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #fff;
  color: #0077AA;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
@media (min-width: 1024px) {
  .logo-laufband .laufband-toggle {
    right: 28px;
  }
}
.logo-laufband .laufband-toggle:hover {
  transform: scale(1.06);
}
.logo-laufband .laufband-toggle:focus-visible {
  outline: 3px solid #0C191F;
  outline-offset: 2px;
}
.logo-laufband .laufband-toggle .icon-play {
  display: none;
}
.logo-laufband.is-paused .laufband-toggle .icon-pause {
  display: none;
}
.logo-laufband.is-paused .laufband-toggle .icon-play {
  display: block;
}

@keyframes laufband-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-laufband .laufband-track {
    animation: none;
  }
}
.home .kategorie-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 16px;
  row-gap: 32px;
  padding-top: 56px;
  padding-bottom: 48px;
}
@media (min-width: 667px) {
  .home .kategorie-tiles {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {
  .home .kategorie-tiles {
    grid-template-columns: repeat(5, 1fr);
    padding-top: 80px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1240px) {
  .home .kategorie-tiles {
    padding-left: 0;
    padding-right: 0;
  }
}
.home .kategorie-tiles .tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1.4;
  border-radius: 16px;
  padding: 0 12px;
  overflow: visible;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .home .kategorie-tiles .tile {
    border-radius: 20px;
    padding: 0 16px;
  }
}
.home .kategorie-tiles .tile:hover, .home .kategorie-tiles .tile:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.home .kategorie-tiles .tile:focus-visible {
  outline: 3px solid #0C191F;
  outline-offset: 3px;
}
.home .kategorie-tiles .tile__icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  margin-top: -16px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
}
@media (min-width: 1024px) {
  .home .kategorie-tiles .tile__icon {
    width: 60px;
    height: 60px;
    margin-top: -20px;
  }
}
.home .kategorie-tiles .tile__title {
  position: relative;
  z-index: 2;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1024px) {
  .home .kategorie-tiles .tile__title {
    font-size: 26px;
  }
}
.home .kategorie-tiles .tile__photo {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1024px) {
  .home .kategorie-tiles .tile__photo {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (min-width: 1024px) {
  .home .kategorie-tiles .tile--overflow {
    z-index: 3;
  }
  .home .kategorie-tiles .tile--overflow .tile__photo {
    width: 106%;
    border-bottom-right-radius: 0;
  }
}
.home .kategorie-tiles .tile--shops {
  background: linear-gradient(180deg, #E06B5C 0%, #E06B5C 40%, #ED9385 100%);
}
.home .kategorie-tiles .tile--gastronomie {
  background: linear-gradient(180deg, #3A949F 0%, #3A949F 40%, #7FB8BF 100%);
}
.home .kategorie-tiles .tile--fashion {
  background: linear-gradient(180deg, #D7719C 0%, #D7719C 40%, #EFB7CF 100%);
}
.home .kategorie-tiles .tile--lebensmittel {
  background: linear-gradient(180deg, #60A128 0%, #60A128 40%, #B2D78A 100%);
}
.home .kategorie-tiles .tile--medizin {
  background: linear-gradient(180deg, #5099C7 0%, #5099C7 40%, #A9CFE9 100%);
}
@media (prefers-reduced-motion: reduce) {
  .home .kategorie-tiles .tile {
    transition: none;
  }
  .home .kategorie-tiles .tile:hover, .home .kategorie-tiles .tile:focus-visible {
    transform: none;
  }
}
.home .services-section {
  background: #fff;
  padding: 56px 0;
}
@media (min-width: 667px) {
  .home .services-section {
    padding: 88px 0;
  }
}
.home .services-section .services-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 667px) {
  .home .services-section .services-header {
    margin-bottom: 32px;
  }
}
.home .services-section .services-header h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  color: #121212;
}
@media (min-width: 1024px) {
  .home .services-section .services-header h2 {
    font-size: 26px;
  }
}
.home .services-section .services-header .services-link {
  font-size: 14px;
  color: #0077AA;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}
.home .services-section .services-header .services-link:hover {
  text-decoration: none;
}
.home .services-section .services-icons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (min-width: 667px) {
  .home .services-section .services-icons {
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.home .services-section .services-icons .service-card {
  background: #EDF2F6;
  box-shadow: 0 6px 18px rgba(18, 18, 18, 0.06);
  flex: 1 1 calc(50% - 6px);
  min-width: 0;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  gap: 12px;
  padding: 16px 8px;
}
@media (min-width: 667px) {
  .home .services-section .services-icons .service-card {
    flex: 1;
    height: 130px;
    gap: 14px;
  }
}
.home .services-section .services-icons .service-card img {
  height: 34px;
  width: auto;
  flex-shrink: 0;
}
.home .services-section .services-icons .service-card p {
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  color: #121212;
}
@media (min-width: 1024px) {
  .home .services-section .services-icons .service-card p {
    font-size: 15px;
  }
}
.home .gutschein {
  background: #EDF2F6;
  box-shadow: inset 0 12px 22px -14px rgba(0, 0, 0, 0.18);
  overflow: visible;
  padding-bottom: 72px;
  padding-top: 64px;
  margin-top: 56px;
}
.home .gutschein .container {
  max-width: 620px;
  background: none;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
.home .gutschein .content-img {
  position: relative;
  margin: -120px auto 28px;
  padding: 0;
  transform: none;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .home .gutschein .content-img {
    margin: -120px auto 32px;
  }
}
.home .gutschein .content-img img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.home .gutschein .content-img .stoerer {
  background-color: #c43790;
  top: auto;
  top: -74px;
  right: -26px;
  left: auto;
}
@media (min-width: 667px) {
  .home .gutschein .content-img .stoerer {
    bottom: -40px;
    right: -60px;
    top: auto;
  }
}
.home .gutschein .content-img .stoerer:after {
  background-color: #c43790;
  left: 0;
  bottom: 0;
  right: auto;
}
@media (min-width: 667px) {
  .home .gutschein .content-img .stoerer:after {
    top: 0;
  }
}
.home .gutschein .content {
  width: auto;
  padding: 0;
}
.home .gutschein .content h3 {
  margin-bottom: 12px;
}
.home .gutschein .content p {
  color: #121212;
  margin: 0 auto;
}
.home .aktuelles-home {
  background: #EDF2F6;
  padding: 72px 0 120px;
  box-shadow: inset 0 -8px 22px -14px rgba(0, 0, 0, 0.18);
}
@media (min-width: 1024px) {
  .home .aktuelles-home {
    padding: 100px 0 140px;
  }
}
.home .aktuelles-home h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #121212;
}
@media (min-width: 1024px) {
  .home .aktuelles-home h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.home .aktuelles-home .aktuelles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 667px) {
  .home .aktuelles-home .aktuelles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.home .aktuelles-home .aktuelles-card {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(18, 18, 18, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.home .aktuelles-home .aktuelles-card:hover, .home .aktuelles-home .aktuelles-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(18, 18, 18, 0.14);
}
.home .aktuelles-home .aktuelles-card:hover .card-image img, .home .aktuelles-home .aktuelles-card:focus-within .card-image img {
  transform: scale(1.05);
}
.home .aktuelles-home .aktuelles-card .card-image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
.home .aktuelles-home .aktuelles-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.home .aktuelles-home .aktuelles-card .card-image .card-date {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  color: #121212;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(18, 18, 18, 0.12);
}
.home .aktuelles-home .aktuelles-card .card-image .card-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #0077AA;
  color: white;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 12px rgba(0, 119, 170, 0.35);
}
.home .aktuelles-home .aktuelles-card .card-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}
.home .aktuelles-home .aktuelles-card .card-content h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #121212;
}
@media (min-width: 1024px) {
  .home .aktuelles-home .aktuelles-card .card-content h3 {
    font-size: 26px;
  }
}
.home .aktuelles-home .aktuelles-card .card-content p {
  color: #636363;
  line-height: 1.5;
  margin: 0;
  font-size: 15px;
}
.home .aktuelles-home .aktuelles-card .card-content .btn,
.home .aktuelles-home .aktuelles-card .card-content .btn-light {
  align-self: flex-start;
  margin-top: auto;
}
.home .aktuelles-home .aktuelles-card--news {
  background: #121212;
}
.home .aktuelles-home .aktuelles-card--news .card-content h3 {
  color: white;
}
.home .aktuelles-home .aktuelles-card--news .card-content p {
  color: rgba(255, 255, 255, 0.7);
}
.home .aktuelles-home .aktuelles-card--event-empty {
  background: radial-gradient(120% 140% at 0% 0%, rgba(0, 119, 170, 0.1) 0%, rgba(0, 119, 170, 0) 55%), #E0E8EB;
  border: 1px dashed rgba(0, 119, 170, 0.35);
}
.home .aktuelles-home .aktuelles-card--event-empty:hover, .home .aktuelles-home .aktuelles-card--event-empty:focus-within {
  transform: none;
  box-shadow: 0 4px 20px rgba(18, 18, 18, 0.06);
}
.home .aktuelles-home .aktuelles-card--event-empty .card-content {
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: 40px 28px;
}
.home .aktuelles-home .aktuelles-card--event-empty .event-empty__icon {
  color: #0077AA;
}
.home .aktuelles-home .aktuelles-card--event-empty .event-empty__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0077AA;
}
.home .aktuelles-home .aktuelles-card--event-empty h3 {
  color: #121212;
}
.home .aktuelles-home .aktuelles-card--event-empty p {
  max-width: 34ch;
}
.home .aktuelles-home .aktuelles-card--event-empty .btn {
  align-self: center;
  margin-top: 4px;
}
.home .aktuelles-home .kindertroedel-teaser {
  position: relative;
  display: block;
  margin-top: 20px;
  border-radius: 20px;
  overflow: hidden;
  background: #EFEDE7;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 667px) {
  .home .aktuelles-home .kindertroedel-teaser {
    margin-top: 24px;
  }
}
.home .aktuelles-home .kindertroedel-teaser:hover .kt-image {
  transform: scale(1.04);
}
.home .aktuelles-home .kindertroedel-teaser:hover .kt-btn {
  background: #0077AA;
  color: #fff;
}
.home .aktuelles-home .kindertroedel-teaser .kt-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 73% center;
  display: block;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
@media (min-width: 667px) {
  .home .aktuelles-home .kindertroedel-teaser .kt-image {
    object-position: center;
  }
}
.home .aktuelles-home .kindertroedel-teaser .kt-content {
  position: relative;
  z-index: 1;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  min-height: 540px;
}
@media (min-width: 667px) {
  .home .aktuelles-home .kindertroedel-teaser .kt-content {
    padding: 40px;
    min-height: 500px;
  }
}
@media (min-width: 1024px) {
  .home .aktuelles-home .kindertroedel-teaser .kt-content {
    padding: 56px;
    min-height: 500px;
  }
}
.home .aktuelles-home .kindertroedel-teaser .kt-date {
  font-size: 15px;
  font-weight: 700;
  color: #121212;
}
.home .aktuelles-home .kindertroedel-teaser .kt-headline {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #8C6A45;
}
@media (min-width: 1024px) {
  .home .aktuelles-home .kindertroedel-teaser .kt-headline {
    font-size: 56px;
  }
}
.home .aktuelles-home .kindertroedel-teaser .kt-text {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  color: #121212;
}
.home .aktuelles-home .kindertroedel-teaser .kt-btn {
  align-self: flex-start;
  margin-top: 10px;
  background: #fff;
  color: #0077AA;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding: 16px 40px;
  border-radius: 32px;
  transition: all 0.2s ease-in-out;
}
.home .instagram-feed {
  background: #fff;
  text-align: center;
  padding-bottom: 56px;
  padding-top: 56px;
}
@media (min-width: 667px) {
  .home .instagram-feed {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}
.home .instagram-feed svg {
  margin: -90px auto 16px;
  width: 80px;
  height: 80px;
  display: block;
}
@media (min-width: 667px) {
  .home .instagram-feed svg {
    margin: -120px auto 16px;
  }
}
.home .instagram-feed .instagram-lead {
  font-size: 24px;
  color: #2B2B2B;
  margin: 0 0 8px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .home .instagram-feed .instagram-lead {
    font-size: 30px;
  }
}
.home .instagram-feed h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0077AA;
  margin: 0 0 0;
}
@media (min-width: 1024px) {
  .home .instagram-feed h2 {
    font-size: 24px;
  }
}
.home .instagram-feed .swiper-instagram {
  padding: 20px 0 30px;
  user-select: none;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 16px;
  overflow: hidden;
}
@media (min-width: 667px) {
  .home .instagram-feed .swiper-instagram {
    padding: 40px 0 30px;
    padding-left: 16px;
  }
}
@media (min-width: 1680px) {
  .home .instagram-feed .swiper-instagram {
    padding-left: 4px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
  }
}
.home .instagram-feed .swiper-instagram .swiper-wrapper {
  height: auto;
}
.home .instagram-feed .swiper-instagram .swiper-wrapper .swiper-slide {
  aspect-ratio: 4/5;
  transition: all 0.2s ease-in-out;
}
.home .instagram-feed .swiper-instagram .swiper-wrapper .swiper-slide img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.home .instagram-feed .btn {
  margin-top: 10px;
}
.home .ueber-bero {
  background: #0C191F;
  overflow: hidden;
}
.home .ueber-bero .ueber-bero-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .home .ueber-bero .ueber-bero-inner {
    flex-direction: row;
    align-items: stretch;
    min-height: 380px;
  }
}
.home .ueber-bero .ueber-bero-content {
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex: 0 0 auto;
}
@media (min-width: 667px) {
  .home .ueber-bero .ueber-bero-content {
    padding: 60px 40px;
  }
}
@media (min-width: 1024px) {
  .home .ueber-bero .ueber-bero-content {
    width: 50%;
    padding: 60px 60px 60px 40px;
  }
}
@media (min-width: 1280px) {
  .home .ueber-bero .ueber-bero-content {
    width: 45%;
    padding: 80px 80px 80px 60px;
  }
}
.home .ueber-bero .ueber-bero-content .label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
.home .ueber-bero .ueber-bero-content h2 {
  font-size: 28px;
  font-weight: 750;
  color: white;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 667px) {
  .home .ueber-bero .ueber-bero-content h2 {
    font-size: 34px;
  }
}
@media (min-width: 1280px) {
  .home .ueber-bero .ueber-bero-content h2 {
    font-size: 40px;
  }
}
.home .ueber-bero .ueber-bero-image {
  flex: 1;
  min-height: 280px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .home .ueber-bero .ueber-bero-image {
    min-height: unset;
  }
}
.home .ueber-bero .ueber-bero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shops {
  background-color: #E0E8EB;
  position: relative;
}
.shops .container {
  max-width: 1400px;
}
.shops .shop_search {
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  max-width: 600px;
  width: 80%;
  top: -50px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  background: rgb(231, 231, 231);
  border-radius: 40px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .shops .shop_search {
    max-width: 680px;
    top: -92px;
    width: 100%;
  }
}
.shops .shop_search input {
  z-index: 2;
  border: 1px solid #CCCCCC;
  width: 100%;
  padding: 20px;
  border-radius: 40px;
  font-size: 16px;
  background-color: white;
  padding-left: 52px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .shops .shop_search input {
    font-size: 18px;
  }
}
.shops .shop_search svg {
  position: absolute;
  left: 19px;
  top: 17px;
}
.shops .shop_search .suggestions {
  z-index: 1;
  background: white;
  width: 100%;
  background: rgb(231, 231, 231);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.shops .shop_search .suggestions .suggestion_item_count {
  padding: 16px 20px;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .shops .shop_search .suggestions .suggestion_item_count {
    padding: 16px 24px;
  }
}
.shops .shop_search .suggestions .suggestion_item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 20px;
  background: white;
  cursor: pointer;
  color: #121212;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .shops .shop_search .suggestions .suggestion_item {
    padding: 12px 30px;
    font-size: 18px;
  }
}
.shops .shop_search .suggestions .suggestion_item:hover, .shops .shop_search .suggestions .suggestion_item.active {
  background: #E0E8EB;
  font-weight: 700;
}
.shops .shop_search .suggestions .suggestion_item .suggestion_logo {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.shops .shop_search .suggestions .suggestion_item .suggestion_name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shops .shop_search .suggestions .suggestion_item .suggestion_category {
  margin-left: auto;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.55;
  text-align: right;
  white-space: nowrap;
  flex-shrink: 0;
}
.shops .shop_search .suggestions .suggestion_item:last-child {
  padding-bottom: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 1024px) {
  .shops .shop_search .suggestions .suggestion_item:last-child {
    padding-bottom: 30px;
  }
}
.shops .mobile_select_container {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .shops .mobile_select_container {
    display: none;
  }
}
.shops .mobile_select_container .mobile_select {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  padding: 20px;
  border-radius: 25px;
  border: 1px solid #CCCCCC;
  width: 100%;
  font-size: 16px;
  color: black;
  background-image: linear-gradient(45deg, transparent 50%, rgb(0, 0, 0) 50%), linear-gradient(135deg, rgb(0, 0, 0) 50%, transparent 50%);
  background-position: calc(100% - 25px) calc(1em + 11px), calc(100% - 20px) calc(1em + 11px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 1024px) {
  .shops .mobile_select_container .mobile_select {
    display: none;
  }
}
@media (min-width: 1024px) {
  .shops .content_search {
    display: flex;
  }
}
.shops .content_search .category_filter {
  display: none;
}
@media (min-width: 1024px) {
  .shops .content_search .category_filter {
    display: inline-block;
    width: 25%;
    padding: 60px 0;
  }
  .shops .content_search .category_filter div {
    padding: 6px 14px 8px;
    border-radius: 15px;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    font-size: 15px;
    min-height: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .shops .content_search .category_filter div {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .shops .content_search .category_filter div:hover, .shops .content_search .category_filter div.active {
    color: white;
    background: #0077AA;
    font-weight: 700;
  }
}
.shops .content_search .category_filter .category_head {
  margin: 20px 0 10px;
  text-transform: uppercase;
  color: #121212;
  opacity: 0.6;
  font-size: 12px;
}
.shops .content_search .shop_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  align-content: flex-start;
}
@media (min-width: 1024px) {
  .shops .content_search .shop_grid {
    width: 75%;
    padding: 60px 20px 80px;
  }
}
.shops .content_search .shop_grid .shop {
  transition: all 0.2s ease-in-out;
  border-radius: 20px;
  width: calc(50% - 10px);
  -webkit-tap-highlight-color: transparent;
  background: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  overflow: hidden;
}
@media (min-width: 667px) {
  .shops .content_search .shop_grid .shop {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
.shops .content_search .shop_grid .shop:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}
.shops .content_search .shop_grid .shop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 16px 22px;
  text-align: center;
}
@media (min-width: 667px) {
  .shops .content_search .shop_grid .shop a {
    padding: 26px 20px 28px;
  }
}
.shops .content_search .shop_grid .shop .shop_logo_wrap {
  width: 70%;
  max-width: 120px;
  aspect-ratio: 1/1;
  margin-bottom: 16px;
}
.shops .content_search .shop_grid .shop .shop_logo,
.shops .content_search .shop_grid .shop .shop_logo_fallback {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
  -webkit-tap-highlight-color: transparent;
}
.shops .content_search .shop_grid .shop .shop_logo_fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0077AA;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  word-break: break-word;
}
.shops .content_search .shop_grid .shop .shop_info {
  width: 100%;
}
.shops .content_search .shop_grid .shop .shop_title {
  color: #121212;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.25;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .shops .content_search .shop_grid .shop .shop_title {
    font-size: 17px;
  }
}
.shops .content_search .shop_grid .shop .shop_category {
  color: #121212;
  opacity: 0.55;
  font-size: 12px;
  margin-top: 4px;
}
@media (min-width: 1024px) {
  .shops .content_search .shop_grid .shop .shop_category {
    font-size: 14px;
  }
}

.shops-template-default .container {
  overflow: visible;
}
.shops-template-default .back_btn {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  margin: auto;
  padding: 10px 20px;
  color: #0077AA;
  background: white;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2509803922);
  text-transform: uppercase;
  max-width: 120px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1024px) {
  .shops-template-default .back_btn {
    color: #fff;
    background: #0077AA;
    max-width: 260px;
    position: relative;
    top: 46px;
    font-size: 16px;
  }
}
.shops-template-default .back_btn svg {
  margin-right: 10px;
  transform: translateX(0);
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .shops-template-default .back_btn svg path {
    fill: #fff;
  }
}
.shops-template-default .back_btn:hover svg {
  transform: translateX(-4px);
}
.shops-template-default .shop_logo_mobile {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2509803922);
  border: 2px solid white;
  border-radius: 10px;
  max-width: 180px;
  margin: 0 auto;
  display: block;
  transform: translateY(-30px);
}
@media (min-width: 1024px) {
  .shops-template-default .shop_logo_mobile {
    display: none;
  }
}
.shops-template-default .shop_name_mobile {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2509803922);
  border: 2px solid white;
  border-radius: 10px;
  max-width: 180px;
  margin: 0 auto;
  display: block;
  transform: translateY(-30px);
  background: #0077AA;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  -webkit-tap-highlight-color: transparent;
  aspect-ratio: 1/1;
  padding: 20px;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
@media (min-width: 1024px) {
  .shops-template-default .shop_name_mobile {
    display: none;
  }
}
.shops-template-default .shop_name_mobile .shop_name {
  font-size: 20px;
}
.shops-template-default .shop_details {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  .shops-template-default .shop_details {
    display: flex;
  }
}
.shops-template-default .shop_details h1 {
  font-size: 22px;
  text-align: center;
  color: #121212;
  margin-bottom: 30px;
}
@media (min-width: 667px) {
  .shops-template-default .shop_details h1 {
    text-align: left;
    margin-left: 30px;
  }
}
.shops-template-default .shop_details p {
  margin-bottom: 10px;
  padding: 0 30px;
}
.shops-template-default .shop_details p.shop_description {
  margin-bottom: 30px;
}
.shops-template-default .shop_details .shop_icon {
  margin: 0 30px;
  position: relative;
  margin-bottom: 20px;
  padding-left: 33px;
  padding-right: 0;
}
.shops-template-default .shop_details .shop_icon svg {
  position: absolute;
  left: 0;
  top: -3px;
}
.shops-template-default .shop_details .shop_icon svg path {
  fill: #0077AA;
}
.shops-template-default .shop_details .shop_icon span {
  display: block;
  line-height: 1.5;
}
.shops-template-default .shop_details .shop_icon span span {
  display: inline-block;
  width: 40px;
}
@media (min-width: 1024px) {
  .shops-template-default .left_content {
    width: 72%;
    padding-left: 28%;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .shops-template-default .right_content {
    width: 25%;
  }
  .shops-template-default .right_content .shop_icon {
    margin-left: 0;
  }
}
.shops-template-default .right_content .shop_logo {
  display: none;
}
@media (min-width: 1024px) {
  .shops-template-default .right_content .shop_logo {
    display: block;
    border-radius: 10px;
    margin-top: -130px;
    width: 100%;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2509803922);
    margin-bottom: 30px;
  }
}
.shops-template-default .right_content .shop_name {
  display: none;
}
@media (min-width: 1024px) {
  .shops-template-default .right_content .shop_name {
    background: #0077AA;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 25px;
    -webkit-tap-highlight-color: transparent;
    aspect-ratio: 1/1;
    padding: 20px;
    transition: all 0.2s ease-in-out;
    text-align: center;
    margin-top: -130px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
@media (min-width: 667px) {
  .shops-template-default .right_content .shop_name {
    font-size: 22px;
  }
}
@media (min-width: 1280px) {
  .shops-template-default .right_content .shop_name {
    font-size: 30px;
  }
}
.shops-template-default .right_content > .shop_link:first-of-type {
  margin-left: 30px;
  margin-top: 60px;
}
@media (min-width: 1024px) {
  .shops-template-default .right_content > .shop_link:first-of-type {
    margin-left: 0;
    margin-top: 0;
  }
}
.shops-template-default .right_content > .shop_link:last-of-type {
  margin-right: 0;
}
.shops-template-default .right_content .shop_link {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 8px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1280px) {
  .shops-template-default .right_content .shop_link {
    margin-right: 10px;
  }
}
.shops-template-default .right_content .shop_link.shop_facebook_link {
  background: url("/wp-content/uploads/facebook.jpg") no-repeat;
  background-size: contain;
}
.shops-template-default .right_content .shop_link.shop_instagram_link {
  background: url("/wp-content/uploads/instagram.jpg") no-repeat;
  background-size: contain;
}
.shops-template-default .right_content .shop_link.shop_youtube_link {
  background: url("/wp-content/uploads/youtube.jpg") no-repeat;
  background-size: contain;
}
.shops-template-default .right_content .shop_link.shop_x_link {
  background: url("/wp-content/uploads/x.jpg") no-repeat;
  background-size: contain;
}
.shops-template-default .right_content .shop_website_link {
  width: auto;
  height: auto;
}

.map_container {
  background: #F7F7F7;
}

#map {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/wp-content/uploads/Maps_Blurred_Background.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#load_maps_button {
  width: 100%;
  max-width: 360px;
  /* height: 20px; */
  border-radius: 10px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border: none;
  text-align: center;
  background-color: #009ee2;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
#load_maps_button:hover {
  background-color: #fff;
  color: #009ee2;
}

.map_container {
  position: relative;
}
.map_container:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 5%);
  position: absolute;
  width: 100%;
  height: 47%;
  top: 0;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
}
.map_container > svg {
  width: 100%;
  display: block;
  height: 650px;
  cursor: grab;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
.map_container > svg:active {
  cursor: grabbing;
}
.map_container > svg [id^=Laden_] {
  cursor: pointer;
}
.map_container > svg [id^=Laden_] [id$=_Ladenflaeche] > * {
  transition: fill 0.15s ease-in-out;
}
.map_container > svg [id^=Laden_]:hover [id$=_Ladenflaeche] > * {
  fill: #009EE2;
}
.map_container > svg [id^=Laden_].is-active-shop:hover [id$=_Ladenflaeche] > * {
  fill: #3AAA35;
}
.map_container .zoom_control {
  /* transform: scale(0.5); */
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 20px;
  left: 20px;
}
.map_container .zoom_control button {
  border: none;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1490196078);
  color: #000;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 32px;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.veranstaltungen {
  padding-top: 40px;
  padding-bottom: 40px;
}
.veranstaltungen .content_first {
  padding-top: 40px;
  padding-bottom: 40px;
}
.veranstaltungen .veranstaltung {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  border-radius: 25px;
  display: flex;
  margin: 40px 0;
  flex-direction: column;
  overflow: visible;
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung {
    flex-direction: row;
    min-height: 400px;
    margin: 60px 0;
  }
}
.veranstaltungen .veranstaltung .content-img {
  position: relative;
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung .content-img {
    width: 40%;
  }
}
.veranstaltungen .veranstaltung .content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 240px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung .content-img img {
    max-height: inherit;
    border-top-right-radius: 0;
    border-bottom-left-radius: 25px;
  }
}
.veranstaltungen .veranstaltung .content-img .stoerer {
  right: 10px;
  bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 86px;
  height: 86px;
}
@media (min-width: 667px) {
  .veranstaltungen .veranstaltung .content-img .stoerer {
    width: 112px;
    height: 112px;
  }
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung .content-img .stoerer {
    right: inherit;
    left: 20px;
    top: -40px;
  }
}
.veranstaltungen .veranstaltung .content-img .stoerer span {
  font-weight: 750;
  font-size: 16px;
}
@media (min-width: 667px) {
  .veranstaltungen .veranstaltung .content-img .stoerer span {
    font-size: 22px;
  }
}
.veranstaltungen .veranstaltung .content-img .stoerer span.big {
  font-size: 30px;
  line-height: 1.1;
}
@media (min-width: 667px) {
  .veranstaltungen .veranstaltung .content-img .stoerer span.big {
    font-size: 40px;
  }
}
.veranstaltungen .veranstaltung .content-img .stoerer span div {
  font-size: 18px;
}
.veranstaltungen .veranstaltung .content-img .stoerer:after {
  left: 0;
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung .content-img .stoerer:after {
    left: auto;
  }
}
.veranstaltungen .veranstaltung .content-text {
  padding: 20px;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 480px) {
  .veranstaltungen .veranstaltung .content-text {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 667px) {
  .veranstaltungen .veranstaltung .content-text {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung .content-text {
    width: 60%;
    padding: 30px 80px;
    padding-bottom: 100px;
  }
}
.veranstaltungen .veranstaltung .content-text h2 {
  font-size: 30px;
  color: #121212;
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung .content-text h2 {
    font-size: 40px;
  }
}
.veranstaltungen .veranstaltung .content-text .subline {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung .content-text .subline {
    font-size: 20px;
  }
}
.veranstaltungen .veranstaltung .content-text .date {
  font-weight: 700;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .veranstaltungen .veranstaltung .content-text .date {
    bottom: 40px;
    position: absolute;
  }
}
.veranstaltungen .veranstaltung .content-text .date span {
  display: inline-flex;
  align-items: center;
  color: #636363;
  margin-right: 0.5rem;
}
.veranstaltungen .veranstaltung .content-text .date span:first-child {
  margin-right: 20px;
}
.veranstaltungen .veranstaltung .content-text .date span svg {
  margin-right: 4px;
  flex-shrink: 0;
}
.veranstaltungen .veranstaltung .content-text .date span svg path {
  fill: #0077AA;
}

.page_service-und-kontakt .services {
  padding: 40px 0;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .page_service-und-kontakt .services {
    padding: 80px 0 20px;
  }
}
@media (min-width: 667px) {
  .page_service-und-kontakt .services .container {
    max-width: 940px;
    display: flex;
    flex-wrap: wrap;
  }
}
.page_service-und-kontakt .services .service {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 667px) {
  .page_service-und-kontakt .services .service {
    width: 48%;
    padding-right: 2%;
    margin-bottom: 40px;
  }
}
.page_service-und-kontakt .services .service .img {
  width: 70px;
}
.page_service-und-kontakt .services .service .img img {
  width: 70px;
  object-fit: contain;
}
.page_service-und-kontakt .services .service p {
  width: calc(100% - 70px);
}
.page_service-und-kontakt .services .service p strong {
  display: block;
}
.page_service-und-kontakt .gutschein {
  padding: 80px 20px;
  overflow: visible;
}
.page_service-und-kontakt .gutschein .container {
  border-radius: 40px;
  background: #E0E8EB;
  display: flex;
  overflow: visible;
  flex-direction: column;
  padding-top: 54px;
  padding-bottom: 60px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 667px) {
  .page_service-und-kontakt .gutschein .container {
    flex-direction: row;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page_service-und-kontakt .gutschein .content-img {
  position: relative;
  padding-bottom: 20px;
  transition: all 0.2s ease-in-out;
  margin-top: -80px;
}
@media (min-width: 667px) {
  .page_service-und-kontakt .gutschein .content-img {
    width: 50%;
    padding-bottom: 0px;
    margin-top: 0px;
    transform: translateY(-20px);
  }
}
@media (min-width: 1024px) {
  .page_service-und-kontakt .gutschein .content-img {
    width: 38%;
    margin-left: 12%;
    transform: translateY(-40px);
  }
}
.page_service-und-kontakt .gutschein .content-img .stoerer {
  background-color: #c43790;
  top: -100px;
  right: -24px;
}
@media (min-width: 667px) {
  .page_service-und-kontakt .gutschein .content-img .stoerer {
    left: 0px;
    top: -100px;
  }
}
@media (min-width: 1024px) {
  .page_service-und-kontakt .gutschein .content-img .stoerer {
    left: -100px;
    top: -56px;
  }
}
.page_service-und-kontakt .gutschein .content-img .stoerer:after {
  background-color: #c43790;
  left: 0;
}
@media (min-width: 667px) {
  .page_service-und-kontakt .gutschein .content-img .stoerer:after {
    left: auto;
  }
}
@media (min-width: 667px) {
  .page_service-und-kontakt .gutschein .content {
    width: 48%;
    padding: 40px 7% 40px 3%;
  }
}
.page_service-und-kontakt .gutschein .content p {
  color: #121212;
}
.page_service-und-kontakt .gutschein .content h2 {
  font-size: 23px;
}
@media (min-width: 480px) {
  .page_service-und-kontakt .gutschein .content h2 {
    font-size: 30px;
  }
}
@media (min-width: 667px) {
  .page_service-und-kontakt .gutschein .content h2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .page_service-und-kontakt .gutschein .content h2 {
    font-size: 40px;
  }
}
@media (min-width: 1280px) {
  .page_service-und-kontakt .gutschein .content h2 {
    font-size: 52px;
  }
}
.page_service-und-kontakt section.contact {
  background: #E0E8EB;
  padding: 0 20px;
  overflow: visible;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
}
.page_service-und-kontakt section.contact .container {
  background-color: white;
  border-radius: 30px;
  text-align: center;
  transform: translateY(-34px);
  padding-top: 40px;
  padding-bottom: 2px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 667px) {
  .page_service-und-kontakt section.contact .container {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 10% 40px;
  }
}
@media (min-width: 667px) {
  .page_service-und-kontakt section.contact .container div {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .page_service-und-kontakt section.contact .container div {
    width: auto;
  }
}
.page_service-und-kontakt section.contact .container div p {
  margin-bottom: 40px;
}
.page_service-und-kontakt .form {
  background: #E0E8EB;
  margin-top: -1px;
  padding-top: 20px;
}
.page_service-und-kontakt .form h2 {
  font-size: 30px;
  color: #477689;
  text-align: center;
}
@media (min-width: 667px) {
  .page_service-und-kontakt .form h2 {
    text-align: left;
  }
}

.page_ueber-bero .content_first,
.page_kindertroedel .content_first {
  padding: 80px 0 40px;
}
@media (min-width: 667px) {
  .page_ueber-bero .content_first,
  .page_kindertroedel .content_first {
    padding: 60px 0;
  }
  .page_ueber-bero .content_first .container,
  .page_kindertroedel .content_first .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page_ueber-bero .content_first .left,
  .page_ueber-bero .content_first .right,
  .page_kindertroedel .content_first .left,
  .page_kindertroedel .content_first .right {
    width: 46%;
    padding: 20px 0;
  }
}
@media (min-width: 667px) {
  .page_ueber-bero .content_first,
  .page_kindertroedel .content_first {
    padding: 80px 0;
  }
}
.page_ueber-bero .content_first .double-img,
.page_kindertroedel .content_first .double-img {
  display: flex;
  justify-content: space-between;
}
.page_ueber-bero .content_first .double-img img,
.page_kindertroedel .content_first .double-img img {
  width: 48%;
}
.page_ueber-bero .content_first img,
.page_kindertroedel .content_first img {
  border-radius: 30px;
  margin: 40px 0;
}
@media (min-width: 667px) {
  .page_ueber-bero .content_first img,
  .page_kindertroedel .content_first img {
    margin: 0;
  }
}
.page_ueber-bero .content_first .reverse,
.page_kindertroedel .content_first .reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 667px) {
  .page_ueber-bero .content_first .reverse,
  .page_kindertroedel .content_first .reverse {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 36px;
  }
}
.page_ueber-bero .swiper_container,
.page_kindertroedel .swiper_container {
  background: #E0E8EB;
  position: relative;
}
.page_ueber-bero .swiper_container:after,
.page_kindertroedel .swiper_container:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 5%);
  position: absolute;
  width: 100%;
  height: 47%;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.page_ueber-bero .swiper_container .swiper-logos,
.page_kindertroedel .swiper_container .swiper-logos {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .page_ueber-bero .swiper_container .swiper-logos:before,
  .page_kindertroedel .swiper_container .swiper-logos:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(224, 232, 235) 0%, rgba(224, 232, 235, 0) 24%);
    height: 100%;
    width: 50%;
    z-index: 10;
  }
  .page_ueber-bero .swiper_container .swiper-logos:after,
  .page_kindertroedel .swiper_container .swiper-logos:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, rgb(224, 232, 235) 0%, rgba(224, 232, 235, 0) 24%);
    height: 100%;
    width: 50%;
    z-index: 10;
  }
}
.page_ueber-bero .form,
.page_kindertroedel .form {
  background: #E0E8EB;
}
.page_ueber-bero .form .bero_bg,
.page_kindertroedel .form .bero_bg {
  max-width: 2000px;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: url("/wp-content/uploads/header_mieter-mobile.jpg") no-repeat;
  background-size: cover;
  height: 300px;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 667px) {
  .page_ueber-bero .form .bero_bg,
  .page_kindertroedel .form .bero_bg {
    background: url("/wp-content/uploads/header_mieter.jpg") no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 100px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
@media (min-width: 1920px) {
  .page_ueber-bero .form .bero_bg,
  .page_kindertroedel .form .bero_bg {
    height: 500px;
  }
}
.page_ueber-bero .form .bero_bg p,
.page_kindertroedel .form .bero_bg p {
  font-size: 40px;
  transition: all 0.2s ease-in-out;
  font-weight: 750;
  color: #fff;
  line-height: 1.1;
}
@media (min-width: 667px) {
  .page_ueber-bero .form .bero_bg p,
  .page_kindertroedel .form .bero_bg p {
    font-size: 70px;
  }
}
.page_ueber-bero .form .form_container,
.page_kindertroedel .form .form_container {
  background: #E0E8EB;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 20px;
  margin-top: -30px;
}
@media (min-width: 667px) {
  .page_ueber-bero .form .form_container,
  .page_kindertroedel .form .form_container {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding-top: 100px;
    margin-top: -50px;
    padding-bottom: 40px;
  }
}
.page_ueber-bero .form .form_container h2,
.page_kindertroedel .form .form_container h2 {
  line-height: 1.1;
  color: #477689;
}
@media (min-width: 667px) {
  .page_ueber-bero .form .form_container p,
  .page_kindertroedel .form .form_container p {
    font-size: 18px;
  }
}
.page_ueber-bero .form .form_container .form_content,
.page_kindertroedel .form .form_container .form_content {
  margin-bottom: 20px;
}
@media (min-width: 667px) {
  .page_ueber-bero .form .form_container .form_content,
  .page_kindertroedel .form .form_container .form_content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .page_ueber-bero .form .form_container .form_content .left,
  .page_kindertroedel .form .form_container .form_content .left {
    width: calc(66.6666666667% - 14px);
  }
}
@media (min-width: 667px) and (min-width: 1024px) {
  .page_ueber-bero .form .form_container .form_content .left,
  .page_kindertroedel .form .form_container .form_content .left {
    width: calc(66.6666666667% - 14px - 20%);
  }
}
.page_ueber-bero .form .form_container .form_content .right,
.page_kindertroedel .form .form_container .form_content .right {
  margin-top: 20px;
}
@media (min-width: 667px) {
  .page_ueber-bero .form .form_container .form_content .right,
  .page_kindertroedel .form .form_container .form_content .right {
    width: calc(33.3333333333% - 14px);
  }
}
.page_ueber-bero .form .form_container .form_content .right p,
.page_kindertroedel .form .form_container .form_content .right p {
  margin-bottom: 14px;
}
.page_ueber-bero .form .form_container .form_content .right a,
.page_kindertroedel .form .form_container .form_content .right a {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  font-weight: 700;
}
@media (min-width: 667px) {
  .page_ueber-bero .form .form_container .form_content .right a,
  .page_kindertroedel .form .form_container .form_content .right a {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .page_ueber-bero .form .form_container .form_content .right a,
  .page_kindertroedel .form .form_container .form_content .right a {
    font-size: 30px;
  }
}
.page_ueber-bero .form .form_container .form_content .right a svg,
.page_kindertroedel .form .form_container .form_content .right a svg {
  margin-right: 4px;
}
@media (min-width: 667px) {
  .page_ueber-bero .form .form_container .form_content .right a svg,
  .page_kindertroedel .form .form_container .form_content .right a svg {
    width: 30px;
    height: 30px;
    margin-right: 14px;
  }
}
.page_ueber-bero .form .form_container .form_content .right a svg path,
.page_kindertroedel .form .form_container .form_content .right a svg path {
  fill: #477689;
}
.page_ueber-bero .form .form_container .form_content .right a:first-of-type,
.page_kindertroedel .form .form_container .form_content .right a:first-of-type {
  margin-right: 16px;
}

.kindertroedel p {
  margin-bottom: 1rem;
}
.kindertroedel p:last-of-type {
  margin-bottom: 0;
}
.kindertroedel ul {
  margin-bottom: 1rem;
}

.page_kindertroedel .form {
  background: none;
}
@media (min-width: 667px) {
  .page_kindertroedel .form .left {
    width: 69% !important;
  }
}
.page_kindertroedel .form .form_container {
  margin-top: 0;
}
.page_kindertroedel .form .first_row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.page_kindertroedel .form .first_row fieldset {
  width: 100%;
}
@media (min-width: 800px) {
  .page_kindertroedel .form .first_row fieldset {
    width: calc(33.3333333333% - 14px);
  }
}
.page_kindertroedel .form .first_row fieldset.anmerkungen {
  width: 100%;
}
@media (min-width: 800px) {
  .page_kindertroedel .form .first_row fieldset.anmerkungen {
    width: 100%;
  }
}
.page_kindertroedel .form .first_row fieldset.anmerkungen textarea {
  min-height: 120px;
  margin-bottom: 0;
}
.page_kindertroedel .form .first_row input {
  margin-bottom: 0;
}
.page_kindertroedel .form .pflicht {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 24px;
}
.page_kindertroedel .form .pflicht p {
  font-size: 14px !important;
}
@media (min-width: 600px) {
  .page_kindertroedel .form .pflicht .datenschutz_container {
    width: 60%;
  }
}
.page_kindertroedel .form .pflicht .datenschutz_container label {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 0;
}
.page_kindertroedel .form .pflicht .datenschutz_container input {
  display: flex;
  width: 24px;
  margin: 0;
}
.page_kindertroedel .form .pflicht .datenschutz_container a {
  text-decoration: underline;
}
.page_kindertroedel .form fieldset {
  padding-bottom: 14px;
}
.page_kindertroedel .form fieldset .formerror {
  bottom: -8px;
}

.noform .form_container {
  padding-bottom: 40px !important;
}
@media (min-width: 800px) {
  .noform .form_container {
    padding-bottom: 80px !important;
  }
}

.legal {
  max-width: 700px;
  padding: 40px 20px;
}
@media (min-width: 1024px) {
  .legal {
    padding: 80px 20px;
  }
}
.legal p, .legal address, .legal ul {
  margin-bottom: 1.5rem;
}
.legal p a, .legal address a, .legal ul a {
  text-decoration: underline;
}
.legal p a:hover, .legal address a:hover, .legal ul a:hover {
  text-decoration: none;
}
.legal li {
  margin-bottom: 1rem;
}

.page_datenschutz .header,
.page_impressum .header,
.page_barrierefreiheit .header {
  min-height: 300px;
}
@media (min-width: 480px) {
  .page_datenschutz .header,
  .page_impressum .header,
  .page_barrierefreiheit .header {
    min-height: 340px;
  }
}
@media (min-width: 1024px) {
  .page_datenschutz .header,
  .page_impressum .header,
  .page_barrierefreiheit .header {
    min-height: 400px;
  }
}

#wpadminbar {
  position: fixed;
}

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