@charset "UTF-8";
/*!
Theme Name: Aufstehn
Author URI: http://fabianpimminger.com/work
Author: Fabian Pimminger
Author URI: http://fabianpimminger.com/work
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aufstehn
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Dialogwoche is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #343434;
  font-family: "myriad-pro", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4; }

@media screen and (max-width: 750px) {
  .site {
    font-size: 0.9em; } }

a {
  color: #ff5b00;
  text-decoration: none; }
  a:visited {
    color: #ff5b00; }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }

.entry-content {
  font-size: 1em;
  line-height: 1.5;
  color: #343434; }
  .entry-content div a, .entry-content p a, .entry-content ul a, .entry-content ol a, .entry-content blockquote a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a {
    color: #ff5b00;
    text-decoration: none;
    font-weight: bold; }
    .entry-content div a:hover, .entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .entry-content blockquote a:hover, .entry-content h2 a:hover, .entry-content h3 a:hover, .entry-content h4 a:hover {
      text-decoration: underline; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4 {
    line-height: 1.5;
    margin-bottom: 0.6em;
    margin-top: 1.5em;
    font-weight: 500;
    font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
    font-style: italic;
    font-weight: 700; }
    .entry-content h1:first-child, .entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child {
      margin-top: 0px; }
    .entry-content h1 strong, .entry-content h1 b, .entry-content h2 strong, .entry-content h2 b, .entry-content h3 strong, .entry-content h3 b, .entry-content h4 strong, .entry-content h4 b {
      font-weight: normal; }
  .entry-content h4 {
    font-family: "myriad-pro", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: 500; }
  .entry-content .signature {
    font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
    font-style: italic;
    font-weight: 700;
    font-size: 1.1em; }
  .entry-content ul, .entry-content ol {
    padding: 0 0 0 1.4em; }
    .entry-content ul li, .entry-content ol li {
      margin-bottom: 1em; }
  .entry-content ul > li {
    list-style: none;
    position: relative; }
    .entry-content ul > li:before {
      content: "›";
      border-width: 0;
      display: block;
      height: 0;
      width: 0;
      left: -0.9em;
      top: -0.1em;
      position: absolute;
      font-size: 1.2em;
      color: #ff5b00;
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
      font-style: italic;
      font-weight: 700; }
    .entry-content ul > li ul {
      padding-top: 1.5em; }
      .entry-content ul > li ul li {
        list-style: disc;
        margin-bottom: 0.3em; }
        .entry-content ul > li ul li:before {
          content: none; }
  .entry-content .highlight {
    color: #ff5b00;
    font-weight: 700; }
  .entry-content h1 {
    font-size: 2.9em; }
  .entry-content h2 {
    font-size: 2em; }
  .entry-content h3 {
    font-size: 1.6em; }
  .entry-content hr {
    margin-bottom: 2em;
    margin-top: 2em; }
  .entry-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden; }
  .entry-content .video-container iframe, .entry-content .video-container object, .entry-content .video-container embed, .entry-content .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .entry-content blockquote {
    padding: 0 1.5em 0;
    border-left: 1px solid #E8E8E8;
    color: #707070;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1.5em; }
  @media screen and (max-width: 1024px) {
    .entry-content h1 {
      font-size: 2.3em; }
    .entry-content h2 {
      font-size: 1.8em; }
    .entry-content h3 {
      font-size: 1.4em; } }
span.aufstehn {
  font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #343434;
  font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
  font-style: italic;
  font-weight: 400; }

p {
  margin-bottom: 1.5em;
  margin-top: 0px; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #FFF; }
  body.site-menu-open {
    overflow-x: hidden; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0em;
  padding: 0 0 0 2.5em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
a.button, .button {
  display: inline-block;
  border: 2px solid #fff;
  color: white;
  background: #ff5b00;
  padding: 5px 46px 6px;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 1em;
  transition: border 0.5s;
  outline: 0;
  font-weight: 700; }
  a.button:visited, .button:visited {
    color: white; }
  a.button:hover, a.button:focus, .button:hover, .button:focus {
    border: 2px solid #ff5b00;
    color: #ff5b00;
    background: #fff; }
  a.button.loading, .button.loading {
    opacity: 0.6;
    cursor: wait; }
    a.button.loading:hover, a.button.loading:focus, .button.loading:hover, .button.loading:focus {
      border: 2px solid #fff !important;
      color: white !important;
      background: #ff5b00 !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #343434;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em 0.6em; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #343434; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.modaal-content {
  background: #FFF; }

.submit-content-container .cmb-th {
  float: none;
  font-weight: 400;
  padding: 0;
  width: auto;
  margin-bottom: 0.2em; }

.submit-content-container .cmb-td {
  padding: 0px;
  vertical-align: middle; }

.submit-content-container .cmb2-wrap textarea, .submit-content-container .cmb2-wrap input {
  width: 350px;
  max-width: 100%; }
  .submit-content-container .cmb2-wrap textarea:focus, .submit-content-container .cmb2-wrap input:focus {
    background: #fafafa;
    outline: none;
    border-color: #aaa; }

.submit-content-container .cmb2-wrap .cmb-row {
  margin-bottom: 0.6em; }

.submit-content-container .cmb-th + .cmb-td {
  float: none; }

.nf-form-cont {
  margin-top: 3.5em; }
  .nf-form-cont .nf-before-form-content {
    margin-bottom: 1em;
    font-size: 0.9em;
    color: #343434; }
  .nf-form-cont .nf-field-label {
    margin-bottom: 0.8em; }
    .nf-form-cont .nf-field-label label {
      font-weight: 500; }
  .nf-form-cont .nf-field-element hr {
    background-color: #CCC;
    border: 0;
    height: 1px;
    margin-bottom: 3.5em;
    margin-top: 2.2em;
    text-align: left;
    margin: 1em 0 2em; }
  .nf-form-cont .nf-field-element h1, .nf-form-cont .nf-field-element h2, .nf-form-cont .nf-field-element h3 {
    margin-bottom: 0px; }
  .nf-form-cont .nf-field-element ul li:before {
    content: none; }
  .nf-form-cont .nf-response-msg {
    font-weight: 500; }
  .nf-form-cont .nf-field-description {
    color: #343434;
    font-size: 0.9em;
    margin-bottom: 1em; }

.form-hide {
  display: none; }

.ninja-forms-field.submit-button {
  background-color: #ff5b00;
  padding: 0.5em 2.3em;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  border: 0px; }
  .ninja-forms-field.submit-button:hover, .ninja-forms-field.submit-button:focus {
    background-color: #d64c00; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #343434;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .inner-container:before, .section-inner:before, .section-inner-wide:before, .section-inner-rtl:before,
.clear:after,
.inner-container:after,
.section-inner:after,
.section-inner-wide:after,
.section-inner-rtl:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .inner-container:after, .section-inner:after, .section-inner-wide:after, .section-inner-rtl:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Layout-Global
--------------------------------------------------------------*/
#page {
  position: relative; }

.inner, .inner-container, .section-inner, .section-inner-wide, .section-inner-rtl {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-left: 15px;
  padding-right: 15px; }

.inner-container, .section-inner, .section-inner-wide, .section-inner-rtl {
  max-width: 1370px; }

.section-inner-wide {
  max-width: 1600px;
  padding-left: 0px;
  padding-right: 0px; }

.site-main {
  min-height: 100vh;
  min-height: calc(100vh - 174px); }

.site {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#page.padding {
  padding-top: 86px; }

.site-header {
  margin-bottom: 0px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 86px;
  background: transparent;
  z-index: 9999; }
  .site-header .logo img {
    height: 86px;
    width: auto; }

@media screen and (max-width: 1024px) {
  #page.padding {
    padding: 50px; }
  .site-header {
    height: 50px; }
    .site-header .logo img {
      height: 50px; } }

