/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  font-family: "AvenirLTStd-Book", sans-serif;
  font-weight: 300;
  line-height: 1.4em;
  background-color: #fffcf8;
  color: #2a2a2a;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: none;
  color: #2a2a2a; }

h1 {
  font-family: AvenirLTStd-Black;
  font-weight: 300;
  font-size: 200%;
  color: #2a2a2a;
  line-height: 1.5em;
  margin: 0em; }

p {
  margin-top: 0.5em;
  margin-bottom: 1.5em; }

h3 {
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5em;
  color: #999;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

@media only screen and (min-width : 1px) and (max-width : 600px) {
  html {
    font-size: 110%; } }

@media only screen and (min-width : 601px) and (max-width : 1100px) {
  html {
    font-size: 120%; } }

@media only screen and (min-width : 1101px) and (max-width : 1600px) {
  html {
    font-size: 130%; } }

@media only screen and (min-width : 1601px) and (max-width : 2000px) {
  html {
    font-size: 140%; } }

@media only screen and (min-width : 2001px) {
  html {
    font-size: 150%; } }

/* @include box-shadow(1px,1px,1px,0, #fff, true); */
.container {
  margin: 0 auto;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%; }

.col {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 100%; }
  .col article {
    box-sizing: border-box;
    margin-top: 0px; }

@media only screen and (min-width : 1px) and (max-width : 600px) {
  .col.m12 article {
    width: calc(100% / 12); }
  .col.m11 article {
    width: calc(100% / 11); }
  .col.m10 article {
    width: calc(100% / 10); }
  .col.m9 article {
    width: calc(100% / 9); }
  .col.m8 article {
    width: calc(100% / 8); }
  .col.m7 article {
    width: calc(100% / 7); }
  .col.m6 article {
    width: calc(100% / 6); }
  .col.m5 article {
    width: calc(100% / 5); }
  .col.m4 article {
    width: calc(100% / 4); }
  .col.m3 article {
    width: calc(100% / 3); }
  .col.m2 article {
    width: calc(100% / 2); }
  .col.m1 article {
    width: calc(100% / 1); } }

@media only screen and (min-width : 601px) and (max-width : 1100px) {
  .col.s12 article {
    width: calc(100% / 12); }
  .col.s11 article {
    width: calc(100% / 11); }
  .col.s10 article {
    width: calc(100% / 10); }
  .col.s9 article {
    width: calc(100% / 9); }
  .col.s8 article {
    width: calc(100% / 8); }
  .col.s7 article {
    width: calc(100% / 7); }
  .col.s6 article {
    width: calc(100% / 6); }
  .col.s5 article {
    width: calc(100% / 5); }
  .col.s4 article {
    width: calc(100% / 4); }
  .col.s3 article {
    width: calc(100% / 3); }
  .col.s2 article {
    width: calc(100% / 2); }
  .col.s1 article {
    width: calc(100% / 1); } }

@media only screen and (min-width : 1101px) and (max-width : 1600px) {
  .col.l12 article {
    width: calc(100% / 12); }
  .col.l11 article {
    width: calc(100% / 11); }
  .col.l10 article {
    width: calc(100% / 10); }
  .col.l9 article {
    width: calc(100% / 9); }
  .col.l8 article {
    width: calc(100% / 8); }
  .col.l7 article {
    width: calc(100% / 7); }
  .col.l6 article {
    width: calc(100% / 6); }
  .col.l5 article {
    width: calc(100% / 5); }
  .col.l4 article {
    width: calc(100% / 4); }
  .col.l3 article {
    width: calc(100% / 3); }
  .col.l2 article {
    width: calc(100% / 2); }
  .col.l1 article {
    width: calc(100% / 1); } }

@media only screen and (min-width : 1601px) and (max-width : 2000px) {
  .col.x12 article {
    width: calc(100% / 12); }
  .col.x11 article {
    width: calc(100% / 11); }
  .col.x10 article {
    width: calc(100% / 10); }
  .col.x9 article {
    width: calc(100% / 9); }
  .col.x8 article {
    width: calc(100% / 8); }
  .col.x7 article {
    width: calc(100% / 7); }
  .col.x6 article {
    width: calc(100% / 6); }
  .col.x5 article {
    width: calc(100% / 5); }
  .col.x4 article {
    width: calc(100% / 4); }
  .col.x3 article {
    width: calc(100% / 3); }
  .col.x2 article {
    width: calc(100% / 2); }
  .col.x1 article {
    width: calc(100% / 1); } }

@media only screen and (min-width : 2001px) {
  .col.xx12 article {
    width: calc(100% / 12); }
  .col.xx11 article {
    width: calc(100% / 11); }
  .col.xx10 article {
    width: calc(100% / 10); }
  .col.xx9 article {
    width: calc(100% / 9); }
  .col.xx8 article {
    width: calc(100% / 8); }
  .col.xx7 article {
    width: calc(100% / 7); }
  .col.xx6 article {
    width: calc(100% / 6); }
  .col.xx5 article {
    width: calc(100% / 5); }
  .col.xx4 article {
    width: calc(100% / 4); }
  .col.xx3 article {
    width: calc(100% / 3); }
  .col.xx2 article {
    width: calc(100% / 2); }
  .col.xx1 article {
    width: calc(100% / 1); } }

.img {
  width: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  background-color: transparent; }
  .img.rect {
    padding-bottom: 100%; }
  .img.widescreen {
    padding-bottom: 56.25%; }
  .img.circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .img.gap {
    width: 95%;
    padding-bottom: 95%;
    margin-bottom: 5%; }
  .img.gap-widescreen {
    padding-bottom: 55%;
    width: 95%;
    margin-bottom: 5%; }

img {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

section#intro .headline {
  margin-top: 2em; }

section#intro .date {
  margin-top: 1em; }

