/*! 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.
 */
@import url("//hello.myfonts.net/count/3158a1");
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=9b2b557b-516e-4032-b02d-32d05d8a861a&fontids=706184");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

* {
  padding: 0;
  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; }

/**
 * 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; }

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.0em;
  background-color: red;
  color: #fff;
  padding: 0.5em 0;
  text-align: center; }

.browserupgrade a {
  color: orange; }

.browserupgrade a:hover {
  text-decoration: none; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'FairfieldLTStd-Medium';
  src: url("../webfonts/3158A1_0_0.eot");
  src: url("../webfonts/3158A1_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/3158A1_0_0.woff2") format("woff2"), url("../webfonts/3158A1_0_0.woff") format("woff"), url("../webfonts/3158A1_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'UniversLTPro-45Light';
  src: url("../webfonts/3158A1_1_0.eot");
  src: url("../webfonts/3158A1_1_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/3158A1_1_0.woff2") format("woff2"), url("../webfonts/3158A1_1_0.woff") format("woff"), url("../webfonts/3158A1_1_0.ttf") format("truetype"); }

@font-face {
  font-family: "FairfieldLTW01-56Medium";
  src: url("../webfonts/706184/726e018b-f8f1-4419-b97c-81e021c31f97.eot?#iefix");
  src: url("../webfonts/706184/726e018b-f8f1-4419-b97c-81e021c31f97.eot?#iefix") format("eot"), url("../webfonts/706184/b1c9056a-431d-41be-9d9b-d7fc737a1e08.woff2") format("woff2"), url("../webfonts/706184/df50e228-4536-4a32-92fc-5897a723a554.woff") format("woff"), url("../webfonts/706184/d8c4e568-2525-4b7e-84ae-615c8a63a9fd.ttf") format("truetype"); }

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  color: white;
  font-family: "UniversLTPro-45Light", Arial, Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 1px; }

header {
  font-size: 0.95em; }

h3,
h4,
.button-wrapper {
  font-family: "FairfieldLTW01-56Medium", "Times New Roman", Times, serif;
  font-weight: normal;
  letter-spacing: 1px; }

a {
  text-decoration: none;
  color: white; }

p {
  margin-bottom: 1.5em; }

blockquote {
  margin-bottom: 30px; }
  blockquote h3 {
    font-size: 1.4em;
    margin-bottom: 0.4em;
    font-family: "FairfieldLTW01-56Medium", "Times New Roman", Times, serif;
    font-weight: normal; }

.txt-content {
  line-height: 1.5em; }

.quote-wrapper {
  font-family: "FairfieldLTW01-56Medium", "Times New Roman", Times, serif;
  font-weight: normal; }
  .quote-wrapper strong {
    font-size: 140%; }

@media (min-width: 860px) and (min-height: 800px) {
  blockquote {
    margin-bottom: 150px; }
    blockquote h3 {
      font-size: 1.8em;
      margin-bottom: 0.4em; }
  .quote-wrapper p {
    font-size: 1.4em; }
  .quote-wrapper h3 {
    font-size: 2.5em;
    line-height: 1.4em;
    margin-bottom: 0.4em;
    font-weight: normal; } }

.intro-slide h3 {
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 0.4em;
  font-family: "FairfieldLTW01-56Medium", "Times New Roman", Times, serif;
  font-weight: normal; }
  @media (min-width: 560px) {
    .intro-slide h3 {
      font-size: 2.8em;
      line-height: 1.4em; } }
  @media (min-width: 860px) {
    .intro-slide h3 {
      font-size: 2.8em;
      line-height: 1.4em;
      margin-bottom: 0.4em; } }

html,
body {
  width: 100%; }

body.stopScroll {
  overflow-y: hidden;
  max-width: 100vh; }

img {
  max-width: 100%; }

.main_content {
  position: relative;
  top: 40px; }

.bgImage.black {
  display: none; }

.scrollArrow {
  position: fixed;
  bottom: 50px;
  width: 80px;
  opacity: 0.9;
  left: 50%;
  margin-left: -40px;
  display: none; }
  @media (min-width: 860px) {
    .scrollArrow {
      bottom: 80px;
      display: block; } }

@media (min-width: 860px) {
  .desktop .bgImage.black {
    display: block; } }

.main_content a {
  color: white;
  text-decoration: underline; }
  .main_content a:hover {
    text-decoration: none; }

.resmio-button {
  margin-top: -1.5em; }
  .resmio-button a {
    text-decoration: none; }

.resmio-button {
  position: relative;
  bottom: 0;
  font-family: "UniversLTPro-45Light", Arial, Helvetica, sans-serif;
  font-size: 1em; }
  .resmio-button .btn-success {
    background: none;
    border: none;
    border-color: transparent;
    text-shadow: none;
    color: white;
    text-decoration: underline;
    font-size: 1.1em; }
    .resmio-button .btn-success:hover, .resmio-button .btn-success:active, .resmio-button .btn-success:focus {
      background-color: transparent;
      text-shadow: none;
      box-shadow: none; }
    .resmio-button .btn-success strong {
      font-weight: normal; }
  .resmio-button .btn {
    box-shadow: none; }
  .resmio-button .btn-large {
    padding: 0; }
  .resmio-button a:hover {
    border-color: transparent; }

.artBaselBanner {
  z-index: 1;
  position: absolute;
  width: 150px;
  height: 150px;
  top: 30px;
  right: 20px; }
  @media (min-width: 860px) {
    .artBaselBanner {
      position: fixed;
      display: block;
      width: 300px;
      height: 300px;
      top: 100px;
      right: 100px; } }
  .artBaselBanner:hover {
    cursor: pointer;
    cursor: hand; }

.intro-slide {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0; }
  .intro-slide.first {
    opacity: 1; }

.plate {
  width: 80%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .plate img {
    opacity: 0; }
  @media (min-width: 860px) {
    .plate {
      width: 50%; } }
  .plate img {
    max-width: 100%; }

.quote {
  position: absolute;
  top: 20%;
  left: 5%;
  margin-right: 5%;
  opacity: 0; }

@media (min-width: 860px) {
  h3 {
    max-width: 720px; }
  .quote {
    position: absolute;
    top: 20%;
    left: 5%; } }

.logo {
  position: absolute;
  width: 80%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49.5%);
  text-align: center;
  -moz-backface-visibility: hidden; }
  @media (min-width: 860px) {
    .logo {
      width: 60%; } }

header {
  background: white;
  min-height: 41px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
  header .logo_header {
    max-width: 30px;
    position: absolute;
    top: 7px;
    left: 25px; }
  header .langswitch {
    position: absolute;
    top: -42px;
    right: 60px;
    white-space: nowrap;
    font-size: 0.95em; }
    header .langswitch ul {
      display: block; }
    header .langswitch span {
      color: #62686d;
      margin: 0 3px; }
    header .langswitch__item {
      margin: 0;
      float: left; }
      header .langswitch__item a {
        display: inline;
        color: #62686d; }
      header .langswitch__item:last-child span {
        display: none; }
      header .langswitch__item.is-current a,
      header .langswitch__item a:hover {
        color: #e93788; }
  header ul {
    max-width: 100%;
    display: none;
    padding: 10px 0 0;
    margin-top: 40px; }
    header ul.main > li {
      padding-left: 15px; }
      header ul.main > li:nth-child(1) {
        background: #ff653f; }
      header ul.main > li:nth-child(2) {
        background: #e92f60; }
      header ul.main > li:nth-child(3) {
        background: #ff7175; }
      header ul.main > li:nth-child(4) {
        background: #ff7ad3; }
      header ul.main > li:nth-child(5) {
        background: #f79b9b; }
      header ul.main > li:nth-child(6) {
        background: #f6ba04; }
      header ul.main > li:nth-child(7) {
        background: #ff6aaf; }
  header li {
    list-style: none;
    position: relative;
    margin-bottom: 2px;
    padding: 4px 0 2px; }
    header li a {
      text-transform: uppercase;
      color: white;
      display: block; }
      header li a:hover {
        color: white; }
    header li.current > a {
      color: white; }
    header li ul {
      padding-top: 5px;
      margin-left: 15px;
      margin-top: 0;
      display: none; }
      header li ul li {
        display: inline-block;
        width: 100%; }

@media (min-width: 980px) {
  .desktop header .langswitch {
    right: 25px;
    top: 0; } }

@media (min-width: 980px) {
  .desktop header {
    background: white;
    position: fixed;
    width: 100%;
    z-index: 100;
    text-align: center; }
    .desktop header ul {
      display: inline-block;
      padding: 12px 0 0;
      min-width: 100%;
      margin-top: 0; }
      .desktop header ul.main > li {
        padding-left: 0; }
        .desktop header ul.main > li:nth-child(n) {
          background: white; }
    .desktop header .main li {
      display: inline-block;
      list-style: none;
      padding: 0;
      margin: 0 8px;
      position: relative; } }
    @media (min-width: 980px) and (min-width: 1100px) {
      .desktop header .main li {
        margin: 0 15px; } }

@media (min-width: 980px) {
      .desktop header .main li a {
        text-transform: uppercase;
        color: #62686d; }
        .desktop header .main li a:hover {
          color: #e93788; }
      .desktop header .main li.current > a {
        color: #e93788; }
      .desktop header .main li ul {
        background: white;
        display: none;
        position: absolute;
        text-align: left;
        padding-top: 10px;
        padding-left: 15px;
        margin-left: -15px;
        min-width: 115px; }
        .desktop header .main li ul li {
          display: block;
          margin-left: 0;
          margin-bottom: 3px;
          width: 100%; }
          .desktop header .main li ul li a {
            color: #62686d; }
            .desktop header .main li ul li a:hover {
              color: #e93788; }
      .desktop header .main li:hover ul,
      .desktop header .main li:hover ul ul:hover {
        display: block; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 10px 15px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 100;
  float: right;
  position: relative; }

@media (min-width: 980px) {
  .desktop .hamburger {
    display: none; } }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 30px;
  height: 3px;
  background-color: #62686d;
  border-radius: 0;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -9px; }

.hamburger-inner::after {
  bottom: -9px; }

/*
     * Squeeze
     */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

