@charset "UTF-8";
.clear {
  clear: both;
  float: none; }

@font-face {
  font-family: 'brandon_grotesque_regularRg';
  src: url("/invidual/fonts/brandon/brandon_reg-webfont.woff2") format("woff2"), url("/invidual/fonts/brandon/brandon_reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesqueRgIt';
  src: url("/invidual/fonts/brandon/brandon_reg_it-webfont.woff2") format("woff2"), url("/invidual/fonts/brandon/brandon_reg_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url("/invidual/fonts/brandon/brandon_bld-webfont.woff2") format("woff2"), url("/invidual/fonts/brandon/brandon_bld-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesquebold_italic';
  src: url("/invidual/fonts/brandon/brandon_bld_it-webfont.woff2") format("woff2"), url("/invidual/fonts/brandon/brandon_bld_it-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  background-color: white;
  font-size: 200%; }
  body.home {
    /*background: url(/invidual/assets/grey-prism-bg.png) repeat-x;*/
    background-size: 100%; }

.fa-paragraph:before {
  font-weight: bold;
  content: '§' !important;
  font-size: 140%;
  font-family: arial; }

.site-main {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
  z-index: 0; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

h1 {
  font-size: 120%; }

h2 {
  font-size: 100%; }

h1, h2.section-headline, h3, h4, #main-nav, .cta-btn {
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'brandon_grotesque_regularRg'; }

.header h1 {
  margin-top: 5rem;
  margin-bottom: 1rem;
  line-height: 4.2rem; }
  .header h1 .highlight {
    display: inline;
    background: #25aae2;
    color: white;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 5px;
    box-shadow: 0.7rem 0 0 #25aae2, -0.7rem 0 0 #25aae2; }
.header h2 {
  font-family: 'Vollkorn', serif;
  color: #919192;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3rem; }

.cta-btn {
  background-color: #25aae2;
  border-radius: 4px;
  text-transform: uppercase;
  position: relative;
  margin: 1em;
  font-weight: 100;
  padding: 1em 1.25em;
  text-align: center;
  width: 200px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  cursor: pointer;
  /*
  &.raised {
  	@include transition(0.1s all);
  	background: $fg-color;
  	box-shadow: 0px 1px 1px darken($fg-color,15%);
  	&:active {
  	  background: darken($fg-color,2.5%);
  	  box-shadow: 0px 1px 1px darken($fg-color,25%);
  	}
  }
  */ }

/*
.anim {
  @include transform(translateY(-50%) translateX(-50%));
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;

  // The ':before' psuedo element is a spacing ghost to make the 
  // ':after' psuedo element a square, with width & height 
  // automatically equal to the parent's width.
  &:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%;
  }
  
  &:after {
    content: '';
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
    border-radius: 50%;
  }
}

.clickable {
  .toggle:checked + .anim {
    @include animation(anim-in 0.75s);
    &:after { @include animation(anim-in-pseudo 0.75s); }
  }

  .toggle:not(:checked) + .anim {
    @include animation(anim-out 0.75s);
    &:after { @include animation(anim-out-pseudo 0.75s); }
  }  
}

.hoverable:hover > .anim {
  @include animation(anim-out 0.75s);
  &:after { @include animation(anim-out-pseudo 0.75s); }
}

// Keyframes mixin


@include keyframes(anim-in) {
  0% { width: 0%; }
  100% { width: 100%; }
}

@include keyframes(anim-in-pseudo) {
  0% { background: rgba(#000,0.25); }
  100% { background: rgba(#000,0); }
}

@include keyframes(anim-out) {
  0% { width: 0%; }
  100% { width: 100%; }
}

@include keyframes(anim-out-pseudo) {
  0% { background: rgba(#000,0.25); }
  100% { background: rgba(#000,0); }
}
*/
h2.section-headline {
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #333;
  line-height: 20%;
  margin-top: 1%; }

hr {
  border: 2px solid;
  width: 18%;
  margin-bottom: 10%; }

#logo {
  width: 140px;
  display: block;
  margin: 10px auto 0 auto; }

#main-nav {
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  /*
  background-color: white;
  opacity: 0.95;
  */
  z-index: 99999;
  width: 100%;
  position: fixed;
  top: -1250px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  overflow: hidden;
  box-sizing: border-box; }
  #main-nav #logo-item #logo {
    display: inline;
    margin-top: -10px !important; }
  #main-nav ul {
    margin-bottom: 0; }
    #main-nav ul li {
      list-style-type: none;
      font-weight: bold;
      font-size: 140%; }
      #main-nav ul li.m-item {
        display: none;
        padding: 20px; }
      #main-nav ul li :nth-child(2) {
        padding-top: 60px; }
  #main-nav .main-nav-trigger {
    display: block;
    position: fixed;
    top: 10px;
    right: 30px;
    padding: 10px 0;
    cursor: pointer; }
    #main-nav .main-nav-trigger i.icon--burger {
      width: 30px;
      display: inline-block;
      vertical-align: middle;
      height: 3px;
      top: -2px;
      position: relative;
      margin-bottom: 20px;
      background: #1D1D1F;
      -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      -webkit-transform: rotateZ(0);
      transform: rotateZ(0);
      -webkit-transform: rotateZ(0);
      transform: rotateZ(0); }
    #main-nav .main-nav-trigger.is-closeable i.icon--burger {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 5px; }
    #main-nav .main-nav-trigger i.icon--burger:before {
      width: 30px;
      top: 8px;
      content: '';
      display: block;
      height: 3px;
      left: 0;
      position: absolute;
      background: #1D1D1F;
      -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      -webkit-transition-delay: .1s;
      transition-delay: .1s; }
    #main-nav .main-nav-trigger.is-closeable i.icon--burger:before, #main-nav .main-nav-trigger.is-closeable i.icon--burger:after {
      top: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
    #main-nav .main-nav-trigger i.icon--burger:after {
      width: 30px;
      top: 16px;
      content: '';
      display: block;
      height: 3px;
      left: 0;
      position: absolute;
      background: #1D1D1F;
      -webkit-transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      transition: 0.4s cubic-bezier(0.77, 0, 0.175, 1);
      -webkit-transition-delay: .2s;
      transition-delay: .2s;
      -webkit-transform: rotateZ(0);
      transform: rotateZ(0); }
  #main-nav.is-visible {
    background-color: white;
    opacity: 0.95;
    top: 0; }
    #main-nav.is-visible .m-item {
      display: block; }