.raute {
  margin-left: -0.5em;
  margin-top: 3em;
  display: inline-block; }
  .raute svg {
    display: block;
    width: 220px;
    height: 220px; }
    .raute svg * {
      stroke: #2a2a2a;
      stroke-width: 28; }

@media only screen and (min-width : 1px) and (max-width : 600px) {
  .raute svg {
    width: 70px;
    height: 70px; }
    .raute svg * {
      stroke: #2a2a2a;
      stroke-width: 40; } }

@media only screen and (min-width : 601px) and (max-width : 1100px) {
  .raute svg {
    width: 100px;
    height: 100px; }
    .raute svg * {
      stroke: #2a2a2a;
      stroke-width: 40; } }

@media only screen and (min-width : 1101px) and (max-width : 1600px) {
  .raute svg {
    width: 140px;
    height: 140px; }
    .raute svg * {
      stroke: #2a2a2a;
      stroke-width: 35; } }

@media only screen and (min-width : 1601px) and (max-width : 2000px) {
  .raute svg {
    width: 180px;
    height: 180px; }
    .raute svg * {
      stroke: #2a2a2a;
      stroke-width: 30; } }

@media only screen and (min-width : 2001px) {
  .raute svg {
    width: 220px;
    height: 220px; }
    .raute svg * {
      stroke: #2a2a2a;
      stroke-width: 30; } }

section#message {
  padding: 4em 0em; }
  section#message a {
    text-decoration: none;
    border-bottom: 2px solid #2a2a2a; }

@media only screen and (min-width : 1601px) and (max-width : 2000px) {
  section#message .message {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em; } }

@media only screen and (min-width : 2001px) {
  section#message .message {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em; } }

section#profile {
  margin-top: 1em; }
  section#profile .profil {
    margin-top: 2em;
    margin-bottom: 4em; }
  section#profile #slideshow {
    width: 100%;
    height: 80vh;
    margin-bottom: 2em; }

.vegas-animation-zoom {
  animation: zoom ease-out; }

@keyframes zoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }

@media only screen and (min-width : 1601px) and (max-width : 2000px) {
  section#profile .profil {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em; } }

@media only screen and (min-width : 2001px) {
  section#profile .profil {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em; } }

section#experts {
  margin-top: 3em;
  margin-bottom: 3em; }
  section#experts .headline {
    margin-bottom: 2em; }
  section#experts article {
    margin-bottom: 3em; }
    section#experts article .name, section#experts article .title, section#experts article .description {
      max-width: 90%; }
    section#experts article .image {
      margin-bottom: 1em;
      width: 50%;
      padding-bottom: 50%; }
    section#experts article .name {
      font-family: AvenirLTStd-Black;
      margin-bottom: 0.1em; }
    section#experts article .title {
      font-family: AvenirLTStd-Book;
      color: #999;
      margin-bottom: 0.2em; }
    section#experts article .description {
      line-height: 1.33em; }

