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

.container {
  height: 80vw;
  max-width: 1200px;
}

.start.hero {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  text-align: center;
}

.body {
  background-color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.slider {
  height: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.slide {
  height: auto;
  padding: 0px;
  border: 1px solid transparent;
  text-align: center;
}

.slide-nav {
  bottom: 0px;
  color: #000;
  font-size: 7px;
}

.image {
  width: 300px;
  height: 300px;
  margin-top: 106px;
  border: 1px none transparent;
  border-radius: 200px;
  box-shadow: 0 0 90px 20px rgba(56, 178, 186, 0.26);
}

.heading {
  margin-top: 48px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  color: #38b2ba;
  font-size: 63px;
  line-height: 60px;
  font-weight: 200;
  letter-spacing: 2px;
  text-indent: 0px;
  text-transform: uppercase;
  text-shadow: 0 0 35px rgba(56, 178, 186, 0.61);
}

.slide-container {
  position: relative;
  height: auto;
  max-width: 1200px;
}

.mask {
  height: auto;
  padding: 0px 65px 65px;
  border: 1px solid transparent;
}

.paragraph {
  margin-top: 27px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.italic-text {
  color: #38b2ba;
}

.image-2 {
  width: 300px;
  margin-top: 58px;
}

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

.paragraph-2 {
  margin-top: 42px;
  padding-right: 116px;
  padding-left: 116px;
  color: #fff;
  font-size: 24px;
  line-height: 47px;
  letter-spacing: 1px;
  text-transform: none;
}

.gelb-fett-capitals {
  display: inline-block;
  float: none;
  clear: none;
  color: #faba00;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navi {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  opacity: 1;
  text-align: center;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.brand {
  width: 58px;
  margin-top: 8px;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  color: #faba00;
}

.container-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.navi-links {
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  clear: none;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #faba00;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2px;
  text-indent: 0px;
  text-transform: uppercase;
}

.navi-links:hover {
  color: #ed6b61;
}

.navi-links.w--current {
  color: #ed6b61;
}

.navi-links.name-link {
  position: relative;
  left: auto;
  right: auto;
  float: right;
  clear: none;
  text-align: center;
}

.nav-link-2 {
  color: #faba00;
}

.nav-link-3 {
  color: #faba00;
}

.logo:hover {
  color: #fff;
}

.nav-menu {
  float: left;
}

.skill-set {
  position: relative;
  height: auto;
  margin-top: 90px;
  margin-bottom: 0px;
  padding-top: 60px;
}

.background-glow {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 500px;
  background-image: radial-gradient(circle farthest-side at 50% -250%, #faba00, #000 91%);
}

.background-glow.down {
  position: absolute;
  top: auto;
  bottom: 0px;
  display: block;
  background-image: radial-gradient(circle farthest-side at 50% 300%, #faba00, #000 91%);
}

.name-link {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline;
  padding: 0px;
  float: right;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border: 1px none #000;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Source Sans Pro', sans-serif;
  color: #faba00;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: auto;
}

.name-link:hover {
  color: #ed6b61;
}

.big-in-slider {
  font-size: 73px;
  line-height: 52px;
  font-weight: 700;
}

.quotation {
  display: inline;
  padding: 0px;
  font-weight: 900;
}

.mini-pic {
  margin: 7px 0px 7px 7px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  border-style: solid;
  border-width: 3px;
  border-color: #faba00;
  border-radius: 23px;
  cursor: pointer;
}

.name-top-right {
  padding: 20px 16px 20px 30px;
  float: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.right-arrow {
  display: block;
}

.left-arrow {
  display: block;
}

.container-3 {
  max-width: 1200px;
}

.grid {
  width: 66%;
  margin-left: 0%;
  float: right;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.skill-text {
  position: absolute;
  left: 0%;
  top: 89px;
  right: 0%;
  bottom: auto;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0%;
}

.skill-text.fadein {
  position: absolute;
  margin-top: 91px;
}

.headline {
  display: inline-block;
  width: 66%;
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 31px;
  float: right;
  color: #faba00;
  font-size: 67px;
  line-height: 89px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 30px #faba00;
}

.headline.wei {
  width: 66%;
  height: 250px;
  margin-top: 0px;
  margin-bottom: 54px;
  margin-left: 0px;
  padding-top: 166px;
  padding-left: 37px;
  float: right;
  color: #000;
  text-shadow: none;
}

.headline.wei.scroll-ani {
  height: 200px;
  margin-top: 0px;
  padding-top: 121px;
  color: #fff;
}

.headline.footer {
  width: auto;
  margin-top: 146px;
  margin-bottom: 53px;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  background-image: none;
  color: #faba00;
}

.headline.skillhead {
  display: inline-block;
  width: auto;
  float: left;
}

.headline-small {
  margin-top: 64px;
  margin-left: 34px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.paragraph-3 {
  padding-left: 50px;
  color: #faba00;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.image-4 {
  clear: left;
}

.list-text {
  padding-left: 0px;
  clear: right;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 1px;
}

.list-with-icon {
  margin-top: 42px;
  padding-top: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.list-item {
  margin-top: 13px;
  padding-left: 37px;
  background-image: url('../images/pfeil-icon.svg');
  background-position: 2% 8px;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #faba00;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: normal;
  text-transform: uppercase;
}

.image-5 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 49%;
  float: right;
  clear: right;
}

.vita {
  height: 1345px;
  padding-bottom: 130px;
  background-image: url('../images/210830_mb-vita.png');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.image-6 {
  opacity: 0.21;
  -webkit-transition: opacity 375ms ease;
  transition: opacity 375ms ease;
}

.image-6:hover {
  opacity: 1;
}

.vita-text {
  max-width: 1200px;
  padding-left: 0%;
}

.texte {
  padding-left: 37px;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 1px;
}

.texte.wei {
  margin-top: 9px;
  padding-left: 0px;
  color: #fff;
}

.texte.grau {
  margin-bottom: 9px;
  padding-left: 0px;
  color: #666;
  font-style: normal;
  text-align: right;
  text-transform: none;
}

.footer {
  background-image: radial-gradient(circle farthest-side at 50% 160%, #3a2c00 26%, #000 86%);
}

.footer-inhalte {
  display: block;
  max-width: 1200px;
  margin-top: 212px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block {
  display: block;
  max-width: 1200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-7 {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.heading-2 {
  display: inline-block;
  text-align: center;
}

.text-block {
  display: block;
  text-align: center;
}

.social-icons-footer.grau {
  color: #666;
  text-align: right;
}

.social-icon {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-2 {
  margin-top: 92px;
  margin-bottom: 14px;
  opacity: 0.5;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer-link {
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom-color: #ed6b61;
  color: #ed6b61;
}

.footer-link.link-oben {
  display: inline;
}

.footer-link.grau {
  border-bottom-color: #666;
  color: #666;
}

.footer-link.grau:hover {
  border-bottom-color: #ed6b61;
  color: #ed6b61;
}

.auftraggeber {
  display: inline;
  overflow: visible;
  color: #faba00;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.auftraggeber-text-icons {
  position: static;
  max-width: 1200px;
  margin-top: 0px;
  padding-top: 780px;
  text-align: center;
}

.production-icon {
  margin: 18px 38px;
  opacity: 0.5;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.production-icon:hover {
  opacity: 1;
}

.production-headline {
  font-size: 23px;
  font-weight: 700;
}

.logo-div {
  margin-top: 27px;
  margin-bottom: 91px;
}

.link-block {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.shortcut {
  position: absolute;
  top: 24px;
  right: 22px;
  z-index: 1000;
  display: none;
  overflow: visible;
  margin-top: 53px;
  margin-right: -23px;
  padding: 29px 32px 33px;
  float: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: #ed6b61;
  border-radius: 39px;
  background-color: #fff;
  opacity: 1;
}

.social-links {
  margin-top: 70px;
  margin-right: 46px;
  margin-left: 46px;
}

.social-links.grau {
  margin-top: 33px;
  margin-right: 0px;
  margin-left: 52px;
}

.bold-text {
  letter-spacing: 4px;
  text-transform: uppercase;
}

.headline-kontakt {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.headline-kontakt.grau {
  color: #666;
  letter-spacing: 3px;
}

.shortcut-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.name-bild-shortcut {
  cursor: pointer;
}

.overlay {
  position: absolute;
  z-index: 6;
  display: inline-block;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.67;
  cursor: pointer;
}

.impressum-box {
  position: relative;
  left: 0%;
  top: 10%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  display: block;
  overflow: visible;
  width: 80vw;
  height: 80vh;
  margin-right: auto;
  margin-left: auto;
  padding: 33px 30px 33px 41px;
  border-style: solid;
  border-width: 3px;
  border-color: #ed6b61;
  border-radius: 40px;
  background-color: #fff;
}

.impressum {
  position: fixed;
  z-index: 6;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.columns {
  margin-top: 43px;
}

.impressum-head {
  margin-top: 0px;
  color: #38b2ba;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.impressum-text {
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.impressum-small-heading {
  margin-top: 0px;
  color: #ed6b61;
  font-size: 27px;
}

.column {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.impressum-text-columns {
  margin-top: 17px;
  color: #666;
  font-size: 16px;
  line-height: 25px;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0px;
  column-gap: 0px;
}

.headline-in-columns {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  clear: left;
  color: #38b2ba;
  font-size: 18px;
  font-weight: 700;
}

.headline-in-columns.in-rot {
  color: #ed6b61;
}

.impressum-content-bereich {
  overflow: auto;
  height: 100%;
  padding-right: 34px;
  padding-left: 0px;
}

.impressum-link {
  border-bottom: 2px solid #666;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #666;
  font-weight: 600;
  text-decoration: none;
}

.impressum-link:hover {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #ed6b61;
  color: #ed6b61;
}

.column-2 {
  padding: 0px;
}

.impressum-text-abschnitt {
  display: inline-block;
  padding-right: 30px;
}

.icon-2 {
  margin-right: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #666;
}

.icon-2:hover {
  color: #fff;
}

.icon-3 {
  margin-left: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #666;
}

.icon-3:hover {
  color: #fff;
}

.div-block-2 {
  margin-top: 333px;
}

.vita-trigger-div {
  position: static;
  top: 20px;
  display: inline-block;
  margin-top: 322px;
  line-height: 1px;
}

.skillset_social-icon {
  display: inline-block;
  width: auto;
  height: 23px;
  margin-top: 50px;
  margin-left: 23px;
  float: left;
}

.skillset_social-icon.kleiner {
  height: 22px;
  margin-top: 51px;
}

.div-block-3 {
  width: 66%;
  float: right;
}

.div-block-4 {
  display: inline-block;
}

.datenschutz {
  position: fixed;
  z-index: 6;
  display: none;
  width: 100vw;
  height: 100vh;
}

.icon-mb-navi {
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #faba00;
}

.icon-mb-navi:hover {
  color: #ed6b61;
}

.social-icon-skillset {
  display: block;
  width: 49px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #666;
}

.social-icon-skillset:hover {
  color: #ed6b61;
}

.social-icon-footer {
  width: 77px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #faba00;
}

.social-icon-footer:hover {
  color: #ed6b61;
}

@media screen and (max-width: 991px) {
  .slide {
    width: auto;
    max-width: 100vw;
    padding: 0px 66px 66px;
    float: none;
    cursor: auto;
  }

  .mask {
    padding: 0px;
  }

  .slide-2 {
    padding: 0px 68px 68px;
    cursor: auto;
  }

  .paragraph-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .gelb-fett-capitals {
    float: none;
    clear: none;
  }

  .brand {
    z-index: 2;
    margin-top: 11px;
  }

  .navi-links {
    position: static;
    display: inline;
    float: none;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .navi-links.w--current {
    display: inline;
    float: none;
  }

  .logo {
    margin-top: 2px;
    margin-left: 10px;
  }

  .nav-menu {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #000;
    text-align: center;
  }

  .skill-set {
    position: static;
    overflow: hidden;
  }

  .mini-pic {
    margin-right: 10px;
  }

  .menu-button {
    position: absolute;
    display: inline-block;
    width: 100%;
    float: left;
    color: #faba00;
    font-size: 23px;
  }

  .menu-button:hover {
    color: #faba00;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .grid {
    display: block;
    width: 100%;
  }

  .grid.scroll-ani {
    width: 66%;
    padding-right: 27px;
  }

  .skill-text {
    position: static;
    padding-right: 45px;
    padding-left: 73px;
  }

  .skill-text.fadein {
    position: relative;
  }

  .headline {
    width: 100%;
    margin-top: 16px;
  }

  .headline.wei {
    width: 100%;
    margin-top: 0px;
    padding-top: 168px;
    color: #fff;
  }

  .headline.wei.scroll-ani {
    width: 66%;
    margin-top: 0px;
    color: #fff;
  }

  .list-item {
    background-position: 1% 8px;
  }

  .image-5 {
    position: relative;
    left: 25%;
    display: inline-block;
    overflow: hidden;
    width: 150%;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .vita {
    height: 1200px;
    background-size: 284%;
  }

  .texte {
    color: #fff;
  }

  .icon {
    display: inline;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #faba00;
    font-size: 27px;
  }

  .icon:hover {
    color: #ed6b61;
  }

  .auftraggeber-text-icons {
    padding-top: 276px;
  }

  .shortcut {
    display: none;
    margin-right: -12px;
  }

  .impressum-text-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .impressum-content-bereich {
    overflow: auto;
  }

  .vita-trigger-div {
    margin-top: 66px;
  }

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

  .div-block-4 {
    margin-top: 16px;
  }

  .icon-mb-navi {
    padding-left: 10px;
  }

  .social-icon-skillset {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 50px;
    line-height: 44px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 40px;
  }

  .brand {
    margin-top: 15px;
    padding-left: 0px;
  }

  .brand.w--current {
    padding-left: 0px;
  }

  .logo {
    margin-top: -3px;
  }

  .big-in-slider {
    font-size: 66px;
  }

  .quotation {
    font-size: 56px;
  }

  .grid {
    display: inline-block;
  }

  .grid.scroll-ani {
    width: 100%;
  }

  .skill-text {
    padding-right: 45px;
    padding-left: 45px;
  }

  .headline.wei.scroll-ani {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  .headline.skillhead {
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }

  .image-5 {
    left: 35%;
    width: 170%;
  }

  .vita {
    height: 1600px;
    margin-top: 0px;
    background-position: 37% 100%;
    background-size: 639%;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 30px;
  }

  .logo-div {
    padding-right: 35px;
    padding-left: 35px;
  }

  .impressum-head {
    font-size: 24px;
  }

  .vita-trigger-div {
    height: 100px;
    margin-top: 0px;
  }

  .skillset_social-icon {
    margin-top: 0px;
  }

  .skillset_social-icon.kleiner {
    margin-top: 0px;
    margin-left: 31px;
  }

  .div-block-4 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .slide {
    padding: 0px 28px 42px;
  }

  .image {
    width: 230px;
    height: auto;
    max-width: none;
    margin-top: 56px;
    border-radius: 500px;
    box-shadow: 0 0 50px 15px rgba(56, 178, 186, 0.26);
  }

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

  .paragraph {
    font-size: 13px;
    line-height: 17px;
  }

  .image-2 {
    display: inline-block;
    width: 230px;
    height: auto;
    max-width: none;
    margin-top: 20px;
  }

  .slide-2 {
    padding: 0px 28px 65px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 25px;
  }

  .navi-links {
    display: block;
  }

  .navi-links.w--current {
    display: block;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .skill-set {
    height: auto;
  }

  .big-in-slider {
    font-size: 44px;
    line-height: 33px;
  }

  .quotation {
    font-size: 30px;
  }

  .name-top-right {
    display: none;
  }

  .right-arrow {
    display: block;
    width: 40px;
  }

  .left-arrow {
    width: 40px;
  }

  .grid.scroll-ani {
    font-size: 14px;
  }

  .skill-text {
    padding-right: 17px;
    padding-left: 17px;
  }

  .headline {
    padding-left: 30px;
    font-size: 51px;
  }

  .headline.wei.scroll-ani {
    margin-top: 0px;
  }

  .headline.skillhead {
    width: 100%;
    margin-bottom: 0px;
    padding-left: 24px;
    clear: none;
    line-height: 51px;
  }

  .headline-small {
    margin-left: 28px;
    font-size: 26px;
    line-height: 26px;
  }

  .list-text {
    font-size: 17px;
    line-height: 20px;
  }

  .list-item {
    display: inline-block;
    padding-left: 29px;
    background-position: 0% 9px;
    background-size: 20px;
    line-height: 21px;
  }

  .image-5 {
    left: 60%;
    width: 220%;
  }

  .vita {
    height: 1700px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: 37% 100%;
    background-size: 639%;
  }

  .texte {
    font-size: 17px;
    line-height: 28px;
  }

  .texte.grau {
    font-size: 18px;
    line-height: 28px;
  }

  .image-7 {
    max-width: 75%;
  }

  .text-block-2 {
    font-size: 15px;
    line-height: 30px;
  }

  .footer-link.grau {
    font-size: 18px;
    line-height: 28px;
  }

  .auftraggeber-text-icons {
    padding-right: 30px;
    padding-left: 30px;
  }

  .production-icon {
    max-width: 60%;
  }

  .production-headline {
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
  }

  .impressum-box {
    width: 92vw;
    height: 80vh;
    padding-right: 0px;
    padding-left: 33px;
  }

  .columns {
    margin-top: 11px;
  }

  .impressum-head {
    font-size: 16px;
  }

  .impressum-text {
    font-size: 13px;
    line-height: 20px;
  }

  .impressum-small-heading {
    font-size: 18px;
    line-height: 27px;
  }

  .impressum-text-columns {
    font-size: 13px;
  }

  .headline-in-columns {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 20px;
  }

  .impressum-content-bereich {
    padding-right: 0px;
  }

  .impressum-text-abschnitt {
    line-height: 20px;
  }

  .icon-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .vita-trigger-div {
    margin-top: 0px;
  }

  .skillset_social-icon {
    margin-top: 0px;
  }

  .skillset_social-icon.kleiner {
    margin-top: 0px;
    margin-left: 26px;
  }

  .div-block-4 {
    margin-top: 15px;
    float: none;
    clear: none;
  }
}

