@import url("//hello.myfonts.net/count/28b37f");
@font-face {
  font-family: 'DINNextLTPro-Regular';
  src: url("/assets/webfonts/28B37F_0_0.eot");
  src: url("/assets/webfonts/28B37F_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/28B37F_0_0.woff") format("woff"), url("/assets/webfonts/28B37F_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'PlantinMTPro-Regular';
  src: url("/assets/webfonts/28B37F_1_0.eot");
  src: url("/assets/webfonts/28B37F_1_0.eot?#iefix") format("embedded-opentype"), url("/assets/webfonts/28B37F_1_0.woff") format("woff"), url("/assets/webfonts/28B37F_1_0.ttf") format("truetype");
}

/** Variablen **/
/** default styles  **/
/* line 19, sass/main.scss */
body {
  font-family: "DINNextLTPro-Regular";
  font-size: 14px;
  line-height: 20px;
  min-width: 320px;
}

/* line 26, sass/main.scss */
h1, h2 {
  font-family: "PlantinMTPro-Regular";
  font-weight: 400;
  font-size: 24px;
  color: #000;
  padding: 10px 0 0 0;
}

/* line 35, sass/main.scss */
h2 {
  font-size: 22px;
  margin-bottom: -16px;
}

/* line 40, sass/main.scss */
h3 {
  font-weight: 400;
  font-family: "DINNextLTPro-Regular";
  font-size: 12px;
  margin: -11px auto 18px auto;
}

/* line 47, sass/main.scss */
h1 {
  background: url(/assets/img/hl_bar.png) no-repeat top left;
  background-size: 25px;
  margin-bottom: -10px;
}
/* line 52, sass/main.scss */
h1.noline {
  background: none;
}
/* line 57, sass/main.scss */
h1.big, h1.title {
  margin-bottom: 14px;
  margin-top: 10px;
}
/* line 62, sass/main.scss */
h1.title {
  margin-top: 40px;
}

/* line 67, sass/main.scss */
a {
  text-decoration: none;
  color: #000;
}
/* line 71, sass/main.scss */
a:hover, a:active {
  color: #c8ce13;
}

/* line 76, sass/main.scss */
p {
  margin: 16px 0;
}
/* line 79, sass/main.scss */
p.launch {
  margin-top: 50px;
}

/* line 84, sass/main.scss */
.small-block-grid-1 > li {
  padding: 0 0.625em .7em;
}

/* line 88, sass/main.scss */
.clear {
  clear: both;
}

/* line 92, sass/main.scss */
.underline {
  text-decoration: underline;
}

/* line 96, sass/main.scss */
.hide-on-small {
  display: none;
}

/** gallery **/
/* line 101, sass/main.scss */
.gallery-container {
  position: relative;
}
/* line 104, sass/main.scss */
.gallery-container .prev {
  display: block;
  position: absolute;
  margin-left: 0;
  width: 19px;
  height: 38px;
  background: url(/img/gallery_prev.png) no-repeat;
  cursor: pointer;
  z-index: 3;
}
/* line 114, sass/main.scss */
.gallery-container .prev:hover {
  opacity: 1;
}
/* line 119, sass/main.scss */
.gallery-container .next {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  width: 19px;
  height: 38px;
  margin-left: 10px;
  background: url(/img/gallery_next.png) no-repeat;
  z-index: 3;
}
/* line 130, sass/main.scss */
.gallery-container .next:hover {
  opacity: 1;
}
/* line 135, sass/main.scss */
.gallery-container .indicators {
  text-align: center;
  height: 20px;
  list-style-type: none;
  list-style-position: inside;
  padding: 3px 0 22px 0;
  text-align: center;
}
/* line 143, sass/main.scss */
.gallery-container .indicators li {
  -webkit-border-radius: 100px 100px;
  -moz-border-radius: 100px / 100px;
  border-radius: 100px / 100px;
  background: #c8ce13;
  border: 1px solid #c8ce13;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 4px;
  cursor: pointer;
}
/* line 153, sass/main.scss */
.gallery-container .indicators li.current {
  background: transparent;
}
/* line 161, sass/main.scss */
.gallery-container .gallery {
  overflow: hidden;
}
/* line 164, sass/main.scss */
.gallery-container .gallery #imgs {
  float: left;
  display: inline;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  padding: 0px;
  margin: 0px 0 4px;
  width: 1800px;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 177, sass/main.scss */
.gallery-container .gallery #imgs div {
  float: left;
  padding: 0px;
  margin: 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 185, sass/main.scss */
.gallery-container .gallery #imgs div img {
  width: 100%;
}

