/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,700);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/******************************************

	Breakpoints

******************************************/
/******************************************

	Grunticon mixin
	usage: @include grunticon(icon-my-svg);

******************************************/
/******************************************

	rem mixin

******************************************/
/******************************************

	% (percent) mixin

******************************************/
/* ==========================================================================
   Be sure how to use extends in @media:
   https://github.com/nex3/sass/issues/915
   ========================================================================== */
.js .collapsed .abstract:after {
  content: '';
  display: block;
  position: absolute; }

.grid-item figcaption {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.grid-item figcaption.focusable:active,
.grid-item figcaption.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.expandable:before,
.expandable:after {
  content: " ";
  display: table; }

.expandable:after {
  clear: both; }

.expandable {
  *zoom: 1; }

.intro h2 {
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.outer-wrapper {
  display: table;
  width: 100%;
  word-spacing: -1em; }

.col-1,
.col-2, .content-wrapper {
  display: inline-block;
  vertical-align: top;
  word-spacing: 0; }

.slideshow-close,
.slideshow-download {
  text-indent: 200%;
  overflow: hidden; }

.slideshow-pager button, .slideshow-close,
.slideshow-download {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border: none;
  color: transparent;
  background: transparent; }

* {
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-family: "Lato", "Helvetica", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: auto;
  color: #333;
  background: #DDDED8;
  font-size: 15px;
  line-height: 22px; }
  body.slideshow-open {
    overflow-y: hidden; }

/* Standardelemente */
ul,
ol {
  list-style-type: none; }

img {
  border: none; }

a {
  text-decoration: underline;
  color: #333; }
  a:hover,
  a:focus {
    text-decoration: none; }

button {
  cursor: pointer; }

h1,
h2,
h3 {
  font-weight: 300;
  margin: 0 0 20px;
  word-spacing: 0; }

header h1 {
  color: #93938E;
  margin-bottom: .4rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .35em;
  text-transform: uppercase;
  display: block; }
  header h1 span {
    margin-top: .8rem;
    display: block;
    text-transform: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    color: #93938E;
    text-indent: 16rem; }

article {
  width: 100%; }
  article p {
    max-width: 700px; }

aside {
  width: 100%; }
  aside h1 {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    width: 100%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1 1 100%;
    /* Chrome */
    -ms-flex: 1 1 100%;
    /* IE 10 */
    flex: 1 1 100%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 300;
    color: #93938E;
    padding: 0 10px; }
  aside p {
    max-width: 700px; }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem; }

p {
  margin: 0 0 20px; }

@media only screen and (min-width: 1024px) {
  header h6 {
    font-family: desktop; } }

@media only screen and (max-width: 479px) {
  header h6 {
    font-family: phone; } }

.outer-wrapper {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden; }
  .outer-wrapper:after {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(238, 238, 238, 0.95);
    z-index: 0; }
  .outer-wrapper.slideshow-running {
    display: block;
    opacity: 1; }

.col-1,
.col-2 {
  -webkit-transition: all 250ms;
  transition: all 250ms; }

.col {
  padding: 60px;
  position: relative;
  width: 100%; }

aside {
  margin: 80px 0 40px 0; }

.items-group {
  position: relative;
  margin-bottom: 40px; }
  .items-group.header {
    margin-top: 25px; }

.content-wrapper {
  position: relative;
  width: 100%;
  padding: 0; }

.box {
  padding: 0 10px;
  width: 33.333333%; }
  .nav-visible .header .box {
    padding-left: 10px; }
  .box.size-2 {
    width: 66.666667%; }
  .box.size-3 {
    width: 100%; }

.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.grid-item {
  position: relative;
  padding: 10px; }
  .no-js .grid-item {
    width: 100% !important;
    max-width: 480px; }
  .grid-item.copy {
    width: 30%; }
  .grid-item a[data-params] {
    display: block;
    height: 0;
    padding-bottom: 66.6667%;
    background: #E7E8E2; }
    .grid-item a[data-params]:hover img,
    .grid-item a[data-params]:focus img {
      -webkit-transform: scale(1.1) translate3d(0, 0, 0);
      transform: scale(1.1) translate3d(0, 0, 0); }
  .grid-item img {
    -webkit-transition: -webkit-transform 500ms, opacity 250ms;
    transition: transform 500ms, opacity 250ms;
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    height: auto;
    width: 100%; }
    .js .grid-item img.lazyload {
      opacity: 0; }
    .js .grid-item img.lazyloaded {
      opacity: 1; }

.grid-item-inner {
  position: relative;
  -webkit-transition: all 250ms;
  transition: all 250ms; }

.intro-text-inner {
  padding: 20px;
  background: #eee; }

.abstract {
  position: relative; }
  .js .collapsed .abstract:after {
    bottom: 0;
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(top, rgba(221, 222, 216, 0) 0%, #ddded8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(221, 222, 216, 0)), color-stop(100%, #ddded8));
    background: -webkit-linear-gradient(top, rgba(221, 222, 216, 0) 0%, #ddded8 100%);
    background: -o-linear-gradient(top, rgba(221, 222, 216, 0) 0%, #ddded8 100%);
    background: -ms-linear-gradient(top, rgba(221, 222, 216, 0) 0%, #ddded8 100%);
    background: linear-gradient(to bottom, rgba(221, 222, 216, 0) 0%, #ddded8 100%); }

#spinner {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 10;
  padding: 20px; }
  .js #spinner {
    display: block; }
  #spinner span {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    text-indent: -400%;
    animation: rotate 3s infinite;
    -webkit-animation: rotate 3s infinite; }
    #spinner span:before,
    #spinner span:after {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.25);
      position: absolute;
      right: 0;
      top: 0;
      -webkit-animation: shrinkafter 3s infinite; }
    #spinner span:after {
      background: rgba(0, 0, 0, 0.05);
      right: auto;
      top: auto;
      left: 0;
      bottom: 0;
      -webkit-animation: shrinkafter 3s infinite; }

@-webkit-keyframes shrinkbefore {
  0% {
    right: 100px;
    opacity: 1; }
  100% {
    right: 0px;
    opacity: 0; } }

@keyframes shrinkbefore {
  0% {
    right: 100px;
    opacity: 1; }
  100% {
    right: 0px;
    opacity: 0; } }

@-webkit-keyframes shrinkafter {
  0% {
    left: 100px;
    opacity: 1; }
  100% {
    left: 0px;
    opacity: 0; } }

@keyframes shrinkafter {
  0% {
    left: 100px;
    opacity: 1; }
  100% {
    left: 0px;
    opacity: 0; } }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(720deg); } }

@keyframes rotate {
  100% {
    transform: rotate(720deg); } }

.media {
  position: relative;
  z-index: 1; }
  .media.fixed {
    position: fixed; }

.mask,
.js .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3; }

.overlay {
  display: block; }
  .no-touch .overlay {
    position: fixed; }
  .touch .overlay {
    position: sticky; }

.mask {
  background: #DDDED8;
  position: fixed; }

.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 10px;
  z-index: 5;
  opacity: 0;
  transition: width 200ms, opacity 200ms, transform 200ms 500ms;
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-100%); }
  .progress-bar.js-show {
    opacity: 1;
    transform: translateY(0); }

