:root {
  --light-sky-blue: #6fbaff;
  --blue: #397fbf;
  --card_width: 330px;
  --card_height: 550px;
}

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

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

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

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

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

.body {
  background-color: #000;
  font-family: Playfair Display, sans-serif;
}

.background_quotes {
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: Playfair Display, sans-serif;
  display: none;
  position: absolute;
}

.background_quotes.stage_2_bg {
  opacity: .25;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, #000), url('../images/Background-Lines-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._50_vertikal {
  width: 50%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._50_vertikal.right {
  align-items: flex-end;
}

.quote_wrapper {
  width: 550px;
  flex-direction: column;
  margin: 32px;
  overflow: hidden;
}

.quote_wrapper.website {
  transform: rotate(10deg);
}

.quote_wrapper.design {
  transform: rotate(-15deg);
}

.quote_heading {
  color: rgba(255, 255, 255, .25);
  letter-spacing: 14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.text-block {
  color: rgba(57, 127, 191, .25);
  letter-spacing: 14px;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
}

.paragraph {
  color: rgba(255, 255, 255, .25);
  font-size: 25px;
  line-height: 35px;
}

._50_horizontal {
  width: 100%;
  height: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

._50_horizontal.right {
  justify-content: flex-end;
}

._50_horizontal.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: 25px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-2 {
  color: #fff;
  letter-spacing: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.div-block-3 {
  width: 500px;
  height: 1px;
  background-color: #fff;
}

.text-span {
  color: var(--light-sky-blue);
  font-weight: 800;
}

.body-2 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.body-3 {
  background-color: #000;
  font-family: Playfair Display, sans-serif;
}

.bookcall_btn {
  width: 350px;
  height: 60px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: 5px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  transition: all .35s;
  display: flex;
}

.bookcall_btn:hover {
  box-shadow: inset 0 0 2px #fff, inset 0 0 15px #397fbf;
}

.div-block-8 {
  width: 80%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.social_btn {
  width: 120px;
  height: 50px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
}

.social_btn:hover {
  border-color: var(--light-sky-blue);
  box-shadow: inset 0 0 2px rgba(255, 255, 255, .8), inset 0 0 10px #397fbf;
}

.image-4, .image-5, .image-6 {
  width: 30px;
}

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

.heading-3 {
  color: var(--light-sky-blue);
  text-align: center;
  letter-spacing: 10px;
  text-indent: 5px;
  margin-top: 0;
}

.text-block-4 {
  color: rgba(255, 255, 255, .5);
  font-size: 20px;
  line-height: 30px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-11 {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-7 {
  width: 150px;
  filter: invert();
}

.div-block-12 {
  width: 70%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  transform: translate(0, -25px);
}

.text-span-3 {
  color: var(--light-sky-blue);
  font-weight: 700;
}

.body-4 {
  color: #fff;
  letter-spacing: 4px;
  background-color: #000;
  font-family: Playfair Display, sans-serif;
}

.stage_1 {
  height: 300vh;
}

.sticky_wrapper_1 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.heading-4 {
  text-align: center;
  letter-spacing: 25px;
  margin-left: 25px;
  margin-right: 25px;
}

.div-block-15 {
  width: 100%;
  height: 2px;
  background-color: var(--blue);
}

.text-block-5 {
  text-align: center;
  letter-spacing: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.stage_4_content_wrapper {
  width: 100%;
  height: 60vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.stage_1_zeile {
  width: 60%;
  display: flex;
  overflow: hidden;
}

.dot_wrapper {
  width: 30%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50px;
}

.stage_1_text_wrapper {
  width: 70%;
  display: flex;
}

.text-block-6 {
  text-indent: 8px;
  font-size: 40px;
  line-height: 55px;
}

.heading_stage_1_wrapper {
  height: 30vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background_quotes_sticky {
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: Playfair Display, sans-serif;
  display: flex;
  position: absolute;
}

.background_quotes_sticky.stage_5_bg {
  background-image: url('../images/Background-Lines-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stage_2 {
  height: 300vw;
}

.sticky_wrapper_2 {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.stage_2_content_wrapper {
  height: 50%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.stage_2_paragraph {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.stage_2_subheader {
  color: #397fbf;
  text-align: center;
  letter-spacing: 14px;
  margin-top: 4px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
}

.stage_2_header {
  color: #fff;
  text-align: center;
  letter-spacing: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.stage_2_quote_wrapper {
  width: 40%;
  flex-direction: column;
  margin: 32px;
  overflow: hidden;
}

.stage_2_quote_wrapper.branding, .stage_2_quote_wrapper.websitegoals, .stage_2_quote_wrapper.websitestructure {
  display: flex;
}

.item_hor_scroll {
  width: 100vw;
  height: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stage_4 {
  height: 350vh;
}

.sticky_wrapper_4 {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.video {
  width: 100%;
  height: 100%;
  opacity: .6;
}

.wrapper_video {
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: Playfair Display, sans-serif;
  display: flex;
  position: absolute;
}

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

.text-block-7 {
  text-align: center;
  font-size: 25px;
  line-height: 44px;
}

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

.image-9 {
  width: 50px;
  transform: rotate(180deg);
}

.stage_5 {
  height: 300vh;
}

.sticky_wrapper_5 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.text-block-8 {
  color: var(--blue);
  text-align: center;
  font-size: 22px;
  line-height: 44px;
}

.text-block-9 {
  text-align: center;
  font-size: 25px;
  line-height: 44px;
}

.div-block-19 {
  height: 50%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bockcall_btn_2 {
  width: 300px;
  height: 60px;
  text-align: center;
  letter-spacing: 5px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  transition: all .35s;
  display: flex;
}

.bockcall_btn_2:hover {
  box-shadow: inset 0 0 2px #fff, inset 0 0 15px #397fbf;
}

.stage_5_content_wrapper {
  width: 100%;
  height: 60vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.body-5 {
  letter-spacing: 20px;
  background-color: #000;
  font-family: Playfair Display, sans-serif;
}

.impressum {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85));
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.div-block-20 {
  height: 20%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.div-block-21 {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.heading-5 {
  color: #fff;
  margin: 0 60px;
}

.impressum_wrapper {
  width: 70%;
  height: 60%;
  display: flex;
}

.impressum_item {
  width: 60%;
  margin-top: 22px;
  margin-bottom: 22px;
}

.impressum_heading {
  color: #fff;
  text-align: left;
  letter-spacing: 14px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.impressum_subheading {
  color: #397fbf;
  text-align: left;
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.impressum_paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 35px;
}

.impr_50_vertikal {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobile_page_wrapper {
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/black-blue-waterlike-blue-kompri-queer.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.mob_homepage_logo_wrapper {
  height: 60vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.review_section {
  width: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0), #000 75%), linear-gradient(#000 4%, rgba(0, 0, 0, .45) 17%, rgba(0, 0, 0, .45) 83%, #000 92%), linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/wings-stars-background.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.line_horizantal {
  height: 2px;
  background-color: var(--blue);
}

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

.heading-7 {
  color: #fff;
  letter-spacing: 4px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  line-height: 32px;
}

.line-blue {
  width: 100%;
  height: 2px;
  background-color: var(--light-sky-blue);
}

.mob_review_width {
  width: 60%;
  height: 80%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.review_name {
  color: #fff;
  letter-spacing: 5px;
  font-size: 22px;
  line-height: 36px;
}

.review_year {
  color: var(--light-sky-blue);
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 18px;
}

.review_paragraph {
  width: 80%;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  line-height: 26px;
}

.div-block-27 {
  width: 145px;
  height: 25px;
  position: relative;
}

.image-13 {
  position: absolute;
}

.div-block-29 {
  width: 145px;
  height: 25px;
  background-image: url('../images/5_b.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-30 {
  width: 145px;
  height: 25px;
  overflow: hidden;
}

.mob_review_wrapper {
  flex-direction: column;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
}

.mob_review_wrapper.right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-span-4 {
  color: var(--light-sky-blue);
}

.expect_section {
  background-image: linear-gradient(#000 10%, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 66%, #000 89%), linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/caessence-of-distant.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.mob_expect_width {
  width: 55%;
  height: 90%;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.mob_expect_horizontal_wrapper {
  width: 100%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
}

.mob_expect_text_wrapper {
  width: 60%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mob_expect_logo_wrappper {
  width: 40%;
  justify-content: center;
  display: flex;
}

.paragraph-5 {
  width: 80%;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}

.paragraph-5.right {
  text-align: right;
}

.lottie-animation-5 {
  width: 100px;
}

.lottie-animation-6 {
  width: 140px;
}

.lottie-animation-7 {
  width: 100px;
}

.mob_expect_button_wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-16 {
  width: 60px;
}

.link-2 {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 6px;
  text-decoration: none;
  transition: all .25s ease-in-out;
}

.link-2:hover {
  color: var(--light-sky-blue);
  transform: translate(-2px, -2px);
}

.mob_footer_socials {
  width: 60%;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.text_highlight {
  color: var(--light-sky-blue);
}

.lottie-animation-8, .lottie-animation-10 {
  width: 90px;
}

.background_stage1_mobile {
  z-index: -1;
  width: 100%;
  height: 100%;
  font-family: Playfair Display, sans-serif;
  display: none;
  position: absolute;
}

.rotation_wrapper {
  width: 450px;
  height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rotation_mid_wrap {
  width: 390px;
  height: 130px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._100x100 {
  width: 130px;
  height: 130px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block {
  width: 70px;
  height: 70px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 15px 5px rgba(255, 255, 255, .2);
}

.link-block.work {
  width: 100%;
}

.image-19 {
  width: 30px;
}

.image-19.work {
  display: none;
}

.text-block-12 {
  letter-spacing: 1px;
}

.rotation_limmiter {
  width: 100%;
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.outline_wrapper {
  width: 100vw;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.mob_-footer {
  border-top: 1px solid rgba(255, 255, 255, .3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.dial_text_wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .35s;
  display: none;
}

.dial_text_wrapper:hover {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .44);
}

.dial_text_wrapper.work {
  display: flex;
}

.dial_text_wrapper.work:hover {
  box-shadow: inset 0 0 20px rgba(111, 186, 255, .44);
}

.review_text_wrapper {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body_wrapper {
  width: 100%;
  height: auto;
}

.section-6 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

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

.image-25 {
  width: 80px;
}

.contact_background {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 78%, #000 90%), linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url('../images/balck-and-white-galaxy.png');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-41 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact_logo {
  width: 60px;
}

.grid-3 {
  grid-row-gap: 31px;
  grid-template-columns: .75fr 1fr;
  justify-content: stretch;
  justify-items: center;
  margin-bottom: 40px;
}

.contact_text {
  color: #fff;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  transition: all .25s ease-in-out;
  display: flex;
}

.contact_text:hover {
  color: var(--light-sky-blue);
  text-shadow: 6px 6px 8px rgba(255, 255, 255, .2);
  transform: translate(-2px, -2px);
}

.contact_text.location:hover {
  color: #6fbaff;
}

.link-block-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-3 {
  color: #fff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block-4 {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.back {
  z-index: 5;
  width: 70px;
  height: 70px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin: 25px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, .2);
}

.back:hover {
  box-shadow: inset 0 0 10px 0 var(--light-sky-blue), 0 0 10px 4px rgba(255, 255, 255, .2);
}

.back.portfolio {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.back_icon {
  width: 20px;
  transform: rotate(90deg);
}

.text-block-17 {
  display: none;
}

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

.image-28 {
  width: 60px;
}

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

.div-block-47 {
  width: 100%;
  height: 33%;
  justify-content: space-around;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 5vw;
  display: flex;
}

.portfolio_button {
  width: 180px;
}

.text-block-18 {
  color: #fff;
  letter-spacing: 2px;
  font-size: 25px;
  line-height: 30px;
}

.paragraph-6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-48 {
  width: 80%;
}

.portfolio_right_s {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-52 {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.background-video-3 {
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: .25;
  position: absolute;
}

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

.portfolio_bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, #000 90%);
  position: absolute;
}

.portfolio_sec {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
  align-items: center;
  justify-items: center;
}

.div-block-53 {
  width: 30%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-54 {
  width: 70%;
  align-items: center;
  display: flex;
}

.grid-6 {
  width: 80%;
  height: 70%;
  grid-template-rows: auto;
  align-items: center;
}

.video_section {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  display: flex;
  position: relative;
}

.video_wrapper {
  width: 83%;
  height: 83%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 10px #000;
}

.bockhowwework {
  width: 300px;
  height: 60px;
  text-align: center;
  letter-spacing: 5px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  transition: all .35s;
  display: flex;
}

.bockhowwework:hover {
  box-shadow: inset 0 0 2px #fff, inset 0 0 15px #397fbf;
}

.text-span-5 {
  color: var(--light-sky-blue);
}

.section-8 {
  height: 10vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
}

.image-30 {
  width: 44px;
}

.herosection {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background_herosection {
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), linear-gradient(to right, #000, rgba(46, 46, 46, 0) 21%, rgba(214, 214, 214, 0) 76%, #000), linear-gradient(#000, rgba(0, 0, 0, 0) 16%, rgba(0, 0, 0, .7) 35%, rgba(0, 0, 0, .7) 61%, rgba(0, 0, 0, .8) 82%, #000 99%), url('../images/galaxy-ring-background.png');
  background-position: 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar_outline {
  z-index: 3;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: static;
}

.div-block-55 {
  width: 1200px;
  height: 132px;
  background-image: url('../images/NavBar-1.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.navbar_items {
  width: 80%;
  height: 70%;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.navbar_item {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

.navbar_item:hover {
  color: var(--light-sky-blue);
  text-shadow: 4px 4px 10px rgba(111, 186, 255, .4);
  transform: translate(-2px, -2px);
}

.image-31 {
  width: 50px;
}

.item_wrap {
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herosectoin_content {
  z-index: 2;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-56 {
  width: 55%;
  height: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  display: flex;
}

.image-32 {
  width: 65%;
}

.paragraph-7 {
  width: 80%;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000;
  margin-top: 8vh;
  margin-bottom: 4vh;
  font-size: 22px;
  line-height: 32px;
}

.buttons_wrap_hero {
  width: 60%;
  justify-content: center;
  display: flex;
}

.button {
  width: 200px;
  height: 50px;
  letter-spacing: 2px;
  background-color: #6fbaff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  font-size: 20px;
  font-weight: 700;
  transition: all .5s;
  display: flex;
}

.button:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 4px rgba(0, 0, 0, .5);
}

.button._2 {
  width: 150px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(35, 35, 35, 0);
  border: 1px solid #fff;
}

.button._2:hover {
  background-color: rgba(255, 255, 255, .1);
}

.button._1 {
  border: 2px solid var(--light-sky-blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--light-sky-blue);
  background-color: rgba(111, 186, 255, 0);
}

.button._1:hover {
  background-color: rgba(111, 186, 255, .1);
}

.button._3 {
  width: 180px;
  height: 40px;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid #fff;
}

.prcing_section {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_outline {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card_front {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/star-sky-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_front._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/star-sky-3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  display: flex;
}

.image-33 {
  width: 100px;
  margin-top: 15px;
}

.card_text {
  color: #fff;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 22px;
}

.card_back {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/star-sky-1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_back._2 {
  background-image: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/star-sky-2.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.line {
  width: 55%;
  height: 1px;
  background-color: var(--light-sky-blue);
  border-radius: 50px;
}

.card_text_wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_wrapper {
  width: 400px;
  height: 650px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_heading {
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}

.image-34 {
  width: 50px;
}

.quick-stack {
  width: 60%;
  margin-top: 60px;
}

.cards_cell {
  align-items: center;
}

.line-white {
  width: 55%;
  height: 1px;
  background-color: #fff;
  border-radius: 50px;
}

.card_paragraph {
  width: 80%;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
}

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

.lottie-animation-11 {
  width: 60px;
}

.impressum_background {
  z-index: -1;
  width: 100%;
  height: 100%;
  filter: saturate(0%);
  background-image: url('../images/impressum-background-2.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
}

.contact_text_location {
  color: #fff;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 24px;
  display: flex;
}

.contact_text_location.location:hover {
  color: #6fbaff;
}

.div-block-58 {
  width: 60%;
  justify-content: flex-end;
  display: flex;
}

.line-blue-2 {
  width: 50%;
  height: 2px;
  background-color: var(--light-sky-blue);
}

.websites_logo {
  width: 50px;
  height: 50px;
  filter: brightness(44%);
  transition: filter .25s ease-in-out;
}

.websites_logo:hover {
  filter: brightness();
}

.text-block-19 {
  color: #8b8b8b;
  letter-spacing: 5px;
}

.websites_logos_wrapper {
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.page_loader_wrapper {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loader_bar_out {
  width: 400px;
  height: 4px;
  border-radius: 100px;
}

.loader_bar_in {
  width: 0%;
  height: 100%;
  background-color: #fff;
}

.page_load_wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-35 {
  width: 120px;
}

.text-block-20 {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .paragraph-2 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-3 {
    width: 400px;
  }

  .bookcall_btn {
    width: 300px;
  }

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

  .social_btn {
    width: 70px;
    height: 40px;
  }

  .image-4, .image-5, .image-6 {
    width: 20px;
  }

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

  .text-block-6 {
    font-size: 30px;
    line-height: 45px;
  }

  .stage_2_subheader {
    font-size: 30px;
  }

  .stage_2_header {
    letter-spacing: 20px;
    font-size: 30px;
  }

  .impressum_wrapper {
    width: 90%;
  }

  .mobile_page_wrapper {
    display: flex;
  }

  .mob_expect_width {
    width: 80%;
  }

  .mob_footer_socials {
    width: 100%;
  }

  .section-6 {
    height: auto;
  }

  .contact_background {
    background-image: linear-gradient(to bottom, null, null), url('../images/balck-and-white-galaxy.png');
    background-size: auto, cover;
  }

  .portfolio_left, .portfolio_right_s, .portfolio_sec {
    height: auto;
  }

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

  .div-block-54 {
    width: 50%;
  }

  .grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 10vh;
  }

  .video_wrapper {
    width: 95%;
    height: 70%;
  }

  .html-embed {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .herosection {
    display: none;
  }

  .div-block-55 {
    width: 90%;
    background-size: auto;
  }

  .div-block-56 {
    width: 90%;
  }

  .card_wrapper {
    width: 300px;
    height: 550px;
  }
}

@media screen and (max-width: 767px) {
  .quote_heading {
    font-size: 30px;
  }

  .text-block {
    margin-bottom: 0;
    font-size: 25px;
  }

  .paragraph {
    font-size: 20px;
  }

  .heading {
    text-align: center;
    font-weight: 700;
  }

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

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

  .paragraph-3 {
    font-size: 18px;
  }

  .heading-4 {
    letter-spacing: 15px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
  }

  .stage_1_zeile {
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .dot_wrapper {
    width: 30%;
  }

  .stage_1_text_wrapper {
    width: 70%;
    display: flex;
  }

  .text-block-6 {
    letter-spacing: 2px;
    text-indent: 5px;
    font-size: 20px;
  }

  .heading_stage_1_wrapper {
    width: 80%;
  }

  .background_quotes_sticky {
    display: none;
  }

  .stage_2 {
    height: 400vw;
  }

  .sticky_wrapper_2 {
    background-image: linear-gradient(#000 7%, rgba(89, 89, 89, 0) 22%, rgba(194, 194, 194, 0) 80%, #000 92%), url('../images/black-circles.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .stage_2_paragraph {
    font-size: 18px;
    line-height: 24px;
  }

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

  .stage_2_header {
    letter-spacing: 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .stage_2_quote_wrapper {
    width: 80%;
  }

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

  .image-9 {
    transform: none;
  }

  .image-9.right {
    transform: rotate(180deg);
  }

  .sticky_wrapper_5 {
    background-image: linear-gradient(#000 5%, rgba(110, 110, 110, 0) 21%, rgba(161, 161, 161, 0) 82%, rgba(11, 11, 11, .93) 92%, #000), url('../images/black-sphere.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .text-block-8 {
    letter-spacing: 2px;
    font-size: 18px;
  }

  .text-block-9 {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .bockcall_btn_2 {
    width: 250px;
    height: 50px;
    font-size: 20px;
  }

  .impressum_wrapper {
    width: 95%;
  }

  .impressum_heading {
    letter-spacing: 8px;
    font-size: 25px;
  }

  .impressum_subheading {
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .impressum_paragraph {
    font-size: 15px;
  }

  .mobile_page_wrapper {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/black-blue-waterlike-blue-kompri.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .mob_homepage_logo_wrapper {
    width: 80%;
    height: auto;
  }

  .review_section {
    width: 100%;
    background-image: linear-gradient(#000, rgba(125, 125, 125, 0) 22%, rgba(135, 135, 135, 0) 90%, #000), url('../images/Mobile-Background-Lines-1.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .line_horizantal {
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-24 {
    width: 80%;
    height: 10vh;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-7 {
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
    line-height: 32px;
  }

  .line-blue {
    width: 100%;
    background-color: #fff;
  }

  .mob_review_width {
    width: 90%;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .review_name {
    color: #fff;
    letter-spacing: 5px;
    font-size: 22px;
    line-height: 36px;
  }

  .review_year {
    color: var(--light-sky-blue);
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
  }

  .review_paragraph {
    width: 90%;
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 26px;
  }

  .div-block-27 {
    width: 145px;
    height: 25px;
    position: relative;
  }

  .image-13 {
    position: absolute;
  }

  .div-block-29 {
    width: 145px;
    background-image: url('../images/5_b.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    position: static;
  }

  .div-block-30 {
    width: 145px;
    height: 25px;
    overflow: hidden;
  }

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

  .mob_review_wrapper.right {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .text-span-4 {
    color: var(--blue);
  }

  .expect_section {
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, .7) 78%, #000), url('../images/Black-lines-curved-1.png');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .mob_expect_width {
    width: 90%;
    height: auto;
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .mob_expect_horizontal_wrapper {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
  }

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

  .mob_expect_logo_wrappper {
    justify-content: center;
    display: flex;
  }

  .paragraph-5 {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
  }

  .lottie-animation-5 {
    width: 100px;
  }

  .lottie-animation-6 {
    width: 150px;
  }

  .lottie-animation-7 {
    width: 100px;
  }

  .mob_expect_button_wrapper {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-16 {
    width: 80px;
  }

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

  .mob_footer_socials {
    width: 80%;
  }

  .image-17 {
    width: 180px;
  }

  .text_highlight {
    color: var(--light-sky-blue);
    font-weight: 600;
  }

  .lottie-animation-8 {
    width: 60px;
  }

  .lottie-animation-10 {
    width: 80px;
  }

  .background_stage1_mobile {
    background-image: linear-gradient(#000 14%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0) 54%, #000 90%, #000), url('../images/Black-lines-curved-1.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    display: flex;
  }

  .rotation_wrapper {
    width: 450px;
    height: 450px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rotation_mid_wrap {
    width: 390px;
    height: 130px;
    display: flex;
  }

  ._100x100 {
    width: 130px;
    height: 130px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    width: 70px;
    height: 70px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, .2);
  }

  .link-block.work {
    width: 100%;
  }

  .image-19 {
    width: 30px;
  }

  .image-19.work {
    display: none;
  }

  .text-block-12 {
    display: flex;
  }

  .rotation_limmiter {
    width: 100%;
    height: 60vh;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .outline_wrapper {
    width: 100vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .mob_-footer {
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, .25);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .dial_text_wrapper {
    width: 100%;
    height: 100%;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: none;
  }

  .dial_text_wrapper.work {
    display: flex;
  }

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

  .div-block-54 {
    width: 60%;
  }

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

  .video_section {
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .video_wrapper {
    width: 99%;
    height: 60%;
  }

  .bockhowwework {
    width: 250px;
    height: 50px;
    font-size: 14px;
  }

  .image-32 {
    width: 85%;
  }

  .buttons_wrap_hero {
    width: 80%;
  }

  .prcing_section {
    height: auto;
  }

  .line-blue-2 {
    width: 100%;
    background-color: #fff;
  }
}

@media screen and (max-width: 479px) {
  ._50_vertikal {
    width: 100%;
    height: 50%;
  }

  .heading {
    line-height: 30px;
  }

  .paragraph-2 {
    font-size: 15px;
    font-weight: 800;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 22px;
  }

  .image-7 {
    width: 100px;
  }

  .heading-4 {
    letter-spacing: 5px;
  }

  .stage_1_zeile {
    width: 90%;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .background_quotes_sticky {
    flex-direction: column;
  }

  .impressum {
    justify-content: flex-start;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .div-block-20 {
    width: 90%;
    height: 10%;
  }

  .heading-5 {
    font-size: 20px;
  }

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

  .impr_50_vertikal {
    width: 100%;
  }

  .mobile_page_wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/black-blue-waterlike-blue-kompri.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .div-block-24 {
    width: 90%;
  }

  .heading-7 {
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .image-17 {
    width: 150px;
    margin-top: 10px;
  }

  .background_stage1_mobile {
    flex-direction: column;
  }

  .review_text_wrapper {
    width: 75%;
  }

  .image-25 {
    width: 100px;
  }

  .contact_logo {
    width: 40px;
  }

  .contact_text {
    font-size: 14px;
  }

  .portfolio_left {
    height: 100vh;
  }

  .portfolio_button {
    width: 100px;
  }

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

  .portfolio_text_wrapper {
    height: 100vh;
  }

  .video_wrapper {
    width: 100%;
    height: 40%;
  }

  .image-29 {
    width: 200px;
  }

  .image-32 {
    width: 100%;
  }

  .paragraph-7 {
    width: 90%;
    margin-top: 5vh;
    font-size: 15px;
    line-height: 22px;
  }

  .buttons_wrap_hero {
    width: 95%;
    flex-direction: column;
  }

  .button._2 {
    font-size: 15px;
  }

  .button._1 {
    margin-top: 20px;
    font-size: 15px;
  }

  .card_text {
    font-size: 18px;
  }

  .card_wrapper {
    width: 250px;
    height: 450px;
  }

  .card_paragraph {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .contact_text_location {
    font-size: 14px;
  }
}

#w-node-a89bd598-42d2-ed85-af50-abf872cb9a3b-38c4601d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a8410ad9-9da6-8e76-1ed1-b6fa03ab31e3-986dd434, #w-node-_7e370ebe-5f45-a0f5-67d2-ff5d561d4f03-058f2a37, #w-node-_1ad94f49-938e-a695-238b-8f0b18e4c8de-058f2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f14fbd3-fe15-62c2-d507-7717b40420f8-058f2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-caf80c43-ecfe-1e35-6db7-b340a402fcc8-058f2a37, #w-node-_94d80eab-d12a-3090-de48-a3da4c009c77-058f2a37, #w-node-_1fb0173a-0bbe-ba8c-b348-022bcb2d248f-058f2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95d69946-f726-7a93-1d10-bfa4ffbf5519-058f2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1de98825-a7b7-7dc9-10b9-b2bea5c102cd-058f2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8834484-332d-8638-cf82-04df41cab015-058f2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5dad98ca-5e2f-f569-2dd0-f46a6eb98c56-058f2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1744054e-ace3-54a6-5cc4-127ab3c4e6ba-058f2a37 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-a89bd598-42d2-ed85-af50-abf872cb9a3b-38c4601d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


