:root {
  --color: #e5007d;
}

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

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

.nevbar {
  z-index: 99;
  color: #fff;
  vertical-align: middle;
  background-color: #000;
  border-bottom: 1px solid #000;
  border-radius: 6px;
  padding-right: 0;
  font-family: elza, sans-serif;
  font-size: 20px;
  position: sticky;
  top: 0;
}

.nevbar:focus {
  color: #e6007e;
}

.nevbar.w--current {
  color: #e5007d;
  font-family: elza, sans-serif;
  font-weight: 400;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  vertical-align: middle;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Changa One, Impact, sans-serif;
  text-decoration: none;
  display: block;
  position: static;
  top: 0;
}

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

.footer-dark {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #f3f5fa;
  background-color: #f7f2f205;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.grid {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-decoration: none;
}

.footer-subscribe {
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px 40px;
  font-family: elza, sans-serif;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 100%;
  margin-left: -10px;
  margin-right: -10px;
}

.footer-form-two {
  clear: both;
  color: #fffdfd;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 40px 0 20px;
  display: inline-flex;
  position: static;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  max-width: 60vw;
  display: flex;
}

.footer-form-title {
  font-family: elza-text, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  background-color: #000;
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #ffffff8f;
  background-color: #000;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  background-color: #e6007e;
  border-radius: 6px;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  color: #fcf6f6;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  color: #f6efef;
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #f4f5fa;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin: 40px 0;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.footer-copyright {
  color: #f3f5f8;
  font-family: elza, sans-serif;
  font-weight: 400;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #f4f8ffa6;
  -webkit-text-stroke-color: #fff;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block-2 {
  display: block;
}

.image {
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  margin-right: 0;
  display: inline-flex;
  position: relative;
  inset: 0% 0% auto;
}

.image-2 {
  box-sizing: content-box;
  aspect-ratio: 1;
  object-fit: cover;
  width: auto;
  height: auto;
}

.image-3 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 0%;
  overflow: clip;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: middle;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.container-4 {
  text-align: left;
  object-fit: fill;
  max-width: 2000px;
  margin-top: 187px;
  text-decoration: none;
}

.background-video {
  height: 600px;
  display: none;
}

.text-block {
  color: #fff9f9;
  margin-top: 120px;
  font-size: 50px;
  font-weight: 700;
}

.body, .navbar {
  background-color: #000;
}

.image-4 {
  aspect-ratio: 1;
  object-fit: cover;
  max-width: 100%;
  max-height: none;
  overflow: visible;
}

.image-5 {
  overflow: hidden;
}

.div-block-5 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: elza, sans-serif;
}

.nav-menu {
  float: none;
  clear: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: elza-text, sans-serif;
  font-weight: 400;
  display: flex;
  left: auto;
}

.projekt-secion {
  border: 1px solid #000;
  margin-top: auto;
  margin-bottom: auto;
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 100px;
}

.projekt-15 {
  aspect-ratio: 1;
  object-position: 50% 50%;
  background-image: url('../images/Sallacher-Ansicht-Kopie.jpg');
  background-position: 0 100%;
  background-size: cover;
  background-attachment: scroll;
}

.image-6 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
}

.heading {
  color: #fff;
  font-family: elza, sans-serif;
}

.image-7 {
  aspect-ratio: 1;
  object-fit: cover;
  overflow: clip;
}

.image-8 {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-9 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 50%;
}

.community-section {
  margin-top: auto;
  margin-bottom: 100px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  font-family: elza, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
}

.image-10 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  padding-right: 42px;
}

.image-11 {
  box-sizing: content-box;
  aspect-ratio: 1;
  object-fit: cover;
  overflow: clip;
}

.image-12, .image-13 {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-14 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 100% 100%;
}

.image-15 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 50%;
}

.image-16, .image-17, .image-18 {
  aspect-ratio: 1;
  object-fit: cover;
}