.flyout {
  position: absolute;
  right: 0px;
  top: 540px;
  font-size: 1.625em;
  line-height: 1.15;
  z-index: 9999;
  width: auto;
  color: white;
  padding: 0.6em 1.1em 0.6em 1.3em;
  text-align: right;
  font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
  font-style: italic;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  display: block;
  overflow: hidden; }
  .flyout span {
    font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
    font-style: italic;
    font-weight: 700; }
  .flyout:before {
    background-color: #ff5b00;
    display: block;
    width: 108%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -15%;
    content: "";
    -webkit-transform: skew(12deg);
            transform: skew(12deg);
    z-index: -1;
    box-shadow: 3px 0px 12px rgba(0, 0, 0, 0.3);
    transition: background-color 0.15s ease-in-out; }
  .flyout:hover {
    text-decoration: none; }
    .flyout:hover:before {
      background-color: #e65200; }
  .flyout.flyout-donate {
    font-size: 1.375em;
    padding-top: 0.45em;
    padding-bottom: 0.45em; }
    .flyout.flyout-donate:before {
      background-color: #ff5b00; }
    .flyout.flyout-donate:hover:before {
      background-color: #e65200; }
  .flyout.flyout-register {
    transition: padding 0.15s ease-in-out, width 0.15s ease-in-out; }
    .flyout.flyout-register.is_stuck {
      font-size: 1.375em;
      padding-top: 0.45em;
      padding-bottom: 0.45em;
      width: 160px !important; }
  @media screen and (max-width: 750px) {
    .flyout {
      visibility: hidden; }
      .flyout.is_stuck {
        visibility: visible;
        display: block !important;
        position: fixed !important;
        bottom: 0px !important;
        left: 0px !important;
        width: 100% !important;
        height: auto !important;
        top: initial !important;
        text-align: center;
        font-size: 1.5em !important;
        padding-top: 0.65em !important;
        padding-bottom: 0.65em !important;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3); }
        .flyout.is_stuck br {
          display: none; }
        .flyout.is_stuck:before {
          -webkit-transform: none;
                  transform: none;
          width: 100%;
          height: 100%;
          left: 0px;
          right: auto; }
      .flyout.flyout-register.is_stuck {
        width: 100% !important; } }
a.flyout {
  color: white; }
  a.flyout:visited {
    color: white; }

.main-navigation {
  display: block; }
  .main-navigation .menu {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(255, 91, 0, 0.8);
    color: white;
    padding-top: 90px;
    padding-bottom: 80px;
    font-size: 2.2em;
    text-transform: uppercase;
    padding-left: 0px;
    margin-left: 0px;
    text-align: center; }
    .main-navigation .menu ul {
      list-style: none;
      margin: 0;
      padding-left: 0;
      text-align: center; }
    .main-navigation .menu li {
      display: block;
      position: relative; }
      .main-navigation .menu li:hover > a, .main-navigation .menu li:focus > a {
        text-decoration: underline; }
    .main-navigation .menu a {
      display: block;
      text-decoration: none;
      position: relative;
      margin-right: 0em;
      padding: 0.4em 1em 0.1em;
      transition: color 0.2s ease-in-out;
      color: white; }
    .main-navigation .menu li.current_page_item > a,
    .main-navigation .menu li.current-menu-item > a,
    .main-navigation .menu li.current_page_ancestor > a,
    .main-navigation .menu li.current-menu-ancestor > a,
    .main-navigation .menu li.search-opened > a {
      background-color: rgba(0, 0, 0, 0.3); }
    .main-navigation .menu li.current_page_item:hover > a, .main-navigation .menu li.current_page_item:focus > a,
    .main-navigation .menu li.current-menu-item:hover > a,
    .main-navigation .menu li.current-menu-item:focus > a,
    .main-navigation .menu li.current_page_ancestor:hover > a,
    .main-navigation .menu li.current_page_ancestor:focus > a,
    .main-navigation .menu li.current-menu-ancestor:hover > a,
    .main-navigation .menu li.current-menu-ancestor:focus > a,
    .main-navigation .menu li.search-opened:hover > a,
    .main-navigation .menu li.search-opened:focus > a {
      text-decoration: underline; }
  .main-navigation .logo {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    z-index: 999; }
  @media screen and (max-width: 750px) {
    .main-navigation .menu {
      font-size: 1.6em;
      padding-top: 66px;
      padding-bottom: 30px; }
      .main-navigation .menu a {
        padding: 0.3em 1em; } }
/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu {
  display: block; }

.main-navigation.toggled .menu-toggle .close-box {
  display: block; }

.main-navigation.toggled .menu-toggle .bar-box {
  display: none; }

.main-navigation.toggled .logo {
  display: block; }

.menu-toggle.menu-toggle-close {
  display: none; }

.menu-toggle {
  border: none;
  background: transparent;
  font-size: 1em;
  display: inline-block;
  outline: none;
  position: absolute;
  top: 10px;
  right: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 9999; }
  .menu-toggle .bar-box {
    position: relative;
    width: 54px;
    height: 52px; }
  .menu-toggle .close-box {
    width: 54px;
    height: 52px;
    position: relative;
    display: none; }
  .menu-toggle.menu-toggle-black .bar-box {
    -webkit-filter: invert(100%);
            filter: invert(100%); }
  @media screen and (max-width: 1024px) {
    .menu-toggle {
      top: 5px; }
      .menu-toggle .bar-box, .menu-toggle .close-box {
        height: 40px;
        width: 40px; }
        .menu-toggle .bar-box img, .menu-toggle .close-box img {
          max-height: 100%;
          width: auto; } }
/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/
.content-area {
  margin-bottom: 0em; }
  .content-area.content-area-top-padding {
    padding-top: 95px; }

.section-title, .section-blog .blog-title, .section-people .people-title, .section-text .text-title, .single-content .entry-title {
  font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
  font-style: italic;
  font-weight: 700;
  font-size: 3.25em;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: 0px;
  text-align: center;
  color: #ff5b00; }
  @media screen and (max-width: 1024px) {
    .section-title, .section-blog .blog-title, .section-people .people-title, .section-text .text-title, .single-content .entry-title {
      font-size: 2.8em;
      margin-bottom: 0.5em; } }
  @media screen and (max-width: 750px) {
    .section-title, .section-blog .blog-title, .section-people .people-title, .section-text .text-title, .single-content .entry-title {
      font-size: 2.45em; } }
.posts-grid {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .posts-grid a {
      width: 33.3333%;
      float: left;
      min-height: 18em; }
      .posts-grid a:nth-child(3n) {
        margin-right: 0; }
      .posts-grid a:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 1024px) and (min-width: 750px) {
    .posts-grid a {
      width: 50%;
      float: left;
      min-height: 20em; }
      .posts-grid a:nth-child(2n) {
        margin-right: 0; }
      .posts-grid a:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 750px) {
    .posts-grid a {
      width: 100%; } }
.posts-navigation {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 4em; }
  .posts-navigation .nav-previous, .posts-navigation .nav-next {
    display: inline-block; }
    .posts-navigation .nav-previous a, .posts-navigation .nav-next a {
      display: inline-block;
      background-color: white;
      border-radius: 50%;
      width: 2em;
      height: 2em;
      background-color: #6CB068;
      color: white;
      text-decoration: none;
      transition: opacity 0.2s ease-in-out;
      text-align: center;
      padding-top: 0.25em;
      margin-right: 1em;
      margin-left: 1em;
      border: none;
      font-size: 1.7em; }
      .posts-navigation .nav-previous a:hover, .posts-navigation .nav-next a:hover {
        opacity: 0.8;
        text-decoration: none; }

.error-404 .page-title {
  text-align: center;
  margin-top: 3em; }

section.search-results {
  padding-bottom: 6em;
  padding-top: 2em; }
  section.search-results .page-header {
    margin-bottom: 2em; }

@media screen and (min-width: 1024px) {
  .search .main-content {
    margin-left: 12.7947065029%;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%;
    margin-right: 0; }
    .search .main-content:last-child {
      margin-right: 0; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 3.8em 0 3em 0;
  position: relative;
  font-size: 1em;
  background-color: #ff5b00;
  color: white; }
  .site-footer .inner-container {
    position: relative; }
  .site-footer a {
    color: white;
    text-decoration: none; }
    .site-footer a:hover {
      text-decoration: underline; }
  .site-footer .footer-logo {
    margin-bottom: 1em; }
    .site-footer .footer-logo img {
      height: 38px;
      width: auto; }
  @media screen and (min-width: 1024px) {
    .site-footer .footer-logo {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%; }
      .site-footer .footer-logo:last-child {
        margin-right: 0; }
    .site-footer .footer-column {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 22.3787805489%; }
      .site-footer .footer-column:last-child {
        margin-right: 0; }
      .site-footer .footer-column p {
        margin-bottom: 0px; }
    .site-footer .footer-social {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 6.1721523119%; }
      .site-footer .footer-social:last-child {
        margin-right: 0; } }
  .site-footer .footer-social ul {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none; }
    .site-footer .footer-social ul li {
      display: inline-block;
      padding: 0px;
      margin: 0 0.25em 0.6em 0;
      text-align: left; }
      .site-footer .footer-social ul li a {
        color: #ff5b00;
        display: inline-block;
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        font-size: 1.4em;
        border-radius: 0.3em;
        text-decoration: none;
        background-color: white;
        padding-top: 0.3em;
        text-align: center;
        transition: opacity 0.2s ease-in-out;
        line-height: 1em; }
        .site-footer .footer-social ul li a:hover {
          opacity: 0.7; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.single-content {
  padding-top: 3.5em;
  padding-bottom: 2.5em; }
  .single-content .section-inner {
    position: relative;
    max-width: 730px; }
  .single-content .entry-title {
    text-align: left; }
    .single-content .entry-title.entry-title-no-margin {
      margin-bottom: 0px; }
  .single-content .entry-meta .entry-date {
    margin-right: 1em; }
  .single-content .entry-meta .entry-author {
    margin-left: 1em;
    text-transform: uppercase; }
  .single-content .entry-bio {
    display: block;
    position: relative;
    color: #999;
    margin-top: 4em;
    border-top: 1px solid #ccc;
    margin-bottom: 3em;
    padding-left: 150px;
    min-height: 166px;
    padding-top: 2.5em; }
    @media screen and (max-width: 750px) {
      .single-content .entry-bio {
        padding-left: 90px; } }
    .single-content .entry-bio .bio-ava {
      position: absolute;
      top: 2.5em;
      left: 0px;
      width: 125px; }
      .single-content .entry-bio .bio-ava img {
        border-radius: 50%; }
      @media screen and (max-width: 750px) {
        .single-content .entry-bio .bio-ava {
          width: 60px; } }
    .single-content .entry-bio .bio {
      padding-top: 0.8em; }
      @media screen and (max-width: 750px) {
        .single-content .entry-bio .bio {
          padding-top: 0px; } }
.grid-post, .section-blog .posts-container article, .section-posts .posts-container article, .posts-grid a {
  margin: 0px 0 1.4em;
  display: block;
  text-decoration: none;
  padding: 0;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  background-color: white;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15); }
  .grid-post .entry-image-container, .section-blog .posts-container article .entry-image-container, .section-posts .posts-container article .entry-image-container, .posts-grid a .entry-image-container {
    margin-bottom: 1.7em; }
    .grid-post .entry-image-container .entry-image, .section-blog .posts-container article .entry-image-container .entry-image, .section-posts .posts-container article .entry-image-container .entry-image, .posts-grid a .entry-image-container .entry-image {
      padding-top: 47.9%;
      background-position: center center;
      background-size: cover;
      position: relative;
      height: 0px;
      display: block; }
  .grid-post .entry-content, .section-blog .posts-container article .entry-content, .section-posts .posts-container article .entry-content, .posts-grid a .entry-content {
    color: inherit;
    padding: 0 2em 2em; }
    .grid-post .entry-content .entry-title, .section-blog .posts-container article .entry-content .entry-title, .section-posts .posts-container article .entry-content .entry-title, .posts-grid a .entry-content .entry-title {
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
      font-style: italic;
      font-weight: 700; }
    .grid-post .entry-content .entry-excerpt, .section-blog .posts-container article .entry-content .entry-excerpt, .section-posts .posts-container article .entry-content .entry-excerpt, .posts-grid a .entry-content .entry-excerpt {
      margin: 0 0 0.1em; }
      .grid-post .entry-content .entry-excerpt p:last-child, .section-blog .posts-container article .entry-content .entry-excerpt p:last-child, .section-posts .posts-container article .entry-content .entry-excerpt p:last-child, .posts-grid a .entry-content .entry-excerpt p:last-child {
        margin-bottom: 0px; }
    .grid-post .entry-content .entry-title, .section-blog .posts-container article .entry-content .entry-title, .section-posts .posts-container article .entry-content .entry-title, .posts-grid a .entry-content .entry-title {
      color: #343434;
      font-size: 1.5em;
      margin: 0 0 0.7em;
      line-height: 1.3; }
      .grid-post .entry-content .entry-title a, .section-blog .posts-container article .entry-content .entry-title a, .section-posts .posts-container article .entry-content .entry-title a, .posts-grid a .entry-content .entry-title a {
        text-decoration: none;
        color: #343434;
        transition: color 0.15s ease-in-out; }
        .grid-post .entry-content .entry-title a:hover, .section-blog .posts-container article .entry-content .entry-title a:hover, .section-posts .posts-container article .entry-content .entry-title a:hover, .posts-grid a .entry-content .entry-title a:hover {
          text-decoration: none;
          color: #444; }
    .grid-post .entry-content .entry-cta, .section-blog .posts-container article .entry-content .entry-cta, .section-posts .posts-container article .entry-content .entry-cta, .posts-grid a .entry-content .entry-cta {
      padding-top: 1.3em; }

.blog-post, .section-blog .blog-container article {
  margin: 0px 0 1.4em;
  display: block;
  text-decoration: none;
  padding: 0;
  position: relative;
  transition: opacity 0.2s ease-in-out;
  background-color: white;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.15);
  padding-left: 33%; }
  .blog-post .entry-image, .section-blog .blog-container article .entry-image {
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 33%;
    display: block;
    height: 100%;
    left: 0px;
    top: 0px; }
  @media screen and (max-width: 750px) {
    .blog-post, .section-blog .blog-container article {
      padding-left: 0px;
      min-height: 230px; }
      .blog-post .entry-image, .section-blog .blog-container article .entry-image {
        padding-top: 56%;
        position: relative;
        height: 0px;
        display: block;
        width: 100%;
        height: 0px;
        left: auto;
        top: auto; } }
  .blog-post .entry-content, .section-blog .blog-container article .entry-content {
    color: inherit;
    padding: 2em 2em; }
    @media screen and (max-width: 750px) {
      .blog-post .entry-content, .section-blog .blog-container article .entry-content {
        padding: 1.2em 1.2em; } }
    .blog-post .entry-content .entry-excerpt, .section-blog .blog-container article .entry-content .entry-excerpt {
      margin: 0 0 0.5em; }
    .blog-post .entry-content .entry-title, .section-blog .blog-container article .entry-content .entry-title {
      color: #343434;
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
      font-size: 1.5em;
      font-style: italic;
      font-weight: 700;
      margin: 0 0 0.7em;
      line-height: 1.3; }
      .blog-post .entry-content .entry-title a, .section-blog .blog-container article .entry-content .entry-title a {
        text-decoration: none; }
        .blog-post .entry-content .entry-title a:hover, .section-blog .blog-container article .entry-content .entry-title a:hover {
          text-decoration: underline; }
  .blog-post .entry-meta .entry-date, .section-blog .blog-container article .entry-meta .entry-date {
    margin-right: 1em; }
  .blog-post .entry-meta .entry-author, .section-blog .blog-container article .entry-meta .entry-author {
    margin-left: 1em;
    text-transform: uppercase; }

.entry-sharing .sharing {
  display: block;
  padding: 0px;
  margin: 1em 0 1em; }
  .entry-sharing .sharing li {
    display: block;
    float: left;
    width: 25%;
    padding: 0.5em 0.5em; }
    @media screen and (max-width: 1024px) {
      .entry-sharing .sharing li {
        width: 50%; }
        .entry-sharing .sharing li:first-child, .entry-sharing .sharing li:nth-child(3) {
          padding-left: 0px; }
        .entry-sharing .sharing li:last-child, .entry-sharing .sharing li:nth-child(2) {
          padding-right: 0px; } }
    @media screen and (max-width: 750px) {
      .entry-sharing .sharing li {
        width: 100%;
        float: none;
        padding: 0.5em 0em; } }
    @media screen and (min-width: 1230px) {
      .entry-sharing .sharing li:first-child {
        padding-left: 0px; }
      .entry-sharing .sharing li:last-child {
        padding-right: 0px; } }
    .entry-sharing .sharing li a {
      padding: 0.5em 0.6em;
      vertical-align: middle;
      font-size: 0.95em;
      display: block;
      color: white;
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCond", "Myriad Pro Condensed Bold", sans;
      font-style: normal;
      font-weight: 700;
      border-radius: 3px;
      border: 2px solid black;
      transition: background 0.2s ease-in-out, color 0.2s ease-in-out; }
      .entry-sharing .sharing li a i {
        font-size: 1.5em;
        vertical-align: middle;
        margin-right: 0.3em;
        display: inline-block; }
      .entry-sharing .sharing li a.sharing-twitter {
        background: #4198ff;
        border-color: #4198ff; }
        .entry-sharing .sharing li a.sharing-twitter:hover {
          color: #4198ff;
          background: transparent; }
      .entry-sharing .sharing li a.sharing-facebook {
        background: #3a5999;
        border-color: #3a599a; }
        .entry-sharing .sharing li a.sharing-facebook:hover {
          color: #3a599a;
          background: transparent; }
      .entry-sharing .sharing li a.sharing-whatsapp {
        background: #34af21;
        border-color: #34af21; }
        .entry-sharing .sharing li a.sharing-whatsapp:hover {
          color: #34af21;
          background: transparent; }
      .entry-sharing .sharing li a.sharing-mail {
        background: #9da6a8;
        border-color: #9da6a8; }
        .entry-sharing .sharing li a.sharing-mail:hover {
          color: #9da6a8;
          background: transparent; }
      .entry-sharing .sharing li a:hover {
        text-decoration: none; }

.more-button, .section-blog .blog-more, .section-posts .posts-more {
  text-align: center;
  width: 9em;
  height: 9em;
  border-radius: 50%;
  display: none;
  margin: 0 auto;
  text-transform: uppercase;
  color: #666;
  border: 1px solid #666;
  padding-top: 4em;
  margin-top: 2em;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  clear: both; }
  .more-button:hover, .section-blog .blog-more:hover, .section-posts .posts-more:hover {
    opacity: 0.7; }

.ribbon, .section-action .action-content .action-ribbon, .grid-post .entry-ribbon, .section-blog .posts-container article .entry-ribbon, .section-posts .posts-container article .entry-ribbon, .grid-post .ribbon-mein-aufstehn, .section-blog .posts-container article .ribbon-mein-aufstehn, .section-posts .posts-container article .ribbon-mein-aufstehn, .grid-post.action-mein-aufstehn .entry-ribbon, .grid-post.action-mein-aufstehn .ribbon-blog, .grid-post .ribbon-blog, .section-blog .posts-container article .ribbon-blog, .section-posts .posts-container article .ribbon-blog, .grid-post.action-blog .entry-ribbon, .grid-post.action-blog .ribbon-mein-aufstehn, .posts-grid a .entry-ribbon, .posts-grid a .ribbon-mein-aufstehn, .posts-grid a.action-mein-aufstehn .entry-ribbon, .posts-grid a.action-mein-aufstehn .ribbon-blog, .posts-grid a .ribbon-blog, .posts-grid a.action-blog .entry-ribbon, .posts-grid a.action-blog .ribbon-mein-aufstehn {
  color: #fff;
  position: absolute;
  background: #ff5b00;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0.3em 0.4em 0.3em 0.7em;
  clear: both;
  left: -6px;
  z-index: 9;
  top: 20px;
  font-size: 0.875em;
  text-transform: uppercase;
  font-family: "myriad-pro-condensed", "MyriadPro-BoldCond", "Myriad Pro Condensed Bold", sans;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.07em; }
  .ribbon:after, .section-action .action-content .action-ribbon:after, .grid-post .entry-ribbon:after, .section-blog .posts-container article .entry-ribbon:after, .section-posts .posts-container article .entry-ribbon:after, .grid-post .ribbon-mein-aufstehn:after, .section-blog .posts-container article .ribbon-mein-aufstehn:after, .section-posts .posts-container article .ribbon-mein-aufstehn:after, .grid-post.action-mein-aufstehn .entry-ribbon:after, .grid-post.action-mein-aufstehn .ribbon-blog:after, .grid-post .ribbon-blog:after, .section-blog .posts-container article .ribbon-blog:after, .section-posts .posts-container article .ribbon-blog:after, .grid-post.action-blog .entry-ribbon:after, .grid-post.action-blog .ribbon-mein-aufstehn:after, .posts-grid a .entry-ribbon:after, .posts-grid a .ribbon-mein-aufstehn:after, .posts-grid a.action-mein-aufstehn .entry-ribbon:after, .posts-grid a.action-mein-aufstehn .ribbon-blog:after, .posts-grid a .ribbon-blog:after, .posts-grid a.action-blog .entry-ribbon:after, .posts-grid a.action-blog .ribbon-mein-aufstehn:after {
    display: block;
    width: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -5px;
    content: "";
    -webkit-transform: skew(-12deg);
            transform: skew(-12deg);
    background: #ff5b00;
    z-index: -1; }
  .ribbon:before, .section-action .action-content .action-ribbon:before, .grid-post .entry-ribbon:before, .section-blog .posts-container article .entry-ribbon:before, .section-posts .posts-container article .entry-ribbon:before, .grid-post .ribbon-mein-aufstehn:before, .section-blog .posts-container article .ribbon-mein-aufstehn:before, .section-posts .posts-container article .ribbon-mein-aufstehn:before, .grid-post.action-mein-aufstehn .entry-ribbon:before, .grid-post.action-mein-aufstehn .ribbon-blog:before, .grid-post .ribbon-blog:before, .section-blog .posts-container article .ribbon-blog:before, .section-posts .posts-container article .ribbon-blog:before, .grid-post.action-blog .entry-ribbon:before, .grid-post.action-blog .ribbon-mein-aufstehn:before, .posts-grid a .entry-ribbon:before, .posts-grid a .ribbon-mein-aufstehn:before, .posts-grid a.action-mein-aufstehn .entry-ribbon:before, .posts-grid a.action-mein-aufstehn .ribbon-blog:before, .posts-grid a .ribbon-blog:before, .posts-grid a.action-blog .entry-ribbon:before, .posts-grid a.action-blog .ribbon-mein-aufstehn:before {
    display: block;
    width: 7px;
    height: 0px;
    position: absolute;
    bottom: -6px;
    left: -1px;
    content: "";
    border-bottom: 6px solid transparent;
    border-right: 6px solid #993700; }

.ribbon-blog, .grid-post.action-blog .entry-ribbon, .section-blog .posts-container article.action-blog .entry-ribbon, .section-posts .posts-container article.action-blog .entry-ribbon, .grid-post.action-blog .ribbon-mein-aufstehn, .section-blog .posts-container article.action-blog .ribbon-mein-aufstehn, .section-posts .posts-container article.action-blog .ribbon-mein-aufstehn, .grid-post.action-blog .ribbon-blog, .section-blog .posts-container article.action-blog .ribbon-blog, .section-posts .posts-container article.action-blog .ribbon-blog, .posts-grid a.action-blog .entry-ribbon, .posts-grid a.action-blog .ribbon-mein-aufstehn, .posts-grid a.action-blog .ribbon-blog {
  background: #14aacc; }
  .ribbon-blog:after, .grid-post.action-blog .entry-ribbon:after, .section-blog .posts-container article.action-blog .entry-ribbon:after, .section-posts .posts-container article.action-blog .entry-ribbon:after, .grid-post.action-blog .ribbon-mein-aufstehn:after, .section-blog .posts-container article.action-blog .ribbon-mein-aufstehn:after, .section-posts .posts-container article.action-blog .ribbon-mein-aufstehn:after, .posts-grid a.action-blog .entry-ribbon:after, .posts-grid a.action-blog .ribbon-mein-aufstehn:after, .grid-post.action-blog .ribbon-blog:after, .section-blog .posts-container article.action-blog .ribbon-blog:after, .section-posts .posts-container article.action-blog .ribbon-blog:after, .posts-grid a.action-blog .ribbon-blog:after {
    background: #14aacc; }
  .ribbon-blog:before, .grid-post.action-blog .entry-ribbon:before, .section-blog .posts-container article.action-blog .entry-ribbon:before, .section-posts .posts-container article.action-blog .entry-ribbon:before, .grid-post.action-blog .ribbon-mein-aufstehn:before, .section-blog .posts-container article.action-blog .ribbon-mein-aufstehn:before, .section-posts .posts-container article.action-blog .ribbon-mein-aufstehn:before, .posts-grid a.action-blog .entry-ribbon:before, .posts-grid a.action-blog .ribbon-mein-aufstehn:before, .grid-post.action-blog .ribbon-blog:before, .section-blog .posts-container article.action-blog .ribbon-blog:before, .section-posts .posts-container article.action-blog .ribbon-blog:before, .posts-grid a.action-blog .ribbon-blog:before {
    border-right-color: #0b5d6f; }

.ribbon-mein-aufstehn, .grid-post.action-mein-aufstehn .entry-ribbon, .section-blog .posts-container article.action-mein-aufstehn .entry-ribbon, .section-posts .posts-container article.action-mein-aufstehn .entry-ribbon, .grid-post.action-mein-aufstehn .ribbon-mein-aufstehn, .section-blog .posts-container article.action-mein-aufstehn .ribbon-mein-aufstehn, .section-posts .posts-container article.action-mein-aufstehn .ribbon-mein-aufstehn, .grid-post.action-mein-aufstehn .ribbon-blog, .section-blog .posts-container article.action-mein-aufstehn .ribbon-blog, .section-posts .posts-container article.action-mein-aufstehn .ribbon-blog, .posts-grid a.action-mein-aufstehn .entry-ribbon, .posts-grid a.action-mein-aufstehn .ribbon-mein-aufstehn, .posts-grid a.action-mein-aufstehn .ribbon-blog {
  background: #6d3da1;
  font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: none; }
  .ribbon-mein-aufstehn:after, .grid-post.action-mein-aufstehn .entry-ribbon:after, .section-blog .posts-container article.action-mein-aufstehn .entry-ribbon:after, .section-posts .posts-container article.action-mein-aufstehn .entry-ribbon:after, .posts-grid a.action-mein-aufstehn .entry-ribbon:after, .grid-post.action-mein-aufstehn .ribbon-blog:after, .section-blog .posts-container article.action-mein-aufstehn .ribbon-blog:after, .section-posts .posts-container article.action-mein-aufstehn .ribbon-blog:after, .posts-grid a.action-mein-aufstehn .ribbon-blog:after, .grid-post.action-mein-aufstehn .ribbon-mein-aufstehn:after, .section-blog .posts-container article.action-mein-aufstehn .ribbon-mein-aufstehn:after, .section-posts .posts-container article.action-mein-aufstehn .ribbon-mein-aufstehn:after, .posts-grid a.action-mein-aufstehn .ribbon-mein-aufstehn:after {
    background: #6d3da1; }
  .ribbon-mein-aufstehn:before, .grid-post.action-mein-aufstehn .entry-ribbon:before, .section-blog .posts-container article.action-mein-aufstehn .entry-ribbon:before, .section-posts .posts-container article.action-mein-aufstehn .entry-ribbon:before, .posts-grid a.action-mein-aufstehn .entry-ribbon:before, .grid-post.action-mein-aufstehn .ribbon-blog:before, .section-blog .posts-container article.action-mein-aufstehn .ribbon-blog:before, .section-posts .posts-container article.action-mein-aufstehn .ribbon-blog:before, .posts-grid a.action-mein-aufstehn .ribbon-blog:before, .grid-post.action-mein-aufstehn .ribbon-mein-aufstehn:before, .section-blog .posts-container article.action-mein-aufstehn .ribbon-mein-aufstehn:before, .section-posts .posts-container article.action-mein-aufstehn .ribbon-mein-aufstehn:before, .posts-grid a.action-mein-aufstehn .ribbon-mein-aufstehn:before {
    border-right-color: #3b2157; }

.action-button, .aufstehn-modal-body .btn, .section-action .action-content .action-cta .btn, .action-button-purple, .grid-post.action-mein-aufstehn .entry-content .entry-cta .btn, .posts-grid a.action-mein-aufstehn .entry-content .entry-cta .btn, .grid-post .entry-content .entry-cta .btn, .section-blog .posts-container article .entry-content .entry-cta .btn, .section-posts .posts-container article .entry-content .entry-cta .btn, .posts-grid a .entry-content .entry-cta .btn {
  display: inline-block;
  padding: 0.55em 0.7em 0.4em;
  font-family: "myriad-pro-condensed", "MyriadPro-BoldCond", "Myriad Pro Condensed Bold", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 5px;
  background: #ff5b00;
  box-shadow: 3px 3px 0px 0px #993700;
  transition: box-shadow 0.15s ease-in-out, background 0.15s ease-in-out;
  text-transform: uppercase;
  border: 0px;
  color: white;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none !important; }
  .action-button:hover, .aufstehn-modal-body .btn:hover, .section-action .action-content .action-cta .btn:hover, .action-button-purple:hover, .grid-post .entry-content .entry-cta .btn:hover, .section-blog .posts-container article .entry-content .entry-cta .btn:hover, .section-posts .posts-container article .entry-content .entry-cta .btn:hover, .posts-grid a .entry-content .entry-cta .btn:hover {
    background: #e65200;
    color: white;
    text-decoration: none; }
  .action-button:active, .aufstehn-modal-body .btn:active, .section-action .action-content .action-cta .btn:active, .action-button-purple:active, .grid-post .entry-content .entry-cta .btn:active, .section-blog .posts-container article .entry-content .entry-cta .btn:active, .section-posts .posts-container article .entry-content .entry-cta .btn:active, .posts-grid a .entry-content .entry-cta .btn:active {
    box-shadow: 1px 1px 0px 0px #993700;
    color: white; }

.action-button-purple, .grid-post.action-mein-aufstehn .entry-content .entry-cta .btn, .section-blog .posts-container article.action-mein-aufstehn .entry-content .entry-cta .btn, .section-posts .posts-container article.action-mein-aufstehn .entry-content .entry-cta .btn, .posts-grid a.action-mein-aufstehn .entry-content .entry-cta .btn {
  background: #6d3da1;
  box-shadow: 3px 3px 0px 0px #3b2157; }
  .action-button-purple:hover, .grid-post.action-mein-aufstehn .entry-content .entry-cta .btn:hover, .section-blog .posts-container article.action-mein-aufstehn .entry-content .entry-cta .btn:hover, .section-posts .posts-container article.action-mein-aufstehn .entry-content .entry-cta .btn:hover, .posts-grid a.action-mein-aufstehn .entry-content .entry-cta .btn:hover {
    background: #60368f; }
  .action-button-purple:active, .grid-post.action-mein-aufstehn .entry-content .entry-cta .btn:active, .section-blog .posts-container article.action-mein-aufstehn .entry-content .entry-cta .btn:active, .section-posts .posts-container article.action-mein-aufstehn .entry-content .entry-cta .btn:active, .posts-grid a.action-mein-aufstehn .entry-content .entry-cta .btn:active {
    box-shadow: 1px 1px 0px 0px #3b2157; }

.action-link, .grid-post.action-blog .entry-content .entry-cta .btn, .section-blog .posts-container article.action-blog .entry-content .entry-cta .btn, .section-posts .posts-container article.action-blog .entry-content .entry-cta .btn, .posts-grid a.action-blog .entry-content .entry-cta .btn {
  display: inline-block;
  padding: 0em 0em 0em;
  font-family: "myriad-pro-condensed", "MyriadPro-BoldCond", "Myriad Pro Condensed Bold", sans;
  font-style: normal;
  font-weight: 700;
  background: transparent;
  box-shadow: none;
  font-size: 1.2em;
  transition: color 0.15s ease-in-out;
  text-transform: uppercase;
  color: #14aacc;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none !important; }
  .action-link:hover, .grid-post.action-blog .entry-content .entry-cta .btn:hover, .section-blog .posts-container article.action-blog .entry-content .entry-cta .btn:hover, .section-posts .posts-container article.action-blog .entry-content .entry-cta .btn:hover, .posts-grid a.action-blog .entry-content .entry-cta .btn:hover {
    color: #0f839e;
    text-decoration: none; }

.progress-bar {
  background: #D9D9D9;
  border-radius: 7px;
  margin-top: 1.5em;
  font-size: 0.875em;
  position: relative;
  overflow: hidden;
  min-height: 2.20em; }
  .progress-bar:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url("images/img-shade.png");
    background-position: left center;
    background-repeat: repeat;
    z-index: 1; }
  .progress-bar .progress-bar-progress {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ff5b00;
    width: 80%;
    height: 100%;
    z-index: 1; }
  .progress-bar .progress-bar-label {
    padding: 0.7em 1em 0.5em;
    color: white;
    font-size: 1em;
    line-height: 1;
    font-weight: bold;
    position: relative;
    z-index: 2; }

/*--------------------------------------------------------------
## Archive
--------------------------------------------------------------*/
.archive .section-posts {
  padding-top: 3.5em; }
  .archive .section-posts h1.section-title, .archive .section-posts .section-blog h1.blog-title, .section-blog .archive .section-posts h1.blog-title, .archive .section-posts .section-people h1.people-title, .section-people .archive .section-posts h1.people-title, .archive .section-posts .section-text h1.text-title, .section-text .archive .section-posts h1.text-title, .archive .section-posts .single-content h1.entry-title, .single-content .archive .section-posts h1.entry-title {
    margin-bottom: 0.3em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sidebar-content {
  color: #1C6B81; }
  .sidebar-content .widget {
    margin-bottom: 3em; }
    .sidebar-content .widget h2 {
      margin-top: 0px;
      margin-bottom: 0.5em;
      font-size: 1.5em;
      color: #1C6B81; }
    .sidebar-content .widget a {
      color: #1C6B81; }
    .sidebar-content .widget ul {
      display: block;
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .sidebar-content .widget ul li {
        border-bottom: 1px solid #1C6B81;
        padding: 0.8em 0; }
        .sidebar-content .widget ul li a {
          text-decoration: none; }
          .sidebar-content .widget ul li a:hover {
            text-decoration: underline; }

@inlcude media($tablet) {
  .sidebar-content {
    display: none; } }

/*--------------------------------------------------------------
## Share
--------------------------------------------------------------*/
.share {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 3em; }

.share__container {
  background: white;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  max-width: 560px;
  width: 100%;
  border-radius: 4px;
  padding: 40px 30px 30px; }

.share__header {
  margin: 0px 0 2em; }

.share__title {
  margin: 0 0 0.75em;
  color: #ff5b00;
  font-size: 2em;
  font-weight: bold; }

.share__confirmation {
  margin: 0px 0 0.75em;
  font-size: 1.5em;
  font-weight: bold; }

.share__content {
  margin: 0 0 1em; }
  .share__content h1 {
    margin: 0 0 0.75em;
    color: #ff5b00;
    font-size: 2em;
    font-weight: bold; }
    .share__content h1:first-child {
      margin-top: 0; }

.share__buttons {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: block; }
  .share__buttons li {
    margin: 0 0 0.75em; }
    .share__buttons li:last-child {
      margin-bottom: 0px; }
    .share__buttons li > div {
      text-align: center;
      color: #aaa;
      font-size: 0.875em; }

.share__button {
  text-align: center;
  padding: 0.675em 2em;
  display: block;
  border: 2px solid #ff5b00;
  background: #ff5b00;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.125em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
  .share__button:hover {
    text-decoration: none;
    color: white;
    background: transparent; }
  .share__button:active, .share__button:visited, .share__button:focus {
    text-decoration: none;
    color: white; }
  .share__button:focus {
    outline: 1px dotted #666; }
  .share__button i {
    font-size: 1.5em;
    margin-right: 0.425em;
    vertical-align: middle; }

.share__button--facebook {
  background: #1877f2;
  border-color: #1877f2; }
  .share__button--facebook:hover {
    color: #1877f2; }

.share__button--twitter {
  background: #1da1f2;
  border-color: #1da1f2; }
  .share__button--twitter:hover {
    color: #1da1f2; }

.share__button--whatsapp {
  background: #25d366;
  border-color: #25d366; }
  .share__button--whatsapp:hover {
    color: #25d366; }

.share__button--instagram {
  background: #e1306c;
  border-color: #e1306c; }
  .share__button--instagram:hover {
    color: #e1306c; }

.share__button--native {
  background: #ff5b00;
  border-color: #ff5b00; }
  .share__button--native:hover {
    color: #ff5b00; }

.share__button--mail {
  background: #FFAE02;
  border-color: #FFAE02; }
  .share__button--mail:hover {
    color: #FFAE02; }

.share__button--link {
  background: #aaa;
  border-color: #aaa; }
  .share__button--link:hover {
    color: #aaa; }

.share__button--footer {
  font-size: 1em;
  background: transparent;
  border-color: #aaa;
  color: #aaa !important; }
  .share__button--footer:hover {
    background: #aaa;
    color: white !important; }

.share__button--orange {
  background: #ff5b00;
  border-color: #ff5b00; }
  .share__button--orange:hover {
    color: #ff5b00; }



.share__footer {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  align-items: center; }

.section-intro {
  padding-top: 4.5em;
  padding-bottom: 3.6em; }
  .section-intro .section-inner {
    position: relative; }
  .section-intro .text-content {
    max-width: 790px;
    margin: 0 auto;
    text-align: center; }
    .section-intro .text-content .entry-content {
      color: #343434;
      font-size: 1.875em;
      line-height: 1.45; }
      .section-intro .text-content .entry-content p:last-child {
        margin-bottom: 0px; }
      @media screen and (max-width: 750px) {
        .section-intro .text-content .entry-content {
          font-size: 1.2em; } }
.section-text {
  padding-top: 4.5em;
  padding-bottom: 3.6em; }
  .section-text .section-inner {
    position: relative;
    max-width: 790px; }
  .section-text .text-title.text-title-left {
    text-align: left; }
  .section-text .text-content {
    margin: 0 auto;
    text-align: left; }
  .section-text.section-text-grey {
    background: #f5f5f5; }
    .section-text.section-text-grey .text-title {
      color: #343434; }

.section-features {
  padding-top: 2.5em;
  padding-bottom: 3.7em; }
  .section-features .section-inner {
    position: relative; }
  .section-features .features {
    margin-bottom: 0em;
    text-align: center; }
    .section-features .features .feature-item {
      width: 33%;
      max-width: 350px;
      text-align: center;
      display: inline-block;
      position: relative;
      padding-left: 1.5em;
      padding-right: 1.5em;
      vertical-align: top; }
      .section-features .features .feature-item .feature-icon {
        margin-bottom: 1.2em; }
        .section-features .features .feature-item .feature-icon img {
          height: 92px;
          width: auto; }
      .section-features .features .feature-item .feature-title {
        font-size: 1.5em;
        margin-bottom: 0.2em;
        margin-top: 0px;
        font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
        font-style: italic;
        font-weight: 700;
        text-transform: uppercase; }
      .section-features .features .feature-item .feature-content {
        font-size: 1em;
        line-height: 1.5; }
    .section-features .features .feature-item-laptop .feature-title {
      color: #ff5b00; }
    .section-features .features .feature-item-speaker .feature-title {
      color: #6d3da1; }
    .section-features .features .feature-item-checkbox .feature-title {
      color: #14aacc; }
  @media screen and (max-width: 750px) {
    .section-features .features .feature-item {
      width: auto;
      float: none;
      margin-bottom: 2.5em; }
      .section-features .features .feature-item .feature-icon {
        margin-bottom: 0.7em; } }
.section-quote {
  padding-top: 4em;
  padding-bottom: 2.5em;
  overflow: hidden;
  position: relative;
  margin: 0; }
  .section-quote .section-inner {
    position: relative;
    max-width: 940px; }
  .section-quote .quotes-title {
    font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
    font-style: italic;
    font-weight: 400;
    font-size: 3.25em;
    line-height: 1;
    margin-bottom: 1.5em;
    margin-top: 0px;
    text-align: center; }
    .section-quote .quotes-title span {
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
      font-style: italic;
      font-weight: 700; }
    @media screen and (max-width: 750px) {
      .section-quote .quotes-title {
        margin-bottom: 0.8em;
        font-size: 2.8em; } }
  .section-quote .quotes-slider .quote .quote-left {
    float: left;
    width: 35%;
    padding-right: 20px;
    text-align: right; }
    @media screen and (max-width: 750px) {
      .section-quote .quotes-slider .quote .quote-left {
        float: none;
        width: auto;
        padding-right: 0px;
        text-align: left; } }
    .section-quote .quotes-slider .quote .quote-left .quote-headline {
      font-size: 1.4375em;
      margin-bottom: 1.3em;
      margin-top: 0px;
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCond", "Myriad Pro Condensed Bold", sans;
      font-style: normal;
      font-weight: 700;
      line-height: 1.2;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .section-quote .quotes-slider .quote .quote-left .quote-logo {
      width: 100%;
      height: 35px;
      background-size: contain;
      background-position: right top;
      margin-bottom: 0.55em;
      background-repeat: no-repeat; }
    .section-quote .quotes-slider .quote .quote-left .quote-meta {
      font-size: 0.875em;
      text-decoration: none;
      text-transform: uppercase; }
      .section-quote .quotes-slider .quote .quote-left .quote-meta a {
        color: #ff5b00;
        text-decoration: none; }
        .section-quote .quotes-slider .quote .quote-left .quote-meta a:hover {
          text-decoration: underline; }
    @media screen and (max-width: 750px) {
      .section-quote .quotes-slider .quote .quote-left .quote-headline {
        margin-bottom: 0.3em; }
      .section-quote .quotes-slider .quote .quote-left .quote-logo {
        height: 20px;
        background-position: left top; }
      .section-quote .quotes-slider .quote .quote-left .quote-meta {
        margin-bottom: 0.5em; } }
  .section-quote .quotes-slider .quote .quote-right {
    float: left;
    width: 65%;
    padding-left: 20px; }
    @media screen and (max-width: 750px) {
      .section-quote .quotes-slider .quote .quote-right {
        float: none;
        width: auto;
        padding-left: 0px; } }
  .section-quote .quotes-slider .owl-nav {
    position: absolute;
    width: 100%;
    padding-top: 0.55em; }
    .section-quote .quotes-slider .owl-nav .owl-prev, .section-quote .quotes-slider .owl-nav .owl-next {
      position: absolute;
      color: #2c2c2c;
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.15s ease-in-out; }
      .section-quote .quotes-slider .owl-nav .owl-prev.disabled, .section-quote .quotes-slider .owl-nav .owl-next.disabled {
        opacity: 0.2; }
        .section-quote .quotes-slider .owl-nav .owl-prev.disabled:hover, .section-quote .quotes-slider .owl-nav .owl-next.disabled:hover {
          cursor: default; }
    .section-quote .quotes-slider .owl-nav .owl-prev {
      left: 20px; }
    .section-quote .quotes-slider .owl-nav .owl-next {
      right: 20px; }
  .section-quote .quotes-slider .owl-dots {
    text-align: center;
    padding: 0.6em 1em; }
    .section-quote .quotes-slider .owl-dots .owl-dot {
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      border-radius: 50%;
      background-color: #A0A0A0;
      margin: 0 0.2em; }
      .section-quote .quotes-slider .owl-dots .owl-dot:hover {
        background-color: #ff5b00; }
      .section-quote .quotes-slider .owl-dots .owl-dot.active {
        background-color: #ff5b00; }

.section-badge {
  padding-top: 0px;
  padding-bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 999; }
  .section-badge .section-inner {
    position: relative; }
  .section-badge .badge {
    position: absolute;
    top: 20px;
    width: 155px;
    height: 155px;
    padding: 3.5em 1.2em;
    right: 0px;
    color: white;
    background-color: #ff5b00;
    z-index: 999;
    border-radius: 50%;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    text-align: center;
    display: block;
    display: flex;
    align-items: center;
    font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
    font-style: italic;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.1em;
    font-size: 1em;
    line-height: 1.3;
    text-decoration: none;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .section-badge .badge h3, .section-badge .badge p {
      display: block;
      display: flex;
      margin: 0px; }
  .section-badge a.badge {
    text-decoration: none; }
    .section-badge a.badge:hover {
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg); }
  @media screen and (max-width: 1024px) {
    .section-badge .badge {
      width: 11em;
      height: 11em;
      font-size: 0.8em;
      right: 20px;
      padding: 2em 2em; } }
  @media screen and (max-width: 750px) {
    .section-badge {
      position: absolute; }
      .section-badge .badge {
        width: 11em;
        height: 11em;
        font-size: 0.65em;
        right: 20px;
        padding: 2em 2em;
        bottom: 0px;
        top: 8px; } }
.section-posts.section-posts-dummy {
  padding-top: 8em;
  min-height: 80vh; }

.section-posts {
  padding-top: 5em;
  padding-bottom: 4.3em;
  background: #f5f5f5; }
  @media screen and (max-width: 750px) {
    .section-posts {
      padding-left: 14px;
      padding-right: 14px; } }
  .section-posts .section-inner {
    position: relative;
    max-width: 1100px; }
  .section-posts .posts-title {
    font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
    font-style: italic;
    font-weight: 400;
    font-size: 3.25em;
    line-height: 1;
    margin-bottom: 0.6em;
    margin-top: 0px;
    font-weight: normal;
    text-align: center; }
    .section-posts .posts-title span {
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
      font-style: italic;
      font-weight: 700; }
  .section-posts .posts-header {
    margin-bottom: 4em; }
    .section-posts .posts-header .posts-filter {
      text-transform: uppercase; }
      .section-posts .posts-header .posts-filter ul {
        list-style: none;
        display: block;
        text-align: center;
        margin: 0px;
        padding: 0px; }
        .section-posts .posts-header .posts-filter ul li {
          display: inline-block;
          margin-left: 1em;
          margin-right: 1em;
          cursor: pointer;
          position: relative;
          height: 1.8em;
          line-height: 1; }
          @media screen and (max-width: 750px) {
            .section-posts .posts-header .posts-filter ul li {
              display: block; } }
          .section-posts .posts-header .posts-filter ul li.selected {
            font-weight: 700; }
            .section-posts .posts-header .posts-filter ul li.selected ul li {
              font-weight: normal; }
          .section-posts .posts-header .posts-filter ul li:hover {
            color: #4c4c4c; }
          .section-posts .posts-header .posts-filter ul li.dropdown:hover ul {
            display: block; }
          .section-posts .posts-header .posts-filter ul li ul {
            position: absolute;
            top: 1.8em;
            right: 0px;
            padding: 0;
            text-align: right;
            margin: 0px;
            background: white;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.11);
            display: none;
            width: 250px;
            z-index: 999; }
            .section-posts .posts-header .posts-filter ul li ul li {
              position: relative;
              display: block;
              margin: 0px;
              padding: 0.9em 1.6em 0.75em;
              line-height: 1;
              height: auto;
              border-bottom: 1px solid rgba(0, 0, 0, 0.11); }
              .section-posts .posts-header .posts-filter ul li ul li:last-child {
                border-bottom: 0px; }
              .section-posts .posts-header .posts-filter ul li ul li:hover {
                font-weight: bold; }
  .section-posts .posts-empty-notice {
    display: none;
    text-align: center; }
  .section-posts .posts-spinner {
    display: none;
    text-align: center;
    clear: both; }
    .section-posts .posts-spinner.loading {
      display: block; }
  @media screen and (min-width: 1024px) {
    .section-posts .posts-container article {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .section-posts .posts-container article:last-child {
        margin-right: 0; }
      .section-posts .posts-container article:nth-child(3n) {
        margin-right: 0; }
      .section-posts .posts-container article:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 1024px) and (min-width: 750px) {
    .section-posts .posts-container article {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .section-posts .posts-container article:last-child {
        margin-right: 0; }
      .section-posts .posts-container article:nth-child(3n) {
        margin-right: 0; }
      .section-posts .posts-container article:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 750px) {
    .section-posts .posts-container article {
      width: 100%; } }
  @media screen and (max-width: 750px) {
    .section-posts .section-inner {
      padding-left: 0px;
      padding-right: 0px; } }
.section-image {
  position: relative; }
  .section-image .image-container {
    padding-top: 39.1%;
    background-size: cover;
    background-position: center center; }
  .section-image.section-image-big .image-container {
    padding-top: 45%; }
  .section-image.section-image-narrow .image-container {
    padding-top: 26%; }
  .section-image.section-image-small-width {
    max-width: 845px;
    margin: 0 auto; }
  .section-image .image-caption {
    margin-top: 0.4em;
    color: white;
    text-align: right;
    padding-right: 10px; }

.section-image.section-image-small-width .image-caption {
  color: #999; }

.section-action {
  position: relative;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); }
  .section-action .image-container-container {
    width: 75%; }
  .section-action .image-container {
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center;
    padding-top: 47.9%; }
  .section-action .action-content {
    width: 25%;
    height: 100%;
    background: white;
    box-shadow: -2px 0px 8px rgba(0, 0, 0, 0.65);
    padding-top: 70px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99; }
    @media screen and (max-width: 1230px) {
      .section-action .action-content {
        padding-left: 1em;
        padding-right: 1em; } }
    @media screen and (min-width: 1400px) {
      .section-action .action-content {
        padding-top: 90px;
        padding-left: 2.5em;
        padding-right: 2.5em; } }
    .section-action .action-content .action-excerpt {
      margin: 0 0 1.2em;
      font-size: 1.1em;
      line-height: 1.45; }
      @media screen and (max-width: 1230px) {
        .section-action .action-content .action-excerpt {
          font-size: 1em; } }
      .section-action .action-content .action-excerpt p:last-child {
        margin-bottom: 0px; }
    .section-action .action-content .action-title {
      color: #343434;
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
      font-style: italic;
      font-weight: 700;
      font-size: 1.8em;
      margin: 0 0 0.7em;
      line-height: 1.3; }
      @media screen and (max-width: 1230px) {
        .section-action .action-content .action-title {
          font-size: 1.3em; } }
      @media screen and (min-width: 1400px) {
        .section-action .action-content .action-title {
          font-size: 2.5em; } }
      .section-action .action-content .action-title a {
        color: #343434;
        text-decoration: none; }
        .section-action .action-content .action-title a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .section-action .image-container-container {
      width: 100%; }
    .section-action .image-container {
      position: relative; }
    .section-action .action-content {
      position: relative;
      float: none;
      height: auto;
      width: 100%;
      padding-top: 70px;
      padding-left: 14px;
      padding-right: 14px; }
      .section-action .action-content .action-excerpt {
        font-size: 1em; } }
.section-link {
  position: relative;
  overflow: hidden; }
  .section-link .image-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-size: cover;
    background-position: center center; }
  .section-link .link-content {
    width: 25%;
    float: right;
    padding-top: 90px;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 3em;
    position: relative;
    z-index: 99;
    color: white; }
    .section-link .link-content:after {
      content: "";
      width: 130%;
      height: 100%;
      position: absolute;
      right: -20%;
      top: 0px;
      -webkit-transform: skew(20deg);
      transform: skew(-10deg);
      background-color: rgba(255, 91, 0, 0.8);
      z-index: -1; }
    .section-link .link-content .link-text {
      margin: 0 0 1.2em;
      font-size: 1.25em;
      line-height: 1.45; }
      .section-link .link-content .link-text p:last-child {
        margin-bottom: 0px; }
    .section-link .link-content .link-title {
      color: white;
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
      font-style: italic;
      font-weight: 700;
      font-size: 2em;
      margin: 0 0 0.7em;
      line-height: 1.3; }
      .section-link .link-content .link-title a {
        color: white;
        text-decoration: none; }
        .section-link .link-content .link-title a:hover {
          text-decoration: underline; }
    .section-link .link-content .link-cta {
      font-size: 1.25em; }
      .section-link .link-content .link-cta a.link {
        color: white;
        text-decoration: none;
        font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
        font-style: italic;
        font-weight: 400; }
        .section-link .link-content .link-cta a.link:hover {
          text-decoration: underline; }
  @media screen and (max-width: 1024px) {
    .section-link .link-content {
      width: 50%; } }
  @media screen and (max-width: 750px) {
    .section-link .image-container {
      height: 100%;
      width: 100%; }
    .section-link .link-content {
      float: none;
      width: 100%;
      padding-top: 30px;
      padding-left: 14px;
      padding-right: 14px;
      margin-top: 140px; }
      .section-link .link-content .action-excerpt {
        font-size: 1em; } }
.section-map {
  position: relative;
  box-shadow: inset 0px 7px 12px rgba(0, 0, 0, 0.3), inset 0px -5px 9px rgba(0, 0, 0, 0.3);
  background: #14aacc;
  color: white;
  padding: 2em 0; }
  .section-map .section-inner {
    position: relative;
    max-width: 1000px; }
  .section-map .map-title {
    font-size: 3.25em;
    line-height: 1.05;
    font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
    font-style: italic;
    font-weight: 400;
    position: absolute;
    left: 0px;
    top: 0.7em; }
    .section-map .map-title .big {
      font-size: 1.7em;
      text-transform: uppercase;
      font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
      font-style: italic;
      font-weight: 700; }
  .section-map .map {
    width: 842px;
    max-width: 100%;
    padding-top: 51.6%;
    background-image: url(images/img-map.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative; }
    .section-map .map .point {
      position: absolute;
      width: 10px;
      height: 10px;
      display: block;
      border-radius: 50%;
      background: white;
      opacity: 0;
      transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
      -webkit-transform: scale(0);
              transform: scale(0);
      background-color: #ff5b00; }
      .section-map .map .point.point-show {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
      @media screen and (max-width: 1024px) {
        .section-map .map .point {
          width: 10px;
          height: 10px; } }
      @media screen and (max-width: 1024px) {
        .section-map .map .point {
          width: 8px;
          height: 8px; } }
  @media screen and (max-width: 1024px) {
    .section-map .map-title {
      font-size: 2.5em;
      left: 14px; } }
  @media screen and (max-width: 750px) {
    .section-map .map-title {
      font-size: 2em;
      position: relative;
      top: auto;
      left: auto;
      text-align: center;
      width: auto; } }
.point-1 {
  left: 85.00%;
  top: 31.00%; }

.point-2 {
  left: 86.7%;
  top: 32.5%; }

.point-3 {
  left: 86.7%;
  top: 32.5%; }

.point-4 {
  left: 88.55%;
  top: 34.3%; }

.point-5 {
  left: 82.42%;
  top: 31.42%; }

.point-6 {
  left: 86.25%;
  top: 27.9%; }

.point-7 {
  left: 85.85%;
  top: 34.23%; }

.point-8 {
  left: 84.3%;
  top: 35.34%; }

.point-9 {
  left: 82.4%;
  top: 35.04%; }

.point-10 {
  left: 83.7%;
  top: 38.54%; }

.point-11 {
  left: 83.4%;
  top: 26.34%; }

.point-12 {
  left: 80.22%;
  top: 25.74%; }

.point-13 {
  left: 77.98%;
  top: 33.54%; }

.point-14 {
  left: 79.4%;
  top: 44.34%; }

.point-15 {
  left: 88.4%;
  top: 43.34%; }

.point-16 {
  left: 75.4%;
  top: 43.34%; }

.point-17 {
  left: 71.4%;
  top: 29.54%; }

.point-18 {
  left: 75.4%;
  top: 17.34%; }

.point-19 {
  left: 75%;
  top: 31.00%; }

.point-20 {
  left: 58.3%;
  top: 34.7%; }

.point-21 {
  left: 56.7%;
  top: 32.5%; }

.point-22 {
  left: 55.55%;
  top: 34.3%; }

.point-23 {
  left: 58.42%;
  top: 31.42%; }

.point-24 {
  left: 61.25%;
  top: 28.42%; }

.point-25 {
  left: 53.65%;
  top: 32.15%; }

.point-26 {
  left: 54.52%;
  top: 42.3%; }

.point-27 {
  left: 59.42%;
  top: 39.42%; }

.point-28 {
  left: 58.25%;
  top: 27.9%; }

.point-29 {
  left: 56.85%;
  top: 36.33%; }

.point-30 {
  left: 54.85%;
  top: 23.83%; }

.point-31 {
  left: 57.55%;
  top: 44.33%; }

.point-32 {
  left: 67.4%;
  top: 38.34%; }

.point-33 {
  left: 48.55%;
  top: 33.3%; }

.point-34 {
  left: 72.4%;
  top: 64.34%; }

.point-35 {
  left: 73.55%;
  top: 68.3%; }

.point-36 {
  left: 71.12%;
  top: 61.52%; }

.point-37 {
  left: 69.25%;
  top: 68.42%; }

.point-38 {
  left: 78.65%;
  top: 67.15%; }

.point-39 {
  left: 75.52%;
  top: 62.3%; }

.point-40 {
  left: 71.4%;
  top: 67.34%; }

.point-41 {
  left: 62.12%;
  top: 59.52%; }

.point-42 {
  left: 61.12%;
  top: 64.62%; }

.point-43 {
  left: 67.12%;
  top: 55.62%; }

.point-44 {
  left: 74.4%;
  top: 56.34%; }

.point-45 {
  left: 63.12%;
  top: 83.62%; }

.point-46 {
  left: 59.62%;
  top: 85.62%; }

.point-47 {
  left: 53.12%;
  top: 82.46%; }

.point-48 {
  left: 54.12%;
  top: 79.46%; }

.point-49 {
  left: 56.12%;
  top: 81.75%; }

.point-50 {
  left: 54.62%;
  top: 85.62%; }

.point-51 {
  left: 48.12%;
  top: 78.86%; }

.point-52 {
  left: 67.4%;
  top: 38.34%; }

.point-53 {
  left: 48.55%;
  top: 33.3%; }

.point-54 {
  left: 51.4%;
  top: 64.34%; }

.point-55 {
  left: 49.55%;
  top: 68.3%; }

.point-56 {
  left: 47.12%;
  top: 61.52%; }

.point-57 {
  left: 46.25%;
  top: 68.42%; }

.point-58 {
  left: 43.65%;
  top: 63.15%; }

.point-59 {
  left: 41.52%;
  top: 62.3%; }

.point-60 {
  left: 48.12%;
  top: 53.52%; }

.point-61 {
  left: 47.62%;
  top: 46.52%; }

.point-62 {
  left: 45.72%;
  top: 46.32%; }

.point-63 {
  left: 46.92%;
  top: 43.22%; }

.point-64 {
  left: 48.82%;
  top: 49.22%; }

.point-65 {
  left: 23.65%;
  top: 65.3%; }

.point-66 {
  left: 31.4%;
  top: 64.34%; }

.point-67 {
  left: 28.55%;
  top: 68.3%; }

.point-68 {
  left: 26.12%;
  top: 61.52%; }

.point-69 {
  left: 24.25%;
  top: 68.42%; }

.point-70 {
  left: 21.65%;
  top: 67.15%; }

.point-71 {
  left: 19.52%;
  top: 62.3%; }

.point-72 {
  left: 34.12%;
  top: 58.40%; }

.point-73 {
  left: 17.92%;
  top: 69.38%; }

.point-74 {
  left: 14.82%;
  top: 68.57%; }

.point-75 {
  left: 10.65%;
  top: 62.36%; }

.point-76 {
  left: 10.4%;
  top: 67.78%; }

.point-77 {
  left: 7.55%;
  top: 67.90%; }

.point-78 {
  left: 4.12%;
  top: 63.52%; }

.point-79 {
  left: 6.25%;
  top: 59.25%; }

.point-80 {
  left: 16.65%;
  top: 64.15%; }

.point-81 {
  left: 39.52%;
  top: 74.3%; }

.point-82 {
  left: 37.12%;
  top: 73.4%; }

.point-83 {
  left: 58.92%;
  top: 77.38%; }

.point-84 {
  left: 8.82%;
  top: 64.57%; }

.point-85 {
  left: 49.65%;
  top: 76.36%; }

.point-86 {
  left: 85.4%;
  top: 67.78%; }

.point-87 {
  left: 85.55%;
  top: 62.9%; }

.point-88 {
  left: 77.4%;
  top: 73.78%; }

.point-89 {
  left: 70.55%;
  top: 53.9%; }

.point-90 {
  left: 65.65%;
  top: 67.15%; }

.point-91 {
  left: 89.52%;
  top: 46.3%; }

.point-92 {
  left: 92.12%;
  top: 44.4%; }

.point-93 {
  left: 57.92%;
  top: 57.38%; }

.point-94 {
  left: 71.82%;
  top: 38.57%; }

.point-95 {
  left: 83.65%;
  top: 49.36%; }

.point-96 {
  left: 60.4%;
  top: 43.78%; }

.point-97 {
  left: 77.55%;
  top: 21.9%; }

.point-98 {
  left: 52.12%;
  top: 38.52%; }

.point-99 {
  left: 90.25%;
  top: 30.25%; }

.point-100 {
  left: 67.65%;
  top: 65.55%; }

.point-101 {
  left: 82.52%;
  top: 43.3%; }

.point-102 {
  left: 61.12%;
  top: 33.4%; }

.point-103 {
  left: 64.92%;
  top: 54.38%; }

.point-104 {
  left: 72.82%;
  top: 24.57%; }

.point-105 {
  left: 70.65%;
  top: 44.36%; }

.point-106 {
  left: 42.4%;
  top: 59.78%; }

.point-107 {
  left: 88.55%;
  top: 23.3%; }

.point-108 {
  left: 47.32%;
  top: 58.12%; }

.point-109 {
  left: 88.25%;
  top: 31.05%; }

.point-110 {
  left: 27.25%;
  top: 64.65%; }

.point-111 {
  left: 65.52%;
  top: 29.3%; }

.point-112 {
  left: 51.12%;
  top: 30.5%; }

.point-113 {
  left: 68.82%;
  top: 62.38%; }

.point-114 {
  left: 63.02%;
  top: 46.77%; }

.point-115 {
  left: 80.55%;
  top: 60.36%; }

.point-116 {
  left: 29%;
  top: 59.28%; }

.point-117 {
  left: 59.55%;
  top: 25.2%; }

.point-118 {
  left: 37.62%;
  top: 63.12%; }

.point-119 {
  left: 78.25%;
  top: 42.05%; }

.point-120 {
  left: 37.25%;
  top: 58.65%; }

.point-121 {
  left: 72.52%;
  top: 78.3%; }

.point-122 {
  left: 46.12%;
  top: 73.5%; }

.point-123 {
  left: 68.82%;
  top: 62.38%; }

.point-124 {
  left: 58.82%;
  top: 72.38%; }

.point-125 {
  left: 76.02%;
  top: 37.77%; }

.point-126 {
  left: 50.55%;
  top: 60.36%; }

.point-127 {
  left: 29%;
  top: 64.28%; }

.point-128 {
  left: 66.55%;
  top: 30.2%; }

.point-129 {
  left: 15.62%;
  top: 58.12%; }

.point-130 {
  left: 77.32%;
  top: 58.38%; }

.point-131 {
  left: 53.82%;
  top: 50.38%; }

.point-132 {
  left: 53.55%;
  top: 61.16%; }

.point-133 {
  left: 68.55%;
  top: 48.2%; }

.point-134 {
  left: 76.25%;
  top: 51.05%; }

.point-135 {
  left: 65.65%;
  top: 74.15%; }

.point-136 {
  left: 67.52%;
  top: 79.5%; }

.point-137 {
  left: 84.00%;
  top: 30.00%; }

.point-138 {
  left: 85.7%;
  top: 31.5%; }

.point-139 {
  left: 85.7%;
  top: 31.5%; }

.point-140 {
  left: 86.55%;
  top: 30.3%; }

.point-141 {
  left: 81.42%;
  top: 29.42%; }

.point-142 {
  left: 86.25%;
  top: 27.9%; }

.point-143 {
  left: 84.85%;
  top: 33.23%; }

.point-144 {
  left: 83.3%;
  top: 32.34%; }

.point-145 {
  left: 82.4%;
  top: 71.04%; }

.point-146 {
  left: 81.7%;
  top: 36.54%; }

.point-147 {
  left: 81.4%;
  top: 24.34%; }

.point-148 {
  left: 78.22%;
  top: 23.74%; }

.point-149 {
  left: 75.98%;
  top: 31.54%; }

.point-150 {
  left: 77.4%;
  top: 42.34%; }

.point-151 {
  left: 86.4%;
  top: 41.34%; }

.point-152 {
  left: 73.4%;
  top: 41.34%; }

.point-153 {
  left: 69.4%;
  top: 27.54%; }

.point-154 {
  left: 73.4%;
  top: 15.34%; }

.point-155 {
  left: 70%;
  top: 35.00%; }

.point-156 {
  left: 59.3%;
  top: 30.7%; }

.point-157 {
  left: 41.7%;
  top: 76.5%; }

.point-158 {
  left: 71.3%;
  top: 72.7%; }

.point-159 {
  left: 55.42%;
  top: 29.42%; }

.point-160 {
  left: 71.3%;
  top: 72.7%; }

.point-161 {
  left: 58.25%;
  top: 25.42%; }

.point-162 {
  left: 52.65%;
  top: 26.35%; }

.point-163 {
  left: 50.52%;
  top: 38.3%; }

.point-164 {
  left: 54.42%;
  top: 36.42%; }

.point-165 {
  left: 56.25%;
  top: 24.9%; }

.point-166 {
  left: 62.85%;
  top: 30.33%; }

.point-167 {
  left: 63.85%;
  top: 25.53%; }

.point-168 {
  left: 55.55%;
  top: 40.33%; }

.point-169 {
  left: 65.4%;
  top: 32.34%; }

.point-170 {
  left: 51.55%;
  top: 34.3%; }

.point-171 {
  left: 70.4%;
  top: 58.34%; }

.point-172 {
  left: 71.55%;
  top: 67.3%; }

.point-173 {
  left: 68.12%;
  top: 59.52%; }

.point-174 {
  left: 64.25%;
  top: 63.42%; }

.point-175 {
  left: 76.65%;
  top: 65.15%; }

.point-176 {
  left: 73.52%;
  top: 60.3%; }

.point-177 {
  left: 59.4%;
  top: 65.34%; }

.point-178 {
  left: 60.12%;
  top: 57.52%; }

.point-179 {
  left: 59.12%;
  top: 62.62%; }

.point-180 {
  left: 65.12%;
  top: 57.62%; }

.point-181 {
  left: 72.4%;
  top: 54.34%; }

.point-182 {
  left: 65.12%;
  top: 80.62%; }

.point-183 {
  left: 58.62%;
  top: 82.62%; }

.point-184 {
  left: 50.12%;
  top: 80.46%; }

.point-185 {
  left: 52.12%;
  top: 77.46%; }

.point-186 {
  left: 54.12%;
  top: 79.75%; }

.point-187 {
  left: 52.62%;
  top: 72.62%; }

.point-188 {
  left: 46.12%;
  top: 76.86%; }

.point-189 {
  left: 65.4%;
  top: 36.34%; }

.point-190 {
  left: 46.55%;
  top: 38.3%; }

.point-191 {
  left: 49.4%;
  top: 62.34%; }

.point-192 {
  left: 47.55%;
  top: 66.3%; }

.point-193 {
  left: 45.12%;
  top: 59.52%; }

.point-194 {
  left: 44.25%;
  top: 66.42%; }

.point-195 {
  left: 41.65%;
  top: 65.15%; }

.point-196 {
  left: 39.52%;
  top: 60.3%; }

.point-197 {
  left: 47.12%;
  top: 50.52%; }

.point-198 {
  left: 65.62%;
  top: 44.52%; }

.point-199 {
  left: 62.72%;
  top: 39.32%; }

.point-200 {
  left: 46.92%;
  top: 43.22%; }

.point-201 {
  left: 46.82%;
  top: 47.22%; }

.point-202 {
  left: 21.65%;
  top: 63.3%; }

.point-203 {
  left: 29.4%;
  top: 62.34%; }

.point-204 {
  left: 26.55%;
  top: 66.3%; }

.point-205 {
  left: 24.12%;
  top: 59.52%; }

.point-206 {
  left: 19.25%;
  top: 72.42%; }

.point-207 {
  left: 19.65%;
  top: 67.15%; }

.point-208 {
  left: 17.52%;
  top: 60.3%; }

.point-209 {
  left: 32.12%;
  top: 56.40%; }

.point-210 {
  left: 17.92%;
  top: 69.38%; }

.point-211 {
  left: 14.82%;
  top: 68.57%; }

.point-212 {
  left: 12.65%;
  top: 66.36%; }

.point-213 {
  left: 15.4%;
  top: 62.78%; }

.point-214 {
  left: 5.55%;
  top: 67.90%; }

.point-215 {
  left: 3.12%;
  top: 61.52%; }

.point-216 {
  left: 5.25%;
  top: 57.25%; }

.point-217 {
  left: 13.65%;
  top: 62.15%; }

.point-218 {
  left: 38.52%;
  top: 72.3%; }

.point-219 {
  left: 35.12%;
  top: 71.4%; }

.point-220 {
  left: 56.92%;
  top: 75.38%; }

.point-221 {
  left: 6.82%;
  top: 62.57%; }

.point-222 {
  left: 49.65%;
  top: 74.36%; }

.point-223 {
  left: 83.4%;
  top: 65.78%; }

.point-224 {
  left: 83.55%;
  top: 60.9%; }

.point-225 {
  left: 75.4%;
  top: 71.78%; }

.point-226 {
  left: 68.55%;
  top: 51.9%; }

.point-227 {
  left: 63.65%;
  top: 65.15%; }

.point-228 {
  left: 87.52%;
  top: 44.3%; }

.point-229 {
  left: 90.12%;
  top: 42.4%; }

.point-230 {
  left: 94.12%;
  top: 42.4%; }

.point-231 {
  left: 55.92%;
  top: 55.38%; }

.point-232 {
  left: 69.82%;
  top: 36.57%; }

.point-233 {
  left: 82.65%;
  top: 47.36%; }

.point-234 {
  left: 58.4%;
  top: 42.78%; }

.point-235 {
  left: 78.55%;
  top: 29.9%; }

.point-236 {
  left: 52.12%;
  top: 38.52%; }

.point-237 {
  left: 91.25%;
  top: 36.25%; }

.point-238 {
  left: 65.65%;
  top: 64.55%; }

.point-239 {
  left: 80.52%;
  top: 42.3%; }

.point-240 {
  left: 58.12%;
  top: 32.4%; }

.point-241 {
  left: 62.92%;
  top: 52.38%; }

.point-242 {
  left: 70.82%;
  top: 22.57%; }

.point-243 {
  left: 76.65%;
  top: 27.36%; }

.point-244 {
  left: 79.4%;
  top: 54.34%; }

.point-245 {
  left: 86.55%;
  top: 20.3%; }

.point-246 {
  left: 40.32%;
  top: 56.12%; }

.point-247 {
  left: 79.25%;
  top: 38.05%; }

.point-248 {
  left: 25.25%;
  top: 62.65%; }

.point-249 {
  left: 63.52%;
  top: 27.3%; }

.point-250 {
  left: 59.52%;
  top: 48.3%; }

.point-251 {
  left: 52.12%;
  top: 44.5%; }

.point-252 {
  left: 61.82%;
  top: 79.38%; }

.point-253 {
  left: 74.02%;
  top: 25.77%; }

.point-254 {
  left: 78.55%;
  top: 58.36%; }

.point-255 {
  left: 27%;
  top: 58.28%; }

.point-256 {
  left: 56.55%;
  top: 23.2%; }

.point-257 {
  left: 34.62%;
  top: 61.12%; }

.point-258 {
  left: 79.25%;
  top: 45.05%; }

.point-259 {
  left: 36.25%;
  top: 56.65%; }

.point-260 {
  left: 70.52%;
  top: 76.3%; }

.point-261 {
  left: 44.12%;
  top: 72.5%; }

.point-262 {
  left: 73.32%;
  top: 56.38%; }

.point-263 {
  left: 65.82%;
  top: 60.38%; }

.point-264 {
  left: 56.82%;
  top: 65.38%; }

.point-265 {
  left: 74.02%;
  top: 33.77%; }

.point-266 {
  left: 52.55%;
  top: 62.36%; }

.point-267 {
  left: 23.7%;
  top: 62.28%; }

.point-268 {
  left: 64.55%;
  top: 32.2%; }

.point-269 {
  left: 29.62%;
  top: 56.12%; }

.point-270 {
  left: 15.62%;
  top: 55.12%; }

.point-271 {
  left: 50.82%;
  top: 48.38%; }

.point-272 {
  left: 51.55%;
  top: 58.16%; }

.point-273 {
  left: 66.55%;
  top: 44.2%; }

.point-274 {
  left: 74.25%;
  top: 48.05%; }

.point-275 {
  left: 63.65%;
  top: 72.15%; }

.point-276 {
  left: 65.52%;
  top: 76.5%; }

.point-278 {
  left: 38.52%;
  top: 69.3%; }

.point-279 {
  left: 41.12%;
  top: 77.4%; }

.section-numbers {
  padding-top: 5em;
  padding-bottom: 5.2em; }
  .section-numbers .section-inner {
    position: relative; }
  .section-numbers .numbers {
    margin-bottom: 0em;
    text-align: center; }
    .section-numbers .numbers .number-item {
      text-align: left;
      display: inline-block;
      position: relative;
      margin-left: 1.5em;
      margin-right: 1.5em;
      vertical-align: top;
      padding-left: 150px;
      margin-bottom: 3em; }
      .section-numbers .numbers .number-item .number-icon {
        position: absolute;
        left: 0px;
        top: 0;
        min-width: 126px;
        text-align: right; }
        .section-numbers .numbers .number-item .number-icon img {
          height: 92px;
          width: auto; }
      .section-numbers .numbers .number-item .number-count {
        font-size: 4.5em;
        margin-bottom: 0em;
        margin-top: 0px;
        font-family: "myriad-pro-condensed", "MyriadPro-BoldCond", "Myriad Pro Condensed Bold", sans;
        font-style: normal;
        font-weight: 700;
        line-height: 1; }
      .section-numbers .numbers .number-item .number-desc {
        font-size: 1.2em;
        line-height: 1.4;
        font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
        font-weight: 700;
        font-style: italic;
        margin-top: -0.4em; }
    .section-numbers .numbers .number-item-person .number-count {
      color: #ff5b00; }
    .section-numbers .numbers .number-item-signature .number-count {
      color: #6d3da1; }
    .section-numbers .numbers .number-item-mail .number-count {
      color: #14aacc; }
    .section-numbers .numbers .number-item-megafon .number-count {
      color: #ff5b00; }
  @media screen and (max-width: 1024px) {
    .section-numbers .numbers .number-item {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: 390px; } }
  @media screen and (max-width: 750px) {
    .section-numbers .numbers {
      font-size: 0.8em; }
      .section-numbers .numbers .number-item {
        padding-left: 129px; }
        .section-numbers .numbers .number-item .number-icon {
          min-width: 106px;
          text-align: left; }
      .section-numbers .numbers .number-item .number-icon img {
        height: 62px; }
      .section-numbers .numbers .number-item .number-desc {
        font-size: 1.5em; } }
.section-image-carousel {
  padding-top: 1.2em;
  padding-bottom: 0.6em;
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #f5f5f5;
  margin-left: -0.3em;
  margin-right: -0.3em; }
  .section-image-carousel .image-carousel-slider .image {
    padding-right: 0.3em;
    padding-left: 0.3em;
    position: relative;
    display: block; }
    .section-image-carousel .image-carousel-slider .image:hover .image-overlay {
      opacity: 1; }
    .section-image-carousel .image-carousel-slider .image .image-container {
      position: relative; }
    .section-image-carousel .image-carousel-slider .image .image-overlay {
      background: rgba(109, 61, 161, 0.8);
      color: white;
      width: 100%;
      height: 100%;
      overflow: hidden;
      padding: 3em 1.2em;
      text-align: center;
      position: absolute;
      z-index: 99;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
      .section-image-carousel .image-carousel-slider .image .image-overlay .image-text {
        line-height: 1.5; }
        .section-image-carousel .image-carousel-slider .image .image-overlay .image-text:after {
          content: "";
          width: 4em;
          margin: 1.6em auto 1.6em;
          display: block;
          background: white;
          height: 2px; }
      .section-image-carousel .image-carousel-slider .image .image-overlay .image-date {
        font-weight: 600;
        margin: 0.2em; }
  .section-image-carousel .image-carousel-slider .owl-nav {
    position: absolute;
    width: 100%;
    padding-top: 0.55em; }
    .section-image-carousel .image-carousel-slider .owl-nav .owl-prev, .section-image-carousel .image-carousel-slider .owl-nav .owl-next {
      position: absolute;
      color: #2c2c2c;
      cursor: pointer;
      opacity: 1;
      transition: opacity 0.15s ease-in-out; }
      .section-image-carousel .image-carousel-slider .owl-nav .owl-prev.disabled, .section-image-carousel .image-carousel-slider .owl-nav .owl-next.disabled {
        opacity: 0.2; }
        .section-image-carousel .image-carousel-slider .owl-nav .owl-prev.disabled:hover, .section-image-carousel .image-carousel-slider .owl-nav .owl-next.disabled:hover {
          cursor: default; }
    .section-image-carousel .image-carousel-slider .owl-nav .owl-prev {
      left: 20px; }
    .section-image-carousel .image-carousel-slider .owl-nav .owl-next {
      right: 20px; }
  .section-image-carousel .image-carousel-slider .owl-dots {
    text-align: center;
    padding: 0.6em 1em; }
    .section-image-carousel .image-carousel-slider .owl-dots .owl-dot {
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      border-radius: 50%;
      background-color: #A0A0A0;
      margin: 0 0.2em; }
      .section-image-carousel .image-carousel-slider .owl-dots .owl-dot:hover {
        background-color: #ff5b00; }
      .section-image-carousel .image-carousel-slider .owl-dots .owl-dot.active {
        background-color: #ff5b00; }

.so-widget-image-carousel-widget {
  overflow: hidden; }

.section-people {
  padding-top: 3em;
  padding-bottom: 3.2em;
  position: relative;
  margin: 0; }
  .section-people .section-inner {
    max-width: 1030px; }
  .section-people .people-title {
    margin-bottom: 0.8em; }
  .section-people .people-container .person {
    position: relative;
    margin-bottom: 2em; }
    .section-people .people-container .person img {
      width: 100%;
      vertical-align: bottom; }
    .section-people .people-container .person:hover .person-overlay {
      opacity: 1; }
    .section-people .people-container .person .person-container {
      position: relative; }
    .section-people .people-container .person .person-overlay {
      background: rgba(109, 61, 161, 0.8);
      color: white;
      width: 100%;
      height: 100%;
      overflow: hidden;
      padding: 1.5em 1.5em;
      text-align: left;
      position: absolute;
      z-index: 99;
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
      .section-people .people-container .person .person-overlay .person-text {
        line-height: 1.5;
        font-size: 0.815em; }
      .section-people .people-container .person .person-overlay .person-name {
        font-family: "myriad-pro-condensed", "MyriadPro-BoldCondIt", sans;
        font-style: italic;
        font-weight: 700;
        font-size: 2.25em;
        margin-bottom: 0.5em;
        text-transform: uppercase;
        line-height: 1.2; }
  @media screen and (min-width: 1024px) {
    .section-people .people-container .person {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .section-people .people-container .person:last-child {
        margin-right: 0; }
      .section-people .people-container .person:nth-child(3n) {
        margin-right: 0; }
      .section-people .people-container .person:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 1024px) and (min-width: 750px) {
    .section-people .people-container .person {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .section-people .people-container .person:last-child {
        margin-right: 0; }
      .section-people .people-container .person:nth-child(3n) {
        margin-right: 0; }
      .section-people .people-container .person:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 750px) {
    .section-people .people-container .person {
      width: 100%; } }
.section-blog {
  padding-top: 5em;
  padding-bottom: 4.3em;
  background: #f5f5f5; }
  .section-blog:first-child {
    padding-top: 12em; }
  .section-blog .section-inner {
    position: relative;
    max-width: 1100px; }
  @media screen and (max-width: 750px) {
    .section-blog {
      padding-left: 14px;
      padding-right: 14px; }
      .section-blog:first-child {
        padding-top: 6em; } }
  @media screen and (max-width: 1024px) {
    .section-blog:first-child {
      padding-top: 7em; } }
  .section-blog .blog-title {
    color: #6d3da1; }
    .section-blog .blog-title span {
      font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
      font-style: italic;
      font-weight: 400; }
  .section-blog .blog-spinner {
    display: none;
    text-align: center; }
    .section-blog .blog-spinner.loading {
      display: block; }
  .section-blog .posts-container .entry-ribbon, .section-blog .posts-container .ribbon-blog, .section-blog .posts-container .ribbon-mein-aufstehn {
    display: none !important; }
  @media screen and (min-width: 1024px) {
    .section-blog .posts-container article {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .section-blog .posts-container article:last-child {
        margin-right: 0; }
      .section-blog .posts-container article:nth-child(3n) {
        margin-right: 0; }
      .section-blog .posts-container article:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 1024px) and (min-width: 750px) {
    .section-blog .posts-container article {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .section-blog .posts-container article:last-child {
        margin-right: 0; }
      .section-blog .posts-container article:nth-child(3n) {
        margin-right: 0; }
      .section-blog .posts-container article:nth-child(3n+1) {
        clear: left; } }
  @media screen and (max-width: 750px) {
    .section-blog .posts-container article {
      width: 100%; } }
  .section-blog .blog-more {
    display: block; }
  @media screen and (max-width: 750px) {
    .section-blog {
      padding-top: 0em; }
      .section-blog .section-inner {
        padding-left: 0px;
        padding-right: 0px; } }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# External
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## External
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*!
 * jQuery Vertical Carousel
 * https://github.com/haripaddu/jQuery-Vertical-Carousel
 * Version: 1.0
 * License: MIT
 */
.vc_goUp, .vc_goDown {
  display: block; }
  .vc_goUp.isDisabled, .vc_goDown.isDisabled {
    opacity: 0.3;
    cursor: not-allowed; }

.vc_container {
  overflow: hidden;
  transition: height 0.2s ease-in; }

.vc_list {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: 0.2s ease-in;
          transform: 0.2s ease-in; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 10px;
  box-sizing: border-box;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.aufstehn-modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 600px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 0px;
  text-align: left;
  border-radius: 6px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  overflow: hidden; }
  @media screen and (max-width: 750px) {
    .aufstehn-modal {
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      width: 100%; } }
.aufstehn-modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAANjr9RwUqgAAACBjSFJNAABtmAAAc44AAPJxAACDbAAAg7sAANTIAAAx7AAAGbyeiMU/AAAG7ElEQVR42mJkwA8YoZjBwcGB6fPnz4w/fvxg/PnzJ2N6ejoLFxcX47Rp036B5Dk4OP7z8vL+P3DgwD+o3v9QjBUABBALHguZoJhZXV2dVUNDgxNIcwEtZnn27Nl/ZmZmQRYWFmag5c90dHQY5OXl/z98+PDn1atXv79+/foPUN9fIP4HxRgOAAggRhyWMoOwqKgoq6GhIZe3t7eYrq6uHBDb8/Pz27Gysloga/jz588FYGicPn/+/OapU6deOnXq1GdgqPwCOuA31AF/0S0HCCB0xAQNBU4FBQWB0NBQublz59oADV37Hw28ePHi74MHD/6ii3/8+HEFMGQUgQ6WEhQU5AeZBTWTCdkigABC9ylIAZeMjIxQTEyMysaNG/3+/v37AGTgr1+//s2cOfOXm5vbN6Caz8jY1NT0a29v76/v37//g6q9sHfv3khjY2M5YAgJgsyEmg0PYYAAQreUk4+PT8jd3V1l1apVgUAzfoIM2rlz5x9gHH5BtxAdA9PB1zNnzvyB+R6oLxoopgC1nBPZcoAAgiFQnLIDMb+enp5iV1eXBzDeHoI0z58//xcwIX0mZCkMg9S2trb+hFk+ffr0QCkpKVmQ2VA7QHYxAgQQzLesQMwjIiIilZWVZfPu3bstMJ+SYikyBmUzkBnA9HEMyNcCYgmQHVC7mAACCJagOEBBbGdnp7lgwYJEkIavX7/+BcY1SvAaGRl9tba2xohjMTGxL8nJyT+AWQsuxsbG9vnp06e/QWYdPHiwHmiWKlBcCGQXyNcAAQSzmBuoSQqYim3u37+/EKR48uTJv5ANB+bVr7Dga2xs/AkTV1JS+gq0AJyoQIkPWU9aWtoPkPibN2/2A/l6QCwJ9TULQADB4hcY//xKXl5eHt++fbsAUmxhYYHiM1DiAsr9R7ZcVVUVbikIdHd3/0TWIyws/AWYVsByAgICdkAxRSAWAGI2gACClV7C4uLiOv7+/lEgRZ8+ffqLLd6ABck3ZMuB6uCWrlu37je29HDx4kVwQisvL88FFqkaQDERUHADBBAomBl5eHiYgQmLE1hSgQQZgIUD1lJm69atf4HR8R1YKoH5QIPAWWP9+vV/gOI/gHkeQw+wGAXTwAJJ5t+/f/BUDRBA4NIEKMDMyMjICtQIiniG379/4yza7t69+//Lly8oDrty5co/bJaCAEwcZCkwwTJDLWYCCCCwxcDgY3z16hXDnTt3voP4EhISWA0BFgZMwNqHExh3jMiG1tbWsgHjnA2bHmAeBtdWwOL1MycnJ7wAAQggBmi+kgIW/OaKiorJwOLuFShO0LMSMPF9AUYBSpz6+vqixHlOTs4P9MIEWHaDsxSwYMoE2mEGFJcG5SKAAGJCqjv/AbPUn8ePH98ACQQHB6NUmZqamkzABIgSp5s3bwbHORCA1QDLAWZkPc7OzszA8oHl5cuXVy5duvQBGIXwWgoggGA+FgO6xkBNTS28r69vDrT2+Y1cIMDyJchX6KkXVEmAshd6KB06dAic94EO3AzkBwGxPhCLg8ptgACCZyeQp9jZ2b2AmsuAefM8tnxJCk5ISPgOLTKfAdNEOVDMA2QHLDsBBBC8AAFlbmCLwlZISCg5JSVlJizeQAaQaimoWAUFK0g/sGGwHiiWCMS2yAUIQAAxI7c4gEmeFZi4OJ48ecLMzc39CRiEmgEBASxA/QzA8vYvAxEgNjaWZc2aNezAsprp2LFjp4FpZRdQ+AkQvwLij0AMSoC/AQIIXklAC3AVUBoBxmE8sPXQAiyvN8J8fuPGjR/h4eHf0eMdhkENhOPHj8OT+NGjR88BxZuBOA5kJtRseCUBEECMSI0AdmgBDooDaaDl8sASTSkyMlKzpqZGU1paGlS7MABLrX83b978A6zwwakTmE0YgIkSnHpBfGCV+gxYh98qKSk5CeTeAxVeQPwUiN8AMSjxgdLNX4AAYkRqCLBAXcMHtVwSaLkMMMHJAvOq9IQJE9R8fHxElJWV1bEF8aNHj+7t27fvLTDlXwXGLyhoH0OD+DnU0k/QYAa1QP8BBBAjWsuSFWo5LzRYxKFYAljqiAHzqxCwIBEwMTERBdZeoOYMA7Bl+RFYEbwB5oS3IA9D4/IFEL+E4nfQ6IDFLTgvAwQQI5ZmLRtSsINSuyA0uwlBUyQPMPWD20/AKo8ByP4DTJTfgRgUjB+gFoEc8R6amGDB+wu5mQsQQIxYmrdMUJ+zQTM6NzQEeKGO4UJqOzFADQMZ/A1qCSzBfQXi71ALfyM17sEAIIAY8fQiWKAYFgIwzIbWTv4HjbdfUAf8RPLhH1icojfoAQKIEU8bG9kRyF0aRiz6YP0k5C4LsmUY9TtAADEyEA+IVfufGEUAAQYABejinPr4dLEAAAAASUVORK5CYII=") no-repeat 0 0; }

.aufstehn-modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
  border-radius: 8px; }

.aufstehn-modal-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 78px;
  width: auto; }
  @media screen and (max-width: 750px) {
    .aufstehn-modal-logo {
      height: 50px; } }
.aufstehn-modal-title {
  padding-left: 245px;
  font-family: "myriad-pro-condensed", "MyriadPro-CondIt", sans;
  font-style: italic;
  font-weight: 400;
  font-size: 2.3em; }
  @media screen and (max-width: 750px) {
    .aufstehn-modal-title {
      height: 50px;
      font-size: 1.3em;
      padding-left: 155px; } }
.aufstehn-modal-header {
  box-shadow: 0 2px 4px rgba(100, 100, 100, 0.3);
  padding: 15px;
  height: 78px; }
  @media screen and (max-width: 750px) {
    .aufstehn-modal-header {
      height: 50px; } }
  .aufstehn-modal-header button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0; }
  .aufstehn-modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    margin-top: -2px; }

.aufstehn-modal-body {
  position: relative;
  padding: 15px 10px; }
  @media screen and (max-width: 750px) {
    .aufstehn-modal-body {
      padding: 10px 0px; } }
  .aufstehn-modal-body label {
    font-weight: bold;
    margin-bottom: 5px; }
  .aufstehn-modal-body .asterisk {
    color: #ef4340;
    font-weight: bold; }
  .aufstehn-modal-body .small {
    font-size: 0.9em;
    margin-top: 1.1em;
    display: block; }
  .aufstehn-modal-body input[type="text"], .aufstehn-modal-body input[type="email"], .aufstehn-modal-body input[type="number"], .aufstehn-modal-body input[type="password"], .aufstehn-modal-body input[type="search"], .aufstehn-modal-body .form-text input, .aufstehn-modal-body .form-type-password input, .aufstehn-modal-body textarea, .aufstehn-modal-body select, .aufstehn-modal-body .selecter .selecter-selected, .aufstehn-modal-body .select2-selection {
    font-size: 120%;
    background-color: #fff;
    border: 1px solid #cccccc;
    font-family: "myriad-pro", "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: normal;
    color: #343434;
    padding: .5em;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 2px 4px #eeeeee inset; }

.badge-primary,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #ff5b00; }

.modal {
  z-index: 99999999; }

.modal-backdrop {
  z-index: 99999998; }

.btn {
  display: inline-block;
  padding: 0.45em 0.7em 0.45em;
  font-family: "myriad-pro-condensed", "MyriadPro-BoldCond", "Myriad Pro Condensed Bold", sans;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 5px;
  background: #ff5b00;
  box-shadow: 3px 3px 0px 0px #993700;
  transition: box-shadow 0.15s ease-in-out, background 0.15s ease-in-out;
  text-transform: uppercase;
  border: 0px;
  color: white;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none !important; }
  .btn:hover {
    background: #e65200;
    color: white;
    text-decoration: none; }
  .btn:active {
    background: #ff5b00;
    box-shadow: 1px 1px 0px 0px #993700;
    color: white; }

.btn-primary {
  color: white !important;
  background-color: #ff5b00;
  box-shadow: 3px 3px 0px 0px #993700; }
  .btn-primary:hover {
    background: #e65200; }
  .btn-primary:active {
    box-shadow: 1px 1px 0px 0px #993700;
    background-color: #ff5b00 !important; }
  .btn-primary:focus {
    background-color: #ff5b00; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  box-shadow: 3px 3px 0px 0px #3d4246; }
  .btn-secondary:hover {
    background: #60686f; }
  .btn-secondary:active {
    box-shadow: 1px 1px 0px 0px #3d4246; }

.btn-success {
  color: #fff;
  background-color: #28a745;
  box-shadow: 3px 3px 0px 0px #145523; }
  .btn-success:hover {
    background: #23923d; }
  .btn-success:active {
    box-shadow: 1px 1px 0px 0px #145523; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  box-shadow: 3px 3px 0px 0px #921925; }
  .btn-danger:hover {
    background: #d32535; }
  .btn-danger:active {
    box-shadow: 1px 1px 0px 0px #921925; }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  box-shadow: 3px 3px 0px 0px #a07800; }
  .btn-warning:hover {
    background: #edb100;
    color: #212529; }
  .btn-warning:active {
    box-shadow: 1px 1px 0px 0px #a07800; }

.btn-info {
  color: #fff;
  box-shadow: 3px 3px 0px 0px #0c525d;
  background-color: #17a2b8; }
  .btn-info:hover {
    background: #148ea1; }
  .btn-info:active {
    box-shadow: 1px 1px 0px 0px #0c525d; }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  box-shadow: 3px 3px 0px 0px #bdc6d0; }
  .btn-light:hover {
    background: #e9ecef;
    color: #212529; }
  .btn-light:active {
    box-shadow: 1px 1px 0px 0px #bdc6d0; }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  box-shadow: 3px 3px 0px 0px #060708; }
  .btn-dark:hover {
    background: #292d32; }
  .btn-dark:active {
    box-shadow: 1px 1px 0px 0px #060708; }

.btn-link {
  color: #fff;
  background-color: #343a40;
  box-shadow: 3px 3px 0px 0px #060708; }
  .btn-link:hover {
    background: #292d32; }
  .btn-link:active {
    box-shadow: 1px 1px 0px 0px #060708; }