/** custom styles **/
/* line 194, sass/main.scss */
#menu {
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-transform: uppercase;
  height: 38px;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
  font-size: 12px;
}
/* line 205, sass/main.scss */
#menu a {
  color: #fff;
  text-decoration: none;
}
/* line 209, sass/main.scss */
#menu a:hover, #menu a:active {
  color: #c8ce13;
}
/* line 214, sass/main.scss */
#menu .pageTitle {
  color: #c8ce13;
}
/* line 219, sass/main.scss */
#menu > div, #menu a {
  padding: 9px 0 8px 0;
  display: inline-block;
}
/* line 223, sass/main.scss */
#menu > div.left, #menu a.left {
  padding-left: 20px;
}
/* line 227, sass/main.scss */
#menu > div.right, #menu a.right {
  padding-right: 20px;
  padding-left: 10px;
  border-left: 1px solid #5a5a5a;
}
/* line 232, sass/main.scss */
#menu > div.right a, #menu a.right a {
  padding: 0;
}
/* line 237, sass/main.scss */
#menu > div.back, #menu a.back {
  border-right: 1px solid #5a5a5a;
  padding-left: 20px;
  padding-right: 20px;
}
/* line 243, sass/main.scss */
#menu > div.arrowLeft, #menu a.arrowLeft {
  float: right;
  padding-right: 20px;
  padding-left: 12px;
  border-left: 1px solid #5a5a5a;
  background: url(/assets/img/arrow_left_white.png) no-repeat 14px center;
  background-size: 6px;
}
/* line 251, sass/main.scss */
#menu > div.arrowLeft span.hide-on-small, #menu a.arrowLeft span.hide-on-small {
  margin-left: 18px;
  margin-top: -1px;
}
/* line 256, sass/main.scss */
#menu > div.arrowLeft:hover, #menu a.arrowLeft:hover {
  background-image: url(/assets/img/arrow_left_green.png);
}
/* line 261, sass/main.scss */
#menu > div.arrowRight, #menu a.arrowRight {
  float: right;
  padding-right: 8px;
  padding-left: 12px;
  border-left: 1px solid #5a5a5a;
  background: url(/assets/img/arrow_right_white.png) no-repeat right center;
  background-size: 6px;
  margin-right: 14px;
}
/* line 270, sass/main.scss */
#menu > div.arrowRight span.hide-on-small, #menu a.arrowRight span.hide-on-small {
  padding-right: 10px;
  margin-top: -1px;
}
/* line 274, sass/main.scss */
#menu > div.arrowRight:hover, #menu a.arrowRight:hover {
  background-image: url(/assets/img/arrow_right_green.png);
}

/* line 284, sass/main.scss */
#stage .gallery-container .indicators {
  display: none;
}
/* line 288, sass/main.scss */
#stage .gallery-container .next {
  background: url(/assets/img/arrow_right_white.png) no-repeat center rgba(0, 0, 0, 0.75);
  background-size: 6px;
  width: 30px;
  height: 30px;
}
/* line 294, sass/main.scss */
#stage .gallery-container .next:hover {
  background-image: url(/assets/img/arrow_right_green.png);
}
/* line 299, sass/main.scss */
#stage .gallery-container .prev {
  background: url(/assets/img/arrow_left_white.png) no-repeat center rgba(0, 0, 0, 0.75);
  background-size: 6px;
  width: 30px;
  height: 30px;
}
/* line 305, sass/main.scss */
#stage .gallery-container .prev:hover {
  background-image: url(/assets/img/arrow_left_green.png);
}
/* line 310, sass/main.scss */
#stage .gallery-container #img-desc {
  clear: left;
  height: 40px;
}
/* line 314, sass/main.scss */
#stage .gallery-container #img-desc a {
  position: absolute;
  display: inline;
  opacity: 0;
  text-transform: uppercase;
  padding: 0 10px 0 20px;
  background: url(/assets/img/arrow.png) no-repeat center right;
  background-size: 6px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 325, sass/main.scss */
