:root {
  --beige: #fff0df;
  --primary: #407178;
  --elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>: #211f54;
  --elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>: #4a3aff;
  --heading-colour: #373737;
  --elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>: #eff0f6;
  --cta: #efc545;
  --gelb-bg: #ffc935;
  --elements-webflow-library--neutral--100\<deleted\|variable-07926372\>: white;
  --white: white;
  --text: #4e4e4e;
  --elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>: #14142b14;
  --elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>: #6e7191;
  --secondary: #cfe2dd;
  --pink-bg: #ffb86b;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --bg-colour: #e7eeec;
  --cta-hover: #cfa632;
  --orange: #ea5b0c;
  --bg: #1e3234;
  --bg-blau: #3f7eb6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--beige);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--primary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.brix---container-default {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 81rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  padding: 5px 0;
  display: flex;
}

.brix---link-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---link-text {
  color: var(--heading-colour);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
  display: inline-block;
}

.brix---header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--beige);
  padding: 7px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  transition: all .35s;
}

.brix---header-nav-link:hover {
  background-color: var(--primary);
  color: var(--cta);
  border-radius: 99px;
}

.brix---header-nav-link.w--current {
  color: var(--beige);
}

.brix---header-nav-link.w--current:hover {
  color: var(--cta);
}

.brix---header-nav-list-item {
  margin-bottom: 0;
  padding-left: 0;
}

