.body {
  height: 520vh;
  background-color: #f8f8f8;
  font-family: SpartanMB, sans-serif;
  font-weight: 800;
}

.section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.cubeside {
  position: absolute;
  z-index: 4;
  width: 800px;
  height: 800px;
  border: 3px solid #333;
  background-color: #fff;
}

.cubeside._1 {
  z-index: 5;
  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;
  -webkit-transform: translate3d(-400px, -400px, 400px);
  transform: translate3d(-400px, -400px, 400px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cubeside._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;
  -webkit-transform: translate(0px, -400px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: translate(0px, -400px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cubeside._3 {
  border-style: none;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate3d(400px, -400px, 400px);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate3d(400px, -400px, 400px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cubeside._4 {
  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;
  border-style: none;
  -webkit-transform: rotateX(0deg) rotateY(270deg) rotateZ(0deg) translate3d(0px, -400px, 800px);
  transform: rotateX(0deg) rotateY(270deg) rotateZ(0deg) translate3d(0px, -400px, 800px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cubeside._4.hide {
  display: none;
}

.cubeside._6 {
  z-index: 6;
  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;
  border-style: none;
  background-color: transparent;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(-400px, 0px, 400px);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate3d(-400px, 0px, 400px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cubeside._5 {
  z-index: 5;
  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;
  -webkit-transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate(-400px, 0px);
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg) translate(-400px, 0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cubeside._7 {
  z-index: 6;
  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;
  border-style: none;
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(-400px, 0px, 1px);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(-400px, 0px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

._3d_parent {
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: translate3d(0px, 0px, -400px);
  transform: translate3d(0px, 0px, -400px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cubeside1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -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;
}

.heading {
  margin-left: 35px;
  font-family: SpartanMB, sans-serif;
  font-size: 220px;
  line-height: 220px;
  font-weight: 800;
}

.cubeside5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -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;
}

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

._8zb-title {
  margin-bottom: 7px;
  font-size: 80px;
  line-height: 100px;
}

._8zb-link {
  margin-bottom: 3px;
  color: #333;
  font-size: 40px;
  line-height: 60px;
  text-decoration: none;
}

._8zb-link.imprint-link {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 800;
  text-decoration: underline;
}

.wedo_subcategories.left {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wedo_subcategories.right {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wedo_category_div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wedo_category_div.black {
  background-color: #333;
}

.wedo_category_heading {
  margin-bottom: 20px;
  line-height: 0px;
}

.wedo_category_heading.white {
  color: #fff;
}

.wedo_category_heading.right {
  text-align: right;
}

.wedo_category_heading_main {
  display: block;
  font-size: 70px;
  line-height: 50px;
}

.wedo_category_span {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.cubeside3 {
  position: absolute;
  z-index: 1;
  width: 800px;
  height: 800px;
  border: 3px solid #333;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cubeside3.hide {
  display: none;
}

.wedo_category_subheading {
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  color: #8b8b8b;
  font-size: 25px;
  line-height: 20px;
  text-align: right;
  text-transform: uppercase;
}

.innerside {
  position: absolute;
  z-index: 4;
  width: 800px;
  height: 800px;
  border: 3px solid #000;
  background-color: #fff;
}

.innerside._1 {
  z-index: 5;
  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;
  -webkit-transform: translate3d(-400px, -400px, -399px);
  transform: translate3d(-400px, -400px, -399px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.innerside._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;
  -webkit-transform: translate(-799px, -400px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  transform: translate(-799px, -400px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.innerside._3 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate3d(400px, -400px, -399px);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) translate3d(400px, -400px, -399px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.innerside._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  -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-transform: rotateX(0deg) rotateY(270deg) rotateZ(0deg) translate3d(0px, -400px, 1px);
  transform: rotateX(0deg) rotateY(270deg) rotateZ(0deg) translate3d(0px, -400px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.innergag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -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;
}

.gag-text {
  max-width: 60%;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
}

.gag-text.bigger {
  font-size: 60px;
  line-height: 70px;
}

.cubeside2 {
  width: 800px;
  height: 800px;
  padding: 20px 24px;
}

.boilerplate {
  font-size: 47px;
  line-height: 68px;
  text-align: justify;
}

.imprint {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -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: 3px solid #333;
}

.imprint_text {
  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;
  -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;
  font-size: 16px;
  text-align: center;
}

.imprint-textelement {
  margin-top: 10px;
  margin-bottom: 10px;
}

.imprint-textelement.title {
  font-size: 18px;
  font-weight: 800;
}

.page-bottom {
  position: absolute;
  top: 520vh;
  width: 100%;
  height: 1px;
}

.close-imprint {
  position: absolute;
  left: auto;
  top: 60px;
  right: 50px;
  bottom: auto;
  padding-right: 10px;
  padding-left: 10px;
  color: rgba(51, 51, 51, 0.99);
  font-size: 60px;
  line-height: 70px;
  text-decoration: none;
  text-transform: uppercase;
}

.person-spacer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 240px;
  padding: 60px;
  -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;
  background-color: #fff;
  opacity: 0;
  line-height: 1.15;
  text-transform: uppercase;
}

.more-info-hint {
  position: absolute;
  bottom: -40px;
  font-size: 18px;
}

.person-img-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-link {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.contact-link.last {
  margin-bottom: 0px;
}

.person-spacer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 440px;
  padding: 60px;
  -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;
  background-color: #fff;
  opacity: 0;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.person-details-content-headline {
  font-size: 30px;
}

.person-details-content-headline.padding-btn-10 {
  margin-bottom: 10px;
}

.person-details-content-headline.padding-btn-10.smaller {
  font-size: 25px;
}

.person-name-3 {
  z-index: 9;
  width: 100%;
  color: #333;
  font-size: 72px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.cubesidepersonal {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: #333;
  -webkit-transform: translate3d(0px, 0px, 1px);
  transform: translate3d(0px, 0px, 1px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.person-name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  padding-top: 16px;
  -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: #fffcfc;
  opacity: 1;
}

.text-span-2 {
  display: none;
}

.person-details-content {
  margin-bottom: 35px;
  font-size: 19px;
  line-height: 1.3;
  text-transform: uppercase;
}

.ref-buttons {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  display: -ms-grid;
  display: grid;
  width: 800px;
  height: 800px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
  grid-template-columns: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
  -ms-grid-rows: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
  grid-template-rows: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
}

.close-btn {
  padding-left: 15px;
  font-size: 60px;
  line-height: 60px;
}

.reference-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

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

.gridfield.white {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gridfield.black {
  background-color: #333;
}

.refs {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}

.ref-link {
  width: 100%;
  color: #333;
  font-size: 50px;
  line-height: 55px;
  text-align: right;
}

.cubeside4-2 {
  position: relative;
  top: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -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-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
  grid-template-columns: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
  -ms-grid-rows: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
  grid-template-rows: minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px) minmax(auto, 200px);
  border: 3px solid #333;
}

.ref-details-text {
  position: relative;
  z-index: 1;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
}

.ref-details {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

._8zb-grid-logo {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
}

.ref-details-text-2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
}

.ref-details-text-2.sl {
  color: red;
}

.ref-details-text-2.mm {
  color: #00354e;
}

.ref-details-text-2.loloco {
  color: #379bac;
}

.ref-details-text-2.bnear {
  color: #6264a7;
}

.ref-details-text-2.bnear-copy {
  color: #8ac4bb;
}

.ref-details-text-2.commonground {
  color: #22d3ba;
}

.click-hint {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.reference-logo {
  width: 70%;
}

.reference-logo.standup {
  width: 60%;
}

@media screen and (max-width: 991px) {
  .section {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }

  .cubeside {
    border-width: 5px;
    box-shadow: none;
  }

  .cubeside3 {
    border-width: 5px;
  }

  .innerside {
    border-width: 5px;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

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

  .wedo_category_subheading {
    font-size: 30px;
    line-height: 25px;
  }

  .more-info-hint {
    bottom: -50px;
    font-size: 25px;
  }

  .text-span {
    display: none;
  }

  .text-span-2 {
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .section {
    -webkit-transform: scale(0.25);
    -ms-transform: scale(0.25);
    transform: scale(0.25);
  }

  ._8zb-link.imprint-link {
    margin-top: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .imprint_text {
    font-size: 25px;
    line-height: 35px;
  }

  .imprint-textelement.title {
    font-size: 35px;
    line-height: 40px;
  }
}

@font-face {
  font-family: 'SpartanMB';
  src: url('../fonts/SpartanMB-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SpartanMB';
  src: url('../fonts/SpartanMB-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SpartanMB';
  src: url('../fonts/SpartanMB-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'SpartanMB';
  src: url('../fonts/SpartanMB-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}