.slideshow {
  position: absolute;
  z-index: 4; }
  .slideshow li {
    height: 100%;
    text-align: center; }
    .js .slideshow li {
      position: absolute;
      display: none;
      opacity: 0; }
  .slideshow img {
    display: block;
    position: relative;
    height: 100%; }

.slideshow-inner {
  position: relative;
  height: 100%; }

.slideshow-counter {
  display: none;
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  text-align: center; }
  .js .slideshow-counter {
    display: block; }

.slideshow-pager {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 5;
  width: 100%;
  height: 200px;
  margin-top: -100px; }
  .js .slideshow-pager {
    display: block; }
  .user-idle .slideshow-pager {
    opacity: 0; }
  .slideshow-pager button {
    position: absolute;
    right: 0;
    height: 100%;
    width: 160px; }
    .slideshow-pager button:before {
      content: '';
      position: absolute;
      height: 20px;
      width: 20px;
      border-right: 2px solid #fff;
      border-top: 2px solid #fff;
      top: 0;
      left: auto;
      bottom: 0;
      right: 60px;
      margin: auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      box-shadow: 1px -1px 0px rgba(0, 0, 0, 0.2); }
    .slideshow-pager button.prev {
      left: 0;
      right: auto; }
      .slideshow-pager button.prev:before {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        left: 60px;
        right: auto; }
    .slideshow-pager button:hover:before,
    .slideshow-pager button:focus:before {
      border-right-color: #fff;
      border-top-color: #fff; }
    .slideshow-pager button:focus {
      outline: none; }

.slideshow-close,
.slideshow-download {
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  visibility: visible;
  opacity: 1;
  display: none;
  position: fixed;
  top: 40px;
  right: 40px;
  opacity: 1;
  z-index: 5; }
  .js .slideshow-close,
  .js .slideshow-download {
    display: block; }
  .user-idle .slideshow-close,
  .user-idle .slideshow-download {
    opacity: 0; }
  .slideshow-close:before,
  .slideshow-close:after,
  .slideshow-download:before,
  .slideshow-download:after {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.slideshow-close {
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  transition: all 250ms; }
  .slideshow-close:before,
  .slideshow-close:after {
    height: 8px;
    width: 8px;
    border: 2px solid transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -18px;
    box-shadow: 2px -2px 0 #fff; }
  .slideshow-close:after {
    border-top-color: rgba(0, 0, 0, 0.2);
    border-right-color: rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: 18px; }
  .slideshow-close:hover,
  .slideshow-close:focus {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.slideshow-download {
  top: auto;
  bottom: 40px; }
  .slideshow-download:before,
  .slideshow-download:after {
    height: 10px;
    width: 20px;
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 2px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid; }
  .slideshow-download:after {
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left-style: none;
    margin-top: 4px; }
  .slideshow-download:hover:after,
  .slideshow-download:focus:after {
    margin-top: 8px;
    border-color: #fff; }

.overflow-hidden {
  overflow: hidden; }

/* ---------- PAGE CONTROLS ---------- */
.page-controls button {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border: none;
  z-index: 2;
  cursor: pointer; }
  .page-controls button:before,
  .page-controls button:after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .page-controls button .open {
    display: block; }
  .page-controls button .close {
    display: none; }

.page-controls .fullscreen-toggle-btn {
  display: none;
  background: transparent; }
  .fullscreen .page-controls .fullscreen-toggle-btn {
    display: block; }
  .page-controls .fullscreen-toggle-btn:before {
    -webkit-transition: all 250ms;
    transition: all 250ms;
    height: 14px;
    width: 24px;
    border: 2px solid rgba(147, 147, 142, 0.5); }
  .page-controls .fullscreen-toggle-btn:after {
    height: 26px;
    border: 2px solid rgba(147, 147, 142, 0.3); }
  .page-controls .fullscreen-toggle-btn span {
    position: absolute;
    top: 50%;
    right: 55px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
    width: 120px;
    padding: 7px;
    background: #fff;
    margin-top: -14px;
    border-radius: 2px; }
    .page-controls .fullscreen-toggle-btn span:after {
      content: ' ';
      position: absolute;
      top: 50%;
      right: -5px;
      margin-top: -5px;
      height: 10px;
      width: 10px;
      background: inherit;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .page-controls .fullscreen-toggle-btn .open {
    width: 70px; }
  .page-controls .fullscreen-toggle-btn .close {
    width: 120px; }
  .page-controls .fullscreen-toggle-btn:hover,
  .page-controls .fullscreen-toggle-btn:focus {
    outline: none; }
    .page-controls .fullscreen-toggle-btn:hover:before,
    .page-controls .fullscreen-toggle-btn:focus:before {
      height: 26px;
      width: 34px;
      border: 2px solid #93938E; }
    .page-controls .fullscreen-toggle-btn:hover span,
    .page-controls .fullscreen-toggle-btn:focus span {
      visibility: visible;
      opacity: 1; }
  .fullscreen-active .page-controls .fullscreen-toggle-btn .open {
    display: none; }
  .fullscreen-active .page-controls .fullscreen-toggle-btn .close {
    display: block; }

.expandable {
  -webkit-transition: height 250ms;
  transition: height 250ms;
  margin-bottom: 20px; }
  .js .expandable {
    height: 0;
    overflow: hidden; }
  .collapsed .expandable {
    margin: 0; }

.expand-btn {
  font-family: "Lato", "Helvetica", sans-serif;
  font-weight: 300;
  background: transparent;
  border: none;
  font-size: 100%; }
  .no-js .expand-btn {
    display: none; }
  .expand-btn .open {
    display: block; }
  .expand-btn .close {
    display: none; }
  .expand-btn.on .open {
    display: none; }
  .expand-btn.on .close {
    display: block; }

@media only screen and (min-width: 1024px) {
  .grid-item {
    width: 20%;
    -ms-flex: 1 0 20%; }
    .grid-item.size-2 {
      width: 40%; } }

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .grid-item {
    width: 33.333333%;
    -ms-flex: 1 0 33.333333%; }
    .grid-item.size-2 {
      width: 66.666666%;
      -ms-flex: 1 0 66.6666666%; }
  header h1 span {
    text-indent: 0; } }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .grid-item {
    width: 50%;
    -ms-flex: 1 0 50%; }
  header h1 {
    font-size: 1.4rem; }
    header h1 span {
      margin-top: .2rem;
      font-size: 1rem;
      line-height: 1rem;
      text-indent: 0; } }

@media only screen and (max-width: 479px) {
  .col {
    padding: 30px; }
  .grid-item {
    width: 100%;
    -ms-flex: 1 0 100%; }
  header h1 {
    font-size: 1rem; }
    header h1 span {
      margin-top: .2rem;
      font-size: 1rem;
      line-height: 1rem;
      text-indent: 0; } }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
	* Don't show links for images, or javascript/internal links
	*/
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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