* {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body {
  font-family: "Avenir Next Sarah", "Avenir Next", "Avenir", Helvetica, Arial, sans-serif;
  background: #fef0ec;
  color: #ff574f;
  padding: 0;
  margin: 0;
  padding-top: 0px; /* zuvor: 116px; */ }

b, strong {
  font-weight: 600; }

.text--underline {
  border-bottom: 1px solid #ff574f;
  line-height: 1; }

@media only screen and (max-width: 1080px) {
  .hide-below-tablet-landscape {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide-below-tablet {
    display: none !important; } }

@media only screen and (max-width: 480px) {
  .hide-below-mobile {
    display: none !important; } }

.only-on-mobile {
  display: none; }
  @media only screen and (max-width: 480px) {
    .only-on-mobile {
      display: block; } }

.hidden {
  display: none !important; }

.fade {
  opacity: 0;
}

.slide-in {
  opacity: 0;
  transform: translateY(50px);
}

.smooth-state-slide {
  position: absolute;
  top: 0px;
  z-index: 1000;
  transform: translateX(0%);
  width: 100%;
  min-height: 100%;
  background: #fff; }
  .smooth-state-slide--slide-out {
    transform: translateX(100%); }

.icon {
  width: 16px;
  display: inline-block;
  height: 16px;
  margin: 0px 3px;
  margin-bottom: -2px; }
  @media only screen and (max-width: 768px) {
    .icon {
      width: 14px;
      height: 14px; } }
  .icon--arrow-left {
    background: url(../images/icons/arrow_left.svg) no-repeat center center; }
  .icon--arrow-right {
    background: url(../images/icons/arrow_right.svg) no-repeat center center; }
  .icon--arrow-up {
    background: url(../images/icons/arrow_up.svg) no-repeat center center; }
  .icon--arrow-down {
    background: url(../images/icons/arrow_down.svg) no-repeat center center; }
  .icon--close {
    background: url(../images/icons/close.svg) no-repeat center center; }

.wrapper {
  padding-left: 120px;
  padding-right: 120px; }
  @media only screen and (max-width: 1023px) {
    .wrapper {
      padding-left: 60px;
      padding-right: 60px; } }
  @media only screen and (max-width: 768px) {
    .wrapper {
      padding-left: calc(28vw - 155px);
      padding-right: calc(28vw - 155px); } }
  @media only screen and (max-width: 643px) {
    .wrapper {
      padding-left: 25px;
      padding-right: 25px; } }

.header {
  font-size: 16px;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 768px) {
    .header {
      font-size: 14px; } }
  .header--mobile {
    padding: 55px 0px 37px;
 /*   position: fixed; */
    width: 100%;
    top: 0px;
    text-align: center;
    left: 0px;
    z-index: 100; }
  .header__nav-item {
    color: #ff574f;
    text-decoration: none;
    display: inline !important;
    z-index: 1000;
    position: relative; }
    .header__nav-item--active, .header__nav-item:hover {
      border-bottom: 1px solid;
      padding: 10px;
      margin: 0px -10px; }
  .header__nav-item + .header__nav-item {
    margin-left: 50px; }
    .header__nav-item + .header__nav-item--active, .header__nav-item + .header__nav-item:hover {
      margin: 0px -10px 0px 40px; }
    @media only screen and (max-width: 480px) {
      .header__nav-item + .header__nav-item {
        margin-left: 30px; }
        .header__nav-item + .header__nav-item--active, .header__nav-item + .header__nav-item:hover {
          margin: 0px -10px 0px 20px; } }
  .header__left-nav {
    position: relative;
    z-index: 100;
    position: fixed;
    top: 47px; }
    @media only screen and (max-width: 768px) {
      .header__left-nav {
        top: 55px; } }
  .header__right-nav {
    position: absolute;
    z-index: 100;
    top: 50px;
    width: 300px;
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    left: calc(100% - 20px);
    position: fixed;
    top: 47px; }
    @media only screen and (max-width: 768px) {
      .header__right-nav {
        top: 60px; } }

.home__headline-wrapper {
  width: 100%;
  box-sizing: border-box;
  transition: top .6s; }
  .home__headline-wrapper--small {
    padding: 33px 0px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    position: fixed;
    width: calc(100% - 400px);
    left: 200px;
    z-index: 2; }
    @media only screen and (max-width: 480px) {
      .home__headline-wrapper--small {
        display: none; } }
    .home__headline-wrapper--small .home__headline-title {
      position: relative;
      z-index: 1200; }
  .home__headline-wrapper--top-out {
    top: -200px; }
  .home__headline-wrapper--top-in {
    top: 0px; }
.home__headline-group {
  transition: max-height .6s;
  max-height: 700px;
  overflow: hidden; }
  .home__headline-group--slide-up {
    max-height: 0px; }
  .home__headline-group--slide-down {
    max-height: 700px; }
.home__headline {
  font-family: "Mirador", Georgia, serif;
  color: #ff574f;
  font-size: 75px;
  line-height: 80px;
  max-width: 1220px;
  padding: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  @media only screen and (max-width: 1080px) {
    .home__headline {
      font-size: 60px;
      line-height: 65px; } }
  @media only screen and (max-width: 768px) {
    .home__headline {
      font-size: 40px;
      line-height: 46px; } }
.home__headline-title {
  font-family: "Mirador", Georgia, serif;
  color: #ff574f;
  font-size: 40px;
  line-height: 42px;
  position: relative;
  z-index: 100;
  display: inline-block;
  transition: all .2s;
  cursor: pointer; }
  .home__headline-title:hover {
    color: #fff;
    text-shadow: -1px 0 #ff574f, 0 1px #ff574f, 1px 0 #ff574f, 0 -1px #ff574f, 6px 5px #ff574f;
    margin: -2px 2px 2px -2px; }
  @media only screen and (max-width: 480px) {
    .home__headline-title {
      display: none; } }
.home__nav {
  font-size: 16px;
  width: 100%;
  padding: 90px 0px 10px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 1080px) {
    .home__nav {
      font-size: 14px; } }
  @media only screen and (max-width: 768px) {
    .home__nav {
      padding: 50px 0px 10px;
      display: block;
      text-align: center; } }
.home__nav-item {
  text-decoration: none;
  text-transform: uppercase;
  color: #ff574f;
  cursor: pointer; }

.reference {
  background: #fff;
  padding: 40px 0px 200px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center; }
  @media only screen and (max-width: 1080px) {
    .reference {
      padding: 40px 0px 100px;
      font-size: 14px; } }
  .reference__title {
    text-align: center;
    font-family: "Mirador", Georgia, serif;
    color: #ff574f;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .reference__title {
        font-size: 32px;
        line-height: 36px; } }
    @media only screen and (max-width: 480px) {
      .reference__title {
        font-size: 26px;
        line-height: 32px; } }
  .reference__nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 768px) {
      .reference__nav {
        margin-bottom: 60px; } }
  .reference__nav--bottom {
    margin-top: 20px; }
  .reference__nav-item {
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    color: #ff574f; }
  .reference__nav-item--prev {
    width: 250px;
    flex: 0 0 auto;
    display: block;
    text-align: left; }
    @media only screen and (max-width: 1080px) {
      .reference__nav-item--prev {
        width: 150px; } }
    @media only screen and (max-width: 768px) {
      .reference__nav-item--prev {
        width: 50px; } }
  @media only screen and (max-width: 480px) {
    .reference__nav--top .reference__nav-item--prev {
      display: none; } }
  .reference__nav-item--next {
    width: 250px;
    flex: 0 0 auto;
    display: block;
    text-align: right; }
    @media only screen and (max-width: 1080px) {
      .reference__nav-item--next {
        width: 150px; } }
    @media only screen and (max-width: 768px) {
      .reference__nav-item--next {
        width: 50px; } }
  @media only screen and (max-width: 480px) {
    .reference__nav--top .reference__nav-item--next {
      display: none; } }
  .reference__nav--bottom .reference__nav-item {
    width: 50% !important; }
  .reference__nav-item--more {
    position: relative; }
  .reference__nav-item--more .icon {
    position: absolute;
    top: 2px;
    right: -23px; }
  .reference__more-wrapper {
    max-width: 850px;
    display: inline-block; }
    @media only screen and (max-width: 480px) {
      .reference__more-wrapper {
        width: 100%; } }
  .reference__description {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    font-size: 16px;
    line-height: 30px; }
    @media only screen and (max-width: 1080px) {
      .reference__description {
        font-size: 14px;
        line-height: 26px; } }
    .reference__description--heavy {
      font-weight: 600; }
  .reference__content {
    width: 100%; }
  .reference__image {
    width: 100%;
    height: auto;
    }

  .reference__image.has-space {
    margin-bottom: 20px; 
  }

  .reference__image.has-no-space {
    display: block !important;
  }
    @media only screen and (max-width: 1080px) {
      .reference__image.has-space {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 480px) {
      .reference__image.has-space {
        margin-bottom: 5px; } }
  .reference video, .reference iframe {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1080px) {
      .reference video, .reference iframe {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 480px) {
      .reference video, .reference iframe {
        margin-bottom: 5px; } }
  .reference__scroll-up-wrapper {
    width: 100%;
    padding: 90px 0px 0px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .reference__scroll-up-wrapper {
        padding: 40px 0px 0px; } }
  .reference__scroll-up {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.1em; }
  .reference__scroll-up .icon {
    position: absolute;
    top: 2px;
    right: -23px; }
  .reference__close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #ff574f;
    text-decoration: none; }
    @media only screen and (max-width: 480px) {
      .reference__close {
        top: 15px;
        right: 15px; } }
  .reference__close-icon {
    width: 60px;
    height: 60px; }
    @media only screen and (max-width: 1080px) {
      .reference__close-icon {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 768px) {
      .reference__close-icon {
        width: 40px;
        height: 40px; } }
    @media only screen and (max-width: 480px) {
      .reference__close-icon {
        width: 30px;
        height: 30px; } }

.work-grid {
  width: 100%;
  padding-top: 80px; }
  @media only screen and (max-width: 768px) {
    .work-grid {
      padding-top: 0px; } }
  .work-grid__gutter-sizer {
    width: 100px; }
  @media only screen and (min-width: 1441px) {
    .work-grid__sizer, .work-grid__item {
      width: calc(33.333333333333% - 66.66666666666666px); } }
  @media only screen and (max-width: 1440px) {
    .work-grid__sizer, .work-grid__item {
      width: calc(50% - 50px); } }
  @media only screen and (max-width: 854px) {
    .work-grid__sizer, .work-grid__item {
      width: 100%; } }
  .work-grid__item {
    box-sizing: border-box;
    display: block;
    /*
    @include tablet-portrait-and-below {
    	&:hover:before {
    		content: '';
    		position: absolute;
    		width: 100%;
    		height: 100%;
    		background: rgba(0,0,0,0.4);
    		z-index: 10;
    	}
    }
    */ }
  .work-grid__item {
    margin-bottom: 100px; }
    @media only screen and (max-width: 1080px) {
      .work-grid__item {
        margin-bottom: 60px; } }
    @media only screen and (max-width: 480px) {
      .work-grid__item {
        margin-bottom: 30px; } }
  .work-grid__image {
    width: 100%;
    display: block;
    height: auto; }

.page__headline-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .page__headline-wrapper {
      margin-bottom: 50px; } }
.page__headline {
  font-family: "Mirador", Georgia, serif;
  color: #ff574f;
  font-size: 75px;
  line-height: 80px;
  max-width: 1220px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  @media only screen and (max-width: 1080px) {
    .page__headline {
      font-size: 60px;
      line-height: 65px; } }
  @media only screen and (max-width: 768px) {
    .page__headline {
      font-size: 40px;
      line-height: 46px; } }
.page__headline a {
  color: #ff574f; }
.page__headline-block {
  display: block;
  margin-bottom: 80px; }
.page__headline-tablet-block {
  display: block; }
.page__inner {
  left: 50%;
  transform: translateX(-50%);
  max-width: 768px;
  width: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box; }
  @media only screen and (max-width: 1080px) {
    .page__inner {
      max-width: 530px; } }
  @media only screen and (max-width: 854px) {
    .page__inner {
      width: 100%;
      position: relative;
      transform: none;
      left: 0;
      max-width: none; } }
.page__inner p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 1080px) {
    .page__inner p {
      font-size: 16px;
      line-height: 30px; } }
  @media only screen and (max-width: 480px) {
    .page__inner p {
      letter-spacing: 0.1em; } }
.page__inner a {
  color: #ff574f;
  text-decoration: none;
  border-bottom: 1px solid #ff574f; }
.page__inner img {
  max-width: 100%;
  height: auto; }
.page__inner h3 {
  font-family: "Mirador", Georgia, serif;
  font-size: 40px;
  line-height: 46px;
  margin-top: 100px; }

.about {
  overflow-x: hidden;
  width: 100%;
  position: relative; }
  .about__image--left {
    position: absolute;
    top: 1250px;
    left: 50%;
    margin-left: -750px;
    height: auto; }
    @media only screen and (max-width: 1080px) {
      .about__image--left {
        margin-left: -500px;
        top: 1150px;
        width: 200px; } }
    @media only screen and (max-width: 854px) {
      .about__image--left {
        display: none !important; } }
  .about__image--right {
    position: absolute;
    top: 450px;
    right: 50%;
    margin-right: -750px;
    max-width: 300px; }
    @media only screen and (max-width: 1080px) {
      .about__image--right {
        margin-right: -500px;
        width: 200px; } }
    @media only screen and (max-width: 854px) {
      .about__image--right {
        display: none !important; } }
  .about__image--center {
    display: none; }
    @media only screen and (max-width: 854px) {
      .about__image--center {
        display: inline-block; } }
  .about__image--shhh {
    height: auto; }
  .about__secret {
    margin-top: 40px; }
  .about__tooltip {
    position: absolute;
    border: 1px solid #ff574f;
    background: #fff;
    color: #ff574f;
    text-transform: uppercase;
    padding: 10px 15px 8px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    z-index: 100;
    padding: 30px 100px 30px;
    width: 112%;
    left: -6%;
    right: -6%;
    top: -100px;
    display: none; }
    .about__tooltip--active {
      display: block; }
    @media only screen and (min-width: 769px) {
      .about__tooltip {
        display: none !important; } }
    @media only screen and (max-width: 480px) {
      .about__tooltip {
        padding: 30px 60px 30px;
        width: 100%;
        left: 0;
        right: 0; } }
  .about__tooltip-close-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    cursor: pointer;
    right: 20px; }
    @media only screen and (max-width: 480px) {
      .about__tooltip-close-icon {
        top: 15px;
        right: 15px;
        width: 30px;
        height: 30px; } }

.contact {
  overflow-x: hidden;
  width: 100%;
  position: relative; }
  .contact__marquee-box {
    width: calc(100% - 80px);
    margin-bottom: 50px;
    position: relative; }
    @media only screen and (max-width: 480px) {
      .contact__marquee-box {
        width: calc(100%); } }
  .contact__marquee-box:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 27px;
    height: 100%;
    z-index: 100;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAABCAYAAAAvmdWoAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOTVCNTZCNzQyQjIxMUU4QUJFNkY3MTcwMzQ3RjIzRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOTVCNTZCODQyQjIxMUU4QUJFNkY3MTcwMzQ3RjIzRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ5NUI1NkI1NDJCMjExRThBQkU2RjcxNzAzNDdGMjNFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ5NUI1NkI2NDJCMjExRThBQkU2RjcxNzAzNDdGMjNFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+l5kOtwAAAE5JREFUeNpExjEOgDAMQ1EnadWC1JGjcf8DMLKwNMZlwdKTvwEw/LNTLrnlkQNwtXcgqsQYgcwyM2uSHy+lTbK5gOx032w9ua/29fIKMADo7SLJHhoTVAAAAABJRU5ErkJggg=="); }
    @media only screen and (max-width: 480px) {
      .contact__marquee-box:after {
        display: none; } }
  .contact__marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Mirador", Georgia, serif;
    color: #ff574f;
    font-size: 75px;
    line-height: 80px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1080px) {
      .contact__marquee {
        font-size: 60px;
        line-height: 65px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 768px) {
      .contact__marquee {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 10px; } }
  .contact__link {
    text-decoration: none;
    color: #ff574f;
    display: inline-block; }
    .contact__link--underline {
      border-bottom: 2px solid #ff574f; }
  .contact__inner p {
    font-size: 16px;
    line-height: 30px; }
    @media only screen and (max-width: 1080px) {
      .contact__inner p {
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0.1em; } }
  .contact__image {
    position: absolute;
    max-width: 250px; }
    @media only screen and (max-width: 854px) {
      .contact__image {
        display: none !important; } }
    .contact__image--left-1 {
      top: 1050px;
      left: 50%;
      margin-left: -750px;
      height: auto; }
      @media only screen and (max-width: 1080px) {
        .contact__image--left-1 {
          margin-left: -500px;
          max-width: 150px; } }
    .contact__image--left-2 {
      top: 20px;
      left: 50%;
      margin-left: -450px;
      height: auto; }
      @media only screen and (max-width: 1080px) {
        .contact__image--left-2 {
          margin-left: -350px;
          max-width: 150px; } }
    .contact__image--left-3 {
      top: 570px;
      left: 50%;
      margin-left: -700px;
      height: auto; }
      @media only screen and (max-width: 1080px) {
        .contact__image--left-3 {
          max-width: 150px;
          margin-left: -500px; } }
    .contact__image--right-1 {
      top: 0px;
      right: 50%;
      margin-right: -400px; }
      @media only screen and (max-width: 1080px) {
        .contact__image--right-1 {
          margin-right: -350px;
          max-width: 200px; } }
    .contact__image--right-2 {
      top: 250px;
      right: 50%;
      margin-right: -670px; }
      @media only screen and (max-width: 1080px) {
        .contact__image--right-2 {
          margin-right: -500px;
          max-width: 200px; } }
    .contact__image--right-3 {
      top: 950px;
      right: 50%;
      margin-right: -800px; }
      @media only screen and (max-width: 1080px) {
        .contact__image--right-3 {
          margin-right: -500px;
          max-width: 200px; } }

.tooltip {
  font-family: "Avenir";
  max-width: 270px;
  border: 1px solid #ff574f;
  background: #fff;
  color: #ff574f;
  text-transform: uppercase;
  padding: 10px 15px 8px;
  box-sizing: border-box;
  line-height: 30px;
  position: absolute;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  z-index: 100; }
  .tooltip--large {
    padding: 30px 30px 30px;
    max-width: 540px; }
  @media only screen and (max-width: 768px) {
    .tooltip {
      display: none !important; } }

.footer {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.09em; }
  @media only screen and (max-width: 768px) {
    .footer {
      font-size: 14px;
      line-height: 30px; } }
  @media only screen and (max-width: 480px) {
    .footer {
      font-size: 12px;
      line-height: 20px; } }
  .footer__scroll-up-wrapper {
    width: 100%;
    padding: 90px 0px 0px; }
  .footer__scroll-up {
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer; }
  .footer__line {
    width: 80px;
    height: 14px;
    margin: 0px 10px;
    position: relative;
    display: inline-block; }
    .footer__line:after {
      content: '';
      width: 100%;
      height: 1px;
      background: #ff574f;
      position: absolute;
      left: 0px;
      top: 8px; }
    @media only screen and (max-width: 1150px) {
      .footer__line {
        display: none; } }
  @media only screen and (max-width: 1150px) {
    .footer__row {
      display: block; } }
  .footer__row a {
    color: #ff574f;
    text-decoration: none; }
  .footer__bottom-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 100px 0px 60px; }
    @media only screen and (max-width: 768px) {
      .footer__bottom-wrapper {
        padding: 60px 0px; } }
  .footer__copyright {
    text-align: right; }

/*# sourceMappingURL=style.css.map */



/******* Changes ****/

.about__inner h3 {
  margin-top: 70px;
}

.about__image--center {
  width: 80vw;
  margin-top: -8vw;
}

@media screen and (max-width: 700px) {
  .page__inner img.about__image--shhh {
    width: 71.5vw;
  }
}


@media screen and (min-width: 480px) {
    .page.about,
    .contact__marquee-box,
    .home__headline-group {
      margin-top: 115px;
    }

    .work-grid {
      margin-top: -70px;
    }

    .home__headline-wrapper--small {
      width: 100%;
      left: 50%;
      transform: translateX(-50%);
    }

    .home__headline-wrapper--top-in {
      top: 6px;
    }

    .wrapper.home-page .work-grid,
    .wrapper.work-archive .work-grid  {
      margin-top: 0;
    }
}