.brix---header-nav-list-item._2 {
  padding-left: 0;
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---header-top-wrapper {
  border-bottom: 1px none var(--primary);
  background-color: var(--beige);
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
  display: flex;
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  background-color: var(--cta);
  color: var(--heading-colour);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 7px;
  justify-content: center;
  padding: 16px 24px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--primary);
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-primary-small.green {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 3px solid var(--primary);
  background-color: var(--beige);
  color: var(--heading-colour);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition-property: none;
  display: flex;
}

.brix---btn-primary-small.green:hover {
  transform: none;
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---grid-header-top {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-bottom: 3px none var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  display: grid;
}

.brix---top-header-right-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---top-header-left-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---social-media-grid-right---mbl-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.brix---mg-left-24px---mg-top-16px-mbp {
  margin-left: 24px;
}

.brix---header-wrapper-v9 {
  z-index: 9999;
  background-color: var(--primary);
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---header-content-wrapper-v9 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  display: flex;
  position: relative;
}

.code-embed {
  color: var(--heading-colour);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.head-max-w {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 81rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.arrow-down {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--beige);
  justify-content: flex-start;
  align-items: center;
  margin-left: -3px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.nav-social-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.nav-social-icon.navbar {
  color: var(--heading-colour);
  justify-content: center;
  align-items: center;
}

.nav-social-icon.navbar:hover {
  color: var(--white);
}

.nav-social-icon.navbar.right, .nav-social-icon.right {
  margin-right: 1.6px;
}

.link-block {
  border: 2px solid var(--heading-colour);
  width: 32px;
  height: 32px;
  color: var(--heading-colour);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.link-block:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: #0000;
}

.link-block.footer {
  border-color: var(--white);
}

.link-block.footer:hover {
  border-color: var(--cta);
  background-color: var(--cta);
  color: var(--heading-colour);
}

.padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium.hero {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-section-medium.mid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium.mid.baden {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.t-rkis-mid {
  background-color: var(--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-medium.t-rkis-mid.standorte {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-medium.beige-mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  display: flex;
}

.padding-section-medium.beige-mid.baden {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.beige-mid.hero-start {
  padding-top: 1rem;
}

.padding-section-medium.gelb-mid {
  background-color: var(--gelb-bg);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-medium.grey {
  background-color: #407178;
}

.padding-section-medium.baden {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.padding-section-medium.midholder {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-left-right {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-left-right.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 81rem;
}

.container-large.mid {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_holder_left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 600px;
  max-width: 600px;
  margin-top: 0;
  display: flex;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 52px;
  line-height: 1.2;
}

.h1.space-bot-top {
  color: var(--beige);
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.2;
}

.h1.space-bot-top.mid {
  text-align: center;
  line-height: 1.1;
}

.untertitel {
  color: var(--text);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.untertitel.white-and-space-down {
  color: var(--beige);
  margin-bottom: 20px;
}

.untertitel.white-and-space-down.unserestandorte {
  text-align: center;
}

.untertitel.topspace {
  text-align: center;
  margin-top: 20px;
}

.untertitel.mid {
  color: var(--heading-colour);
  text-align: center;
  margin-top: 12px;
  font-weight: 500;
}

.untertitel.midv2 {
  color: var(--beige);
  text-align: center;
}

.untertitel.zwei {
  color: var(--primary);
  margin-bottom: 20px;
  font-weight: 600;
}

.button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.button-wrapper.more {
  margin-top: 32px;
}

.button-wrapper.more.mid {
  justify-content: center;
  align-items: center;
}

.button-wrapper._24px {
  margin-top: 24px;
}

.h2 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
}

.h2.space-bot {
  color: var(--heading-colour);
  margin-bottom: 16px;
  font-size: 52px;
}

.h2.white-space-bot {
  color: var(--heading-colour);
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  font-size: 52px;
  font-weight: 700;
}

.h2.white-space-bot.orange {
  color: var(--beige);
  font-weight: 700;
}

.h2.white-space-bot.orange._2 {
  color: var(--gelb-bg);
}

.h2.white-space-bot.mid {
  text-align: center;
}

.h2.white-space-bot.blau {
  color: var(--gelb-bg);
}

.h2.white-space-bot.blau.karriere {
  text-align: center;
}

.heading-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-holder.faq {
  width: 650px;
}

.herausforderung-icon-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.herausforderung-icon-left.mid {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
}

.herausforderung-icon-left.hide {
  display: none;
}

.icon-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-left: 0;
  display: flex;
}

.icon-text-herausforderungen {
  width: 100%;
  height: 100%;
  color: var(--heading-colour);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.icon-text-herausforderungen.plus {
  color: var(--heading-colour);
}

.vorteil-text {
  color: var(--heading-colour);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.vorteil-text.mini-header {
  margin-bottom: 0;
  font-weight: 500;
}

.vorteil-text.start {
  font-size: 20px;
}

.icon-text-bilder-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon-text-bilder-holder.grid {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  flex-flow: row-reverse wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.titel-small-text {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Signika, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.titel-small-text.orange {
  color: var(--primary);
}

.titel-small-text.orange.beige {
  color: var(--beige);
}

.titel-small-text.mid {
  text-align: center;
}

.brix---dropdown-wrapper-2 {
  color: var(--heading-colour);
  border-radius: 20px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.brix---dropdown-toggle-2 {
  align-items: center;
  padding: 0;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-card-2 {
  border: 1px none var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--beige);
  min-width: 300px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  border-radius: 20px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  color: var(--primary);
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .35s;
  display: grid;
}

.brix---dropdown-link-2:hover {
  color: var(--cta);
}

.brix---dropdown-pd-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 24px 20px;
  display: flex;
}

.brix---dropdown-card-wrapper {
  background-color: #0000;
  padding-top: 28px;
  transform: translate(-42%);
}

.menu-dropdown-icon {
  display: block;
}

.dropdown-text {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.navbar {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta-button-main {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--heading-colour);
  background-color: #efc545;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.cta-button-main:hover {
  background-color: var(--cta);
}

.black-circle {
  background-color: var(--heading-colour);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
}

.black-circle.green {
  background-color: var(--primary);
}

.button-cta-icon {
  color: #efc545;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-cta {
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-right: 2px;
  display: flex;
}

.navbar-holder {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-block-2 {
  background-color: var(--beige);
  border-radius: 16px;
  padding: 5px 7px;
}

.gold {
  color: var(--gelb-bg);
}

.welle-t-rkis-top {
  margin-top: -3px;
}

.welle-t-rkis-top._180 {
  margin-bottom: -3px;
  transform: rotate(180deg);
}

.welle-t-rkis-top._180.footerwelle {
  width: 100%;
}

.hero-v2 {
  background-color: #407178;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-holder-vert {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.body {
  background-color: #fff0df;
}

.betreuutes-wohnen {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.betreuutes-wohnen.vorteil {
  background-color: #ffc935;
}

.betreuutes-wohnen-holder-v2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-form {
  color: var(--heading-colour);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  list-style-type: disc;
}

.text-form._500 {
  font-weight: 500;
}

.text-form.white {
  color: var(--beige);
}

.text-form.left {
  text-align: left;
  margin-top: 12px;
}

.bild-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.bild-one {
  background-image: url('../images/silberzeit_baden_wohnungsfoto-teil-6.jpeg');
  background-position: 100%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 275px;
}

.bild-one.second {
  background-image: url('../images/silberzeit_juwel_aktiviten.avif');
  background-position: 50% 35%;
}

.bild-one.second.besondere-in-baden {
  background-image: url('../images/silberzeit_baden_sehenswrdigkeit.avif');
  background-position: 50% 100%;
}

.bild-one.second.besondere-in-baden.gemeinschaftsraum2 {
  background-image: url('../images/silberzeit_baden_gartenfoto.avif');
  background-position: 15% 100%;
}

.bild-one.second.besondere-in-baden.juwel {
  background-image: url('../images/silberzeit_juwel_besondere-teil-3.avif');
  background-position: 50% 100%;
}

.bild-one.second.besondere-in-baden.m-dling {
  background-image: url('../images/silberzeit_mdling_besondere-teil-1.avif');
}

.bild-one.second.besondere-in-baden.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_terasse-teil-3.avif');
  background-position: 50% 20%;
}

.bild-one.second.besondere-in-baden.melk {
  background-image: url('../images/silberzeit_melk_besondere-teil-1.avif');
  background-position: 90%;
  background-size: 625px;
}

.bild-one.second.besondere-in-baden.new {
  background-image: url('../images/silberzeit_baden_besondere.avif');
  background-position: 50%;
}

.bild-one.second.betreuungskosten {
  background-image: url('../images/silberzeit_baden_balkon.avif');
}

.bild-one.second.betreuungskosten.juwel {
  background-image: url('../images/silberzeit_juwel_wohnungsfotos-teil-3.avif');
}

.bild-one.second.betreuungskosten.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_plan-bg.avif');
}

.bild-one.second.betreuungskosten.ebreichsdorf.hidepadv2 {
  background-image: url('../images/silberzeit_baden_wohnungsfoto-teil-6.avif');
  background-position: 50% 60%;
  background-size: cover;
}

.bild-one.second.betreuungskosten.melk {
  background-image: url('../images/silberzeit_melk_plan-bg.avif');
  background-position: 50%;
  background-size: 500px;
}

.bild-one.second.betreuungskosten.m-dlingv2.hidepad {
  background-image: url('../images/silberzeit_mdling_plan.avif');
  background-position: 50% 30%;
  background-size: 380px;
}

.bild-one.second.betreuungskosten.badenv2 {
  background-image: url('../images/silberzeit_baden_plan.avif');
  background-position: 50%;
}

.bild-one.second.juwel {
  background-image: url('../images/silberzeit_juwel_gr.avif');
  background-position: 50% 25%;
}

.bild-one.second.m-dling {
  background-image: url('../images/silberzeit_mdling_gemeinschaftsraum.avif');
  background-position: 100% 100%;
}

.bild-one.second.ebreichsdorf {
  background-image: url('../images/thumbnail_sl7_0192-bearbeitet.avif');
}

.bild-one.second.ebreichsdorf.hidepad {
  background-image: url('../images/silberzeit_ebreichsdorf_gemeinschaftsraum.avif');
  background-position: 50%;
}

.bild-one.second.melk {
  background-image: url('../images/silberzeit_melk_wohnungen-teil-2.avif');
  background-position: 0%;
}

.bild-one.second.team {
  border: 20px none var(--primary);
  background-image: url('../images/silberzeit_team_mitte.avif');
  background-position: 50%;
  border-radius: 20px;
}

.bild-one.second.gutbetreut {
  filter: brightness(115%);
  background-image: url('../images/silberzeit_gruppenfoto-teil-1.avif');
}

.bild-one.third {
  background-image: url('../images/silberzeit_baden_wohnungsfoto-teil-4.avif');
  background-position: 50% 30%;
}

.bild-one.third.gemeinschaftsraum3 {
  background-image: url('../images/silberzeit_stadthausammhlbach_gr_altbau1.avif');
  background-position: 50%;
}

.bild-one.third.betreuungskosten {
  background-image: url('../images/silberzeit_baden_wohnungsfoto-teil-5.avif');
}

.bild-one.third.betreuungskosten.juwel {
  background-image: url('../images/silberzeit_juwel_wohnungsfotos-teil-2.avif');
}

.bild-one.third.betreuungskosten.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_wohnung-teil-2.avif');
}

.bild-one.third.betreuungskosten.melk {
  background-image: url('../images/silberzeit_melk_wohnung-teil-2.avif');
}

.bild-one.third.betreuungskosten.m-dling-v2 {
  background-image: url('../images/silberzeit_mdling_wohnung-v2-teil-2.avif');
}

.bild-one.third.baden-besondere-2 {
  background-image: url('../images/silberzeit_aktivitten-teil-7.avif');
  background-position: 60%;
  background-size: 500px;
}

.bild-one.third.baden-besondere-2.juwel, .bild-one.third.baden-besondere-2.m-dling {
  background-image: url('../images/silberzeit_mdling_fugngerzone.avif');
}

.bild-one.third.baden-besondere-2.melk {
  filter: brightness(120%);
  background-image: url('../images/silberzeit_melk_besondere-teil-3.avif');
  background-position: 50% 70%;
}

.bild-one.third.baden-besondere-2.ebreichsdorf-v2 {
  filter: brightness(115%);
  background-image: url('../images/silberzeit_ebreichsdorf_kino.avif');
  background-position: 50% 40%;
}

.bild-one.third.juwel {
  background-image: url('../images/silberzeit_juwel_gr-teil-2.avif');
}

.bild-one.third.m-dling {
  background-image: url('../images/silberzeit_mdling_gr-teil-3.avif');
  background-position: 50% 100%;
}

.bild-one.third.m-dling.hidepad {
  background-image: url('../images/silberzeit_ebreichsdorf_gr-v2.avif');
  background-position: 0 100%;
}

.bild-one.third.ebreichsdorf.hidepad {
  background-image: url('../images/silberzeit_ebreichsdorf_kche.avif');
}

.bild-one.third.melk {
  background-image: url('../images/silberzeit_melk_wohnungen-teil-3.avif');
}

.bild-one.third.start-v2 {
  background-image: url('../images/silberzeit_start_gruppenfoto-teil-2.avif');
  background-position: 50%;
}

.bild-one.third.team {
  background-image: url('../images/silberzeit_team-teil-5.avif');
  background-position: 50%;
  background-size: 450px;
}

.bild-one.third.gutbetreut {
  background-image: url('../images/silberzeit_turnen-v2.avif');
  background-position: 0%;
}

.bild-one.gemeinschaftsraum {
  background-image: url('../images/silberzeit_stadthausammhlbach_gr_altbau2.avif');
  background-position: 100%;
}

.bild-one.betreuungskosten {
  background-image: url('../images/silberzeit_baden_wohnungen.jpg');
  background-position: 100% 0;
  height: 250px;
}

.bild-one.betreuungskosten.juwel {
  background-image: url('../images/silberzeit_juwel_wohnungsfotos-teil-1.avif');
}

.bild-one.betreuungskosten.ebreichsdorf {
  background-image: url('../images/thumbnail_sl7_0276-bearbeitet.avif');
}

.bild-one.betreuungskosten.melk {
  background-image: url('../images/silberzeit_melk_wohnung-teil-1.avif');
}

.bild-one.betreuungskosten.unten-rechts {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.bild-one.betreuungskosten.m-dling-v2 {
  filter: brightness(110%);
  background-image: url('../images/silberzeit_mdling_wohnung-v2.avif');
  background-position: 50%;
}

.bild-one.baden-besondere {
  filter: saturate(120%);
  background-image: url('../images/silberzeit_aktivitten-teil-8.avif');
}

.bild-one.baden-besondere.juwel {
  background-image: url('../images/silberzeit_juwel_besondere-teil-5.avif');
}

.bild-one.baden-besondere.m-dling {
  background-image: url('../images/silberzeit_mdling_besondere-teil-2.avif');
}

.bild-one.baden-besondere.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_besondere-teil-1.avif');
}

.bild-one.baden-besondere.melk {
  background-image: url('../images/silberzeit_melk_besondere-teil-2.avif');
  background-position: 20% 25%;
  background-size: 625px;
}

.bild-one.juwel {
  background-image: url('../images/silberzeit_juwel_gr-teil-4.avif');
}

.bild-one.m-dling {
  background-image: url('../images/silberzeit_mdling_gr-teil-2_1.avif');
}

.bild-one.m-dling.v2 {
  background-image: url('../images/silberzeit_mdling_wohnung-v2-teil-3.avif');
  background-position: 50% 100%;
}

.bild-one.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_gr-teil-6.avif');
}

.bild-one.melk {
  background-image: url('../images/silberzeit_melk_wohnungen-teil-1.avif');
}

.bild-one.start {
  background-image: url('../images/silberzeit_start_gruppenfoto-teil-1.avif');
  background-position: 50%;
}

.bild-one.team {
  background-image: url('../images/silberzeit_team-teil-1.avif');
  background-position: 100% 0;
}

.bild-one.gutbetreut {
  background-image: url('../images/silberzeit_gruppenfoto-teil-3.avif');
  background-position: 50%;
}

.welle-gelb-top {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.welle-gelb-top._180 {
  margin-bottom: -3px;
  transform: rotate(180deg);
}

.welle-gelb-top.welle-botfrag {
  margin-bottom: 3rem;
}

.vorteile-holder {
  grid-column-gap: 32px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.brix---color-accent-1.more {
  margin-top: 5px;
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-8px {
  margin-bottom: 3px;
}

.brix---mg-bottom-40px {
  margin-top: 30px;
  margin-bottom: 0;
}

.brix---mg-bottom-40px.karriere {
  margin-top: 24px;
}

.brix---text-300 {
  color: var(--text);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.brix---heading-h3-size {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.brix---testimonial-v3-image-wrapper {
  object-fit: fill;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: 450px;
  padding: 40px 20px;
  overflow: hidden;
}

.brix---paragraph-default {
  color: var(--text);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.brix---text-300-bold {
  color: var(--heading-colour);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.brix---card-testimonial-v3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: #cfe2dd;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: grid;
}

.brix---card-content-testimonial-v3 {
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px 40px 40px;
  display: flex;
}

.testimonial-holder {
  background-image: url('../images/silberzeit_stimmen_friedl-grohmann.avif');
  background-position: 50% 20%;
  background-size: cover;
  border-radius: 20px;
  height: 100%;
}

.testimonial-holder.drei {
  background-image: url('../images/silberzeit_stimmmen_schuster.avif');
}

.testimonial-holder.vier {
  background-image: url('../images/silberzeit_stimmen_svetlana-hausmann.avif');
  background-position: 50% 100%;
}

.testimonial-holder.f-nf {
  background-image: url('../images/silberzeit_stimmen_lucia-dziadek.avif');
  background-position: 0%;
  background-size: 425px;
}

.testimonial-holder.sex {
  background-image: url('../images/silberzeit_stimmen_weisskrichner-hannelore.avif');
}

.testimonial-holder.neu {
  background-image: url('../images/silberzeit_team_teil-1.avif');
}

.testimonial-holder.neu.newkarriere {
  background-image: url('../images/silberzeit_team_teil-7.avif');
}

.testimonial-holder.neu.newkarriere-v2 {
  background-image: url('../images/silberzeit_team_teil-2.avif');
  background-position: 50%;
}

.testimonial-holder.neu.home {
  background-image: url('../images/silberzeit_stimmen_freesenberger-susanne.avif');
}

.fotogalerie {
  background-color: #407178;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fotogalerie.blau {
  background-color: #407178;
}

.fotogalerie-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.fotogalerie-holder.first {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
}

.fotogalerie-first {
  background-image: url('../images/silberzeit_aktivitten-teil-6.avif');
  background-position: 27%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 275px;
}

.fotogalerie-first._2 {
  background-image: url('../images/silberzeit_aktivitten-teil-3.avif');
  background-position: 100%;
  margin-top: 20px;
}

.fotogalerie-first._2._4 {
  background-image: url('../images/silberzeit_aktivitten-teil-4.avif');
  background-position: 85%;
}

.fotogalerie-first._2._4.hidephone {
  background-position: 50%;
}

.fotogalerie-first._2._4.juwel2 {
  background-image: url('../images/silberzeit_juwel_alltag-teil-5.avif');
  background-position: 100%;
}

.fotogalerie-first._2._4.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-9.jpg');
  margin-top: 20px;
}

.fotogalerie-first._2._4.ebreichsdorf.hidepad {
  background-image: url('../images/silberzeit_ebreichsdorf_gruppenfoto.avif');
  background-position: 50%;
}

.fotogalerie-first._2._4.melk {
  background-image: url('../images/silberzeit_melk_alltag-teil-10.avif');
  margin-top: 20px;
}

.fotogalerie-first._2._4.melk.hidepad {
  filter: brightness(115%);
}

.fotogalerie-first._2.hidepad {
  margin-top: 0;
}

.fotogalerie-first._2.juwel {
  background-image: url('../images/silberzeit_juwel_alltag-teil-4.avif');
  margin-top: 0;
}

.fotogalerie-first._2.m-dling {
  background-image: url('../images/silberzeit_mdling_alltag-teil-4.avif');
}

.fotogalerie-first._2.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-6.avif');
  margin-top: 0;
}

.fotogalerie-first._2.melk {
  background-image: url('../images/silberzeit_melk_alltag-teil-5.avif');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.fotogalerie-first._2.melk.hidephone {
  filter: brightness(115%);
}

.fotogalerie-first._2.hero-v2 {
  background-image: url('../images/silberzeit_fotogalerie-teil-5.avif');
}

.fotogalerie-first._2.hero-v2-4 {
  background-image: url('../images/silberzeit_fotogalerie-teil-8.avif');
  background-size: 525px;
}

.fotogalerie-first._1 {
  margin-top: -20px;
}

.fotogalerie-first._1._5 {
  background-image: url('../images/silberzeit_aktivitten-teil-5.avif');
  background-position: 50% 0;
}

.fotogalerie-first._1._7 {
  background-image: url('../images/silberzeit_aktivitten-teil-7.avif');
  background-position: 100%;
}

.fotogalerie-first._1._7.hidepad {
  background-image: url('../images/silberzeit_baden_alltag-v2-teil-2.jpg');
}

.fotogalerie-first._1._7.juwel {
  background-image: url('../images/silberzeit_juwel_alltag-teil-2.avif');
  background-position: 0%;
}

.fotogalerie-first._1._7.m-dling {
  background-image: url('../images/silberzeit_mdling_alltag-teil-2.avif');
  background-position: 35%;
}

.fotogalerie-first._1._7.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-2.avif');
  background-position: 0%;
}

.fotogalerie-first._1._7.ebreichsdorf.hidephone {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-10.avif');
  background-position: 55%;
  margin-top: -20px;
}

.fotogalerie-first._1._7.melk {
  background-image: url('../images/silberzeit_melk_alltag-teil-2.avif');
  background-size: cover;
}

.fotogalerie-first._1.juwel {
  background-image: url('../images/silberzeit_aktivitten-10.avif');
}

.fotogalerie-first._1.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-1.avif');
  margin-top: 0;
}

.fotogalerie-first._1.melk {
  background-image: url('../images/silberzeit_melk_alltag-teil-8.avif');
  background-position: 50%;
}

.fotogalerie-first._1.hero {
  background-image: url('../images/silberzeit_fotogalerie-teil-7.avif');
}

.fotogalerie-first._1.hero-v2-3 {
  background-image: url('../images/silberzeit_fotogalerie-teil-1.avif');
}

.fotogalerie-first._3 {
  background-image: url('../images/silberzeit_aktivitten-teil-1.avif');
  background-position: 20%;
  margin-top: 20px;
}

.fotogalerie-first._3.juwel {
  background-image: url('../images/silberzeit_juwel_aktiviten.avif');
}

.fotogalerie-first._3.m-dling {
  background-image: url('../images/silberzeit_mdling_alltag-teil-3.avif');
}

.fotogalerie-first._3.baden {
  background-image: url('../images/silberzeit_stadthausammhlbach_gr_plaudern.avif');
}

.fotogalerie-first._3.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-7.avif');
  background-position: 0 0;
}

.fotogalerie-first._3.melk {
  background-image: url('../images/silberzeit_melk_alltag-teil-7.avif');
  background-size: 300px;
  transition: opacity .2s;
}

.fotogalerie-first._6 {
  background-image: url('../images/silberzeit_juwel_cornellia.avif');
  background-position: 50% 25%;
}

.fotogalerie-first._6.juwel {
  background-image: url('../images/silberzeit_juwel_alltag-teil-1.avif');
  background-position: 0%;
}

.fotogalerie-first._6.baden {
  background-image: url('../images/silberzeit_aktivitten-teil-2.avif');
  background-position: 100% 0;
}

.fotogalerie-first._6.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-5.avif');
}

.fotogalerie-first._6.melk {
  background-image: url('../images/silberzeit_melk_alltag-teil-9.avif');
  background-position: 50%;
  background-size: cover;
}

.fotogalerie-first._8 {
  filter: saturate(125%);
  background-image: url('../images/silberzeit_baden_alltag-v2-.jpg');
  background-position: 100%;
}

.fotogalerie-first._8.juwel {
  background-image: url('../images/silberzeit_juwel_alltag-teil-3.avif');
  background-position: 100%;
}

.fotogalerie-first._8.m-dling {
  background-image: url('../images/silberzeit_mdling_alltag-teil-5.avif');
}

.fotogalerie-first._8.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-2.avif');
  background-position: 0%;
  margin-top: -20px;
}

.fotogalerie-first._8.melk {
  background-image: url('../images/silberzeit_melk_alltag-teil-11.avif');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
}

.fotogalerie-first.juwel {
  background-image: url('../images/silberzeit_aktivitten-12.avif');
}

.fotogalerie-first.m-dling {
  background-image: url('../images/silberzeit_mdling_alltag-teil-1.avif');
  background-position: 50% 0;
}

.fotogalerie-first.m-dling2 {
  background-image: url('../images/silberzeit_mdling_gr-teil-2.avif');
  background-position: 50% 30%;
}

.fotogalerie-first.m-dling3 {
  background-image: url('../images/silberzeit_mdling_gr-teil-1.avif');
  background-position: 50% 100%;
  margin-top: -20px;
}

.fotogalerie-first.m-dling3.hidepad {
  background-image: url('../images/silberzeit_mdling_alltag-v2.avif');
  background-position: 90% 100%;
}

.fotogalerie-first.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_alltag-teil-4.avif');
}

.fotogalerie-first.melk {
  background-image: url('../images/silberzeit_melk_alltag-teil-6.avif');
  background-position: 40% 100%;
  background-size: 500px;
}

.fotogalerie-first.hero-v2-1 {
  background-image: url('../images/silberzeit_fotogalerie-teil-4.avif');
}

.fotogalerie-first.hero-v2-2 {
  background-image: url('../images/silberzeit_fotogalerie-teil-2.avif');
}

.fotogalerie-first.hero-v2-5 {
  background-image: url('../images/silberzeit_fotogalerie-teil-6.avif');
}

.welle-dark {
  margin-top: -3px;
}

.welle-dark._180 {
  margin-bottom: -3px;
  transform: rotate(180deg);
}

.faq {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 30px;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---accordion-item-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--secondary);
  width: 100%;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  cursor: pointer;
  border-radius: 30px;
  padding: 24px 20px;
  transition: transform .3s;
  display: flex;
}

.brix---accordion-item-wrapper:hover {
  transform: scale(.99);
}

.brix---accordion-header {
  align-items: center;
  display: flex;
}

.brix---acordion-body {
  width: 100%;
  overflow: hidden;
}

.brix---accordion-spacer {
  min-height: 16px;
}

.brix---accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.brix---accordion-side {
  margin-right: 24px;
}

.brix---accordion-title {
  color: var(--heading-colour);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.brix---paragraph-default-2 {
  color: var(--heading-colour);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---inner-container-856---center {
  max-width: 856px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.brix---btn-circle-accordion-btn {
  border: 1px none var(--pink-bg);
  background-color: var(--beige);
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  box-shadow: 0 2px 7px 2px var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.brix---btn-circle-accordion-btn:hover {
  border-color: var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--beige);
  transform: scale3d(.94, .94, 1.01);
}

.brix---accordion-btn-vertical-line {
  background-color: var(--heading-colour);
  width: 18px;
  height: 3px;
  color: var(--heading-colour);
  -webkit-text-stroke-color: var(--heading-colour);
  border-radius: 20px;
  position: absolute;
  transform: rotate(90deg);
}

.brix---accordion-btn-horizontal-line {
  background-color: var(--heading-colour);
  width: 18px;
  height: 3px;
  color: var(--heading-colour);
  -webkit-text-stroke-color: var(--heading-colour);
  border-radius: 20px;
  position: absolute;
}

.brix---grid-1-column-gap-row-32px {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.phone {
  color: var(--primary);
  font-weight: 700;
  text-decoration: none;
}

.brix---paragraph-default-3 {
  color: var(--beige);
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: flex-start;
  align-self: center;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.footer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---footer-wrapper-2 {
  border-top: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--primary);
  width: 100%;
}

.brix---footer-logo-wrapper-2 {
  width: 225px;
}

.brix---footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.brix---footer-list-item {
  margin-bottom: 16px;
  padding-left: 0;
}

.brix---footer-link-2 {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-2:hover {
  color: var(--cta);
}

.brix---footer-top {
  border-bottom: 1px solid var(--white);
  padding-top: 120px;
  padding-bottom: 40px;
}

.brix---footer-col-title {
  color: var(--beige);
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

.brix---grid-footer-v13 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.footer-copyright {
  padding-top: 20px;
}

.footer-text-copyright {
  color: var(--beige);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.button-text {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.text-block-4 {
  color: var(--beige);
  padding: 7px;
  font-weight: 500;
  text-decoration: none;
}

.beige {
  color: var(--beige);
}

.navbar-all {
  z-index: 50;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bild-collage-big {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.bild-eins {
  background-image: url('../images/silberzeit_leitbild-teil-1.avif');
  background-position: 50%;
  background-size: 150px;
  border-radius: 10px;
  width: 120px;
  height: 150px;
  transform: rotate(10deg);
}

.bild-eins.zwei {
  z-index: -1;
  background-image: url('../images/silberzeit_leitbild-teil-2.avif');
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  transform: rotate(-12deg);
}

.bild-eins.drei {
  z-index: -2;
  background-image: url('../images/silberzeit_leitbild-teil-3.avif');
  background-size: cover;
  position: relative;
}

.bild-eins.vier {
  background-image: url('../images/silberzeit_leitbild-teil-7.avif');
  transform: rotate(-12deg);
}

.bild-eins.f-nf {
  background-image: url('../images/silberzeit_leitbild-teil-4.avif');
  background-position: 50% 0;
  background-size: 150px;
}

.bild-eins.six {
  background-image: url('../images/silberzeit_leitbild-teil-6.avif');
  background-size: 350px;
  transform: rotate(-12deg);
}

.bild-eins.sieben {
  background-image: url('../images/silberzeit_leitbild-teil-8.avif');
}

.bild-eins.acht {
  background-image: url('../images/silberzeit_leitbild-teil-5.avif');
  transform: rotate(-12deg);
}

.bild-eins.neun {
  background-image: url('../images/silberzeit_leitbild-teil-9.avif');
}

.bild-eins.zehn {
  background-image: url('../images/silberzeit_mdling_gr-teil-2.avif');
  background-position: 0%;
  background-size: cover;
}

.bild-collage-holder {
  margin-top: 3rem;
}

.bild-collage-red-holder {
  margin-bottom: -15px;
}

.brix---color-neutral-808 {
  color: var(--elements-webflow-library--neutral--600\<deleted\|variable-06b40b4b\>);
}

.brix---mg-bottom-24px-2 {
  margin-bottom: 24px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---heading-h3-size-3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.brix---text-decoration-none {
  text-decoration: none;
}

.brix---avatar-image-square {
  background-image: url('../images/silberzeit_team_teil-9.avif');
  background-position: 0%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 325px;
  overflow: hidden;
  transform: translate(0);
}

.brix---avatar-image-square._2 {
  background-image: url('../images/silberzeit_team_teil-5.avif');
  background-position: 0 30%;
}

.brix---avatar-image-square._3 {
  background-image: url('../images/silberzeit_alina.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.brix---avatar-image-square._5 {
  background-image: url('../images/silberzeit_team_teil-7.avif');
  background-position: 0 25%;
}

.brix---avatar-image-square._6 {
  background-image: url('../images/silberzeit_team_teil-1.avif');
}

.brix---avatar-image-square._7 {
  background-image: url('../images/silberzeit_team_teil-2.avif');
  background-position: 0 100%;
}

.brix---avatar-image-square._8 {
  background-image: url('../images/silberzeit_team_teil-3.avif');
}

.brix---avatar-image-square._9 {
  background-image: url('../images/silberzeit_team-1.avif');
  background-position: 50%;
}

.brix---avatar-image-square._10 {
  background-image: url('../images/silberzeit_team_teil-6.avif');
  background-position: 50%;
}

.brix---avatar-image-square._11 {
  background-image: url('../images/silberzeit_karriere_asp.avif');
  background-position: 100% 30%;
}

.brix---avatar-image-square._12 {
  background-image: url('../images/silberzeit_team_ursula.avif');
  background-position: 50%;
}

.brix---avatar-image-square._0 {
  background-image: url('../images/silberzeit_team-2.avif');
  background-position: 50%;
}

.brix---avatar-image-square._14 {
  background-image: url('../images/silberzeit_team_teil-8.avif');
  background-position: 50%;
}

.brix---grid-3-columns-gap-row-64px {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.brix---text-300-medium {
  color: var(--text);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---avatar-image-link {
  width: 400px;
  height: 350px;
  transition: transform .3s;
}

.brix---avatar-image-link:hover {
  transform: scale(1.1);
}

.brix---heading-link-dark {
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  text-decoration: none;
  transition: color .3s;
}

.brix---heading-link-dark:hover {
  color: var(--elements-webflow-library--accent--primary-1\<deleted\|variable-86b36df2\>);
}

.header_holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-t-rkis-holder {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.hero-section-t-rkis-holder.standorte {
  justify-content: center;
  align-items: center;
  display: block;
}

.hero-section-t-rkis-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-section-beige-text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-beige-picture-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.hero-section-gelb-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section-leistungen {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  margin-top: 3rem;
  display: grid;
}

.holder-leistungen.second {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.hero-section-leistungen-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-section-leistungen-left.first {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}

.hero-section-leistungen-right {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.leistungen-header {
  color: var(--heading-colour);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 32px;
  line-height: 1;
}

.testimonial-holder-all {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-profil-info-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  margin-bottom: 30px;
  display: grid;
}

.testimonial-text {
  color: var(--heading-colour);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.testimonail-profil-p {
  color: #fbf1eb;
  background-color: #008829;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-bottom: 2px;
  font-size: 45px;
  line-height: 1;
  display: flex;
}

.testimonail-profil-p._2 {
  background-color: #da0000;
}

.testimonail-profil-p._3 {
  background-color: #a800ad;
}

.testimonail-profil-p._4 {
  background-color: #9eb203;
}

.testimonail-profil-p.one {
  background-color: #2e00c7;
  width: 70px;
  height: 70px;
  font-size: 45px;
  line-height: 1;
}

.testimonial-block-self {
  border: 3px solid var(--primary);
  background-color: var(--secondary);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 25px 17px;
  display: flex;
}

.testimonial-block-self.alone {
  background-color: var(--secondary);
  border-width: 3px;
  width: 50%;
}

.testimonial-person-info {
  color: #ff149a;
  display: none;
}

._5-stars {
  width: 140px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.foto-collage {
  border-radius: 12px;
  width: 75%;
  margin-top: 20px;
}

.beige-highlighted {
  color: var(--beige);
}

.standorte-hero-baden {
  width: 300px;
  height: 250px;
}

.standorte-hero-baden.middle-part {
  margin-top: -30px;
}

.standorte-hero-baden.left {
  background-color: var(--beige);
  width: 350px;
  height: 250px;
  color: var(--primary);
  text-align: center;
  border-radius: 90px;
  padding: 10px;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.standorte-hero-baden.top-right {
  position: relative;
  left: -55px;
}

.standorte-hero-baden.first {
  width: 100%;
  height: auto;
}

.standorte-hero-baden.first.top-right {
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  position: static;
  left: 0;
}

.standorte-hero-baden.first.middle-part {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  justify-content: center;
  align-items: center;
  margin-top: -70px;
  text-decoration: none;
  display: flex;
}

.standorte-hero-baden.first.top-left {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.standorte-hero-baden.first.bottom-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.standorte-hero-baden.first.bot-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-standort-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hero-standorte-text-holder {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-text-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-text-holder.middle-part {
  padding-top: 0;
}

.form {
  background-image: url('../images/thumbnail_sl7_0183-bearbeitet.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 80px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 15px;
  display: flex;
}

.form.baden {
  background-image: url('../images/silberzeit_baden_hausfotos-teil-1.avif');
  background-position: 100% 100%;
  padding-bottom: 15px;
}

.form.m-dling {
  background-image: url('../images/silberzeit_juwel_hausfoto-teil-1-2.avif');
}

.form.juwel {
  filter: saturate(130%);
  background-image: url('../images/silberzeit_juwel_hausfoto.jpg');
  border-radius: 80px;
}

.form.melk {
  background-image: url('../images/silberzeit_melk_haus-teil-3.avif');
}

.yellow-highlighted {
  color: var(--gelb-bg);
}

.holder-leistungen-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.hero-standorte-full-house {
  background-image: url('../images/silberzeit_baden_hausfotos-teil-1.avif');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 500px;
  margin-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.hero-standorte-full-house.juwel {
  background-image: url('../images/silberzeit_juwel_hausfoto_hero.avif');
  background-position: 50% 80%;
}

.hero-standorte-full-house.m-dling {
  background-image: url('../images/silberzeit_mdling_haus_hero-v2.avif');
  background-position: 50% 75%;
}

.hero-standorte-full-house.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_haus_hero.avif');
  background-position: 50% 30%;
  margin-top: 0;
}

.hero-standorte-full-house.melk {
  background-image: url('../images/silberzeit_melk_haus-teil-11.avif');
  background-position: 50%;
}

.hero-standorte-full-house.karriere {
  background-image: url('../images/silberzeit_karriere-hero.avif');
  background-position: 50% 30%;
}

.h1-hero-standorte {
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 46px;
  line-height: 1.1;
}

.hero-bg-standorte {
  background-color: var(--beige);
  border-radius: 12px;
  padding: 10px;
}

.hero-two {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 250px;
  margin-top: 5px;
  display: grid;
}

.hero-two-one {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.hero-two-one._2 {
  background-image: url('../images/silberzeit_baden_hausfotos-teil-3.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-two-one._2.juwel {
  background-image: none;
}

.hero-two-one._2.juwel.newv2 {
  background-image: url('../images/silberzeit_juwel_plan-v2.avif');
  background-size: 500px;
}

.hero-two-one._2.m-dling {
  background-image: url('../images/silberzeit_mdling_haus_hero.avif');
}

.hero-two-one._2.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_terasse-teil-1.avif');
  background-position: 50%;
}

.hero-two-one._2.melk {
  background-image: url('../images/silberzeit_melk_haus-teil-8.avif');
  background-position: 50%;
}

.hero-two-one._2.karriere {
  background-image: url('../images/silberzeit_karriere-teil-5.avif');
  background-position: 50% 0;
}

.hero-two-one._3 {
  background-image: url('../images/silberzeit_baden_hausfotos-teil-4.avif');
  background-position: 50% 0;
  background-size: cover;
}

.hero-two-one._3.juwel {
  background-image: url('../images/silberzeit_juwel_hausfassade-2.avif');
}

.hero-two-one._3.m-dling {
  background-image: url('../images/silberzeit_mdling_haus_bersicht-teil-4.avif');
}

.hero-two-one._3.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_terasse-teil-3.avif');
}

.hero-two-one._3.melk {
  background-image: url('../images/silberzeit_melk_haus-teil-6.avif');
  background-position: 50% 25%;
}

.hero-two-one._3.karriere {
  background-image: url('../images/silberzeit_karriere-teil-2.avif');
  background-position: 100%;
}

.hero-two-one._4 {
  background-image: url('../images/silberzeit_baden_hausfotos-teil-2.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-two-one._4.juwel {
  background-image: url('../images/silberzeit_juwel_hausfassade-3.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-two-one._4.m-dling {
  background-image: url('../images/silberzeit_mdling_haus_bersicht-teil-1.avif');
}

.hero-two-one._4.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_terasse-teil-2.avif');
}

.hero-two-one._4.ebreichsdorf.hidephone {
  background-image: url('../images/silberzeit_ebreichsdorf_start-teil-4.avif');
  background-position: 50%;
}

.hero-two-one._4.melk {
  background-image: url('../images/silberzeit_melk_haus-teil-5.avif');
  background-position: 50% 70%;
}

.hero-two-one._4.karriere {
  background-image: url('../images/silberzeit_karriere-teil-6.avif');
  background-position: 50% 60%;
}

.hero-two-one._5 {
  background-image: url('../images/silberzeit_baden_map.avif');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-two-one._5.juwel {
  background-image: url('../images/silberzeit_juwel_hausfassade.avif');
  background-position: 50% 30%;
}

.hero-two-one._5.m-dling {
  background-image: url('../images/silberzeit_mdling_haus_bersicht-teil-3.avif');
  background-position: 50% 0;
}

.hero-two-one._5.m-dling.hidephone {
  background-image: url('../images/silberzeit_mdling_plan-v2.avif');
  background-position: 50%;
  background-size: 500px;
}

.hero-two-one._5.ebreichsdorf {
  background-image: url('../images/silberzeit_ebreichsdorf_plan-bg.avif');
}

.hero-two-one._5.ebreichsdorf.hidepad {
  background-image: url('../images/silberzeit_ebreichsdorf_map.avif');
}

.hero-two-one._5.melk {
  background-image: url('../images/silberzeit_melk_plan.avif');
  background-position: 20% 0;
  background-size: 500px;
}

.hero-two-one._5.karriere {
  background-image: url('../images/silberzeit_karriere-teil-3.avif');
  background-position: 50% 20%;
}

.hero-section-green {
  background-color: var(--primary);
}

.text-link-farbe {
  color: var(--primary);
  font-weight: 500;
  text-decoration: underline;
}

.text-span-2 {
  font-weight: 600;
}

.text-span-3 {
  color: var(--heading-colour);
  font-weight: 600;
  text-decoration: none;
}

._1-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
}

._1-2-grid._75-space {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
}

._1-2-grid._75-space.reverse {
  place-items: center stretch;
  margin-top: 30px;
}

.input-label {
  z-index: 2;
  color: var(--heading-colour);
  border-radius: 4px;
  margin-bottom: 3px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  position: static;
  bottom: -7px;
  left: 6px;
}

.spacer-xs {
  width: 100%;
  height: 40px;
}

.form-inner {
  flex-direction: column;
  margin-top: 5px;
  display: flex;
}

.flex-row-outer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.border-wrap {
  background-color: var(--beige);
  border: 1px #f2f3ff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 400px;
  max-width: none;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  box-shadow: 0 20px 30px -10px #1d01501a;
}

.button {
  color: #fff;
  background-color: #434de7;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button:hover {
  box-shadow: none;
  background-color: #000;
}

.button.in-form {
  background-color: var(--gelb-bg);
  width: 100%;
  height: 48px;
  color: var(--heading-colour);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.input-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper._15p-right {
  margin-right: 15px;
}

.input {
  background-color: var(--beige);
  height: 48px;
  color: var(--text);
  border: 1px solid #b7bbd1;
  border-radius: 6px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 18px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input:hover {
  box-shadow: none;
  border-color: #434de7;
}

.input:focus {
  border: 1px solid #434de7;
}

.input::placeholder {
  color: #6e6e6e;
}

.h1-contact-step {
  color: var(--beige);
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Merriweather, serif;
  font-size: 42px;
}

.h1-contact-step.gold {
  color: var(--gelb-bg);
  line-height: 1.3;
}

.heading-contact-form {
  width: 814px;
}

.contact-step-form-text {
  color: var(--heading-colour);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-step-form-link {
  color: var(--primary);
}

.danke {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.danke-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.h1-danke {
  color: var(--heading-colour);
  text-align: center;
  font-family: Merriweather, serif;
  font-weight: 700;
}

.untertitel-danke {
  color: var(--text);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.text-colour {
  color: var(--heading-colour);
  font-weight: 600;
}

.blur {
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 50px;
  height: 15px;
  margin-bottom: 4px;
  margin-right: 7px;
}

.error-message {
  border-radius: 7px;
}

.form_input {
  color: #0c2954;
  background-color: #fff;
  border: 1px solid #0c2954;
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-select-input {
  background-color: var(--beige);
  color: var(--text);
  background-image: none;
  border-color: #b7bbd1;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  transition: box-shadow .2s, background-color .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.bild-hero {
  width: 80%;
  position: relative;
}

.normal {
  color: var(--heading-colour);
}

.leistung-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100\<deleted\|variable-07926372\>);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.brix---hidden-desktop-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: none;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
  margin-top: 1rem;
}

.brix---btn-slider-arrow-right---top-left-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--primary);
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: -70px 84px auto auto;
}

.brix---btn-slider-arrow-right---top-left-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---btn-slider-arrow-right---top-right-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
  background-color: var(--primary);
  width: 58px;
  min-width: 58px;
  height: 58px;
  min-height: 58px;
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02\<deleted\|variable-cfed2663\>);
  color: var(--elements-webflow-library--neutral--800\<deleted\|variable-44c33ad4\>);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: -70px;
}

.brix---btn-slider-arrow-right---top-right-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---slider-mask-testimonial-v3-2 {
  height: 100%;
  box-shadow: 0 2px 10px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.bold-text-3 {
  color: var(--heading-colour);
}

.contact-left {
  background-image: url('../images/silberzeit_kontaktform.avif');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 12px;
  height: 100%;
}

.home-banner-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  position: relative;
}

.circle-seocnd {
  background-color: var(--gelb-bg);
  border-radius: 999px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: auto;
  bottom: 0%;
  right: 15%;
}

.bg {
  z-index: -1;
  background-color: var(--primary);
  width: 100%;
  height: 50%;
  position: absolute;
}

.section {
  z-index: 0;
  position: relative;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: var(--heading-colour);
}

.faq-link {
  color: var(--heading-colour);
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.name-testimonial {
  color: var(--heading-colour);
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.logo-navbar {
  width: 20%;
}

.hide {
  display: block;
}

.green-highlighted {
  color: var(--primary);
}

.code-embed-2 {
  width: 38px;
  color: var(--beige);
}

.code-embed-2._1 {
  width: 38px;
  color: var(--beige);
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.impressum {
  color: var(--heading-colour);
  word-break: normal;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.vorteil-karriere-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 3rem;
  display: grid;
}

.karriere-vorteil-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--beige);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 20px;
  display: flex;
}

.karriere-vorteil-holder.beige {
  background-color: var(--beige);
  border-radius: 12px;
  margin-top: 0;
  padding: 20px;
}

.karriere-vorteil-holder.t-rkis {
  background-color: var(--secondary);
}

.karriere-vorteil-holder.highlighted {
  background-color: var(--gelb-bg);
}

.karriere-vorteil-icon {
  width: 48px;
  height: 48px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  display: flex;
}

.karriere-vorteile-text {
  color: var(--primary);
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.karriere-block {
  margin-top: 30px;
}

.stelle {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 1.5rem;
  display: flex;
}

.stelle-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 365px;
  padding: 40px 16px;
  display: flex;
}

.stellen-bild {
  background-image: url('../images/silberzeit_kontaktform.avif');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 225px;
  margin-bottom: 24px;
}

.stellen-bild.karriere {
  background-image: url('../images/silberzeit_karriere_backoffice.avif');
  background-position: 50% 20%;
}

.stellen-text {
  color: var(--primary);
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.standort-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.stellen-standort-icon {
  width: 24px;
  height: 24px;
  color: var(--text);
}

.standort-text-karriere {
  color: var(--heading-colour);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.standort-vert {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.asp-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  margin-top: 1.5rem;
  display: grid;
}

.asp-left {
  width: 100%;
}

.asp-right {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.kontakt-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.h3-new {
  color: var(--heading-colour);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 700;
}

.karriere-kontakt {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--primary);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding: 10px 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1;
  display: flex;
}

.karriere-icon {
  width: 32px;
  height: 32px;
  color: var(--beige);
}

.karriere-button {
  color: var(--beige);
  font-weight: 600;
  line-height: 1.4;
}

.karriere-bold {
  font-weight: 600;
}

.karriere-mitarbeiterstimmen {
  width: 68px;
  height: 68px;
  color: var(--primary);
}

.image {
  height: 600px;
}

.asp-bild {
  background-image: url('../images/silberzeit_team_teil-5.avif');
  background-position: 70% 40%;
  background-size: cover;
  border-radius: 12px;
  width: 75%;
  height: 550px;
}

.text-block-5 {
  color: #373737;
}

@media screen and (min-width: 1280px) {
  .brix---container-default {
    width: 100%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .navbar {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .bild-one.second.team {
    background-position: 50% 25%;
    background-size: cover;
  }

  .bild-one.third.team {
    background-position: 50%;
    background-size: 525px;
  }

  .bild-one.betreuungskosten.m-dling-v2 {
    background-position: 100%;
  }

  .fotogalerie {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .fotogalerie-holder, .fotogalerie-holder.first {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fotogalerie-first._2.hero-v2-4 {
    background-size: 550px;
  }

  .navbar-all {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .brix---container-default {
    width: 100%;
  }

  .head-max-w {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-medium.mid {
    margin-top: -2px;
    padding-top: 5rem;
  }

  .titel-small-text {
    font-size: 16px;
  }

  .bild-one.third.team {
    background-position: 50%;
    background-size: 550px;
  }

  .bild-one.betreuungskosten.m-dling-v2 {
    background-position: 100%;
  }

  .bild-one.team {
    background-position: 50% 0;
  }

  .fotogalerie-first._2.hero-v2-4 {
    background-position: 100% 90%;
    background-size: 600px;
  }

  .brix---grid-footer-v13 {
    grid-column-gap: 91px;
    grid-template-columns: minmax(220px, .8fr) auto auto auto auto;
  }

  .navbar-all {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-standorte-full-house {
    background-position: 50% 75%;
  }
}

@media screen and (min-width: 1920px) {
  .brix---container-default {
    width: 100%;
  }

  .padding-section-medium.mid {
    padding-top: 5rem;
  }

  .padding-section-medium.mid.baden {
    margin-top: 0;
  }

  .header_holder_left {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .herausforderung-icon-left.mid {
    margin-top: 12px;
  }

  .titel-small-text {
    font-size: 16px;
  }

  .navbar {
    justify-content: center;
    align-items: center;
  }

  .bild-holder {
    background-position: 100% 30%;
  }

  .bild-one.second.team {
    background-position: 50% 25%;
    background-size: cover;
  }

  .bild-one.third.team {
    background-position: 50%;
    background-size: 550px;
  }

  .bild-one.betreuungskosten.m-dling-v2 {
    background-position: 100% 80%;
  }

  .bild-one.m-dling {
    background-position: 100% 30%;
  }

  .bild-one.team {
    background-position: 50% 0;
  }

  .fotogalerie {
    z-index: 1;
    margin-top: -5rem;
    margin-bottom: -5rem;
    position: relative;
  }

  .fotogalerie.blau {
    margin-top: 0;
    margin-bottom: 0;
  }

  .fotogalerie-first._2.hero-v2-4 {
    background-position: 100% 85%;
    background-size: 650px;
  }

  .navbar-all {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-standorte-full-house {
    background-position: 50% 75%;
    height: 700px;
  }

  .hero-two {
    height: 275px;
  }

  .hero-two-one._3.ebreichsdorf {
    background-position: 50% 30%;
  }
}

@media screen and (max-width: 991px) {
  .brix---header-menu-wrapper {
    border-top: 1px none var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    border-bottom: 1px none var(--elements-webflow-library--neutral--300\<deleted\|variable-37cef123\>);
    background-color: var(--beige);
    border-radius: 12px;
    padding: 20px 24px;
    left: auto;
    right: auto;
  }

  .brix---header-nav-menu-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .brix---header-nav-link {
    color: var(--primary);
  }

  .brix---header-nav-link:hover {
    background-color: var(--beige);
    color: var(--gelb-bg);
  }

  .brix---header-nav-link.w--current {
    color: var(--primary);
  }

  .brix---header-nav-link.w--current:hover {
    background-color: var(--beige);
  }

  .brix---header-nav-list-item {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item._2 {
    padding-left: 0;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top {
    background-color: var(--beige);
    width: 44px;
    height: 4px;
  }

  .brix---hamburger-menu-bar-bottom {
    background-color: var(--beige);
    width: 44px;
    height: 4px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---btn-primary-small {
    background-color: var(--gelb-bg);
  }

  .brix---btn-primary-small.green {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .brix---grid-header-top {
    grid-template-columns: 1.8fr 1fr;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-column-gap: 10px;
  }

  .brix---header-wrapper-v9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow-down {
    color: var(--primary);
  }

  .padding-section-left-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1.space-bot-top.mid {
    font-size: 50px;
  }

  .untertitel.white-and-space-down.unserestandorte {
    font-size: 18px;
  }

  .untertitel.mid.baden {
    font-size: 16px;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.space-bot, .h2.space-bot.baden {
    text-align: center;
    font-size: 42px;
  }

  .h2.white-space-bot {
    font-size: 42px;
  }

  .h2.white-space-bot.blau {
    color: var(--gelb-bg);
    font-size: 42px;
  }

  .h2.white-space-bot.blau.baden {
    text-align: center;
  }

  .icon-text-herausforderungen {
    display: block;
  }

  .icon-text-bilder-holder.grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
  }

  .brix---dropdown-wrapper-2 {
    color: var(--primary);
  }

  .brix---dropdown-toggle-2 {
    transition: all .3s, color .3s;
  }

  .brix---dropdown-card-2 {
    min-width: auto;
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
  }

  .brix---dropdown-card-2.w--open {
    position: static;
  }

  .brix---dropdown-pd-2 {
    padding: 20px 0 14px;
  }

  .brix---dropdown-card-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    padding-top: 0;
  }

  .brix---dropdown-card-wrapper.w--open {
    position: static;
    transform: none;
  }

  .header-holder-vert {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-form {
    font-size: 18px;
  }

  .bild-one.second.besondere-in-baden.gemeinschaftsraum2.hidepad, .bild-one.second.besondere-in-baden.m-dling.hidepad, .bild-one.second.besondere-in-baden.ebreichsdorf.hidev3, .bild-one.second.betreuungskosten.ebreichsdorf.hidepadv2, .bild-one.second.betreuungskosten.m-dlingv2.hidepad, .bild-one.second.betreuungskosten.badenv2 {
    display: none;
  }

  .bild-one.second.m-dling {
    background-position: 50%;
  }

  .bild-one.second.ebreichsdorf.hidepad, .bild-one.second.melk.hidepad, .bild-one.second.gutbetreut.hidepad, .bild-one.third.betreuungskosten.hidepad, .bild-one.third.juwel.hidepad, .bild-one.third.m-dling.hidepad, .bild-one.third.team.hidepad, .bild-one.baden-besondere.juwel.hidepad {
    display: none;
  }

  .bild-one.baden-besondere.ebreichsdorf {
    background-position: 50%;
  }

  .bild-one.baden-besondere.melk.hidepad, .bild-one.baden-besondere.hidepad, .bild-one.start.hidepad {
    display: none;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---testimonial-v3-image-wrapper {
    max-width: 310px;
  }

  .brix---card-content-testimonial-v3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .fotogalerie-first {
    height: 225px;
  }

  .fotogalerie-first._2 {
    margin-top: 0;
  }

  .fotogalerie-first._2.hidepad {
    display: none;
  }

  .fotogalerie-first._2.m-dling {
    margin-top: 20px;
  }

  .fotogalerie-first._1._7.hidepad, .fotogalerie-first._1.ebreichsdorf.hidepad {
    display: none;
  }

  .fotogalerie-first._3 {
    margin-top: 20px;
  }

  .fotogalerie-first._3.m-dling.hidepad {
    display: block;
  }

  .fotogalerie-first._3.melk {
    background-position: 40% 70%;
  }

  .fotogalerie-first._8.juwel.hidepad {
    display: none;
  }

  .fotogalerie-first._8.ebreichsdorf {
    margin-top: -20px;
  }

  .fotogalerie-first._8.melk.hidepad, .fotogalerie-first.m-dling.hidepad, .fotogalerie-first.m-dling3.hidepad {
    display: none;
  }

  .brix---accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brix---accordion-spacer {
    min-height: 12px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 10px;
    justify-content: flex-start;
    place-items: stretch center;
  }

  .brix---footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
  }

  .brix---grid-footer-v13 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-4 {
    color: var(--primary);
  }

  .text-block-4:hover {
    color: var(--gelb-bg);
  }

  .bild-eins.vier.hidepad, .bild-eins.f-nf.hidepad, .bild-eins.sieben.hidepad, .bild-eins.zehn.hidepad {
    display: none;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size-3 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-template-columns: 1fr 1fr;
  }

  .hero-section-leistungen {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .testimonials-info {
    grid-template-columns: 1fr;
  }

  .testimonial-block-self.alone {
    width: 100%;
  }

  .standorte-hero-baden.left {
    width: 225px;
    height: 170px;
    padding: 7px;
  }

  .hero-standorte-full-house {
    height: 450px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-hero-standorte.baden {
    font-size: 40px;
  }

  .hero-two {
    height: 175px;
  }

  .hero-two-one._5.melk {
    background-position: 50% 0;
    background-size: 450px;
  }

  ._1-2-grid {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .border-wrap {
    order: -9999;
  }

  .heading-contact-form {
    width: auto;
  }

  .danke-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-hero {
    width: 60%;
  }

  .brix---section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brix---hidden-desktop-2 {
    display: block;
    position: static;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    display: none;
    inset: auto auto -90px 39.5%;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    display: none;
    inset: auto 39.5% -90px auto;
  }

  .brix---slider-mask-testimonial-v3-2 {
    box-shadow: none;
    position: static;
  }

  .contact-left {
    width: 100%;
    height: 500px;
  }

  .logo-navbar {
    width: 40%;
  }

  .silberzeit_logo_vert.w--current {
    width: 100%;
  }

  .karriere-vorteile-text {
    text-align: center;
    font-size: 18px;
  }

  .asp-right {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .brix---header-menu-wrapper {
    width: 500px;
    left: auto;
    right: auto;
  }

  .brix---header-top-wrapper {
    padding-top: 0;
  }

  .brix---btn-primary-small {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    line-height: 1.2;
    display: flex;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---grid-header-top {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
  }

  .brix---top-header-right-col {
    order: -9999;
    justify-content: center;
  }

  .brix---top-header-left-col {
    justify-content: center;
  }

  .brix---social-media-grid-right---mbl-center {
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .brix---header-wrapper-v9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .link-block {
    width: 28px;
    height: 28px;
  }

  .header_holder_left {
    min-width: auto;
  }

  .h1.space-bot-top {
    font-size: 40px;
  }

  .untertitel.midv2 {
    color: var(--heading-colour);
  }

  .untertitel.midv2.karriere {
    color: var(--beige);
  }

  .h2 {
    font-size: 38px;
  }

  .h2.space-bot {
    text-align: center;
    font-size: 38px;
  }

  .h2.white-space-bot {
    font-size: 38px;
  }

  .heading-holder.faq {
    width: auto;
  }

  .icon-text-herausforderungen {
    display: block;
  }

  .vorteil-text {
    font-size: 15px;
  }

  .vorteil-text.start {
    font-size: 18px;
  }

  .titel-small-text.mid.beige {
    color: var(--primary);
  }

  .text-form {
    font-size: 16px;
  }

  .bild-one, .bild-one.gemeinschaftsraum {
    height: 200px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    max-width: 100%;
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
    grid-template-columns: 1.5fr;
  }

  .brix---card-content-testimonial-v3 {
    padding: 32px 32px 20px;
  }

  .fotogalerie-first._2.hero-v2-4.hidephone {
    display: none;
  }

  .fotogalerie-first._1.ebreichsdorf {
    background-position: 20%;
  }

  .fotogalerie-first._3.m-dling.hidepad {
    display: block;
  }

  .fotogalerie-first._6.ebreichsdorf {
    background-position: 20% 0;
  }

  .fotogalerie-first.hero-v2-5.hidephone {
    display: none;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---accordion-item-wrapper {
    padding: 40px 24px;
  }

  .brix---accordion-side {
    margin-right: 16px;
  }

  .brix---accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .brix---inner-container-856---center {
    max-width: none;
  }

  .brix---btn-circle-accordion-btn {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .brix---paragraph-default-3 {
    font-size: 20px;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .brix---social-media-grid-right---t-center.footer-socials {
    justify-content: flex-start;
    align-items: stretch;
  }

  .brix---footer-logo-wrapper-2 {
    width: 239px;
  }

  .brix---footer-list-item {
    margin-bottom: 10px;
  }

  .brix---footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-col-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 20px;
  }

  .brix---grid-footer-v13 {
    grid-template-columns: 1fr 1fr;
  }

  .bild-eins.acht.hidephone, .bild-eins.neun.hidephone {
    display: none;
  }

  .brix---heading-h3-size-3 {
    font-size: 18px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 68px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---text-300-medium {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-section-t-rkis-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonials-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .standorte-hero-baden.left {
    border-radius: 40px;
    width: 100%;
    height: 250px;
  }

  .standorte-hero-baden.first.top-right {
    justify-content: center;
    align-items: center;
  }

  .standorte-hero-baden.first.middle-part {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .standorte-hero-baden.first.top-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .standorte-hero-baden.first.bottom-right {
    justify-content: flex-start;
    align-items: center;
  }

  .standorte-hero-baden.first.bottom-right.hidepad, .standorte-hero-baden.first.bot-left {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-standort-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .hero-standorte-text-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form, .form.juwel {
    border-radius: 30px;
  }

  .hero-standorte-full-house {
    height: 400px;
  }

  .h1-hero-standorte.baden {
    font-size: 32px;
  }

  .hero-two {
    justify-content: space-between;
    height: 150px;
    display: flex;
  }

  .hero-two-one._2, .hero-two-one._3, .hero-two-one._4 {
    width: 100%;
  }

  .hero-two-one._5.hidepad, .hero-two-one._5.juwel.hidephone, .hero-two-one._5.m-dling.hidephone, .hero-two-one._5.melk.hidephone, .hero-two-one._5.karriere.hidephone {
    display: none;
  }

  .spacer-xs {
    height: 30px;
  }

  .h1-contact-step {
    color: var(--heading-colour);
    line-height: 1.3;
  }

  .h1-contact-step.gold {
    color: var(--heading-colour);
  }

  .contact-step-form-text {
    text-align: left;
    font-size: 17px;
  }

  .h1-danke {
    line-height: 1.3;
  }

  .untertitel-danke {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
  }

  .bild-hero {
    width: 65%;
  }

  .brix---section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brix---hidden-desktop-2 {
    position: static;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 36%;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 36%;
  }

  .contact-left {
    height: 350px;
  }

  .home-banner-image {
    display: flex;
  }

  .bg {
    display: none;
  }

  .silberzeit_logo_vert.w--current {
    width: 250px;
  }

  .impressum {
    word-break: normal;
    width: auto;
    font-size: 16px;
  }

  .vorteil-karriere-holder {
    grid-template-columns: 1fr 1fr;
  }

  .stelle {
    flex-flow: column;
  }

  .asp-holder {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-weight: 600;
  }

  h2 {
    font-size: 20px;
  }

  a {
    color: var(--primary);
    font-weight: 600;
    text-decoration: none;
  }

  .brix---container-default {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .brix---header-menu-wrapper {
    width: 100%;
  }

  .brix---header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .brix---header-top-wrapper {
    display: none;
  }

  .brix---btn-primary-small {
    text-align: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    text-align: left;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .brix---top-header-right-col {
    flex-direction: column;
  }

  .brix---social-media-grid-right---mbl-center {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .brix---mg-left-24px---mg-top-16px-mbp {
    margin-top: 16px;
    margin-left: 0;
  }

  .brix---header-content-wrapper-v9 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .padding-section-medium.mid, .padding-section-medium.mid.baden {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.t-rkis-mid.standorte {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-section-medium.beige-mid.baden, .padding-section-medium.baden {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-left-right, .padding-section-left-right.mid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .padding-section-left-right.contact-only {
    padding-left: 0;
    padding-right: 0;
  }

  .h1.space-bot-top {
    font-size: 34px;
  }

  .untertitel.white-and-space-down, .untertitel.white-and-space-down.unserestandorte, .untertitel.topspace {
    font-size: 16px;
  }

  .untertitel.mid.baden {
    font-size: 10px;
    display: none;
  }

  .untertitel.midv2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .untertitel.zwei {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
  }

  .button-wrapper._24px.karriere {
    margin-top: 16px;
  }

  .h2 {
    text-align: center;
    font-size: 30px;
  }

  .h2.space-bot, .h2.space-bot.baden {
    font-size: 30px;
  }

  .h2.white-space-bot {
    text-align: center;
    font-size: 30px;
  }

  .h2.white-space-bot.orange {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
  }

  .h2.white-space-bot.blau {
    font-size: 26px;
  }

  .h2.white-space-bot.blau.baden {
    text-align: center;
    font-size: 30px;
  }

  .icon {
    width: 24px;
    height: 24px;
  }

  .icon-text-herausforderungen {
    display: block;
  }

  .vorteil-text.start {
    font-size: 16px;
  }

  .icon-text-bilder-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 16px;
  }

  .icon-text-bilder-holder.grid {
    grid-template-columns: 1fr;
  }

  .titel-small-text.orange {
    text-align: center;
  }

  .titel-small-text.mid {
    margin-bottom: 12px;
  }

  .titel-small-text.mid.beige {
    color: var(--primary);
  }

  .brix---dropdown-card-wrapper {
    padding-left: 12px;
  }

  .cta-button-main {
    font-size: 16px;
    line-height: 16px;
  }

  .navbar-holder {
    width: 10080%;
  }

  .welle-t-rkis-top {
    margin-top: -1px;
  }

  .header-holder-vert {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-form._500 {
    font-size: 15px;
  }

  .bild-holder {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .bild-one {
    border-radius: 7px;
    height: 150px;
  }

  .bild-one.second.besondere-in-baden.melk {
    background-position: 80%;
    background-size: 400px;
  }

  .bild-one.second.besondere-in-baden.new {
    background-size: cover;
  }

  .bild-one.second.m-dling {
    background-position: 65%;
  }

  .bild-one.third.baden-besondere-2 {
    background-position: 70%;
    background-size: 300px;
  }

  .bild-one.third.baden-besondere-2.melk {
    background-position: 90% 70%;
    background-size: 250px;
  }

  .bild-one.gemeinschaftsraum, .bild-one.betreuungskosten {
    height: 150px;
  }

  .bild-one.baden-besondere.juwel {
    background-position: 0%;
  }

  .bild-one.baden-besondere.m-dling {
    background-position: 60%;
  }

  .bild-one.baden-besondere.ebreichsdorf {
    background-position: 50%;
  }

  .bild-one.melk {
    background-position: 60%;
  }

  .welle-gelb-top._180 {
    margin-bottom: -1px;
  }

  .welle-gelb-top.welle-botfrag {
    margin-top: -1px;
  }

  .vorteile-holder {
    grid-column-gap: 20px;
    flex-flow: column;
    margin-top: 1rem;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 3px;
  }

  .brix---mg-bottom-40px {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
  }

  .brix---testimonial-v3-image-wrapper {
    border-top-right-radius: 24px;
    border-bottom-left-radius: 0;
    height: 259px;
    padding-top: 0;
  }

  .brix---paragraph-default {
    font-size: 15px;
    line-height: 1.5;
  }

  .brix---paragraph-default.karriere {
    font-size: 16px;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .brix---card-testimonial-v3 {
    flex-direction: column;
  }

  .brix---card-content-testimonial-v3 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fotogalerie-holder.first {
    margin-top: 1rem;
  }

  .fotogalerie-first {
    border-radius: 7px;
    height: 175px;
  }

  .fotogalerie-first._2._4.hidephone, .fotogalerie-first._2.juwel.hidephone {
    display: none;
  }

  .fotogalerie-first._2.m-dling {
    margin-top: 0;
  }

  .fotogalerie-first._2.ebreichsdorf.hidephone, .fotogalerie-first._2.melk.hidephone {
    display: none;
  }

  .fotogalerie-first._1._5 {
    border-radius: 7px;
  }

  .fotogalerie-first._1._7.juwel.hidephone, .fotogalerie-first._1._7.ebreichsdorf.hidephone, .fotogalerie-first._1._7.melk.hidephone, .fotogalerie-first._1.hero.hidephone, .fotogalerie-first._3.m-dling.hidepad {
    display: none;
  }

  .fotogalerie-first._3.melk {
    background-position: 15%;
  }

  .fotogalerie-first._6 {
    border-radius: 7px;
  }

  .fotogalerie-first._6.ebreichsdorf {
    background-position: 40%;
  }

  .fotogalerie-first._8 {
    display: none;
  }

  .fotogalerie-first._8.ebreichsdorf {
    display: block;
  }

  .fotogalerie-first.m-dling2.phone {
    margin-top: 20px;
  }

  .fotogalerie-first.melk {
    background-size: 300px;
  }

  .fotogalerie-first.hero-v2.hidephone {
    display: none;
  }

  .welle-dark._180 {
    margin-top: 0;
    margin-bottom: -1px;
  }

  .welle-dark.pink {
    margin-top: -1px;
  }

  .brix---mg-bottom-16px-2 {
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .brix---container-default-4, .brix---accordion-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---accordion-title {
    font-size: 16px;
    line-height: 1.3;
  }

  .brix---paragraph-default-2 {
    font-size: 15px;
    line-height: 1.5;
  }

  .brix---inner-container-856---center {
    margin-left: -20px;
    margin-right: -20px;
  }

  .brix---btn-circle-accordion-btn {
    width: 22px;
    min-width: 22px;
    height: 22px;
    min-height: 22px;
    padding-right: 0;
  }

  .brix---accordion-btn-vertical-line, .brix---accordion-btn-horizontal-line {
    width: 13px;
    height: 2.5px;
  }

  .brix---paragraph-default-3 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }

  .brix---social-media-grid-right---t-center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .brix---social-media-grid-right---t-center.footer-socials {
    justify-content: center;
    align-items: stretch;
  }

  .brix---footer-logo-wrapper-2 {
    display: flex;
  }

  .brix---footer-list-wrapper {
    text-align: center;
  }

  .brix---footer-list-item {
    margin-bottom: 8px;
  }

  .brix---footer-link-2 {
    font-size: 18px;
    line-height: 1.4;
  }

  .brix---footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---footer-col-title {
    text-align: center;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 18px;
  }

  .brix---grid-footer-v13 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .bild-eins {
    width: 90px;
    height: 125px;
  }

  .bild-eins.six.hidephone-v2 {
    display: none;
  }

  .bild-collage-holder {
    margin-top: 1.5rem;
  }

  .brix---mg-bottom-24px-2 {
    margin-bottom: 16px;
  }

  .brix---heading-h3-size-3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---grid-3-columns-gap-row-64px {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }

  .brix---avatar-image-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .leistungen-header {
    font-size: 24px;
    line-height: 1.3;
  }

  .testimonials-info {
    margin-top: 1rem;
  }

  .testimonial-text {
    font-size: 14px;
  }

  .testimonail-profil-p {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

  .testimonail-profil-p._4 {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .foto-collage {
    width: 100%;
  }

  .standorte-hero-baden.left {
    height: 175px;
  }

  .hero-standort-holder {
    display: flex;
  }

  .hero-standorte-text-holder {
    flex-flow: column;
    display: flex;
  }

  .hero-standorte-full-house {
    background-position: 100% 100%;
    height: 300px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-standorte-full-house.karriere {
    padding-left: 12px;
    padding-right: 12px;
  }

  .h1-hero-standorte.baden {
    font-size: 24px;
  }

  .h1-hero-standorte.baden.karriere {
    font-size: 22px;
    line-height: 1.3;
  }

  .hero-bg-standorte {
    width: 80%;
    padding: 5px 0;
  }

  .hero-bg-standorte.auto {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-bg-standorte.karriere {
    width: 85%;
    padding-left: 3px;
    padding-right: 3px;
  }

  .hero-two {
    height: 125px;
  }

  .hero-two-one._2.m-dling.hidephone, .hero-two-one._3.hidephone, .hero-two-one._4.ebreichsdorf.hidephone, .hero-two-one._4.karriere.hidephone {
    display: none;
  }

  .button-text-new {
    font-size: 16px;
  }

  ._1-2-grid._75-space {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .input-label {
    font-size: 16px;
  }

  .flex-row-outer {
    flex-flow: column;
    align-items: stretch;
  }

  .border-wrap {
    width: 100%;
    min-width: 100%;
    padding: 20px 16px;
  }

  .button.in-form {
    font-size: 18px;
  }

  .input {
    font-size: 16px;
  }

  .h1-contact-step {
    font-size: 30px;
  }

  .h1-contact-step.gold._2 {
    font-size: 27px;
  }

  .heading-contact-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-step-form-text {
    font-size: 15px;
  }

  .danke {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .h1-danke {
    font-size: 24px;
    line-height: 1.4;
  }

  .untertitel-danke {
    margin-bottom: 24px;
    font-size: 16px;
  }

  .form_input.is-select-input {
    font-size: 16px;
  }

  .bild-hero {
    width: 100%;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .brix---hidden-desktop-2 {
    margin-top: 0;
    display: none;
    position: relative;
  }

  .brix---slider-wrapper-2 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    z-index: 6;
    border-color: var(--secondary);
    background-color: var(--primary);
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding-top: 5px;
    display: flex;
    inset: -3% 17% auto auto;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    z-index: 6;
    background-color: var(--primary);
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding-top: 5px;
    display: flex;
    inset: -3% 3% auto auto;
  }

  .contact-left {
    height: 200px;
    margin-left: 20px;
    margin-right: 20px;
    display: none;
  }

  .name-testimonial {
    font-size: 22px;
  }

  .logo-navbar {
    width: 200%;
  }

  .silberzeit_logo {
    width: auto;
  }

  .code-embed-2 {
    width: 22px;
    color: var(--beige);
    justify-content: center;
    align-items: center;
    display: block;
  }

  .code-embed-2._1 {
    width: 22px;
    margin-top: 0;
    display: block;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .impressum {
    word-break: normal;
    width: 100%;
    min-width: 300px;
    font-size: 16px;
    line-height: 1.4;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .vorteil-karriere-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .karriere-vorteil-holder, .karriere-vorteil-holder.beige {
    border-radius: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .karriere-vorteil-holder.beige.last {
    border-bottom-right-radius: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .karriere-vorteil-holder.beige.firshpone {
    border-top-left-radius: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .karriere-vorteil-holder.t-rkis {
    padding-left: 10px;
    padding-right: 10px;
  }

  .karriere-vorteil-holder.t-rkis.secondphone {
    border-radius: 0 12px 0 0;
  }

  .karriere-vorteil-holder.highlighted {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .karriere-vorteile-text {
    font-size: 16px;
  }

  .karriere-block {
    margin-top: 0;
  }

  .stelle-holder {
    width: 320px;
    padding: 20px 12px;
  }

  .stellen-bild, .stellen-bild.karriere {
    height: 200px;
  }

  .standort-text-karriere {
    font-size: 16px;
  }

  .standort-vert {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .h3-new {
    font-size: 24px;
  }

  .karriere-icon {
    width: 24px;
    height: 24px;
  }

  .karriere-button {
    font-size: 16px;
  }

  .asp-bild {
    background-position: 70% 30%;
    width: 100%;
    height: 325px;
  }
}

#w-node-_7e218066-f453-3219-8eb8-ccd77d2191aa-7d2191a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e218066-f453-3219-8eb8-ccd77d2191b2-7d2191a3, #w-node-_7e218066-f453-3219-8eb8-ccd77d2191b4-7d2191a3 {
  align-self: center;
}

#w-node-_1c30a1e6-af2f-2bb6-7636-9775fb3d752f-fb3d752b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c30a1e6-af2f-2bb6-7636-9775fb3d753c-fb3d752b, #w-node-_1c30a1e6-af2f-2bb6-7636-9775fb3d753e-fb3d752b {
  align-self: center;
}

#w-node-_8b41837e-01be-0fa1-da39-e8aa845308db-fb3d752b, #w-node-_8b41837e-01be-0fa1-da39-e8aa845308df-fb3d752b, #w-node-_8b41837e-01be-0fa1-da39-e8aa845308e3-fb3d752b, #w-node-_8b41837e-01be-0fa1-da39-e8aa845308e7-fb3d752b, #w-node-_8b41837e-01be-0fa1-da39-e8aa845308eb-fb3d752b, #w-node-a5296f28-4603-5ae2-6997-04299dc6ea41-23a4c776, #w-node-a93038c9-f750-97d5-0790-43fabac2dc72-0d6a2021 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7e218066-f453-3219-8eb8-ccd77d2191a9-7d2191a3 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7e218066-f453-3219-8eb8-ccd77d2191a9-7d2191a3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_1c30a1e6-af2f-2bb6-7636-9775fb3d7539-fb3d752b {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_761635b5-3adf-02d8-a9f8-6eb9e83da8b0-ecf77dfd {
    order: 9999;
  }

  #w-node-_287933ba-368d-6c64-c8a4-8d94871f99ef-ecf77dfd, #w-node-acdc8e49-6588-e8e5-45b6-44010081d9ec-ecf77dfd {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a8d5a318-d441-96b4-a00e-433d66151598-7166d2bd {
    order: 2;
  }

  #w-node-_5b2dd9e7-bbe6-cba1-c66b-237500ffc065-7166d2bd {
    order: -9999;
  }

  #w-node-bc3fb8d2-1b77-c1a0-3160-4ffa657f5ffa-7166d2bd {
    order: 2;
  }

  #w-node-d1c25b45-bad7-b448-84eb-7a8289056b18-7166d2bd {
    order: 9999;
  }

  #w-node-_03736c01-e666-64f5-71d2-99e512584261-7166d2bd {
    order: 2;
  }

  #w-node-ecbadd71-c3a1-f174-5f7d-6475bafbfb17-7166d2bd {
    order: -9999;
  }

  #w-node-_54716b03-6d11-f6b5-024d-7f5ba5d71777-7166d2bd {
    order: 2;
  }
}