#stage .gallery-container #img-desc a.current {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* line 336, sass/main.scss */
#content, #details {
  padding: 0 20px;
}
/* line 341, sass/main.scss */
#content #recentWork ul, #details #recentWork ul {
  padding: 0;
  margin-top: -20px;
}
/* line 345, sass/main.scss */
#content #recentWork ul li, #details #recentWork ul li {
  float: left;
  width: 100%;
  list-style-type: none;
  margin-top: 20px;
}
/* line 351, sass/main.scss */
#content #recentWork ul li .details, #details #recentWork ul li .details {
  display: none;
}
/* line 357, sass/main.scss */
#content #recentWork img, #details #recentWork img {
  width: 100%;
  border: 1px solid #dfd6c5;
}
/* line 364, sass/main.scss */
#content #contactImage, #details #contactImage {
  margin: 0 -20px;
  background: url(/assets/img/esther_iphone.jpg) no-repeat right;
  height: 200px;
  background-size: cover;
}
/* line 376, sass/main.scss */
#content #contactInfo a:hover, #content #contactInfo a:active, #details #contactInfo a:hover, #details #contactInfo a:active {
  color: #000;
  text-decoration: none;
}
/* line 381, sass/main.scss */
#content #contactInfo a.xingLogo, #details #contactInfo a.xingLogo {
  text-decoration: underline;
}
/* line 383, sass/main.scss */
#content #contactInfo a.xingLogo:hover, #content #contactInfo a.xingLogo:active, #details #contactInfo a.xingLogo:hover, #details #contactInfo a.xingLogo:active {
  color: #000;
  text-decoration: none;
}
/* line 392, sass/main.scss */
#content .xingLogo, #details .xingLogo {
  background: url(/assets/img/xing.png) no-repeat center left;
  padding-left: 30px;
  background-size: contain;
  display: inline-block;
  height: 23px;
  margin-right: 10px;
  position: relative;
}

/* line 405, sass/main.scss */
#details {
  padding: 20px;
}
/* line 409, sass/main.scss */
#details .longDesc a {
  text-decoration: underline;
}
/* line 415, sass/main.scss */
#details .gallery-container .next {
  background: url(/assets/img/arrow_right_white.png) no-repeat center rgba(0, 0, 0, 0.75);
  background-size: 6px;
  width: 30px;
  height: 30px;
}
/* line 421, sass/main.scss */
#details .gallery-container .next:hover {
  background-image: url(/assets/img/arrow_right_green.png);
}
/* line 426, sass/main.scss */
#details .gallery-container .prev {
  background: url(/assets/img/arrow_left_white.png) no-repeat center rgba(0, 0, 0, 0.75);
  background-size: 6px;
  width: 30px;
  height: 30px;
}
/* line 432, sass/main.scss */
#details .gallery-container .prev:hover {
  background-image: url(/assets/img/arrow_left_green.png);
}
/* line 438, sass/main.scss */
#details .shortDesc {
  font-family: "PlantinMTPro-Regular";
  padding-bottom: 10px;
}
/* line 442, sass/main.scss */
#details .shortDesc h4 {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  text-transform: uppercase;
  margin: 20px 0 2px 0;
  font-size: 15px;
}
/* line 450, sass/main.scss */
#details .shortDesc p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