.header {
  padding-bottom: 10%;
  padding-top: 15%; }
  .header h1 {
    font-size: 140%; }
  .header #intro {
    width: 100%;
    margin-top: 10%; }

.container a {
  border-bottom: 0.08em solid rgba(0, 0, 0, 0.1);
  color: #25aae2; }

.container a:hover {
  border-bottom: 0.08em solid #25aae2;
  text-decoration: none; }

.container a:visited, .container a:focus {
  border-bottom: 0.08em solid #25aae2;
  text-decoration: none; }

.container p {
  font-family: 'Vollkorn', serif; }

.portfolio {
  text-align: center;
  padding-bottom: 10%;
  /*
  .overview-line-one {
  	@include section-padding();
  }
  */ }
  .portfolio .portfolio-item {
    padding-bottom: 15%; }
    .portfolio .portfolio-item img {
      display: block;
      margin: 0 auto;
      width: 50%; }
  .portfolio .details {
    padding-bottom: 10%; }
    .portfolio .details .portfolio-item img {
      width: 40%; }
    .portfolio .details .portfolio-item #rb-lgo {
      width: 25%; }
    .portfolio .details .portfolio-item #rb-teaser {
      width: 100%; }
    .portfolio .details .portfolio-item #dr-lgo {
      width: 50%; }
    .portfolio .details .portfolio-item #drei-teaser {
      width: 100%; }
    .portfolio .details .portfolio-item #msv-lgo {
      width: 30%; }
    .portfolio .details .portfolio-item #msv-teaser {
      width: 100%; }
  .portfolio .img-wrapper {
    padding-bottom: 5%; }
    .portfolio .img-wrapper a {
      display: block;
      border: 1px solidr red;
      border-bottom: none;
      border: none; }

