:root {
  --black-2: #5b5863;
  --black-3: #828285;
  --white: #fff;
  --gainsboro: #adccc8;
  --grey: #151519;
  --dim-grey: #151519;
  --red: rgba(250, 25, 25, .5);
  --light-sea-green: #24ada2;
  --black: black;
  --dark-slate-grey: #354643;
  --black-4: #0f0f13;
  --brown: #a32424;
  --black-5: #1e1d25;
  --dark-grey: #9b9b9b;
  --footer: #01071b;
  --dark-slate-blue: #2449ae;
  --light_black: rgba(21, 21, 25, .5);
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

@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 {
  color: #333;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Roboto;
  font-size: 44px;
  font-weight: 900;
  line-height: 52px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
}

h4 {
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: gray;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

p {
  color: gray;
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

a {
  color: gray;
  padding-bottom: 5px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  box-shadow: inset 0 -2px rgba(0, 0, 0, .1);
}

a:hover {
  color: #000;
  box-shadow: inset 0 -2px #000;
}

img {
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.hero {
  background-color: #000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 94px;
  padding-bottom: 0;
  display: flex;
  position: fixed;
}

.hero.pages {
  justify-content: center;
  align-items: flex-end;
  height: 70vh;
  padding-top: 46px;
}

.wrapper-title {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  overflow: hidden;
}

.vertical {
  z-index: 900;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6vw;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.link {
  color: #9b9b9b;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-style: none;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0;
  font-family: Roboto;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: rotate(-90deg);
}

.link:hover {
  background-image: none;
}

.link.w--current {
  text-decoration: line-through;
  position: relative;
}

.section {
  background-color: #dcdee0;
  justify-content: space-between;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 100vh;
}

.section.main {
  flex-direction: column;
  height: 100%;
}

.vertical-social {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 100vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
}

.main-h1 {
  color: #f5f5f5;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Anonymous Pro;
  font-size: 4vh;
  font-weight: 700;
  line-height: 8vh;
  display: flex;
  position: relative;
}

.paragraph {
  direction: ltr;
  color: #9b9b9b;
  text-align: left;
  letter-spacing: .2px;
  text-indent: 0;
  column-count: 3;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 3em;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
  font-family: K2D, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 100;
  line-height: 22px;
  display: inline-block;
}

.paragraph.bolder {
  color: rgba(36, 73, 174, .45);
  text-align: justify;
  column-count: 1;
  width: 35vw;
  font-size: 53px;
  font-style: normal;
  line-height: 68px;
}

.column {
  border: 1px #000;
  flex: 1;
  overflow: hidden;
}

.column._100vh {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, .48);
  flex-direction: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100vh;
  padding-left: 14vw;
  padding-right: 10vw;
  display: flex;
  overflow: visible;
}

.column._100vh:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .75);
}

.column._100vh.black {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding: 0 8vw 0 11vw;
  display: flex;
}

.column.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex: 1;
}

.column.about {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  padding-left: 15vw;
  display: flex;
  overflow: visible;
}

.column.about:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .75);
}

.hr {
  background-color: #9b9b9b;
  width: 35px;
  height: 1px;
  margin-top: 12px;
  margin-right: 30px;
}

.hr.mail {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-right: 0;
}

.h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 38px;
  line-height: 48px;
}

