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

body {
  font-family: Rubik, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.intro {
  display: block;
  overflow: visible;
  width: 100vw;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/climbing-church-spire-edit.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.mouse-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  line-height: 50px;
  text-decoration: none;
}

.mouse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 60px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 50px;
  opacity: 1;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 20px;
  background-color: #000;
}

.outer-a {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 25;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f57305;
}

.inner-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0px 1vw 0px 0px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 51px;
  font-weight: 400;
  white-space: nowrap;
}

.footer {
  position: relative;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #424242;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer-col-1 {
  display: block;
}

.p-footer {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.p-footer.map {
  text-align: right;
}

.footer-col-2 {
  display: block;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-col-3 {
  display: block;
  width: 50%;
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.scroller-a {
  position: static;
  top: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: none;
}

.a-introduction {
  position: static;
  width: 100%;
  height: 100vh;
}

.logo-holder {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-examples {
  position: relative;
  overflow: visible;
  cursor: none;
}

.quote-h1 {
  margin-left: 0px;
  color: #000;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.quote-h1.right {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 9px;
  line-height: 40px;
  text-align: left;
  white-space: nowrap;
}

.quote-h1.left {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 40px;
  text-align: right;
  white-space: nowrap;
}

.footer-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.scroller-b {
  position: static;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.outer-b {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: 25;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7fcd0e;
}

.inner-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-b {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0px 1vw 0px 0px;
  font-family: Rubik, sans-serif;
  color: #fff;
  /* font-size: 38px; */
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
}

.logo-mobile {
  display: none;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.d-climbing {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: url('../images/grey-bg-climbing.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.climb-content {
  position: relative;
  z-index: 14;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.climb-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.climber {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 30%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rope {
  position: absolute;
  z-index: 13;
  width: 3px;
  height: 100%;
  background-color: #f57305;
}

.man {
  position: absolute;
  right: 56px;
  z-index: 15;
  width: 50%;
  height: auto;
}

.heading-2 {
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.submit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 3px;
  border-color: #f57305;
  border-radius: 0px;
  background-color: transparent;
  color: #f57305;
  font-size: 17px;
  font-weight: 400;
}

.quote-rapper {
  position: relative;
  z-index: 14;
  display: block;
  overflow: visible;
  width: 100%;
  height: 20vh;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.quote-left {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.quote-right {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.quote-move-right {
  position: relative;
  display: block;
}

.text-block {
  height: 40px;
  padding: 11px;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.quote-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px none #00f;
}

.quote-move-left {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vh;
  height: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b9b9b;
}

.paragraph {
  margin-top: 11px;
  margin-bottom: 23px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.logo-rapper {
  position: relative;
  z-index: 21;
  width: 100%;
  height: 40vh;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
}

.image-614 {
  display: block;
}

.lottie-lab {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 12;
  width: 100%;
}

.load-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.grid-gallery {
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  cursor: none;
}

.lightbox-link {
  overflow: hidden;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  cursor: none;
}

.lightbox-link:hover {
  background-color: #5e5e5e;
  opacity: 1;
  -webkit-filter: brightness(61%);
  filter: brightness(61%);
}

.image-616 {
  width: 100%;
  background-image: url('../images/cafemoebel-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-617 {
  width: 100%;
  background-image: url('../images/hand-prop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hide {
  display: none;
}

.image-617-hide {
  display: block;
  width: 100%;
  background-image: url('../images/cafemoebel-02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cursor-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 3px;
  border-color: #f57305;
  border-radius: 50%;
}

.tooltip {
  position: absolute;
  left: 1.5px;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
  white-space: nowrap;
}

.cursor-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 7;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-out {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 9;
  display: none;
  width: 100vw;
  height: 110vh;
  background-color: #fff;
}

.image-hand-hide {
  display: block;
  width: 100%;
  background-image: url('../images/hand-prop-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-laden {
  width: 100%;
  background-image: url('../images/hilfiger-kadewe-berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-laden.mt {
  background-image: url('../images/hilfiger-kadewe-berlin-bw.jpg');
}

.image-suit {
  width: 100%;
  background-image: url('../images/set-aquariums-1250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-suit.mt {
  background-image: url('../images/costume-rusty-robot.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-buro {
  width: 100%;
  background-image: url('../images/cafemoebel-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-buro.mt {
  background-image: url('../images/Büromöbel.jpg');
}

.image-piano {
  width: 100%;
  background-image: url('../images/hand-prop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-piano.mt {
  background-image: url('../images/piano-with-hole.jpg');
}

.image-robot {
  width: 100%;
  background-image: url('../images/hilfiger-kadewe-berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-robot.mt {
  background-image: url('../images/invasion-planet-earth-1.jpg');
}

.image-sparkasse-2-hide {
  width: 100%;
  background-image: url('../images/hilfiger-kadewe-berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-sparkasse-2-hide.mt {
  background-image: url('../images/sparkasse-zelle-closed.jpg');
}

.image-addidas-1 {
  width: 100%;
  background-image: url('../images/set-aquariums-1250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-addidas-1.mt {
  background-image: url('../images/addidas-austellungsbau-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-sparkasse {
  width: 100%;
  background-image: url('../images/cafemoebel-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-sparkasse.mt {
  background-image: url('../images/sparkasse-chatzelle-01.jpg');
}

.image-limo-sofa-2 {
  width: 100%;
  background-image: url('../images/hand-prop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-limo-sofa-2.mt {
  background-image: url('../images/strech-sofa-3.jpg');
}

.image-limo-sofa-3 {
  width: 100%;
  background-image: url('../images/hand-prop.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-limo-sofa-3.mt {
  background-image: url('../images/strech-sofa-2.jpg');
}

.image-table-1 {
  width: 100%;
  background-image: url('../images/hilfiger-kadewe-berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-table-1.mt {
  background-image: url('../images/table-folding-1.jpg');
}

.image-table-2 {
  width: 100%;
  background-image: url('../images/hilfiger-kadewe-berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-table-2.mt {
  background-image: url('../images/table-folding-2.jpg');
}

.image-addidas-2 {
  width: 100%;
  background-image: url('../images/hilfiger-kadewe-berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-addidas-2.mt {
  background-image: url('../images/addidas-milan-1.jpg');
}

.image-rollo {
  width: 100%;
  background-image: url('../images/hilfiger-kadewe-berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-rollo.mt {
  background-image: url('../images/google-austellungsbau-1.jpg');
}

.lightbox-link-wide {
  overflow: hidden;
  cursor: none;
}

.div-double-sofa {
  height: 100%;
  background-image: url('../images/strech-sofa-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-aquarium {
  height: 100%;
  background-image: url('../images/set-aquariums-1250.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-aquarium.mt {
  background-image: url('../images/set-aquariums-1250.jpg');
}

.body {
  background-color: #4069a9;
}

.paragraph-2 {
  margin-bottom: 35px;
  color: #fff;
  font-weight: 400;
}

.col-a {
  width: 50%;
  margin-top: 10vh;
  padding-left: 0px;
}

.climbing-pic {
  margin-bottom: 38px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.contact-box {
  margin-bottom: 35px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}

.climbing-logo {
  margin-bottom: 38px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.climbing-a {
  color: #fff;
}

.climbing-a.back {
  font-size: 16px;
  font-weight: 400;
}

.stroke {
  position: absolute;
  width: 3px;
  height: 16px;
  background-color: #fff;
}

.stroke-2 {
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #fff;
}

.a-link {
  display: block;
  color: #fff;
  font-size: 17px;
}

.a-link.map {
  text-align: right;
}

.grid {
  width: 100vw;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nu-grid-img-long {
  width: auto;
  height: 100%;
  background-image: url('../images/senheiser-berlin-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nu-gallery-section {
  height: 100vh;
}

.nu-grid-img {
  display: inline-block;
  height: 100%;
  background-image: url('../images/addidas-austellungsbau-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link-2 {
  overflow: visible;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-618 {
  width: 100%;
  height: auto;
}

.lightbox-link-1 {
  overflow: visible;
  height: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.nu-grid {
  width: 100vw;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-link-3 {
  overflow: visible;
  -o-object-fit: cover;
  object-fit: cover;
}

.lightbox-link-long {
  overflow: hidden;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  cursor: none;
}

.lightbox-link-long:hover {
  -webkit-filter: brightness(61%);
  filter: brightness(61%);
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.b-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d6d6d6;
  background-image: url('../images/P1020220-copy.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 725px;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.butt {
  border: 3px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 17px;
  text-align: center;
}

.butt.submit {
  border-color: #f57305;
  color: #000;
}

.butt.about {
  border-color: #fff;
}

.h1-impress {
  color: #fff;
}

.name {
  color: #fff;
  font-size: 17px;
}

.image-sparkasse-3-hide {
  width: 100%;
  background-image: url('../images/hilfiger-kadewe-berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-sparkasse-3-hide.mt {
  background-image: url('../images/sparkasse-zelle-open.jpg');
}

.image-621 {
  position: static;
}

.mouse-block2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  line-height: 50px;
  text-decoration: none;
}

.text-block-klick {
  height: 40px;
  padding: 11px;
  line-height: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.buttout {
  border: 3px solid #000;
  background-color: transparent;
  color: #000;
  font-size: 17px;
  text-align: center;
}

.buttout.submit {
  border-color: #f57305;
  color: #000;
}

.buttout.about {
  border-color: #fff;
}

.kontakt-details {
  line-height: 22px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  padding-right: 130px;
}

.map {
  margin-bottom: 5px;
}

.paragraph-3 {
  color: #f57305;
  text-align: justify;
}

.a-link-footer {
  display: inline-block;
  margin-right: 16px;
  color: #fff;
  font-size: 17px;
}

.a-link-footer.map {
  text-align: right;
}

.grrn {
  color: #7fcd0e;
}

@media screen and (max-width: 991px) {
  .quote-h1 {
    margin-left: 0px;
  }

  .quote-h1.right {
    margin-left: 0px;
  }

  .logo-mobile {
    display: none;
  }

  .man {
    width: 100%;
    height: auto;
    max-width: 0%;
    min-height: auto;
    min-width: 100px;
  }

  .quote-container {
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .load-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-gallery {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .white-out {
    display: none;
  }

  .div-double-sofa.mt {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }

  .div-aquarium {
    display: inline-block;
    width: 100%;
    height: auto;
    max-width: 100%;
  }

  .div-aquarium.mt {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }

  .contact-box {
    font-size: 20px;
    line-height: 28px;
  }

  .div-loading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-619 {
    width: 50%;
  }

  .image-620 {
    width: 50%;
  }

  .div-about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 9vw;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-col-2 {
    width: 100%;
  }

  .footer-col-3 {
    width: 100%;
  }

  .logo-holder {
    display: none;
  }

  .quote-h1 {
    margin-left: 0px;
  }

  .quote-h1.right {
    margin-left: 0px;
  }

  .h1-b {
    font-size: 9vw;
  }

  .logo-mobile {
    display: block;
    width: 90%;
    margin: 74px 15px;
  }

  .d-climbing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .climb-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .climber {
    display: none;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .col-a {
    width: 100%;
    margin-top: 5vh;
    padding-right: 40px;
    padding-left: 40px;
  }

  .contact-box {
    font-size: 20px;
    line-height: 29px;
  }

  .b-about {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-2 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .intro {
    background-image: none;
  }

  .mouse-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .outer-a {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h1 {
    font-size: 9vw;
  }

  .footer {
    background-color: transparent;
  }

  .container-footer {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #424242;
  }

  .footer-col-1 {
    display: block;
  }

  .footer-col-2 {
    width: 100%;
    margin-top: 15px;
  }

  .footer-col-3 {
    width: 100%;
  }

  .logo-holder {
    display: none;
  }

  .quote-h1 {
    margin-left: 0px;
    font-size: 23px;
  }

  .quote-h1.right {
    margin-left: 0px;
  }

  .outer-b {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .logo-mobile {
    display: block;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .d-climbing {
    height: 50vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .climb-content {
    width: 100%;
    margin-top: 20vw;
    padding-right: 0px;
    padding-left: 0px;
  }

  .climb-container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .climber {
    display: none;
  }

  .heading-2 {
    font-size: 27px;
    line-height: 28px;
  }

  .quote-rapper {
    margin-top: -20px;
  }

  .quote-container {
    height: 60px;
  }

  .load-overlay {
    display: none;
  }

  .grid-gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .cursor-circle {
    display: none;
  }

  .body {
    height: auto;
  }

  .col-a {
    margin-top: 5vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-box.a-link {
    margin-top: 10px;
  }

  .b-about {
    padding-right: 50px;
    padding-left: 50px;
  }

  .div-about {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-impress {
    font-size: 16px;
  }

  .image-621 {
    width: 100%;
    height: auto;
  }

  .buttout {
    padding: 9px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .kontakt-details {
    margin-bottom: 15px;
    line-height: 22px;
  }

  .div-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-2 {
    padding-right: 0px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .container-2 {
    padding-right: 2px;
    padding-left: 2px;
  }
}

#w-node-fcd6a44becad-80fde62f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-a995f47a596e-80fde62f {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fcd6a44becad-80fde62f {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

