:root {
  --background: #effafb;
  --dark-slate-blue: #10405b;
  --primary: #ea7600;
  --white: white;
  --khaki: #eed96c;
  --shadow: #5eccd333;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background);
  color: var(--dark-slate-blue);
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 700;
  line-height: 130%;
}

h3 {
  color: #10405b;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  margin-bottom: 24px;
}

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

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

blockquote {
  border-left: 6px solid var(--primary);
  color: var(--dark-slate-blue);
  text-align: left;
  margin-bottom: 10px;
  padding: 0 20px 0 40px;
  font-size: 24px;
  line-height: 150%;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.page {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.page.overflow-visible {
  overflow: visible;
}

.section {
  flex: 1;
  padding: 140px 5%;
}

.section.gradient-first-section {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/DSC05290-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.white-bottom-gradient {
  background-image: linear-gradient(to top, var(--white) 11%, #ffffff4d 72%, #fff0);
}

.section.white-section {
  background-color: var(--white);
  background-image: linear-gradient(#10405b, #000);
}

.section.white-section.standort {
  background-image: linear-gradient(#000, #10405b);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
}

.section.white-section.vorteile {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.white-section.braunschweig {
  flex: 1;
  margin-top: 140px;
}

.section.top-radial-gradient {
  background-image: radial-gradient(circle farthest-corner at 50% 20%, var(--white), #fff0);
  margin-top: 30px;
  padding-top: 100px;
}

.section.top-gradient-section {
  background-image: linear-gradient(#f5f5ff, #f5f5ff);
  overflow: hidden;
}

.section.top-gradient-section._123 {
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.section.cta-section {
  z-index: 2;
  color: #10405b00;
  background-color: #f5f5ff;
  background-image: linear-gradient(#10405b00 70%, #10405b 70%, #10405b);
  padding-top: 0;
  padding-bottom: 90px;
  position: relative;
}

.section.footer {
  color: var(--white);
  background-color: #10405b;
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.section.listing-hero-section {
  background-image: linear-gradient(#5eccd300, #5eccd333);
  padding-top: 180px;
  padding-bottom: 0;
}

.section.top {
  padding-top: 220px;
}

.section.property-hero-section {
  color: var(--white);
  text-align: center;
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
}

.section.property-main-section {
  padding-top: 0;
}

.section.location-hero-section {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 200px;
  position: relative;
}

.section.about-hero-section {
  color: var(--white);
  background-image: linear-gradient(#10405bb3, #10405bb3), url('../images/Rectangle-174-min.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 100px;
  padding-top: 200px;
  padding-bottom: 200px;
}

.section.founder-section {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.partner-section {
  padding-bottom: 260px;
}

.section.sg-hero-section {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  padding-bottom: 60px;
}

.section.contact-hero-section {
  background-image: linear-gradient(#5eccd300, #5eccd333);
  padding-top: 180px;
  padding-bottom: 200px;
  overflow: hidden;
}

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.centered {
  text-align: center;
  align-items: center;
}

.container.centered.blog {
  text-align: left;
}

.home-hero-wrapper {
  z-index: 2;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.home-hero-left {
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 55%;
  margin-left: 0;
  margin-right: 5%;
  padding: 60px 0;
  display: flex;
}

.text-primary-color {
  color: #fff;
}

.opacity-subtitle {
  opacity: .5;
  color: #000;
  text-align: justify;
  max-width: 700px;
  margin-bottom: 50px;
}

.opacity-subtitle.l {
  opacity: .77;
  color: #fff;
  max-width: none;
  margin-bottom: 60px;
  font-size: 21px;
}

.opacity-subtitle.l.ss {
  margin-top: 26px;
}

.opacity-subtitle.kleiner {
  opacity: .96;
  color: #fff;
  font-size: 22px;
}

.opacity-subtitle.kleiner.braunschweig, .opacity-subtitle.kleiner._22 {
  color: #000;
}

.properties-filter-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.home-hero-img-wrapper {
  background-color: #10405b80;
  border-radius: 60px;
  flex: none;
  width: 80%;
  height: 80%;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}

.home-hero-img-wrapper.small {
  width: 70%;
  height: 60%;
  margin-right: 0;
}

.home-hero-img {
  opacity: .8;
  object-fit: cover;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  transform: translate(0);
}

.home-hero-numbers {
  z-index: 3;
  background-color: var(--white);
  border-radius: 30px;
  margin-right: -200px;
  padding: 30px 8%;
  display: flex;
  position: relative;
  box-shadow: 0 30px 60px #5eccd333;
}

.home-hero-number-item {
  flex: 1;
}

.number {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}

.number-caption {
  opacity: .5;
  font-size: 14px;
  line-height: 130%;
}

.vertical-divider {
  background-color: #5eccd333;
  flex: none;
  width: 1px;
  margin-left: 30px;
  margin-right: 30px;
}

.header {
  z-index: 100;
  background-color: #fff0;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.header-logo {
  padding-left: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-link {
  color: var(--white);
  border-bottom: 2px solid #0000;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  margin-left: 40px;
  padding: 3px 0;
  font-size: 18px;
  line-height: 130%;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.header-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.header-link.w--current {
  border-bottom-color: var(--khaki);
  color: var(--primary);
  cursor: default;
}

.header-link._1 {
  color: var(--white);
  display: block;
}

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

.header-link.presse {
  display: none;
}

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

.button {
  background-color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button:hover {
  text-decoration: none;
  transform: scale(.95);
}

.button.header-button {
  background-color: #ea7600;
  min-height: 50px;
  margin-left: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.button.header-button.anfragen {
  background-color: #ea7600;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: block;
}

.button.header-button.anfragen.mitlaufend {
  z-index: 2;
  position: fixed;
  inset: auto 3% 3% auto;
}

.button.header-button.artiekl.w--current {
  background-color: #ea7600;
  margin-left: 0;
}

.button.header-button.blog {
  display: none;
}

.button.header-button._12312 {
  margin-left: 0;
}

.button.secondary-button {
  background-color: var(--white);
  color: #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button.secondary-button-overlay {
  background-color: var(--white);
  color: #10405b80;
  border: 2px solid #10405b80;
  border-radius: 16px;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 10px 15px -7px #10405b1a;
}

.button.yellow-button {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
}

.button.filter-button {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
  min-height: 50px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.home-map-wrapper {
  margin-top: 40px;
  margin-bottom: -80px;
  position: relative;
}

.map-point-wrapper {
  color: var(--dark-slate-blue);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.map-point-wrapper:hover {
  z-index: 2;
}

.map-point-wrapper._1 {
  top: 35%;
  left: 7%;
}

.map-point-wrapper._2 {
  top: 20%;
  left: 20%;
}

.map-point-wrapper._3 {
  top: 25%;
  left: 5%;
}

.map-point-wrapper._4 {
  top: 12%;
  left: 43%;
}

.map-point-wrapper._5 {
  top: 23%;
  left: 81%;
}

.map-point.hover {
  opacity: 0;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.map-point.hover:hover {
  opacity: 1;
}

.map-point-tooltip {
  z-index: 2;
  background-color: var(--white);
  border-radius: 10px;
  width: 120px;
  padding: 5px 15px;
  position: absolute;
  inset: -40px auto auto 50%;
  transform: translate(-50%);
  box-shadow: 0 8px 10px #5eccd333;
}

.home-locations-block {
  z-index: 2;
  width: 100%;
  position: relative;
}

.locations-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.loactions-list-item {
  width: 33.33%;
  padding: 20px;
}

.location-link {
  color: var(--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding-top: 60%;
  text-decoration: none;
  display: block;
  position: relative;
}

.location-link-overlay {
  background-image: linear-gradient(#10405b1a, #10405bb3);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.location-link-overlay-text {
  z-index: 20;
  font-size: 30px;
  line-height: 110%;
  position: relative;
}

.location-link-hover {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #5eccd34d;
  border-radius: 30px;
  position: absolute;
  inset: 0%;
}

.locations-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white) 23%, #ffffffed 36%, #ffffffd9 49%, #ffffffab 64%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 150px;
  margin-top: -120px;
  display: flex;
  position: relative;
}

.grid-2-col {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-2-col.braunschweig {
  grid-column-gap: 80px;
  margin-top: 50px;
}

.grid-2-col.braunschweig._222 {
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start stretch;
  width: 100%;
  margin-top: 80px;
}

.grid-2-col.brraungf {
  grid-column-gap: 80px;
  max-width: 1500px;
  margin-top: 50px;
  margin-bottom: 120px;
}

.grid-image-wrapper {
  position: relative;
}

.grid-image {
  z-index: 2;
  border-radius: 40px;
  position: relative;
}

.grid-image-bg {
  background-color: #5eccd31a;
  border-radius: 40px;
  position: absolute;
  inset: -40px 40px 40px -40px;
}

.why-image-el {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#ff910080, #5eccd31a);
  border-radius: 70px;
  width: 40%;
  height: 70%;
  position: absolute;
  inset: auto 5% -40% auto;
}

.why-image-el.small {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #5eccd34d;
  border-radius: 30px;
  width: 100px;
  height: 100px;
  bottom: 26%;
  right: 53%;
}

.grid-content-wrapper {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.preheader {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  margin: 20px 0 40px;
  padding: 10px 14px;
  font-size: 22px;
  line-height: 140%;
  display: flex;
}

.text-highlighted-yellow {
  background-image: linear-gradient(to bottom, #eed96c00, #eed96c00 60%, var(--khaki) 60%, #eed96c 80%);
}

.text-highlighted-yellow.slide-in-bottom {
  background-image: none;
  font-size: 40px;
}

.text-highlighted-yellow.slide-in-bottom.braunschweig {
  color: #fff;
}

.text-highlighted-yellow.nur-bei-uns {
  color: #fff;
  background-image: none;
}

.check-list-item {
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 10px;
  padding-left: 36px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.border-button {
  border: 2px solid var(--dark-slate-blue);
  color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.border-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.border-button.primary-color {
  border-color: var(--primary);
  color: var(--primary);
}

.property-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-tab-link {
  opacity: .5;
  color: var(--dark-slate-blue);
  background-color: #fff0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.property-tab-link:hover {
  background-color: #fff;
  text-decoration: none;
}

.property-tab-link.w--current {
  background-color: var(--white);
  opacity: 1;
  cursor: default;
  box-shadow: 0 10px 10px -5px #10405b1a;
}

.property-types-menu {
  background-color: #5eccd333;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  display: flex;
}

.property-types-menu.full-color {
  background-color: #5eccd3;
  margin-bottom: 20px;
}

.property-tabs-link-icon {
  margin-right: 7px;
}

.property-tab-pane {
  margin-top: 40px;
}

.agents-list-wrapper {
  width: 100%;
}

.agents-list {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.agent-list-item {
  width: 33.33%;
  margin-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.agent-list-card {
  color: var(--dark-slate-blue);
  background-color: #5eccd300;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.agent-list-card:hover {
  background-color: #5eccd326;
  text-decoration: none;
}

.agent-photo-small {
  border: 10px solid var(--white);
  object-fit: cover;
  border-radius: 40px;
  width: 160px;
  height: 160px;
  margin-bottom: 24px;
  box-shadow: 0 20px 30px -5px #10405b33;
}

.agent-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.agent-position {
  opacity: .5;
  color: var(--dark-slate-blue);
  font-size: 14px;
  line-height: 130%;
}

.agent-quote {
  text-align: center;
  border-left-style: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0;
}

.listings-wrapper {
  align-self: stretch;
  margin-left: -10px;
  margin-right: -10px;
}

.listings-wrapper.home {
  margin-bottom: -30px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 90px;
  display: flex;
}

.listing-item {
  width: 33.33%;
  padding: 10px;
}

.listing-card {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: left;
  border-radius: 20px;
  flex-direction: column;
  height: 100%;
  padding: 10px 10px 20px;
  text-decoration: none;
  transition: transform .8s cubic-bezier(.23, 1, .32, 1), box-shadow .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 30px 40px -20px #5eccd380;
}

.listing-card:hover {
  text-decoration: none;
  transform: translate(0, 5px);
  box-shadow: 0 15px 30px -15px #5eccd380;
}

.listing-card-img-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  height: 240px;
  margin-bottom: 36px;
  position: relative;
}

.listing-card-img-overlay {
  background-image: linear-gradient(#10405b00, #10405b80);
  border-radius: 16px;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute;
  inset: 0%;
}

.listing-card-img-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.featured-tag {
  background-color: var(--khaki);
  color: var(--dark-slate-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-right: 10px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.purpose-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.listing-card-price {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 5px 16px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: auto auto -22px 12px;
  box-shadow: 0 10px 20px -6px #5eccd380;
}

.listing-card-content {
  flex-direction: column;
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.listing-card-name {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 120%;
}

.listing-card-location {
  color: #10405b80;
  background-image: url('../images/location-grey.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 24px;
  padding-left: 18px;
  font-size: 14px;
  line-height: 130%;
}

.listing-card-info-block {
  align-items: center;
  margin-top: auto;
  margin-right: -28px;
  font-size: 14px;
  line-height: 120%;
  display: flex;
}

.listing-card-info-item {
  opacity: .5;
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.listing-info-icon {
  margin-right: 12px;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  flex-wrap: wrap;
  width: 50%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

.hidden {
  display: none;
}

.testimonial-slider-arrow {
  float: left;
  opacity: .5;
  background-color: #ff6600b3;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 18px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  display: inline-block;
  position: static;
  box-shadow: 0 20px 30px -15px #5eccd34d;
}

.testimonial-slider-arrow:hover {
  opacity: 1;
}

.testimonial-slider-arrow.right {
  background-image: url('../images/right-arr.svg');
}

.testimonial-slider-arrow.right.braunschweig, .testimonial-slider-arrow.braunscwehig {
  background-color: #ffffffb3;
}

.testimonial-slide {
  flex: none;
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  margin-bottom: 36px;
  margin-left: -10px;
  overflow: visible;
}

.testimonial-card {
  background-image: url('../images/DSC05198-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 40px;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 30px #5eccd333;
}

.testimonial-card._2 {
  background-image: url('../images/DSC05248-Kopie.jpg');
  display: block;
}

.testimonial-card._3 {
  background-image: url('../images/DSC05290-Kopie.jpg');
  background-size: cover;
}

.testimonial-card._4 {
  background-image: url('../images/DSC00681.jpg');
}

.testimonial-card._5 {
  background-image: url('../images/DSC00698.jpg');
}

.testimonial-message {
  color: #10405b00;
  border-left-style: none;
  margin-bottom: 40px;
  padding: 0;
  font-size: 24px;
  display: block;
}

.testimonial-author {
  align-items: center;
  margin-top: auto;
  display: flex;
}

.testimonial-photo {
  border-radius: 20px;
  margin-right: 18px;
}

.testimonial-author-name {
  color: #fff;
  font-size: 18px;
  line-height: 130%;
}

.testimonial-author-location {
  opacity: .5;
  color: #10405b00;
  font-size: 14px;
  line-height: 130%;
}

.cta-block {
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(270deg, #10405b, #10405bcc 55%, #10405b), url('../images/CTA-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 100px -20px #ffffff45;
}

.cta-form {
  flex-direction: column;
  align-items: center;
  max-width: 530px;
  display: flex;
  position: relative;
}

.phone-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/email.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.phone-field:hover {
  opacity: .9;
}

.phone-field::placeholder {
  color: #10405b80;
}

.phone-field.blue {
  background-color: #5eccd30d;
}

.cta-form-button {
  background-color: var(--dark-slate-blue);
  background-image: url('../images/white-arr-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 60px;
  height: 60px;
  transition: background-position .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: auto 20px -30px auto;
  box-shadow: 0 15px 30px -5px #10405b4d;
}

.cta-form-button:hover {
  background-position: 60%;
}

.cta-field-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  position: relative;
}

.success-message {
  background-color: #0000;
  font-size: 24px;
}

.cta-form-error {
  color: var(--white);
  background-color: #bb245e80;
  border-radius: 15px;
  width: 100%;
  margin-top: 35px;
  font-size: 16px;
  position: absolute;
}

.cta-form-block {
  position: relative;
}

.footer-main {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.footer-left-col {
  max-width: 300px;
}

.logo-img {
  background-color: #fff0;
  border-radius: 10px;
  padding: 20px;
}

.logo-img._22 {
  background-color: #fff0;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-social-links {
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.social-link {
  opacity: .5;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .4s;
}

.social-link:hover {
  opacity: 1;
}

.footer-links {
  display: flex;
}

.footer-links-col {
  min-width: 160px;
  margin-left: 60px;
}

.footer-heading {
  opacity: .5;
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
}

.footer-menu-link {
  color: var(--white);
  margin-bottom: 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.footer-menu-link:hover {
  color: var(--khaki);
  text-decoration: none;
}

.footer-bottom {
  color: #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-copyright {
  margin-right: 40px;
}

.white-link {
  color: var(--white);
  text-decoration: none;
  transition: color .4s;
}

.white-link:hover {
  color: var(--khaki);
  text-decoration: none;
}

.property-types-menu-wrapper {
  display: flex;
}

.filter-form-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  flex: 1;
  margin-bottom: 0;
  padding: 40px;
}

.filter-dropdown {
  z-index: 1;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 20px;
  display: block;
}

.filter-dropdown-toggle {
  background-color: var(--background);
  color: #10405b80;
  border-radius: 20px;
  align-items: center;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-toggle:hover {
  background-color: #5eccd380;
}

.filter-dropdown-arrow {
  position: absolute;
  inset: 22px 20px auto auto;
}

.filter-dropdown-icon {
  opacity: .5;
  margin-right: 12px;
}

.filter-dropdown-list {
  z-index: 3;
  background-color: var(--background);
  border-radius: 20px;
  display: block;
  inset: 55px 0% auto;
  box-shadow: 0 20px 40px -12px #10405b33;
}

.filter-dropdown-list-inner {
  color: var(--dark-slate-blue);
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

.filter-dropdown-item {
  cursor: pointer;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 2px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.filter-dropdown-item:hover {
  background-color: #ffffffb3;
}

.filter-checkbox {
  background-color: var(--white);
  border-width: 2px;
  border-color: #10405b1a;
  border-radius: 7px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-width .3s;
}

.filter-checkbox:hover {
  border-color: #10405b4d;
}

.filter-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--primary);
  background-color: var(--primary);
  background-size: 14px;
}

.filter-checkbox.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
  border-color: #10405b4d;
}

.filter-form {
  justify-content: flex-start;
  align-items: center;
}

.filter-price-wrapper {
  flex: 1;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.rangeslider-track {
  background-color: #10405b80;
  border-radius: 3px;
  height: 6px;
  position: relative;
}

.rangeslider-handle {
  z-index: 2;
  border: 6px solid var(--primary);
  background-color: var(--white);
  cursor: grab;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
}

.rangeslider-handle:focus {
  background-color: var(--primary);
}

.rangeslider-fill {
  background-color: var(--primary);
  width: 20%;
  height: 100%;
  position: absolute;
}

.range-value-wrap {
  color: #10405b80;
  text-align: center;
  align-items: center;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% -34px -50%;
}

.listing-hero-inner {
  flex-direction: column;
  flex: none;
  justify-content: center;
  max-width: 1000px;
  margin-right: 5%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.filter-price-input {
  display: none;
}

.property-hero-bg {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.div-block {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.property-hero-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.property-type-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-transform: capitalize;
  background-color: #fff3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  box-shadow: 0 5px 20px #10405b1a;
}

.property-type-text {
  margin-right: 5px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.property-location {
  background-image: url('../images/Vector.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 30px;
  font-size: 22px;
}

.property-description-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-right: 4%;
}

.property-description-card {
  background-color: var(--white);
  box-shadow: 0 30px 60px -5px var(--shadow);
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  width: 100%;
  margin-top: -70px;
  margin-bottom: 100px;
  padding: 40px 40px 45px;
  display: flex;
  position: relative;
}

.description-card-top {
  align-items: flex-end;
  display: flex;
}

.prise-text {
  color: var(--primary);
  margin-right: 3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.description-show-more-overlay {
  z-index: 2;
  background-image: linear-gradient(to top, var(--white) 24%, #ffffffed 50%, #ffffffd9 66%, #ffffffab 81%, #fff0);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 120px;
  margin-top: -120px;
  display: flex;
  position: absolute;
  inset: auto 40px 30px;
}

.property-info-block {
  z-index: 3;
  background-color: #5eccd31a;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 30px 5%;
  display: flex;
}

.heading-32px {
  font-size: 32px;
}

.property-info-inner {
  color: #10405b80;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.property-info-icon-wrapper {
  color: #10405b;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.property-icon {
  margin-right: 10px;
}

.property-id {
  color: #10405b80;
  margin-left: 5px;
  font-size: 14px;
  line-height: 100%;
}

.property-price-wrapper {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.period-text {
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 100%;
}

.agent-card {
  box-shadow: 0 30px 60px -5px var(--shadow);
  background-color: #5eccd333;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 31%;
  margin-top: 60px;
  padding: 60px 40px;
  font-size: 18px;
  display: flex;
  position: sticky;
  top: 120px;
}

.arent-image {
  border: 10px solid #fff;
  border-radius: 40px;
  margin-bottom: 15px;
  box-shadow: 0 15px 30px #162d3a1a;
}

.arent-image.contact-block {
  object-fit: cover;
  width: 140px;
  height: 140px;
  margin-top: -70px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.description-rich-text {
  width: 100%;
}

.description-text-wrapper {
  width: 100%;
  overflow: hidden;
}

.features-rich-text {
  margin-bottom: 100px;
}

.features-rich-text ul {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  display: grid;
}

.features-rich-text li {
  background-color: var(--white);
  box-shadow: 0 4px 4px 0 var(--shadow);
  background-image: url('../images/chechbox.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  padding: 15px 15px 15px 60px;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
}

.property-id-wrap {
  color: #10405b80;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.property-address {
  color: #10405b80;
  font-size: 14px;
  line-height: 100%;
}

.property-map-block {
  max-width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.property-gallery-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.property-gallery {
  width: 100%;
  margin-top: 20px;
}

.property-gallery-item {
  border-radius: 20px;
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.property-gallery-thumbnail-img {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay {
  opacity: 0;
  background-color: #10405bb3;
  background-image: url('../images/Zoom.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  transition: opacity .4s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.property-gallery-item-overlay:hover {
  opacity: 1;
}

.property-contact-agent {
  width: 100%;
  padding-top: 100px;
}

.form-fields-wrap {
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.form-field-wrap {
  padding: 10px;
}

.name-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/name.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.name-field:hover {
  opacity: .9;
}

.name-field::placeholder {
  color: #10405b80;
}

.name-field.blue {
  background-color: #5eccd30d;
}

.email-field {
  color: var(--dark-slate-blue);
  background-image: url('../images/email_1.svg');
  background-position: 18px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  border-radius: 20px;
  height: 70px;
  padding-left: 70px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.email-field:hover {
  opacity: .9;
}

.email-field::placeholder {
  color: #10405b80;
}

.email-field.blue {
  background-color: #5eccd30d;
}

.text-area {
  color: var(--dark-slate-blue);
  border: 1px #000;
  border-radius: 20px;
  min-height: 160px;
  padding: 22px 24px 30px;
  font-size: 16px;
  line-height: 130%;
  transition: opacity .3s;
}

.text-area:hover {
  opacity: .9;
}

.text-area::placeholder {
  color: #10405b80;
}

.text-area.blue {
  background-color: #5eccd30d;
}

.agent-form {
  position: relative;
}

.agent-form-button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: -40px;
  display: flex;
  position: relative;
}

.cta-block-overlay {
  opacity: 1;
  background-image: linear-gradient(270deg, #5eccd3f2, #48adc0d9 55%, #3693b0f2);
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.agent-form-block {
  color: var(--white);
  text-align: center;
  background-image: url('../images/CTA-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -40px;
  padding-bottom: 120px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.agent-form-fields {
  margin-top: 50px;
}

.agent-form-info {
  z-index: 2;
  margin-bottom: 40px;
  position: relative;
}

.relative {
  position: relative;
}

.property-main-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.additional-listings-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.additional-listing-item {
  width: 33.33%;
  padding: 10px;
}

.filter-form-bottom {
  color: #10405b80;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.filter-buttons {
  margin-right: 20px;
  display: flex;
}

.clear-filter-button {
  border: 2px solid var(--dark-slate-blue);
  opacity: .5;
  color: var(--dark-slate-blue);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .4s cubic-bezier(.23, 1, .32, 1), transform .4s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.clear-filter-button:hover {
  background-color: #5eccd31a;
  text-decoration: none;
  transform: scale(.95);
}

.filter-form-top {
  align-items: center;
  display: flex;
}

.yellow-text {
  color: var(--khaki);
}

.no-margin-bottom {
  margin-bottom: 0;
}

.location-hero-overlay {
  background-color: #10405bb3;
  position: absolute;
  inset: 0%;
}

.filter-form-city {
  flex: none;
  margin-left: 5px;
}

.filter-form-info {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: auto;
  line-height: 130%;
  display: flex;
}

.property-types-tabs {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: -300px;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.property-types-tabs-content {
  width: 100%;
}

.property-tabs-filter {
  margin-bottom: 40px;
}

.pagination-next-button {
  background-color: #ffffff80;
  background-image: url('../images/right-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-next-button:hover {
  background-color: #fff;
}

.pagination {
  flex-wrap: nowrap;
  align-items: center;
}

.pagination-prev-button {
  background-color: #ffffff80;
  background-image: url('../images/left-arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94);
}

.pagination-prev-button:hover {
  background-color: #fff;
}

.page-count {
  color: #10405b80;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.empty-state {
  text-align: center;
  background-color: #ffffff80;
  border-radius: 15px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block p {
  margin-bottom: 30px;
}

.rich-text-block figcaption {
  font-size: 14px;
}

.rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text-block h4 {
  margin-bottom: 20px;
}

.rich-text-block blockquote {
  margin-top: 30px;
  margin-bottom: 50px;
}

.subtitle {
  opacity: 1;
  max-width: 700px;
  margin-bottom: 50px;
}

.founder-quote {
  width: 45%;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 150%;
}

.cta-heading {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 800px;
  font-size: 40px;
  display: flex;
}

.founder-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.agent-photo {
  border: 10px solid var(--white);
  border-radius: 40px;
  max-width: 50%;
  margin-top: -200px;
  margin-bottom: -200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 30px -5px #162d3a1a;
}

.founder-info {
  background-color: var(--white);
  border-radius: 30px;
  padding: 32px;
  position: absolute;
  inset: auto 40px 40px;
}

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

.overflow-hidden {
  overflow: hidden;
}

.grid-12-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sg-blocks {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.sg-heading {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.z2 {
  z-index: 2;
  position: relative;
}

.page-wrap {
  flex: 1;
}

.sg-class-icon {
  border-radius: 4px;
  flex: none;
  width: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.sg-class-wrap {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.sg-column {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.btns-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.sg-class {
  color: #fff;
  background-color: #ea5fa3;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 25px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.6em;
  display: flex;
}

.sg-class.sg-standard-class {
  background-color: #5783fc;
  margin-right: 5px;
}

.sg-row {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.values-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.value {
  color: #10405b80;
  flex-direction: column;
  align-items: center;
  max-width: 260px;
  font-size: 14px;
  line-height: 160%;
  display: flex;
}

.value-icon-wrap {
  background-color: var(--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-bottom: 32px;
  padding: 16px;
  display: flex;
  box-shadow: 0 15px 30px #162d3a1a;
}

.value-icon {
  color: var(--khaki);
  justify-content: center;
  align-items: center;
  display: flex;
}

.value-name {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.contact-form-block {
  background-color: var(--white);
  text-align: center;
  border-radius: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -300px;
  margin-bottom: 160px;
  padding: 100px 100px 120px;
  display: flex;
  position: relative;
  box-shadow: 0 50px 100px -20px #5eccd34d;
}

.contact-form-fields {
  margin-top: 32px;
}

.contact-offices {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.contact-office {
  background-color: var(--white);
  text-align: left;
  border-radius: 20px;
  flex: 1;
  min-width: 260px;
  padding: 32px;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}

.contact-item {
  background-image: url('../images/Map-mark-primary.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}

.contact-item.phone {
  background-image: url('../images/phone.svg');
  background-position: 0 4px;
}

.contact-item.email {
  background-image: url('../images/email-icon.svg');
  background-position: 0 7px;
}

.heading {
  color: #fff;
  font-size: 60px;
  line-height: 70%;
  text-decoration: none;
}

.form-block {
  width: 500px;
}

.field-label, .field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  text-align: left;
}

.submit-button {
  color: #ea7600;
  background-color: #fff;
  margin-top: 20px;
}

.heading-2 {
  color: #fff;
  font-size: 40px;
}

.heading-2.standort {
  color: #fff;
  text-align: center;
  font-size: 40px;
}

.heading-2.standort.braun {
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.heading-2.braunschweig {
  color: #fff;
  margin-top: 150px;
  font-size: 35px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.div-block-2._23 {
  max-width: 1200px;
}

.image {
  max-width: 120%;
  margin-top: 38px;
  margin-left: 64px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 1500px;
  margin-top: 30px;
}

.div-block-3 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  text-align: center;
}

.image-2 {
  max-width: 50%;
}

.image-2._22 {
  max-width: 30%;
  margin-bottom: 20px;
}

.image-2._33, .image-2._55 {
  max-width: 25%;
  margin-bottom: 35px;
}

.image-2._66 {
  max-width: 30%;
  margin-bottom: 20px;
}

.blog {
  text-align: center;
}

.line-bottom {
  border-top: 1px solid #a0a0ab;
  border-left: 1px solid #a0a0ab;
  border-right: 1px solid #a0a0ab;
  border-radius: 1rem 1rem 0 0;
  justify-content: flex-start;
  align-items: center;
  height: 50%;
  display: block;
}

.leader-wrapper {
  grid-column-gap: .625rem;
  align-items: flex-start;
  display: flex;
}

.details--box-header {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.details-lines {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 62.5rem;
  height: 4rem;
  display: flex;
  position: relative;
}

.currency-wrapper {
  grid-column-gap: .625rem;
  align-items: flex-start;
  display: flex;
}

.details-content-box {
  grid-row-gap: 1rem;
  color: var(--primary);
  background-color: #10405b;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.details-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.divider {
  background-color: #a0a0ab;
  width: 100%;
  height: 1px;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.text-color-white {
  color: #fff;
  flex: 1;
}

.leader-image {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
}

.details_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.details-line-wrapper {
  justify-content: center;
  display: flex;
  position: relative;
}

.line_vertical {
  border-left: 1px solid #a0a0ab;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.padding-global {
  color: var(--white);
  padding: 1rem 2rem 5rem;
}

.details_heading {
  color: #fff;
  text-align: center;
  flex-direction: column;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.blog-2 {
  font-size: 40px;
}

.textarea {
  line-height: 600%;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.container-2._2222 {
  margin-bottom: 60px;
}

.text-block {
  color: #000;
}

.div-block-4 {
  margin-bottom: 50px;
  display: flex;
}

.div-block-4.hallo {
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
  margin-right: 60px;
  padding-bottom: 10px;
  position: absolute;
  overflow: visible;
}

.grid-2 {
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 75px;
}

.image-3 {
  border-radius: 20px 20px 0 0;
}

.div-block-5 {
  background-color: #10405b;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  font-size: 18px;
}

.div-block-6 {
  background-image: url('../images/24-01---Fotos---Company---Johannes-Bopp-GmbH---Hannover---Best-Of-7756-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 250px;
}

.div-block-7, .div-block-8 {
  background-image: url('../images/24-01---Fotos---Company---Johannes-Bopp-GmbH---Hannover---Best-Of-7756-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.div-block-9, .div-block-10 {
  background-color: #10405b;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.logo-slider-img {
  width: 100px;
}

.logo-slider-img._22 {
  width: 120px;
}

.section-logo {
  display: block;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.logo-slide_section-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.test-oben {
  font-size: 23px;
  line-height: 80%;
}

.text-oben-2 {
  margin-top: 33px;
  margin-left: 0;
  font-size: 30px;
  line-height: 118%;
  display: block;
}

.heading-3 {
  text-align: left;
}

.text-block-2 {
  color: var(--dark-slate-blue);
  font-size: 18px;
  line-height: 130%;
}

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

.icon {
  color: var(--dark-slate-blue);
}

.icon:hover {
  color: var(--primary);
}

.dropdown-toggle {
  padding-right: 0;
  display: none;
}

.dropdown-link {
  font-size: 18px;
}

.dropdown-link:hover {
  text-decoration: none;
}

.dropdown-link-2 {
  font-size: 18px;
}

.dropdown-link-2:hover {
  text-decoration: none;
}

.dropdown-link-3 {
  font-size: 18px;
}

.dropdown-link-3:hover {
  text-decoration: none;
}

.details-content-box-2 {
  grid-row-gap: 1rem;
  color: #ea7600;
  background-color: #10405b;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.padding-global-2 {
  color: #fff;
  padding: 1rem 2rem 5rem;
}

.text-highlighted-yellow-2 {
  background-image: linear-gradient(#eed96c00, #eed96c00 60%, #eed96c 60% 80%);
}

.text-highlighted-yellow-2.slide-in-bottom {
  background-image: none;
}

.ber-uns {
  text-align: center;
  font-size: 35px;
}

.agb, .dd {
  display: none;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text.weiss {
  color: #d0d5dd;
  margin-top: 20px;
  font-size: .9rem;
}

.text-rich-text.weiss.headline {
  margin-top: 0;
}

.text-rich-text.weiss.hummam {
  margin-top: 20px;
}

.text-rich-text.weiss.kontakt-katrin {
  margin-top: 10px;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1256rem;
  line-height: 2.375rem;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1255rem;
  line-height: 2.375rem;
}

.text-rich-text.is-recht {
  text-align: left;
  overflow-wrap: anywhere;
}

.text-rich-text a {
  color: #0086c9;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.text-block-3 {
  color: var(--white);
  font-size: 18px;
  line-height: 130%;
}

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

.dropdown-toggle-2 {
  margin-left: 20px;
  margin-right: -20px;
}

.dropdown-toggle-2:hover {
  color: var(--primary);
}

.icon-2 {
  color: var(--white);
}

.icon-2:hover {
  color: var(--primary);
}

.dropdown-link-4 {
  color: var(--dark-slate-blue);
  font-size: 18px;
  line-height: 130%;
}

.dropdown-link-4:hover {
  color: var(--primary);
  text-decoration: none;
}

.dropdown-link-4._2, .dropdown-link-4._3, .dropdown-link-4._4, .dropdown-link-4._5 {
  display: none;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-align-center {
  text-align: center;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin-top: 45px;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #ea7600;
  border-radius: .5rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .2s;
}

.button-2:hover {
  background-color: #de9800;
}

.button-2.is-secondary_small {
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  padding: .75rem 1.25rem;
}

.button-2.is-tiny {
  padding: .5rem 1rem;
  font-size: .875rem;
}

.button-2.is-small {
  padding: .625rem 1.125rem;
}

.button-2.is-small.cta-scroll {
  z-index: 1000;
  color: #fff;
  align-self: flex-end;
  margin-bottom: 4rem;
  margin-right: 8rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-2.is-secondary {
  color: #000;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  text-decoration: none;
}

.faq4_icon {
  color: #a0a0ab;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.faq4_answer {
  color: #475467;
  width: 100%;
  max-width: 45rem;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.faq4_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0 .5rem;
  display: flex;
}

.heading-style-h3 {
  flex-direction: column;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
}

.padding-section-large-2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.faq4_list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq4_accordion {
  border-top: 1px solid #d0d5dd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq4_accordion.is-first {
  border: 1px #000;
}

.faq-header {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.padding-global-3 {
  padding: 5rem 2rem;
}

.div-block-11 {
  background-color: #10405b;
  border-radius: 20px;
  max-width: 100%;
  padding: 30px;
  box-shadow: 4px 5px 10px #0003;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.dropdown-list {
  margin-left: 20px;
}

.image-4 {
  border-radius: 20px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  font-size: 40px;
}

.n {
  color: #fff;
}

.heading-4, .heading-5, .bold-text-2, .bold-text-3 {
  font-size: 40px;
}

.background-video {
  border-radius: 20px;
  display: flex;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  margin-left: 50px;
  padding: 40px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
  left: 1955px;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content-wrapper._2 {
  background-image: url('../images/DSC00665.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper._3 {
  background-image: url('../images/DSC00666.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper._4 {
  background-image: url('../images/DSC00703.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-content-wrapper._5 {
  background-image: url('../images/DSC03224-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slider-right-arrow-2 {
  color: #444;
}

.section-2 {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/DSC04360.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.section-2.wolfsburg {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/DSC04393-Kopie.jpg');
  background-position: 0 0, 50%;
}

.section-2.wolfenb-ttel {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/DSC04376-Kopie.jpg');
  background-position: 0 0, 50%;
}

.section-2.salzgitte {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/DSC05158-Kopie.jpg');
  background-position: 0 0, 50%;
}

.section-2.bremen {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/DSC04886-Kopie.jpg');
  background-position: 0 0, 50%;
}

.section-2.magdeburg {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/DSC04750-Kopie.jpg');
  background-position: 0 0, 50%;
}

.section-2.hannover {
  background-image: linear-gradient(#0000006e, #0000006e), url('../images/DSC05290-Kopie.jpg');
  background-position: 0 0, 50%;
}

.section-2._12313 {
  background-image: linear-gradient(#0006, #0006), url('../images/DSC08345-Kopie.jpg');
  background-position: 0 0, 50%;
}

.div-block-13 {
  background-image: url('../images/DSC00665.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-14 {
  background-image: url('../images/DSC00666.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-15 {
  background-image: url('../images/DSC00703.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-16 {
  background-image: url('../images/DSC03224-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.container-3 {
  margin-left: 200px;
}

.div-block-17 {
  border-radius: 20px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.form-block-2 {
  width: 500px;
}

.field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10, .field-label-11 {
  text-align: left;
}

.textarea-2 {
  line-height: 600%;
}

.submit-button-2 {
  color: #ea7600;
  background-color: #fff;
}

.text-block-4 {
  color: #000;
}

.form_message-success {
  background-color: #d0d5dd;
  border-radius: 1rem;
  padding: 1.25rem;
}

.checkbox {
  border-color: #d0d5dd;
  border-radius: .375rem;
  flex: 0 auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox.w--redirected-checked {
  background-color: #ffb30f;
}

.checkbox-label {
  flex: 1;
  margin-bottom: 0;
  padding-left: .75rem;
  line-height: 1.3;
}

.form-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_input {
  color: #667085;
  background-color: #0000;
  border: 1px solid #d0d5dd;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8.375rem;
  padding-top: .75rem;
}

.contact-form {
  grid-row-gap: 2rem;
  flex-direction: column;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.form_label {
  color: #fff;
  text-align: left;
  font-size: .875rem;
  font-weight: 500;
}

.checkbox-link {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
}

.checkbox-link:hover {
  text-decoration: none;
}

.checkbox-field {
  grid-column-gap: 0rem;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 50px;
  display: flex;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 22rem 1fr 1fr 1fr;
}

.social-link-2 {
  color: #a0a0ab;
  transition: color .2s;
}

.social-link-2:hover {
  color: #667085;
}

.section_header {
  min-height: 1vh;
}

.section_header.is-video {
  background-color: #f0f9ff;
  overflow: visible;
}

.social-icon-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-wrapper.box {
  margin-top: 40px;
}

.cta-text {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.timeline_dot {
  background-color: #70707b;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.padding-section-medium {
  padding-top: 1rem;
  padding-bottom: 2rem;
  overflow: visible;
}

.text-size-big {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.text-size-big.text-weight-bold {
  line-height: 1.75rem;
}

.timeline-bar_overlay {
  background-color: #ffb30f;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.text-size-small {
  font-size: .875rem;
  line-height: 1.25rem;
}

.cta-text-wrapper {
  grid-row-gap: 1.25rem;
  border-top: 1px solid #d0d5dd;
  border-bottom: 1px solid #d0d5dd;
  border-right: 1px solid #d0d5dd;
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.padding-footer-career {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.header_component {
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-cta {
  z-index: 10;
  border-radius: 1rem;
  width: 100%;
  max-width: 80rem;
  margin-bottom: -7.125rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -130px;
  overflow: hidden;
}

.footer-cta-component {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.grid_header-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.white_hero-heading {
  color: #fff;
  text-align: center;
  flex: 1;
}

.grid_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  align-items: center;
}

.grid_component.about {
  margin-top: 140px;
}

.jobs-tag {
  color: #000;
  background-color: #d0d5dd;
  border-radius: .375rem;
  padding-left: .375rem;
  padding-right: .375rem;
  font-size: .75rem;
}

.cta-image {
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  max-width: 14.938rem;
  height: 100%;
  max-height: 11.25rem;
}

.team-item {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-list-wrapper {
  width: 100%;
}

.header_paragraph {
  color: #eaecf0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}

.timeline-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 21.25rem;
}

.section_footer {
  position: relative;
}

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

.details-content-box-3 {
  grid-row-gap: 1rem;
  background-color: #3f3f46;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.tagline_small {
  color: #70707b;
  font-size: 1.5rem;
  font-weight: 600;
}

.tagline_small.light_gray {
  color: #d0d5dd;
}

.timeline_content {
  grid-row-gap: 1rem;
  flex-direction: column;
  height: 100%;
  max-height: 21.25rem;
  padding-top: 4.563rem;
  display: flex;
}

.details_grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.footer-info-box {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.header_content-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 52.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid_image-about {
  object-fit: cover;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 27rem;
}

.social-icon {
  display: flex;
}

.footer-cta-text-wrapper {
  grid-row-gap: .75rem;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.brand-logo {
  border-radius: 0;
  width: 6rem;
  height: 3rem;
}

.timeline-bar {
  background-color: #70707b;
  width: .125rem;
  height: 28.125rem;
  margin-top: 1.25rem;
  position: relative;
}

.padding-section-large-3 {
  padding-top: 1rem;
  padding-bottom: 5rem;
}

.padding-section-large-3.is-video {
  padding-top: 4rem;
}

.timeline_grid {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 2.5rem 1fr;
  width: 100%;
}

.team-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline_header-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.background-dark-gradient {
  background-color: #fff;
  background-image: linear-gradient(120deg, #152f46, #000 30%);
  width: 100%;
  height: 100%;
  min-height: 1vh;
}

.team_component {
  grid-row-gap: 4.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.timeline-_image-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 2.5rem;
  display: flex;
}

.timeline-_image-wrapper.right {
  padding-left: 2.5rem;
  padding-right: 0;
}

.padding_header {
  padding-top: 7rem;
  padding-bottom: 2rem;
}

.padding_header.is-smaller {
  padding-top: 5rem;
  padding-bottom: 0;
}

.padding_header.is-video {
  padding-top: 10rem;
  padding-bottom: .1rem;
}

.footer-nav-link {
  color: #eaecf0;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.footer-nav-link:hover {
  color: #667085;
}

.timeline_component {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid_content-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.line-bottom-2 {
  border-top: 1px solid #a0a0ab;
  border-left: 1px solid #a0a0ab;
  border-right: 1px solid #a0a0ab;
  border-radius: 1rem 1rem 0 0;
  height: 50%;
}

.footer-nav-header {
  color: #d0d5dd;
  font-size: .875rem;
  font-weight: 600;
}

.background-yellow-gradient {
  background-color: #000;
  background-image: linear-gradient(220deg, #ffb30f, #ffd579);
  display: block;
}

.cta-component {
  border-radius: .75rem;
  width: 100%;
  max-width: 48rem;
  margin-top: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.timeline_content-wrapper {
  padding-left: 2.5rem;
}

.timeline_content-wrapper.left {
  padding-left: 0;
  padding-right: 2.5rem;
}

.padding-global-4 {
  padding: 5rem 2rem;
}

.padding-global-4._323 {
  padding-top: 0;
  padding-bottom: 0;
}

.grid_image-wrapper, .grid_image-wrapper.about {
  width: 100%;
}

.padding-section-xlarge {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.text-size-medium {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.footer-social-component {
  justify-content: space-between;
  display: flex;
}

.timeline-bar-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 2.5rem;
  display: flex;
}

.footer-nav-box {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.max-width-footer-cta {
  width: 100%;
  max-width: 100%;
}

.team_header-wrapper {
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.footer-brand, .footer-jobs-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.kar-intro_grid {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
}

.bold-text-4 {
  font-size: .9rem;
}

.bold-text-4.headline {
  font-size: 1.2rem;
}

.columns-5 {
  margin-top: 10px;
  position: relative;
}

.container-4 {
  flex-flow: column wrap;
  align-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.div-block-19 {
  aspect-ratio: 1;
  background-color: #000;
  background-image: linear-gradient(120deg, #152f46, #000 30%, #000);
  border-radius: 8px;
  flex-direction: row;
  align-items: stretch;
  width: 30%;
  height: 30%;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.header-text-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 55.625rem;
  display: flex;
}

.media-team-content {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.media-team-content.is_full {
  max-width: 100%;
}

.kar_counting-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.slider-main_button {
  color: #fcfcfc;
  text-align: center;
  background-color: #3f3f46;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #fff;
  background-color: #535c68;
}

.slider-main_button.swiper-prev {
  width: 4rem;
  height: 4rem;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 50%;
}

.column-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.kar_counting-box {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.jobs_component {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-span-7 {
  padding-right: 4px;
  font-size: 1.2rem;
}

.hero-btn-wrapper {
  grid-column-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-content {
  grid-row-gap: 5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-content.is-video {
  grid-row-gap: 3.375rem;
  margin-bottom: -3.7rem;
}

.max-width-ma {
  width: 100%;
  max-width: 34rem;
}

.column-3 {
  flex-direction: row;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.jobs-image {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 40rem;
  position: static;
}

.column-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.jobs_header-wrapper {
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kar_content-wrapper {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jobs-area-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.jobs-offer-wrapper {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.header_video-wrapper {
  border-radius: 1rem;
  width: 100%;
  max-width: 50rem;
  overflow: hidden;
}

.header_video-wrapper.shadow-xl {
  box-shadow: 0 8px 8px -4px #10182808, 0 20px 24px -4px #10182814;
}

.text-span-6 {
  font-size: 1.2rem;
}

.image-5 {
  border-radius: 8rem;
  max-width: 70%;
  margin-top: 10px;
}

.slider-main_button-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-top: 10px;
  margin-left: -15px;
}

.grid-3.katrin {
  margin-left: 0;
}

.jobs-header {
  font-size: 1.25rem;
  font-weight: 700;
}

.kar_counting_text {
  color: #26272b;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}

.header-para-btn-wrapper {
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-top: 3.75em;
  display: flex;
}

.image-6 {
  float: left;
  border-radius: 0;
  order: 0;
  align-self: flex-start;
  max-width: 40%;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-6.hummam {
  border-radius: 8rem;
  max-width: 75%;
  margin-top: 10px;
  margin-left: 0;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 6em;
  display: flex;
}

.bold-text-5 {
  padding-right: 6px;
}

.columns-2 {
  display: block;
}

.kar_image {
  border-radius: 0;
}

.image-7 {
  border-radius: 8rem;
  max-width: 70%;
  margin-top: 10px;
}

.kar_couting_number {
  color: #0086c9;
  font-size: 3.75rem;
  font-weight: 700;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.section-3 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.media-text-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-yellow-gradient {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  background-image: linear-gradient(220deg, #ffb30f, #ffd579);
  -webkit-background-clip: text;
  background-clip: text;
}

.kar-info-grid {
  grid-column-gap: 5rem;
  grid-template-rows: auto;
}

.kar-info-grid.hzh {
  grid-auto-flow: row;
}

.link_block_ausbildung_3 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_3:hover {
  color: #dd2476;
}

.link_block_ausbildung_3.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.container-5 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.container-5.jobs {
  flex-flow: column;
  place-content: stretch space-between;
  max-width: 1050px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  overflow: hidden;
}

.link_block_ausbildung_4 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_4:hover {
  color: #dd2476;
}

.link_block_ausbildung_4.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.stelle-2 {
  border-top: 1px #0000001a;
  margin-top: 20px;
  padding-top: 10px;
}

.stelle-2.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.stelle-2.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.link_block_ausbildung_1 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_1:hover {
  color: #dd2476;
}

.link_block_ausbildung_1.stellen.berschrift {
  background-color: #d4d4d4;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.link_block_ausbildung_2 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_ausbildung_2:hover {
  color: #dd2476;
}

.link_block_ausbildung_2.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.ausbildung-2 {
  border-top: 1px #0000001a;
  margin-top: 20px;
  padding-top: 10px;
}

.ausbildung-2.stellen {
  color: #000;
  border-top-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ausbildung-2.stellen {
  color: #000;
  border: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.ausbildung-2.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.bold-text-6 {
  text-transform: uppercase;
  font-weight: 600;
}

.cta-button-title-3 {
  text-shadow: 0 0 3px #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  display: inline-block;
}

.cta-button-title-3.bewirbdich {
  text-transform: none;
  text-shadow: none;
  font-size: 15px;
  font-weight: 600;
}

.link_block_stelle_2 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_2:hover {
  color: #dd2476;
}

.link_block_stelle_2.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.stelle_titel {
  color: #363636;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
}

.stelle_titel:hover {
  color: #2b2b2b;
}

.icon_text_span {
  font-size: 15px;
}

.fliesstext_style_2 {
  color: #2b2b2b;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 15px;
  line-height: 23px;
  display: block;
}

.cta-button-3 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #f3f5fa;
  border-radius: 0;
  flex-direction: row;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: -343px;
  padding: 11px 5px;
  text-decoration: none;
  transition: background-color .2s, color .2s, box-shadow .2s;
  display: flex;
}

.cta-button-3:hover {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #00000069;
  background-clip: border-box;
  box-shadow: 7px 7px 33px #0006;
}

.cta-button-3.color {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #23559f;
  background-clip: border-box;
  align-items: center;
  width: 180px;
  height: 60px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.cta-button-3.color:hover {
  background-color: #23559f;
}

.cta-button-3.color._2 {
  background-color: #b92e22;
  border-color: #0000;
  border-radius: 0;
  justify-content: center;
  width: 160px;
  height: 40px;
  margin-top: 20px;
  position: static;
  inset: 0% 0% auto auto;
}

.cta-button-3.color._2:hover {
  box-shadow: none;
}

.link_block_stelle_1 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_1:hover {
  color: #dd2476;
}

.link_block_stelle_1.stellen.berschrift {
  background-color: #d4d4d4;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.text-span-3, .bold-text-7 {
  font-weight: 600;
}

.link_block_stelle_5 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_5:hover {
  color: #dd2476;
}

.link_block_stelle_5.stellen.berschrift {
  background-color: #d4d4d4;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.faq-stelle {
  border-top: 1px #0000001a;
  margin-top: 20px;
  padding-top: 10px;
}

.faq-stelle.stellen {
  color: #000;
  border: 1px solid #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.faq-stelle.stellen._33 {
  border-top-style: none;
  margin-top: -8px;
  padding: 20px;
}

.accordion_icon {
  color: #000;
}

.text_icon {
  color: #2b2b2b;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 23px;
  display: block;
}

.link_block_stelle_4 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_4:hover {
  color: #dd2476;
}

.link_block_stelle_4.stellen.berschrift {
  background-color: #f3f5fa;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-wrapper {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faq-wrapper.ausbildung {
  display: none;
}

.link_block_stelle_3 {
  color: #1a171b;
  background-color: #0000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
  text-decoration: none;
  display: block;
  position: relative;
}

.link_block_stelle_3:hover {
  color: #dd2476;
}

.link_block_stelle_3.stellen.berschrift {
  background-color: #d4d4d4;
  border: 0 solid #0000;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.paragraph-4 {
  font-size: 30px;
  line-height: 180%;
}

.section-interview {
  background-color: #f2f3f7;
  background-image: linear-gradient(#00000096, #00000096), url('../images/DSC05310-Kopie.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.header2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.padding-global-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.play_icon {
  color: #ea7600;
  border-radius: 50rem;
  width: 4rem;
  height: 4rem;
  transition: color .25s;
}

.play_icon:hover {
  color: #4690ca;
}

.play_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.header2_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.heading-style-h1-dark {
  color: #252742;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-style-dark {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.tag-small {
  color: #ea7600;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 500;
}

.header_video-wrapper-2 {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.counting-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.counting-grid._22 {
  margin-top: 30px;
}

.text-style-white {
  color: #000;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.heading-style-h5-lightblue {
  color: #9bd1ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.feature_item_digital_recruiting {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(34deg, #fff, #f8f8f8);
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.heading-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 48px;
}

.icon_color1 {
  color: #fff;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  color: #ea7600;
}

.demo-container {
  background-image: linear-gradient(#000, #10405b);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-banner-bottom {
  z-index: 20;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.browser-demo {
  z-index: auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 900px;
  height: 500px;
  display: none;
  position: relative;
  overflow: hidden;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-right: 0%;
  display: flex;
  position: relative;
  inset: 0%;
}

.demo-close-div-2 {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.close-line-2 {
  background-color: #180c37;
  width: 20px;
  height: 2px;
  position: absolute;
}

.close-line-2.rotate {
  background-color: #180c37;
  transform: rotate(90deg);
}

.demo-arrow-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
}

.d-133-color-overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.d-133-text-wrapper {
  padding: 10px;
  position: relative;
}

.bottom-buttons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  inset: 0% auto auto 0%;
}

.demo-p.main {
  text-align: left;
  max-width: 350px;
  margin-right: 60px;
  padding-right: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.d-133-h3-heading {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 1px 1px #000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
}

.separator {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin-bottom: 15px;
}

.d-133-border {
  border: 1px solid #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  margin: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.demo-heading.h1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 38px;
  position: relative;
  inset: 0% auto auto 0%;
}

.demo-heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  display: none;
}

.d-133-image-wrapper {
  background-image: url('../images/DSC05198-Kopie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  right: auto;
}

.d-133-image-wrapper._3 {
  background-image: url('../images/DSC04696-Kopie.jpg');
  background-size: cover;
}

.d-133-image-wrapper._2 {
  background-image: url('../images/DSC05290-Kopie.jpg');
  background-size: cover;
}

.demo-bottom-buttons {
  z-index: 6;
  justify-content: space-between;
  align-items: center;
  display: block;
  position: fixed;
  inset: auto auto 20px 35px;
}

.demo-btn-close-wrapper {
  z-index: 6;
  cursor: pointer;
  border: 2px solid #4d16dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  bottom: 40px;
  right: 35px;
}

.button-3 {
  color: #f4f3ef;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(139deg, #4d16ddb3, #ff02ffe6);
  border-radius: 3px;
  margin-left: 35px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.button-3.bottom {
  background-image: linear-gradient(139deg, #4d16ddb3, #ff02ffe6);
  margin-left: 20px;
  display: none;
}

.d-133-3d-wrapper {
  perspective: 1000px;
  width: 450px;
  height: 550px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.image-9 {
  margin-left: 15px;
  margin-right: 15px;
}

.demo-btn-close-arrow {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-top: 6px;
  transform: rotate(45deg);
}

.demo-btn-close-inner-wrapper {
  background-color: #4d16dd;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.demo-banner-bottom-wrapper {
  flex-flow: column;
  place-content: flex-end center;
  align-items: center;
  display: flex;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.demo-right-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.footer-link-block {
  border: 3px solid #180c371a;
  border-radius: 100px;
  padding: 15px 30px;
  text-decoration: none;
}

.html-embed-2 {
  align-self: auto;
  position: absolute;
  inset: auto 40px auto auto;
}

.demo-left-arrow-wrapper {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.d-133-card-wrapper {
  border: 2px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.d-50-circle-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 30px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  transform: rotate(45deg);
}

.demo-main-text-wrapper {
  z-index: 99;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  height: auto;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 0;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: none;
  position: absolute;
  inset: -100px auto auto;
}

.interaction-heading {
  color: #180c37;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.d-133-paragraph {
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 15px;
}

.demo-arrow-wrapper {
  cursor: pointer;
  background-color: #4d16dd;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.demo-arrow-wrapper.next {
  justify-content: flex-end;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-20 {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  left: -425px;
}

.punkt-1 {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -196px;
  left: -606px;
}

.paragraph-5 {
  color: var(--white);
  position: relative;
  left: 29px;
}

.paragraph-5.hannover {
  left: -102px;
}

.paragraph-5.salzgitter {
  left: -99px;
}

.punkt-2 {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -105px;
  left: -571px;
}

.punkt-3 {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -108px;
  left: -487px;
}

.punkt-4 {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -78px;
  left: -480px;
}

.punkt-5 {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -48px;
  left: -457px;
}

.punkt-6 {
  background-color: #fff;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -42px;
  left: -468px;
}

.grid-4 {
  grid-template-rows: auto;
}

.left-arrow {
  background-color: #ea7600;
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.ansprechpartner-info {
  color: #003248;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.feature-slider._22 {
  margin-top: 100px;
}

.block-slide {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.right-arrow {
  background-color: #ea7600;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

.image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.block-slide-info {
  height: 100%;
  display: flex;
}

.button-kontakt {
  color: #fff;
  text-align: center;
  background-color: #ea7600;
  border-radius: .5rem;
  margin-left: 0;
  padding: .35rem .65rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.button-kontakt:hover {
  color: #003248;
}

.button-kontakt.mehr {
  margin-left: 20px;
}

.slider-infobox {
  background-color: #f2f3f7;
  border-radius: 30px;
  width: 100%;
  height: 500px;
  margin-top: 50px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.heading-style-h6 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.slide-ansprechpartner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.text-size-regular {
  color: #003248;
  text-align: left;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.slide-nav {
  display: none;
}

.ansprechpartner {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.heading-style-small-light {
  color: #009cc6;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.35;
  display: flex;
}

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

.link:hover {
  color: var(--primary);
  text-decoration: none;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #ea7600;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  margin-left: 20px;
  padding-left: 10px;
  display: grid;
}

.image-10 {
  max-width: 80%;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 50px;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.founder-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.partner-section {
    padding-bottom: 200px;
  }

  .home-hero-wrapper {
    flex-direction: column;
  }

  .home-hero-left {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .properties-filter-wrapper {
    flex-direction: row-reverse;
    width: 100%;
    padding-top: 40px;
  }

  .home-hero-img-wrapper {
    width: 60%;
    height: 70vh;
    margin-top: -210px;
    margin-left: 40px;
    margin-right: -20px;
  }

  .home-hero-img-wrapper.small {
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .home-hero-numbers {
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header-link {
    color: var(--white);
    text-align: center;
    margin-left: 0;
    padding: 20px 5%;
    font-size: 20px;
  }

  .header-link.w--current {
    color: var(--khaki);
    border-bottom-style: none;
  }

  .header-menu {
    background-color: var(--dark-slate-blue);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 60px;
    box-shadow: 0 20px 40px #0000001a;
  }

  .button.header-button {
    background-color: var(--khaki);
    color: var(--dark-slate-blue);
    align-self: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-map-wrapper {
    display: none;
  }

  .home-locations-block {
    margin-bottom: -80px;
  }

  .loactions-list-item {
    padding: 10px;
  }

  .location-link {
    border-radius: 20px;
  }

  .location-link-overlay {
    border-radius: 20px;
    padding: 20px;
  }

  .location-link-overlay-text {
    font-size: 20px;
  }

  .location-link-hover {
    display: none;
  }

  .grid-2-col {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .why-image-el {
    bottom: -20%;
    right: -24%;
  }

  .why-image-el.small {
    bottom: -9%;
    right: 26%;
  }

  .agent-list-item {
    margin-bottom: 40px;
  }

  .agent-list-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .agent-quote {
    font-size: 16px;
  }

  .listings-list {
    margin-bottom: 40px;
  }

  .listing-item {
    flex: none;
    width: 50%;
  }

  .testimonial-slider {
    width: 90%;
  }

  .footer-links-col {
    min-width: 0;
  }

  .menu-button {
    background-color: var(--dark-slate-blue);
    color: var(--white);
    border-radius: 20px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
  }

  .filter-form {
    flex-wrap: wrap;
  }

  .filter-price-wrapper {
    flex: none;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .listing-hero-inner {
    width: 100%;
    margin-right: 0%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .property-hero-wrapper {
    flex-direction: column;
  }

  .property-description-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .property-info-block {
    margin-bottom: 30px;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .agent-card {
    display: none;
  }

  .form-fields-wrap {
    flex-direction: column;
  }

  .form-field-wrap {
    padding-top: 0;
  }

  .agent-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .agent-form-fields {
    margin-top: 30px;
  }

  .agent-form-info {
    margin-bottom: 20px;
  }

  .additional-listings-list {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: -40px;
    margin-left: -5%;
    margin-right: -5%;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .additional-listing-item {
    flex: none;
    width: 340px;
  }

  .filter-form-top {
    flex-wrap: wrap;
  }

  .founder-quote {
    font-size: 24px;
  }

  .cta-heading {
    font-size: 30px;
  }

  .grid-12-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sg-blocks {
    grid-template-columns: 1fr 1fr;
  }

  .sg-class-wrap {
    width: 100%;
  }

  .sg-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .values-list {
    grid-column-gap: 40px;
  }

  .value {
    max-width: 28%;
  }

  .contact-form-block {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contact-form-fields {
    margin-top: 30px;
  }

  .details-lines {
    max-width: 39rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .details_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .logo-slider-img {
    width: 174px;
  }

  .section-logo {
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .logo-slide_section-2 {
    height: 70vh;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact-form {
    max-width: 100%;
  }

  .footer-grid {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .grid_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline_content {
    padding-top: 3rem;
  }

  .details_grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer-info-box {
    width: 75%;
  }

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

  .team-list {
    grid-template-columns: 1fr 1fr;
  }

  .section-footer-cta {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-xlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-brand {
    z-index: 100;
    padding-left: 0;
  }

  .kar-intro_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .job-list-wrapper {
    width: 100%;
  }

  .kar_counting-grid {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .kar-info-grid {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .container-5.jobs {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button-title-3 {
    text-align: center;
  }

  .cta-button-3 {
    margin-top: 10px;
    margin-left: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    display: block;
  }

  .cta-button-3.color {
    text-align: center;
    border-width: 2px;
    padding-left: 10px;
  }

  .cta-button-3.color._2 {
    border-color: #0000;
  }

  .padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading-style-h1-dark {
    font-size: 2.75rem;
  }

  .counting-grid {
    flex-flow: row;
  }

  .demo-container {
    clear: both;
    flex-flow: column;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    position: fixed;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .bottom-buttons-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-8 {
    margin-right: 0;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 40px;
    padding-right: 32px;
  }

  .demo-btn-close-wrapper {
    position: static;
  }

  .button-3 {
    margin-right: 0;
  }

  .button-3.bottom {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
  }

  .d-133-3d-wrapper {
    margin-bottom: 80px;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .demo-right-arrow-wrapper {
    position: fixed;
  }

  .footer-link-block {
    margin-bottom: 0;
  }

  .html-embed-2 {
    margin-top: 20px;
    position: relative;
    right: 0;
  }

  .demo-left-arrow-wrapper {
    position: fixed;
  }

  .d-50-circle-wrapper-2 {
    margin-top: 0;
  }

  .demo-main-text-wrapper {
    width: 510px;
    margin-top: 100px;
    margin-left: 40px;
    margin-right: auto;
    position: absolute;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .heading-style-small-light {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 170%;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 50px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.gradient-first-section {
    padding-top: 150px;
  }

  .section.cta-section {
    padding-bottom: 40px;
  }

  .section.listing-hero-section {
    padding-top: 150px;
  }

  .section.top {
    padding-top: 140px;
  }

  .section.property-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .section.location-hero-section {
    padding-top: 150px;
  }

  .section.about-hero-section {
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.founder-section {
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .section.contact-hero-section {
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .home-hero-left {
    margin-top: 113px;
    margin-left: 0;
  }

  .opacity-subtitle {
    margin-bottom: 30px;
  }

  .opacity-subtitle.l {
    margin-bottom: 40px;
    font-size: 20px;
  }

  .properties-filter-wrapper {
    margin-bottom: -50px;
  }

  .home-hero-img-wrapper {
    border-radius: 30px;
    width: 70%;
    margin-top: -100px;
    margin-left: 20px;
  }

  .home-hero-img-wrapper.small {
    width: 50%;
  }

  .home-hero-img {
    border-radius: 30px;
  }

  .home-hero-numbers {
    flex-direction: column;
    flex: none;
  }

  .home-hero-number-item {
    flex: none;
  }

  .vertical-divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .header-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .button.filter-button {
    margin-right: 15px;
  }

  .loactions-list-item {
    width: 50%;
  }

  .why-image-el {
    border-radius: 40px;
    width: 30%;
    right: -3%;
  }

  .why-image-el.small {
    border-radius: 20px;
    width: 80px;
    height: 80px;
    right: 32%;
  }

  .preheader {
    border-radius: 10px;
    min-height: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 14px;
  }

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

  .border-button {
    min-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .property-tab-pane {
    margin-top: 30px;
  }

  .agent-list-item {
    width: 100%;
  }

  .listings-wrapper {
    margin-bottom: 0;
  }

  .listings-list {
    margin-bottom: 30px;
  }

  .listing-item {
    width: 100%;
  }

  .listing-card-price {
    height: 40px;
  }

  .testimonial-card {
    background-size: 60px, auto;
    border-radius: 20px;
    padding: 20px;
  }

  .testimonial-message {
    font-size: 20px;
  }

  .cta-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .cta-form {
    margin-bottom: 20px;
  }

  .footer-main {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-left-col {
    margin-bottom: 60px;
  }

  .footer-links {
    justify-content: space-between;
  }

  .footer-links-col {
    margin-left: 0;
    margin-right: 40px;
  }

  .footer-heading {
    font-size: 16px;
    line-height: 20px;
  }

  .footer-menu-link {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    margin-bottom: 10px;
  }

  .menu-button {
    padding: 14px;
  }

  .filter-form-wrapper {
    border-radius: 20px;
    padding: 20px;
  }

  .filter-dropdown {
    margin-right: 0;
  }

  .filter-dropdown-toggle:hover {
    background-color: var(--background);
  }

  .filter-dropdown-list {
    box-shadow: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: -13px;
  }

  .filter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .property-type-wrapper {
    font-size: 14px;
  }

  .property-location {
    font-size: 18px;
  }

  .property-description-card {
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 30px 20px 20px;
  }

  .prise-text {
    font-size: 30px;
  }

  .description-show-more-overlay {
    left: 20px;
    right: 20px;
  }

  .property-info-block {
    border-radius: 15px;
    flex-wrap: wrap;
    flex: none;
    margin-top: 20px;
    padding: 20px 20px 0;
  }

  .heading-32px {
    margin-bottom: 15px;
    font-size: 26px;
  }

  .property-info-inner {
    flex: none;
    width: 50%;
    margin-bottom: 20px;
  }

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

  .arent-image.contact-block {
    border-radius: 30px;
    margin-top: -127px;
  }

  .features-rich-text {
    margin-bottom: 60px;
  }

  .features-rich-text ul {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .features-rich-text li {
    background-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 14px;
  }

  .property-gallery-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-block-overlay {
    border-radius: 20px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .agent-form-block {
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .additional-listing-item {
    max-width: 80%;
  }

  .filter-form-bottom {
    font-size: 14px;
  }

  .filter-buttons {
    margin-right: 15px;
  }

  .clear-filter-button {
    font-size: 16px;
  }

  .filter-form-top {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-form-city {
    margin-left: 0;
  }

  .filter-form-info {
    flex-direction: column;
  }

  .property-types-tabs {
    margin-top: -240px;
  }

  .property-tabs-filter {
    margin-bottom: 20px;
  }

  .pagination {
    margin-bottom: 24px;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .founder-quote {
    width: 100%;
  }

  .founder-wrapper {
    flex-direction: column;
  }

  .agent-photo {
    order: -1;
    max-width: 60%;
    margin-bottom: 40px;
  }

  .founder-info {
    border-radius: 20px;
    padding: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .grid-12-col {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sg-blocks, .btns-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .sg-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .values-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .value {
    max-width: 400px;
  }

  .contact-form-block {
    border-radius: 20px;
    margin-top: -200px;
    margin-bottom: 100px;
    padding: 60px 40px;
    box-shadow: 0 30px 60px -20px #5eccd34d;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .details_grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .details-line-wrapper {
    display: none;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .details_heading {
    font-size: 1.5rem;
  }

  .logo-slider-img {
    width: 125px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .faq4_icon {
    width: 1.75rem;
  }

  .faq4_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq4_question {
    padding: 1rem 1.25rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .timeline_dot {
    width: 2rem;
    height: 2rem;
  }

  .timeline_dot._2, .timeline_dot._5, .timeline_dot._1, .timeline_dot._3, .timeline_dot._4 {
    flex: none;
  }

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

  .footer-cta {
    top: -90px;
  }

  .footer-cta-component {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .grid_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cta-image {
    max-width: 16.8rem;
    max-height: 30rem;
  }

  .header_paragraph {
    font-size: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .timeline_content {
    padding-top: 1.5rem;
  }

  .details_grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-info-box {
    width: 100%;
  }

  .timeline-bar {
    height: 100%;
  }

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

  .timeline_grid {
    grid-row-gap: 1.5rem;
    grid-template-columns: 2.5rem 1fr;
  }

  .timeline-_image-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .timeline-_image-wrapper.right {
    padding-right: 2.5rem;
  }

  .padding_header.is-smaller {
    padding-top: 3.5rem;
    padding-bottom: 1rem;
  }

  .timeline_content-wrapper {
    padding-right: 2.5rem;
  }

  .timeline_content-wrapper.left {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-xlarge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .kar-intro_grid {
    grid-template-columns: 1fr;
  }

  .kar_counting-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .kar-info-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .container-5 {
    flex-direction: column;
  }

  .cta-button-title-3, .fliesstext_style_2 {
    text-align: left;
  }

  .cta-button-3.color._2 {
    margin-top: 25px;
  }

  .text_icon {
    text-align: left;
  }

  .header2_component {
    flex-direction: column;
  }

  .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .play_icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .counting-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .demo-container {
    background-image: url('../images/background.svg'), linear-gradient(to bottom, null, null);
    background-attachment: fixed, scroll;
    align-items: center;
    min-height: 100vh;
    display: block;
  }

  .demo-banner-bottom {
    align-items: flex-end;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-wrapper {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-close-div-2 {
    margin-left: 20px;
  }

  .demo-p.main {
    max-width: 350px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .demo-heading.h1 {
    max-width: 400px;
  }

  .demo-heading.h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .demo-main-text-wrapper {
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .left-arrow {
    inset: auto auto -5% 7%;
  }

  .block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .right-arrow {
    inset: auto 7% -5% auto;
  }

  .image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .block-slide-info {
    flex-direction: column;
  }

  .slider-infobox {
    height: 620px;
  }
}

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

  h2 {
    font-size: 32px;
  }

  .section.white-section.vorteile {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.cta-section {
    padding-top: 0;
  }

  .section.property-hero-section {
    padding-bottom: 100px;
  }

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

  .home-hero-left {
    margin-left: 0;
  }

  .opacity-subtitle {
    text-align: left;
  }

  .opacity-subtitle.kleiner {
    margin-top: 96px;
    font-size: 20px;
  }

  .opacity-subtitle.kleiner.braunschweig, .opacity-subtitle.kleiner.braunschweig._22 {
    margin-top: 0;
  }

  .opacity-subtitle.kleiner.braunschweig._454 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .opacity-subtitle.kleiner._22 {
    margin-top: 0;
  }

  .properties-filter-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 59px;
  }

  .home-hero-img-wrapper {
    height: 50vh;
  }

  .home-hero-img-wrapper.small {
    width: 80%;
    margin-top: 37px;
  }

  .button.header-button.anfragen.mitlaufend {
    z-index: 12;
  }

  .button.header-button._12312 {
    margin-top: 0;
  }

  .loactions-list-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2-col.braunschweig._222 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid-image-bg {
    left: -7px;
  }

  .why-image-el {
    display: none;
  }

  .why-image-el.small {
    display: block;
    right: 6%;
  }

  .preheader {
    margin-top: 91px;
  }

  .text-highlighted-yellow.slide-in-bottom {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
  }

  .listings-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .listing-item {
    padding-left: 0;
    padding-right: 0;
  }

  .listing-card-img-wrapper {
    height: 200px;
  }

  .listing-card-info-item {
    margin-right: 20px;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-card {
    background-image: url('../images/DSC00665.jpg'), linear-gradient(#0000, #0000);
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .testimonial-message {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .cta-block {
    padding: 40px 20px;
  }

  .cta-form-button {
    width: 100%;
    position: static;
  }

  .footer-main {
    padding-bottom: 0;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-links-col {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .property-location {
    background-position: 50% 0;
    padding-top: 28px;
    padding-left: 0;
    font-size: 16px;
  }

  .property-description-wrapper {
    flex: 0 auto;
  }

  .property-description-card {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    margin-left: -5%;
  }

  .description-card-top {
    flex-direction: column;
    align-items: stretch;
  }

  .prise-text {
    font-size: 24px;
  }

  .property-info-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .property-info-icon-wrapper {
    font-size: 16px;
  }

  .property-icon {
    display: none;
  }

  .property-price-wrapper {
    margin-bottom: 10px;
  }

  .period-text {
    margin-bottom: 1px;
  }

  .features-rich-text ul {
    grid-template-columns: 1fr;
  }

  .property-id-wrap {
    margin-left: -5px;
  }

  .property-gallery-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-block-overlay, .agent-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .additional-listing-item {
    max-width: 90%;
  }

  .filter-form-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter-buttons {
    margin-bottom: 15px;
  }

  .filter-form-info {
    margin-left: 0;
  }

  .pagination-next-button, .pagination-prev-button {
    background-size: 14px;
    width: 40px;
    height: 40px;
  }

  .page-count {
    margin-left: 10px;
    margin-right: 10px;
  }

  .founder-quote {
    font-size: 20px;
  }

  .cta-heading {
    width: 200px;
    font-size: 20px;
  }

  .agent-photo {
    max-width: 100%;
  }

  .btns-wrap {
    grid-template-columns: auto;
  }

  .contact-form-block {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-office {
    padding: 32px 20px 20px;
  }

  .form-block {
    width: 200px;
  }

  .heading-2 {
    font-size: 23px;
  }

  .heading-2.braunschweig {
    margin-top: 70px;
  }

  .image {
    max-width: 100%;
    margin-left: 136px;
  }

  .grid {
    display: block;
  }

  .paragraph {
    font-size: 14px;
  }

  .image-2._22, .image-2._33, .image-2._55, .image-2._66 {
    max-width: 10%;
  }

  .details-wrapper {
    overflow: hidden;
  }

  .text-color-white {
    clear: none;
    word-break: normal;
  }

  .details_heading {
    direction: ltr;
  }

  .logo-slider-img {
    width: 100px;
  }

  .page-padding.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .test-oben {
    font-size: 20px;
  }

  .text-oben-2 {
    font-size: 24px;
    line-height: 125%;
  }

  .heading-3 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-highlighted-yellow-2.slide-in-bottom {
    font-size: 18px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-2 {
    align-self: stretch;
  }

  .button-2.is-long {
    white-space: pre-wrap;
  }

  .button-2.is-secondary_small {
    flex: 1;
  }

  .button-2.is-tiny, .button-2.is-secondary {
    align-self: stretch;
  }

  .heading-style-h3 {
    padding-left: 1rem;
    line-height: 2.2rem;
  }

  .bold-text {
    font-size: 35px;
    line-height: 45px;
  }

  .n {
    font-size: 30px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 40px;
  }

  .heading-5, .bold-text-2, .bold-text-3 {
    font-size: 35px;
    line-height: 45px;
  }

  .container-3 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .form-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 0;
    display: block;
  }

  .checkbox-field {
    margin-top: 20px;
    padding-left: 45px;
  }

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

  .text-size-big {
    padding-left: 1rem;
    padding-right: 20px;
  }

  .cta-text-wrapper {
    border-top-style: none;
    border-left: 1px solid #d0d5dd;
    border-top-right-radius: 0;
    border-bottom-left-radius: .75rem;
  }

  .grid_header-wrapper {
    grid-row-gap: .25rem;
  }

  .cta-image {
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    max-width: 28rem;
  }

  .header_paragraph {
    align-self: center;
    width: 90%;
  }

  .timeline_content {
    max-height: 100%;
  }

  .padding-section-large-3.is-video {
    padding-top: 9rem;
  }

  .team-list {
    grid-template-columns: 1fr;
  }

  .timeline-_image-wrapper, .timeline-_image-wrapper.right {
    padding-left: 1rem;
    padding-right: 0;
  }

  .padding_header.is-video {
    padding-top: 7rem;
  }

  .grid_content-wrapper {
    grid-row-gap: 1rem;
  }

  .cta-component {
    flex-direction: column;
  }

  .timeline_content-wrapper, .timeline_content-wrapper.left {
    padding-left: 1rem;
    padding-right: 0;
  }

  .footer-social-component {
    grid-row-gap: 1.5rem;
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block-19 {
    aspect-ratio: auto;
    background-color: #161819;
    margin-top: 20px;
    margin-right: 0;
    padding: 25px;
  }

  .kar_counting-grid {
    grid-template-columns: 1fr;
  }

  .kar_counting-box {
    grid-row-gap: .25rem;
    width: 100%;
  }

  .hero-btn-wrapper {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: stretch;
  }

  .header-content.is-video {
    overflow: hidden;
  }

  .kar_content-wrapper {
    grid-row-gap: .25rem;
  }

  .grid-3 {
    grid-template-columns: 1.5fr .75fr;
    margin-left: -10px;
  }

  .kar_couting_number {
    font-size: 2.7rem;
  }

  .container-5 {
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
  }

  .container-5.jobs {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-button-title-3 {
    font-size: 13px;
    line-height: 17px;
  }

  .stelle_titel {
    color: #000;
    font-size: 15px;
    font-weight: 400;
  }

  .stelle_titel:hover {
    color: #000;
  }

  .fliesstext_style_2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    max-width: 100%;
    margin-top: 5px;
    padding-right: 0;
    font-size: 13px;
    display: block;
    position: static;
    overflow: visible;
  }

  .cta-button-3 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .cta-button-3.color {
    z-index: 999999;
    border-width: 2px;
    width: auto;
    height: auto;
    padding: 20px 5px;
  }

  .text_icon {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    padding-right: 0;
    font-size: 13px;
    list-style-type: disc;
    display: block;
  }

  .faq-wrapper {
    width: 100%;
  }

  .paragraph-4 {
    font-size: 20px;
  }

  .section-interview {
    background-image: linear-gradient(0deg, #4690caa3, #ffffffa6), url('../images/Adventus-Indien-Blur.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .padding-global-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-style-h1-dark {
    font-size: 2rem;
  }

  .tag-small {
    margin-top: 0;
  }

  .counting-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
  }

  .demo-banner-bottom {
    align-items: flex-start;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 100px;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-close-div-2 {
    align-items: flex-end;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 10px;
    position: relative;
  }

  .demo-arrow-text {
    display: none;
  }

  .image-8 {
    margin-top: 0;
    margin-right: 0;
  }

  .demo-p.main {
    max-width: 350px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding-right: 0;
    font-size: 14px;
  }

  .demo-heading.h1 {
    line-height: 28px;
  }

  .demo-heading.h2 {
    font-size: 15px;
    line-height: 20px;
  }

  .demo-bottom-buttons {
    flex-direction: column;
    align-items: flex-end;
    bottom: 20px;
    left: 20px;
  }

  .demo-btn-close-wrapper {
    flex: none;
    align-items: center;
  }

  .button-3, .button-3.bottom {
    font-size: 14px;
  }

  .image-9 {
    margin-left: 0;
    margin-right: 0;
  }

  .demo-banner-bottom-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .demo-right-arrow-wrapper {
    width: 50px;
  }

  .footer-link-block {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .demo-left-arrow-wrapper {
    width: 50px;
  }

  .d-50-circle-wrapper-2 {
    margin-bottom: 0;
  }

  .demo-main-text-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .interaction-heading {
    margin-bottom: 0;
    font-size: 14px;
  }

  .demo-arrow-wrapper {
    justify-content: center;
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .demo-arrow-wrapper.next {
    justify-content: center;
  }

  .punkt-1 {
    top: -51px;
    left: -272px;
  }

  .paragraph-5.bremen {
    left: -66px;
  }

  .punkt-2 {
    top: -26px;
    left: -249px;
  }

  .punkt-3 {
    top: -42px;
    left: -193px;
  }

  .punkt-4 {
    top: -18px;
    left: -176px;
  }

  .punkt-5 {
    top: 7px;
    left: -168px;
  }

  .punkt-6 {
    top: -2px;
    left: -188px;
  }

  .bold-text-16 {
    font-size: 25px;
  }

  .feature-slider {
    width: 250px;
  }

  .block-slide {
    height: auto;
  }

  .text-size-regular {
    font-size: .8rem;
  }

  .heading-style-small-light {
    font-size: 1rem;
  }

  .div-block-21 {
    background-color: #eed96c;
    place-items: center;
    margin-top: 9px;
  }

  .image-10 {
    max-width: 80%;
  }
}

#w-node-_5ec5b436-dcd9-c068-ed8e-593aa35fa044-f2d076b1, #w-node-_7595e0bc-9231-acde-6302-918a4178de19-f2d076b1, #w-node-db397b75-a32c-8692-f4e4-0b97a2bb997d-f2d076b1, #w-node-f3525632-2905-beb1-f735-3940436541fb-f2d076b1, #w-node-d070f92f-01e0-6682-58c3-0d381df87f43-f2d076b1, #w-node-d070f92f-01e0-6682-58c3-0d381df87f4b-f2d076b1, #w-node-d070f92f-01e0-6682-58c3-0d381df87f53-f2d076b1, #w-node-d070f92f-01e0-6682-58c3-0d381df87f5b-f2d076b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_095a8d05-fe6f-0f07-e0c5-39eb16a56751-d15a771e {
  place-self: center;
}

#w-node-_7dca8ae9-bbec-ddca-7750-e1effbd9f730-d15a771e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9d-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcad-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb5-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbd-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc5-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccd-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd5-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdd-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5b0-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160d-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf5-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfd-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd05-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd14-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-f2d076bd {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f03f-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-f2d076bd {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd67-f2d076bd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd6c-f2d076bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df75-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df7b-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df81-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0df87-f2d076bd {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3eddf352-41d4-8a0e-9e8c-94c1c43ef587-90a2ea0d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488651-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488653-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48865f-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488667-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488677-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488679-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48867d-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488683-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488689-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48868d-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48868f-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488691-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488695-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48869b-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886a1-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886a5-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886a7-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886a9-80719511, #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886ad-80719511, #w-node-_163da6c3-e262-a76b-8ad7-38435a83cd63-80719511, #w-node-_37471b4b-e16b-f072-8c8e-e7d18101da25-80719511 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b48552f3-ef73-90ae-62f6-3f234bf6e2f4-80719511 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b48552f3-ef73-90ae-62f6-3f234bf6e30a-80719511 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-b48552f3-ef73-90ae-62f6-3f234bf6e325-80719511 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-b48552f3-ef73-90ae-62f6-3f234bf6e344-80719511 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-b48552f3-ef73-90ae-62f6-3f234bf6e35f-80719511 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-b48552f3-ef73-90ae-62f6-3f234bf6e363-80719511 {
  grid-area: 4 / 4 / 3 / 5;
}

#w-node-eed3a76c-bf26-3fa5-9f3b-5dfd5072a183-c7095007 {
  align-self: start;
}

#w-node-_1cbf5c54-8341-fec0-9c0a-81980bc88cf7-c7095007 {
  justify-self: end;
}

#w-node-_2f637a07-0fec-8f8b-8bc6-2b2035ac9f7a-c7095007, #w-node-eed3a76c-bf26-3fa5-9f3b-5dfd5072a183-7a656932 {
  align-self: start;
}

#w-node-_1cbf5c54-8341-fec0-9c0a-81980bc88cf7-7a656932 {
  justify-self: end;
}

#w-node-eed3a76c-bf26-3fa5-9f3b-5dfd5072a183-67591ad4 {
  align-self: start;
}

#w-node-_1cbf5c54-8341-fec0-9c0a-81980bc88cf7-67591ad4 {
  justify-self: end;
}

#w-node-eed3a76c-bf26-3fa5-9f3b-5dfd5072a183-5b1cbf9d {
  align-self: start;
}

#w-node-_1cbf5c54-8341-fec0-9c0a-81980bc88cf7-5b1cbf9d {
  justify-self: end;
}

#w-node-eed3a76c-bf26-3fa5-9f3b-5dfd5072a183-8973cd0f {
  align-self: start;
}

#w-node-_1cbf5c54-8341-fec0-9c0a-81980bc88cf7-8973cd0f {
  justify-self: end;
}

#w-node-eed3a76c-bf26-3fa5-9f3b-5dfd5072a183-c3df00c4 {
  align-self: start;
}

#w-node-_1cbf5c54-8341-fec0-9c0a-81980bc88cf7-c3df00c4 {
  justify-self: end;
}

#w-node-eed3a76c-bf26-3fa5-9f3b-5dfd5072a183-2d498d96 {
  align-self: start;
}

#w-node-_1cbf5c54-8341-fec0-9c0a-81980bc88cf7-2d498d96 {
  justify-self: end;
}

#w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c13-869d34aa, #w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c14-869d34aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c1e-869d34aa {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c20-869d34aa, #w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c27-869d34aa, #w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c2e-869d34aa, #w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c35-869d34aa, #w-node-_2995f9eb-af7e-8ca7-71df-092a5bce439b-869d34aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c42-869d34aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c4d-869d34aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_711f4751-b8bf-4acc-cccf-ad5e6af92ff7-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5ec5b436-dcd9-c068-ed8e-593aa35fa044-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7595e0bc-9231-acde-6302-918a4178de18-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_7595e0bc-9231-acde-6302-918a4178de19-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db397b75-a32c-8692-f4e4-0b97a2bb997c-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-db397b75-a32c-8692-f4e4-0b97a2bb997d-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3525632-2905-beb1-f735-3940436541fa-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f3525632-2905-beb1-f735-3940436541fb-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d070f92f-01e0-6682-58c3-0d381df87f42-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d070f92f-01e0-6682-58c3-0d381df87f43-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d070f92f-01e0-6682-58c3-0d381df87f4a-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d070f92f-01e0-6682-58c3-0d381df87f4b-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d070f92f-01e0-6682-58c3-0d381df87f52-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d070f92f-01e0-6682-58c3-0d381df87f53-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d070f92f-01e0-6682-58c3-0d381df87f5a-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d070f92f-01e0-6682-58c3-0d381df87f5b-7cd199df {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9d-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
    place-self: start;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcad-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb5-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbd-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc5-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccd-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd5-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdd-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b0-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160d-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf5-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfd-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd05-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd14-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-f2d076bd {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03f-f2d076bd {
    grid-column: span 4 / span 4;
  }

  #w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-f2d076bd {
    grid-column: span 8 / span 8;
  }

  #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e2f4-80719511 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e30a-80719511 {
    grid-area: 3 / 5 / 4 / 7;
  }

  #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e325-80719511 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e344-80719511 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e35f-80719511 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e363-80719511 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc99-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dc9c-f2d076bd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dca1-f2d076bd {
    grid-column: span 6 / span 6;
  }

  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcac-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb1-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb4-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcb9-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcbc-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc1-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc4-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcc9-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dccc-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd1-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd4-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcd9-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcdc-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dce1-f2d076bd, #w-node-a391e938-8820-ab19-e2c5-6448cf31f5af-f2d076bd, #w-node-a391e938-8820-ab19-e2c5-6448cf31f5b4-f2d076bd, #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c3160c-f2d076bd, #w-node-_10d4ad7b-10c4-fa55-ebde-7a1727c31611-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf4-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcf9-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dcfc-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd01-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd04-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd0b-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd13-f2d076bd, #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd18-f2d076bd, #w-node-e4987d81-2244-c395-d705-3bb6a0d4f03e-f2d076bd, #w-node-e4987d81-2244-c395-d705-3bb6a0d4f043-f2d076bd {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488677-80719511 {
    order: -9;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488679-80719511 {
    order: -10;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48867d-80719511 {
    order: -8;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488683-80719511 {
    order: -5;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488689-80719511 {
    order: -7;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48868d-80719511 {
    order: -6;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48868f-80719511 {
    order: -3;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488691-80719511 {
    order: -4;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a488695-80719511 {
    order: -2;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a48869b-80719511 {
    order: 2;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886a1-80719511 {
    order: -1;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886a5-80719511 {
    order: 0;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886a7-80719511 {
    order: 3;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886a9-80719511 {
    order: 2;
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_31f6be5d-b8f7-8c9b-e057-641e8a4886ad-80719511, #w-node-_163da6c3-e262-a76b-8ad7-38435a83cd63-80719511 {
    order: 4;
  }

  #w-node-e56bb314-e376-ae07-8fac-5d5186080088-80719511 {
    order: 2;
  }

  #w-node-_37471b4b-e16b-f072-8c8e-e7d18101da25-80719511 {
    order: 3;
  }

  #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e2f4-80719511, #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e30a-80719511, #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e325-80719511, #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e344-80719511, #w-node-b48552f3-ef73-90ae-62f6-3f234bf6e363-80719511, #w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c1e-869d34aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27c5cb96-9897-3b96-a8c4-9c999bbc7c42-869d34aa {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5da73b8d-3c61-4727-0dd8-9a6da5d0dd60-f2d076bd, #w-node-_7b93665d-38ed-3e3a-d35f-b8751669a15e-f2d076bd, #w-node-_07f3ec19-fe2c-0cb4-d8fe-e0cee4338022-f2d076bd, #w-node-ae96024f-6a96-8139-25be-0b2349abd50f-f2d076bd, #w-node-_980b5b1b-f0a3-324f-a1f6-546e97c1f7ce-f2d076bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