.intro header {
  background: white; }

.scene {
  position: relative; }
  .scene .bgImage {
    position: relative;
    width: 100%;
    padding-bottom: 65%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .scene .bgImage.top {
      background-position: center 0; }
  .scene .txt-wrapper {
    position: relative; }
    .scene .txt-wrapper .bgTxt {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.7; }
    .scene .txt-wrapper .txt-container {
      position: relative;
      padding: 30px;
      z-index: 1; }
    .scene .txt-wrapper blockquote br {
      display: none; }
  .scene .quote-wrapper {
    padding: 30px;
    background: #f99c9c;
    color: white; }
    .scene .quote-wrapper blockquote {
      margin-bottom: 0; }
    .scene .quote-wrapper.bgBlau {
      background: #a8c1e5; }
  .scene #map_canvas {
    width: 100%;
    height: 100vh; }

@media (min-width: 860px) {
  .desktop .snap .spacer {
    height: 100px;
    display: block; }
  .desktop .scene {
    position: relative;
    min-height: 100vh; }
    .desktop .scene .bgImage {
      position: absolute;
      width: 100%;
      height: 100%;
      max-width: 100%;
      background-position: center;
      background-size: cover;
      background-attachment: fixed;
      padding-bottom: 0; }
      .desktop .scene .bgImage.top {
        background-position: center 40px; }
    .desktop .scene .txt-wrapper {
      position: relative;
      width: 380px; }
      .desktop .scene .txt-wrapper .bgTxt {
        position: absolute;
        width: 100%;
        opacity: 0; }
      .desktop .scene .txt-wrapper .txt-container {
        padding-top: 100vh;
        padding-bottom: 50vh;
        min-height: 100vh;
        position: relative; }
      .desktop .scene .txt-wrapper .txt-content {
        position: absolute;
        bottom: 60vh;
        max-width: 320px; }
      .desktop .scene .txt-wrapper blockquote br {
        display: block; }
      .desktop .scene .txt-wrapper .flower {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-left: -30px;
        height: 38%;
        background-image: url("../images/flower.png");
        background-size: 100%;
        background-repeat: no-repeat; }
      .desktop .scene .txt-wrapper .flower--size2 {
        height: 40%; }
      .desktop .scene .txt-wrapper .flower--size3 {
        height: 42%; }
    .desktop .scene .quote-wrapper {
      position: absolute;
      background: none;
      width: auto;
      opacity: 0; }
      .desktop .scene .quote-wrapper blockquote {
        margin-bottom: 0; }
      .desktop .scene .quote-wrapper.top {
        top: 15%; }
      .desktop .scene .quote-wrapper.center {
        left: 50%;
        transform: translate(-25%, 0); }
      .desktop .scene .quote-wrapper.middle {
        top: 50%;
        transform: translate(0, -50%); }
      .desktop .scene .quote-wrapper.left {
        left: 5%; }
      .desktop .scene .quote-wrapper.quote_big {
        top: 5%;
        left: 2.5%;
        width: 60%;
        max-width: 620px;
        font-size: 0.8em; }
      .desktop .scene .quote-wrapper.bgBlau {
        background: none; }
  .desktop .bTransition {
    height: 200vh;
    position: relative; }
    .desktop .bTransition .quote-wrapper {
      opacity: 0; }
      .desktop .bTransition .quote-wrapper.middle {
        position: fixed;
        transform: translate(0, 0); } }

.button {
  padding: 20px; }
  .button.pink {
    background: rgba(255, 26, 168, 0.95); }
  .button.rosa {
    background: rgba(249, 156, 156, 0.95); }
  .button.hellrosa {
    background: rgba(255, 122, 211, 0.95); }
  .button.green {
    background: rgba(186, 196, 3, 0.95); }
  .button.red {
    background: rgba(233, 47, 96, 0.95); }
  .button.blue {
    background: rgba(168, 193, 229, 0.95); }
  .button.orange {
    background: rgba(255, 101, 63, 0.95); }
  .button.orange2 {
    background: rgba(255, 101, 63, 0.95); }
  .button.magenta {
    background: rgba(233, 55, 136, 0.95); }
  .button.yellow {
    background: rgba(246, 186, 4, 0.95); }

.button + .button {
  padding-top: 0; }

.menu .button {
  padding-top: 30px; }

.button.pink + .button.pink {
  margin-top: -30px; }

.button h3,
.button h4 {
  font-weight: normal; }

@media (min-width: 860px) {
  .desktop .button.pink + .button.pink {
    margin-top: 30px; }
  .desktop .button-spacer {
    position: relative; }
  .desktop .button-wrapper {
    padding-top: 45vh; }
    .desktop .button-wrapper.top20 {
      padding-top: 20vh; }
  .desktop .button {
    padding: 0;
    margin: auto;
    border-radius: 300px;
    width: 240px;
    height: 240px;
    text-align: center;
    position: relative;
    margin-top: 30px; }
    .desktop .button p {
      font-size: 1.05em;
      width: 75%;
      margin-left: 12.5%;
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
  .desktop .button-spacer.big {
    height: 100vh;
    position: relative; }
    .desktop .button-spacer.big .button {
      width: 375px;
      height: 375px;
      position: absolute;
      top: 65%;
      transform: translate(-50%, -50%); }
      .desktop .button-spacer.big .button.orange2 {
        top: 75%; }
      .desktop .button-spacer.big .button .wrapper {
        position: absolute;
        top: 52%;
        transform: translate(0, -50%);
        width: 100%; }
        .desktop .button-spacer.big .button .wrapper h3 {
          margin: 0 auto;
          padding: 0;
          font-size: 1.8em;
          margin-bottom: 0.5em;
          position: relative;
          line-height: 1em; }
        .desktop .button-spacer.big .button .wrapper p {
          font-size: 1.05em;
          width: 75%;
          margin-left: 12.5%;
          display: block;
          position: relative;
          top: 0;
          transform: translate(0, 0%);
          hyphens: auto; }
  .desktop .button-spacer.big.team .button {
    width: 220px;
    height: 220px; }
    .desktop .button-spacer.big.team .button .wrapper {
      margin-top: -.5em; }
      .desktop .button-spacer.big.team .button .wrapper h3 {
        line-height: 1.5em;
        font-size: 1.1em; }
  .desktop .button-spacer.menu .button {
    width: 320px;
    height: 320px;
    top: 45%;
    padding-top: 0; }
    .desktop .button-spacer.menu .button:nth-child(2) {
      top: 55%; }
    .desktop .button-spacer.menu .button:nth-child(3) {
      top: 35%; }
    .desktop .button-spacer.menu .button .wrapper {
      position: absolute;
      top: 55%;
      transform: translate(0, -50%);
      width: 100%; }
      .desktop .button-spacer.menu .button .wrapper h3 {
        margin: 0 auto;
        padding: 0;
        font-size: 1.7em;
        line-height: 1.3em;
        margin-bottom: 0.3em;
        position: relative; }
      .desktop .button-spacer.menu .button .wrapper p {
        font-size: 1.05em;
        width: 85%;
        margin-left: 7.5%;
        display: block;
        position: relative;
        top: 0;
        transform: translate(0, 0%); } }

aside {
  position: fixed;
  top: 50%;
  transform: translate(0%, -50%);
  right: 30px;
  z-index: 888; }
  aside ul {
    list-style: none; }
  aside li {
    transition: all 300ms ease-in-out;
    background: white;
    border-radius: 100px;
    width: 8px;
    height: 8px;
    margin: 8px 0;
    opacity: 0.5; }
    aside li.active {
      background: #fbbfd5;
      width: 8px;
      height: 8px;
      opacity: 0.75; }
    aside li:hover {
      opacity: 0.75; }
    aside li a {
      width: 100%;
      height: 100%;
      display: block; }

footer {
  background: white;
  position: relative;
  width: 100%;
  margin-top: 40px;
  z-index: 1000; }
  footer a {
    text-transform: uppercase;
    color: #62686d; }
    footer a:hover {
      text-decoration: underline; }
  footer ul {
    padding: 20px;
    list-style: none; }
  @media (min-width: 860px) {
    footer {
      background: rgba(255, 255, 255, 0.7);
      position: fixed;
      bottom: 0; }
      footer ul {
        margin: auto;
        text-align: center;
        padding: 6px 0 3px 0;
        font-size: 0.75em; }
      footer li {
        display: inline-block;
        margin: 0px 10px; } }
  footer .social {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.75; }
    @media (min-width: 860px) {
      footer .social {
        top: auto;
        bottom: 2px; } }

.footer_content {
  position: fixed;
  top: 40px;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10000;
  display: none;
  color: #e92f60;
  background-repeat: no-repeat;
  background-position: 80% bottom;
  background-size: auto 40%; }
  @media (min-width: 860px) {
    .footer_content {
      z-index: 999;
      background-image: url(/templates/assets/images/flower_color.png); } }
  .footer_content a {
    color: #e92f60;
    text-decoration: underline; }
    .footer_content a:hover {
      text-decoration: none; }
  .footer_content strong {
    font-weight: normal; }
  .footer_content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    z-index: 1000000;
    cursor: pointer;
    cursor: hand; }
    .footer_content .close img {
      width: 100%; }
  .footer_content .content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 100vh;
    margin: auto;
    overflow-y: scroll; }
    @media (min-width: 860px) {
      .footer_content .content-wrapper {
        overflow-y: hidden; } }
    .footer_content .content-wrapper .inner {
      margin: 5% 2%; }
  .footer_content .txt-content,
  .footer_content .image-content {
    padding-bottom: 20px;
    width: 90%; }
    @media (min-width: 860px) {
      .footer_content .txt-content,
      .footer_content .image-content {
        width: 30%;
        float: left;
        padding-right: 1.5%;
        padding-left: 1.5%; }
        .footer_content .txt-content.full,
        .footer_content .image-content.full {
          width: 100%;
          max-width: 720px;
          clear: both;
          float: none; }
        .footer_content .txt-content.col4,
        .footer_content .image-content.col4 {
          max-width: 20%; } }
  .footer_content .image-content img {
    width: 100%; }

.footer .footer_content {
  display: block;
}

/* v2 - 2018 */

header li {
    margin-bottom: 0;
}

@media screen and (max-width: 979px) {    
    header ul.main > li > a {
/*        line-height: calc((100vh - 60px) / 6 - 4px); */
        font-size: 24px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    footer {
        z-index: auto;
    }
}