section.project {
  margin-bottom: 6em; }
  section.project .grid, section.project .images {
    outline: none !important;
    border: none !important; }
  section.project .headline {
    margin-top: 1.5em;
    max-width: 1000px; }
  section.project .description {
    margin-top: 1em; }
  section.project .tags {
    margin-top: 5em;
    font-size: 80%; }
    section.project .tags li {
      list-style-type: none;
      position: relative;
      display: inline-block;
      padding: 0.2em 1.2em;
      margin-right: 0.4em;
      margin-bottom: 0.8em;
      padding-top: 0.55em;
      border: 2px solid #2a2a2a; }
  section.project .meta {
    margin-top: 1em;
    font-size: 80%; }
    section.project .meta li {
      list-style-type: none;
      position: relative;
      display: inline-block;
      margin-right: 1.5em; }
      section.project .meta li span {
        font-family: AvenirLTStd-Black; }
  section.project .links {
    margin-top: 4em;
    font-size: 80%; }
    section.project .links a {
      margin-right: 1em;
      text-decoration: none;
      border-bottom: 2px solid #2a2a2a; }
  section.project figure.thumb {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column; }
    section.project figure.thumb img {
      width: 100%;
      height: auto; }
    section.project figure.thumb figcaption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      border: none;
      cursor: pointer;
      padding: 0px;
      margin: 0;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      section.project figure.thumb figcaption svg {
        position: relative;
        left: 4%;
        display: block;
        width: 16px;
        height: 16px;
        margin: 0;
        padding: 1em; }
        section.project figure.thumb figcaption svg * {
          fill: black; }
  section.project .images {
    margin-top: 2em; }

@media only screen and (min-width : 1px) and (max-width : 600px) {
  section.project {
    /*.hero{ padding-bottom:130%; }*/ }
    section.project .images {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1em;
      -moz-column-gap: 1em;
      column-gap: 1em; } }

@media only screen and (min-width : 601px) and (max-width : 1100px) {
  section.project {
    /*.hero{ padding-bottom:80%; }*/ }
    section.project .images {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 1em;
      -moz-column-gap: 1em;
      column-gap: 1em; } }

@media only screen and (min-width : 1101px) and (max-width : 1600px) {
  section.project {
    /*.hero{ padding-bottom:60%; }*/ }
    section.project .images {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1em;
      -moz-column-gap: 1em;
      column-gap: 1em; } }

@media only screen and (min-width : 1601px) and (max-width : 2000px) {
  section.project {
    /*.hero{ padding-bottom:50%; }*/ }
    section.project .images {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1em;
      -moz-column-gap: 1em;
      column-gap: 1em; }
    section.project .description {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 4em;
      -moz-column-gap: 4em;
      column-gap: 4em; } }

@media only screen and (min-width : 2001px) {
  section.project {
    /*.hero{ padding-bottom:45%; }*/ }
    section.project .images {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 1em;
      -moz-column-gap: 1em;
      column-gap: 1em; }
    section.project .description {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 4em;
      -moz-column-gap: 4em;
      column-gap: 4em; } }

section.cover {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  section.cover div.text {
    width: 80%;
    margin: 0px;
    padding: 10em 0em;
    text-align: center; }
    section.cover div.text h1 {
      font-size: 400%;
      line-height: 1.3em;
      margin: 0px;
      padding: 0px; }
    section.cover div.text h2 {
      font-family: "AvenirLTStd-Book", sans-serif;
      font-weight: 300;
      font-size: 200%;
      line-height: 1.5em;
      margin: 0px;
      padding: 0px;
      margin-top: 1em; }

@media only screen and (min-width : 1px) and (max-width : 600px) {
  section.cover div.text h1 {
    font-size: 150%; }
  section.cover div.text h2 {
    font-size: 100%; } }

@media only screen and (min-width : 601px) and (max-width : 1100px) {
  section.cover div.text h1 {
    font-size: 200%; }
  section.cover div.text h2 {
    font-size: 100%; } }

@media only screen and (min-width : 1101px) and (max-width : 1600px) {
  section.cover div.text h1 {
    font-size: 300%; }
  section.cover div.text h2 {
    font-size: 150%; } }

@media only screen and (min-width : 1601px) and (max-width : 2000px) {
  section.cover div.text h1 {
    font-size: 400%; }
  section.cover div.text h2 {
    font-size: 200%; } }

@media only screen and (min-width : 2001px) {
  section.cover div.text h1 {
    font-size: 500%; }
  section.cover div.text h2 {
    font-size: 250%; } }

section#contacts {
  margin-top: 3em;
  margin-bottom: 3em; }
  section#contacts .headline {
    margin-bottom: 2em; }
  section#contacts article {
    margin-bottom: 3em; }
    section#contacts article .name, section#contacts article .title, section#contacts article .phone, section#contacts article .mobile, section#contacts article .email {
      max-width: 90%; }
    section#contacts article .image {
      margin-bottom: 1em;
      width: 50%;
      padding-bottom: 50%; }
    section#contacts article .name {
      font-family: AvenirLTStd-Black;
      margin-bottom: 0.1em; }
    section#contacts article .title {
      font-family: AvenirLTStd-Book;
      color: #999;
      margin-bottom: 0.2em; }
    section#contacts article .email a {
      text-decoration: none;
      border-bottom: 2px solid #2a2a2a; }
    section#contacts article .email, section#contacts article .phone, section#contacts article .mobile {
      word-wrap: break-word; }
      section#contacts article .email span, section#contacts article .phone span, section#contacts article .mobile span {
        font-family: AvenirLTStd-Black; }

