:root {
  --white: white;
  --black: black;
  --white-2: rgba(255, 255, 255, .3);
}

body {
  color: var(--white);
  letter-spacing: 0;
  overflow-wrap: break-word;
  font-family: Poppins, sans-serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

a {
  color: var(--white);
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: 0;
  padding-left: 30px;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

li {
  font-size: 1.5em;
}

label {
  margin-bottom: .3em;
  font-size: 1.25em;
  font-weight: 700;
  display: block;
}

blockquote {
  border-left: .3em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em 1em 1.7em;
  font-size: 1.2em;
  line-height: 1.6;
}

.container {
  width: 100%;
  height: 100%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.is__uebermich {
  flex-direction: column;
}

.style_item {
  border-bottom: .1em solid #bdbdbd;
  padding: 2em 0;
  font-weight: 700;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 1.6em;
}

.rich-text h1 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 3.28em;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 2.5em;
}

.rich-text h3 {
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.19em;
}

.rich-text h4 {
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 1.88em;
}

.rich-text h5 {
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 1.67em;
}

.rich-text h6 {
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.46em;
}

.page_wrapper {
  width: 100%;
  height: auto;
  background-image: url('../images/BGR_Colors.webp');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  padding-left: 10vw;
  padding-right: 10vw;
  font-size: 1em;
  overflow: hidden;
}

.h1 {
  font-size: 3.28em;
  line-height: 1.2;
}

.h2 {
  font-size: 2.5em;
  line-height: 1.2;
}

.h3 {
  font-size: 2.19em;
  line-height: 1.3;
}

.h4 {
  font-size: 1.88em;
  line-height: 1.3;
}

.h5 {
  font-size: 1.67em;
  line-height: 1.3;
}

.h6 {
  font-size: 1.46em;
}

.form_input {
  height: 3em;
  border: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 1em;
  padding: 0 .9em;
  font-size: 1.25em;
}

.display {
  font-size: 4.38em;
  line-height: 1.1;
}

.form_submit {
  font-size: 1.25em;
}

.main_1_wrapper {
  height: 100vh;
}

.hero_wrapper {
  height: 100vh;
  align-items: center;
  display: flex;
}

.footer_wrapper {
  min-height: 50vh;
  background-color: var(--black);
  justify-content: center;
  align-items: flex-start;
  padding: 6vh 10vw;
  display: flex;
  overflow: hidden;
}

.bgr_leaves {
  min-height: 200vh;
  opacity: 1;
  background-image: url('../images/Background_Leaves.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bgr_leaves--image {
  mix-blend-mode: multiply;
}

.is__card {
  background-color: var(--white-2);
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  border-radius: 2em;
}

.text-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.button {
  background-color: var(--white-2);
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  text-transform: uppercase;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 2em;
  font-size: 1.5em;
  transition: border .3s ease-in-out;
}

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

.overlay_wrapper {
  z-index: 901;
  height: 98vh;
  padding-top: 1em;
  padding-left: 10vw;
  padding-right: 10vw;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0, -100vh);
}

.overlay_textlink {
  text-align: center;
  font-size: 2.5em;
  line-height: 2;
  transition: transform .3s, opacity .3s;
}

.overlay_textlink:hover {
  opacity: .5;
  transform: translate(0, -.1em);
}

.overlay_textlink.is__smaller {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1em;
  line-height: 3;
}

.overlay_legal {
  margin-top: 4em;
  display: flex;
}

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

.overlay_close {
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: 1em;
  bottom: 1em;
  left: auto;
  right: 2em;
}

.overlay_close:hover {
  opacity: .5;
}

.nav_container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.nav_container.overlay {
  height: 100%;
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  transform-origin: 50% 0;
  mix-blend-mode: normal;
  background-color: rgba(217, 217, 217, .25);
  border-radius: 1.8em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_container.navigation {
  background-color: var(--white-2);
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  border-radius: 10em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .8em 2em;
  display: flex;
}

.overlay_logo {
  margin-bottom: 4em;
}

.navigation_wrapper {
  z-index: 900;
  width: 100%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  position: fixed;
  top: 0%;
  bottom: auto;
}

.nav_brand {
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.nav_brand:hover {
  opacity: .5;
}

.nav_logo {
  max-height: 1em;
}

.nav_hamburger {
  height: 100%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.nav_hamburger:hover {
  opacity: .5;
}

.image {
  max-height: 1.5em;
}

.container_bgr {
  filter: blur(.2em);
  display: block;
  position: absolute;
  top: 1.2vw;
  right: 0%;
}

.container_bgr.is__services {
  top: 0%;
  bottom: auto;
  left: -147px;
}

.container_content {
  z-index: 1;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content_left {
  width: 50%;
  height: 100%;
  flex-direction: column;
  position: relative;
}

.content_right {
  width: 50%;
  height: 100%;
  position: relative;
}

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

.hero_logo {
  max-height: 6em;
}

.spacer._1em {
  height: 1em;
}

.spacer._2em {
  height: 2em;
}

.spacer._3em {
  height: 3em;
}

.spacer._10vh {
  height: 10vh;
}

.spacer._20vh {
  height: 20vh;
}

.container_bgr--image {
  opacity: .15;
}

._1_tucan {
  z-index: 10;
  width: 100%;
  max-height: 80vh;
  display: block;
  position: absolute;
  top: 15.7vh;
  bottom: auto;
  left: 5%;
  right: auto;
}

._2_frame_1 {
  z-index: 9;
  width: 35vh;
  max-height: 35vh;
  display: block;
  position: absolute;
  top: 26.8vh;
  bottom: auto;
  left: 34%;
  right: auto;
}

._3_bushes_1 {
  z-index: 8;
  max-height: 40vh;
  display: block;
  position: absolute;
  top: 31.2vh;
  bottom: auto;
  left: 16%;
  right: auto;
}

._4_glass_1 {
  z-index: 7;
  width: 40vh;
  height: 100%;
  max-height: 40vh;
  background-color: var(--white-2);
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  border-radius: 100em 7em 7em;
  position: absolute;
  top: 17.1vh;
  bottom: auto;
  left: 28%;
  right: auto;
  transform: rotate(9deg);
}

._5_colorleaves_1 {
  z-index: 6;
  width: 90%;
  max-width: none;
  opacity: .6;
  filter: blur(.1em);
  display: block;
  position: absolute;
  top: 9px;
  bottom: auto;
  left: 41%;
  right: auto;
}

.content_layers {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.body {
  background-image: url('../images/BGR_Colors.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.styleguide {
  display: flex;
}

.container_styleguide {
  width: 100%;
  height: 100%;
  max-width: 100em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block {
  width: 240px;
  height: 16em;
  background-color: #fa1e1e;
}

.main_2_wrapper {
  height: 100vh;
}

._1_snake {
  z-index: 10;
  width: 100%;
  max-height: 80vh;
  display: block;
  position: absolute;
  top: 25.2vh;
  bottom: auto;
  left: auto;
  right: 5%;
}

._2_frame_2 {
  z-index: 9;
  width: 35vh;
  max-height: 35vh;
  display: block;
  position: absolute;
  top: 26.8vh;
  bottom: auto;
  left: auto;
  right: 34%;
}

._3_bushes_2 {
  z-index: 8;
  max-height: 40vh;
  display: block;
  position: absolute;
  top: 31.2vh;
  bottom: auto;
  left: auto;
  right: 16%;
}

._4_glass_2 {
  z-index: 7;
  width: 40vh;
  height: 100%;
  max-height: 40vh;
  background-color: var(--white-2);
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  border-radius: 100em 7em 7em;
  position: absolute;
  top: 17.1vh;
  bottom: auto;
  left: auto;
  right: 28%;
  transform: rotate(9deg);
}

._5_colorleaves_2 {
  z-index: 6;
  width: 120%;
  max-width: none;
  opacity: .6;
  filter: blur(.1em);
  display: block;
  position: absolute;
  top: 67px;
  bottom: auto;
  left: auto;
  right: 42%;
}

._1_tiger {
  z-index: 10;
  width: 100%;
  max-height: 80vh;
  display: block;
  position: absolute;
  top: 33.7vh;
  bottom: auto;
  left: 7%;
  right: auto;
}

._2_frame_3 {
  z-index: 9;
  width: 35vh;
  max-height: 35vh;
  display: block;
  position: absolute;
  top: 26.8vh;
  bottom: auto;
  left: 34%;
  right: auto;
}

._3_bushes_3 {
  z-index: 8;
  max-height: 40vh;
  display: block;
  position: absolute;
  top: 19.9vh;
  bottom: auto;
  left: 16%;
  right: auto;
}

._4_glass_3 {
  z-index: 7;
  width: 40vh;
  height: 100%;
  max-height: 40vh;
  background-color: var(--white-2);
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  border-radius: 100em 7em 7em;
  position: absolute;
  top: 17.1vh;
  bottom: auto;
  left: 28%;
  right: auto;
  transform: rotate(9deg);
}

._5_colorleaves_3 {
  z-index: 6;
  width: 120%;
  max-width: none;
  opacity: .6;
  filter: blur(.1em);
  display: block;
  position: absolute;
  top: -2px;
  bottom: auto;
  left: 23%;
  right: auto;
}

.main_3_wrapper {
  z-index: 20;
  height: auto;
  min-height: 100vh;
  position: relative;
}

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

.services_content.is__card {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.services_grid {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3vw;
  display: grid;
}

.services_txt {
  text-align: left;
}

.paragraph_services {
  font-size: 1.2em;
}

.image-2 {
  max-width: 20%;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: auto;
  right: -8%;
}

.services_bush {
  z-index: 10;
  max-width: 23%;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.services_leaves {
  max-width: 80%;
  opacity: .15;
  filter: blur(.2em);
  position: absolute;
  top: -19%;
  bottom: auto;
  left: 3%;
  right: auto;
}

.contact_wrapper {
  z-index: 20;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.contact_content.is__card {
  display: flex;
  overflow: hidden;
}

.contact_grid {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_left {
  position: relative;
}

.contact_right {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.contact_portrait {
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.form_textfield {
  height: 2.5em;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_textfield.is__area {
  height: 6em;
}

.form_fieldlabel {
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.success-message {
  height: 100%;
}

.contact_success {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.form-block {
  width: 100%;
}

.footer_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_content {
  text-align: right;
  flex-direction: column;
  display: flex;
  position: relative;
}

.footer_content.is__right {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
}

.footer_animal {
  max-height: 40vh;
  position: absolute;
  top: 76%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer_link {
  margin-bottom: 1em;
  font-size: 1.5em;
  transition: opacity .3s ease-in-out;
}

.footer_link:hover {
  opacity: .5;
}

.footer_link.nodisplay {
  display: none;
}

.footer_link.is_disclaimer {
  font-size: .8em;
  font-weight: 400;
}

.image-3 {
  max-height: 28vh;
  position: absolute;
  top: auto;
  bottom: -16%;
  left: -6%;
  right: auto;
}

.horizontal_warning {
  z-index: 999;
  display: none;
}

.ber_mich_wrapper {
  z-index: 20;
  height: auto;
  min-height: 100vh;
  align-items: flex-start;
  margin-top: 18vh;
  display: flex;
  position: relative;
}

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

.uebermich_content.is__card {
  width: 100%;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uebermich_grid {
  grid-column-gap: 6em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 3vw;
  display: grid;
}

.uebermich_portrait {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: 100% 40%;
}

.heading {
  text-align: left;
}

.uebermich_buttons {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.uebermich_parrots {
  z-index: 10;
  max-width: 30%;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.uebermich_tucan {
  z-index: 10;
  max-width: 21%;
  position: absolute;
  top: -14%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.paragraph {
  font-family: Playfairdisplay, sans-serif;
}

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

.bgr_colors {
  min-height: 300vh;
  background-image: url('../images/BGR_Colors.webp');
  background-position: 50% 0;
  background-size: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2 {
  font-size: 1.5em;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .619375em;
  }

  p, li {
    font-size: 2em;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .main_1_wrapper, .hero_wrapper {
    height: 50vh;
  }

  .footer_wrapper {
    height: auto;
    min-height: 0;
    padding-bottom: 14vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .bgr_leaves {
    height: auto;
    min-height: 300vh;
    background-size: contain;
    overflow: hidden;
  }

  .overlay_wrapper {
    padding-top: 2em;
    padding-left: 5vw;
    padding-right: 5vw;
    transform: translate(0, -100vh);
  }

  .overlay_textlink {
    font-size: 4em;
  }

  .overlay_textlink.is__smaller, .overlay_close {
    font-size: 1.5em;
  }

  .nav_container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .nav_container.navigation {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .navigation_wrapper {
    margin-top: 2em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav_logo {
    max-height: 1.5em;
  }

  .nav_hamburger {
    font-size: 1.5em;
  }

  .container_bgr {
    top: -1.9vw;
  }

  .spacer._10vh {
    height: 0;
  }

  .spacer._20vh {
    height: 10vh;
  }

  ._1_tucan {
    top: 11.9vh;
    left: -9%;
  }

  ._2_frame_1 {
    width: 20vh;
    max-height: 20vh;
    top: 16.7vh;
    left: 11%;
  }

  ._4_glass_1 {
    width: 20vh;
    max-height: 20vh;
    top: 8.5vh;
    left: 16%;
  }

  ._5_colorleaves_1 {
    width: 120%;
    top: -14px;
    left: 11%;
  }

  .container_styleguide {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .main_2_wrapper {
    height: 50vh;
  }

  ._1_snake {
    top: 16vh;
    right: 3%;
  }

  ._2_frame_2 {
    width: 20vh;
    max-height: 20vh;
    top: 14.6vh;
    right: 21%;
  }

  ._4_glass_2 {
    width: 20vh;
    max-height: 20vh;
    top: 6.5vh;
  }

  ._5_colorleaves_2 {
    width: 140%;
    top: -29px;
    right: 25%;
  }

  ._1_tiger {
    width: 120%;
    top: 22.2vh;
    left: 10%;
  }

  ._2_frame_3 {
    width: 20vh;
    max-height: 20vh;
    top: 17.8vh;
    left: 26%;
  }

  ._3_bushes_3 {
    top: 11.5vh;
  }

  ._4_glass_3 {
    width: 20vh;
    max-height: 20vh;
    top: 7.5vh;
  }

  ._5_colorleaves_3 {
    width: 150%;
    top: 5px;
    left: -12%;
  }

  .main_3_wrapper {
    min-height: 0;
  }

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

  .paragraph_services {
    font-size: 1.5em;
  }

  .services_bush {
    top: 5%;
  }

  .services_leaves {
    top: -6%;
    left: -16%;
  }

  .contact_wrapper {
    min-height: 0;
  }

  .image-3 {
    max-height: 15vh;
    bottom: -11%;
    left: 0%;
  }

  .ber_mich_wrapper {
    min-height: 0;
  }

  .uebermich_parrots {
    top: 0%;
    right: 1%;
  }

  .uebermich_tucan {
    top: -6%;
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .overlay_wrapper {
    transform: translate(0, -200vh);
  }

  .horizontal_warning {
    z-index: 901;
    width: 100%;
    height: 101%;
    -webkit-backdrop-filter: blur(.5em);
    backdrop-filter: blur(.5em);
    background-color: rgba(255, 255, 255, .85);
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .is_black {
    color: var(--black);
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.3;
  }

  h4 {
    font-size: 3em;
  }

  p {
    font-size: 2.3em;
  }

  li {
    font-size: 2.2em;
  }

  .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .page_wrapper {
    background-size: cover;
  }

  .main_1_wrapper, .hero_wrapper {
    height: auto;
    min-height: 100vh;
  }

  .bgr_leaves {
    min-height: 700vh;
  }

  .button.is_contact {
    width: 100%;
  }

  .overlay_wrapper {
    padding-top: 1em;
    padding-left: 5vw;
    padding-right: 5vw;
    transform: translate(0, -100vh);
  }

  .overlay_textlink {
    font-size: 2.5em;
    line-height: 2.5;
  }

  .nav_container.overlay {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .navigation_wrapper {
    margin-top: 1em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container_bgr {
    top: -38.6vw;
  }

  .container_content {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .content_left, .content_right {
    width: 100%;
  }

  .spacer._10vh {
    height: 10vh;
  }

  .spacer._10vh.is_tiger {
    height: 30vh;
  }

  .spacer._20vh {
    height: 20vh;
  }

  .spacer._20vh.is__nospace {
    height: 0;
  }

  .spacer._20vh.is__30vh {
    height: 30vh;
  }

  ._1_tucan {
    max-height: 40vh;
    position: static;
  }

  ._2_frame_1 {
    width: 25vh;
    max-height: 25vh;
    position: absolute;
    top: -2.8vh;
    left: 24%;
  }

  ._3_bushes_1 {
    width: 120%;
    max-height: 60vh;
    max-width: none;
    top: -.2vh;
    left: -6%;
  }

  ._4_glass_1 {
    width: 25vh;
    max-height: 25vh;
    position: absolute;
    top: -.4vh;
    left: 26%;
  }

  ._5_colorleaves_1 {
    width: 100%;
    opacity: .4;
    top: -165px;
    left: 62%;
  }

  .main_2_wrapper {
    height: auto;
    min-height: 100vh;
  }

  ._1_snake {
    position: static;
  }

  ._2_frame_2 {
    width: 25vh;
    max-height: 25vh;
    top: -3vh;
    right: 10%;
  }

  ._4_glass_2 {
    width: 25vh;
    max-height: 25vh;
    top: -9.6vh;
    right: 17%;
  }

  ._5_colorleaves_2 {
    opacity: .4;
    top: -143px;
    right: 34%;
  }

  ._1_tiger {
    position: static;
  }

  ._2_frame_3 {
    width: 25vh;
    max-height: 25vh;
    top: -6.7vh;
    left: 20%;
  }

  ._3_bushes_3 {
    top: -10.2vh;
  }

  ._4_glass_3 {
    width: 25vh;
    max-height: 25vh;
    top: -10.2vh;
  }

  ._5_colorleaves_3 {
    width: 120%;
    opacity: .4;
    top: -118px;
    left: 8%;
  }

  .main_3_wrapper {
    min-height: 100vh;
  }

  .services_grid {
    grid-column-gap: 6em;
    grid-row-gap: 4em;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    padding-top: 7vw;
    padding-bottom: 7vw;
    display: flex;
    position: relative;
  }

  .services_txt {
    max-width: 90%;
  }

  .services_txt.is__legal {
    max-width: none;
  }

  .services_bush {
    display: none;
  }

  .contact_wrapper {
    min-height: 100vh;
  }

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

  .contact_right {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer_container {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

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

  .footer_logo {
    margin-bottom: 3em;
  }

  .footer_link {
    text-align: center;
  }

  .image-3 {
    max-height: 18vh;
    top: -18%;
    bottom: auto;
    left: 45%;
    right: auto;
  }

  .horizontal_warning {
    display: none;
  }

  .ber_mich_wrapper {
    min-height: 100vh;
    margin-top: 10vh;
  }

  .uebermich_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    word-break: normal;
    overflow-wrap: anywhere;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-items: center;
    padding: 7vw 5vw;
  }

  .uebermich_portrait {
    object-fit: cover;
    object-position: 70% 50%;
  }

  .uebermich_parrots, .uebermich_tucan {
    display: none;
  }
}

#w-node-_11733cba-41fc-c326-1ba9-31234f45a46f-3dc0c9c4, #w-node-_413dd804-7a36-2bdc-4262-431510b76019-3dc0c9c4, #w-node-d95fcb18-25ba-0f9e-72e3-65b366997de3-3dc0c9c4, #w-node-_5ada1e8e-77b2-5abe-91b6-3f16206a12de-3dc0c9c4, #w-node-_4e18572f-8530-921e-c4ab-2155e34b9d8a-3dc0c9c4, #w-node-_1ebf4bcc-9e0b-f94a-1ba6-ce848e436f2d-3dc0c9c4, #w-node-c4a6d2e5-701f-ba83-8611-446fb5b7931a-3dc0c9c4, #w-node-e641b441-c934-333a-461a-6293e9967715-3dc0c9c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd25311-4662-9aef-d245-a1e09efef6a7-54986a0d {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_834911c3-be57-3dc5-ce96-0f3454986a14-54986a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_834911c3-be57-3dc5-ce96-0f3454986a1b-54986a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9098689d-cd50-f740-d73f-fc71c4e5989e-c4e5989a, #w-node-_9098689d-cd50-f740-d73f-fc71c4e598a0-c4e5989a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11733cba-41fc-c326-1ba9-31234f45a46f-3c18c193, #w-node-_416185b4-8bcc-959a-5d37-506839d0f79a-3c18c193, #w-node-_11733cba-41fc-c326-1ba9-31234f45a46f-59a7a141, #w-node-_11733cba-41fc-c326-1ba9-31234f45a46f-027d7f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_55c31f99-ee41-3c70-85dc-6269ba6615a6-3dc0c9c4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8c716dd6-df65-8783-406c-ac716e02d8a2-3dc0c9c4, #w-node-_49c43f19-4e7a-82cb-aa5a-ecd974ca0872-3dc0c9c4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_49c43f19-4e7a-82cb-aa5a-ecd974ca087d-3dc0c9c4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3ac2c262-8354-9ce8-2499-ef5dad6c886e-3dc0c9c4 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_3ac2c262-8354-9ce8-2499-ef5dad6c8879-3dc0c9c4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_834911c3-be57-3dc5-ce96-0f3454986a0f-54986a0d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_834911c3-be57-3dc5-ce96-0f3454986a13-54986a0d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5dd25311-4662-9aef-d245-a1e09efef6a7-54986a0d {
    grid-area: 3 / 1 / 4 / 2;
    align-self: auto;
  }

  #w-node-_834911c3-be57-3dc5-ce96-0f3454986a14-54986a0d {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_834911c3-be57-3dc5-ce96-0f3454986a1b-54986a0d {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_9098689d-cd50-f740-d73f-fc71c4e5989e-c4e5989a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9098689d-cd50-f740-d73f-fc71c4e598a0-c4e5989a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_11733cba-41fc-c326-1ba9-31234f45a46f-027d7f6f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/PlayfairDisplay-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'), url('../fonts/PlayfairDisplay-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}