.h2.mail {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.h2.white {
  color: #fff;
  margin-bottom: 45px;
  font-family: Anonymous Pro;
  font-size: 24px;
}

.h2.contact {
  text-align: center;
  width: 40vw;
}

._w-h1 {
  padding-right: 0;
  font-family: Anonymous Pro;
  font-size: 17px;
  position: relative;
  overflow: hidden;
}

._w-link {
  color: #636363;
  letter-spacing: 0;
  text-transform: none;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 2px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

._w-link:hover {
  color: #000;
}

._w-link.social {
  color: #333;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.line-hover {
  background-color: #ddd;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  overflow: hidden;
}

.project-info {
  z-index: 20;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 0;
  display: block;
  position: relative;
}

.project-info.head {
  align-items: flex-start;
  left: 0;
}

.icon-social {
  color: rgba(0, 0, 0, .3);
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 20px;
  font-family: Icomoon;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
}

.icon-social:hover {
  color: #fff;
  background-color: #4d4d4d;
}

.fill-hover {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.section-2 {
  z-index: 100;
  float: none;
  background-color: var(--black-2);
  background-image: none;
  width: 100vw;
  height: auto;
  padding-top: 0;
  position: relative;
  top: 0;
}

.section-2.nh {
  background-color: #000;
  padding-top: 0;
}

.section-2.nh._123 {
  display: none;
}

.section-2.scn, .section-2._2d {
  padding-top: 0;
}

.section-2.epkff22 {
  background-color: #000;
  padding-top: 0;
}

.section-2.firstsecond {
  background-color: #000;
}

.wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.wrapper.contact {
  background-color: #f8f8f8;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.wrapper.center {
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  padding-left: 2vw;
  padding-right: 2vw;
}

.wrapper.about {
  background-color: #000;
  height: auto;
  margin-bottom: 4vh;
  padding-bottom: 0;
}

.div-block-4 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 6vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-section {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._w-title {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  width: 100vw;
  height: 100%;
  margin-bottom: 0;
  padding-top: 38px;
  padding-left: 2vw;
  padding-right: 2vw;
  font-family: Anonymous Pro;
  display: block;
}

.div-block-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: inline-block;
}

.wrapper-info {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.wrapper-info.about {
  border-bottom: 0 #e4e4e4;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 4vh;
  padding-left: 0;
}

.wrapper-vertical-nav {
  z-index: 900;
  border-right-style: solid;
  border-right-color: #ddd;
}

.light {
  color: #9b9b9b;
  margin-top: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 12px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.wrapper-list-links {
  z-index: 9999999;
  border-top: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-left: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-16 {
  margin-bottom: 0;
}

.wrap-content {
  text-align: left;
  width: 40vw;
  padding-top: 0;
  padding-right: 0;
}

.link-block-2 {
  color: #9b9b9b;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  height: 60%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-block-2:hover {
  text-decoration: line-through;
}

.link-block-2.w--current {
  border-bottom-style: none;
  border-right: 2px #000;
  flex: 1;
  text-decoration: none;
  box-shadow: inset 5px 0 rgba(250, 25, 25, .5);
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  padding-left: 0;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.alt-next {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: K2D, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 20px;
}

.div-block-25 {
  justify-content: space-between;
  width: 100vw;
  height: 20vh;
  display: flex;
}

.navbar {
  color: #ffeb00;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0 2vw;
  display: block;
  position: fixed;
}

.brand {
  box-shadow: none;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  padding-top: 1vh;
  padding-bottom: 1vh;
  display: flex;
}

.brand:hover {
  box-shadow: none;
  border-bottom-style: none;
}

.brand.w--current {
  box-shadow: none;
  align-items: flex-start;
  height: auto;
  padding-top: 1vh;
  padding-bottom: 0;
  display: block;
}

.brand.w--current:hover {
  box-shadow: none;
}

.link-nav {
  box-shadow: none;
  direction: ltr;
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 1px #000;
  margin-left: 12px;
  margin-right: 0;
  padding: 0 0 25px;
  font-family: K2D, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition-property: none;
  display: block;
}

.link-nav:hover {
  color: #000;
  box-shadow: inset 0 -3px rgba(0, 0, 0, .5);
}

.link-nav.w--current {
  box-shadow: none;
  color: #fff;
  border-bottom: 1px #000;
  font-family: K2D, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.signature {
  margin-top: 50px;
  margin-bottom: 100px;
}

.div-block-26 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2px;
  padding-bottom: 0;
  display: block;
}

.footer-2 {
  background-color: #f3f3f3;
  justify-content: center;
  height: 60vh;
  display: block;
}

.div-block-27 {
  z-index: 500;
  background-color: var(--black-3);
  background-image: linear-gradient(#1b1b1b, #0f0d14);
  border-top: 0 #dbdbdb;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-p {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.logo-footer {
  z-index: 50;
  flex: 0 auto;
  max-width: 90%;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.nav-menu {
  float: right;
  background-color: rgba(0, 0, 0, .5);
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 5vh;
  padding-bottom: 1vh;
  display: flex;
}

.arrow {
  z-index: -100;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.big-link {
  box-shadow: none;
  direction: ltr;
  color: #fff;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Anonymous Pro;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  transition-property: none;
}

.big-link.w--current {
  box-shadow: none;
}

.proj_body-wrap {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  width: 100vw;
  margin-left: 0;
  padding-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
  font-family: K2D, sans-serif;
  display: flex;
}

.proj_body {
  color: #e60000;
  text-align: center;
  letter-spacing: .2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  font-family: K2D, sans-serif;
  font-size: 12px;
  font-weight: 100;
  display: inline;
}

.proj_body h2, .proj_body p, .proj_body h4 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.proj_body figure {
  clear: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.proj_body figcaption {
  color: gray;
  margin-bottom: 20px;
}

.next-project {
  background-color: #363638;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding: 0 2vw 1vw;
}

.project-link {
  color: #fff;
  letter-spacing: .5px;
  font-family: K2D, sans-serif;
  font-weight: 200;
  transition-property: box-shadow, colorundefined;
  box-shadow: inset 0 -2px rgba(255, 255, 255, .2);
}

.project-link:hover {
  color: #fff;
  box-shadow: inset 0 -2px #fff;
}

.project-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px rgba(37, 37, 37, .88);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Anonymous Pro;
  font-size: 54px;
  font-weight: 700;
}

.project-description {
  color: silver;
  letter-spacing: .5px;
  text-transform: none;
  text-shadow: none;
  margin-bottom: 0;
  padding-bottom: 1vh;
  font-family: K2D, sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 25px;
}

.project-description._2 {
  color: #f0f0f0;
  font-size: 10px;
}

.arrow-2 {
  margin-bottom: 1px;
  margin-left: 8px;
}

.footer-links {
  color: #fff;
  letter-spacing: 1px;
  align-items: flex-end;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Anonymous Pro;
  font-size: 12px;
  font-weight: 400;
  display: block;
  position: static;
  bottom: 0;
  right: 0;
}

.collection-list-wrapper {
  flex: 0 auto;
}

.link-2 {
  color: #fff;
  text-transform: none;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 1vh;
  padding-bottom: 6px;
  font-family: K2D, sans-serif;
  font-size: 12px;
  font-weight: 200;
  text-decoration: none;
  transition-property: none;
  position: static;
}

.image-9 {
  border-left: 1px #000;
  flex: 0 auto;
  padding-bottom: 0;
  display: block;
}

.bgvideo {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: auto;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 654px;
  padding-top: 0;
  display: block;
  position: static;
}

.collection-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 9px;
  line-height: 19px;
  display: flex;
}

.text-block-4 {
  color: #333;
  text-align: center;
  font-family: K2d, sans-serif;
  font-weight: 200;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-4.bmr, .text-block-4.dw {
  color: #fff;
}

.mainvideo {
  border: 1px #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 45px;
  display: block;
  position: relative;
}

.column-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.column-description {
  justify-content: flex-start;
  display: flex;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
}

.anschrift {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  margin-left: 0;
  padding-right: 0;
  font-family: K2d, sans-serif;
  font-size: 10px;
  font-weight: 100;
  line-height: 15px;
}

.anschrift.copyright {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.anschrift.menue {
  color: var(--gainsboro);
  justify-content: flex-start;
  align-items: center;
  margin-left: 12px;
  padding-top: 8vh;
  padding-left: 0;
  font-size: 10px;
  font-weight: 100;
  line-height: 18px;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.column-footer {
  letter-spacing: 1px;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
}

.column-5 {
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  top: 0;
  left: 0;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.body {
  margin-bottom: 0;
  padding-top: 0;
}

.heading {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #414141;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 0;
  font-family: Breeserif, sans-serif;
  font-size: 63px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.heading.sp {
  text-align: left;
  letter-spacing: 2px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-2 {
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: K2d, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-3 {
  color: var(--gainsboro);
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: K2d, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 23px;
}

.paragraph-3.mittig {
  color: var(--gainsboro);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 27px;
}

.paragraph-3.mittig.kontakt {
  text-align: left;
  padding-top: 8px;
  font-size: 11px;
  line-height: 15px;
}

.paragraph-3.faq {
  padding-left: 0;
}

.italic-text {
  text-transform: uppercase;
  font-family: Anonymous Pro;
}

.column-about-text {
  margin-bottom: 4vh;
}

.column-7 {
  padding-left: 0;
  padding-right: 4vw;
  font-size: 14px;
}

.bold-text {
  padding-left: 0;
  font-size: 12px;
  line-height: 22px;
}

.column-8 {
  padding-left: 0;
  padding-right: 0;
}

.column-9 {
  padding-left: 4vw;
  padding-right: 0;
}

.bold-text-2 {
  letter-spacing: .3px;
  font-size: 25px;
  line-height: 30px;
}

.bold-text-3 {
  color: #fff;
  text-align: left;
  font-family: K2d, sans-serif;
  font-weight: 500;
  display: inline;
}

.bold-text-3.sb {
  letter-spacing: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  display: flex;
}

.bold-text-3.bmr {
  color: #fff;
}

.bold-text-3.berlin-design-week {
  color: #fff;
  -webkit-text-stroke-color: var(--white);
  text-shadow: none;
}

.bold-text-3.ada {
  color: var(--grey);
  text-shadow: none;
}

.menue-button {
  padding-top: 9px;
  padding-right: 0;
  display: flex;
}

.preloader {
  z-index: 999999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.preloader_gif {
  display: block;
  position: fixed;
  top: 40%;
  bottom: 0%;
  left: 48%;
  right: 0%;
  overflow: visible;
}

.div-block-28, .div-block-29 {
  display: none;
}

.menuebutton {
  color: #fff;
  padding-top: 7px;
  padding-bottom: 0;
  padding-right: 2vw;
  position: fixed;
  top: 0;
  right: 0;
}

.menuebutton.w--open {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
}

.bold-text-4 {
  letter-spacing: -.3px;
  font-size: 15px;
}

.bold-text-5 {
  letter-spacing: -.8px;
  font-size: 15px;
}

.icon {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .52);
}

.link-3 {
  z-index: auto;
  color: #686868;
  padding-top: 52px;
  padding-bottom: 2px;
  font-family: K2D, sans-serif;
  font-size: 13px;
  font-weight: 200;
  transition: box-shadow .2s, color .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: inset 0 -2px rgba(0, 0, 0, .1);
}

.link-3.w--current {
  font-family: Breeserif, sans-serif;
  font-weight: 400;
}

.link-3.bmr {
  color: #949494;
}

.mail-button-big {
  z-index: 1;
  color: #fff;
  text-align: left;
  letter-spacing: .8px;
  text-transform: none;
  white-space: normal;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 7px;
  font-family: K2d, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  transition: box-shadow .2s, top .2s;
  display: inline-block;
  position: relative;
  box-shadow: 1px 1px 3px rgba(99, 99, 99, .52);
}

.mail-button-big:hover {
  color: #fff;
}

.heading-2 {
  color: var(--gainsboro);
  font-family: Breeserif, sans-serif;
}

.heading-3, .text-field {
  font-family: K2D, sans-serif;
}

.submit-button {
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #9b9b9b;
  font-family: K2D, sans-serif;
}

.linkblock {
  box-shadow: none;
  cursor: pointer;
  transition-property: none;
}

.body-2 {
  background-color: var(--dim-grey);
  background-image: none;
}

.body-2.nh, .body-2.firstsecond, .body-2.europ {
  background-color: #000;
}

.text-span {
  font-size: 7px;
}

.text-span-2 {
  letter-spacing: 2px;
}

.icon-instag {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 25px;
  margin-left: 12px;
  padding-bottom: 0;
  display: flex;
}

.icon-mail {
  flex: 1;
  margin-bottom: 25px;
  margin-left: 12px;
  padding-bottom: 0;
  display: flex;
}

.text-block-5 {
  color: var(--gainsboro);
  font-family: K2D, sans-serif;
  font-weight: 800;
}

.columns {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: K2d, sans-serif;
  font-size: 12px;
}

.infotext {
  color: #fff;
  text-align: left;
  margin-bottom: 19px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: K2d, sans-serif;
  font-size: 12px;
  font-weight: 100;
  display: inline-block;
}

.infotext.home {
  padding-right: 500px;
  font-family: K2d, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.infotext.home.motiongraphics, .infotext.home.erklaerfilm {
  border-left: 1px solid var(--white);
  padding-left: 10px;
  padding-right: 300px;
  font-size: 22px;
  line-height: 25px;
}

.infotext.home.design {
  border-left: 1px solid var(--white);
  padding-left: 10px;
}

.infotext.home.charakter {
  border-left: 1px solid #fff;
  padding-left: 10px;
  padding-right: 300px;
  font-size: 22px;
  line-height: 25px;
}

.infotext.home.mixedmedia {
  border-left: 1px solid var(--white);
  padding-left: 10px;
  padding-right: 300px;
  font-size: 22px;
  line-height: 25px;
}

.infotext.faq {
  padding-top: 0;
  padding-right: 482px;
  font-size: 14px;
  line-height: 22px;
}

.textimp {
  color: #fff;
  text-align: justify;
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: K2d, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.linkkkky {
  font-family: K2D, sans-serif;
  font-size: 8px;
}

.datenschutz {
  z-index: 50;
  color: var(--gainsboro);
  align-items: flex-end;
  font-family: K2d, sans-serif;
  font-size: 9px;
  display: flex;
  position: relative;
}

.div-block-30 {
  background-image: url('../images/4_CONNECTIVITY-SIMPLICITY-NOW_RGB.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.divblock35 {
  aspect-ratio: auto;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  height: 500px;
  display: flex;
  overflow: visible;
}

.link-block-3 {
  box-shadow: none;
  color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition-property: none;
  display: flex;
}

.link-block-3:hover {
  outline-offset: 0px;
  outline: 0 #fff;
}

.divblocknightherald {
  background-image: url('../images/NightHerald_BG2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.divblocknightherald._123 {
  background-image: url('../images/Trash_BG_Image.jpg');
}

.divblocknightherald.bmr {
  background-image: url('../images/BMR_BG_3.png');
  background-size: auto;
}

.divblocknightherald.lawpilots {
  background-image: url('../images/Lawpilots_Still.png');
}

.divblock2d {
  background-image: linear-gradient(rgba(0, 0, 0, .44), rgba(0, 0, 0, .44)), url('../images/BG_SHOWREEL-Kopie.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, contain;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
}

.divblock2d._364berlin {
  background-color: rgba(37, 39, 145, .56);
  background-image: linear-gradient(rgba(3, 4, 7, .68), rgba(3, 4, 7, .68)), url('../images/_1080392.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.divblock2d._364berlin.designweek {
  background-image: url('../images/BERLINDESIGNWEEK_BG_1.jpg');
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.divblock2d._364berlin.ada {
  background-color: var(--white);
  background-image: url('../images/JingleTransition_ada_00069.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.divblock2d._364berlin.epkff22 {
  background-image: url('../images/220923_LEDs_Hauptbuehne_Willkommen_1.gif');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
}

.divblock2d.basedinberlin {
  background-image: none;
}

.divblock2d._364 {
  background-image: linear-gradient(rgba(3, 4, 7, .72), rgba(3, 4, 7, .72)), url('../images/Multiscreen_2.jpg');
}

.section-stylguide {
  background-color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 377px 4vh 108px;
  display: block;
  position: static;
}

.section-stylguide.berlin-designweek {
  background-image: url('../images/BERLINDESIGNWEEK_BG_1.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 20%;
  padding-bottom: 25%;
}

.section-stylguide.berlin-designweek.ada {
  background-color: #fff;
  background-image: url('../images/JingleTransition_ada_00069.png');
  background-position: 0 0;
  background-size: cover;
}

.section-stylguide.bmr {
  background-color: #164253;
  background-image: url('../images/BMR_BG_2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 20%;
  padding-bottom: 25%;
}

.section-stylguide.bmr.lawpliots {
  background-color: #393b84;
  background-image: url('../images/1_a.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-stylguide.motiontoolbox {
  background-color: var(--light-sea-green);
}

.section-stylguide.motiontoolbox.toolbox {
  background-color: var(--black-3);
}

.header {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, .66);
  margin-top: 0;
  font-family: Breeserif, sans-serif;
  font-size: 63px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.header.ada {
  color: #000;
  text-shadow: none;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-style: normal;
}

.header.ada.motiontoolbox {
  color: rgba(255, 255, 255, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 100px;
  position: relative;
}

.header.ada.motiontoolbox.bg {
  background-color: rgba(35, 35, 35, 0);
  padding-right: 0;
  position: relative;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 17px;
  font-family: K2d, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-4.ada {
  color: #000;
  font-size: 16px;
}

.paragraph-4.ada.info {
  color: var(--black);
  text-align: left;
  text-shadow: none;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 21px;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

.paragraph-4.guidetext {
  padding-top: 21px;
  padding-bottom: 73px;
}

.text-nh {
  color: #fff;
  column-count: 3;
  column-rule: 0px none black;
  column-gap: 4em;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: K2d, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.text-nh.subtext {
  column-count: 1;
  align-self: flex-start;
  padding-left: 4vh;
  font-family: Exo, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 80px;
}

.text-nh.subtext.zwei {
  margin-top: 3px;
  font-size: 60px;
  line-height: 80px;
}

.text-nh.subtext.zwei.drei {
  margin-top: 0;
}

.text-nh.text-europace {
  display: flex;
}

.image {
  object-fit: fill;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.image.square {
  max-width: 30%;
  padding-left: 22px;
}

.section-first {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 54px;
  display: flex;
}

.section-first.epkff22 {
  background-color: #000;
}

.video {
  margin-top: 0;
}

.image-10 {
  padding-top: 44px;
  padding-bottom: 25px;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-span-3 {
  letter-spacing: 0;
}

.section-scn {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: static;
}

.section-scn.bmr {
  background-color: #000;
}

.section-scn.adavideos {
  align-items: stretch;
  display: block;
}

.image-11 {
  padding-bottom: 0;
}

.body-4 {
  background-color: #b5bfc5;
}

.body-4.bmr {
  background-color: #0a374a;
}

.body-4.lawpilots {
  background-color: #4240ab;
}

.body-4.designweek {
  background-color: #e49ac4;
}

.body-4.ada {
  background-color: var(--black);
}

.italic-text-2, .bold-text-6 {
  color: #fff;
}

.section-infotypo {
  padding-left: 4vh;
  padding-right: 4vh;
}

.header-pmis {
  text-transform: uppercase;
  font-family: Breeserif, sans-serif;
}

.paragraph-5 {
  color: #333;
  font-family: K2d, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-pmis {
  column-count: 1;
  padding-left: 4vh;
  padding-right: 4vh;
  font-family: K2d, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.section-pmis {
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-2 {
  padding-top: 0;
  padding-left: 3vh;
  padding-right: 3vh;
}

.sectionbgvideo {
  background-color: var(--black-3);
  background-image: none;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.sectionbgvideo.basedinberlin {
  align-self: flex-end;
}

.sectionbgvideo.home {
  background-image: linear-gradient(to bottom, var(--grey), var(--grey));
}

.bodyexamples {
  background-color: #000;
}

.sectionexamples {
  padding-top: 45px;
}

.wrapperexamples {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.examles {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 4vh;
  padding-bottom: 0;
  display: flex;
}

.examles.haufe {
  margin-bottom: 104px;
}

.examles._36524 {
  margin-bottom: 100px;
}

.examles.epk21 {
  background-color: #000;
}

.examplestext {
  color: #fff;
  text-align: left;
  letter-spacing: .1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 59px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2vw;
  font-family: K2d, sans-serif;
  font-size: 22px;
  font-weight: 100;
  line-height: 25px;
  display: inline-block;
}

.paragraph-credits {
  color: #fff;
  letter-spacing: .1px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 2vw;
  font-family: K2d, sans-serif;
  font-size: 11px;
  line-height: 20px;
}

.nummer {
  border-left: 1px #000;
  border-radius: 0;
  font-family: Anonymous Pro;
  font-size: 20px;
}

.bold-text-7 {
  letter-spacing: 2px;
  font-family: Bree Serif;
  font-weight: 400;
}

.kontaktdetails {
  color: #fff;
  padding-top: 22px;
  font-family: K2d, sans-serif;
  font-size: 12px;
  line-height: 22px;
}

.head {
  color: #fff;
  letter-spacing: 2px;
  padding-top: 0;
  padding-bottom: 14px;
  padding-left: 2vw;
  font-family: Breeserif, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.text-span-4 {
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.header-text {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.tttel {
  color: #fff;
  letter-spacing: .5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2vw;
  font-family: Breeserif, sans-serif;
  font-size: 63px;
  display: flex;
}

.intro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 0;
  margin-top: 0%;
  margin-bottom: 5%;
  padding-top: 20%;
  padding-bottom: 25%;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.intro._365 {
  padding-top: 3%;
  padding-bottom: 0%;
}

.link-block-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 2px;
  grid-template: ". ." minmax(auto, .25fr)
                 ". ." minmax(auto, .25fr)
                 / 1fr 1fr;
}

._365 {
  flex: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
}

.body-multiscreen {
  background-color: #000;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template: "Area-2 Area"
                 ". ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2.designweek {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid-2.adavideos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.image-12 {
  display: block;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.image-13 {
  width: 100%;
}

.image-14 {
  align-self: auto;
  width: 100%;
}

.image-15, .image-16 {
  width: 100%;
}

.text-span-5 {
  font-size: 7px;
}

.image-17 {
  flex: 0 auto;
  max-height: 100%;
  display: block;
}

.background-video {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-end;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.background-video-2 {
  flex: 1;
}

.background-video-3 {
  margin-top: -45px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-3 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: stretch;
  justify-items: stretch;
  margin-left: 0;
  display: grid;
}

.background-video-4 {
  width: 100%;
  height: 100%;
}

.background-video-4.trash {
  width: auto;
  height: 100%;
}

.background-video-5 {
  width: 50%;
  height: auto;
}

.image-18 {
  width: 100%;
}

.background-video-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.heading-4 {
  color: #fff;
  letter-spacing: 2px;
  text-indent: 0;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4vh;
  font-family: Breeserif, sans-serif;
  font-size: 20px;
}

.grid-4 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  align-self: stretch;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.background-video-7 {
  height: auto;
}

.background-video-8 {
  object-position: 50% 50%;
  width: 100%;
}

.background-video-9 {
  width: 50%;
}

.background-video-10 {
  width: 70%;
}

.background-video-10._12 {
  width: 60%;
}

.background-video-11 {
  width: 70%;
}

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

.image-20 {
  width: 100%;
}

.grid-7 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  align-items: stretch;
  justify-items: stretch;
}

.image-21 {
  max-width: 100%;
}

.div-block-31 {
  object-fit: contain;
  display: block;
}

.image-23 {
  object-fit: fill;
  width: 100%;
  display: block;
  position: static;
}

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

.video-2 {
  border: 1px #000;
}

.section-3 {
  background-color: var(--white);
}

.section-3.testimonials {
  display: block;
  position: static;
  overflow: visible;
}

.section-3.motiontoolbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ada.headline {
  background-color: #fff;
  font-family: K2d, sans-serif;
}

.image-24 {
  height: 40%;
}

.image-25 {
  max-width: 50%;
  display: block;
}

.container-3 {
  justify-content: center;
  display: flex;
}

.text-span-6 {
  text-transform: lowercase;
  padding-bottom: 10px;
}

.text-span-7 {
  text-transform: lowercase;
}

.video-3 {
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  align-self: stretch;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
}

.image-26 {
  width: 100%;
}

.lottie-animation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0px none var(--white);
  background-color: var(--grey);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 220px;
  display: flex;
  position: static;
}

.columns-3 {
  padding-left: 52px;
  padding-right: 62px;
}

.text-headline {
  color: #fff;
  text-shadow: 0 1px 2px var(--black);
  font-family: K2d, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  position: static;
}

.text-headline.landingtext {
  color: #fff;
  padding-bottom: 11px;
  font-family: Breeserif, sans-serif;
  font-size: 35px;
}

.text-headline.klein {
  letter-spacing: 1px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 20px;
}

.text-headline.klein.second {
  padding-left: 12px;
  line-height: 18px;
}

.text-headline.services {
  cursor: help;
  padding-bottom: 31px;
  padding-left: 30px;
  font-family: Breeserif, sans-serif;
  font-size: 40px;
}

.text-headline.services.erklarefilm {
  padding-bottom: 100px;
  padding-left: 0;
}

.text-headline.services.design {
  padding-bottom: 70px;
  padding-left: 0;
}

.text-headline.services.graphics, .text-headline.services.charakter {
  padding-bottom: 100px;
  padding-left: 0;
}

.text-headline.services.mixedmedia {
  padding-bottom: 136px;
  padding-left: 0;
}

.text-headline.faq {
  text-align: left;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 41px;
  padding-left: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.text-headline.contact {
  color: var(--dark-slate-grey);
  text-shadow: none;
  background-image: none;
  padding-top: 0;
  padding-bottom: 17px;
  padding-left: 0;
  font-size: 63px;
  line-height: 60px;
}

.container-4 {
  object-fit: fill;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 23px;
  padding-right: 253px;
  display: block;
  overflow: visible;
}

.text-span-8 {
  color: #fff;
  font-family: K2d, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.text-span-9 {
  font-style: italic;
}

.column-11 {
  padding-left: 40px;
}

.lottie-animation-2 {
  margin-top: -26px;
  padding-top: 0;
}

.section-4 {
  background-color: var(--black-3);
  background-image: none;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.section-4.about {
  background-image: none;
  display: block;
}

.text-block-7 {
  color: #fff;
  text-align: left;
  padding-bottom: 245px;
  padding-right: 59px;
  font-family: K2d, sans-serif;
  font-size: 35px;
  line-height: 36px;
}

.column-12 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: block;
}

.subheader {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 14px;
  padding-left: 40px;
  font-family: K2d, sans-serif;
}

.grid-10 {
  grid-template-columns: .25fr .25fr;
}

.div-block-32 {
  cursor: help;
}

.column-14 {
  border: 0 #000;
  padding-left: 40px;
}

.column-15 {
  display: block;
}

.heading-5 {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  font-family: Breeserif, sans-serif;
}

.heading-5.faq {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 0;
}

.text-block-8 {
  align-self: flex-start;
}

.faq {
  padding-top: 76px;
}

.faq._1 {
  padding-top: 0;
}

.faq._2 {
  border: 1px #000;
  padding-top: 0;
  padding-bottom: 0;
}

.text-span-10 {
  font-family: K2d, sans-serif;
}

.contact {
  text-align: left;
  background-image: linear-gradient(#eeecec, #eeecec);
  justify-content: flex-start;
  align-items: center;
  padding-top: 236px;
  padding-bottom: 500px;
  padding-left: 40px;
  display: block;
}

.contact.motiontoolb {
  background-image: linear-gradient(#eeecec, #eeecec);
  border-bottom: 1px #000;
  padding-top: 500px;
  padding-bottom: 500px;
}

.columns-4 {
  background-color: #151519;
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 0;
  display: flex;
}

.field-label {
  color: #fff;
  font-family: K2d, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.fieldlabel {
  color: #fff;
  font-family: K2d, sans-serif;
  font-weight: 500;
}

.submit-button-2 {
  color: #000;
  background-color: #51dd55;
  border-radius: 20px;
  margin-top: 9px;
  padding-top: 9px;
  font-family: K2d, sans-serif;
  font-size: 14px;
}

.column-16 {
  padding-left: 0;
}

.column-17, .column-18, .column-19 {
  padding-left: 40px;
}

.form-block {
  color: #000;
  cursor: auto;
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 40px 40px 0;
}

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

.text-block-9 {
  color: var(--dark-slate-grey);
  padding-bottom: 0;
  font-family: K2d, sans-serif;
}

.text-block-9.testimonialsklein {
  color: var(--white);
  padding-top: 2px;
  padding-bottom: 14px;
}

.forms_textfield {
  -webkit-text-fill-color: inherit;
  cursor: text;
  background-color: #51dd55;
  background-clip: border-box;
  border: 1px #000;
}

.column-20 {
  border-left: 0px none var(--white);
}

.column-21, .column-22 {
  border-left: 0 #fff;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  padding-top: 90px;
  padding-left: 0;
  display: block;
}

.div-block-34 {
  padding-left: 40px;
}

.grid-12 {
  grid-template-columns: .5fr 1fr;
}

.e-mail-button-small {
  z-index: 1;
  border: 1px solid var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 18px;
  font-family: K2d, sans-serif;
  font-weight: 500;
  position: relative;
}

.e-mail-button-small:hover {
  color: #fff;
}

.container-5 {
  align-self: flex-end;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 0%;
  left: 34.5%;
  right: 0%;
}

.lottie-animation-3 {
  width: auto;
}

.lottie-animation-4 {
  z-index: 0;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials {
  background-color: var(--gainsboro);
  padding-top: 160px;
  padding-bottom: 160px;
  display: block;
  overflow: visible;
}

.grid-13 {
  grid-column-gap: 76px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
}

.testimonialstext {
  color: var(--white);
  background-color: rgba(172, 172, 172, 0);
  padding-top: 0;
  font-family: K2d, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.div-block-36 {
  border: 0 solid #fff;
  border-width: 0 1px;
  border-radius: 0;
  padding: 14px;
  display: block;
  overflow: visible;
}

.div-block-36.lawpilots {
  display: none;
}

.div-block-36.bmr {
  display: block;
}

.lottie-animation-5 {
  z-index: 0;
  float: none;
  object-fit: cover;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-6 {
  display: none;
  position: fixed;
}

.haken {
  align-items: flex-start;
  width: 25px;
  display: block;
}

.columns-5 {
  align-items: center;
  display: flex;
}

.column-25 {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.column-26 {
  padding-left: 0;
}

.tetxkontakt {
  box-shadow: none;
  color: #00ffd4;
  font-family: K2d, sans-serif;
  transition-property: none;
}

.tetxkontakt:hover {
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.fs-cc-prefs2_close {
  background-color: var(--dim-grey);
  color: #fff;
  cursor: pointer;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: -1px 1px 4px rgba(51, 51, 51, .1);
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: rgba(15, 15, 19, .87);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_label {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-family: K2d, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-banner2_text {
  font-family: K2d, sans-serif;
  font-size: 1rem;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
}

.fs-cc-manager2_component {
  z-index: 2147483647;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  border-width: 2px;
  border-color: var(--dark-slate-grey);
  cursor: pointer;
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: var(--light-sea-green);
  background-size: auto;
  border-color: #0540f2;
}

.fs-cc-prefs2_button {
  border-style: solid;
  border-width: 1px;
  border-color: #0540f2 #0540f2 var(--dark-slate-grey);
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-align: center;
  padding: .75rem 1.25rem;
  font-family: K2d, sans-serif;
  font-weight: 700;
}

.fs-cc-prefs2_button:hover {
  box-shadow: none;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  border-color: #0540f2 #0540f2 var(--dark-slate-grey);
  color: var(--dark-slate-grey);
  background-color: #fff;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_button.fs-cc-button-alt:hover {
  box-shadow: none;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid rgba(192, 192, 192, .3);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-banner2_button {
  color: var(--dark-slate-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--brown);
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-family: Breeserif, sans-serif;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  letter-spacing: 1px;
  font-family: Breeserif, sans-serif;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_submit {
  background-color: var(--light-sea-green);
  text-align: center;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-family: K2d, sans-serif;
  font-weight: 500;
}

.fs-cc-prefs2_component {
  z-index: 997;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_title {
  color: var(--dark-slate-grey);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-slate-grey);
  font-family: Breeserif, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: #b8b8b8;
  -webkit-text-stroke-color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-banner2_text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner2_component {
  z-index: 999;
  background-color: var(--light-sea-green);
  color: #fff;
  width: 28.125rem;
  padding: 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-4 {
  box-shadow: none;
  color: var(--dark-slate-grey);
  transition-property: none;
}

.link-4:hover {
  color: var(--white);
}

.text-block-10 {
  font-family: K2d, sans-serif;
}

.placeholder_bmr_2 {
  z-index: 500;
  background-color: var(--light-sea-green);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper_placeholder {
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-6 {
  float: left;
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  border-left: 1px solid #fff;
  padding-left: 20px;
  font-family: K2d, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-6.adacoockiestext {
  color: #000;
  border: 1px #000;
  border-left-style: solid;
}

.placeholder_bmr_1 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.placeholder_lucylaw_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-5 {
  justify-content: center;
  display: flex;
  position: static;
}

.link-5 {
  color: var(--white);
  font-family: K2d, sans-serif;
}

.link-5:hover {
  color: var(--light-sea-green);
}

.lottieanimation7 {
  align-self: auto;
  position: static;
}

.placeholder_nh, .placeholder_first {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.placeholder_multiscreen_1 {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.multiscreen_1, .multiscreen_2 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-37 {
  background-color: #e49ac4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-37.designweek_2 {
  background-color: #bbf68f;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-37.designweek_3 {
  background-color: #fe4f4c;
}

.div-block-37.designweek_4 {
  background-color: #224e68;
}

.div-block-37.epk22 {
  background-color: #000;
}

.html-embed-2, .html-embed-3 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-5 {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-27, .image-28 {
  width: 100%;
  max-width: none;
}

.columns-6 {
  align-self: stretch;
}

.column-27 {
  padding: 0;
}

.column-28 {
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: block;
}

.column-29 {
  padding: 0;
}

.section-6 {
  background-color: #151519;
  justify-content: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-38 {
  display: flex;
}

.div-block-38.adawrapper {
  background-color: #efff19;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.placeholder_euro21 {
  background-color: #6733de;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-7 {
  background-color: #000;
}

.image-29 {
  max-width: 50%;
}

.h1 {
  color: var(--white);
  padding-top: 16px;
  padding-bottom: 20px;
  padding-right: 0;
  font-family: K2d, sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
}

.h1.motiontoolbox {
  color: #fff;
}

.h1.ada {
  color: var(--black);
}

.h1.toolbox {
  color: #fff;
}

.h1.toolb {
  color: #fff;
  text-align: left;
  text-shadow: none;
  background-color: rgba(35, 35, 35, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: block;
}

.h1.toolb.bg {
  background-color: rgba(35, 35, 35, 0);
}

.text-span-12 {
  font-size: 18px;
  line-height: 25px;
}

.columns-7 {
  padding-left: 0;
}

.testis {
  background-color: #cccbcb;
  padding-top: 152px;
  padding-bottom: 166px;
}

.italic-text-4 {
  color: var(--white);
}

.text-block-11 {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 19px 2vh 2vh;
  font-family: K2d, sans-serif;
  font-size: 45px;
  line-height: 50px;
  display: block;
}

.container-6 {
  padding-top: 81px;
  padding-bottom: 84px;
}

.section-8 {
  background-color: #cccbcb;
}

.text-span-13 {
  font-size: 40px;
}

.image-33 {
  padding-bottom: 4px;
}

.image-34 {
  padding-top: 0;
  padding-bottom: 20px;
}

.image-35, .image-36, .image-37, .image-38 {
  padding-bottom: 20px;
}

.toolbox {
  background-color: #232323;
  border-bottom: 3px solid #2c4f7c;
  padding-top: 449px;
  padding-bottom: 82px;
  padding-left: 40px;
}

.lottie-animation-8 {
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.lottie-animation-8.yesno {
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  padding-right: 15px;
  display: block;
}

.styleguide {
  background-color: #151519;
  background-image: linear-gradient(180deg, #151519, var(--black-5));
  margin-right: 0;
  padding: 366px 40px 100px;
}

.link-block-6 {
  box-shadow: none;
  pointer-events: auto;
  -webkit-text-stroke-color: #cccbcb;
  border: 1px #cccbcb;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  transition-property: none;
  display: flex;
}

.columns-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #cccbcb;
  justify-content: center;
  align-items: center;
  padding-top: 77px;
  padding-left: 0;
  display: flex;
}

.column-30 {
  display: block;
}

.siehe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #cccbcb;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 71px;
  padding-bottom: 70px;
  padding-left: 0;
  display: block;
}

.linkbild {
  aspect-ratio: auto;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  border: 1px #000;
  border-radius: 20px;
  width: 150px;
  transform: skew(0deg);
}

.bold-text-10 {
  color: #354643;
  font-size: 63px;
  line-height: 45px;
}

.container-7 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block-7 {
  box-shadow: none;
  background-color: #d2fc3a;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  transition-property: none;
  display: block;
}

.linktext {
  background-color: #fff;
  background-image: linear-gradient(#fff 67%, #eeecec);
  border-top: 2px #354643;
  border-bottom: 2px #889c99;
  margin-bottom: 0;
  padding-top: 500px;
  padding-bottom: 100px;
  padding-left: 3vh;
  font-size: 22px;
}

.text-span-14 {
  color: var(--dim-grey);
  font-size: 40px;
  line-height: 40px;
}

.paragraph-6 {
  color: #050505;
  margin-bottom: 0;
  font-family: K2d, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.quick-stack {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  background-color: #1e1d25;
  padding: 0 40px 118px;
}

.container-8 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1000px;
  margin-left: 0;
  display: flex;
}

.container-9, .container-10 {
  max-width: 1000px;
  margin-left: 0;
}

.paragraph-7 {
  z-index: 2;
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #3320c7;
  font-family: K2d, sans-serif;
  font-size: 45px;
  line-height: 50px;
  position: relative;
}

.section-9 {
  background-color: #151519;
  padding-top: 362px;
  padding-bottom: 344px;
  padding-left: 40px;
}

.section-10 {
  background-color: #1e1d25;
  display: block;
}

.cell {
  padding-top: 66px;
  padding-bottom: 59px;
  padding-right: 40px;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 40px;
}

.cell-3 {
  padding-bottom: 0;
  padding-right: 40px;
}

.cell-4 {
  flex-flow: row;
  padding-bottom: 0;
  padding-right: 40px;
}

.cell-5 {
  flex-flow: column;
  padding-bottom: 60px;
  padding-right: 0;
}

.cell-6 {
  padding-bottom: 100px;
  padding-right: 40px;
}

.cell-7 {
  padding-bottom: 28px;
  padding-right: 40px;
}

.cell-8 {
  padding-bottom: 0;
  padding-right: 40px;
}

.lottie-animation-9 {
  max-width: 80px;
  padding-bottom: 51px;
  padding-left: 40px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.container-11 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
  color: #1e1d25;
}

.bold-text-11 {
  color: var(--white);
  letter-spacing: .7px;
  -webkit-text-stroke-width: 3px;
  font-size: 60px;
}

.bold-text-11.header {
  font-family: Breeserif, sans-serif;
  font-size: 100px;
  font-style: italic;
}

.bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  letter-spacing: .7px;
}

.sectiontoolbox {
  background-color: #232323;
}

.list-item {
  list-style-type: square;
}

.list {
  color: #fff;
  background-color: #cccbcb;
  margin-bottom: 0;
  padding-bottom: 220px;
}

.list.listtoolbox {
  padding-top: 27px;
  padding-bottom: 0;
}

.list-item-2 {
  list-style-type: none;
}

.bulletpoint {
  color: #1e1d25;
  text-indent: 1px;
  cursor: help;
  font-family: K2d, sans-serif;
  font-size: 22px;
}

.bold-text-18 {
  text-indent: 0;
}

.image-39 {
  vertical-align: middle;
  display: inline-block;
}

.motionbrandstyleguide {
  z-index: -20;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  background-image: linear-gradient(0deg, #2400ff, rgba(255, 255, 255, 0) 1%), linear-gradient(#2400ff, rgba(255, 255, 255, 0) 1%);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-width: auto;
  height: 1600px;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.lottie-animation-10 {
  z-index: -15;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.bildunterschrift {
  color: #fff;
  padding-left: 40px;
  font-family: K2d, sans-serif;
  font-size: 14px;
}

.bildunterschrift._2 {
  padding-left: 0;
  line-height: 20px;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 172px;
  padding-left: 40px;
  font-family: K2d, sans-serif;
  font-size: 22px;
}

.section-13 {
  background-color: #fff;
}

.frage {
  background-color: #cccbcb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 40px;
  font-family: K2d, sans-serif;
}

.quick-stack-2 {
  z-index: 0;
  background-color: #cccbcb;
  position: relative;
}

.cell-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-40 {
  z-index: 1;
  width: auto;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: clip;
}

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

.hovertext {
  z-index: 2;
  justify-content: center;
  align-items: center;
  font-family: K2d, sans-serif;
  font-size: 100px;
  line-height: 100px;
  display: flex;
  position: static;
}

.hover {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 45px;
  line-height: 50px;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Beispiel_EssentialGraphics-Bibliothek_4.png');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 800px;
  display: flex;
}

.container-13 {
  text-shadow: 2px 3px 2px #232323;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  border-bottom: 3px solid #2c4f7c;
  max-width: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-span-20 {
  cursor: help;
}

.link-6 {
  color: #ff0;
}

.text-span-21 {
  color: #fff;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 115px;
  display: grid;
}

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

.image-41, .image-42 {
  vertical-align: top;
}

html.w-mod-js [data-ix="load-up"], html.w-mod-js [data-ix="load"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  a {
    margin-bottom: 20px;
  }

  .hero {
    justify-content: flex-start;
    padding-left: 0;
  }

  .wrapper-title {
    width: 100vw;
  }

  .vertical {
    flex-direction: row;
    justify-content: space-between;
    width: 100vw;
    height: 20vh;
    padding: 0 10vw;
  }

  .link {
    transform: none;
  }

  .section.main {
    justify-content: flex-start;
    height: 100%;
  }

  .main-h1 {
    font-size: 84px;
    line-height: 80px;
  }

  .paragraph.bolder {
    width: auto;
    margin-bottom: 0;
  }

  .column._100vh {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column._100vh.black {
    height: 50vh;
    padding: 80px 70px;
  }

  .column.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .column.about {
    width: auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .project-info {
    width: 100%;
    padding: 10vh 5vw;
  }

  .project-info.head {
    margin-bottom: 0;
    padding-left: 0;
  }

  .wrapper {
    flex-direction: column-reverse;
  }

  ._w-title {
    margin-bottom: 0;
  }

  .wrapper-list-links {
    flex-direction: row;
    align-items: center;
    width: auto;
  }

  .wrap-content {
    width: 100%;
  }

  .brand.w--current {
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .div-block-26 {
    width: auto;
  }

  .div-block-27 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, .48);
    padding-top: 4vh;
    padding-bottom: 0;
  }

  .arrow {
    width: 8%;
    max-width: 100%;
  }

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

  .proj_body-wrap {
    padding-bottom: 45px;
  }

  .project-title {
    margin-bottom: 0;
  }

  .project-description {
    padding-bottom: 0;
  }

  .anschrift {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: static;
    bottom: 0;
    left: 0;
  }

  .anschrift.copyright {
    justify-content: space-between;
    display: flex;
  }

  .heading {
    margin-right: 0;
    padding-right: 0;
    line-height: 60px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 23px;
  }

  .paragraph-3.mittig.kontakt {
    padding-top: 0;
  }

  .column-7 {
    padding-right: 3vw;
  }

  .mail-button-big {
    border-width: 1px;
    font-size: 30px;
  }

  .infotext.home.motiongraphics, .infotext.home.erklaerfilm {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .infotext.home.design {
    padding-left: 0;
    padding-right: 5px;
  }

  .infotext.home.charakter, .infotext.home.mixedmedia {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 18px;
    line-height: 20px;
  }

  .infotext.faq {
    padding-top: 0;
    padding-right: 10px;
    line-height: 18px;
  }

  .divblock35 {
    height: auto;
  }

  .divblocknightherald.bmr {
    background-repeat: repeat;
    background-size: 150%;
    background-attachment: fixed;
  }

  .section-stylguide {
    padding: 138px 1vh 36px;
  }

  .section-stylguide.berlin-designweek {
    background-size: cover;
    padding-bottom: 25%;
  }

  .section-stylguide.bmr {
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 100%;
  }

  .section-stylguide.bmr.lawpliots {
    background-color: #393b84;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: 150%;
    background-attachment: fixed;
  }

  .header.ada {
    line-height: 60px;
  }

  .header.ada.motiontoolbox {
    margin-bottom: 0;
    font-size: 60px;
  }

  .header.epkff22 {
    line-height: 60px;
  }

  .paragraph-4.ada.info {
    margin-right: 1vh;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .paragraph-4.guidetext {
    padding-top: 0;
  }

  .text-nh {
    column-count: 2;
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .text-nh.subtext {
    padding-left: 1vh;
    padding-right: 1vh;
    font-size: 30px;
    line-height: 40px;
  }

  .text-nh.subtext.zwei {
    font-size: 40px;
    line-height: 60px;
  }

  .text-nh.subtext.zwei.drei.vier {
    font-size: 30px;
    line-height: 40px;
  }

  .section-scn {
    padding-top: 0;
  }

  .intro {
    padding-top: 218px;
    padding-bottom: 323px;
  }

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

  .grid-3 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2.25fr 2.25fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    justify-items: center;
    display: grid;
  }

  .background-video-5 {
    width: 100%;
  }

  .image-19 {
    object-fit: contain;
    display: block;
  }

  .heading-4 {
    padding-left: 1vh;
  }

  .background-video-8 {
    object-fit: scale-down;
    object-position: 50% 50%;
    justify-content: space-between;
    width: auto;
    display: flex;
  }

  .background-video-9, .background-video-10, .background-video-10._12 {
    width: 100%;
  }

  .background-video-11 {
    width: 80%;
  }

  .grid-5 {
    object-fit: contain;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .background-video-12 {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .grid-8 {
    grid-template-columns: .5fr 1fr 1fr;
    display: block;
  }

  .lottie-animation {
    display: block;
  }

  .columns-3 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-headline.landingtext {
    justify-content: space-between;
    align-items: flex-end;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .text-headline.klein.second {
    padding-left: 0;
  }

  .text-headline.services.erklarefilm, .text-headline.services.design, .text-headline.services.graphics, .text-headline.services.charakter, .text-headline.services.mixedmedia {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .text-headline.faq {
    font-size: 20px;
    line-height: 22px;
  }

  .text-headline.contact {
    font-size: 30px;
    line-height: 32px;
  }

  .column-11 {
    padding-bottom: 71px;
  }

  .section-4 {
    padding-bottom: 0;
    display: none;
  }

  .text-block-7 {
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  .column-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .column-13 {
    padding-left: 40px;
  }

  .column-14 {
    display: block;
  }

  .column-15 {
    flex: 0 auto;
    margin-bottom: -139px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .faq._1 {
    padding-top: 78px;
  }

  .contact {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .columns-4 {
    justify-content: center;
    padding-top: 38px;
    display: block;
  }

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

  .column-21 {
    padding-left: 0;
  }

  .column-22, .column-23, .column-24 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-33 {
    padding-top: 0;
    padding-left: 40px;
  }

  .div-block-34 {
    padding-bottom: 48px;
    display: none;
  }

  .grid-12 {
    display: block;
  }

  .div-block-35 {
    padding-left: 40px;
  }

  .container-5 {
    display: none;
  }

  .lottie-animation-4 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .testimonials {
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-13 {
    grid-column-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .testimonialstext {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-36 {
    border-width: 1px 0;
    padding-left: 3vh;
    padding-right: 3vh;
  }

  .h1 {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .h1.motiontoolbox {
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1.toolb {
    padding-top: 0;
  }

  .text-block-11 {
    padding-bottom: 2vh;
    font-size: 45px;
    line-height: 50px;
  }

  .bold-text-8, .bold-text-9 {
    display: block;
  }

  .image-30 {
    width: 100%;
    display: inline-block;
  }

  .image-31, .image-32 {
    width: 100%;
  }

  .toolbox {
    padding-left: 1vh;
  }

  .lottie-animation-8 {
    width: 80%;
    margin-left: 0;
  }

  .lottie-animation-8.yesno {
    width: 80%;
  }

  .styleguide {
    padding-top: 100px;
    padding-left: 1vh;
  }

  .bold-text-10 {
    line-height: 60px;
  }

  .link-block-7 {
    border-radius: 80px;
    width: 500px;
    padding-right: 40px;
  }

  .linktext {
    background-image: linear-gradient(#fff 43%, #eeecec);
  }

  .quick-stack {
    padding-left: 1vh;
    padding-right: 10px;
  }

  .paragraph-7 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-9 {
    padding-bottom: 60px;
    padding-left: 1vh;
  }

  .cell {
    padding-top: 0;
  }

  .cell-2, .cell-3, .cell-4, .cell-5, .cell-6 {
    padding-bottom: 0;
  }

  .cell-7 {
    padding-bottom: 20px;
  }

  .cell-8 {
    padding-bottom: 0;
  }

  .lottie-animation-9 {
    padding-bottom: 104px;
    display: none;
  }

  .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
    font-size: 35px;
    line-height: 35px;
  }

  .bulletpoint {
    padding-right: 40px;
    line-height: 30px;
  }

  .motionbrandstyleguide {
    background-image: linear-gradient(0deg, #2400ff, rgba(255, 255, 255, 0) 1%), linear-gradient(#2400ff, rgba(255, 255, 255, 0) 1%);
    height: auto;
  }

  .lottie-animation-10 {
    position: relative;
  }

  .bildunterschrift {
    padding-left: 1vh;
  }

  .heading-7 {
    padding-top: 60px;
    padding-left: 1vh;
  }

  .frage {
    padding-left: 1vh;
  }

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

  .container-13 {
    text-shadow: -2px -2px 5px #232323, 2px 3px 2px #232323;
    background-size: cover;
    background-attachment: scroll;
    padding-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    padding-top: 0;
  }

  .hero.pages {
    text-align: center;
    padding-left: 40px;
  }

  .section.main {
    justify-content: flex-start;
    height: 100%;
  }

  .vertical-social {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: 30vh;
    position: relative;
  }

  .main-h1 {
    font-size: 30px;
  }

  .paragraph {
    column-count: 2;
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph.bolder {
    width: auto;
  }

  .column._100vh {
    width: 100%;
  }

  .column._100vh.black {
    height: 35vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column.background-image {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: fixed;
    flex: 0 auto;
    width: 100%;
    height: 80%;
  }

  .column.about {
    width: 100%;
  }

  .project-info {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .project-info.head {
    padding-left: 0;
  }

  .wrapper.center {
    background-color: #000;
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 20px;
  }

  ._w-title {
    margin-bottom: 0;
  }

  .wrapper-info.about {
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
  }

  .wrapper-list-links {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .wrap-content {
    padding-top: 0;
  }

  .alt-next {
    font-size: 10px;
  }

  .navbar {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    display: block;
  }

  .brand {
    height: auto;
  }

  .brand.w--current {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .link-nav {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 9px;
    font-size: 12px;
    display: flex;
  }

  .div-block-27 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .logo-footer {
    float: none;
    clear: none;
    text-align: left;
    max-width: 60%;
    display: inline-block;
    position: static;
    overflow: visible;
  }

  .nav-menu {
    justify-content: space-between;
    width: 100%;
    padding-top: 4vh;
    padding-bottom: 0;
  }

  .arrow {
    width: 1%;
  }

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

  .proj_body {
    font-size: 8px;
  }

  .project-description {
    margin-top: -19px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
  }

  .link-2 {
    font-size: 10px;
  }

  .image-9 {
    max-width: 70%;
  }

  .bgvideo {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .text-block-4 {
    z-index: -100;
  }

  .anschrift {
    font-size: 9px;
  }

  .anschrift.copyright {
    align-items: center;
    margin-right: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .heading {
    font-size: 44px;
    line-height: 45px;
  }

  .paragraph-2 {
    font-size: 10px;
    line-height: 14px;
  }

  .paragraph-3 {
    text-align: left;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-3.mittig.kontakt {
    font-size: 10px;
  }

  .italic-text {
    font-size: 36px;
  }

  .column-7 {
    margin-bottom: 0;
    padding-right: 0;
  }

  .column-9 {
    padding-left: 0;
  }

  .bold-text-2 {
    font-size: 13px;
  }

  .bold-text-3.sb {
    display: flex;
  }

  .menue-button {
    justify-content: flex-end;
    padding-top: 1px;
    display: flex;
  }

  .bold-text-4, .bold-text-5 {
    font-size: 13px;
  }

  .link-3 {
    z-index: -100;
  }

  .mail-button-big {
    margin-top: 26px;
    margin-bottom: 0;
    padding: 2px 7px;
    font-size: 20px;
  }

  .icon-instag, .icon-mail {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .infotext {
    justify-content: flex-start;
    padding-right: 252px;
    display: block;
  }

  .infotext.home.motiongraphics {
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .infotext.home.erklaerfilm {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .infotext.home.design {
    padding-left: 0;
    padding-right: 5px;
    line-height: 18px;
  }

  .infotext.home.charakter, .infotext.home.mixedmedia {
    font-size: 14px;
  }

  .infotext.faq {
    padding-left: 40px;
    padding-right: 20px;
  }

  .datenschutz {
    font-size: 8px;
  }

  .div-block-30, .divblocknightherald, .divblock2d {
    height: 35vh;
  }

  .section-stylguide {
    padding-top: 44px;
    padding-bottom: 28px;
  }

  .section-stylguide.bmr {
    background-size: 320%;
  }

  .section-stylguide.bmr.lawpliots {
    background-color: #393b84;
    background-size: 120%;
  }

  .header {
    font-size: 38px;
  }

  .header.ada {
    line-height: 45px;
  }

  .header.ada.motiontoolbox {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    font-size: 50px;
  }

  .header.epkff22 {
    line-height: 42px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .paragraph-4.ada.info {
    font-size: 12px;
    line-height: 18px;
  }

  .text-nh {
    column-count: 1;
    font-size: 12px;
  }

  .text-nh.subtext, .text-nh.subtext.zwei {
    font-size: 30px;
    line-height: 40px;
  }

  .text-nh.subtext.zwei.drei.vier {
    font-size: 20px;
    line-height: 30px;
  }

  .text-nh.text-europace {
    padding-left: 0;
    font-size: 16px;
  }

  .section-first {
    object-fit: fill;
    align-items: stretch;
    display: flex;
  }

  .sectionbgvideo {
    height: auto;
    padding-top: 56px;
    display: block;
  }

  .examles {
    margin-bottom: 65px;
  }

  .examles.haufe {
    background-color: #000;
    margin-bottom: 25px;
  }

  .examles._36524 {
    margin-bottom: 65px;
  }

  .examplestext {
    font-size: 10px;
    line-height: 16px;
  }

  .paragraph-credits {
    margin-bottom: 0;
    padding-bottom: 25px;
    font-size: 10px;
    line-height: 16px;
  }

  .head {
    font-size: 30px;
    line-height: 28px;
  }

  .header-text {
    padding-top: 0;
  }

  .tttel {
    align-self: flex-start;
    font-size: 38px;
  }

  .intro {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 120px;
    padding-bottom: 153px;
    display: flex;
    position: static;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .grid-2 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    padding-left: 0;
    display: flex;
  }

  .grid-2.designweek {
    display: block;
  }

  .grid-3 {
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    align-content: start;
    justify-content: center;
    align-items: start;
    display: block;
  }

  .background-video-4 {
    object-fit: fill;
    display: block;
  }

  .background-video-4.trash {
    justify-content: center;
    display: block;
  }

  .background-video-7 {
    object-fit: fill;
  }

  .background-video-8 {
    z-index: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1667px;
    perspective-origin: 0 0;
    object-fit: contain;
    object-position: 50% 50%;
    flex-flow: column;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    padding-left: 0;
    display: none;
    left: 0;
    overflow: hidden;
    transform: perspective(275px);
  }

  .background-video-9 {
    width: 100%;
    margin-left: 0;
  }

  .background-video-10 {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .background-video-10._12 {
    width: 100%;
  }

  .background-video-11 {
    object-fit: contain;
    width: 100%;
    display: none;
    position: relative;
    overflow: visible;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    object-fit: fill;
    grid-template-rows: auto minmax(200px, .25fr) auto;
    grid-template-columns: auto;
    grid-auto-rows: minmax(auto, .25fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding-left: 0;
    display: grid;
  }

  .background-video-12 {
    object-fit: contain;
    display: none;
    overflow: visible;
  }

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

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

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

  .divblock33 {
    object-fit: fill;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
  }

  .image-24 {
    object-fit: fill;
    max-width: 10%;
    height: auto;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    overflow: visible;
  }

  .grid-8 {
    display: block;
  }

  .grid-9 {
    grid-auto-flow: row;
    display: block;
  }

  .columns-3 {
    padding-left: 1px;
    padding-right: 0;
  }

  .column-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: block;
  }

  .text-headline.landingtext {
    padding-bottom: 5px;
    font-size: 25px;
  }

  .text-headline.klein {
    padding-bottom: 5px;
    line-height: 18px;
  }

  .text-headline.services.erklarefilm {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-headline.services.design {
    padding-bottom: 10px;
    font-size: 30px;
  }

  .text-headline.services.graphics {
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-headline.services.charakter, .text-headline.services.mixedmedia {
    font-size: 25px;
    line-height: 30px;
  }

  .text-headline.faq {
    text-align: left;
    padding-top: 24px;
    padding-bottom: 4px;
    padding-left: 10px;
  }

  .text-headline.contact {
    font-size: 30px;
    line-height: 30px;
  }

  .lottie-animation-2 {
    margin-top: 0;
  }

  .section-4 {
    padding-top: 63px;
  }

  .text-block-7 {
    padding-bottom: 29px;
    font-size: 14px;
    line-height: 18px;
  }

  .column-15 {
    margin-bottom: -4px;
    padding-left: 40px;
  }

  .contact {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact.motiontoolb {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .columns-4 {
    display: block;
  }

  .div-block-33 {
    padding-bottom: 0;
  }

  .div-block-34 {
    padding-top: 57px;
    display: none;
  }

  .grid-12 {
    padding-bottom: 76px;
  }

  .grid-13 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-36 {
    border-width: 1px 0;
  }

  .div-block-36.lawpilots {
    padding-left: 2vh;
    display: none;
  }

  .div-block-36.bmr {
    display: block;
  }

  .haken {
    width: 20px;
  }

  .columns-5 {
    display: block;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-6 {
    font-size: 12px;
    line-height: 15px;
  }

  .placeholder_bmr_1, .link-5 {
    font-size: 12px;
  }

  .lottieanimation7 {
    align-self: flex-start;
    height: 25px;
  }

  .italic-text-3 {
    font-size: 12px;
  }

  .grid-14 {
    align-items: start;
    display: block;
  }

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

  .h1.motiontoolbox {
    line-height: 22px;
  }

  .text-block-11 {
    font-size: 30px;
    line-height: 35px;
  }

  .text-span-13 {
    font-size: 30px;
  }

  .toolbox {
    padding-top: 100px;
  }

  .lottie-animation-8.yesno {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .siehe {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .bold-text-10 {
    font-size: 38px;
    line-height: 35px;
  }

  .link-block-7 {
    border-radius: 80px;
    width: 350px;
  }

  .linktext {
    padding-top: 220px;
    padding-bottom: 60px;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 22px;
  }

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

  .section-9 {
    padding-top: 91px;
    padding-bottom: 0;
    display: none;
  }

  .cell, .cell-2, .cell-5, .cell-6 {
    padding-bottom: 0;
  }

  .cell-7 {
    padding-bottom: 60px;
  }

  .cell-8 {
    padding-bottom: 47px;
  }

  .lottie-animation-9 {
    display: none;
  }

  .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
    font-size: 25px;
  }

  .list {
    padding-left: 26px;
  }

  .list.listtoolbox {
    padding-top: 24px;
    padding-bottom: 20px;
  }

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

  .motionbrandstyleguide {
    height: 300px;
  }

  .lottie-animation-10 {
    position: relative;
  }

  .bildunterschrift {
    font-size: 10px;
  }

  .bildunterschrift._2 {
    line-height: 15px;
  }

  .heading-7 {
    padding-top: 34px;
    font-size: 15px;
    line-height: 33px;
  }

  .cell-9, .cell-10 {
    display: none;
  }

  .frage {
    padding-left: 1vh;
    padding-right: 69px;
    font-size: 30px;
    line-height: 33px;
  }

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

  .container-13 {
    background-position: 50% 0;
    background-size: 704px;
    background-attachment: fixed;
  }

  .image-43 {
    vertical-align: middle;
    max-width: 250%;
    margin-left: -425px;
    padding-left: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .hero.pages {
    text-align: center;
  }

  .section.main {
    height: 100%;
  }

  .vertical-social {
    background-color: #fff;
    height: 60px;
    position: relative;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .main-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph {
    column-count: 1;
  }

  .paragraph.bolder {
    width: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .column._100vh {
    padding: 60px 40px;
  }

  .column._100vh.black {
    height: 20vh;
    padding: 5vh 0 5vh 0;
  }

  .column.background-image {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: contain;
    flex: 0 auto;
    width: 100%;
    height: 80%;
  }

  .column.about {
    padding: 60px 40px;
  }

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

  .h2.mail {
    font-size: 24px;
  }

  .h2.contact {
    width: auto;
  }

  .project-info {
    flex: 0 auto;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .project-info.head {
    margin-bottom: 0;
    padding: 50px 19px 50px 0;
  }

  .wrapper {
    flex: none;
  }

  .wrapper.center {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  ._w-title {
    margin-bottom: 0;
  }

  .wrapper-info {
    flex-direction: column;
  }

  .wrapper-info.about {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 20px;
  }

  .wrapper-list-links {
    padding-top: 1vh;
  }

  .wrap-content {
    width: auto;
  }

  .alt-next {
    font-size: 10px;
    line-height: 40px;
  }

  .navbar {
    text-align: center;
    flex-direction: column;
    height: 30px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .brand {
    float: none;
    justify-content: center;
    width: 100%;
    height: 80px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .brand.w--current {
    float: none;
    justify-content: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    position: static;
  }

  .link-nav {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 5px;
    display: flex;
    position: static;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .link-nav.w--current {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-27 {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .logo-footer {
    display: block;
  }

  .nav-menu {
    text-align: center;
    background-color: rgba(0, 0, 0, .65);
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    padding-top: 3vh;
    padding-left: 0;
    padding-right: 8px;
    position: static;
    top: 0;
    left: 0;
  }

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

  .project-link {
    margin-bottom: 3px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .project-title {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .project-description {
    margin-top: -28px;
    padding: 0 5vw 0 2vw;
    font-size: 10px;
    line-height: 14px;
  }

  .image-9 {
    text-align: center;
    flex: 0 auto;
    max-width: 70%;
    margin-left: 10px;
    padding-top: 1vh;
    padding-left: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .bgvideo {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    overflow: hidden;
  }

  .anschrift {
    font-size: 8px;
    line-height: 13px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 36px;
  }

  .menuebutton.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .mail-button-big {
    margin-top: 5px;
    padding: 0 7px;
    font-size: 16px;
  }

  .infotext {
    padding-right: 68px;
  }

  .infotext.home.motiongraphics, .infotext.home.erklaerfilm, .infotext.home.design, .infotext.home.charakter, .infotext.home.mixedmedia {
    line-height: 16px;
  }

  .infotext.faq {
    padding-left: 20px;
    padding-right: 10px;
  }

  .div-block-30, .divblocknightherald, .divblock2d {
    height: 30vh;
  }

  .section-stylguide {
    padding-left: 1vh;
    padding-right: 1vh;
  }

  .section-stylguide.bmr {
    background-position: 0 0;
    background-size: 320%;
  }

  .section-stylguide.bmr.lawpliots {
    background-color: #393b84;
    background-position: 50% 0;
    background-size: 160%;
  }

  .header {
    font-size: 33px;
  }

  .header.ada {
    padding-left: 1vh;
    line-height: 38px;
  }

  .header.ada.motiontoolbox {
    -webkit-text-stroke-width: .25px;
    width: 100%;
    margin-bottom: 0;
    margin-right: -80px;
    padding-right: 0;
    font-size: 30px;
    display: flex;
    position: relative;
  }

  .paragraph-4 {
    font-size: 10px;
    line-height: 15px;
  }

  .paragraph-4.ada {
    font-size: 14px;
    line-height: 16px;
  }

  .paragraph-4.ada.info, .paragraph-4.guidetext {
    padding-left: 0;
  }

  .text-nh {
    font-size: 12px;
  }

  .text-nh.subtext, .text-nh.subtext.zwei {
    padding-left: 1vh;
    padding-right: 1vh;
    font-size: 20px;
    line-height: 30px;
  }

  .text-nh.subtext.zwei.drei.vier {
    padding-left: 1vh;
    padding-right: 1vh;
    font-size: 10px;
    line-height: 20px;
  }

  .text-nh.text-europace {
    padding-left: 0;
  }

  .section-first {
    padding-top: 0;
  }

  .text-pmis {
    text-align: left;
  }

  .sectionbgvideo {
    padding-top: 26px;
    display: block;
  }

  .tttel {
    margin-bottom: 20px;
    font-size: 33px;
  }

  .intro {
    padding-top: 202px;
    padding-bottom: 202px;
  }

  .heading-4 {
    padding-left: 1vh;
  }

  .background-video-8 {
    object-fit: scale-down;
    flex-flow: column;
    align-content: stretch;
    align-items: center;
    width: auto;
    display: none;
    position: relative;
    left: auto;
    overflow: visible;
  }

  .background-video-10 {
    width: 100%;
  }

  .background-video-11 {
    display: none;
  }

  .grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: none;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    display: block;
    overflow: visible;
  }

  .background-video-12 {
    object-fit: scale-down;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

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

  .text-headline.landingtext {
    font-size: 16px;
    line-height: 20px;
  }

  .text-headline.klein {
    padding-bottom: 0;
    font-size: 8px;
    line-height: 10px;
  }

  .text-headline.klein.second {
    line-height: 10px;
  }

  .lottie-animation-2 {
    margin-top: 0;
  }

  .text-block-7 {
    line-height: 16px;
  }

  .subheader, .column-14 {
    padding-left: 20px;
  }

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

  .contact.motiontoolb {
    padding-left: 1vh;
  }

  .columns-4 {
    padding-top: 0;
  }

  .column-17, .column-18, .column-19, .column-20 {
    padding-left: 20px;
  }

  .column-22, .column-23, .column-24 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-33 {
    padding-left: 15px;
    padding-right: 10px;
  }

  .grid-12 {
    padding-bottom: 33px;
  }

  .div-block-35 {
    padding-top: 24px;
    padding-left: 15px;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .heading-6 {
    font-size: 10px;
    line-height: 12px;
  }

  .lottieanimation7 {
    height: 25px;
  }

  .h1 {
    padding-left: 1vh;
  }

  .toolbox {
    padding-left: 0;
  }

  .lottie-animation-8 {
    width: auto;
    padding-left: 1vh;
  }

  .lottie-animation-8.yesno {
    width: auto;
    padding-top: 20px;
  }

  .styleguide {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    display: block;
  }

  .linkbild {
    width: 80px;
  }

  .bold-text-10 {
    padding-right: 0;
    font-size: 28px;
    line-height: 29px;
  }

  .link-block-7 {
    width: 250px;
    padding-left: 20px;
    padding-right: 1vh;
  }

  .linktext {
    background-image: linear-gradient(#fff 63%, #eeecec);
    padding-top: 220px;
    padding-bottom: 20px;
  }

  .quick-stack, .section-9 {
    padding-left: 0;
  }

  .cell, .cell-2 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-3, .cell-4 {
    padding-right: 0;
  }

  .cell-5 {
    flex-flow: column;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cell-6, .cell-7, .cell-8 {
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-11 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19 {
    font-size: 16px;
    line-height: 22px;
  }

  .motionbrandstyleguide {
    height: 200px;
  }

  .bildunterschrift._2 {
    line-height: 15px;
  }

  .heading-7 {
    font-size: 25px;
    line-height: 27px;
  }

  .section-13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .frage {
    font-size: 25px;
    line-height: 27px;
  }

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

  .container-13 {
    background-position: 50% 0;
    background-size: 704px;
  }

  .image-43 {
    margin-left: 0;
    overflow: hidden;
  }
}

#w-node-_7b4e021a-fc00-de49-5fe7-98dbcb1c3e38-467bd059, #w-node-_7b4e021a-fc00-de49-5fe7-98dbcb1c3e3b-467bd059, #w-node-_7b4e021a-fc00-de49-5fe7-98dbcb1c3e41-467bd059, #w-node-_7b4e021a-fc00-de49-5fe7-98dbcb1c3e45-467bd059, #w-node-_7b4e021a-fc00-de49-5fe7-98dbcb1c3e49-467bd059, #w-node-_7b4e021a-fc00-de49-5fe7-98dbcb1c3e4d-467bd059, #w-node-_7b4e021a-fc00-de49-5fe7-98dbcb1c3e51-467bd059, #w-node-_7b4e021a-fc00-de49-5fe7-98dbcb1c3e55-467bd059, #w-node-b06df42c-e893-f5dd-0af9-8844110a46c0-467bd059, #w-node-b06df42c-e893-f5dd-0af9-8844110a46c4-467bd059, #w-node-_11334ec2-1751-0a6f-15e2-5021daf994a5-467bd059, #w-node-_11334ec2-1751-0a6f-15e2-5021daf994b0-467bd059, #w-node-_65151188-6ac9-8ddc-79bd-0f88a93bbf89-467bd059, #w-node-_65151188-6ac9-8ddc-79bd-0f88a93bbf95-467bd059, #w-node-_05e405fb-8523-d4e7-7926-a2cae5c547f3-467bd059, #w-node-_05e405fb-8523-d4e7-7926-a2cae5c54801-467bd059, #w-node-_659a74df-973f-e3ef-f276-d88371d10ba7-467bd059, #w-node-_659a74df-973f-e3ef-f276-d88371d10bb4-467bd059, #w-node-_87702eba-abe9-272f-40ab-8b683d47bba3-467bd059, #w-node-_87702eba-abe9-272f-40ab-8b683d47bbb1-467bd059, #w-node-f4c54eb3-64ec-8822-c30f-87015042ce4d-467bd059, #w-node-f4c54eb3-64ec-8822-c30f-87015042ce5a-467bd059, #w-node-e00d0113-c270-98f3-52ac-43bc175d7c58-467bd059 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6798324a-acc5-1c72-2326-86775c78dce3-5c7bd069 {
  grid-area: Area;
}

#w-node-_636e6455-c692-d75f-4532-24e06305cd21-5c7bd069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19abb85b-ee02-e06a-19d8-8d595dad8b6c-5c7bd069 {
  grid-area: Area-2;
}

#w-node-_890fbadc-5b48-93da-f8dc-c84c3b1be2e9-5c7bd069 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_87a79835-9170-10fa-0a6a-bc937632b803-5c7bd069 {
  grid-area: Area;
}

#w-node-c381a131-d082-2e4f-b6c4-329bd49163d9-c37bd06b {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-e05d1b68-4922-d916-5610-c6f438de12e8-c37bd06b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
  justify-self: auto;
}

#w-node-_27a0d210-f1da-93dd-6291-cf44c542e45b-c37bd06b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-aae052d1-30f6-c078-5fe0-aa4939325748-c37bd06b {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bb93e3b8-1f9a-7188-d71f-81f262299fe2-fc7bd050, #w-node-fa95d716-f7c8-6109-1953-1183d9dad359-fc7bd050, #w-node-ad62a2f3-9449-ef5a-a30c-45c970b2454b-fc7bd050 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d50eea7-3c21-fdcb-e83e-2418d34ee6c9-fc7bd050 {
  justify-self: start;
}

#w-node-b2c1b890-1017-ec07-d11d-a2ed6697d498-fc7bd050, #w-node-fcc75134-ad24-e59f-00f7-854695fa9d3c-fc7bd050, #w-node-bb4700d1-d477-a52e-34f3-db0392b36b25-fc7bd050, #w-node-_800e7ca7-8161-24a1-20c4-6ba0ff551359-fc7bd050 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#FirstVideo.w-node-_6b659bd2-c0fb-da62-4fb9-ccd08a870348-3fb392bf {
  align-self: start;
  justify-self: center;
}

#w-node-_3deaf7da-9cca-3a20-713f-bfdd548ac929-3fb392bf {
  justify-self: center;
}

#w-node-a3ef9c4b-3c5a-714e-8c70-634d632890f2-3fb392bf {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-b7b24bdd-fc14-e610-da20-68e3b2508c81-3fb392bf, #w-node-_32739fec-444c-21fc-89a8-c192965306ed-3fb392bf, #w-node-b00857c7-611c-487d-abb7-23fdfad5d912-3fb392bf {
  justify-self: center;
}

#w-node-_10d0b452-41b3-f826-c1c0-609edaf36a29-3fb392bf {
  justify-self: end;
}

#w-node-_2de61228-2ef2-d322-491b-aaf4a93ffbf3-3fb392bf {
  align-self: auto;
  justify-self: auto;
}

#w-node-_95c6b22b-2724-8387-47c6-f9c1d64e996e-3fb392bf {
  align-self: center;
  justify-self: center;
}

#w-node-_5d02577a-b0b9-0719-2207-d885b5c4165f-3fb392bf {
  align-self: auto;
  justify-self: auto;
}

#w-node-feefe97b-9dd6-0938-b28b-61d08698b060-3fb392bf {
  align-self: center;
  justify-self: center;
}

#w-node-f35f650b-643e-8869-bfcc-5701ab7c8e88-3fb392bf {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-_14a59997-4cc7-afa7-fe42-5e6d26fdddd8-3fb392bf {
  align-self: auto;
  justify-self: auto;
}

#w-node-_18dad76b-84c9-309d-bea1-6941fdca9129-3fb392bf, #w-node-_87ac47ff-fed4-787e-d991-af6e540374d6-3fb392bf {
  align-self: center;
  justify-self: center;
}

#w-node-_7495584d-753b-5f46-550e-2936673cd2aa-a529ca79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7495584d-753b-5f46-550e-2936673cd2ab-a529ca79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8dbf52d2-3fb6-5f18-c9c6-9cfe7075d771-a529ca79 {
  align-self: center;
  justify-self: center;
}

#w-node-_1a5e27c1-6ef3-9260-978d-f0041fb094f9-a529ca79, #w-node-_13dcab02-8a73-0e9e-a89d-29ed0bf311d2-a529ca79 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-_9a88c9d0-5f21-30a9-df9b-31789c4eac4a-a529ca79, #w-node-_9861f023-10cb-cf96-7f0e-2b4ab18ef594-a529ca79, #w-node-_4a524c8d-3b97-0a48-0a7f-7a7e383550cd-a529ca79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-dc189f04-c370-eaa7-5faf-d26bb6436804-a529ca79 {
  align-self: center;
  justify-self: center;
}

#w-node-c4fe0d7c-a8aa-acf5-7f48-eafdacf4cbc7-a529ca79, #w-node-_058de358-d276-4a6e-bb7a-575e16816a2e-a529ca79, #w-node-d8b4cb84-b37c-0ce3-0a37-9d876e61a03b-a529ca79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_8771dc58-8f41-7811-d8ba-ccab77a24ed6-a529ca79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6e5fc79e-e242-e01b-3c12-711d60fd5d5b-a529ca79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3479ba75-4087-a487-2739-033dd0fa362a-a529ca79 {
  align-self: center;
  justify-self: center;
}

#w-node-_6e5fc79e-e242-e01b-3c12-711d60fd5d5c-a529ca79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_6e5fc79e-e242-e01b-3c12-711d60fd5d5d-a529ca79, #w-node-b0a2e055-5ee7-c40d-8725-4f6df99b0799-a529ca79, #w-node-f2e7149a-dbfb-69fe-21be-ffd3c3e64f77-778cd2cf, #w-node-dab5e699-5794-6cf1-cfb0-b14f3aa4069a-778cd2cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b0be029-4008-0a88-6dd2-08ba4d888d9a-778cd2cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6fa3645d-027a-655a-f8be-8de3e4e5e176-778cd2cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72d146aa-6ae8-3ba3-a684-e428daf31724-778cd2cf {
  align-self: end;
}

#w-node-_3f7607e5-3da1-2483-58a4-dabee842395a-778cd2cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1d96d40-30fa-a19b-47b8-19d604a9f204-778cd2cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_8c46f06e-ae26-959c-bf60-6557d2f4626e-59bb1b26, #w-node-_0f212a06-4eb4-2ed2-ef5b-86e0d1f66873-59bb1b26, #w-node-_5fb9fec4-aba2-70a8-30c1-ab7de3fd0a7f-59bb1b26, #w-node-_39bba25b-33c7-5afa-ee25-7eabe22c877f-59bb1b26, #w-node-_39bba25b-33c7-5afa-ee25-7eabe22c8780-59bb1b26, #w-node-_8ad0282d-171b-2b66-d2f0-07aad072f25a-59bb1b26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2dbd40b-1d9d-1bf5-a6a6-26ec3ea5f68b-f1f43b7e {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  display: grid;
}

#w-node-_7a572bf4-b676-3f1d-a60b-ca121a9fec82-f1f43b7e {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
}

#w-node-_9e8dd9db-3805-0677-623f-8c669ace06c7-f1f43b7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_963880d3-f2b5-8792-f6c0-2e0c6c5026e4-47c0fc0a {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #FirstVideo.w-node-_6b659bd2-c0fb-da62-4fb9-ccd08a870348-3fb392bf {
    justify-self: stretch;
  }

  #w-node-_0affe04d-6bc9-3007-ec34-f96e6b10f356-3fb392bf {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-b7b24bdd-fc14-e610-da20-68e3b2508c81-3fb392bf {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_10d0b452-41b3-f826-c1c0-609edaf36a29-3fb392bf {
    align-self: start;
    justify-self: stretch;
  }

  #w-node-c2dbd40b-1d9d-1bf5-a6a6-26ec3ea5f68b-f1f43b7e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a572bf4-b676-3f1d-a60b-ca121a9fec82-f1f43b7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #FirstVideo.w-node-_6b659bd2-c0fb-da62-4fb9-ccd08a870348-3fb392bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-b7b24bdd-fc14-e610-da20-68e3b2508c81-3fb392bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5d02577a-b0b9-0719-2207-d885b5c4165f-3fb392bf {
    align-self: auto;
  }

  #w-node-f35f650b-643e-8869-bfcc-5701ab7c8e88-3fb392bf {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_2e9866a0-57d6-b4c1-d929-b98d6fe18b90-a529ca79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-c2dbd40b-1d9d-1bf5-a6a6-26ec3ea5f68b-f1f43b7e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e8dd9db-3805-0677-623f-8c669ace06c7-f1f43b7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d02577a-b0b9-0719-2207-d885b5c4165f-3fb392bf {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-c2dbd40b-1d9d-1bf5-a6a6-26ec3ea5f68b-f1f43b7e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Breeserif';
  src: url('../fonts/BreeSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'K2d';
  src: url('../fonts/K2D-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}