section#location {
  margin-top: 3em;
  margin-bottom: 3em; }
  section#location .company {
    margin-bottom: 0.3em; }
    section#location .company span {
      font-family: AvenirLTStd-Black; }
  section#location .contact {
    font-size: 80%; }
    section#location .contact li {
      list-style-type: none;
      position: relative;
      display: inline-block;
      margin-right: 1.5em; }
      section#location .contact li span {
        font-family: AvenirLTStd-Black; }
  section#location a {
    text-decoration: none;
    border-bottom: 2px solid #2a2a2a; }

section#footer {
  margin-top: 3em;
  margin-bottom: 3em; }
  section#footer li {
    list-style-type: none;
    position: relative;
    display: inline-block;
    margin-right: 1.5em; }
  section#footer a {
    text-decoration: none;
    border-bottom: 2px solid #2a2a2a; }

section#error {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh; }
  section#error .warning {
    text-align: center; }
    section#error .warning .raute {
      margin-top: 0em !important; }
    section#error .warning .message {
      margin-top: 1em; }

.newhero {
  width: 100%;
  display: grid; }
  .newhero figure {
    margin: 0;
    padding: 0;
    border: 0;
    grid-column: 1;
    grid-row: 1;
    background-color: black; }
    .newhero figure img, .newhero figure svg {
      display: block;
      margin: 0;
      padding: 0;
      border: 0;
      object-fit: cover; }

@media only screen and (min-width : 1px) and (max-width : 600px) {
  .newhero {
     width: 100%;}
    .newhero img, .newhero svg {
      width: 100%;
	  height: auto;} }

@media only screen and (min-width : 601px) and (max-width : 1100px) {
  .newhero {
    height: 95vh; }
    .newhero img, .newhero svg {
      height: 95vh; } }

@media only screen and (min-width : 1101px) and (max-width : 1600px) {
  .newhero {
    height: 90vh; }
    .newhero img, .newhero svg {
      height: 90vh; } }

@media only screen and (min-width : 1601px) and (max-width : 2000px) {
  .newhero {
    height: 80vh; }
    .newhero img, .newhero svg {
      height: 80vh; } }

@media only screen and (min-width : 2001px) {
  .newhero {
    height: 80vh; }
    .newhero img, .newhero svg {
      height: 80vh; } }