/* line 457, sass/main.scss */
#backToTop, #loadMore {
  display: block;
  margin: 40px 0 80px;
  text-align: center;
}
/* line 462, sass/main.scss */
#backToTop .arrow, #loadMore .arrow {
  background: url(/assets/img/arrow_up.png) no-repeat center top;
  background-size: contain;
  width: 10px;
  height: 6px;
  display: block;
  margin: auto;
}

/* line 472, sass/main.scss */
#loadMore {
  margin: 30px 0 50px;
}
/* line 475, sass/main.scss */
#loadMore .arrow {
  background-image: url(/assets/img/arrow_down.png);
}

/**** Tablet ***/
@media only screen and (min-width: 600px) {
  /* line 484, sass/main.scss */
  body {
    font-size: 18px;
    line-height: 26px;
  }

  /* line 489, sass/main.scss */
  h1 {
    font-size: 40px;
    background-size: 50px;
    padding-top: 25px;
  }
  /* line 494, sass/main.scss */
  h1.noline {
    font-size: 30px;
  }
  /* line 498, sass/main.scss */
  h1.big {
    padding-top: 25px;
    margin-top: 45px;
    margin-bottom: 24px;
  }

  /* line 505, sass/main.scss */
  h2 {
    font-size: 26px;
    margin-bottom: -9px;
  }

  /* line 511, sass/main.scss */
  h3#subline {
    margin: 20px auto 44px auto;
    font-size: 23px;
  }

  /* line 517, sass/main.scss */
  .hide-on-small {
    display: inline;
  }

  /* line 521, sass/main.scss */
  #menu {
    height: 48px;
    font-size: 16px;
  }
  /* line 525, sass/main.scss */
  #menu > div {
    padding: 11px 0 11px 0;
  }
  /* line 529, sass/main.scss */
  #menu > a {
    padding: 11px 0 11px 0;
    height: 48px;
  }

  /* line 537, sass/main.scss */
  #stage .gallery-container .next, #stage .gallery-container .prev {
    display: none;
  }
  /* line 541, sass/main.scss */
  #stage .gallery-container #imgs div {
    position: absolute;
    opacity: 0;
    background-size: cover;
    background-position: center;
  }
  /* line 547, sass/main.scss */
  #stage .gallery-container #imgs div img {
    visibility: hidden;
  }
  /* line 551, sass/main.scss */
  #stage .gallery-container #imgs div:last-child {
    position: relative;
  }
  /* line 555, sass/main.scss */
  #stage .gallery-container #imgs div:first-child {
    opacity: 1;
  }
  /* line 560, sass/main.scss */
  #stage .gallery-container #img-desc {
    position: absolute;
    height: auto;
  }
  /* line 564, sass/main.scss */
  #stage .gallery-container #img-desc a {
    position: static;
    opacity: 1;
    display: block;
    float: left;
    clear: left;
    margin-top: 1px;
    background: rgba(0, 0, 0, 0.75) right;
    color: #fff;
    padding: 10px 15px;
    height: 40px;
    font-size: 17px;
    padding: 7px 40px 0 15px;
    -webkit-transition: all 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition: all 0.8s;
  }
  /* line 582, sass/main.scss */
  #stage .gallery-container #img-desc a:hover, #stage .gallery-container #img-desc a.highlighted {
    color: #c8ce13;
    background: url(/assets/img/stage_arrow.png) rgba(0, 0, 0, 0.75) no-repeat right;
    padding-right: 50px;
    -webkit-transition: all 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition: all 0.4s;
  }

  /* line 597, sass/main.scss */
  #content #headline, #details #headline {
    font-size: 50px;
    margin-top: 72px;
    padding-top: 29px;
  }
  /* line 604, sass/main.scss */
  #content .gallery-container .indicators, #details .gallery-container .indicators {
    padding: 10px 0 33px 0;
  }
  /* line 610, sass/main.scss */
  #content .longDesc h1, #details .longDesc h1 {
    margin-bottom: 0px;
  }
  /* line 615, sass/main.scss */
  #content .shortDesc, #details .shortDesc {
    margin-top: 30px;
  }
  /* line 618, sass/main.scss */
  #content .shortDesc h4, #details .shortDesc h4 {
    font-size: 16px;
    margin: 16px 0 -3px 0;
  }
  /* line 623, sass/main.scss */
  #content .shortDesc p, #details .shortDesc p {
    font-size: 15px;
    line-height: 20px;
    padding-top: 6px;
  }
  /* line 633, sass/main.scss */
  #content #recentWork ul li, #details #recentWork ul li {
    position: relative;
    overflow: hidden;
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
  }
  /* line 640, sass/main.scss */
  #content #recentWork ul li:nth-child(2n+0), #details #recentWork ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  /* line 645, sass/main.scss */
  #content #recentWork ul li a .details, #details #recentWork ul li a .details {
    display: none;
  }
  /* line 653, sass/main.scss */
  #content #contactImage, #details #contactImage {
    height: 420px;
    background-image: url(/assets/img/esther_desktop.jpg);
  }
  /* line 658, sass/main.scss */
  #content #contactInfo, #details #contactInfo {
    margin-top: -380px;
    height: 380px;
  }
}
/**** Desktop ***/
@media only screen and (min-width: 1024px) {
  /* line 671, sass/main.scss */
  #page-container {
    max-width: 1024px;
    margin: auto;
  }

  /* line 678, sass/main.scss */
  #details .longDesc {
    max-width: 560px;
    margin-right: 50px;
    float: left;
  }
  /* line 684, sass/main.scss */
  #details .shortDesc {
    font-family: "PlantinMTPro-Regular";
    padding-bottom: 10px;
    float: left;
    width: 250px;
    margin-top: 76px;
  }
  /* line 691, sass/main.scss */
  #details .shortDesc h4 {
    font-size: 16px;
  }
  /* line 695, sass/main.scss */
  #details .shortDesc p {
    font-size: 15px;
  }

  /* line 705, sass/main.scss */
  #content #recentWork ul, #details #recentWork ul {
    margin-top: -19px;
  }
  /* line 708, sass/main.scss */
  #content #recentWork ul li, #details #recentWork ul li {
    position: relative;
    overflow: hidden;
    padding-bottom: 0;
    width: 32%;
    margin-top: 19px;
    margin-right: 2%;
  }
  /* line 716, sass/main.scss */
  #content #recentWork ul li:nth-child(2n+0), #details #recentWork ul li:nth-child(2n+0) {
    margin-right: 2%;
  }
  /* line 720, sass/main.scss */
  #content #recentWork ul li:nth-child(3n+0), #details #recentWork ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  /* line 725, sass/main.scss */
  #content #recentWork ul li a .details, #details #recentWork ul li a .details {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 315px;
    height: 238px;
    margin-left: -1px;
    padding: 16px;
  }
  /* line 735, sass/main.scss */
  #content #recentWork ul li a .details .title, #details #recentWork ul li a .details .title {
    color: #c8ce13;
    font-size: 45px;
    display: block;
    position: absolute;
    margin-top: 8px;
    font-family: "PlantinMTPro-Regular";
    line-height: 45px;
  }
  /* line 745, sass/main.scss */
  #content #recentWork ul li a .details .sub, #details #recentWork ul li a .details .sub {
    background: url(/assets/img/subhl_bar.png) no-repeat top left;
    position: absolute;
    margin-top: 142px;
    padding-top: 4px;
  }
  /* line 757, sass/main.scss */
  #content .xingLogo, #details .xingLogo {
    padding-left: 33px;
    height: 27px;
  }
  /* line 762, sass/main.scss */
  #content #contactImage, #details #contactImage {
    height: 550px;
    margin: 0;
  }
  /* line 767, sass/main.scss */
  #content #contactInfo, #details #contactInfo {
    margin-top: -460px;
    height: 460px;
    margin-left: 20px;
  }
  /* line 774, sass/main.scss */
  #content #contact #clients, #details #contact #clients {
    width: 45%;
    float: left;
  }
  /* line 779, sass/main.scss */
  #content #contact #awards, #details #contact #awards {
    width: 45%;
    float: right;
  }
}
