@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Light-Italic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Bold-Italic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Thin-Italic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Black-Italic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roca;
  src: url('../fonts/Roca-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --bright-blue: #f4f7f9;
  --dark-blue: #0a223f;
  --header_size: 38px;
  --header_height: 48px;
  --header_mobile_size: 30px;
  --header_mobile_height: 40px;
  --paragraph_size: 16px;
  --paragraph_height: 24px;
  --paragraph_mobile_size: 14px;
  --paragraph_-mobile_height: 21px;
  --dark-green: #4c917d;
  --specialtext_size: 40px;
  --speicaltext_height: 50px;
  --specialtext_mobile_size: 30px;
  --specialtext_mobile_height: 40px;
  --violet: #c2aff0;
  --header_big_size: 70px;
  --header_big_height: 80px;
  --header_big_mobile_size: 40px;
  --header_big_mobile_height: 50px;
  --red: #f4acb7;
  --yellow: #f4e4b8;
  --dusty-black: #3b3e3b;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pagewrapper {
  z-index: -100;
  background-color: var(--bright-blue);
  width: 100vw;
  min-height: 100vh;
}

.herosection {
  z-index: 49;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 50vh;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_title {
  z-index: 50;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_title_text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Roca, Impact, sans-serif;
  font-size: 8rem;
  line-height: 8rem;
}

.heading {
  color: #fff;
  margin-top: 40px;
  font-family: Roca, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5rem;
}

.navbar {
  z-index: 100;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  margin-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: absolute;
}

.image {
  height: 50px;
}

.navbar_button {
  color: #fff;
  background-color: #fff0;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Roca, Impact, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1rem;
}

.navbar_button.special {
  border: 1px solid #fff;
  border-radius: 100px;
  margin-left: 40px;
}

.navbar_button.special.dark {
  border-color: var(--dark-blue);
}

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

.infosection {
  z-index: 49;
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 200px 50px;
  display: flex;
  position: relative;
}

.infopage_heading {
  color: #fff;
  font-family: Roca, Impact, sans-serif;
  font-size: var(--header_size);
  line-height: var(--header_height);
  text-align: left;
  font-weight: 900;
}

.quick-stack {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-self: center;
  width: 80vw;
  max-width: 1200px;
  padding: 0;
}

.infosection_paragraph {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  text-align: justify;
}

.infosection_link {
  color: #fff;
  font-family: Roca, Impact, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  border-bottom: .5px solid #fff;
  margin-top: 15px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-weight: 700;
  text-decoration: none;
}

.image-3 {
  object-fit: contain;
}

.loginsection {
  background-color: var(--dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.login_logo {
  width: 80px;
  margin-bottom: 20px;
}

.login_text {
  color: #fff;
  text-align: center;
  max-width: 20ch;
  margin-top: 0;
  font-family: Roca, Impact, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.login_input {
  color: #fff;
  text-align: center;
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 10px 0 0 10px;
  width: 400px;
  height: 50px;
  margin-bottom: 0;
  font-family: Roca, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.login_input:focus {
  border-color: #fff;
}

.form {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.herosection_wrapper {
  background-image: url('../images/home_header.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.aboutsection {
  z-index: 48;
  background-color: var(--bright-blue);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: absolute;
  left: 0%;
  right: 0%;
}

.aboutsection_text {
  z-index: 1;
  opacity: 1;
  color: var(--dark-blue);
  font-family: Roca, Impact, sans-serif;
  font-size: var(--specialtext_size);
  line-height: var(--speicaltext_height);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 45ch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 900;
  position: relative;
}

.newssection {
  z-index: 7;
  background-color: var(--bright-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.textmarker {
  z-index: -1;
  background-color: var(--violet);
  color: #0a223f00;
  transform-style: preserve-3d;
  border-radius: 15px;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -375px;
  padding: 3px 0 3px 10px;
  display: inline-block;
  position: relative;
  transform: none;
}

.aboutsection_text-copy {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 25vh;
  margin-top: -140vh;
  margin-bottom: 15vh;
  display: flex;
  position: sticky;
  top: 35vh;
}

.stichymarker {
  height: 1px;
  margin-top: -26vh;
  margin-bottom: 26vh;
}

.infouebersichtsection {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.wohnprojekt_content_wrapper {
  width: 80vw;
  max-width: 1200px;
}

.heading-2 {
  color: var(--dark-blue);
  margin-top: 0;
  font-family: Roca, Impact, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

.paragraphtext {
  color: var(--dark-blue);
  font-family: Open Sans, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  text-align: justify;
}

.uebersicht_icon_animation {
  width: 60px;
  height: 60px;
  margin-bottom: -5px;
  margin-left: -13px;
}

.wohnprojekt_uebersicht_wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.infoheadersection {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
}

.wohnprojekt_header {
  color: #fff;
  font-family: Roca, Impact, sans-serif;
  font-size: var(--header_big_size);
  line-height: var(--header_big_height);
  text-align: center;
  width: 80vw;
  max-width: 1200px;
  margin-top: 27px;
  font-weight: 700;
}

.inline_link {
  color: var(--dark-blue);
  font-family: Roca, Impact, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.inline_link:hover {
  color: var(--red);
}

.infoimagesection {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.infoimagebig {
  border-radius: 20px 200px;
  width: 60vw;
  max-width: 1200px;
  overflow: hidden;
}

.infobaugruppesection {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.infobaugruppetext {
  z-index: 1;
  color: var(--dark-blue);
  font-family: Roca, Impact, sans-serif;
  font-size: var(--specialtext_size);
  line-height: var(--speicaltext_height);
  text-align: center;
  word-break: keep-all;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin-top: 150px;
  margin-bottom: 150px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 900;
  position: relative;
}

.div-block {
  width: 80vw;
  max-width: 1200px;
}

.infoimagesmall {
  object-fit: cover;
  border-radius: 20px 20px 200px;
  overflow: hidden;
}

.quick-stack-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.textmarker2 {
  z-index: -1;
  background-color: var(--violet);
  color: #b9333500;
  border-radius: 15px;
  margin-top: -8px;
  margin-bottom: -8px;
  margin-left: -235px;
  padding: 3px 0 3px 5px;
  display: inline-block;
  position: relative;
}

.faq_dropdown {
  border-bottom: .5px solid #1b4475;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 1px 1px 2px #0000000d;
}

.faq_dropdown_normal {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq_box {
  flex-direction: column;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  display: flex;
}

.faq_dropdown_clicked {
  background-color: #ddd0;
  position: relative;
  overflow: hidden;
}

.faq_dropdown_clicked.w--open {
  background-color: #ddd0;
}

.faq_dropdown_clicked_box {
  padding-left: 0;
  padding-right: 40px;
}

.faq_dropdown_clicked_text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  text-align: justify;
  margin-bottom: 0;
  font-weight: 400;
}

.faq_dropdown_arrow {
  color: #fff;
  transform: rotate(-90deg);
}

.faq_dropdown_text {
  float: none;
  color: #fff;
  white-space: normal;
  width: 100%;
  font-family: Roca, Impact, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
}

.faqsection {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sectionheading {
  color: #fff;
  width: 80vw;
  max-width: 1200px;
  margin-bottom: 30px;
  font-family: Roca, Impact, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 45px;
}

.scrolldown_button {
  z-index: 100;
  width: 40px;
  position: absolute;
  bottom: 10vh;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.newsheading {
  color: var(--dark-blue);
  text-align: center;
  font-family: Roca, Impact, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 60px;
}

.newsparagraph {
  color: var(--dark-blue);
  font-family: Open Sans, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  text-align: center;
  margin-bottom: 20px;
}

.news_preview_wrapper {
  border-radius: 20px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.news_preview_button {
  background-color: #c2aff000;
  border: 1px solid #0a223f33;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.news_preview_image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.div-block-4 {
  display: flex;
  position: absolute;
  bottom: 20px;
}

.postcategory_text {
  color: var(--dark-blue);
  font-family: Roca, Impact, sans-serif;
  font-weight: 900;
}

.news_preview_text_wrapper {
  background-color: #fff;
  height: 300px;
  padding: 20px 30px 70px;
}

.news_preview_paragraph {
  color: var(--dark-blue);
  text-align: justify;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.news_preview_header {
  color: var(--dark-blue);
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roca, Impact, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.news_preview_date {
  color: var(--dark-blue);
  margin-bottom: 15px;
  font-family: Roca, Impact, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.navbar_menubutton_mobile, .mobilemenu_wrapper {
  display: none;
}

.blogheadersection {
  background-color: var(--dark-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
  display: flex;
}

.blogheading_header {
  color: #fff;
  font-family: Roca, Impact, sans-serif;
  font-size: var(--header_big_size);
  line-height: var(--header_big_height);
  text-align: left;
  margin-top: 10px;
  font-weight: 900;
}

.blogheader_image {
  aspect-ratio: 1;
  border-radius: 250px 20px 0 0;
  height: 100%;
}

.blogheader_content_wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  max-width: 1600px;
  height: 60vh;
  display: flex;
  position: relative;
}

.blogheader_date {
  color: #fff;
  font-family: Roca, Impact, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
}

.blogheader_bgshape {
  background-color: #ffffff1a;
  border-bottom-left-radius: 1000px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blogheader_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  overflow: hidden;
}

.blog_preview_text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  text-align: justify;
}

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

.wohnprojekt_header-copy {
  color: #fff;
  text-align: center;
  width: 80vw;
  max-width: 1200px;
  margin-top: 27px;
  font-family: Roca, Impact, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
}

.contactsection {
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.quick-stack-4 {
  width: 60vw;
  max-width: 800px;
}

.blog_content_wrapper {
  width: 60vw;
  max-width: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.videoembed {
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

.image-6 {
  width: 30%;
}

.footer {
  background-color: var(--bright-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 80px;
  display: flex;
}

.impressum_button {
  color: var(--dark-blue);
  font-family: Roca, Impact, sans-serif;
  font-weight: 100;
  text-decoration: none;
  transition: opacity .2s, color .2s;
}

.impressum_button:hover {
  color: var(--red);
}

.impressumsection {
  background-color: var(--dark-green);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.impressum_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  display: flex;
}

.impressum_header {
  color: #fff;
  font-family: Roca, Impact, sans-serif;
  font-size: var(--header_big_size);
  line-height: var(--header_big_height);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 900;
}

.impressum_text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  text-align: center;
}

.text-block-copy {
  color: var(--dark-blue);
  font-family: Roca, Impact, sans-serif;
  font-weight: 100;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.contact-form-button {
  color: var(--dark-green);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roca, Impact, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.form-success-message {
  color: #fff;
  background-color: #0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.contact-form-element {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.contact-info-column {
  padding-left: 30px;
  padding-right: 30px;
}

.contact-columns {
  width: 55vw;
  max-width: 800px;
}

.contact-form, .form-2 {
  width: 100%;
}

.contact-form-column {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.contact-form-text {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  margin-bottom: 10px;
  font-weight: 300;
}

.contact-form-text.link {
  font-weight: 600;
  text-decoration: none;
}

.contact-form-text.link:hover {
  color: var(--yellow);
}

.contact-form-textinput {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  height: 50px;
  font-family: Roca, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.contact-form-textinput:focus {
  border-color: var(--yellow);
}

.contact-form-textinput::placeholder {
  color: #fff;
}

.contact-form-textinput.area {
  text-align: left;
  height: 150px;
  padding-top: 8px;
  padding-left: 30px;
  padding-right: 30px;
}

.contact-form-textinput.area::placeholder {
  text-align: center;
}

.contact-form-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roca, Impact, sans-serif;
  font-weight: 700;
  line-height: 48px;
}

.form-error-message {
  color: #fff;
  background-color: #0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.blogsection {
  z-index: 1;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog_header_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  margin-left: 0;
  padding: 200px 100px;
  display: flex;
  position: fixed;
  left: 0;
}

.blog_content_wrapper2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 200px;
  padding-bottom: 100px;
  padding-right: 100px;
  display: flex;
  overflow: hidden;
}

.quick-stack-4-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  width: 100%;
  max-width: 500px;
}

.blog_heading {
  color: var(--dark-blue);
  text-align: left;
  margin-top: 0;
  font-family: Roca, Impact, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 90px;
}

.blog_subheading {
  color: var(--dark-blue);
  font-family: Open Sans, sans-serif;
  font-size: var(--paragraph_size);
  line-height: var(--paragraph_height);
  text-align: left;
  margin-bottom: 20px;
}

.blogheader_bgshape-copy {
  background-color: var(--violet);
  border-bottom-left-radius: 1000px;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contactsection2 {
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}

.newslettersection {
  z-index: 7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.div-block-2-copy {
  border-top: 1px solid #0a223f33;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: 1200px;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
}

.newsletter_input {
  color: var(--dark-blue);
  text-align: center;
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px 0 0 10px;
  width: 300px;
  height: 50px;
  font-family: Roca, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  transition: background-color .2s;
}

.newsletter_input::placeholder {
  color: #0a223f80;
}

.form-3 {
  display: flex;
}

.newsletter_button {
  background-color: var(--dark-blue);
  color: #fff;
  border-radius: 0 10px 10px 0;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roca, Impact, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.quick-stack-5 {
  padding: 0;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.newsletter_heading {
  color: var(--dark-blue);
  font-family: Roca, Impact, sans-serif;
  font-size: var(--header_size);
  line-height: var(--header_height);
  text-align: left;
  font-weight: 900;
}

.form-block-copy {
  margin-bottom: 0;
}

.login_button {
  font-family: Roca, Impact, sans-serif;
}

.login_input-copy {
  color: var(--dark-green);
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffffff80;
  border-radius: 0 10px 10px 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Roca, Impact, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.login_input-copy:focus {
  border-color: #fff;
}

.scrooldown_maker {
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
}

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

.quick-stack-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 0;
  padding-right: 0;
}

.blog_image {
  border-radius: 20px;
}

.blog_image.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.blog_image.center {
  border-radius: 0;
}

.blog_image.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.resetmessage_wrapper {
  color: #fff;
  font-family: Roca, Impact, sans-serif;
}

.submit-button {
  margin-left: 25px;
}

.heading-3 {
  text-align: center;
  font-family: Roca, Impact, sans-serif;
}

.booking-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1px;
  grid-template-columns: 1fr;
  grid-auto-columns: 2fr;
  max-width: 1200px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  display: grid;
}

.room-info {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.calendar {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px #0000000d;
}

.calendar-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.calendar-weekdays {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  height: 100vh;
}

.calendar-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slots {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .herosection {
    padding: 20px;
  }

  .hero_title_text {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .heading {
    font-size: 1.2rem;
  }

  .navbar {
    margin-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar_button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
  }

  .navbar_button.special {
    margin-left: 20px;
  }

  .infosection {
    padding: 100px 20px;
  }

  .infopage_heading {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .quick-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 80vw;
    max-width: none;
  }

  .infosection_link {
    margin-top: 20px;
  }

  .image-3 {
    width: 300px;
    max-width: 80vw;
    height: auto;
  }

  .aboutsection_text {
    width: 28ch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .textmarker {
    margin-left: -375px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .wohnprojekt_header {
    width: 12ch;
  }

  .infoimagebig {
    border-radius: 20px;
    width: 80vw;
  }

  .infobaugruppetext {
    width: 660px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .infoimagesmall {
    border-radius: 20px;
  }

  .textmarker2 {
    margin-left: -235px;
  }

  .faq_dropdown_text {
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
  }

  .sectionheading {
    margin-bottom: 20px;
  }

  .div-block-2 {
    width: auto;
    max-width: none;
  }

  .news_preview_text_wrapper {
    height: auto;
  }

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

  .blogheadersection {
    min-height: 100vh;
  }

  .blogheader_image {
    border-radius: 20px;
    width: 80vw;
    min-height: auto;
  }

  .blogheader_content_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 80px;
  }

  .blogheader_content {
    width: 80vw;
    max-width: 800px;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog_content_wrapper {
    width: 80vw;
  }

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

  .contact-columns {
    width: 80vw;
  }

  .contact-form-text {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-form-text.link {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-form-title {
    font-size: 28px;
    line-height: 38px;
  }

  .blog_header_wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .blog_content_wrapper2 {
    padding-right: 50px;
  }

  .quick-stack-4-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .blog_heading {
    font-size: 50px;
    line-height: 60px;
  }

  .newsletter_heading {
    text-align: center;
  }

  .room-info {
    box-shadow: 0 2px 8px #0000000d;
  }
}

@media screen and (max-width: 767px) {
  .hero_title_text {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .heading {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .navbar {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar_buttons {
    display: none;
  }

  .image {
    height: 40px;
  }

  .infopage_heading {
    font-size: var(--header_mobile_size);
    line-height: var(--header_mobile_height);
    text-align: center;
  }

  .infosection_paragraph, .infosection_link {
    font-size: var(--paragraph_mobile_size);
    line-height: var(--paragraph_-mobile_height);
  }

  .login_logo {
    width: 60px;
  }

  .login_text {
    font-size: 1.5rem;
    line-height: 1.53rem;
  }

  .login_input {
    width: 80vw;
    height: 40px;
  }

  .aboutsection_text {
    font-size: var(--specialtext_mobile_size);
    line-height: var(--specialtext_mobile_height);
    width: 25ch;
  }

  .newssection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .textmarker {
    border-radius: 8px;
    margin-left: -281px;
  }

  .aboutsection_text-copy {
    font-size: 1.5rem;
    line-height: 2rem;
    position: relative;
    top: 50vh;
  }

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

  .paragraphtext {
    font-size: var(--paragraph_mobile_size);
    line-height: var(--paragraph_-mobile_height);
  }

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

  .wohnprojekt_header {
    font-size: var(--header_big_mobile_size);
    line-height: var(--header_big_mobile_height);
    text-align: center;
  }

  .infoimagebig {
    border-radius: 0;
    width: 100vw;
  }

  .infobaugruppesection {
    padding-bottom: 50px;
  }

  .infobaugruppetext {
    font-size: var(--specialtext_mobile_size);
    line-height: var(--specialtext_mobile_height);
    width: 550px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .quick-stack-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .textmarker2 {
    border-radius: 8px;
    margin-left: -180px;
  }

  .faq_dropdown_normal {
    padding-right: 0;
  }

  .faq_box {
    width: 80vw;
  }

  .faq_dropdown_clicked_box {
    padding-right: 0;
  }

  .faq_dropdown_arrow {
    display: none;
  }

  .faq_dropdown_text {
    font-size: 20px;
    line-height: 30px;
  }

  .faqsection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .scrolldown_button {
    z-index: 10;
    bottom: 5vh;
  }

  .div-block-2 {
    width: 90vw;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }

  .newsheading {
    margin-bottom: 20px;
    font-size: 38px;
    line-height: 46px;
  }

  .newsparagraph {
    font-size: var(--paragraph_mobile_size);
    line-height: var(--paragraph_-mobile_height);
  }

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

  .navbar_menubutton_mobile {
    display: block;
  }

  .menu_mobile_animation {
    width: 150px;
    margin-top: -50px;
    margin-right: -50px;
  }

  .mobilemenu_wrapper {
    z-index: -1;
    background-color: var(--dark-blue);
    width: 100vw;
    height: 100vh;
    padding-top: 150px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .mobilemenu_button {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .mobilemenu_button_text {
    color: #fff;
    text-align: center;
    font-family: Roca, Impact, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
  }

  .blogheadersection {
    padding-top: 150px;
  }

  .blogheading_header {
    font-size: var(--header_big_mobile_size);
    line-height: var(--header_big_mobile_height);
    text-align: center;
    width: 100%;
  }

  .blogheader_date {
    text-align: center;
    width: 100%;
  }

  .blog_preview_text {
    font-size: var(--paragraph_mobile_size);
    line-height: var(--paragraph_-mobile_height);
    text-align: center;
  }

  .wohnprojekt_header-copy {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .quick-stack-4 {
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .impressum_header {
    font-size: var(--header_big_mobile_size);
    line-height: var(--header_big_mobile_height);
    text-align: center;
    width: 100%;
  }

  .impressum_text {
    font-size: var(--paragraph_mobile_size);
    line-height: var(--paragraph_-mobile_height);
  }

  .text-block-copy.line {
    display: none;
  }

  .div-block-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    width: 250px;
  }

  .contact-columns {
    width: 100vw;
    padding-left: 50px;
    padding-right: 50px;
  }

  .contact-form-text {
    display: none;
  }

  .contact-form-textinput {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-form-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .blogsection {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .blog_header_wrapper {
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: auto;
    margin-top: 200px;
    padding: 0 0 50px;
    position: static;
  }

  .blog_content_wrapper2 {
    width: 80vw;
    max-width: 600px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .quick-stack-4-copy {
    width: auto;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blog_heading {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

  .blog_subheading {
    text-align: center;
  }

  .contactsection2 {
    padding-top: 100px;
  }

  .newslettersection {
    padding-top: 50px;
  }

  .div-block-2-copy {
    width: 90vw;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter_input {
    font-size: 14px;
    line-height: 24px;
  }

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

  .newsletter_heading {
    font-size: var(--header_mobile_size);
    line-height: var(--header_mobile_height);
  }

  .form-block-copy {
    width: 100%;
  }

  .login_input-copy {
    width: 80vw;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero_title_text {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .heading {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .aboutsection_text {
    width: 26ch;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  .textmarker {
    margin-left: -190px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .infobaugruppesection {
    padding-bottom: 0;
  }

  .infobaugruppetext {
    width: 100%;
  }

  .textmarker2 {
    margin-left: -178px;
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .faq_dropdown_normal {
    font-size: 12px;
  }

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

  .faq_dropdown_text {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-2 {
    z-index: 500;
    width: 100vw;
  }

  .newsheading, .newsparagraph {
    width: 90vw;
  }

  .news_preview_wrapper {
    border-radius: 0;
  }

  .blogheader_date {
    font-size: 12px;
    line-height: 14px;
  }

  .blogheader_bgshape {
    width: 300px;
    height: 300px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-columns {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-title {
    font-size: 24px;
    line-height: 34px;
  }

  .blog_content_wrapper2 {
    width: 100vw;
  }

  .quick-stack-4-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog_heading {
    font-size: 40px;
    line-height: 50px;
  }

  .blogheader_bgshape-copy {
    width: 300px;
    height: 300px;
  }

  .div-block-2-copy {
    z-index: 500;
    justify-content: center;
    align-items: flex-start;
  }

  .newsletter_input {
    border-radius: 10px;
    width: 100%;
  }

  .form-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .newsletter_button {
    border-radius: 10px;
    height: 40px;
    font-size: 12px;
    line-height: 22px;
  }

  .quick-stack-5 {
    width: 100%;
    overflow: hidden;
  }

  .newsletter_heading {
    width: 100%;
  }

  .cell-5 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-11 {
    width: 80vw;
  }

  .form-block-copy {
    width: 80vw;
    overflow: hidden;
  }
}

#w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05a-bc0d3d3d, #w-node-e77077e2-2ef6-c586-24f5-461554dfa412-bc0d3d3d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_78f51eb4-1213-d526-1da5-75b25efe99a7-38140931 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f21fdeec-b9bc-e9ae-a0f0-136a9b5a7850-38140931 {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_58f0674d-2b69-7adb-5791-9f8eca203633-0c4f62c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c8fbbf25-11ed-f2ff-bb4a-7b7e0883f29c-ceb45a1e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05a-baee4d59, #w-node-c8fbbf25-11ed-f2ff-bb4a-7b7e0883f29c-baee4d59, #w-node-e77077e2-2ef6-c586-24f5-461554dfa412-baee4d59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05a-bc0d3d3d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05d-bc0d3d3d {
    order: -9999;
  }

  #w-node-e77077e2-2ef6-c586-24f5-461554dfa412-bc0d3d3d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78f51eb4-1213-d526-1da5-75b25efe99a7-38140931 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f21fdeec-b9bc-e9ae-a0f0-136a9b5a7850-38140931 {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-c8fbbf25-11ed-f2ff-bb4a-7b7e0883f29c-ceb45a1e, #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05a-baee4d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05d-baee4d59 {
    order: -9999;
  }

  #w-node-c8fbbf25-11ed-f2ff-bb4a-7b7e0883f29c-baee4d59, #w-node-e77077e2-2ef6-c586-24f5-461554dfa412-baee4d59 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05a-bc0d3d3d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05b-bc0d3d3d {
    order: 1;
  }

  #w-node-_78f51eb4-1213-d526-1da5-75b25efe99a7-38140931, #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05a-baee4d59 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05b-baee4d59 {
    order: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05a-bc0d3d3d, #w-node-_4d6c8ea4-9e98-4829-8880-c5463ccac05a-baee4d59 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Light-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Bold-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Thin-Italic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Black-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roca';
  src: url('../fonts/Roca-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}