.newperson {
  display: grid;
  margin-bottom: 2em; }
  .newperson figure {
    margin: 0;
    padding: 0;
    border: 0;
    grid-column: 1;
    grid-row: 1;
    background-color: black;
    margin-right: 2em; }
    .newperson figure img, .newperson figure svg {
      display: block;
      margin: 0;
      padding: 0;
      border: 0;
      object-fit: cover; }

section.controlls {
  position: fixed;
  top: 1em;
  right: 1em;
  z-index: 4444;
  cursor: pointer; }
  section.controlls .close {
    width: 16px;
    height: 16px;
    display: none; }

.mfp-popup {
  pointer-events: none;
  position: relative;
  padding: 0;
  max-width: 90vw;
  margin: 0em auto; }
  .mfp-popup figure {
    box-sizing: border-box;
    margin: 0px 0px !important;
    padding: 0em 0em !important;
    height: auto; }
  .mfp-popup img {
    display: block;
    width: auto;
    height: auto;
    max-height: 85vh;
    margin: 0px 0px !important;
    object-fit: contain; }
  .mfp-popup video {
    display: block;
    background-color: transparent;
    box-sizing: border-box;
    margin: 0px auto !important;
    padding: 0em 0em !important;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 60vh;
    object-fit: scale-down;
    pointer-events: initial; }
  .mfp-popup figcaption {
    margin-top: 1em;
    font-size: 90%;
    line-height: 1.3em;
    color: #2a2a2a;
    width: auto; }

.hidden {
  display: none; }

.error {
  display: block;
  border: 2px solid #FF0000;
  color: #FF0000;
  padding: 1em 3em;
  margin-bottom: 1em; }

@media print {
  html, body, .container {
    margin: 0 !important;
    padding: 0 !important; }
  body {
    margin: 0cm !important; }
  @page {
    size: landscape; }
  html {
    font-size: 100% !important;
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    color-adjust: exact !important;
    /*Firefox*/ }
  h1 {
    font-size: 150% !important; }
  .container {
    width: 100%; }
  section#intro .headline {
    margin-top: 0em; }
  section#intro .date {
    margin-top: 0em; }
  section#intro .raute {
    margin: 0px;
    padding: 0px;
    margin-bottom: 2em; }
    section#intro .raute svg {
      width: 80px !important;
      height: 80px !important; }
      section#intro .raute svg * {
        stroke: #2a2a2a;
        stroke-width: 30 !important; }
  section#message {
    padding: 0em;
    margin-top: 1.5cm;
    page-break-after: always; }
  section#profile {
    margin-top: 1.5cm;
    page-break-after: always; }
    section#profile #slideshow {
      display: none; }
    section#profile .col {
      margin-bottom: 2em; }
    section#profile .print-slideshow {
      display: block !important; }
    section#profile .col article {
      width: 25% !important; }
      section#profile .col article .image {
        margin: 0px;
        width: 100%;
        padding-bottom: 100%; }
  section#experts {
    margin-top: 1.5cm;
    page-break-after: always; }
    section#experts article {
      width: 33.33% !important; }
      section#experts article .image {
        display: none; }
      section#experts article .print-image {
        display: block;
        margin-bottom: 1em;
        width: 50%; }
    section#experts .newperson {
      display: none; }
  section.project {
    margin-top: 1.5cm;
    page-break-after: always; }
    section.project .images {
      display: none; }
    section.project .links {
      display: none; }
    section.project .hero {
      display: none; }
    section.project .newhero {
      display: none; }
    section.project .print-image {
      display: block;
      margin-bottom: 1em;
      width: 50%; }
  section.cover {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    height: 100vh;
    page-break-after: always; }
    section.cover div.text h1 {
      font-size: 250% !important; }
    section.cover div.text h2 {
      font-size: 150% !important; }
  section#contacts {
    margin-top: 1.5cm; }
    section#contacts article {
      width: 50% !important; }
      section#contacts article .image {
        display: none; }
      section#contacts article .print-image {
        display: block;
        margin-bottom: 1em;
        width: 50%; }
    section#contacts .newperson {
      display: none; }
  section#footer {
    display: none; } }

.play_button{
	position: absolute;
    min-width: 40px;
    width: 100px !important;
    height: 100px;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
}

.play_button:hover{
	opacity: 0.5;
}
.inner{
	position:relative;
}