.text-block-2 {
  aspect-ratio: 1;
  color: snow;
  text-align: center;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: elza, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.image-19 {
  aspect-ratio: 1;
  object-fit: cover;
}

.wir {
  margin-top: 100px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-bottom: 335px;
}

.anna-lina {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 70%;
  background-image: url('../images/1.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.di {
  aspect-ratio: 1;
  object-fit: cover;
}

.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: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-button {
  outline-offset: 0px;
  background-color: #e5007d;
  border-radius: 11px;
  outline: 3px #fff;
  display: inline-flex;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.field-label {
  color: #fdf7f7;
  font-family: elza-text, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.search {
  margin-top: 42px;
}

.image-20 {
  box-sizing: content-box;
  aspect-ratio: 1 / 2;
  object-fit: cover;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: auto;
  margin-bottom: 100px;
}

.columns {
  margin-bottom: 90px;
}

.div-block-news {
  aspect-ratio: 1;
  color: var(--color);
  object-fit: cover;
  background-color: #a7a6a700;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-block-3 {
  aspect-ratio: 1;
  pointer-events: auto;
  color: #e61c54;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: cover;
  background-color: #0000;
  font-family: elza, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.text-block-3:hover {
  display: none;
  overflow: visible;
  transform: translate(0);
}

.image-21 {
  aspect-ratio: 1;
  object-fit: cover;
}

.list-item {
  outline-offset: 0px;
  color: #f5f5f5;
  outline: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: elza-text, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

.image-22 {
  aspect-ratio: 1;
  object-fit: cover;
}

.column {
  padding-left: 0;
  font-weight: 400;
}

.div-block-8 {
  aspect-ratio: 1;
  filter: grayscale();
  object-fit: cover;
}

.div-block-8:hover {
  filter: none;
}

.div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-14 {
  aspect-ratio: 1;
}

.div-block-17 {
  aspect-ratio: 1;
  object-fit: cover;
}

.div-block-20 {
  background-image: url('../images/IMG_6994-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
}

.modal {
  z-index: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  vertical-align: top;
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.modal-container {
  z-index: auto;
  vertical-align: middle;
  object-fit: cover;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 67.3rem;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 10px 20px;
  font-family: elza-text, sans-serif;
  display: flex;
  position: fixed;
  inset: 10% 20% auto;
  overflow: visible;
}

.heading-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e5007d;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block {
  color: var(--color);
  -webkit-text-stroke-color: #000;
  border: 1px #000;
  font-size: 2rem;
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.x {
  text-decoration: none;
  transform: rotate(45deg);
}

.text-block-4 {
  color: #e61c54;
  text-align: center;
  -webkit-text-stroke-color: #e61c54;
  font-family: elza, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.projekt-2 {
  background-image: url('../images/urban-strategie-schwarzer-hintergrund-lamdschaft-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
  display: block;
}

.leerstand {
  color: #e6007e;
  text-align: center;
  margin-top: 20px;
  font-family: elza-text, sans-serif;
  font-weight: 700;
  line-height: 100%;
}

.search-input {
  border-radius: 4px;
  align-items: stretch;
  display: inline-flex;
}

.text-projekt {
  display: none;
  position: absolute;
}

.heading-4 {
  opacity: 1;
  color: #e5007d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: elza-text, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.heading-4:hover {
  opacity: 1;
  color: #e5007d;
}

.div-block-23 {
  aspect-ratio: 1;
  opacity: 1;
  color: #e5007d;
  text-align: center;
  object-fit: cover;
  background-color: #000;
  position: static;
  inset: 0% auto auto 0%;
}

.image-23 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.image-24 {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-left: -23px;
}

.untertitel {
  opacity: 1;
  color: #e5007d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: elza, sans-serif;
  font-weight: 400;
}

.arianna {
  background-image: url('../images/2.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.bild-wir {
  background-image: url('../images/17.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.julia {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-size: cover;
}

.vasco {
  background-image: url('../images/3.jpg');
  background-position: 50% 68%;
  background-size: cover;
}

.projekt-11 {
  background-image: url('../images/Grundriss-Sallach-Kopie.jpg');
  background-position: 80%;
  background-size: cover;
}

.projekt-1 {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/WhatsApp-Image-2024-11-19-at-11.16.05-1.jpeg');
  background-position: 50%;
  background-size: cover;
}

.column-2 {
  display: flex;
}

.columns-2 {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.image-25 {
  aspect-ratio: 1;
  object-fit: cover;
}

.image-26 {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 50%;
}

.image-27 {
  aspect-ratio: 16 / 9;
  filter: grayscale();
  object-fit: cover;
  object-position: 0% 50%;
}

.div-block-24 {
  object-position: 100% 50%;
}

.paragraph {
  color: #000;
}

.paragraph-2 {
  color: #000;
  font-family: elza-condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.projekt-3 {
  background-image: url('../images/Arch_Aktiv_Projekte_WildimWest1-1_1.jpg');
  background-position: 50%;
  background-size: cover;
  position: static;
}

.projekt-7 {
  background-image: url('../images/Arch_Aktiv_Projekte_WildimWest3-1-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
}

.projekt-4 {
  background-image: url('../images/BAR.jpg');
  background-position: 50%;
  background-size: cover;
}

.projekt-6 {
  background-image: url('../images/Mobiliar_Seite_3.jpg');
  background-position: 100%;
  background-size: cover;
}

.projekt-5 {
  background-image: url('../images/Mobiliar_Seite_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.list {
  margin-bottom: 5px;
  font-weight: 400;
}

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

.heading-5 {
  filter: grayscale();
  color: #e5007d;
  text-align: center;
  mix-blend-mode: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: elza-text, sans-serif;
  font-size: 50px;
}

.heading-5:hover {
  filter: none;
}

.datum {
  color: #e5007d;
  text-align: center;
  margin-top: 0;
  font-family: elza-text, sans-serif;
}

.datum:hover {
  color: #e5007d;
}

.heading-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e5007d;
  text-align: center;
  vertical-align: middle;
  border: 1px #fff;
  justify-content: center;
  align-items: center;
  max-height: 50%;
  margin: 250px auto 0;
  padding-bottom: 0;
  font-family: elza-text, sans-serif;
  font-size: 80px;
  line-height: 100%;
  display: flex;
}

.heading-7 {
  color: #e5007d;
  text-align: center;
  font-family: elza-text, sans-serif;
  font-size: 20vw;
  font-weight: 700;
}

.image-28 {
  display: block;
}

.projekt-9 {
  background-image: url('../images/Mobiliar_Seite_2.jpg');
  background-position: 50%;
  background-size: cover;
}

.projekt-14 {
  background-image: url('../images/urban-strategie.jpg');
  background-position: 50%;
  background-size: cover;
}

.projekt-8 {
  background-image: url('../images/cropped-cropped-KRW-LOGO-Kopie.jpg');
  background-position: 50%;
  background-size: cover;
}

.projekt-10 {
  background-image: url('../images/Peter-Haimerl.svg');
  background-position: 50% 30%;
  background-size: auto;
}

.projekt-12 {
  background-image: url('../images/Schnitt-unterground.jpg');
  background-position: 50%;
  background-size: cover;
}

.projekt-13 {
  background-image: url('../images/Augustinerkloster-1-50er-Schnitt.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-beschreibung {
  z-index: 999;
  opacity: 1;
  width: 100vh;
  height: 100vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.stg-bg {
  z-index: 998;
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #0000004d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.x-stg {
  display: block;
  transform: rotate(45deg);
}

.block-beschreibung {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 67.3rem;
  padding: 10px 10px 20px;
  display: flex;
  position: fixed;
  inset: 10% 20% auto;
}

.image-29 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 0% 100%;
  border: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
}

.image-30 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 0% 100%;
  border: 1px solid #fff;
}

.leersstnad-header {
  max-height: 50%;
  margin-top: 100px;
  font-size: 80px;
  line-height: 100%;
}

.search-input-2 {
  border-radius: 6px;
}

.search-button-2 {
  background-color: #e6007e;
  border-radius: 6px;
  margin-bottom: 20px;
}

.image-31 {
  filter: invert();
  background-color: #fafafa;
}

.image-32, .image-33, .image-34 {
  filter: invert();
  background-color: #fff;
}

.list-item-2 {
  font-size: 20px;
}

.list-item-3 {
  font-size: 30px;
}

.search-2 {
  margin-top: 38px;
}

.leerstand-anzeige {
  z-index: 999;
  width: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.anzeige-bg {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #0000004d;
  width: 100vw;
  height: 100%;
}

.anzeige {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 67.3rem;
  padding: 10px 10px 20px;
  display: flex;
  position: fixed;
  inset: 10% 0% auto 20%;
}

.radio-activ {
  z-index: 999;
  width: 100%;
  display: none;
  position: fixed;
}

.radio-bg {
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
  background-color: #0000004d;
  width: 100vw;
  height: 100vw;
}

.radio_anzeige {
  background-color: #fff;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 67.3rem;
  padding: 10px 10px 20px;
  display: block;
  position: fixed;
  inset: 10% 0% auto 20%;
}

.div-block-26 {
  object-fit: cover;
}

.image-35 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 70% 50%;
  min-width: 20px;
}

.image-36 {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 50% 100%;
}

.div-block-27 {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/Sound-wave-record-Audio-amplitude-Nois-Graphics-29995171-1.svg');
  background-position: 50%;
  background-size: cover;
  min-width: 35vw;
  min-height: 26vw;
  margin-right: 20px;
}

.heading-8 {
  font-family: elza-condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.paragraph-3 {
  color: #000;
  padding-top: 10px;
  font-family: elza-condensed, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .nav-menu {
    display: flex;
  }

  .grid-2, .grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .anna-lina {
    object-position: 50% 50%;
    background-position: 50% 60%;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-8, .div-block-9, .div-block-19 {
    aspect-ratio: 1;
    object-fit: cover;
  }

  .modal {
    display: none;
  }

  .modal-container {
    max-width: 40rem;
    display: block;
  }

  .div-block-23 {
    opacity: 0;
    margin-bottom: -18px;
  }
}

@media screen and (max-width: 767px) {
  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .nav-menu {
    flex-flow: column;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container-2, .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-4 {
    margin-top: auto;
  }

  .background-video {
    width: 100%;
    height: 200px;
  }

  .text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    vertical-align: middle;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    font-size: 20px;
    display: inline-block;
  }

  .div-block-6 {
    width: 100%;
    height: 200px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
    font-family: elza, sans-serif;
  }
}

#w-node-_07c79ac6-788b-79f3-921d-f4113734f8c9-ce2bee38 {
  order: 0;
}


