@font-face {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 100";
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-100.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 2";
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-100italic-2.ttf') format("truetype"), url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-500italic.ttf') format("truetype"), url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-600italic-2.ttf') format("truetype"), url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-italic-2.ttf') format("truetype"), url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-700italic-2.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500 2";
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-500-2.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2";
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-700-2.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500";
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-500.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: K2d custom v3 latin vietnamese latin ext thai;
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 600 2";
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-600.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-blue: #073b5c;
  --alice-blue: #e5f0fa;
  --old-lace: #f2ebdb;
  --old-lace-2: #f2ebdb;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.body {
  background-color: #fffcf0;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.body.blue {
  background-color: #e5f0fa;
}

.body.sand {
  background-color: #f2ebdb;
}

.div-block {
  background-color: #0000;
  border-radius: 0;
  width: 100vw;
  height: 70vh;
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  position: relative;
}

.center-column {
  flex-direction: column;
  align-items: center;
  width: auto;
  max-width: 1000px;
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-column.wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.center-column.ausgeblendet {
  display: none;
}

.h1 {
  color: #f2d40e;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 23px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
}

.h1.blau {
  color: var(--dark-slate-blue);
  font-size: 60px;
  line-height: 62px;
}

.h1.blau.left {
  text-align: left;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.h1.blau.with-space {
  margin-top: 33px;
  margin-bottom: 44px;
}

.h1.weiss {
  color: var(--alice-blue);
}

.h2 {
  color: var(--dark-slate-blue);
  text-align: center;
  max-width: 850px;
  min-height: 40px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 40px;
}

.h2.left {
  text-align: left;
  flex: none;
  width: 100%;
  max-width: 750px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  font-weight: 400;
}

.h2.with-space {
  margin-bottom: 40px;
}

.h2.weiss {
  color: var(--alice-blue);
}

.copy {
  color: #0f3171;
  max-width: 750px;
  margin: 8px auto 100px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 600 2", sans-serif;
  font-size: 19px;
  line-height: 31px;
  list-style-type: decimal;
}

.copy.list-item {
  margin-bottom: 0;
}

.copy.center {
  text-align: center;
  flex: 0 auto;
  margin-left: auto;
}

.copy.center.no_margin {
  flex: 0 auto;
}

.copy.no_margin {
  margin-top: 0;
  margin-bottom: 0;
}

.copy.brown {
  display: none;
}

.space {
  height: 60px;
}

.space._120 {
  max-width: 100px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

.space._300 {
  height: 300px;
}

.space._200 {
  height: 200px;
  display: block;
}

.space._30 {
  height: 30px;
}

.image {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.left-column {
  width: 90%;
  max-width: 650px;
  margin-right: 20px;
}

.right-column {
  width: 90%;
  max-width: 650px;
  margin-left: 20px;
}

.h3 {
  color: var(--dark-slate-blue);
  margin-bottom: 15px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
}

.h3.green {
  color: #0b551c;
}

.h3.weiss {
  color: #fff;
  margin-bottom: 6px;
  padding: 10px;
  font-weight: 400;
  line-height: 31px;
}

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

.h3.no-margin {
  color: #007fbe;
  margin-bottom: 0;
}

.image-2 {
  margin-bottom: 107px;
}

.list {
  padding-left: 20px;
  list-style-type: disc;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  bottom: -46px;
}

.sapce {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.sapce._300 {
  height: 300px;
}

.sapce._500 {
  height: 500px;
  position: relative;
}

.sapce._200 {
  max-width: 10vw;
  height: 200px;
  max-height: 200px;
  position: relative;
  overflow: visible;
}

.image-4 {
  width: 300px;
  position: absolute;
  inset: 51% -9% 0% auto;
}

.kitas_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 98vw;
  height: 100%;
  max-height: 1000px;
  margin-top: 91px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kita_card {
  background-color: var(--old-lace);
  border-radius: 280px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 310px;
  height: 100%;
  min-height: 810px;
  max-height: 980px;
  margin: 2px;
  padding: 17px;
  display: flex;
}

.kita_card.tilt-1 {
  transform: rotate(-1deg);
}

.kita_card.tilt-2 {
  margin: 11px;
  position: relative;
  bottom: -116px;
  transform: rotate(-4deg);
}

.kita_card.tilt-3 {
  position: relative;
  top: -45px;
  transform: rotate(2deg);
}

.kita_card.tilt-4 {
  position: relative;
  bottom: -71px;
  transform: rotate(2deg);
}

.kita_image {
  border-radius: 340px;
  width: 280px;
  height: 280px;
  overflow: hidden;
}

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

.kita_information {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px 5px 5px;
  display: flex;
}

.kita_adresse {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 18px;
}

.kita-beschreibung {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 23px;
  margin-bottom: 0;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500 2", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-3 {
  border-top: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  padding-top: 19px;
  display: flex;
}

.kita_info {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 14px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.sidenote {
  color: var(--dark-slate-blue);
  text-align: left;
  letter-spacing: .3px;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.tagespflege {
  width: 94vw;
  max-width: 1360px;
  margin-top: 73px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 0;
  overflow: visible;
}

.div-block-4 {
  background-color: var(--old-lace);
  border-radius: 530px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1560px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 38px;
  display: flex;
  position: relative;
  overflow: visible;
  transform: rotate(3deg);
}

.div-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  transform: rotate(-3deg);
}

.div-block-6 {
  border-radius: 590px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 580px;
  display: flex;
  overflow: hidden;
}

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

.tagespflege_head {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 19px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.text-block-3 {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 600 2", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.tagespflege_teaser_copy {
  color: var(--dark-slate-blue);
  text-align: center;
  width: 85%;
  margin-top: 17px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-4 {
  color: var(--dark-slate-blue);
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.image-6 {
  height: 40px;
  margin: 7px;
}

.button {
  color: var(--dark-slate-blue);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 21px;
  margin-bottom: 27px;
  padding: 20px 20px 22px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 21px;
  font-weight: 400;
  transition: all .2s;
}

.button:hover {
  box-shadow: 5px 5px 0 0 var(--dark-slate-blue);
  background-color: #eff8ff;
  transform: translate(-3px, -3px);
}

.button.blau {
  color: #fff;
  letter-spacing: .3px;
  background-color: #007fbe;
}

.button.blau.padded {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-weight: 400;
}

.image-7 {
  position: static;
  inset: auto 10% -9% auto;
}

.image-8 {
  position: absolute;
  inset: -8% 28% auto auto;
}

.eingewoehnung {
  background-color: #0000;
  border-radius: 570px;
  width: 95vw;
  max-width: 1380px;
  height: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 61px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-9 {
  border-radius: 1000px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  transform: rotate(6deg);
}

.div-block-10 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-right: 22px;
  display: flex;
  transform: rotate(6deg);
}

.image-9 {
  object-fit: cover;
  width: 120%;
  height: 114%;
}

.div-block-11 {
  object-fit: cover;
  border-radius: 540px;
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

.image-10 {
  margin-top: 26px;
  margin-bottom: 14px;
}

.image-11 {
  position: absolute;
  inset: -28% auto auto 25%;
}

.map {
  z-index: 0;
  width: 100%;
  max-width: 100vw;
  height: 44vh;
  max-height: 600px;
  margin-bottom: -21px;
  display: block;
  position: static;
}

.div-block-12 {
  flex-direction: column;
  width: 100vw;
  margin-top: 196px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-13 {
  z-index: 6;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 68px;
  padding-bottom: 61px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-12 {
  object-fit: cover;
  max-width: 120%;
  height: 100%;
  position: absolute;
}

.div-block-14 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 43px;
  flex: 0 auto;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: auto;
  max-width: 1200px;
  margin: 5px auto 30px;
  display: grid;
  position: static;
  inset: 0%;
}

.text-block-5 {
  color: var(--dark-slate-blue);
  margin-bottom: 9px;
  margin-right: 92px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500 2", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

.text-block-6 {
  font-family: K2D;
  font-size: 20px;
  line-height: 27px;
}

.link {
  color: var(--dark-slate-blue);
  margin-bottom: 14px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-15 {
  flex-direction: column;
  display: flex;
}

.div-block-16 {
  z-index: 100;
  justify-content: space-between;
  width: 100vw;
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-17 {
  background-image: url('../images/navbar_kaese.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-wrap: wrap;
  flex: 1;
  place-content: space-around flex-end;
  align-items: center;
  width: auto;
  height: 110px;
  margin-top: 13px;
  padding: 18px 21px 27px;
  display: flex;
  position: relative;
}

.image-13 {
  z-index: -1;
  width: 70vw;
  min-height: 80px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navlink {
  color: #502c03;
  white-space: nowrap;
  margin-left: 15px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 600 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.navlink:hover {
  filter: brightness(200%);
}

.div-block-18 {
  flex: none;
  width: 100%;
  max-width: 360px;
  margin-left: 44px;
  margin-right: 16px;
  position: relative;
}

.div-block-18.w--current {
  z-index: 99997;
  flex: none;
  width: 100%;
  max-width: 330px;
  margin-left: 12px;
}

.div-block-18.english {
  max-width: 320px;
  margin-left: 14px;
}

.image-14 {
  object-fit: fill;
  width: 100%;
  max-width: 300px;
  margin-right: 30px;
  display: block;
  position: absolute;
  top: -62px;
}

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

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  width: 800vw;
  height: 710px;
  margin-top: 38px;
  margin-bottom: 37px;
  display: flex;
  position: relative;
  overflow: visible;
}

.slider_image {
  border-radius: 30px;
  width: 100%;
  min-width: 400px;
  max-width: 600px;
  max-height: 600px;
  margin: -58px;
  position: static;
  overflow: hidden;
}

.slider_image.vertical {
  z-index: 1;
  max-width: 400px;
  height: 100%;
  max-height: 490px;
  position: relative;
  bottom: -31px;
}

.slider_image._2 {
  z-index: 1;
  margin: -1px;
  position: relative;
  top: 75px;
}

.slider_image._1 {
  border-radius: 40px;
  position: static;
  top: -33px;
}

.slider_image._4 {
  position: relative;
  top: -47px;
}

.slider_image._5 {
  z-index: 2;
  position: relative;
  top: 131px;
}

.slider_image._6 {
  position: relative;
  top: -68px;
}

.slider_image._7 {
  position: relative;
  top: 72px;
}

.slider_image._8 {
  position: relative;
  top: -42px;
}

.slider_image._9 {
  position: relative;
  top: -87px;
}

.slider_image._10 {
  position: relative;
  bottom: -37px;
}

.slider_image._11 {
  position: relative;
  bottom: -19px;
}

.slider_image._13 {
  position: relative;
  bottom: -126px;
}

.slider_image._14 {
  position: relative;
  bottom: -9px;
}

.slider_image._15 {
  position: relative;
  bottom: -152px;
}

.slider_image._16 {
  position: relative;
  bottom: -18px;
}

.slider_image._17 {
  position: relative;
  bottom: -198px;
}

.slider_image._18 {
  position: relative;
  bottom: -25px;
}

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

.div-block-20 {
  display: inline-block;
}

.image-17 {
  z-index: 20;
  position: absolute;
  inset: auto auto 1% -10%;
}

.section, .tagespflege_section_tablet_and_below, .eingewoehnung_section_tablet_and_below {
  display: none;
}

.section-2 {
  max-width: 100vw;
  display: none;
  overflow: visible;
}

.div-block-32 {
  display: none;
}

.div-block-33 {
  width: 100%;
  max-height: 890px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.kita-overlay-container {
  display: none;
}

.kita_overlay_button_overlay_container.suedstadt {
  display: block;
}

.div-block-37 {
  justify-content: space-between;
  margin-bottom: 90px;
  display: flex;
}

.div-block-38 {
  flex: 1;
  margin-left: 35px;
}

.counter_to_left {
  background-color: #c7e2f8;
  border-radius: 130px;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.engewoehnung_header_container {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 50% 41%;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 98vw;
  margin-bottom: 99px;
  padding: 22px;
  display: grid;
  overflow: visible;
}

.div-block-39 {
  border-radius: 1000px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
  top: -169px;
  left: -480px;
  overflow: hidden;
}

.image-23 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-40 {
  width: auto;
  height: auto;
  position: static;
  top: 154px;
}

.image-24 {
  position: static;
  inset: 56% 21% 0% auto;
}

.image-25 {
  z-index: 1;
  position: static;
  inset: 0% auto 0% 0%;
}

.lebenslauf {
  background-color: var(--old-lace-2);
  border-radius: 30px;
  width: 97%;
  max-width: 1300px;
  margin: 60px auto 100px;
  padding: 76px;
}

.div-block-41 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.div-block-42 {
  flex: 1;
  max-width: 50%;
  padding-right: 20px;
}

.div-block-43 {
  flex: 1;
}

.div-block-44 {
  background-color: #daf4d9;
  border-radius: 40px;
  width: auto;
  max-width: 800px;
  padding: 68px 146px 68px 68px;
  display: flex;
  position: relative;
  left: -118px;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  height: 680px;
  display: flex;
}

.image-26 {
  border-radius: 20px;
  max-height: 490px;
  position: absolute;
  inset: -10% -29% 0% auto;
}

.div-block-46 {
  height: 13vh;
}

.map-2 {
  width: 100vw;
  max-width: 2000px;
  height: 700px;
  margin-bottom: 119px;
}

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

.div-block-48 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-49 {
  border-radius: 240px;
  width: 250px;
  height: 250px;
  margin: 48px;
  position: relative;
  overflow: visible;
}

.image-27 {
  border-radius: 250px;
  width: 100%;
  height: 100%;
}

.div-block-50 {
  color: #fff;
  background-color: #ed7381;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-family: K2D;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-51 {
  width: 150px;
  height: 6px;
}

.div-block-52 {
  border-radius: 430px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
  display: flex;
  position: static;
  inset: -14% -10% auto auto;
  overflow: hidden;
}

.image-28 {
  object-fit: cover;
  width: 100%;
}

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

.div-block-54 {
  display: none;
}

.div-block-55 {
  width: 100vw;
  max-width: 1500px;
}

.div-block-56 {
  display: none;
}

.image-30 {
  position: absolute;
  inset: auto 9% 1% auto;
}

.div-block-57 {
  inset: 0% 0% auto;
}

.div-block-58 {
  justify-content: center;
  align-items: center;
  margin-left: 26px;
  margin-right: 1px;
  display: flex;
}

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

.image-31 {
  filter: brightness(90%);
  border: 1px #000;
}

.div-block-59 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.link-block-2 {
  width: 40px;
  height: 40px;
  margin: 7px;
}

.link-block-2.suedstadt {
  width: auto;
  height: 25px;
  text-decoration: none;
}

.link-block-3 {
  width: 40px;
  height: 40px;
}

.link-block-3.suedstadt {
  width: auto;
  height: auto;
  text-decoration: none;
}

.list-2 {
  color: var(--dark-slate-blue);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-family: K2D;
  font-size: 18px;
  list-style-type: decimal;
}

.div-block-60 {
  max-width: 700px;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
}

.link-2 {
  color: var(--dark-slate-blue);
  font-family: "K2d custom v3 latin vietnamese latin ext thai 600 2", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.kitas-horizontal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: var(--old-lace);
  border-radius: 500px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 300px;
  margin-bottom: 29px;
  padding: 24px 37px 24px 24px;
  display: grid;
}

.div-block-61.tilt2 {
  flex: 0 auto;
  justify-items: end;
  padding-left: 37px;
  padding-right: 24px;
}

.div-block-61.tilt4 {
  justify-items: end;
  margin-top: 14px;
  padding-left: 37px;
  padding-right: 24px;
}

.div-block-61.tilt4.announcement {
  grid-column-gap: 29px;
  background-color: var(--old-lace);
  grid-template-columns: 1fr auto auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 37px;
}

.div-block-61.tilt4.announcement.mobile {
  display: none;
}

.div-block-62 {
  border-radius: 400px;
  flex: none;
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.div-block-62.icon {
  background-color: #073b5c14;
  padding: 50px;
}

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

.div-block-63 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.div-block-64 {
  padding: 22px;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8 {
  color: var(--dark-slate-blue);
  text-decoration: none;
}

.mental-model-mouse {
  z-index: 4000;
  background-color: var(--old-lace-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-67 {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 60vh;
  display: flex;
}

.div-block-68 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 26px;
  font-family: K2D;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-68:hover {
  filter: brightness(200%);
}

.button-2 {
  background-color: var(--dark-slate-blue);
  letter-spacing: .5px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  height: 50px;
  margin-bottom: 54px;
  font-family: K2D;
  font-size: 20px;
  display: flex;
}

.button-2:hover {
  filter: brightness(200%);
}

.image-33 {
  max-height: 700px;
}

.div-block-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: 100px;
  grid-template-columns: minmax(100px, 100px) minmax(100px, 100px) minmax(100px, max-content) minmax(200px, max-content) 140px;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  height: 100px;
  max-height: 170px;
  display: grid;
}

.div-block-70 {
  width: auto;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 14px;
}

.image-34 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 33px;
}

.widget-plus-button {
  z-index: 3000;
  cursor: pointer;
  background-color: #e2e3eb7a;
  border: 2px solid #073b5c29;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 8px;
  transition: all .2s;
  display: flex;
  position: static;
  inset: auto 0% 0% auto;
}

.widget-plus-button:hover {
  filter: brightness(114%);
}

.widget-plus-button:active {
  background-color: #e2e3eb00;
  border-color: #073b5c0d;
  padding: 17px;
  transform: rotate(45deg);
}

.image-35 {
  width: 100%;
}

.widget {
  z-index: 3000;
  grid-column-gap: 15px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 25px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.notification_panel {
  background-color: #d6e4d6;
  border-radius: 20px;
  align-items: center;
  width: 340px;
  min-height: 70px;
  margin-bottom: 12px;
  padding: 21px;
  text-decoration: none;
  display: none;
}

.notification_panel.mail {
  background-color: #dfeee1;
  text-decoration: none;
  display: none;
}

.notification_panel.time {
  background-color: #b7d4eb;
  display: block;
}

.notification_content {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 18px;
  display: flex;
}

.notification-icon {
  flex: none;
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
}

.text-block-10 {
  color: var(--dark-slate-blue);
  font-family: K2D;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.text-block-10.light-green {
  color: #3daa3a;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-weight: 400;
}

.text-block-10.dark-green {
  color: #264c0f;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-weight: 400;
}

.link-9 {
  color: #2a8d27;
  text-decoration: none;
}

.link-10 {
  color: #264c0f;
  text-decoration: none;
}

.link-11 {
  color: #0b577c;
  text-decoration: none;
}

.text-span-widget-subline {
  color: #0b577c;
  letter-spacing: .3px;
  font-size: 17px;
  line-height: 23px;
}

.text-span-widget-subline.green {
  opacity: .46;
  color: #264c0f;
}

.text-span-widget-subline.light-green {
  opacity: .46;
  color: #3daa3a;
}

.bold-text {
  line-height: 35px;
}

.link-12 {
  color: #37a234;
  text-decoration: none;
}

.link-13 {
  color: #264c0f;
  text-decoration: none;
}

.subline {
  letter-spacing: .3px;
  font-size: 16px;
}

.text-block-11 {
  z-index: 2000;
  text-align: center;
  margin-top: 124px;
  font-size: 30px;
  position: absolute;
  inset: 5% 0% auto;
}

.div-block-71 {
  background-color: #fff;
  border-radius: 300px;
  align-items: center;
  padding: 22px 48px 22px 30px;
  display: inline-block;
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  width: 98%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.div-block-73 {
  height: 1px;
}

.div-block-74 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--alice-blue);
  border-radius: 1000px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 40px;
  display: grid;
  overflow: hidden;
  transform: rotate(-6deg);
}

.image-36 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-37 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.image-38 {
  position: absolute;
  inset: auto 0% 0% 8%;
}

.div-block-75 {
  object-position: 50% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.image-39 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.footer-2 {
  z-index: 2;
  padding: 53px;
  position: relative;
  overflow: hidden;
}

.image-40 {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.maps-div {
  height: 475px;
  margin-top: 68px;
  margin-bottom: -23px;
}

.image-41 {
  width: 100%;
  height: 100px;
}

.section-3 {
  position: relative;
}

.div-block-76 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  margin: 19px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  box-shadow: 1px 1px 20px -12px #000;
}

.div-block-77 {
  background-color: var(--dark-slate-blue);
  cursor: pointer;
  border-radius: 20px;
  height: 150px;
  margin-top: 40px;
  margin-bottom: 78px;
  padding: 23px 23px 23px 36px;
  transition: all .4s;
  display: flex;
}

.div-block-77:hover {
  box-shadow: 10px 10px 0 0 var(--alice-blue);
  background-color: #306b90;
  transform: translate(-3px, -3px);
}

.div-block-78 {
  flex: 0 auto;
}

.div-block-79 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.image-42 {
  height: 100%;
}

.text-block-12 {
  opacity: .65;
  color: #fff;
  letter-spacing: .4px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500 2", sans-serif;
  font-size: 16px;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-81 {
  grid-column-gap: 52px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  display: grid;
}

.koop-logo {
  max-height: 140px;
}

.video {
  height: 500px;
}

.div-block-82 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 200px) auto;
  grid-template-columns: minmax(200px, min-content) 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.html-embed {
  border-radius: 10px;
  flex: none;
  width: 680px;
  height: 302px;
  margin-top: 11px;
  display: flex;
  overflow: hidden;
}

.slider {
  background-color: var(--old-lace);
  border-radius: 40px;
  width: 100%;
  height: 500px;
  margin-bottom: 114px;
}

.slide {
  padding-bottom: 31px;
}

.div-block-83 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-84 {
  flex-direction: column;
  display: flex;
}

.image-43 {
  width: 100%;
}

.div-block-85 {
  max-width: 1200px;
  margin-top: 54px;
}

.div-block-86 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff;
  border-radius: 20px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  width: auto;
  padding: 26px;
  display: grid;
  overflow: hidden;
}

.div-block-86.mod {
  border-radius: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.avatar {
  border-radius: 40px;
  width: 150px;
  height: 150px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.play_button {
  background-color: var(--alice-blue);
  border-radius: 40px;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 10%;
}

.play_button:hover {
  transform: scale(1.1);
}

.div-block-87 {
  z-index: 99999;
  background-color: #e5f0faed;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-87.suedstadt-lightbox, .div-block-87.venusberg-lightbox, .div-block-87.gronau-lightbox, .div-block-87.godesberg-lightbox, .div-block-87.rheinallee-lightbox {
  display: none;
}

.div-block-88 {
  max-width: 900px;
}

.div-block-89 {
  background-color: var(--dark-slate-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 70px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.div-block-89:hover {
  background-color: #165883;
  text-decoration: none;
  transform: scale(1.02);
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: K2D;
  font-size: 23px;
  font-weight: 500;
}

.team_member {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.team_member_name {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 9px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 24px;
}

.team_member_funktion {
  color: var(--dark-slate-blue);
  text-align: center;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500 2", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.div-block-90 {
  grid-column-gap: 56px;
  grid-row-gap: 61px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin: 127px auto 79px;
  display: grid;
}

.div-block-91 {
  display: none;
}

.footer_logo {
  height: auto;
}

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

.link-14 {
  color: #0080d1;
  line-height: 40px;
  text-decoration: none;
}

.bold-text-3 {
  font-weight: 400;
}

.text-block-14 {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500", sans-serif;
}

.text-block-15 {
  font-family: "K2d custom v3 latin vietnamese latin ext thai 600 2", sans-serif;
}

.ck-button-w {
  color: #fff;
  text-align: center;
  background-color: #3fbd2a;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-button-w:hover {
  background-color: #262926;
}

.ck-button-w.is--secondary {
  color: #515750;
  background-color: #0000;
  margin-right: -1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .875rem;
  font-weight: 700;
}

.ck-button-w.is--secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.ck-button-w.is--secondary.is--fullwidth {
  margin-top: .75rem;
  margin-bottom: -1rem;
  margin-right: 0;
}

.ck-button-w.is--fullwidth {
  flex: none;
  width: 100%;
}

.ck-modal {
  background-color: var(--old-lace);
  border-radius: 0;
  flex-direction: column;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.ck-txt-link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck__exitbtn__line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.ck__exitbtn__line.is--left {
  transform: rotate(45deg);
}

.ck__exitbtn__line.is--right {
  transform: rotate(-45deg);
}

.ck-css-styles {
  display: none;
}

.ck-modal__content-w {
  padding: 1.75rem 2rem;
}

.ck-modal__content-w.is--small {
  padding: 1.5rem;
}

.ck-modal__exit-btn {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.ck-modal__exit-btn.is--sticky {
  position: sticky;
  top: 1rem;
}

.ck-modal__btns-w {
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.ck-modal__btns-w.is--small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.ck-modal__btns-w.in-pref-manger {
  margin: 2rem -2rem -2.25rem;
}

.ck-sr__only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-cookie-w {
  z-index: 9500;
  border: 1px solid #073b5c3d;
  border-radius: 20px;
  max-width: 25rem;
  display: block;
  position: fixed;
  inset: auto auto 1% 2%;
  overflow: hidden;
  box-shadow: 0 2px 20px -1px #0003;
}

.ck-title {
  color: #262926;
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.ck-title.is--small {
  font-size: 1.1875rem;
}

.ck-form-w {
  margin-bottom: 0;
}

.ck-preference__scroll-w {
  width: 100%;
  max-height: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: auto;
}

.ck-radio-w {
  color: #999c98;
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio-w.is--not-allowed {
  cursor: not-allowed;
}

.ck-radio__btn {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.ck-radio__btn.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}

.ck-radio__btn.w--redirected-focus {
  box-shadow: none;
}

.ck-radio__btn.is--checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.text-block-16 {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.ck-preference-w {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.ck-radio__desc {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.ck-form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.ck-preference__bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ck-radio__label {
  color: #262926;
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.ck-prefmanager-w {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.ck-prefmanager-w:hover {
  text-decoration: underline;
}

.ck-preference__btn {
  color: #262926;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.ck-preference__btn:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.ck-preference__icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.text-block-17 {
  margin-top: 13px;
  font-size: 12px;
  font-weight: 400;
}

.form-shortcut {
  grid-column-gap: 14px;
  background-color: #d0e3ed;
  border: 2px solid #073b5c3d;
  border-radius: 20px;
  flex: 1;
  align-items: center;
  height: 80px;
  padding: 10px 34px 10px 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.form-shortcut:hover {
  filter: brightness(111%);
}

.div-block-92 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4px;
  padding-left: 0;
  display: flex;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.image-47 {
  width: 100%;
  height: 100%;
}

.image-48 {
  height: 100%;
}

.text-block-18 {
  color: #007fbe;
  letter-spacing: .6px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 16px;
}

.div-block-94 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-95 {
  background-color: #007fbe;
  border-radius: 30px;
  align-items: center;
  height: 150px;
  padding: 19px;
  display: flex;
  position: absolute;
  inset: auto auto 3% 1%;
}

.image-49 {
  height: 100%;
}

.div-block-96 {
  background-color: #000;
  justify-content: flex-end;
  padding: 16px 27px 16px 16px;
  display: flex;
}

.text-block-19 {
  color: #ffde01;
  font-family: K2d custom v3 latin vietnamese latin ext thai, sans-serif;
}

.div-block-97 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  outline-offset: 0px;
  background-image: linear-gradient(#d0e3ed, #d0e3ed);
  border-radius: 20px;
  outline: 2px solid #007fbe70;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: auto;
  margin: 24px auto;
  padding: 37px;
  text-decoration: none;
  display: flex;
  position: static;
  top: -54px;
}

.image-50 {
  max-width: 100px;
  height: 100%;
}

.text-block-20 {
  color: #007fbe;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.unikum-logo-headline {
  height: 50px;
}

.div-block-98 {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.slider-2 {
  height: 800px;
  margin-bottom: 50px;
  padding-top: 0;
  display: none;
  overflow: visible;
}

.slide-nav {
  margin-bottom: 12px;
}

.slider_container {
  background-color: #0000002e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slider_container.news {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 80px;
  padding-left: 150px;
  padding-right: 150px;
}

.image-51 {
  z-index: -2;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  top: -15.7188px;
}

.div-block-99 {
  z-index: -1;
  background-color: #00000052;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-2 {
  background-color: var(--alice-blue);
}

.image-52 {
  height: 160px;
}

.slide-3 {
  background-color: var(--old-lace-2);
}

.slide-4, .mask {
  padding-top: 0;
}

.bonn-label {
  border: 2px solid var(--alice-blue);
  color: var(--alice-blue);
  background-color: #ffffff1a;
  border-radius: 40px;
  margin-bottom: 26px;
  padding: 12px 20px;
  font-family: K2d custom v3 latin vietnamese latin ext thai, sans-serif;
  font-size: 20px;
}

.div-block-100 {
  z-index: 999999;
  background-color: var(--old-lace-2);
  width: 100svw;
  height: 100svh;
  position: absolute;
}

.pop-up {
  z-index: 999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000008f;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-104 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--old-lace);
  outline-offset: 0px;
  border-radius: 40px;
  outline: 1px solid #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  padding: 20px 0 20px 55px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 9px 2px #00000036;
}

.image-54 {
  width: 100px;
}

.text-block-21 {
  color: var(--dark-slate-blue);
  text-align: left;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 34px;
}

.text-block-22 {
  color: var(--dark-slate-blue);
  text-align: left;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500 2", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.popup-button {
  background-color: var(--dark-slate-blue);
  color: var(--alice-blue);
  cursor: pointer;
  border-radius: 10px;
  padding: 21px 40px;
  font-family: "K2d custom v3 latin vietnamese latin ext thai 500", sans-serif;
  font-size: 20px;
  transition: all .2s;
}

.popup-button:hover {
  transform: translate(-5px, -5px);
  box-shadow: 7px 7px #000;
}

.div-block-105 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.image-55 {
  width: 430px;
}

.div-block-106 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 400px;
  max-height: 600px;
  display: flex;
}

.image-56, .div-block-107 {
  width: 100%;
}

.div-block-108 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 41px;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.heading {
  text-align: left;
}

.ausrufezeichen_icon {
  width: 25px;
}

.sidenote-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  max-width: 730px;
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.sidenote-container.mobile-only {
  display: none;
}

.bold-text-4 {
  font-weight: 400;
}

.code-embed {
  max-width: 750px;
  overflow: hidden;
}

.div-block-109 {
  overflow: hidden;
}

.teaser-container {
  margin-top: 136px;
  position: relative;
}

.teaser {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0 0%;
}

.teaser-background {
  background-color: var(--alice-blue);
  border-radius: 300px;
  width: 80%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0%;
  transform: rotate(10deg);
}

@media screen and (min-width: 1280px) {
  .center-column.wide {
    margin-left: auto;
    margin-right: auto;
  }

  .kitas {
    display: none;
  }

  .kitas_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr .25fr;
    grid-auto-columns: 1fr;
    display: grid;
    transform: scale(.9);
  }

  .tagespflege {
    margin-bottom: 130px;
    transform: rotate(3deg);
  }

  .div-block-4 {
    transform: none;
  }

  .div-block-5 {
    transform: rotate(-3deg);
  }

  .image-7 {
    position: static;
  }

  .eingewoehnung {
    justify-content: center;
    width: 95%;
    overflow: hidden;
    transform: rotate(-4deg);
  }

  .div-block-10 {
    transform: rotate(10deg);
  }

  .map {
    display: flex;
  }

  .div-block-12 {
    width: 100%;
    position: relative;
  }

  .div-block-13 {
    overflow: auto;
  }

  .div-block-14 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(min-content, 30%) 1fr .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    margin-top: 10px;
    display: grid;
    position: static;
  }

  .image-24 {
    right: 16%;
  }

  .image-25 {
    right: 164px;
  }

  .div-block-52 {
    width: 150%;
    max-width: 700px;
    height: 150%;
    max-height: 700px;
    position: static;
  }

  .div-block-55 {
    justify-content: flex-end;
    align-items: center;
    height: 600px;
    display: flex;
  }

  .kitas-horizontal {
    width: 97vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mental-model-mouse {
    display: none;
  }

  .div-block-69 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 300px;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 100px) minmax(auto, 100px) 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .div-block-70 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 100px) minmax(auto, 100px);
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: auto;
    height: 100%;
    max-height: none;
    padding: 30px;
    display: grid;
  }

  .image-34 {
    object-fit: contain;
    border-radius: 90px;
  }

  .div-block-72 {
    width: 97vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 22px;
    padding-bottom: 64px;
  }

  .div-block-74 {
    flex: 0 auto;
    width: 97%;
    padding: 28px;
    overflow: hidden;
  }

  .image-36 {
    object-fit: cover;
    width: auto;
    height: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .text-block-15 {
    font-family: "K2d custom v3 latin vietnamese latin ext thai 700 2", sans-serif;
  }

  .slider_container {
    padding-top: 0;
  }

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

  .div-block-101 {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    max-width: none;
    overflow: visible;
  }

  .div-block {
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    max-width: none;
    height: 50vh;
    margin-bottom: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .copy.center.no_margin.weiss {
    color: var(--alice-blue);
  }

  .kitas {
    max-width: 100%;
    display: none;
  }

  .kitas_container {
    place-items: center;
    width: auto;
    max-width: 1370px;
    margin-left: auto;
    margin-right: auto;
    padding: 27px;
    transform: none;
  }

  .kita_card.tilt-1, .kita_card.tilt-2, .kita_card.tilt-3, .kita_card.tilt-4 {
    transform: none;
  }

  .sidenote {
    margin-top: 18px;
  }

  .div-block-4 {
    max-width: 1510px;
    transform: rotate(3deg);
  }

  .div-block-5 {
    transform: rotate(-6deg);
  }

  .div-block-6 {
    height: 100%;
    transform: rotate(-6deg);
  }

  .button.blau {
    margin-bottom: 0;
  }

  .image-7 {
    inset: auto auto -31% 11%;
  }

  .image-8 {
    inset: -7% 24% 0% auto;
  }

  .eingewoehnung {
    transform: rotate(-5deg);
  }

  .div-block-10 {
    transform: rotate(11deg);
  }

  .image-11 {
    top: -14%;
  }

  .image-12 {
    flex: 1;
    width: 100%;
  }

  .div-block-14 {
    grid-column-gap: 44px;
  }

  .div-block-17 {
    flex: 0 auto;
    justify-content: flex-end;
    margin-right: 0;
    padding-right: 11px;
  }

  .div-block-18.w--current {
    height: 100%;
  }

  .image-15 {
    object-fit: cover;
  }

  .div-block-19 {
    height: 690px;
  }

  .slider_image.vertical {
    bottom: -3px;
  }

  .slider_image._14 {
    position: relative;
    bottom: -16px;
  }

  .slider_image._15 {
    position: relative;
    top: -16px;
  }

  .slider_image._16 {
    position: relative;
    bottom: -13px;
  }

  .slider_image._17 {
    position: relative;
  }

  .slider_image._18 {
    position: relative;
    top: -13px;
  }

  .image-16 {
    width: 100%;
    height: 100%;
  }

  .div-block-26 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-33 {
    width: 100%;
    max-height: 840px;
    margin-left: auto;
    margin-right: auto;
  }

  .engewoehnung_header_container {
    justify-content: center;
    height: auto;
  }

  .image-24 {
    right: 9%;
  }

  .map-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-30 {
    right: 30%;
  }

  .div-block-57 {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-58 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .link-block {
    align-self: center;
  }

  .div-block-64 {
    display: flex;
  }

  .mental-model-mouse {
    z-index: 2000;
    opacity: 1;
    background-color: #f2ebdbf2;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-67 {
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: auto;
    display: flex;
  }

  .div-block-68 {
    background-color: var(--dark-slate-blue);
    color: var(--old-lace-2);
    cursor: pointer;
    border-radius: 90px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    max-height: 800px;
    margin: 29px;
    font-family: K2D;
    font-size: 40px;
    font-weight: 700;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-68:hover {
    background-color: #236b99;
  }

  .button-2 {
    background-color: var(--dark-slate-blue);
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    height: 50px;
    margin-bottom: 83px;
    font-family: K2D;
    font-size: 18px;
    font-weight: 500;
    display: flex;
  }

  .image-33 {
    max-height: 800px;
  }

  .div-block-69 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 100px) minmax(auto, 100px) 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-70 {
    padding-top: 21px;
    padding-bottom: 23px;
  }

  .text-block-11 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-72 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-36 {
    width: 199%;
  }

  .image-37 {
    object-fit: cover;
    object-position: 50% 100%;
    flex: 0 auto;
    width: 100%;
    position: static;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .image-38 {
    inset: auto 0% 0% 10%;
  }

  .div-block-75 {
    justify-content: flex-end;
    align-items: center;
    height: 60vh;
    max-height: none;
    overflow: visible;
  }

  .image-39 {
    object-position: 50% 100%;
  }

  .div-block-85 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-86 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-90 {
    max-width: 1450px;
  }

  .div-block-91 {
    display: none;
  }

  .footer_logo {
    height: auto;
  }

  .text-block-14 {
    font-family: "K2d custom v3 latin vietnamese latin ext thai 500 2", sans-serif;
  }

  .text-block-15 {
    font-family: K2d custom v3 latin vietnamese latin ext thai, sans-serif;
  }

  .ck-preference-w {
    display: none;
  }

  .ck-preference__bg {
    display: block;
  }

  .div-block-97 {
    top: -90px;
  }

  .slider-2 {
    border-radius: 60px;
    max-width: 1400px;
    margin-top: 76px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .slider_container {
    padding-top: 59px;
  }

  .slider_container.news {
    padding-bottom: 130px;
  }

  .image-51 {
    object-fit: cover;
    width: 100%;
    height: 110%;
    top: -25.7188px;
  }

  .div-block-99 {
    top: -1px;
  }

  .div-block-101 {
    z-index: 999999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #00000075;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .div-block-102 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--dark-slate-blue);
    border-radius: 520px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 920px;
    padding: 61px;
    display: flex;
    transform: rotate(3deg);
    box-shadow: 0 2px 18px 2px #0003;
  }

  .image-53 {
    height: 150px;
  }

  .pop-up {
    display: none;
  }

  .image-56 {
    width: 100%;
  }

  .div-block-107 {
    align-items: flex-end;
    width: 100%;
    max-height: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .teaser-background {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .center-column.wide {
    flex-direction: column;
    align-items: center;
  }

  .h1 {
    margin-bottom: 14px;
    font-size: 60px;
    line-height: 60px;
  }

  .h1.blau {
    font-size: 60px;
  }

  .h1.blau.left {
    max-width: 670px;
  }

  .h2 {
    font-size: 30px;
  }

  .h2.left {
    max-width: 670px;
    font-size: 30px;
    line-height: 33px;
  }

  .copy {
    max-width: 670px;
    font-size: 17px;
    line-height: 27px;
  }

  .space._120, .space._300 {
    display: none;
  }

  .space._200 {
    display: block;
  }

  .left-column, .right-column {
    margin-left: auto;
    margin-right: auto;
  }

  .h3 {
    font-size: 23px;
  }

  .list {
    padding-left: 15px;
  }

  .image-3 {
    bottom: -46px;
  }

  .sapce._300 {
    display: none;
  }

  .kitas {
    height: auto;
    margin-bottom: 76px;
    display: block;
  }

  .kitas_container {
    grid-column-gap: 6px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    height: auto;
    max-height: none;
    margin-bottom: 43px;
    display: grid;
  }

  .kita_card.tilt-1 {
    transform: none;
  }

  .kita_card.tilt-2 {
    bottom: 0;
    transform: none;
  }

  .kita_card.tilt-3 {
    top: 0;
    transform: none;
  }

  .kita_card.tilt-4 {
    bottom: 0;
    transform: none;
  }

  .kita_image {
    background-color: #0000000d;
  }

  .kita_information {
    justify-content: flex-start;
    align-items: center;
    margin: 25px;
  }

  .tagespflege {
    display: none;
  }

  .tagespflege_teaser_copy {
    margin-top: 25px;
    font-size: 17px;
    line-height: 24px;
  }

  .eingewoehnung {
    display: none;
  }

  .div-block-10 {
    margin-top: 103px;
    margin-bottom: 39px;
    transform: rotate(2deg);
  }

  .map {
    height: 600px;
  }

  .div-block-12 {
    height: auto;
  }

  .div-block-13 {
    flex: 1;
    max-height: 491px;
  }

  .image-12 {
    object-fit: cover;
    height: 100%;
    inset: 0%;
  }

  .div-block-14 {
    grid-template-areas: ". . ."
                         "Area Area Area";
  }

  .link {
    line-height: 25px;
  }

  .div-block-17 {
    background-position: 0%;
    background-size: auto;
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: flex-end;
    width: 580px;
    height: 110px;
    margin-top: 9px;
    padding: 15px 31px 32px 0;
  }

  .navlink {
    margin-top: auto;
    margin-left: 19px;
    font-size: 18px;
  }

  .div-block-18.w--current {
    flex: 1;
    margin-top: 35px;
    margin-left: 10px;
  }

  .image-14 {
    width: 310px;
  }

  .div-block-19 {
    width: 600vw;
    height: 620px;
  }

  .div-block-21 {
    border-radius: 550px;
    width: 650px;
    height: 650px;
    overflow: hidden;
  }

  .div-block-22 {
    background-color: var(--old-lace);
    border-radius: 500px;
    flex-direction: column;
    align-items: center;
    margin: 86px 33px 33px;
    padding: 22px 22px 88px;
    display: flex;
    transform: rotate(2deg);
  }

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

  .div-block-23 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 48px 22px 22px;
    display: flex;
    transform: rotate(-2deg);
  }

  .div-block-24 {
    border-radius: 500px;
    width: 650px;
    height: 650px;
    overflow: hidden;
  }

  .div-block-25 {
    background-color: #e5f0fa;
    border-radius: 500px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 33px;
    padding: 22px;
    display: flex;
    transform: rotate(-2deg);
  }

  .image-19 {
    object-fit: cover;
    height: 100%;
  }

  .section {
    display: none;
  }

  .tagespflege_section_tablet_and_below, .eingewoehnung_section_tablet_and_below {
    display: flex;
  }

  .div-block-37 {
    margin: 56px;
  }

  .counter_to_left {
    width: 80px;
    margin-right: 29px;
  }

  .engewoehnung_header_container {
    flex-direction: column;
    grid-template-rows: minmax(min-content, 1fr);
    grid-template-columns: 97%;
    justify-content: center;
    height: auto;
    margin: 92px auto 55px;
  }

  .div-block-39 {
    flex: 0 auto;
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 700px;
  }

  .image-23 {
    min-height: 400px;
  }

  .div-block-40 {
    height: auto;
    margin-bottom: auto;
  }

  .div-block-47 {
    padding: 22px;
  }

  .div-block-49 {
    flex: none;
    width: 200px;
    height: 200px;
  }

  .div-block-51 {
    width: 90px;
  }

  .div-block-52 {
    display: none;
    top: -37%;
  }

  .div-block-54 {
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    height: 500px;
    margin-bottom: 58px;
    display: flex;
    overflow: hidden;
  }

  .image-29 {
    height: 100%;
  }

  .div-block-56 {
    z-index: 3000;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar {
    background-color: #0000;
    background-image: url('../images/navbar_kaese.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-left: 37vw;
  }

  .nav-menu {
    color: var(--dark-slate-blue);
    background-color: #ffdd02;
    border-radius: 30px;
    margin: 15px 22px 22px;
    padding: 27px;
    font-family: K2D;
    font-size: 20px;
    font-weight: 600;
  }

  .nav-link {
    padding-top: 11px;
    line-height: 22px;
  }

  .menu-button.w--open {
    filter: brightness(200%);
    background-color: #0000;
    display: none;
  }

  .div-block-57 {
    width: 100vw;
    display: none;
  }

  .kitas-horizontal {
    display: none;
  }

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

  .div-block-62.icon {
    width: 100%;
    height: 100%;
  }

  .brand {
    flex: 1;
    height: 80%;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding: 15px 15px 31px;
    display: flex;
  }

  .div-block-69 {
    grid-column-gap: 8px;
    grid-template-columns: minmax(100px, 100px) minmax(100px, 100px) minmax(max-content, 1fr) minmax(200px, 1fr);
    width: 100%;
    height: 99px;
  }

  .image-34 {
    object-fit: cover;
    width: 100%;
    transform: none;
  }

  .div-block-71 {
    width: 100%;
    display: block;
    transform: none;
  }

  .div-block-75 {
    justify-content: flex-end;
    max-height: none;
  }

  .div-block-86 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    border-radius: 20px;
    flex-wrap: wrap;
  }

  .div-block-87.suedstadt-lightbox {
    display: none;
  }

  .footer_logo {
    height: 66px;
  }

  .image-51 {
    height: 110%;
    top: -5.71875px;
  }

  .div-block-99 {
    height: 110%;
    top: 0;
  }

  .image-57 {
    width: 190px;
  }

  .sidenote-container {
    max-width: 400px;
    transform: rotate(-2deg);
  }
}

@media screen and (max-width: 767px) {
  .div-block-86 {
    border-radius: 20px;
    flex-wrap: wrap;
  }

  .ck-modal__content-w {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .ck-modal__exit-btn {
    margin-right: 1.25rem;
  }

  .ck-modal__exit-btn.is--sticky {
    top: -1rem;
  }

  .ck-modal__btns-w {
    padding: 1.5rem;
  }

  .ck-modal__btns-w.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: 0;
  }

  .ck-preference__scroll-w {
    padding-top: 2rem;
  }

  .ck-form {
    padding-top: .75rem;
  }

  .ck-preference__icon {
    margin-right: 0;
  }

  .ck-preference-txt {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    margin-bottom: 126px;
    overflow: hidden;
  }

  .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .center-column {
    align-items: flex-start;
    margin-bottom: 13px;
  }

  .center-column.wide {
    grid-template-columns: 1fr;
    margin-bottom: 91px;
  }

  .h1 {
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    line-height: 50px;
  }

  .h1.blau {
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .h1.blau.left {
    margin-left: 18px;
  }

  .h1.blau.with-space {
    letter-spacing: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .h1.weiss {
    letter-spacing: -1px;
  }

  .h2 {
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .h2.left {
    flex: 0 auto;
    width: auto;
    margin-left: 18px;
    margin-right: 18px;
    font-size: 25px;
    line-height: 29px;
    display: flex;
  }

  .copy {
    max-width: none;
    margin: 8px 18px 50px;
    display: block;
  }

  .copy.list-item {
    margin-top: 2px;
  }

  .copy.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .copy.bilingual_mobil {
    display: none;
  }

  .copy.kleinkinder {
    display: block;
  }

  .copy.bildung, .copy.kompetenzen {
    display: none;
  }

  .copy.brown {
    color: #d6caaf;
    display: block;
  }

  .space._120 {
    display: none;
  }

  .image {
    margin-bottom: 10px;
  }

  .image.house-icon {
    margin-bottom: -33px;
  }

  .left-column, .right-column {
    width: auto;
  }

  .h3 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 23px;
  }

  .h3.green {
    margin-left: 0;
    line-height: 30px;
  }

  .list {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sapce._300, .sapce._200 {
    display: none;
  }

  .tagespflege_head {
    margin-bottom: 13px;
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-3 {
    text-align: center;
    margin-bottom: 19px;
    line-height: 22px;
  }

  .tagespflege_teaser_copy {
    width: auto;
    margin-top: 10px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .button {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button.blau {
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    padding-bottom: 19px;
    font-size: 19px;
  }

  .button.blau.padded {
    margin-left: 18px;
    margin-right: 18px;
  }

  .div-block-10 {
    margin-top: 67px;
    transform: rotate(0);
  }

  .div-block-12 {
    width: 100vw;
    height: auto;
    overflow: hidden;
  }

  .div-block-13 {
    height: 700px;
  }

  .image-12 {
    object-fit: cover;
    height: 100%;
  }

  .div-block-14 {
    flex-direction: column;
    grid-template: ". . ."
                   "Area Area Area"
                   "Area Area Area"
                   ". . ."
                   / 1.75fr;
    height: auto;
    margin-top: 69px;
    display: block;
  }

  .text-block-5 {
    margin-bottom: 15px;
    margin-right: auto;
    font-family: "K2d custom v3 latin vietnamese latin ext thai 600 2", sans-serif;
  }

  .div-block-15 {
    margin-top: 31px;
  }

  .div-block-16 {
    display: none;
  }

  .div-block-19 {
    justify-content: space-around;
    width: 1940vw;
    height: 540px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .slider_image.vertical {
    max-width: 200px;
    max-height: 400px;
  }

  .slider_image._2, .slider_image._1 {
    width: 100%;
    max-width: 370px;
    height: 100%;
    max-height: 370px;
  }

  .slider_image._4, .slider_image._5, .slider_image._6, .slider_image._7, .slider_image._8 {
    max-width: 350px;
    max-height: 250px;
  }

  .slider_image._9 {
    max-width: 350px;
    max-height: 250px;
    top: 57px;
  }

  .image-16 {
    border-radius: 30px;
  }

  .image-17 {
    bottom: -6%;
    left: 17%;
  }

  .div-block-21 {
    width: 91%;
    height: 360px;
    max-height: 310px;
    margin-top: 24px;
    margin-left: 43px;
    margin-right: 24px;
  }

  .div-block-22 {
    border-radius: 140px 0 30px;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding: 3px 3px 22px;
    overflow: hidden;
    transform: none;
  }

  .div-block-23 {
    margin: 18px;
    transform: rotate(0);
  }

  .div-block-24 {
    width: 100%;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    right: -8px;
  }

  .div-block-25 {
    border-radius: 0 200px 0 220px;
    width: 100vw;
    margin: 34px 0;
    overflow: hidden;
    transform: none;
  }

  .div-block-26 {
    display: none;
  }

  .accordeon_button {
    color: #fd6d6d;
    text-align: right;
    margin-top: 33px;
    margin-left: 18px;
    margin-right: 18px;
    font-family: K2D;
    font-size: 20px;
    font-weight: 700;
    display: block;
  }

  .accordeon_button.weniger.bilingual, .accordeon_button.weniger.bildung, .accordeon_button.weniger.kompetenzen, .accordeon_button.kleinkinder {
    display: none;
  }

  .accordeon_button.bildung {
    display: block;
  }

  .div-block-27 {
    background-color: #00000012;
    height: 2px;
    margin: 22px 18px 35px;
    padding-bottom: 0;
  }

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

  .section {
    display: block;
  }

  .tagespflege_section_tablet_and_below {
    flex-flow: column;
    margin-bottom: 91px;
    display: flex;
  }

  .eingewoehnung_section_tablet_and_below {
    display: flex;
  }

  .section-2 {
    display: none;
  }

  .div-block-28 {
    align-items: center;
    width: 400vw;
    height: 600px;
    padding-left: 9px;
    display: flex;
    overflow: visible;
  }

  .div-block-29 {
    background-color: var(--old-lace);
    border-radius: 240px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 320px;
    height: 500px;
    margin: 16px 7px;
    padding: 16px;
    display: flex;
    position: relative;
  }

  .div-block-30 {
    border-radius: 500px;
    width: 290px;
    height: 290px;
    margin-bottom: 28px;
    overflow: hidden;
  }

  .image-21 {
    object-fit: cover;
    height: 100%;
  }

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

  .div-block-31 {
    background-color: var(--dark-slate-blue);
    color: var(--old-lace);
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2px;
    font-family: K2D;
    font-size: 50px;
    display: flex;
    position: absolute;
    inset: auto 0% -3%;
  }

  .div-block-31.suedstadt {
    transition: all .2s;
  }

  .div-block-31.suedstadt:active {
    filter: brightness(200%);
    transform: scale(.8);
  }

  .text-block-8 {
    text-align: center;
    height: 28px;
  }

  .div-block-32 {
    width: 100vw;
    display: block;
    overflow: auto;
  }

  .div-block-33 {
    width: 100vw;
    height: 800px;
    padding-top: 80px;
    overflow: auto;
  }

  .kita-overlay-container {
    padding-top: 71px;
    display: block;
  }

  .kita-overlay {
    background-color: var(--old-lace);
    border-top-left-radius: 330px;
    border-top-right-radius: 330px;
    height: 80vh;
    max-height: 600px;
    display: flex;
    position: relative;
    overflow: auto;
    box-shadow: 1px 1px 120px -4px #5f4c1fa6;
  }

  .kita-overlay_content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 64px;
    padding-top: 99px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-34 {
    border-top: 2px solid #fff;
    padding-top: 14px;
    padding-bottom: 200px;
  }

  .div-block-35 {
    border-radius: 310px;
    width: 300px;
    height: 300px;
    margin: 23px auto;
    overflow: hidden;
  }

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

  .div-block-36 {
    z-index: 400;
    background-color: var(--dark-slate-blue);
    border-radius: 70px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s;
    display: flex;
    position: relative;
    bottom: -41px;
    left: 0%;
    right: 0%;
  }

  .div-block-36:active {
    filter: brightness(200%);
    transform: scale(.8);
  }

  .kita_overlay_button_overlay_container {
    z-index: 500;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .kita_overlay_button_overlay_container.suedstadt, .kita_overlay_button_overlay_container.gronau, .kita_overlay_button_overlay_container.venusberg, .kita_overlay_button_overlay_container.badgodesberg {
    z-index: 2000;
    display: none;
  }

  .text-block-9 {
    color: var(--old-lace);
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    font-family: K2D;
    font-size: 80px;
    font-weight: 700;
    display: flex;
  }

  .div-block-37 {
    flex-direction: column;
    margin: 12px;
  }

  .div-block-38 {
    margin-left: auto;
    margin-right: auto;
  }

  .counter_to_left {
    width: auto;
    height: 50px;
    margin: 13px;
    padding-top: 10px;
  }

  .engewoehnung_header_container {
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 97%;
    height: auto;
    margin-top: 142px;
    margin-bottom: 105px;
    padding: 3px;
  }

  .div-block-39 {
    flex: 1;
    width: 100%;
    max-width: 130vw;
    height: 100%;
    max-height: 130vw;
  }

  .div-block-40 {
    width: auto;
    max-width: 100vw;
  }

  .image-24 {
    top: 54%;
  }

  .image-25 {
    inset: 255% 0% 19% 3%;
  }

  .lebenslauf {
    margin: 38px auto 12px;
    padding: 15px;
  }

  .div-block-41 {
    flex-direction: column;
  }

  .div-block-42 {
    max-width: 100%;
    padding-right: 0;
  }

  .div-block-44 {
    flex-direction: column;
    margin: 25px 12px 12px;
    padding: 27px;
    position: static;
  }

  .div-block-45 {
    flex-direction: column;
    height: auto;
    margin-top: 50px;
  }

  .image-26 {
    margin-top: 24px;
    position: static;
  }

  .div-block-46 {
    height: 140px;
  }

  .div-block-47 {
    flex-direction: column;
  }

  .image-29 {
    width: 90px;
  }

  .div-block-56 {
    z-index: 1000;
    background-image: url('../images/navbar_kaese.svg');
    background-position: -1%;
    background-repeat: no-repeat;
    background-size: auto 95px;
    align-items: center;
    height: 90px;
    margin-top: 5px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar {
    background-color: #0000;
    background-image: none;
    flex: 1;
    margin: 15px 28px 25px 15px;
  }

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

  .nav-menu {
    background-color: #ffde00;
    border-radius: 20px;
    justify-content: flex-end;
    width: 82vw;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 32px 17px;
    display: flex;
    top: 80.8828px;
    left: auto;
    right: 0;
  }

  .nav-link {
    color: var(--dark-slate-blue);
    letter-spacing: .5px;
    align-items: center;
    height: 50px;
    margin: 7px;
    padding-left: 0;
    padding-right: 0;
    font-family: "K2d custom v3 latin vietnamese latin ext thai 600 2", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    display: flex;
  }

  .nav-link.line {
    border-top: 1px solid #fff;
    padding-top: 23px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    filter: brightness(200%);
    background-color: #0000;
  }

  .image-30 {
    inset: auto 0% -3% 1%;
  }

  .kitas-horizontal {
    display: none;
  }

  .div-block-61.tilt4.announcement {
    border-radius: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-61.tilt4.announcement.mobile {
    flex-direction: column;
    margin-top: 60px;
    display: flex;
  }

  .div-block-62.icon {
    aspect-ratio: auto;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    position: static;
  }

  .container {
    padding-top: 22px;
    padding-bottom: 27px;
  }

  .link-block-4 {
    width: 60px;
    height: 60px;
    margin: 8px;
  }

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

  .mental-model-mouse {
    display: none;
  }

  .div-block-69 {
    flex: 1;
    grid-template: "." 100px
                   "." 100px
                   / minmax(100px, 100px) minmax(100px, 100px);
    place-content: center;
    place-items: center;
    height: auto;
    max-height: none;
    padding-right: 0;
  }

  .widget-plus-button {
    border-radius: 10px;
    flex: none;
    width: 60px;
    height: 60px;
  }

  .widget {
    grid-column-gap: 6px;
    flex-direction: column;
    width: 93vw;
    margin: 10px 10px 10px auto;
    inset: auto 0% 0% auto;
  }

  .notification_panel {
    width: 93vw;
    max-width: 360px;
    padding: 17px 13px;
    display: none;
  }

  .subline {
    font-size: 14px;
  }

  .div-block-71 {
    border-radius: 13px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 24px;
    padding: 18px;
    display: flex;
  }

  .div-block-75 {
    height: 430px;
    padding-bottom: 4px;
  }

  .footer-2 {
    height: auto;
    min-height: 1100px;
    padding: 17px;
  }

  .image-41 {
    height: auto;
  }

  .div-block-76 {
    inset: auto 0% 10% auto;
  }

  .div-block-81 {
    grid-column-gap: 16px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr;
    margin: 13px 13px 104px;
  }

  .koop-logo {
    margin: 18px;
  }

  .html-embed {
    width: auto;
    height: auto;
    margin: 16px;
  }

  .slider {
    width: 97%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-86 {
    grid-column-gap: 14px;
    grid-row-gap: 35px;
    border-radius: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-86.mod {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .avatar {
    width: 130px;
    min-width: 130px;
    height: 130px;
    min-height: 130px;
  }

  .team_member_name {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
  }

  .team_member_funktion {
    font-size: 16px;
    line-height: 21px;
  }

  .div-block-90 {
    grid-column-gap: 25px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr 1fr;
  }

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

  .list-3 {
    padding-left: 18px;
  }

  .image-45, .image-46 {
    object-fit: cover;
  }

  .link-14 {
    line-height: 18px;
  }

  .text-block-15 {
    font-weight: 400;
  }

  .ck-button-w {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .ck-modal {
    max-width: 100%;
  }

  .ck-modal__content-w.is--small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .ck-modal__exit-btn {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .ck-modal__btns-w.is--small {
    padding: 1.25rem;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .ck-preference__scroll-w {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .ck-preference-w {
    align-items: flex-end;
  }

  .ck-prefmanager-w {
    left: 1rem;
  }

  .form-shortcut {
    border-radius: 10px;
    flex: 0 auto;
    height: 60px;
    padding-left: 4px;
    padding-right: 19px;
  }

  .div-block-93 {
    width: 40px;
    height: 40px;
  }

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

  .bau_icon {
    width: 150px;
    height: 100%;
  }

  .div-block-97 {
    flex-direction: column;
    width: 94%;
    margin-top: 8px;
    display: none;
    position: static;
  }

  .text-block-20 {
    font-size: 14px;
    line-height: 18px;
  }

  .unikum-logo-headline {
    height: 40px;
  }

  .div-block-98 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .slider-2 {
    height: 700px;
    overflow: hidden;
  }

  .slider_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider_container.news {
    padding: 10px 10px 60px;
  }

  .image-51 {
    height: 100%;
    top: 2.28125px;
  }

  .div-block-99 {
    top: -28px;
  }

  .image-52 {
    height: 90px;
  }

  .bonn-label {
    letter-spacing: .7px;
    margin-bottom: 20px;
    font-size: 15px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .div-block-104 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-22 {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-105 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .div-block-106 {
    display: none;
  }

  .div-block-108 {
    margin-left: auto;
    margin-right: auto;
  }

  .sidenote-container {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 22px;
    padding-top: 0;
    display: none;
    transform: none;
  }

  .sidenote-container.mobile-only {
    display: flex;
  }

  .teaser-container {
    margin-top: 241px;
  }

  .teaser-background {
    transform: scale(1.3)rotate(10deg);
  }
}

#w-node-_900aaed8-5db0-2226-fad0-523cd2021265-55de52d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d13fa5e5-c75b-09a2-77c6-a896e129c59e-e129c59a {
  justify-self: auto;
}

#w-node-e1837bda-04bd-1a6e-b918-eba4c4512891-991aea88, #w-node-_8a3f51eb-9899-4492-6e0b-10480decef9f-191aea8a, #w-node-_89ab83ea-75e7-a633-1ef3-0941706f1878-3c1aea8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ee3885-8eb4-2ae6-38e1-b10a11782f3f-081aea91 {
  justify-self: auto;
}

#w-node-_5b991eef-0ecb-2220-833c-07d77f3cd98e-081aea91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-fa269e33-16c3-4351-f18d-2ad1ae08e009-9b1aea7b, #w-node-_9c4214d1-675f-6438-1bb3-2978d30a9295-081aea91 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'K2d custom v3 latin vietnamese latin ext thai 100';
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-100.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2d custom v3 latin vietnamese latin ext thai 2';
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-100italic-2.ttf') format('truetype'), url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-500italic.ttf') format('truetype'), url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-600italic-2.ttf') format('truetype'), url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-italic-2.ttf') format('truetype'), url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-700italic-2.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'K2d custom v3 latin vietnamese latin ext thai 500 2';
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-500-2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2d custom v3 latin vietnamese latin ext thai 700 2';
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-700-2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2d custom v3 latin vietnamese latin ext thai 500';
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-500.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2d custom v3 latin vietnamese latin ext thai';
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'K2d custom v3 latin vietnamese latin ext thai 600 2';
  src: url('../fonts/k2d_custom-v3-latin_vietnamese_latin-ext_thai-600.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}