.testemonials {
  padding-bottom: 10%;
  text-align: center; }
  .testemonials .testemonial-item {
    padding-bottom: 15%; }
    .testemonials .testemonial-item img {
      display: block;
      margin: 0 auto; }
  .testemonials h3 {
    font-family: 'Vollkorn', serif;
    font-size: 2rem; }
  .testemonials p {
    font-size: 2rem; }

.blogposts {
  padding-bottom: 10%; }
  .blogposts h2.portfolio-item {
    font-size: 110%; }

.post .huge-article-image {
  position: relative; }
  .post .huge-article-image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .post .huge-article-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    max-width: 100%; }
.post .profile-photo-wrapper {
  text-align: center; }

.about {
  padding-bottom: 10%; }
  .about .intro p {
    font-size: 100%; }
  .about .desc p {
    font-size: 85%;
    line-height: 150%; }
  .about #profile {
    width: 30%;
    margin: 10px auto 0 auto;
    display: block;
    border-bottom: 1px solid #25aae2;
    padding-bottom: 1%; }
  .about .profile-subscription {
    padding-top: 3%;
    font-family: 'Vollkorn', serif;
    text-align: center;
    font-size: 80%;
    margin-bottom: 10%; }
    .about .profile-subscription #subscription {
      width: 13%; }

.content h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0; }
.content h2, .content h3, .content p, .content ul, .content blockquote {
  padding: 2% 3%;
  margin: 0 auto;
  max-width: 680px; }
.content h2 {
  padding: 0;
  font-size: 100%;
  font-family: 'Vollkorn', sans-serif;
  line-height: 130%; }
.content h2:first-of-type::first-letter {
  float: left;
  font-family: 'Source Sans Pro', sans-serif;
  color: #25aae2;
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 1em;
  margin: -0.04em 0.2em -0.15em 0em; }
.content h3 {
  font-weight: bold;
  font-size: 100%;
  line-height: 140%;
  font-family: 'Vollkorn', serif; }
.content ul {
  padding: 9px 10% 15px 10%; }
  .content ul li {
    padding-bottom: 2%;
    font-family: 'Vollkorn', sans-serif;
    font-size: 85%; }
.content p {
  font-size: 85%;
  line-height: 150%; }
.content .row {
  padding-bottom: 20%;
  background-color: white; }
