/* Text Elements */

h1.hero-heading {
  margin-top: 1px;
  margin-bottom: 0;
  max-width: 1280px;
  text-align: left;
  letter-spacing: -.17vw;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 56px;
}

h1 span.name-highlight {
  background-color: #5d7bf0;
  color: #eb847d;
}

h1 span.heading-text-3 {
  background-color: #2988a7;
  color: #f3f3f3;
}

h1 span.heading-text-1 {
  background-color: #2988a7;
}

h2.title-heading {
  margin: 0;
  max-width: 1680px;
  color: #1c1c1c;
  text-align: left;
  text-transform: none;
  letter-spacing: -.23vw;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.2;
}

h4.medium-headline {
  margin-top: 16px;
  margin-bottom: 0;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 1.4;
}

h4.title-footer-newsletter {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px;
  font-family: 'Space Grotesk', sans-serif;
}

p.paragraph.paragraph-text {
  margin-top: 16px;
  color: #1c1c1c;
  text-align: left;
  font-weight: 300;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 25px;
}

p.paragraph.parahraph-footer {
  margin-top: 8px;
  margin-bottom: 16px;
  color: #838381;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 20px;
}

p.paragraph span.paragraph-text-1 {
  color: #838381;
}

p.paragraph a.paragraph-text-2 {
  color: #838381;
  text-decoration: none;
}

p.paragraph a.paragraph-text-3 {
  color: #838381;
  text-decoration: none;
}

a.link-text.text-link {
  color: #1c1c1c;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  -webkit-transition-duration: .2s;
     -moz-transition-duration: .2s;
       -o-transition-duration: .2s;
          transition-duration: .2s;
}

a.link-text.text-link:hover {
  -webkit-transform: translateX(2px);
     -moz-transform: translateX(2px);
       -o-transform: translateX(2px);
          transform: translateX(2px);
}

/* Interaction Elements */

a.link-button.button-link-1 {
  position: fixed;
  top: auto;
  right: 16px;
  bottom: 16px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #738e79;
  box-shadow: none;
  color: #f3f3f3;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 20px;
}

/* Layout Elements */

body.body-1 {
  margin-right: 0;
  padding: 30px 20px;
  background-image: url('../images/tillman-suhr-punkt02.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.panel {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0 24px;
  min-height: 85vh;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  background-blend-mode: normal;
}

.container.neutral-three-columns-article {
  display: grid;
  margin-right: auto;
  margin-left: auto;
  max-width: 1680px;

  grid-template-columns: repeat(3 , 1fr);
  grid-template-rows: auto;
  grid-row-gap: 48px;
  grid-column-gap: 24px;
}

.container.neutral-article-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: start;
  -webkit-transition-delay: .24s;
     -moz-transition-delay: .24s;
       -o-transition-delay: .24s;
          transition-delay: .24s;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
  max-width: 1680px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-picture-wrapp {
  overflow: hidden;
  border-radius: 8px;
}

.container.container-footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;
  -ms-flex-align: start;
  padding-right: 24px;
  padding-left: 24px;
  min-height: 400px;
  background-color: #fff;

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}

.container.footer-3-columns {
  display: grid;
  max-width: none;
  width: 100%;

  grid-template-columns: repeat(3 , 33.3%);
  grid-template-rows: auto;
}

.container.container-content-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 32px 16px;
  width: auto;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container {
  padding-left: 0;
}

.container.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 48px;
  max-width: 1680px;
  width: 100%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-padding-top.panel {
  padding-top: 32px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.neutral-article-wrapper.outofview {
  opacity: 0;
  -webkit-transform: translateY(64px);
     -moz-transform: translateY(64px);
       -o-transform: translateY(64px);
          transform: translateY(64px);
}

div.responsive-picture.project-index-picture {
  margin-bottom: 0;
  width: 97%;
  border: .125rem solid #000;
  border-radius: 20px;
  background-image: url('../images/tillman-suhr-bg01.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  opacity: .99;
  -webkit-transition-timing-function: ease-in-out;
     -moz-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;

  background-blend-mode: normal;
}

.rule.footer-rule {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 1680px;
}

video.html-video-1 {
  width: 97%;
  height: auto;
  border-width: .125rem;
  border-style: solid;
  border-radius: 20px;
}

div.responsive-picture.project-index-picture:hover {
  -webkit-transform: scaleX(1.1) scaleY(1.1) translateZ(0px) rotateZ(-4deg);
     -moz-transform: scaleX(1.1) scaleY(1.1) translateZ(0px) rotateZ(-4deg);
          transform: scaleX(1.1) scaleY(1.1) translateZ(0px) rotateZ(-4deg);
}

@media screen and (max-width: 80rem) {
  video.html-video-1 {
    height: 550px;
  }
}

@media screen and (max-width: 79.9375rem) {
  /* Text Elements */

  h1 span.heading-text-3 {
    background-color: #2988a7;
    color: #f3f3f3;
  }

  h1.hero-heading {
    font-size: 40px;
  }

  h2.title-heading {
    font-size: 40px;
  }
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 40px;
  }

  /* Layout Elements */

  .container.neutral-three-columns-article {
    grid-template-rows: auto;
    grid-template-columns: repeat(3 , auto);
  }

  video.html-video-1 {
    height: 398px;
  }
}

@media screen and (max-width: 48.6875rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 40px;
  }

  h2.title-heading {
    font-size: 40px;
  }

  /* Layout Elements */

  .container.neutral-three-columns-article {
    grid-template-columns: repeat(2 , auto);
  }

  video.html-video-1 {
    height: 450px;
  }
}

@media screen and (max-width: 35.3125rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 40px;
  }

  h2.title-heading {
    font-size: 40px;
  }

  /* Layout Elements */

  .container.container-footer-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  video.html-video-1 {
    height: 325px;
  }
}

@media screen and (max-width: 28.75rem) {
  /* Text Elements */

  h1.hero-heading {
    font-size: 40px;
  }

  /* Layout Elements */

  .container.footer-3-columns {
    grid-template-rows: repeat(3 , auto);
    grid-template-columns: 100%;
  }

  .container.neutral-three-columns-article {
    grid-template-columns: auto;
  }

  video.html-video-1 {
    height: 500px;
  }
}

@media screen and (max-width: 20rem) {
  /* Text Elements */

  h1.hero-heading {
    margin-top: 1px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 30px;
    line-height: 42px;
  }

  h2.title-heading {
    font-size: 30px;
  }

  h4.medium-headline {
    text-align: left;
  }

  video.html-video-1 {
    height: 320px;
  }
}


/*Custom Fonts Definitions*/

@font-face {
	font-family: Space Grotesk;
	src: url('../custom_fonts/spacegrotesk-bold-webfont.woff') format('woff'),url('../custom_fonts/spacegrotesk-bold-webfont.woff2') format('woff2'),url('../custom_fonts/spacegrotesk-light-webfont.woff') format('woff'),url('../custom_fonts/spacegrotesk-light-webfont.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
