@charset "UTF-8";
/*!
	Theme Name: Gefas
	Theme URI: 
	Description: Theme for Gefas
	Version: 1.0.0
	Author: Nicholas Seiler
*/
/*------------------------------------*\
	Normalize
\*------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*------------------------------------*\
	Settings
\*------------------------------------*/
/*------------------------------------*\
	MIXIN
\*------------------------------------*/
/*------------------------------------*\
	GRID
\*------------------------------------*/
.row::after {
  clear: both;
  content: "";
  display: block; }
.row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.row.block {
  display: block; }
.row.collapse {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }

.col.flex_1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
.col.flex_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
.col.flex_3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
.col.flex_4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }
.col.flex_5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }
.col.flex_6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }
.col.flex_7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }
.col.flex_8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }
.col.flex_9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }
.col.flex_10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }
.col.flex_11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }
.col.flex_12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.col_1 {
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px; }

.col_2 {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px; }

.col_3 {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }

.col_4 {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }

.col_5 {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px; }

.col_6 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }

.col_7 {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px; }

.col_8 {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }

.col_9 {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px; }

.col_10 {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px; }

.col_11 {
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px; }

.col_12 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media (max-width: "360px" (-1)) {
  .col_1_s {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_2_s {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_3_s {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .col_4_s {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_5_s {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_6_s {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .col_7_s {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_8_s {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_9_s {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .col_10_s {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_11_s {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_12_s {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .row.flex_xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row.block_xs {
    display: block; }
  .row.collapse_xs {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); } }
@media (min-width: 360px) {
  .col_1_s {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_2_s {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_3_s {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .col_4_s {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_5_s {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_6_s {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .col_7_s {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_8_s {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_9_s {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .col_10_s {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_11_s {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_12_s {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .row.flex_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row.block_s {
    display: block; }
  .row.collapse_s {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); } }
@media (min-width: 768px) {
  .col_1_sm {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_2_sm {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_3_sm {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .col_4_sm {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_5_sm {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_6_sm {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .col_7_sm {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_8_sm {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_9_sm {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .col_10_sm {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_11_sm {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_12_sm {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .row.flex_sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row.block_sm {
    display: block; }
  .row.collapse_sm {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); } }
@media (min-width: 992px) {
  .col_1_m {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_2_m {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_3_m {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .col_4_m {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_5_m {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_6_m {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .col_7_m {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_8_m {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_9_m {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .col_10_m {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_11_m {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_12_m {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .row.flex_m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row.block_m {
    display: block; }
  .row.collapse_m {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); } }
@media (min-width: 1200px) {
  .col_1_l {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_2_l {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_3_l {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .col_4_l {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_5_l {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_6_l {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .col_7_l {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_8_l {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_9_l {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .col_10_l {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_11_l {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_12_l {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .row.flex_l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row.block_l {
    display: block; }
  .row.collapse_l {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); } }
@media (min-width: 1600px) {
  .col_1_xl {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_2_xl {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_3_xl {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .col_4_xl {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_5_xl {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_6_xl {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .col_7_xl {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_8_xl {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_9_xl {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .col_10_xl {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .col_11_xl {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .col_12_xl {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .row.flex_xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .row.block_xl {
    display: block; }
  .row.collapse_xl {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); } }
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
	THEMING
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  background-color: #f7f7f7; }

body {
  font: 300 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

input,
textarea,
button,
select,
label,
a,
div,
span {
  -webkit-tap-highlight-color: transparent; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  margin: 0 auto;
  position: relative;
  background-color: #fff; }

/* header */
/* logo */
/* nav */
/* sidebar */
/* footer */
/*------------------------------------*\
    PAGES
\*------------------------------------*/
* {
  text-rendering: optimizeLegibility; }

html, body {
  overflow-x: hidden; }
  html.overflow, body.overflow {
    overflow: hidden;
    height: 100% !important;
    width: 100%; }
    html.overflow body, body.overflow body {
      overflow: hidden;
      height: 100%;
      width: 100%; }

.wrapper {
  overflow: hidden; }

.clear {
  clear: both; }

.inner {
  will-change: transform; }
  .inner.transition {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }

section.section {
  will-change: transform; }
  section.section.inview .section_bg {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    z-index: 0; }
  section.section.overview .section_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(img/bg-gradient_red-bottom.png);
    background-position: bottom;
    background-size: auto 150%; }
  section.section.underview .section_bg {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url(img/bg-gradient_red-top.png);
    background-position: top;
    background-size: auto 150%; }
  section.section .section_inner {
    position: relative;
    padding-top: 2.5em; }
    @media (min-width: 992px) {
      section.section .section_inner {
        padding-top: 3.5em; } }
    section.section .section_inner.extra_padding {
      padding-bottom: 6em; }
      @media (min-width: 992px) {
        section.section .section_inner.extra_padding {
          padding-bottom: 9em; } }
section.first.section.underview .section_bg {
  opacity: 0;
  filter: alpha(opacity=0); }
section.first.section .section_inner {
  padding-bottom: 6em; }
  @media (min-width: 992px) {
    section.first.section .section_inner {
      padding-bottom: 9em; } }
section .section_bg {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  background-repeat: repeat-x;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 4; }
section .section_inner {
  width: 84%;
  max-width: 1024px;
  margin: 0 auto;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.02em;
  font-size: 16px;
  line-height: 22.4px;
  color: #000;
  padding: 0 0 3em; }
  @media (min-width: 768px) {
    section .section_inner {
      width: 90%; } }
  @media (min-width: 360px) {
    section .section_inner {
      font-size: 17px;
      line-height: 23.8px; } }
  @media (min-width: 992px) {
    section .section_inner {
      font-size: 20px;
      line-height: 28px; } }
  @media (min-width: 992px) {
    section .section_inner {
      padding: 0 0 4.5em; } }
  section .section_inner .headline_ct {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.02em;
    font-size: 16px;
    line-height: 22.4px;
    padding: 0 0 2em; }
    @media (min-width: 360px) {
      section .section_inner .headline_ct {
        font-size: 17px;
        line-height: 23.8px; } }
    @media (min-width: 992px) {
      section .section_inner .headline_ct {
        font-size: 20px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      section .section_inner .headline_ct {
        padding: 0 0 3em; } }
    section .section_inner .headline_ct .headline {
      margin: 0;
      font-family: 'Work Sans', sans-serif;
      font-weight: 500;
      letter-spacing: -0.02em;
      font-size: 26px;
      line-height: 31.2px;
      color: #000;
      -webkit-transform: translate3d(-5vw, 0, 0);
              transform: translate3d(-5vw, 0, 0);
      -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
      transition: opacity 0.5s, -webkit-transform 0.8s;
      transition: transform 0.8s, opacity 0.5s;
      transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
      opacity: 0; }
      @media (min-width: 768px) {
        section .section_inner .headline_ct .headline {
          font-size: 28px;
          line-height: 33.6px; } }
      @media (min-width: 1200px) {
        section .section_inner .headline_ct .headline {
          font-size: 34px;
          line-height: 40.8px; } }
      section .section_inner .headline_ct .headline.inview {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        opacity: 1; }
  section .section_inner .text {
    padding: 2em 0 0;
    margin: 0 auto; }
    @media (min-width: 992px) {
      section .section_inner .text {
        padding: 3em 0 0;
        width: 80%; } }
    section .section_inner .text.no_padding {
      padding: 0; }
    section .section_inner .text.subtext {
      font-family: 'Work Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: -0.02em;
      font-size: 16px;
      line-height: 22.4px;
      color: #000; }
      @media (min-width: 360px) {
        section .section_inner .text.subtext {
          font-size: 17px;
          line-height: 23.8px; } }
      @media (min-width: 992px) {
        section .section_inner .text.subtext {
          font-size: 20px;
          line-height: 28px; } }
    section .section_inner .text ul {
      margin: 0;
      padding-left: 1em; }
      section .section_inner .text ul li {
        padding-top: 0.5em; }
        section .section_inner .text ul li:first-child {
          padding-top: 0; }
    section .section_inner .text p {
      margin: 0;
      padding-top: 1em; }
      section .section_inner .text p:first-child {
        padding-top: 0; }
  section .section_inner .img_ct {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.02em;
    font-size: 16px;
    line-height: 22.4px;
    padding: 2em 0 0;
    -webkit-transform: translate3d(15vw, 0, 0);
            transform: translate3d(15vw, 0, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.5s;
    transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
    opacity: 0; }
    @media (min-width: 360px) {
      section .section_inner .img_ct {
        font-size: 17px;
        line-height: 23.8px; } }
    @media (min-width: 992px) {
      section .section_inner .img_ct {
        font-size: 20px;
        line-height: 28px; } }
    @media (min-width: 992px) {
      section .section_inner .img_ct {
        padding: 3em 0 0;
        margin: 0 auto;
        width: 80%; } }
    section .section_inner .img_ct.no_padding {
      padding: 0; }
    section .section_inner .img_ct.inview {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
      transition: opacity 0.5s, -webkit-transform 0.8s;
      transition: transform 0.8s, opacity 0.5s;
      transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
      opacity: 1; }

@media (min-width: 992px) {
  .partner_ct {
    margin: 0 auto;
    width: 80%; } }
.partner_ct .partner_row {
  margin-top: 4vw;
  -webkit-transform: translate3d(15vw, 0, 0);
          transform: translate3d(15vw, 0, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
  opacity: 0; }
  .partner_ct .partner_row.inview {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.5s;
    transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
    opacity: 1; }
  .partner_ct .partner_row:first-child {
    margin-top: 0; }
  .partner_ct .partner_row .partner {
    background-color: #416F90;
    width: 25.3vw;
    height: 18vw;
    margin-left: 4vw;
    float: left; }
    .partner_ct .partner_row .partner:first-child {
      margin-left: 0; }
    @media (min-width: 768px) {
      .partner_ct .partner_row .partner {
        width: 27.9vw;
        margin-left: 3.1vw; } }
    @media (min-width: 992px) {
      .partner_ct .partner_row .partner {
        width: 21.9vw;
        margin-left: 3.1vw;
        height: 15vw; } }
    @media (min-width: 1140px) {
      .partner_ct .partner_row .partner {
        width: 250px;
        height: 170px;
        margin-left: 34px; } }
  @media (min-width: 768px) {
    .partner_ct .partner_row {
      margin-top: 3.1vw; } }
  @media (min-width: 1140px) {
    .partner_ct .partner_row {
      margin-top: 34px; } }

@media (min-width: 992px) {
  .kontakt_ct .kontakt_text_ct {
    padding: 3em 0 0;
    width: 80%;
    margin: 0 auto; }
    .kontakt_ct .kontakt_text_ct .text {
      width: 100%;
      padding: 0; }
      .kontakt_ct .kontakt_text_ct .text p:first-child {
        padding-top: 0; }
  .kontakt_ct .kontakt_left {
    float: left; } }
.kontakt_ct .kontakt_right .img_ct {
  text-align: center; }
  .kontakt_ct .kontakt_right .img_ct img {
    width: 30%;
    max-width: 300px; }
@media (min-width: 992px) {
  .kontakt_ct .kontakt_right {
    float: right;
    width: 24%; }
    .kontakt_ct .kontakt_right .img_ct {
      width: 100%;
      text-align: right;
      padding: 0; }
      .kontakt_ct .kontakt_right .img_ct img {
        width: 84%; } }
.kontakt_ct .kontakt_bottom {
  text-align: center;
  padding-top: 5em;
  -webkit-transform: translate3d(15vw, 0, 0);
          transform: translate3d(15vw, 0, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
  opacity: 0; }
  .kontakt_ct .kontakt_bottom.inview {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.5s;
    transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
    opacity: 1; }
  .kontakt_ct .kontakt_bottom svg {
    margin: 0 auto;
    max-width: 50%;
    color: #416F90; }
    .kontakt_ct .kontakt_bottom svg use {
      fill: #BC302F; }

.meta_section .section_inner .headline_ct {
  margin: 0 auto;
  padding: 0; }
  .meta_section .section_inner .headline_ct .headline {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1; }
  @media (min-width: 992px) {
    .meta_section .section_inner .headline_ct {
      width: 80%; } }

.meta_logo {
  text-align: center;
  padding: 0 0 2em;
  display: block; }
  .meta_logo svg {
    margin: 0 auto;
    max-width: 50%;
    color: #416F90; }
    .meta_logo svg use {
      fill: #BC302F; }

.flatterband {
  height: 30px;
  background-image: url(img/bg_black-yellow.jpg);
  background-size: 150px 100%; }
  @media (min-width: 992px) {
    .flatterband {
      height: 40px;
      background-size: 250px 100%; } }

.hero_ct {
  position: absolute;
  width: 100%;
  background-color: #000; }
  .hero_ct.small svg {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .hero_ct .hero {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .hero_ct .hero.hero1 {
      bottom: -100%; }
      .hero_ct .hero.hero1 use {
        fill: #BC302F; }
    .hero_ct .hero.hero2 use {
      fill: #fff; }
  .hero_ct .hero_inner {
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    will-change: transform; }
    .hero_ct .hero_inner svg {
      width: 70%;
      margin: 0 auto;
      -webkit-transition: -webkit-transform 0.6s;
      transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      transition: transform 0.6s, -webkit-transform 0.6s; }
    @media (min-width: 768px) {
      .hero_ct .hero_inner svg {
        width: 50%; } }
    .hero_ct .hero_inner .subline {
      font-family: 'Work Sans', sans-serif;
      font-weight: 600;
      letter-spacing: -0.05em;
      font-size: 20px;
      line-height: 24px;
      padding-top: 0.75em;
      padding-bottom: 2em;
      color: #000; }
      @media (min-width: 768px) {
        .hero_ct .hero_inner .subline {
          font-size: 24px;
          line-height: 28.8px; } }
      @media (min-width: 1200px) {
        .hero_ct .hero_inner .subline {
          font-size: 28px;
          line-height: 33.6px; } }
  .hero_ct .hero_inner1 {
    color: #416F90;
    font-size: 40px; }
  .hero_ct .hero_inner2 {
    position: relative;
    color: #fff;
    font-size: 40px; }
    .hero_ct .hero_inner2 use .st0, .hero_ct .hero_inner2 use .st1 {
      fill: #fff; }
    .hero_ct .hero_inner2 .subline {
      color: #fff; }

.hero_slideshow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
  .hero_slideshow .hero_slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
  .hero_slideshow #hero_slide_1 {
    background-image: url(img/slideshow/slide_1.jpg); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '←'; }

[dir='rtl'] .slick-prev:before {
  content: '→'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '→'; }

[dir='rtl'] .slick-next:before {
  content: '←'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Slider */
.slick-slider {
  position: relative;
  outline: none !important;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#referenzen_slider, #team_slider {
  margin: 0 auto;
  -webkit-transform: translate3d(15vw, 0, 0);
          transform: translate3d(15vw, 0, 0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
  opacity: 0; }
  #referenzen_slider.inview, #team_slider.inview {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: opacity 0.5s, -webkit-transform 0.8s;
    transition: transform 0.8s, opacity 0.5s;
    transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
    opacity: 1; }
  @media (min-width: 992px) {
    #referenzen_slider, #team_slider {
      width: 80%; } }
  #referenzen_slider .slick-list, #team_slider .slick-list {
    overflow: visible; }
  #referenzen_slider .slick-slide, #team_slider .slick-slide {
    padding-right: 3vw; }
    #referenzen_slider .slick-slide:last-child, #team_slider .slick-slide:last-child {
      padding-right: 0; }
    #referenzen_slider .slick-slide:focus, #team_slider .slick-slide:focus {
      outline: none; }
    @media (min-width: 992px) {
      #referenzen_slider .slick-slide, #team_slider .slick-slide {
        padding-right: 2.5vw; } }
    @media (min-width: 1200px) {
      #referenzen_slider .slick-slide, #team_slider .slick-slide {
        padding-right: 28px; } }
    #referenzen_slider .slick-slide h3, #team_slider .slick-slide h3 {
      margin: 0;
      padding-top: 0.5em;
      font-family: 'Work Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: -0.02em;
      font-size: 16px;
      line-height: 22.4px;
      font-weight: 400;
      width: 83vw; }
      @media (min-width: 360px) {
        #referenzen_slider .slick-slide h3, #team_slider .slick-slide h3 {
          font-size: 17px;
          line-height: 23.8px; } }
      @media (min-width: 992px) {
        #referenzen_slider .slick-slide h3, #team_slider .slick-slide h3 {
          font-size: 20px;
          line-height: 28px; } }
      @media (min-width: 768px) {
        #referenzen_slider .slick-slide h3, #team_slider .slick-slide h3 {
          width: 72vw; } }
      @media (min-width: 768px) {
        #referenzen_slider .slick-slide h3, #team_slider .slick-slide h3 {
          width: 768px; } }
      #referenzen_slider .slick-slide h3 span, #team_slider .slick-slide h3 span {
        font-weight: 400; }

#partner_slider .slick-list {
  overflow: visible; }
#partner_slider .slick-slide > div > div {
  display: block !important;
  width: 100% !important;
  padding: 1.5vw; }
  @media (min-width: 992px) {
    #partner_slider .slick-slide > div > div {
      padding: 1.25vw; } }
  @media (min-width: 1200px) {
    #partner_slider .slick-slide > div > div {
      padding: 14px; } }

footer {
  height: 50px;
  padding: 0.5em 0 3em; }
  @media (min-width: 992px) {
    footer {
      padding: 0.5em 0 6em; } }
  footer div {
    height: 100%; }
  footer .footer_inner {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 1200px;
    width: 100%;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -0.02em;
    font-size: 16px;
    line-height: 22.4px;
    color: #000; }
    @media (min-width: 360px) {
      footer .footer_inner {
        font-size: 17px;
        line-height: 23.8px; } }
    @media (min-width: 992px) {
      footer .footer_inner {
        font-size: 20px;
        line-height: 28px; } }
    footer .footer_inner a {
      font-family: 'Work Sans', sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: -0.02em;
      font-size: 16px;
      line-height: 22.4px;
      color: #000;
      font-weight: 500;
      line-height: 30px;
      height: 100%;
      padding: 0 0 0 0.25em; }
      @media (min-width: 360px) {
        footer .footer_inner a {
          font-size: 17px;
          line-height: 23.8px; } }
      @media (min-width: 992px) {
        footer .footer_inner a {
          font-size: 20px;
          line-height: 28px; } }
      footer .footer_inner a:first-child {
        padding: 0 0.25em 0 0; }

/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
  background: #416F90;
  color: #FFF;
  text-shadow: none; }
::selection {
  background: #416F90;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #416F90;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #416F90;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            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) ")"; }

  .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; }

  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=style.css.map */