.content blockquote {
  font-size: 120%;
  max-width: 750px;
  padding-left: 5%;
  margin: 4% auto;
  color: #25aae2; }
.content .image {
  padding: 5% 0; }
  .content .image img {
    width: 100%; }
.content .headline-wrapper {
  margin-top: -15%;
  background-color: white;
  padding: 2% 3% 7% 3%;
  border-top: 6px solid #25aae2;
  position: realtive; }
  .content .headline-wrapper .tags ul {
    margin: 0;
    padding: 0; }
    .content .headline-wrapper .tags ul li {
      margin: 0;
      padding: 0;
      background-color: #25aae2;
      color: white;
      border-radius: 2px;
      display: inline-block;
      font-size: 70%;
      padding: 5px; }
.content .about {
  max-width: 750px;
  padding-bottom: 0;
  margin-bottom: 5%;
  border-bottom: 3px solid #25aae2; }
  .content .about .img-circle {
    width: 100%;
    border: 1px solid #eeeee; }
  .content .about .author {
    font-weight: bold;
    padding-top: 7%; }
  .content .about .author, .content .about .timestamp {
    font-size: 70%;
    padding-left: 5%;
    display: block;
    font-family: 'Vollkorn', sans-serif; }
  .content .about .row {
    padding-bottom: 15%; }

.info h1 {
  margin: 8% auto 2% auto;
  padding: 2% 3%;
  max-width: 680px; }
.info #content {
  padding-bottom: 15%; }

footer {
  margin-top: -9.6%;
  position: relative;
  z-index: 200;
  padding-top: 20%; }
  footer .headline-wrapper {
    text-align: center;
    padding-top: 2.5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200; }
  footer .content {
    background: #F3F3F3;
    padding-bottom: 9%;
    margin-top: -5%;
    z-index: 200;
    position: relative; }
  footer p {
    font-size: 80%; }

footer:before {
  background: #F3F3F3;
  content: '';
  display: block;
  height: 50%;
  width: 123%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: rotate(-5deg) translateX(-50%);
  -ms-transform: rotate(-5deg) translateX(-50%);
  transform: rotate(-5deg) translateX(-50%);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  z-index: 150; }

@media (min-width: 768px) {
  #main-nav ul li {
    display: inline;
    line-height: 200%; }

  .header {
    padding-top: 7%; }
    .header .profile-subscription {
      padding-top: 5%; }
      .header .profile-subscription #subscription {
        width: 30%; }
    .header h1 {
      /*margin-top: 7%;*/
      font-size: 180%;
      margin-top: 0;
      line-height: 5.3rem; }
    .header h2 {
      font-size: 2.5rem; }
    .header .image #intro {
      margi-top: 0;
      width: 100%; }

  .content .about .img-circle {
    width: 70%; }
  .content p, .content ul li {
    font-size: 100%; }
  .content h2 {
    font-size: 120%;
    line-height: 150%; }
  .content h2:first-of-type::first-letter {
    font-size: 8.8rem; }
  .content h3 {
    font-size: 130%;
    padding: 2% 0; }

  .about .intro p {
    font-size: 120%; }
  .about .desc p {
    font-size: 100%; }

  h2.section-headline {
    line-height: 120%;
    font-size: 180%; }

  footer p {
    font-size: 100%; } }
@media (min-width: 992px) {
  #main-nav {
    height: 60px; }
    #main-nav ul li {
      font-size: 100%; }
      #main-nav ul li.m-item {
        padding-top: 20px; }
    #main-nav.is-visible .m-item {
      display: inline; }

  .header #profile {
    width: 100%; }

  .about .intro p {
    text-align: right; }

  .portfolio .portfolio-item {
    padding-bottom: 0; }
    .portfolio .portfolio-item .img-wrapper {
      height: 12rem; }
    .portfolio .portfolio-item img {
      width: 80%; }
    .portfolio .portfolio-item #ing-lgo {
      padding-top: 8%; }
    .portfolio .portfolio-item #vor-lgo {
      padding-top: 5%; }
    .portfolio .portfolio-item #eur-lgo {
      padding-top: 8%; }
  .portfolio .details .portfolio-item .img-wrapper {
    height: 13rem; }
  .portfolio .details .portfolio-item .img-wrapper {
    height: 28rem; }
  .portfolio .details .portfolio-item #rb-lgo {
    width: 30%; }
  .portfolio .details .portfolio-item #rb-teaser {
    width: 100%; }
  .portfolio .details .portfolio-item #dr-lgo {
    width: 55%; }
  .portfolio .details .portfolio-item #msv-lgo {
    width: 35%; }
  .portfolio .details .portfolio-item #msv-teaser {
    width: 100%; }
  .portfolio .details .portfolio-item #drei-teaser {
    width: 100%; }

  .testemonials .testemonial-item {
    padding-bottom: 0; }

  .content h1 {
    font-size: 220%; }
  .content h2 {
    font-size: 140%; }
  .content h2, .content p, .content blockquote {
    padding: 9px 0 15px 0; }
  .content ul {
    padding: 9px 7% 15px 7%; }
  .content .about {
    margin-bottom: 2%; }
    .content .about .img-circle {
      width: 70%; }
    .content .about .author {
      padding-top: 4%; }
    .content .about .author, .content .about .timestamp {
      padding-left: 0; }
    .content .about .row {
      padding-bottom: 15%; }

  .info h1 {
    padding: 0; } }
@media (min-width: 1400px) {
  #main-nav {
    margin-top: -5px; }
    #main-nav ul li {
      font-size: 120%; } }
