@charset "UTF-8";
/*   
Theme Name: comon werbeagentur
Theme URI: 
Description: 
Author: com.on werbeagentur
Author URI: https://comon-werbeagentur.de
License: 
License URI: 
Version: 1.0.1
Text Domain:
*/
/* CLEARFIX
------------------------------------------------------ */
/* FONT SIZE
------------------------------------------------------ */
/* FONT FACE
--> @include font-face("My Font", my-font);
------------------------------------------------------ */
/* VISIBILITY
------------------------------------------------------ */
/* ALIGNMENT/ POSIITON
------------------------------------------------------ */
/* BOX SHADOW
------------------------------------------------------ */
/* BORDER RADIUS
------------------------------------------------------ */
/* GRADIENT
------------------------------------------------------ */
/* ANIMATION
------------------------------------------------------ */
/* RESPONSIVE RATIO
--> @include responsive-ratio(16,9);
------------------------------------------------------ */
/* FIXED ASPECT RATIO
	<div class="outer-box"><div class="inner-box"></div></div>
	.outer-box {@include aspect-ratio(4, 3);}
------------------------------------------------------ */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* ----------------------------------------------------- */
/* Boostrap Grid  */
/* ----------------------------------------------------- */
/* CONTAINER */
.container, .wide-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .swap-col {
    display: flex;
    flex-flow: row wrap;
  }
  .sidebar-left {
    order: 2;
  }
  .main-content {
    order: 1;
  }
}
@media (max-width: 767px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 96%;
    /*970px*/
  }
}
@media (min-width: 1440px) {
  .container {
    width: calc(1440px - 40px);
    /*1180px*/
    max-width: 100%;
    /*1250px;*/
  }
}
@media (min-width: 1440px) {
  .container {
    width: calc(1440px - 40px);
    /*1180px*/
    max-width: 1250px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* ROW */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*="col-"]:not(:first-child), .row.no-gutter [class*="col-"]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
.row.small-gutter [class*="col-"]:not(:first-child), .row.small-gutter [class*="col-"]:not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
}
.row.normal-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row.normal-gutter [class*="col-"]:not(:first-child), .row.normal-gutter [class*="col-"]:not(:last-child) {
  padding-right: 15px;
  padding-left: 15px;
}
.col-fullwidth {
  padding-left: 0;
  padding-right: 0;
}
.col-header-medium, .row-medium-text {
  font-size: 0.85em;
}
.col-header-small, .row-small-text {
  font-size: 0.7em;
}
.row-no-padding div[class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row-padding-tiny {
  padding: 3px 0;
}
.row-padding-small {
  padding: 7px 0;
}
.row-padding {
  padding: 100px 0;
}
.row-margin-small {
  margin-top: 7px;
  margin-bottom: 7px;
}
.row-margin-big {
  margin-top: 60px;
}
.row.border {
  padding: 35px 0;
  border-top: 1px solid #eee;
  margin-top: 50px;
}
/* width < 768px */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1100px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1440px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* ----------------------------------------------------- */
/* WordPress Basics */
/* ----------------------------------------------------- */
strong, b {
  font-weight: 700;
}
em {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
address {
  font-style: italic;
}
code, pre {
  display: block;
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: #f5f5f5 url(../images/pre.png) repeat;
  border: 1px solid #ccc;
  padding: 18px 20px 18px 20px;
  margin: 0 0 18px;
  line-height: 19.2px;
  overflow: auto;
  overflow-Y: hidden;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.clearfix:before, .clearfix:after, section:before, section:after, div.container:before, div.container:after, article:before, article:after, .inner:before, .inner:after, .resize:before, .resize:after, .row:after, .container:after {
  content: "";
  display: table;
}
.clearfix:after, section:after, div.containter:after, article:after, .inner:after, .resize:after, .row:after, .container:after {
  clear: both;
}
.clearfix, section, div.container, article, .inner, .boxed {
  zoom: 1;
}
/* space-grotesk-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/space-grotesk-v16-latin/space-grotesk-v16-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/space-grotesk-v16-latin/space-grotesk-v16-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/space-grotesk-v16-latin/space-grotesk-v16-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* space-grotesk-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/space-grotesk-v16-latin/space-grotesk-v16-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/roboto-v30-latin/roboto-v30-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/roboto-v30-latin/roboto-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */
* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  font-size: calc($size / 16px) * 1rem;
  line-height: 1.5em;
  color: #2B2A29;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
}
@media (max-width: 768px) {
  body {
    font-size: 22px;
  }
}
iframe {
  border: 0;
  border-radius: 3px;
  width: 100% !important;
}
video {
  border-radius: 3px;
  overflow: hidden;
}
.error__search {
  position: relative;
  margin-bottom: 30px;
  clear: both;
  width: 100%;
  float: left;
}
.error__search input[type="text"] {
  float: left;
  background: #fafafa;
  width: 50%;
  margin: 0;
  margin-right: -30px;
  padding-right: 50px;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  border-bottom: 1px dotted red;
}
.error__search input[type="text"]::placeholder {
  color: #000;
}
.error__search button {
  float: left;
  background: transparent;
  padding: 8px 5px;
  margin: 0;
  position: relative;
  margin: 0;
  left: 0;
}
.error__search button i {
  color: #EA3323;
}
@media (max-width: 1100px) {
  .error__search {
    display: none;
  }
}
img.cover {
  object-fit: cover !important;
}
/*
.content img{
	filter: grayscale(50%);
}
*/
.smls-grid-container-template-1 .smls-grid-pad-container {
  max-height: none !important;
}
@media (max-width: 1100px) {
  .hide__mobile {
    display: none !important;
  }
}
.snippet {
  position: relative;
  background: #fff;
  padding: 2rem 5%;
  margin: 1.5rem 0;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  float: left;
  width: 100%;
}
.stage {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem 0;
  margin: 0 -5%;
  overflow: hidden;
}
.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #003A5B;
  color: #003A5B;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #003A5B;
  color: #003A5B;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #003A5B;
  color: #003A5B;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes dotFlashing {
  0% {
    background-color: #003A5B;
  }
  50%, 100% {
    background-color: #E4EAED;
  }
}
/* ----------------------------------------------------- */
/* Padding */
/* ----------------------------------------------------- */
.padding-vert-small {
  padding: 50px 0 50px 0;
}
.padding-vert-medium {
  padding: 100px 0 100px 0;
}
.padding-vert-large {
  padding: 150px 0 150px 0;
}
.padding-vert-extralarge {
  padding: 200px 0 200px 0;
}
.padding-top-small {
  padding: 50px 0 0 0;
}
.padding-top-medium {
  padding: 100px 0 0 0;
}
.padding-top-large {
  padding: 150px 0 0 0;
}
.padding-top-extralarge {
  padding: 200px 0 0 0;
}
.padding-bottom-small {
  padding: 0 0 50px 0;
}
.padding-bottom-medium {
  padding: 0 0 100px 0;
}
.padding-bottom-large {
  padding: 0 0 150px 0;
}
.padding-bottom-extralarge {
  padding: 0 0 200px 0;
}
.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1100px) {
  .vertical-align {
    display: flex;
    align-items: center;
  }
}
/* ----------------------------------------------------- */
/* Absatz */
/* ----------------------------------------------------- */
p {
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
p + ul {
  margin-top: -22px;
}
p small {
  font-size: 0.95rem;
  line-height: 1.2em;
}
p.warning {
  color: red;
}
p.bold {
  font-weight: 700;
}
p.hyphens {
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
}
p.subheadline {
  color: #EA3323;
  font-weight: 700;
  margin-bottom: 0;
}
blockquote {
  border-left: 5px solid #E9E9E9;
  margin-left: 0;
  padding: 15px 0 15px 30px;
}
/* ----------------------------------------------------- */
/* Headlines */
/* ----------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Space Grotesk", sans-serif;
  margin: 0 0 30px 0;
  color: #2B2A29;
  line-height: 1em;
  font-weight: 700;
}
h1 {
  font-size: 70px;
  font-size: calc($size / 16px) * 1rem;
  position: relative;
  font-weight: 700;
}
@media (max-width: 1100px) {
  h1 {
    font-size: 3rem;
  }
}
h1 span.big {
  font-size: 48px;
}
h1 span.registered {
  position: relative;
  top: -13px;
  font-size: 0.8em;
}
h2 {
  font-size: 55px;
  font-size: calc($size / 16px) * 1rem;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 2.8rem;
  }
}
h3 {
  font-size: 40px;
  font-size: calc($size / 16px) * 1rem;
  padding-bottom: 0px;
  margin-top: 0;
  padding-top: 0;
  line-height: 1em;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1100px) {
  h3 {
    font-size: 2.1rem;
  }
}
h4 {
  font-size: 30px;
  font-size: calc($size / 16px) * 1rem;
  letter-spacing: normal;
}
h5 {
  font-size: 20px;
  font-size: calc($size / 16px) * 1rem;
  position: relative;
}
h6 {
  font-size: 30px;
  font-size: calc($size / 16px) * 1rem;
  padding-bottom: 0 !important;
}
h6:after {
  display: none;
}
.page-id-247 .content, .page-id-245 .content {
  font-size: 20px;
  line-height: 1.3em;
}
.page-id-247 h2, .page-id-245 h2 {
  font-size: 3rem;
  margin-top: 100px;
}
.page-id-247 h3, .page-id-245 h3 {
  font-size: 2rem;
  margin-top: 50px;
}
.page-id-247 h4, .page-id-245 h4 {
  margin-bottom: 0;
}
/* ----------------------------------------------------- */
/* Text Classes */
/* ----------------------------------------------------- */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.hide, .hidden {
  display: none;
}
/* ----------------------------------------------------- */
/* List */
/* ----------------------------------------------------- */
ul, ol, pre, code {
  margin-bottom: 20px;
  padding-left: 20px;
}
.content ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 15px;
  margin-top: 0;
  list-style-type: none;
}
.content ul li {
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
  /*&:before{
				position:absolute;
				height:8px;
				width:8px;
				border-radius:100%;
				content: '';
				border:4px solid $primary;
				left:-25px;
				top:10px;
				//transform: translateY(-50%);
			}*/
  /*&:before{ // Kreis
				position:absolute;
				height:6px;
				width:6px;
				border-radius:6px;
				content:'';
				margin-left:-15px;
				background: $primary;
				text-align:left;
				top:10px;
				border-radius:3px;
				font-weight:bold;
			}*/
}
.content ul li:before {
  /*&:before{ // Strich
				position:absolute;
				height:2px;
				width:10px;
				content:'';
				margin-left:-15px;
				background: $primary;
				font-size:18px; 
				line-height: 18px;
				text-align:left;
				top:13px;
				border-radius:3px;
				font-weight:bold;
			}*/
  position: absolute;
  height: 15px;
  width: 15px;
  font-family: "FontAwesome";
  content: "";
  margin-left: -15px;
  color: #EA3323;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  top: 4px;
  border-radius: 3px;
  font-weight: bold;
}
.content ul li ul {
  padding-left: 30px;
  margin: 10px 0px 0px;
}
.content ul li ul ul {
  margin-bottom: 0px;
}
.content ul.dlm-downloads {
  padding-left: 0;
}
.content ul.dlm-downloads li {
  margin-left: 0;
}
.content ul.dlm-downloads li:before {
  margin-left: -25px;
  font-family: "FontAwesome";
  content: "";
  height: 16px;
  width: 16px;
  background: #fff;
  color: #EA3323;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  top: 5px;
  border-radius: 3px;
  display: none;
}
.content ul.checklist {
  list-style-type: none;
}
.content ul.checklist li {
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
.content ul.checklist li:before {
  position: absolute;
  height: 16px;
  width: 16px;
  font-family: "FontAwesome";
  content: "";
  left: -10px;
  color: #EA3323;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  top: 5px;
  border-radius: 3px;
}
.content ul.linklist {
  list-style-type: none;
  padding-left: 0;
}
.content ul.linklist li {
  border-bottom: 1px solid #E9E9E9;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-left: 0;
  margin-bottom: 10px;
}
.content ul.linklist li:before {
  top: 18px;
  display: none;
}
.content ul.linklist li a {
  padding: 10px 10px 10px 30px;
  color: #EA3323;
  background: #fff;
  border-radius: 3px;
  display: block;
  position: relative;
}
.content ul.linklist li a:before {
  position: absolute;
  height: 16px;
  width: 16px;
  font-family: "FontAwesome";
  content: "";
  left: 10px;
  color: #EA3323;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  top: 15px;
  border-radius: 3px;
}
.content ul.wavy__list {
  list-style-type: none;
  padding-left: 70px;
  font-size: 40px;
}
@media (max-width: 1100px) {
  .content ul.wavy__list {
    font-size: 1.8rem;
  }
}
.content ul.wavy__list li {
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  line-height: 1;
}
.content ul.wavy__list li:before {
  position: absolute;
  height: 30px;
  width: 60px;
  content: "";
  background: url(assets/images/wavy_listing.svg) center center no-repeat;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.content ol {
  counter-reset: list 0;
  padding-left: 0;
}
.content ol li {
  list-style-type: none;
  position: relative;
  margin-bottom: 25px;
  padding-left: 50px;
}
.content ol li:before {
  content: counter(list) "";
  counter-increment: list;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 30px;
  font-size: 45px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #F2EFE8;
  font-family: "Space Grotesk", sans-serif;
}
h3 + ul {
  display: inline-block;
  margin-top: 12px !important;
}
.side__nav {
  list-style-type: none;
  padding-left: 0 !important;
}
.side__nav li {
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}
.side__nav li a {
  display: block;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #2B2A29;
  font-weight: 400;
}
.side__nav li:before {
  display: none;
}
.side__nav li:hover a, .side__nav li.active a {
  background: #EA3323;
  color: #fff;
}
.side__nav li:hover a:before, .side__nav li.active a:before {
  position: absolute;
  height: 20px;
  width: 10px;
  font-family: "FontAwesome";
  content: "";
  right: 10px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
}
.clearfix:after:after, section:after:after, div.containter:after:after, article:after:after, .inner:after:after, .resize:after:after, .col-group:after:after, .container:after:after {
  content: "";
  display: table;
  clear: both;
}
/* ----------------------------------------------------- */
/* Links */
/* ----------------------------------------------------- */
button {
  border: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 400 !important;
  line-height: 1.5625em;
  background: none;
  padding: 15px 15px;
  border: 0;
}
button:hover {
  cursor: pointer;
}
/*
.content a{
	border-bottom:1px solid $font_color;
}
*/
a {
  text-decoration: none;
  color: #EA3323;
  transition: all 0.3s ease-in-out;
  outline: 0;
}
a.bordered {
  font-weight: 400;
  border-bottom: 1px solid #EA3323;
}
a.plus {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  line-height: 40px;
}
a.plus:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "";
  color: #2B2A29;
  top: 2px;
  margin-left: -50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
}
a.simple {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 15px;
  opacity: 0.75;
  float: right;
}
a.simple:hover {
  opacity: 1;
}
a.simple:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "";
  font-size: 0.6em;
  left: 0;
  top: 0px;
}
a.round {
  width: 50px;
  height: 50px;
  background: #fff;
  display: block;
  border-radius: 50px;
  border: 4px solid #525052;
  position: relative;
}
a.round:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
a.round:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "";
  color: #2B2A29;
  font-size: 40px;
  top: 0px;
  margin-left: 2px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
a.with-arrow {
  position: relative;
  display: inline-block;
  line-height: 40px;
  color: #EA3323;
  transition: all 0.3s ease-in-out;
  padding-left: 0px;
  font-weight: 400;
  font-size: 0.8em;
}
a.with-arrow:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/arrow-right-primary.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  top: 14px;
  right: 0px;
  width: 15px;
  height: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
a.download-link {
  position: relative;
}
a.download-link:before {
  position: relative;
  font-family: "FontAwesome";
  content: "";
  color: #2B2A29;
  font-size: 30px;
  top: 0px;
  margin-left: 2px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
a.download-link p {
  font-size: 0.8em;
  color: #2B2A29;
  line-height: 1em;
}
.btn-icon {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #EA3323;
}
.btn.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.clear__position {
  float: left;
  clear: left;
}
.btn {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  min-height: 45px;
  height: auto;
  margin: 15px auto;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 23px;
  outline: 0;
  position: relative;
  transform: translate3d(0, 0, 0);
  margin-right: 15px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .btn {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.btn + .btn {
  margin-top: 0;
}
.btn-clean {
  padding: 0;
  margin: 0;
  margin-top: 0 !important;
  position: relative;
  font-weight: 400;
  color: #2B2A29;
  height: auto;
}
.btn-clean:after {
  height: 2px;
  width: 0;
  content: "";
  position: absolute;
  background: #EA3323;
  left: 0;
  top: 100%;
  transition: all 0.3s ease-in-out;
}
.btn-clean:hover:after {
  width: 100%;
}
.btn-clean i {
  color: #EA3323;
}
[class*="btn--"] {
  padding: 10px 55px 10px 20px;
  position: relative;
}
[class*="btn--"]:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 15px;
  transition: all 0.3s ease-in-out;
}
[class*="btn--"]:hover {
  cursor: pointer;
}
[class*="btn--"]:hover:before {
  width: 100%;
}
[class*="btn--"]:hover:after {
  right: 15px;
}
.btn--back {
  padding: 10px 25px 10px 55px;
}
.btn--back:after {
  left: 20px;
  right: auto;
  transform: rotate(180deg) translateY(50%);
}
.btn--primary {
  background: #EA3323;
  color: #fff;
}
.btn--primary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}
.btn--secondary {
  background: #fff;
  color: #EA3323;
}
.btn--secondary:after {
  background-image: url(assets/images/arrow-right-primary.svg);
}
.btn--tertiary {
  background: #F2EFE8;
  color: #fff;
}
.btn--tertiary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}
.btn--quaternary {
  background: #2B2A29;
  color: #fff;
}
.btn--quaternary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  #header {
    background: #2B2A29;
  }
}
#header:before {
  content: "";
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
}
@media (max-width: 1100px) {
  #header:before {
    display: none;
  }
}
#header .container {
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 90%;
}
@media (max-width: 768px) {
  #header .container {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  #header {
    position: relative;
  }
}
@media (min-width: 1100px) {
  #header.is-fixed {
    background: #2B2A29;
  }
  #header.is-fixed:before {
    background: #2B2A29;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    height: 100px;
  }
}
#header.has_meta .container {
  padding-top: 0;
  display: inherit;
}
@media (max-width: 1100px) {
  #header.has_meta .container {
    padding-top: 30px;
  }
}
#header.has_meta .header__logo {
  position: absolute;
  top: 15px;
}
.header__logo {
  float: left;
  transition: all 0.3s ease-in-out;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 100;
  opacity: 1;
}
.header__logo svg, .header__logo img {
  transition: all 0.3s ease-in-out;
  float: left;
  height: 80px;
}
@media (max-width: 1100px) {
  .header__logo {
    position: relative !important;
    margin-left: 0;
  }
  .header__logo svg, .header__logo img {
    height: 80px;
  }
}
.is-fixed .header__logo svg, .is-fixed .header__logo img {
  height: 60px;
}
#header__logo {
  opacity: 0;
}
.wpml-ls {
  border: 0;
  padding: 0;
}
.wpml-ls ul li {
  position: relative;
}
.wpml-ls ul li:after {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #E3E3E3;
  top: 0;
}
.wpml-ls ul li:last-of-type:after {
  display: none;
}
.wpml-ls ul li a {
  color: #EA3323;
  font-size: 16px;
  padding: 0 15px;
}
.wpml-ls ul li a span {
  vertical-align: unset;
}
.wpml-ls ul li a:hover {
  color: #F2EFE8;
}
.wpml-ls ul li.wpml-ls-current-language a {
  color: #F2EFE8;
  font-weight: 700;
}
.header__meta__container {
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__meta__container .powered__by {
  background: #EA3323;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px;
  position: relative;
  z-index: 10000;
  float: right;
  font-size: 0.75rem;
  line-height: 1;
  height: 40px;
}
@media (max-width: 1100px) {
  .header__meta__container .powered__by {
    position: absolute;
    width: calc(100%);
    left: 0;
    top: 0;
    padding-left: 15px;
  }
}
.header__meta__container .powered__by span {
  font-size: 0.75rem;
  line-height: 1;
}
.header__meta__container .powered__by img {
  margin-left: 5px;
  height: 20px;
}
.header__meta__container .region {
  background: #F2EFE8;
  display: flex;
  align-items: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  z-index: 10000;
  float: right;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 5px;
  height: 40px;
}
.header__meta__container .region a {
  color: #fff;
  display: block;
  padding: 10px;
  width: 100%;
}
@media (max-width: 1100px) {
  .header__meta__container .region {
    position: absolute;
    width: auto;
    right: 60px;
    top: 52px;
    border-radius: 3px;
    height: 30px;
  }
}
.header__meta__container .header__meta {
  float: left;
  font-size: 0.8em;
  padding-top: 0px;
}
.header__meta__container .header__meta span {
  margin-left: 20px;
}
.header__meta__container .header__meta span i {
  margin-right: 5px;
}
.header__meta__container .header__search {
  float: left;
  position: relative;
  margin-left: 15px;
}
.header__meta__container .header__search input[type="text"] {
  float: left;
  border-radius: 0;
  background: #E9E9E9;
  border-bottom: 0px solid #DEDEDE;
  width: 130px;
  padding: 0 15px;
  font-size: 12px;
  margin: 0;
  margin-right: -20px;
  box-shadow: none;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
}
.header__meta__container .header__search button {
  float: left;
  background: transparent;
  padding: 0 5px;
  margin: 0;
  position: relative;
  margin: 0;
  left: -10px;
  top: 2px;
}
.header__meta__container .header__search button i {
  color: #2B2A29;
}
@media (max-width: 1100px) {
  .header__meta__container .header__search {
    display: none;
  }
}
.header__meta__container ul.socials {
  text-align: right;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
@media (max-width: 1100px) {
  .header__meta__container ul.socials {
    display: none;
  }
}
.header__meta__container ul.socials li {
  display: inline-block;
  margin-left: 5px;
}
.header__meta__container ul.socials li a {
  float: left;
  width: 20px;
  height: 20px;
}
.header__meta__container ul.socials li svg {
  width: 20px;
  height: 20px;
}
.nav__container {
  animation-duration: 0.5s;
  transition: 0.5s;
  float: left;
  clear: left;
  margin-left: 50px;
}
@media (min-width: 1100px) {
  .nav__container.is-fixed {
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 100;
    animation-name: stickySlideDown;
    transition: none;
  }
}
#navigation {
  float: left;
}
@media (max-width: 1100px) {
  .right__container {
    margin-top: 0;
  }
  .nav__container {
    width: 0;
  }
}
.header__buttons {
  font-family: "Space Grotesk", sans-serif;
  display: flex;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 700;
  margin-left: auto;
}
@media (max-width: 768px) {
  .header__buttons {
    display: none;
  }
}
.header__buttons div {
  display: flex;
}
.header__buttons svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
.header__buttons span {
  float: left;
  color: #EA3323;
}
.header__buttons a {
  color: #fff;
  display: block;
  font-weight: 400;
}
/* ---------------------------------- */
/* Navigation Standard
------------------------------------- */
#navigation {
  float: left;
  width: 100%;
}
#navigation ul {
  padding-left: 0;
  margin: 0;
  padding-top: 0;
}
#navigation li {
  list-style-type: none;
  position: relative;
  margin-top: 0;
}
#navigation li:before {
  display: none;
}
#navigation li a {
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  font-weight: 600;
}
/* first layer */
#navigation > ul {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
}
#navigation > ul > li {
  float: left;
  display: block;
  position: relative;
}
#navigation > ul > li > a {
  display: block;
  height: 100%;
  position: relative;
  padding: 25px 30px 25px 30px;
  line-height: 1;
  box-sizing: border-box;
  margin-right: 0px;
}
@media (max-width: 1440px) {
  #navigation > ul > li > a {
    padding: 10px 5px;
  }
}
#navigation > ul > li > a:before {
  position: absolute;
  height: 2px;
  width: 0px;
  background: #F2EFE8;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: all 0.3s ease-in-out;
}
#navigation > ul > li.last > a {
  margin-right: 0;
}
#navigation > ul > li.active > a, #navigation > ul > li > a:hover, #navigation > ul > li.current-page-ancestor > a {
  color: #EA3323;
}
#navigation > ul > li.has-secondary-bg > a {
  background: #F2EFE8;
  color: #fff;
  border-radius: 5px;
}
#navigation > ul > li.has-secondary-bg > a:hover {
  background: #EA3323;
  color: #fff;
}
#navigation > ul > li.menu-item-has-children {
  /*
			& > a{
				padding-right:20px;
			}
			&.active, &:hover{
				&:after{
					color:$secondary;
				}
			}
			&:after{
				font-family: 'FontAwesome';
				content: '\f107'; 
				color:$primary;
				position:absolute;
				top:50%;
				height:10px;
				margin-top:-13px;
				right:0px;
			}
			*/
}
#navigation > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#navigation > ul > li:hover > a {
  color: #EA3323;
}
/* second layer */
#navigation > ul > li > ul {
  position: absolute;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  width: auto;
  min-width: 210px;
  z-index: 1;
  background: #EA3323;
  border-radius: 5px;
  padding: 20px 15px 20px 15px;
  left: 15px;
}
#navigation > ul > li > ul > li {
  margin-top: 0px;
}
#navigation > ul > li > ul > li:last-of-type {
  border-bottom: 0;
}
#navigation > ul > li > ul > li > a {
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 1.2em;
  padding: 10px;
}
#navigation > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#navigation > ul > li > ul > li.active > a, #navigation > ul > li > ul > li:hover > a, #navigation > ul > li > ul > li.current-page-ancestor > a {
  color: #F2EFE8;
}
/* third layer */
#navigation > ul > li > ul > li > ul {
  position: absolute;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 210px;
  z-index: 1;
  background: #EA3323;
  border-radius: 5px;
  padding: 20px 15px 20px 15px;
}
#navigation > ul > li > ul > li > ul > li {
  margin-top: 0px;
}
#navigation > ul > li > ul > li > ul > li:last-of-type {
  border-bottom: 0;
}
#navigation > ul > li > ul > li > ul > li > a {
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 1.2em;
  padding: 10px;
  font-weight: 700;
}
#navigation > ul > li > ul > li > ul > li.active > a, #navigation > ul > li > ul > li > ul > li:hover > a, #navigation > ul > li > ul > li > ul > li.current-page-ancestor > a {
  color: #F2EFE8;
}
/* fourth layer */
#navigation > ul > li > ul > li > ul > li > ul {
  position: absolute;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 210px;
  z-index: 1;
  background: #EA3323;
  border-radius: 5px;
  padding: 20px 15px 20px 15px;
}
#navigation > ul > li > ul > li > ul > li > ul > li {
  margin-top: 0px;
}
#navigation > ul > li > ul > li > ul > li > ul > li:last-of-type {
  border-bottom: 0;
}
#navigation > ul > li > ul > li > ul > li > ul > li > a {
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 1.2em;
  padding: 10px;
  font-weight: 700;
}
#navigation > ul > li > ul > li > ul > li > ul > li.active > a, #navigation > ul > li > ul > li > ul > li > ul > li:hover > a, #navigation > ul > li > ul > li > ul > li > ul > li.current-page-ancestor > a {
  color: #F2EFE8;
}
/* MEGA MENU */
#navigation > ul > li.has-mega-menu {
  position: static;
}
#navigation > ul > li.has-mega-menu:hover > ul > li > ul {
  visibility: visible;
  opacity: 1;
}
#navigation > ul > li.has-mega-menu:hover > ul > li > ul > li > ul {
  visibility: visible;
  opacity: 1;
}
#navigation > ul > li.has-mega-menu > .sub-menu {
  width: calc(100% - 30px);
  position: absolute;
  z-index: 100;
  left: 15px;
  right: 15px;
  transform: translateX(0);
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 1100px) {
  #navigation > ul > li.has-mega-menu > .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
@media screen and (min-width: 1440px) {
  #navigation > ul > li.has-mega-menu > .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column {
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  padding: 10px 25px;
  flex: 1 0 calc(50%);
}
@media screen and (min-width: 1100px) {
  #navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column {
    flex: 1 0 calc(33.333%);
  }
}
@media screen and (min-width: 1440px) {
  #navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column {
    flex: 1 0 calc(33.333%);
  }
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column ul {
  position: relative;
  left: 10px;
  padding: 0;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column ul li {
  float: left;
  display: inline;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column ul li a {
  font-weight: 400;
  padding-left: 0px;
  margin-right: 20px;
  position: relative;
  font-size: 0.8em;
  opacity: 0.8;
  /*
								&:before{
									position:absolute;
									content:'';
									height:1px;
									width:10px;
									left:0;
									top:50%;
									background: $white;
								}
								*/
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > a {
  display: none;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > ul {
  position: relative;
  left: 10px;
  padding: 0;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > ul ul {
  left: 0 !important;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > ul > li > a {
  font-weight: 700;
  padding-left: 0;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > ul > li > a:before {
  display: none;
}
/* START RESPONSIVE MENU */
.mobile__nav__container {
  display: none;
}
@media (max-width: 1100px) {
  /* Erste Ebene */
  /* Zweite Ebene */
  /* Dritte Ebene */
  .burger {
    display: block !important;
  }
  .nav__container {
    display: none;
  }
  .mobile__nav__container {
    overflow: scroll !important;
    z-index: 98;
    top: -200%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: block;
    opacity: 0;
    background: #EA3323;
    float: left;
    visibility: hidden;
    padding: 30px 25px;
    pointer-events: none;
    transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .mobile__nav__container ul.socials {
    text-align: right;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .mobile__nav__container ul.socials li {
    display: inline-block;
    margin-right: 20px;
  }
  .mobile__nav__container ul.socials li a {
    float: left;
    width: 30px;
    height: 30px;
  }
  .mobile__nav__container ul.socials li svg {
    fill: #fff;
    width: 30px;
    height: 30px;
  }
  .menu-open .mobile__nav__container {
    pointer-events: all;
    opacity: 1;
    top: 60px;
    visibility: visible;
  }
  body.menu-open .navbutton:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #EA3323;
    top: -8px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #mobile_navigation {
    float: left;
    width: 100%;
    height: 100%;
    padding-top: 30px;
  }
  #mobile_navigation ul {
    width: 100%;
  }
  #mobile_navigation li {
    list-style-type: none;
    position: relative;
    margin-top: 0;
    float: left;
    clear: left;
    width: 100%;
  }
  #mobile_navigation li a {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
  }
  #mobile_navigation li.active > a {
    color: #F2EFE8 !important;
  }
  #mobile_navigation .menu-item {
    position: relative;
    display: block;
  }
  #mobile_navigation .column-header > a {
    display: none;
  }
  #mobile_navigation .column-header > ul {
    position: relative;
    left: -20px;
  }
  #mobile_navigation.is-tapped > ul {
    padding: 0;
    float: left;
  }
  #mobile_navigation.is-tapped > ul > li {
    position: relative;
    width: 100%;
  }
  #mobile_navigation.is-tapped > ul > li > a {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
  }
  #mobile_navigation ul ul {
    display: none;
    width: 100%;
    z-index: 200;
    border: none;
    margin-left: 0;
    padding: 0;
    position: relative !important;
  }
  #mobile_navigation > ul > li > ul > li > a {
    padding: 15px 20px 15px 30px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    /*&:before{
					position:absolute;
					content:'';
					height:1px;
					width:15px;
					left:0px;
					top:50%;
					background: $white;
				}*/
  }
  #mobile_navigation.is-tapped > ul ul ul {
    clear: both;
    left: 0;
    margin-top: 0;
  }
  #mobile_navigation > ul > li > ul > li > ul {
    position: relative;
    top: 0px;
  }
  #mobile_navigation > ul > li > ul > li > ul > li {
    background: transparent;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > a {
    padding: 15px 20px 15px 60px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    /*&:before{
					position:absolute;
					content:'';
					height:1px;
					width:15px;
					left:-20px;
					top:50%;
					background: $white;
				}*/
  }
  #mobile_navigation > ul > li > ul > li > ul:before {
    display: none;
  }
  #mobile_navigation.is-tapped > ul li.menu-item-has-children > a {
    width: calc(100%);
  }
  #mobile_navigation.is-tapped > ul li.menu-item-has-children.active:after {
    content: "-";
  }
  #mobile_navigation.is-tapped > ul li.menu-item-has-children:after {
    content: "+";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    padding: 0;
    display: block;
    width: 50px;
    right: 0;
    top: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 11px;
    background: rgba(255, 255, 255, 0.05);
  }
  #mobile_navigation ul li.active > ul {
    display: block;
  }
  #mobile_navigation.is-tapped > ul li.expanded:after {
    content: "-";
  }
}
@media (max-width: 1100px) and (max-width: 1100px) {
  .mobile__nav__container {
    width: 80%;
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .mobile__nav__container {
    width: 100%;
  }
}
/* ---------------------------------- */
/* Burger
------------------------------------- */
.navbutton {
  float: right;
  height: 25px;
  width: 32px;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 45px;
  right: 15px;
  z-index: 2000;
  /*
	@media (min-width: $screenDesktop){
		display:none;
	}
	*/
}
.navbutton:hover .burger {
  width: 100%;
  right: 0;
}
.navbutton_icon {
  width: 32px;
  height: 25px;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media only screen and (max-width: 992px) {
  .navbutton_icon {
    right: 30px;
  }
}
.burger {
  display: none;
  position: absolute;
  right: 0;
  background-color: #EA3323;
  transform: scale3d(1, 1, 1);
  transform-origin: 100% 50%;
  width: 32px;
  height: 3px;
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  backface-visibility: hidden;
}
.burger:nth-of-type(1) {
  top: 0;
  width: 24px;
}
.burger:nth-of-type(2) {
  top: -webkit-calc(50% - 1.5px);
  top: calc(50% - 1.5px);
}
.burger:nth-of-type(3) {
  bottom: 0px;
  width: 28px;
}
.navbutton-close {
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  right: 15px;
}
.navbutton-close .burger {
  width: 32px;
  height: 3px;
  background-color: #EA3323;
}
.navbutton-close .burger:nth-of-type(1) {
  -webkit-transform: scale3d(1, 1, 1) rotate(-45deg);
  transform: scale3d(1, 1, 1) rotate(-45deg);
}
.navbutton-close .burger:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
.navbutton-close .burger:nth-of-type(3) {
  -webkit-transform: scale3d(1, 1, 1) rotate(45deg);
  transform: scale3d(1, 1, 1) rotate(45deg);
}
/* ---------------------------------- */
/* Navigation Overlay
------------------------------------- */
.navbutton.menu_variant__overlay {
  top: 25px;
  position: fixed;
}
.navbutton.menu_variant__overlay .burger {
  display: block;
}
.menu_variant__overlay__nav__container {
  overflow: scroll !important;
  z-index: 200;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0;
  float: left;
  width: 100%;
  height: 0;
  visibility: hidden;
  background: rgba(255, 73, 0, 0.95);
}
/*
	.menu-open .menu_variant__overlay__nav__container {
		//transform: translate3d(100%, 0, 0);
		pointer-events: all;
		opacity: 1;
		right: 0;
		visibility: visible;
	}
	*/
body.menu-open .navbutton:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  top: -8px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
/* Mobile Menu */
#menu_variant__overlay_navigation {
  float: left;
  width: 100%;
  height: 100%;
}
#menu_variant__overlay_navigation ul {
  width: 100%;
}
#menu_variant__overlay_navigation li {
  list-style-type: none;
  position: relative;
  margin-top: 0;
  float: left;
  clear: left;
}
#menu_variant__overlay_navigation li a {
  color: #fff;
}
#menu_variant__overlay_navigation .menu-item {
  position: relative;
  display: block;
  width: 100%;
}
/* Erste Ebene */
#menu_variant__overlay_navigation > ul.menu {
  padding: 100px 50px 0 100px;
  float: left;
  counter-reset: my-awesome-counter;
}
#menu_variant__overlay_navigation > ul.menu > li {
  position: relative;
  counter-increment: my-awesome-counter;
  display: flex;
  align-items: baseline;
}
#menu_variant__overlay_navigation > ul.menu > li:before {
  content: "0" counter(my-awesome-counter) "_";
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
#menu_variant__overlay_navigation > ul.menu > li > a {
  display: block;
  position: relative;
  font-size: 70px;
  line-height: 1;
  box-sizing: border-box;
  padding: 10px 0;
  transition: all 0.2s ease-in-out;
}
#menu_variant__overlay_navigation > ul.menu > li > a:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 5px;
  background: #2B2A29;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.2s ease-in-out;
}
#menu_variant__overlay_navigation > ul.menu > li.active:before, #menu_variant__overlay_navigation > ul.menu > li:hover:before {
  color: #2B2A29;
}
#menu_variant__overlay_navigation > ul.menu > li.active > a, #menu_variant__overlay_navigation > ul.menu > li:hover > a {
  color: #2B2A29;
  font-weight: 700;
  /*
				&:before{
					width:105%;
				}
				*/
}
/* Zweite Ebene */
#menu_variant__overlay_navigation ul ul {
  visibility: visible;
  opacity: 1;
}
#menu_variant__overlay_navigation > ul > li > ul {
  position: relative;
  top: 0px;
}
#menu_variant__overlay_navigation > ul > li > ul > li {
  background: transparent;
  position: relative;
}
#menu_variant__overlay_navigation > ul > li > ul > li > a {
  padding: 5px 20px 5px 0;
  display: inline-block;
}
#menu_variant__overlay_navigation > ul > li > ul:before {
  display: none;
}
.quicknav__holder {
  margin-top: 50px;
}
@media (min-width: 1100px) {
  .quicknav__holder {
    margin-right: calc(-50vw + 50%);
    margin-top: 0px;
  }
}
.quicknav {
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .quicknav {
    display: flex;
    transform: translateY(-50%);
  }
}
.quicknav li {
  list-style-type: none;
  border-right: 1px solid #fff;
}
@media (min-width: 1100px) {
  .quicknav li {
    flex: 1;
  }
}
.quicknav li:last-of-type {
  border-right: 0;
}
.quicknav li a {
  display: block;
  padding: 20px 15px;
  background: #EA3323;
  color: #fff;
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  position: relative;
}
.quicknav li a:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 15px;
  height: 15px;
  transition: all 0.3s ease-in-out;
  background-image: url(assets/images/arrow-right-white.svg);
}
section img {
  max-width: 100%;
  height: auto;
}
/* ----------------------------------------------------- */
/* Image Classes */
/* ----------------------------------------------------- */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0px 20px 20px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-bottom: 20px;
}
img[src$=".gif"], img[src$=".png"] {
  image-rendering: optimizeQuality;
}
/* ----------------------------------------------------- */
/* img Ratio */
/* ----------------------------------------------------- */
.img--responsive {
  max-width: 100%;
  height: auto;
}
.img--responsive > img {
  max-width: 100%;
  height: auto;
}
.img--max-full-centered {
  text-align: center;
}
.img--max-full-centered > img, .img--max-full-centered > noscript > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-size-1600x800, .img-size-1370x900, .img-size-1x1 {
  position: relative;
  background: #8b5cdd;
}
.img-size-1600x800::before, .img-size-1370x900::before, .img-size-1x1::before {
  content: "";
  display: block;
}
.img-size-1600x800 > div:first-child, .img-size-1600x800 > img:first-child, .img-size-1600x800 > noscript img, .img-size-1370x900 > div:first-child, .img-size-1370x900 > img:first-child, .img-size-1370x900 > noscript img, .img-size-1x1 > div:first-child, .img-size-1x1 > img:first-child, .img-size-1x1 > noscript img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-size-1x1::before {
  padding-top: 100%;
}
.img-size-1370x900::before {
  padding-top: 65.69343%;
}
.img-size-1600x800::before {
  padding-top: 50%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*
.slider__wrapper{
	& .slick-dots{
		text-align:right;
		// width: 1368px;
		margin:0 auto;
	}
}
*/
.slide {
  height: 70vh;
}
@media (min-width: 992px) {
  .slide {
    height: 70vh;
    height: calc(100vh - 340px);
  }
}
.slide {
  position: relative;
}
.slide__img {
  width: 100%;
  height: 100%;
}
.slide__img img {
  width: 100%;
  height: 100%;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}
.slide__img.compat-object-fit {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.slide__img.compat-object-fit img {
  opacity: 0;
}
.captions {
  top: 0;
  height: 25px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.85);
  margin-left: calc(-50vw + 50%);
  text-align: right;
  padding: 0 10px;
}
.captions h2 {
  font-weight: 700;
  color: #2B2A29;
}
.captions h2:after {
  background: #fff;
}
.captions p {
  color: #000;
  display: inline;
  line-height: 1;
  margin-bottom: 0;
}
.captions a.btn {
  margin-left: 30px;
  margin-bottom: 0;
  line-height: 25px;
}
.captions a.btn:after {
  top: 1px;
}
.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-arrow {
  position: absolute;
  appearance: none;
  width: 40px;
  height: 90px;
  z-index: 1;
  top: 50%;
  margin-top: -45px;
  border: 0;
  display: block;
  background: none;
  cursor: pointer;
}
.slick-arrow:focus {
  outline: none;
}
.slick-disabled {
  display: none !important;
}
.slick-prev {
  left: 40px;
}
.slick-prev .slick-icon {
  left: 0;
}
.slick-next {
  right: 40px;
}
.slick-next .slick-icon {
  right: 0;
}
.slick-icon {
  position: absolute;
  top: 0;
  width: 30px;
  height: 90px;
  stroke: #EA3323;
  fill: transparent !important;
  stroke-width: 3;
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
}
.slick-icon:hover {
  stroke-width: 6;
  opacity: 1;
}
.slick-counter {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.slick-counter .current {
  font-size: 1.35em;
  font-weight: 700;
}
.slick-dotted .slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 50;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.stick-dots .slick-dots {
  text-align: right;
  margin-top: -270px;
  padding-right: 150px;
}
@media (max-width: 1440px) {
  .stick-dots .slick-dots {
    margin-top: -150px;
    padding-right: 92px;
  }
}
@media (max-width: 1100px) {
  .stick-dots .slick-dots {
    margin-top: -90px;
    padding-right: 55px;
  }
}
.stick-dots .slick-dots li {
  height: 15px;
  width: 15px;
  margin-left: 0;
  margin-right: 5px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background: #fff;
  border: 1px solid #EA3323;
  opacity: 1;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
  background: #EA3323;
}
.stick-dots .slick-dots li.slick-active button {
  background: #EA3323;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.bottom-dots .slick-dots {
  margin-top: 20px;
}
.bottom-dots .slick-dots li {
  height: 12px;
  width: 12px;
  margin-left: 5px;
}
.bottom-dots .slick-dots li button {
  position: relative;
  background-color: #EA3323;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  padding: 0;
}
.bottom-dots .slick-dots li button:hover, .bottom-dots .slick-dots li button:focus {
  opacity: 1;
}
.bottom-dots .slick-dots li.slick-active button {
  background-color: #F2EFE8;
  opacity: 1;
}
.bottom-dots .slick-dots li.slick-active button:hover, .bottom-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.top-dots .slick-dots {
  margin-top: -60px;
  text-align: left;
  width: auto;
  float: left;
  left: 30px;
}
@media (max-width: 1100px) {
  .top-dots .slick-dots {
    margin-top: -20px;
    margin-bottom: -40px;
  }
}
.top-dots .slick-dots li {
  height: 4px;
  width: 40px;
  margin-left: 10px;
}
@media (max-width: 1100px) {
  .top-dots .slick-dots li {
    width: 20px;
    height: 10px;
  }
}
.top-dots .slick-dots li button {
  position: relative;
  background: #fff;
  width: 40px;
  height: 4px;
  padding: 0;
  border-top: 0;
}
@media (max-width: 1100px) {
  .top-dots .slick-dots li button {
    width: 20px;
    height: 10px;
    border-top: 0;
  }
}
.top-dots .slick-dots li button:hover, .top-dots .slick-dots li button:focus {
  opacity: 1;
}
.top-dots .slick-dots li.slick-active button {
  background-color: #F2EFE8;
  opacity: 1;
}
.top-dots .slick-dots li.slick-active button:hover, .top-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.main-slider .slick-slide, .main-slider .caption, .hero-area .hero__title {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.page__title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1100px) {
  .page__title {
    width: 90%;
  }
}
.page__title h1 {
  color: #fff;
}
.main-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  padding-top: 0px;
  min-height: 8vw;
  visibility: hidden;
}
@media (max-width: 1100px) {
  .main-slider {
    height: 50vh;
  }
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .image_caption {
  position: absolute;
  bottom: 10px;
  padding: 5px;
  background: #EA3323;
  line-height: 1;
  color: #fff;
  font-size: 0.7em;
  right: 150px;
  z-index: 100;
}
.main-slider .slick-slide {
  position: relative;
  height: calc(100vh - 100px);
  width: 100%;
  overflow: hidden;
  /*
		&::before {
		    @extend %filled_obj;
		    @extend %bv_hidden;
		    background-color: #000;
		    opacity: .3;
		    z-index: 1;
		}
		*/
}
@media (max-width: 1100px) {
  .main-slider .slick-slide {
    height: 50vh;
  }
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
  position: relative;
}
.main-slider .slick-slide .slide-image:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.8;
}
.main-slider .slick-slide .slide-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  visibility: hidden;
}
.main-slider .slick-slide.slick-active {
  /*.caption {
		    	opacity: 1;
				transform:translateY(0);
				transition:all .7s cubic-bezier(0.32, 0.34, 0, 1.62) .6s;
		    }*/
}
.main-slider .caption {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .main-slider .caption {
    bottom: 50px;
  }
}
.main-slider .caption .container {
  position: relative;
}
.main-slider .caption .caption__content {
  float: left;
  padding: 50px 0;
}
@media (min-width: 1100px) {
  .main-slider .caption .caption__content {
    width: 80%;
  }
}
.main-slider .caption span.slide_title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 90px;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #fff;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  padding: 0px;
}
.main-slider .caption span.slide_title span {
  font-weight: 900;
}
@media (max-width: 1100px) {
  .main-slider .caption span.slide_title {
    font-size: 2rem;
  }
}
.main-slider .caption p {
  font-size: 1.375rem;
  line-height: 1.25em;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
}
.main-slider .caption p:empty {
  height: 0;
}
.main-slider .caption .btn {
  margin-top: 40px;
  clear: left;
}
.content-slider .slick-slide {
  margin: 15px 15px;
}
.content-slider .slick-list {
  margin: -15px -15px;
}
.content-slider .slick-prev {
  left: -80px;
}
.content-slider .slick-prev .slick-icon {
  left: 0;
}
.content-slider .slick-next {
  right: -80px;
}
.content-slider .slick-next .slick-icon {
  right: 0;
}
.aktuelles {
  margin-top: 30px;
}
.aktuelles .slick-slide {
  margin: 15px 15px;
}
.aktuelles .slick-list {
  margin: -15px -15px;
}
.aktuelles .aktuelles-slide {
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.aktuelles .slick-active {
  transition: all 0.2s ease-in-out;
}
.aktuelles .title {
  float: left;
  padding-top: 20px;
}
.aktuelles .title h3 {
  font-weight: 700;
  text-transform: none;
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.aktuelles .title p {
  padding: 0;
  margin: 0;
}
.aktuelles .image {
  float: left;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.aktuelles .image img {
  top: 0;
  float: left;
  transition: transform 0.2s ease-in-out;
}
.aktuelles .image img:hover {
  transform: scale(1.1);
}
.aktuelles .slick-prev {
  left: -40px;
}
.aktuelles .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.aktuelles .slick-next {
  right: -40px;
}
.aktuelles .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}
.landingpage__slider {
  position: relative;
  height: 100vh;
}
@media (max-width: 1100px) {
  .landingpage__slider {
    margin-bottom: 30px;
    height: auto;
  }
}
.landingpage__slider .slide {
  height: 55vh;
  position: relative;
  background: #E9E9E9;
}
@media (min-width: 1100px) {
  .landingpage__slider .slide {
    height: 100vh;
    overflow: hidden;
  }
}
.landingpage__slider .slide .slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1100px) {
  .landingpage__slider .slide .slide__img {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1100px) {
  .landingpage__slider .slide .slide__img img {
    max-width: 100%;
    height: 100%;
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
  }
}
.landingpage__slider .slide .container {
  height: 100%;
  z-index: 2000;
}
@media (min-width: 1100px) {
  .landingpage__slider .slide .container {
    position: relative;
  }
}
.landingpage__slider .slide .slide__content {
  padding: 30px;
}
.landingpage__slider .slide .slide__content h2 {
  font-size: 25px;
}
@media (min-width: 991px) {
  .landingpage__slider .slide .slide__content {
    position: absolute;
    z-index: 5000;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 50%;
    padding: 50px 0px 50px 50px;
  }
  .landingpage__slider .slide .slide__content:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #fff;
    right: 10px;
    top: 0;
    z-index: -4999;
    transform: translateX(100%);
  }
  .landingpage__slider .slide .slide__content h2 {
    line-height: 1.8em;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
    transition-delay: 0.25s, 0.25s;
    font-size: 45px;
    text-transform: uppercase;
    position: relative;
    line-height: 1em;
    color: #EA3323;
    hyphens: auto;
    margin: 0;
    padding: 0;
  }
  .landingpage__slider .slide .slide__content p {
    margin-top: 0;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
    transition-delay: 0.7s, 0.7s;
    font-size: 48px;
    font-weight: 300;
    position: relative;
    color: #2B2A29;
  }
  .landingpage__slider .slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .landingpage__slider .slide .slide__content p {
    font-size: 23px;
    line-height: 2em;
  }
}
@media (max-width: 1100px) {
  .landingpage__slider .slick-arrow {
    display: none !important;
  }
}
.landingpage__slider .slick-active .slide__content h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.landingpage__slider .slick-active .slide__content p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.slider_home {
  position: relative;
  height: 90vh;
  margin-bottom: 10px;
}
.slider_home:after {
  position: absolute;
  content: "";
  background: url(assets/images/elements/slider_overlay.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 300px;
  bottom: -1px;
  left: 0;
}
@media (max-width: 1440px) {
  .slider_home:after {
    margin-top: 0;
    height: 200px;
  }
}
@media (max-width: 1100px) {
  .slider_home:after {
    margin-top: 0;
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .slider_home {
    margin-top: 0;
    margin-bottom: 30px;
    height: 500px;
  }
}
.slider_home .slide {
  height: 90vh;
  position: relative;
  background: #E9E9E9;
}
.slider_home .slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
@media (max-width: 1100px) {
  .slider_home .slide {
    height: 500px;
  }
}
.slider_home .slide .slide__img {
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1100px) {
  .slider_home .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1100px) {
  .slider_home .slide .slide__img img {
    opacity: 1 !important;
    animation-duration: 3s;
    transition: all 1s ease;
  }
}
.slider_home .slide .container {
  height: 100%;
  z-index: 2000;
  position: absolute;
}
@media (min-width: 1100px) {
  .slider_home .slide .container {
    position: relative;
  }
}
.slider_home .slide .container > div {
  height: 100%;
}
.slider_home .slide .caption {
  z-index: 10;
  top: 50%;
  transform: translateY(-70%);
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  .slider_home .slide .caption {
    top: auto;
    bottom: 30px;
  }
}
.slider_home .slide .caption h2 {
  line-height: 1.1em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
  transition-delay: 0.25s, 0.25s;
  font-size: 48px;
  font-weight: 700;
}
@media (max-width: 1100px) {
  .slider_home .slide .caption h2 {
    font-size: 25px;
  }
}
.slider_home .slide .caption h2 span {
  position: relative;
  line-height: 1em;
  color: #fff;
}
.slider_home .slide .caption p {
  margin-top: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
  transition-delay: 0.7s, 0.7s;
  font-size: 21px;
  font-weight: 300;
}
.slider_home .slide .caption p span {
  position: relative;
  color: #fff;
}
.slider_home .slide .caption .caption_element {
  opacity: 0;
  width: 100%;
  height: 60px;
  background: url(assets/images/elements/element_caption.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: translate3d(0, 20px, 0);
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
  transition-delay: 0.7s, 0.7s;
}
@media (max-width: 1100px) {
  .slider_home .slick-arrow {
    display: none !important;
  }
}
.slider_home .slick-active .caption h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.slider_home .slick-active .caption p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.slider_home .slick-active .caption .caption_element {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1100px) {
  .slider_full_width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.slider_full_width .slide {
  height: 60vh;
  position: relative;
  background: #E9E9E9;
}
@media (max-width: 1100px) {
  .slider_full_width .slide {
    height: 40vh;
  }
}
.slider_full_width .slide .slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 992px) {
  .slider_full_width .slide .slide__img {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slider_full_width .slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slider_full_width .slide .container {
  position: relative;
  height: 100%;
}
.slider_full_width .slide .caption {
  background: #fff;
  z-index: 10;
  bottom: 0px;
  position: absolute;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
  width: 350px;
  padding: 35px;
  right: 15px;
  transform: translateY(-50%);
}
@media (max-width: 1100px) {
  .slider_full_width .slide .caption {
    position: relative;
    transform: translateY(-30px);
    box-shadow: none;
  }
}
.testimonial-reel .test-box {
  position: relative;
}
.testimonial-reel .test-box .image {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: #fff;
  margin: 0;
  top: 40px;
  z-index: 3;
}
.testimonial-reel .test-box .image img {
  position: relative;
  height: 100px;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-reel .test-box .test-component {
  position: relative;
  padding: 40px;
  min-height: 200px;
  background: #EA3323;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin: 0 25px 25px 25px;
}
.testimonial-reel .test-box .test-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.testimonial-reel .test-box .test-title h4 {
  color: #fff;
}
.testimonial-reel .test-box .test-content {
  text-align: left;
}
.testimonial-reel .test-box .test-speaker {
  font-size: 0.85em;
  opacity: 0.8;
  margin-top: 20px;
}
.testimonial-reel .slick-arrow {
  margin-top: 0;
}
.testimonial-reel .slick-icon {
  stroke: #EA3323;
  width: 20px;
  height: 90px;
}
.testimonial-reel .slick-icon:hover {
  stroke-width: 6;
  opacity: 1;
}
.testimonial-reel .slick-prev {
  left: -20px;
}
.testimonial-reel .slick-next {
  right: -20px;
}
.testimonial-reel .slick-slide {
  opacity: 0.3;
  transition: opacity 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}
.testimonial-reel .slick-slide.slick-cloned {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.testimonial-reel .slick-slide.slick-current.slick-active {
  opacity: 1;
  transition: opacity 0.3s;
}
.stellenangebote__carousel .ausbildungsstelle__content {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  text-align: left;
}
.stellenangebote__carousel .ausbildungsstelle__content .image {
  padding: 0 40px;
  margin-bottom: 40px;
  height: 100px;
}
.stellenangebote__carousel .ausbildungsstelle__content .image img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.stellenangebote__carousel .ausbildungsstelle__content span {
  display: inline-block;
  float: left;
  width: 100%;
}
.stellenangebote__carousel .ausbildungsstelle__content span.berufsfeld {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.95rem;
  line-height: 1em;
}
.stellenangebote__carousel .ausbildungsstelle__content span.unternehmen {
  font-size: 0.95rem;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 15px;
}
.stellenangebote__carousel .ausbildungsstelle__content span.ort, .stellenangebote__carousel .ausbildungsstelle__content span.bewerbung, .stellenangebote__carousel .ausbildungsstelle__content span.start {
  font-size: 0.9rem;
  line-height: 1em;
  margin-top: 5px;
}
.stellenangebote__carousel .ausbildungsstelle__content .icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.stellenangebote__carousel .slick-arrow {
  margin-top: 0;
}
.stellenangebote__carousel .slick-icon {
  stroke: #EA3323;
  width: 20px;
  height: 90px;
}
.stellenangebote__carousel .slick-icon:hover {
  stroke-width: 6;
  opacity: 1;
}
.stellenangebote__carousel .slick-prev {
  left: -40px;
}
.stellenangebote__carousel .slick-next {
  right: -40px;
}
.stellenangebote__carousel .slick-slide {
  margin: 35px 15px;
}
.stellenangebote__carousel .slick-list {
  margin: -35px -15px;
}
.stellenangebote__carousel .slick-active {
  opacity: 1;
  transition: opacity 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.logo__carousel {
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .logo__carousel {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.logo__carousel .slick-slide {
  margin: 15px 15px;
}
.logo__carousel .slick-list {
  margin: -15px -15px;
}
.logo__carousel .slick-slide {
  position: relative;
  padding: 20px;
  height: 160px;
  display: flex;
  align-items: center;
}
.logo__carousel .slick-slide img {
  width: auto;
  max-height: 80px;
  position: relative;
  left: 50%;
  transform: translateX(-50%) !important;
}
.logo__carousel .slick-active {
  transition: all 0.2s ease-in-out;
}
.logo__carousel .slick-prev {
  left: -40px;
}
.logo__carousel .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.logo__carousel .slick-next {
  right: -40px;
}
.logo__carousel .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}
.adm {
  margin-top: 30px;
}
.adm .slick-slide {
  margin: 25px 25px;
  background: #fff;
  border-radius: 5px;
  padding: 60px 160px;
}
@media (max-width: 1100px) {
  .adm .slick-slide {
    padding: 40px;
  }
}
.adm .slick-list {
  margin: -25px -25px;
}
.adm .aktuelles-slide {
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.adm .slick-active {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.adm .image {
  float: left;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.adm .image img {
  width: 100%;
  height: auto;
}
.adm .description {
  padding-top: 50px;
  float: left;
  width: 100%;
  text-align: center;
}
.adm .description img {
  width: auto;
  max-height: 100px;
  margin: 0 auto;
}
.adm .slick-prev {
  left: -40px;
}
.adm .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.adm .slick-next {
  right: -40px;
}
.adm .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}
.slider_fullsize {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.slider_fullsize .slide {
  height: 100vh;
  position: relative;
}
.slider_fullsize .slide img {
  width: 100%;
  height: calc(100vh + 300px);
  margin-top: -150px;
  opacity: 0.2 !important;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
  mask-image: url(assets/images/slider_mask_2.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media (min-width: 768px) {
  .team__section {
    display: flex;
    align-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.team__carousel {
  width: 100%;
  float: left;
}
@media (max-width: 768px) {
  .team__carousel {
    width: 100%;
    margin-top: 50px;
  }
}
.team__carousel .slick-slide {
  margin: 40px 60px;
}
.team__carousel .slick-list {
  margin: -15px -60px;
}
.team__carousel .aktuelles-slide {
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.team__carousel .slick-active {
  transition: all 0.2s ease-in-out;
}
.team__carousel .slick-center {
  margin-top: 0px;
}
.team__carousel .description__holder {
  padding-top: 20px;
}
.team__carousel .description__holder .title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  display: block;
}
.team__carousel .description__holder .position {
  display: block;
  color: #EA3323;
  font-size: 0.8em;
  line-height: 1;
}
.team__carousel .image {
  float: left;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.team__carousel .image img {
  top: 0;
  float: left;
  transition: transform 0.2s ease-in-out;
}
.team__carousel .image img:hover {
  transform: scale(1.1);
}
.team__carousel .slick-prev {
  left: -40px;
}
.team__carousel .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.team__carousel .slick-next {
  right: -40px;
}
.team__carousel .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}
.slider_single {
  float: left;
  width: 100vw;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .slider_single {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .slider_single {
    height: 300px;
  }
}
.slider_single .slide {
  float: left;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .slider_single .slide {
    background: red;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .slider_single .slide {
    height: 300px;
  }
}
.slider_single .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_single .slick-dots button {
  border-color: #EA3323 !important;
}
.slider_single .slick-active button {
  background-color: #EA3323 !important;
}
.content_slider {
  float: left;
  width: 100vw;
}
@media (max-width: 1100px) {
  .content_slider {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .content_slider {
    height: 300px;
  }
}
.content_slider .slide {
  float: left;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .content_slider .slide {
    background: red;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .content_slider .slide {
    height: 300px;
  }
}
.content_slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_slider .slick-dots button {
  border-color: #EA3323 !important;
}
.content_slider .slick-active button {
  background-color: #EA3323 !important;
}
.content_slider-content:not(.id_1) {
  display: none;
}
/*
	
.content_slider{
	@media (min-width: $screenDesktop) {
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}
	
	@media (max-width:$screenDesktop){
		height:500px;
	}
	& .slides {
		float:left;
		width:100%;
		height:auto;
		@media (max-width:$screenDesktop){
			background:red;
			height:500px;
		}
		& img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
	
	
	& > div{
		width:80%;
		text-align:center;
		clip-path: url(#bg-shape);
		margin:0 auto;
	}
	& img {
		position:relative;
		left:-50%;
		transform: translateX(50%);
	}

}

*/
/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}
.quiz__button {
  background: #F2EFE8;
  position: fixed;
  z-index: 3;
  font-family: "Space Grotesk", sans-serif;
  font-weigh: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: left;
  bottom: 270px;
  right: 0;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}
.quiz__button a {
  display: inline-block;
  padding: 10px 20px;
  float: left;
}
.quiz__button .quiz__icon {
  float: left;
}
.quiz__button .quiz__icon .icon {
  width: 40px;
  margin-bottom: 0;
  float: left;
  transform: rotate(90deg);
  margin-left: 20px;
  fill: #fff !important;
}
.quiz__button .quiz__title {
  color: #fff;
  float: left;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .quiz__button {
    transform: rotate(0deg);
    bottom: 0;
    position: fixed;
    width: 100%;
    display: flex;
    align-content: center;
    z-index: 1000;
    text-align: center;
  }
  .quiz__button a {
    padding: 5px 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .quiz__button a > div {
    position: relative;
    float: left;
    left: 50%;
    transform: translateX(-50%);
  }
  .quiz__button .quiz__icon {
    float: left;
  }
  .quiz__button .quiz__icon .icon {
    width: 30px;
    transform: rotate(0deg);
    margin-left: 10px;
  }
}
.hero-area {
  padding: 250px 0 100px 0;
  background: #2B2A29;
}
.hero-area .hero__title {
  position: relative;
  bottom: 0px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.hero-area .hero__title .title__content {
  float: left;
}
@media (min-width: 1100px) {
  .hero-area .hero__title .title__content {
    width: 80%;
  }
}
.hero-area .hero__title span {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 90px;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  line-height: 1em;
  color: #fff;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  padding: 0px;
}
.hero-area .hero__title span > span {
  font-weight: 900;
}
@media (max-width: 1100px) {
  .hero-area .hero__title span {
    font-size: 2rem;
  }
}
@media (max-width: 1100px) {
  .hero-area {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hero-area .hero-image {
    height: auto;
    width: 95%;
    position: relative;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .hero-area .hero-image img {
    width: 100%;
    height: auto;
  }
  .hero-area .hero-scroll-to {
    right: 10px;
    bottom: 10px;
  }
}
.bubbles {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.bubble {
  position: absolute;
  bottom: -100px;
  background-color: #030032;
  border-radius: 50%;
  opacity: 1;
  animation: fly 15s ease-in-out infinite;
}
.bubble:nth-child(1) {
  left: 1%;
  height: 40px;
  width: 40px;
  animation-duration: 8s;
}
.bubble:nth-child(2) {
  left: 10%;
  height: 20px;
  width: 20px;
  animation-duration: 10s;
  animation-delay: 1s;
}
.bubble:nth-child(3) {
  left: 15%;
  height: 30px;
  width: 30px;
  animation-duration: 6s;
  animation-delay: 2s;
}
.bubble:nth-child(4) {
  left: 30%;
  height: 60px;
  width: 60px;
  animation-duration: 12s;
  animation-delay: 5s;
}
.bubble:nth-child(5) {
  left: 40%;
  height: 30px;
  width: 30px;
  animation-duration: 9s;
  animation-delay: 0;
}
.bubble:nth-child(6) {
  left: 50%;
  height: 15px;
  width: 15px;
  animation-duration: 13s;
  animation-delay: 8s;
}
.bubble:nth-child(7) {
  left: 55%;
  height: 60px;
  width: 60px;
  animation-duration: 10s;
  animation-delay: 0;
}
.bubble:nth-child(8) {
  left: 60%;
  height: 10px;
  width: 10px;
  animation-duration: 14s;
  animation-delay: 5s;
}
.bubble:nth-child(9) {
  left: 65%;
  height: 20px;
  width: 20px;
  animation-duration: 10s;
  animation-delay: 3s;
}
.bubble:nth-child(10) {
  left: 70%;
  height: 55px;
  width: 55px;
  animation-duration: 7s;
  animation-delay: 11s;
}
.bubble:nth-child(11) {
  left: 80%;
  height: 33px;
  width: 33px;
  animation-duration: 4s;
  animation-delay: 15s;
}
.bubble:nth-child(12) {
  left: 90%;
  height: 24px;
  width: 24px;
  animation-duration: 8s;
  animation-delay: 5s;
}
.bubble:nth-child(13) {
  left: 95%;
  height: 20px;
  width: 20px;
  animation-duration: 9s;
  animation-delay: 4s;
}
.bubble:nth-child(14) {
  left: 25%;
  height: 28px;
  width: 28px;
  animation-duration: 17s;
  animation-delay: 0s;
}
.bubble:nth-child(15) {
  left: 20%;
  height: 20px;
  width: 20px;
  animation-duration: 14s;
  animation-delay: 1s;
}
@keyframes fly {
  0% {
    bottom: -200px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}
.clipped {
  clip-path: url(#clip-shape);
}
.clipped.alternative_mask {
  clip-path: url(#clip-shape-2);
  height: calc(100px / (10/45));
}
.clipped.alternative_mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clipped.mirrored {
  transform: scaleX(-1);
}
.clipped.mirrored img {
  transform: translate(0px) scaleX(-1) !important;
}
.content-single {
  padding-top: 90px;
}
.content-page {
  padding-top: 90px;
  padding-bottom: 90px;
}
.content-home {
  /*& .vc_row:first-of-type{
			padding-top:0!important;
		}*/
}
@media (max-width: 1100px) {
  .content-home {
    top: 0px;
  }
}
.content__section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.content__section h2 {
  margin-bottom: 30px;
}
.related {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
.related:before {
  position: absolute;
  content: "";
  height: calc(100% + 150px);
  width: 100%;
  background: #EA3323;
  left: 0;
  top: -150px;
  z-index: -1;
}
[class*="icon"] {
  fill: #EA3323;
}
.icon {
  fill: #EA3323;
  margin-bottom: 20px;
}
.icon__light {
  fill: #fff;
}
.icon__primary {
  fill: #EA3323;
}
.icon__secondary {
  fill: #F2EFE8;
}
.icon__mini {
  width: 20px;
  height: 20px;
}
.icon__small {
  width: 100px;
  height: 40px;
}
.icon__big {
  width: 150px;
  height: 70px;
}
.icon.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.gray_box {
  background: #f5f5f5;
  padding: 10px 25px 0 25px !important;
}
.gray_box input[type="text"], .gray_box input[type="password"], .gray_box input[type="email"], .gray_box input[type="date"], .gray_box textarea, .gray_box input[type="file"] {
  background: #fff;
}
.gray_box submit {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
  body h1 {
    font-size: 2.5rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.5rem;
  }
}
.landingpage-hero {
  height: 85vh;
}
.landingpage-hero .landingpage-hero-image {
  position: absolute;
  height: 85vh;
  width: 100%;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: -1;
}
.landingpage-hero .landingpage-hero-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.landingpage-hero .container {
  position: relative;
  height: 100%;
}
.landingpage-hero .landingpage-hero-inner {
  position: absolute;
  bottom: 150px;
  width: 100%;
}
@media (max-width: 768px) {
  .landingpage-hero .landingpage-hero-inner {
    bottom: 100px;
  }
}
.landingpage-hero .landingpage-hero-inner .landingpage-hero-subtitle {
  color: #EA3323;
  font-size: 30px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 768px) {
  .landingpage-hero .landingpage-hero-inner .landingpage-hero-subtitle {
    font-size: 20px;
  }
}
.landingpage-hero .landingpage-hero-inner .landingpage-hero-title {
  color: #fff;
}
.landingpage-section {
  padding-top: 90px;
  position: relative;
}
.landingpage-content h1, .landingpage-content h2, .landingpage-content h3, .landingpage-content h5 {
  color: #EA3323;
}
.landingpage-intro {
  margin-top: -75px;
  padding: 50px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background: #fff;
}
@media (max-width: 768px) {
  .landingpage-intro {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .landingpage-maintext .landingpage-section-title {
    float: left;
    width: 40%;
  }
  .landingpage-maintext .landingpage-section-content {
    float: left;
    width: 60%;
    padding-left: 50px;
  }
}
.landingpage-secondary {
  width: 75%;
}
@media (max-width: 768px) {
  .landingpage-secondary {
    width: 100%;
  }
}
.landingpage-secondary .landingpage-section-title {
  float: left;
}
.landingpage-secondary .landingpage-section-content {
  float: left;
}
.landingpage-services:before {
  z-index: -1;
  display: block;
  position: absolute;
  content: "";
  width: 100vw;
  height: calc(100% - 190px - 60px);
  background: #E9E9E9;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  top: 190px;
}
.landingpage-services .landingpage-service {
  background: #fff;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .landingpage-services .landingpage-service {
    display: flex;
  }
}
.landingpage-services .landingpage-service:last-of-type {
  margin-bottom: 0;
}
.landingpage-services .landingpage-service .landingpage-service-graphic {
  flex: 0 0 40%;
}
.landingpage-services .landingpage-service .landingpage-service-graphic img {
  float: left;
  height: 100%;
  width: 100%;
}
.landingpage-services .landingpage-service:nth-child(even) .landingpage-service-graphic {
  order: 2;
}
.landingpage-services .landingpage-service .landingpage-service-description {
  padding: 50px;
}
@media (max-width: 768px) {
  .landingpage-services .landingpage-service .landingpage-service-description {
    float: left;
    padding: 30px;
  }
}
.landingpage-cta {
  margin-top: 300px;
}
.landingpage-cta .landingpage-cta-inner {
  background: #E9E9E9;
  padding: 50px 100px;
  text-align: center;
  position: relative;
  /*
		&:before{
			position: absolute;
			content:'';
			width:100%;
			height:30px;
			background:$primary;
			top:-30px;
			left:0;
			z-index:-1;
		}
		*/
}
@media (max-width: 768px) {
  .landingpage-cta .landingpage-cta-inner {
    padding: 30px;
  }
}
.landingpage-cta .landingpage-cta-inner:after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #EA3323;
  top: -50px;
  left: 0;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.landingpage-cta .landingpage-cta-inner .landingpage-cta-text {
  font-size: 30px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .landingpage-cta .landingpage-cta-inner .landingpage-cta-text {
    font-size: 20px;
  }
}
.landingpage-cta .landingpage-cta-inner .btn {
  margin-top: 60px;
}
.landingpage-cta img {
  position: absolute;
  height: 400px;
  object-fit: contain;
  object-position: bottom;
  top: -310px;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
.landingpage-standort-seo {
  font-size: 0.8em;
  opacity: 0.6;
}
.landingpage-keywords {
  padding-bottom: 90px;
  padding-top: 30px;
}
.landingpage-keywords .landingpage-keywords-text span {
  font-size: 0.8em;
  opacity: 0.6;
  width: 25%;
  display: block;
  float: left;
}
@media (max-width: 768px) {
  .landingpage-keywords .landingpage-keywords-text span {
    width: 100%;
  }
}
.landingpage-more {
  padding-bottom: 90px;
  display: none;
}
.landingpage-more ul li {
  float: left;
  width: 25%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .landingpage-more ul li {
    width: 100%;
  }
}
.landingpage-more ul li a {
  font-size: 0.7em;
}
/* -------------------- 
-->	Icon Box 
-------------------- */
.icon__box {
  margin-bottom: 30px;
  float: left;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 768px) {
  .icon__box {
    padding: 40px;
  }
}
.icon__box__align_left {
  text-align: left;
}
.icon__box__align_center {
  text-align: center;
}
.icon__box__align_center p {
  text-align: center;
}
.icon__box__align_center .icon {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.icon__box .icon {
  float: left;
  height: auto;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  padding: 20px;
}
.icon__box .icon img {
  height: 100%;
  width: auto;
}
.icon__box .icon__box-content {
  float: left;
  width: 100%;
}
@media (max-width: 768px) {
  .icon__box .icon__box-content {
    width: 100%;
    padding: 40px 0 0 0;
  }
}
.icon__box .icon__box-content p {
  margin-bottom: 0;
}
.icon__box .icon__box-content p .title {
  font-weight: 700;
}
.icon__box .icon__box-content .btn {
  margin-bottom: 0;
}
.icon__box-left {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .icon__box-left {
    margin-bottom: 0;
  }
}
.icon__box-left a {
  color: #2B2A29;
  display: block;
}
.icon__box-left .icon {
  float: left;
  height: 80px;
  width: 30%;
  margin-bottom: 20px;
  text-align: left;
}
.icon__box-left .icon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: auto;
}
.icon__box-left .description {
  float: left;
  width: 70%;
}
.icon__box-left .description h3 {
  font-size: 1.5rem;
  padding-bottom: 20px !important;
}
.icon__box-left .description h3:after {
  display: block;
}
.icon__box-left .description p {
  font-weight: 400;
}
@media (min-width: 1100px) {
  .masonry__wrapper.two__cols .card:nth-child(even) {
    top: 0px;
  }
  .masonry__wrapper.two__cols .card:nth-child(odd) {
    top: 0px;
  }
}
.card {
  float: left;
  overflow: hidden;
  background: #fff;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
  padding: 50px;
  width: 100%;
}
.card .card__image {
  /*
	@media (min-width:$screenDesktop){
		&:nth-child(1), &:nth-child(4n), &:nth-child(7n){	
			top:0;
		}
		&:nth-child(2), &:nth-child(5n), &:nth-child(8n){	
			top:-60px;
		}
		&:nth-child(3), &:nth-child(6n), &:nth-child(9n){
			top:-20px;
		}
	}
	*/
  position: relative;
  float: left;
  width: 80px;
}
.card .card__image img {
  float: left;
}
.card .card__content {
  float: left;
  display: block;
  padding: 40px 0px 40px 40px;
  line-height: 1.3;
  height: auto;
  width: calc(100% - 80px);
  overflow: hidden;
  position: relative;
  /*
		&:before{
			content:'';
			position: absolute;
			left:0;
			bottom:0;
			height:150px;
			width:100%;
			background: rgb(255,255,255);
			background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			z-index:1;
		}
		*/
}
@media (max-width: 1100px) {
  .card .card__content {
    width: calc(100%);
    padding-left: 0;
  }
}
.card .card__content h3 {
  font-size: 2rem;
}
.card a {
  float: right;
  font-weight: 700;
  margin-top: 0px;
  width: 30px;
  height: 30px;
  position: relative;
}
.card a:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
  background-image: url(assets/images/arrow-right-primary.svg);
}
.card a:hover:after {
  left: 15px;
}
.circle {
  position: absolute;
  border-style: solid;
  border-radius: 100%;
  opacity: 0.2;
}
.gradient {
  position: absolute;
  opacity: 0.2;
  z-index: -1;
}
.skills {
  display: flex;
  padding: 25px 0;
  align-items: center;
  border-bottom: 1px solid #EA3323;
  transition: all 0.3s ease-in-out;
  flex-direction: row;
}
@media (max-width: 1100px) {
  .skills {
    display: block;
    float: left;
    position: relative;
  }
}
.skills .skills__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
  flex: 0 0 auto;
}
@media (max-width: 1100px) {
  .skills .skills__title {
    font-size: 22px;
    line-height: 1;
    padding-left: 92px;
  }
}
.skills .skills__title svg {
  fill: #EA3323;
  height: 50px;
  width: 66px;
  float: left;
  margin-right: 25px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  .skills .skills__title svg {
    position: absolute;
    left: 0;
  }
}
.skills .skills__keywords {
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding-left: 70px;
  padding-right: 25px;
}
@media (max-width: 1100px) {
  .skills .skills__keywords {
    opacity: 1;
    transform: translateX(0px);
    padding-left: 0;
    float: left;
    margin-top: 10px;
    padding-left: 92px;
    font-size: 14px;
  }
}
.skills:hover {
  background: #EA3323;
}
.skills:hover .skills__title {
  transform: translateX(30px);
}
@media (max-width: 1100px) {
  .skills:hover .skills__title {
    transform: translateX(0px);
  }
}
.skills:hover .skills__title svg {
  fill: #fff;
}
.skills:hover .skills__keywords {
  transform: translateX(0px);
  opacity: 1;
}
.teamCarousel__wrap {
  position: relative;
}
.teamCarousel__inner {
  padding: 90px 0;
}
@media (min-width: 1100px) {
  .teamCarousel__inner {
    display: flex;
    flex-wrap: nowrap;
  }
}
.teamCarousel__inner .teamCarousel__item {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  padding: 0 20px;
  height: 350px;
}
@media (max-width: 768px) {
  .teamCarousel__inner .teamCarousel__item {
    width: 33.33%;
    float: left;
    height: auto;
    padding: 0 10px;
  }
  .teamCarousel__inner .teamCarousel__item:first-of-type {
    width: 100%;
  }
}
.teamCarousel__inner .teamCarousel__item p.ma_name {
  font-size: 15px;
}
.teamCarousel__inner .teamCarousel__item svg {
  fill: #EA3323;
  height: 90px;
  width: 100px;
}
.teamCarousel__inner .teamCarousel__item .ma_anzahl {
  font-size: 80px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
.heading {
  margin-top: 20px;
  margin-bottom: 60px;
  position: relative;
  float: left;
}
.heading .heading__inner {
  clip-path: url(#clip-shape);
  background: #1e274a;
  float: left;
  padding: 40px 70px;
}
.heading:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: red;
  left: -30px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #2aa1db;
}
.heading:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: red;
  left: -40px;
  top: 70%;
  z-index: 2;
  border-radius: 100%;
  background: #fff;
}
.heading p {
  margin-bottom: 0;
}
.heading p.section__title {
  font-size: 70px;
  font-size: calc($size / 16px) * 1rem;
  letter-spacing: 2px;
  line-height: 0.8em;
  font-family: "Space Grotesk", sans-serif;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .heading p.section__title {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .heading p.section__title {
    text-align: left;
  }
}
.font_white .heading p.section__title {
  color: #fff;
}
.font_white .heading p.section__title:before {
  background: #fff;
}
.main__heading {
  position: absolute;
  right: 0;
  top: -250px;
  z-index: 2;
}
.main__heading.has__image {
  right: 170px;
}
.main__heading .heading__image {
  position: absolute;
  right: -170px;
  top: -150px;
  z-index: 2;
}
@media (max-width: 768px) {
  .main__heading {
    width: 100%;
    position: relative;
    right: 0 !important;
    top: 0;
  }
  .main__heading .heading__image {
    display: none;
  }
}
.team__wrap.horizontal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
}
@media (max-width: 768px) {
  .team__wrap.horizontal {
    grid-template-columns: repeat(2, 1fr);
  }
}
.team__wrap.vertical .team__item {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 30px;
}
.team__wrap.vertical .team__item .image__holder {
  width: 20%;
  float: left;
}
.team__wrap.vertical .team__item .description__holder {
  width: calc(80% - 40px);
  margin-left: 40px;
  float: left;
  margin-top: 0;
}
.team__item {
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.team__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
.team__item .image__holder {
  width: 100%;
}
.team__item .image__holder img {
  width: 100%;
  height: auto;
}
.team__item .description__holder {
  padding-top: 20px;
}
.team__item .description__holder svg {
  width: 15px;
  height: 15px;
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}
.team__item .description__holder p.title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.team__item .description__holder p.position {
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0;
  color: #EA3323;
}
.team__item .description__holder p.contact_data {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 1.5;
}
.team__item .description__holder a {
  color: #2B2A29;
}
.colored__box {
  padding: 60px;
  border-radius: 10px;
  position: relative;
  background: #fdab3c;
  background: linear-gradient(90deg, #fdab3c 0%, #fd7d2c 100%);
}
@media (max-width: 1100px) {
  .colored__box {
    padding: 30px;
  }
}
.colored__box h2 {
  font-size: 30px;
}
.colored__box h1, .colored__box h2, .colored__box h3, .colored__box p {
  color: #fff;
}
.teaser__box {
  position: relative;
  width: 100%;
  /*
	& a{
		position:absolute;
		bottom:-5px;
		left:50%;
		margin-left:-25px;
	
	}
	*/
}
@media (max-width: 1100px) {
  .teaser__box {
    margin-bottom: 30px;
  }
}
.teaser__box a {
  position: relative;
  display: block;
}
.teaser__box a:before {
  position: absolute;
  content: "";
  z-index: 3;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
}
.teaser__box .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.teaser__box .image img {
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
  width: 100%;
  height: auto;
}
.teaser__box .description {
  width: 100%;
  padding: 30px;
  bottom: 0px;
  transition: all 0.2s ease-in-out;
  background: #F2EFE8;
  text-align: center;
  z-index: 2;
  color: #EA3323;
  font-size: 40px;
  /*
		@media(min-width:$screenDesktop){
			& p{
				min-height:50px;		 
			}
		}
		*/
}
.teaser__box p {
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.teaser__box .btn {
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: 0;
}
.teaser__box a:hover img {
  transform: scale(1.2);
}
/*
.vc_inner{
	.vc_column_container{
		&:last-of-type{
			& .teaser__box{
				margin-bottom:0;
			}
		}
		& .teaser__box + .wpb_content_element{
			@media(min-width:$screenDesktop){
				margin-top:$std_margin;
			}
		}
	}
}
*/
@media (min-width: 1100px) {
  .vc_column_container .teaser__box + .wpb_content_element {
    margin-top: 30px;
  }
}
.content__box {
  position: relative;
  height: 100%;
  background: #EA3323;
  background-size: contain !important;
  background-position: center center;
}
.content__box.bg__primary {
  background: #EA3323;
  color: #fff;
}
.content__box.bg__primary ul li:before {
  color: #fff !important;
}
.content__box.bg__primary h1, .content__box.bg__primary h2, .content__box.bg__primary h3, .content__box.bg__primary h4 {
  color: #fff;
}
@media (min-width: 1100px) {
  .content__box {
    width: 100%;
  }
  .content__box.box__small {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .content__box.box__medium {
    width: 75%;
    left: 50%;
    transform: translateX(-50%);
  }
  .content__box.box__wide {
    width: 100%;
  }
}
.content__box ul li {
  margin-left: 0;
}
.content__box .inner {
  border-radius: 5px;
  padding: 30px;
  height: 100%;
}
@media (max-width: 1100px) {
  .content__box .inner {
    padding: 0;
  }
}
.content__box.text--light {
  color: #fff;
}
.content__box.text--light h1, .content__box.text--light h2, .content__box.text--light h3, .content__box.text--light h4, .content__box.text--light h5 {
  color: #fff;
}
.content__box.text--light p, .content__box.text--light a {
  color: #fff;
}
.content__box.text--light ul li:before {
  color: #fff;
}
.wpb_content_element + .content__box, .content__box + .content__box {
  margin-top: 50px;
}
.masonry__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 40px;
  position: relative;
  /*
	&:before{
		position:absolute;
		height:calc(100% - 200px);
		content:'';
		width:100vw;
		left:0;
		top:100px;
		background:$secondary;
		margin-left: calc(-50vw + 50%);
		margin-right: calc(-50vw + 50%);
	}
	*/
}
.masonry__wrapper.two__cols {
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
@media (max-width: 768px) {
  .masonry__wrapper.two__cols {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.masonry__grid-sizer, .masonry__item {
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .masonry__grid-sizer, .masonry__item {
    width: 100%;
  }
}
.masonry__gutter-sizer {
  width: 2%;
}
@media (max-width: 768px) {
  .masonry__gutter-sizer {
    width: 0;
  }
}
.masonry__item {
  float: left;
  overflow: hidden;
}
.masonry__item img {
  display: block;
  max-width: 100%;
}
.tabs-wrapper {
  zoom: 1;
  position: relative;
  margin-top: 50px;
}
.tabs-wrapper .tab-title {
  cursor: pointer;
  padding: 20px 0px 20px 60px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.tabs-wrapper .tab-title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #EA3323;
  left: 15px;
  top: 50%;
}
.tabs-wrapper .tab-title:after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #EA3323;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 30px;
  background: #fff;
}
.tabs-wrapper .tab-title.active {
  cursor: default;
  color: #EA3323;
}
.tabs-wrapper .tab-title.active:after {
  background: #EA3323;
}
.tabs-wrapper .tab-title:hover {
  color: #EA3323;
}
.tabs-wrapper .tab-title:last-of-type:before {
  display: none;
}
.tabs-wrapper .tab-content {
  zoom: 1;
  position: relative;
  height: auto;
  min-height: 100%;
  opacity: 0;
  transform: translateX(100px);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tabs-wrapper .active + .tab-content {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}
@media screen and (max-width: 1100px) {
  .tabs-wrapper .tab-title:before {
    display: none;
  }
  .tabs-wrapper .tab-content {
    display: none;
  }
  .tabs-wrapper .active + .tab-content {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .tabs-wrapper .tab-title {
    position: relative;
    width: 30%;
    display: block;
  }
  .tabs-wrapper .tab-content {
    position: absolute;
    width: 66.66%;
    right: 0;
    top: 0;
    padding: 10px;
  }
}
.logo__grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  grid-gap: 1rem;
  padding-top: 90px;
}
.logo__grid > div {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: grid;
  place-items: center;
}
.logo__grid > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  grid-area: 0.25;
}
.logo__grid > div img {
  width: 100%;
  max-height: 80px;
  grid-area: 0.25;
}
.panel .panel-container {
  display: flex;
}
@media (max-width: 768px) {
  .panel .panel-container {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .panel .panel-container {
    margin-top: 90px;
    border-bottom: 0;
    position: relative;
  }
}
.panel .panel-content-container {
  margin: 0px 0 0 0px;
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .panel .panel-content-container {
    order: 2;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .panel .panel-content-container {
    position: relative;
    flex: 1 0 calc(65%);
  }
}
.panel:last-of-type .panel-content-container {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .panel .panel--left .panel-content-container {
    float: left;
  }
  .panel .panel--right .panel-content-container {
    position: relative;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .panel .panel--right .panel-content {
    padding-left: 75px;
  }
}
@media (min-width: 768px) {
  .panel .panel--left .panel-content {
    float: right;
    padding-right: 75px;
  }
}
@media (max-width: 768px) {
  .panel .panel-image-container {
    overflow: hidden;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media (min-width: 768px) {
  .panel .panel-image-container {
    align-items: center;
    display: flex;
    position: relative;
    width: calc(50% - 15px);
  }
}
.panel .panel-image-container picture {
  width: 100%;
  height: 100%;
  float: left;
}
.panel .panel-image-container picture .panel-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  float: left;
}
.panel .panel-image-container picture .panel-image.image--top {
  object-position: 0 0;
}
@media (min-width: 768px) {
  .panel .panel--left .panel-image-container {
    right: 0;
    order: 2;
    width: 50%;
  }
  .panel .panel--left .panel-content-container {
    order: 1;
  }
  .panel .panel--right .panel-image-container {
    left: 0;
    order: 1;
    width: 50%;
  }
  .panel .panel--right .panel-content-container {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 2000px) {
  .panel .panel--left .panel-image-container.image-release {
    margin-right: calc(-50vw + 50%);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 2000px) {
  .panel .panel--right .panel-image-container.image-release {
    margin-left: calc(-50vw + 50%);
    width: 100%;
  }
}
.panel__inline {
  position: relative;
}
.panel__inline:before {
  background: #F2EFE8;
  position: absolute;
  height: 100%;
  width: calc(100vw - 100px);
  content: "";
  left: 50px;
  top: 0;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
}
@media (min-width: 1100px) {
  .panel__inline {
    /*&.panel--left{
			margin-right: calc(-50vw + 50%);
		}
		&.panel--right{
			margin-left: calc(-50vw + 50%);
		}*/
  }
}
.panel__inline .panel-container {
  display: flex;
  position: relative;
}
@media (max-width: 1100px) {
  .panel__inline .panel-container {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1100px) {
  .panel__inline .panel-container {
    border-bottom: 0;
    height: 100%;
    position: relative;
    align-items: center;
  }
}
.panel__inline .panel-content-container {
  margin: 0px 0 0 0px;
  width: calc(50% - 15px);
  padding: 100px 0px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1100px) {
  .panel__inline .panel-content-container {
    order: 2;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 30px;
  }
}
@media (min-width: 1100px) {
  .panel__inline .panel-content-container {
    width: 60%;
  }
}
@media (min-width: 1100px) {
  .panel__inline .panel--left .panel-content-container {
    float: left;
    padding-right: 60px;
  }
  .panel__inline .panel--right .panel-content-container {
    position: relative;
    margin-left: auto;
    padding-right: 60px;
  }
}
@media (min-width: 1440px) {
  .panel__inline .panel--right .panel-content {
    padding: 0px;
  }
}
@media (min-width: 1100px) {
  .panel__inline .panel--left .panel-content {
    float: right;
    padding: 0px;
  }
}
.panel__inline .panel-image-container {
  position: relative;
  z-index: 1;
}
@media (min-width: 1100px) {
  .panel__inline .panel-image-container {
    align-items: center;
    display: flex;
    position: absolute;
    height: 100%;
  }
}
.panel__inline .panel-image-container picture {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.panel__inline .panel-image-container picture .panel-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  float: left;
}
.panel__inline .panel-image-container picture .panel-image.image--top {
  object-position: 0 0;
}
@media (min-width: 1100px) {
  .panel__inline .panel--left .panel-image-container {
    right: 0;
    order: 2;
    width: 40%;
  }
  .panel__inline .panel--left .panel-image-container.image-release {
    margin-right: calc(-50vw + 50%);
    width: auto;
  }
  .panel__inline .panel--left .panel-image-container:before {
    top: -50px;
    left: -50px;
  }
  .panel__inline .panel--left .panel-content-container {
    order: 1;
  }
  .panel__inline .panel--right .panel-image-container {
    left: 0;
    order: 1;
    width: 40%;
  }
  .panel__inline .panel--right .panel-image-container.image-release {
    margin-left: calc(-50vw + 50%);
    width: auto;
  }
  .panel__inline .panel--right .panel-image-container:before {
    top: -50px;
    right: -50px;
  }
  .panel__inline .panel--right .panel-content-container {
    order: 2;
  }
}
.anwendung__wrapper {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}
@media (max-width: 1100px) {
  .anwendung__wrapper {
    padding-top: calc(90px / 2) !important;
    padding-bottom: calc(90px / 2) !important;
  }
}
.anwendung__wrapper:nth-child(odd):before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #E9E9E9;
  width: 100vw;
  height: 100%;
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  z-index: -1;
}
.anwendung .anwendung-container {
  display: flex;
}
@media (max-width: 1100px) {
  .anwendung .anwendung-container {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1100px) {
  .anwendung .anwendung-container {
    border-bottom: 0;
    height: 100%;
    position: relative;
  }
}
.anwendung .anwendung-content-container {
  margin: 0px 0 0 0px;
  width: calc(50% - 15px);
}
.anwendung .anwendung-content-container .wpb_content_element:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 1100px) {
  .anwendung .anwendung-content-container {
    order: 2;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (min-width: 1100px) {
  .anwendung .anwendung-content-container {
    position: relative;
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .anwendung .anwendung--left .anwendung-content-container {
    float: left;
  }
  .anwendung .anwendung--right .anwendung-content-container {
    position: relative;
    margin-left: auto;
  }
}
@media (min-width: 1440px) {
  .anwendung .anwendung .anwendung-content {
    padding: 0px;
  }
}
@media (max-width: 1100px) {
  .anwendung .anwendung-image-container {
    overflow: hidden;
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .anwendung .anwendung-image-container {
    display: flex;
    position: relative;
    width: calc(50%);
    border-radius: 3px;
    overflow: hidden;
    height: 50vh;
  }
}
.anwendung .anwendung-image-container picture {
  width: 100%;
  height: 100%;
  float: left;
}
.anwendung .anwendung-image-container picture .anwendung-image {
  object-fit: contain;
  width: 100%;
  float: left;
  border-radius: 3px;
}
@media (min-width: 1100px) {
  .anwendung .anwendung-image-container picture .anwendung-image {
    height: 100%;
    object-fit: cover;
  }
}
.anwendung .anwendung-image-container picture .anwendung-image.image--top {
  object-position: 0 0;
}
@media (min-width: 1100px) {
  .anwendung__wrapper .anwendung-image-container {
    margin-right: 30px;
  }
  .anwendung__wrapper:nth-child(odd) .anwendung-image-container {
    right: 0;
    order: 2;
    margin-left: 30px;
    margin-right: 0;
  }
  .anwendung__wrapper:nth-child(odd) .anwendung-content-container {
    order: 1;
  }
}
/* ----------------------------------------------------- */
/*  PARALLAX CONTENT */
/* ----------------------------------------------------- */
.parallax {
  float: left;
  height: 50vh;
  background-size: cover;
  background-position: center top;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.parallax .parallax-image-container {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  float: left;
}
.parallax .parallax-image-container:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #2B2A29;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.85;
}
.parallax .parallax-image-container picture {
  width: 100%;
  height: 100%;
  float: left;
}
.parallax .parallax-image-container picture .parallax-image {
  object-fit: cover;
  width: 100%;
  float: left;
  object-position: center;
}
@media (min-width: 1100px) {
  .parallax .parallax-image-container picture .parallax-image {
    height: 100%;
  }
}
.parallax .parallax-image-container picture .parallax-image.image--top {
  object-position: 0 0;
}
@media (max-width: 768px) {
  .parallax {
    height: auto;
  }
  .parallax .parallax-image-container {
    height: 100%;
  }
  .parallax .parallax-image-container picture .parallax-image {
    height: 100%;
    object-fit: cover;
  }
}
.parallax .parallax-content-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.parallax .parallax-content-container h1, .parallax .parallax-content-container h2, .parallax .parallax-content-container h3, .parallax .parallax-content-container h4, .parallax .parallax-content-container h5, .parallax .parallax-content-container p {
  color: #fff;
}
/*
@media (max-width: 767px) {
    .parallax .parallax-content-container {
        position: relative;
        padding-bottom: 0;
		padding-top: calc(90px / 2)!important;
        height: auto;
        top: 0;
        bottom: 0;
        color: $font_color;
        float:left;
        & .heading{
	        margin-top:20px;
	        margin-bottom:20px;
	        & p.section__title{
	        	color: $primary;
		        &:before{
			        background:$primary;
		        }
		    }
        }
        & .btn.btn-tertiary{
	        background: $primary;
	        color: $white;
        }
    }
}
*/
.image__swap {
  position: relative;
  margin-top: 30px;
}
.image__swap .button__holder {
  position: relative;
  z-index: 2;
  width: 50%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  float: left;
  gap: 10px;
}
@media (max-width: 1100px) {
  .image__swap .button__holder {
    width: 100%;
  }
}
.image__swap .button__holder .icon__button {
  border-radius: 3px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  flex: 0 0 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  background: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1100px) {
  .image__swap .button__holder .icon__button {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
.image__swap .button__holder .icon__button:hover {
  background: #E3E3E3;
}
.image__swap .button__holder .icon__button a {
  padding: 30px 30px;
  display: block;
  height: 100%;
  text-align: center;
}
.image__swap .button__holder .icon__button .icon__button-icon {
  height: 100px;
}
.image__swap .button__holder .icon__button .icon__button-icon img {
  width: 50%;
  height: 100%;
}
.image__swap .button__holder .icon__button .icon__button-title {
  text-transform: uppercase;
  color: #EA3323;
  font-weight: 700;
  font-size: 0.65rem;
  line-height: 0.9rem;
  /*1rem;*/
  /*1.1rem;*/
}
.image__swap .image__holder {
  width: calc(50vw - 30px);
  float: left;
  right: 0;
  top: -150px;
  margin-right: calc(-50vw + 50%);
  position: absolute;
  z-index: 1;
  height: 50vh;
}
@media (max-width: 1100px) {
  .image__swap .image__holder {
    display: none !important;
  }
}
.image__swap .image__holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list__children {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  float: left;
  gap: 20px;
}
.list__children > .list__children-item {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.list__children > .list__children-item a {
  padding: 50px;
  background: #E9E9E9;
  display: block;
}
.list__children > .list__children-item a p {
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif !important;
}
.list__children > .list__children-item .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.list__children > .list__children-item .image img {
  transition: all 0.3s ease-in-out;
  float: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.list__children > .list__children-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00437a;
  background: linear-gradient(0deg, #00437a 0%, rgba(0, 67, 122, 0) 50%);
  opacity: 0.7;
  top: 0;
  left: 0;
}
.list__children > .list__children-item .overlay:after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.list__children > .list__children-item .description {
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
  width: calc(100% - 20px);
  bottom: 10px;
  border-radius: 5px;
  left: 10px;
  padding: 10px;
  text-align: center;
}
.list__children > .list__children-item .description p {
  transition: all 0.3s ease-in-out;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: calc($size / 16px) * 1rem;
}
.list__children > .list__children-item:hover .overlay:after {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.list__children > .list__children-item:hover .description p {
  color: #F2EFE8;
}
@media (min-width: 1100px) {
  .list__children > .list__children-item {
    flex: 0 0 calc(33.33% - 40px/3);
    max-width: calc(33.33% - 40px/3);
  }
}
@media (max-width: 1100px) {
  .list__children > .list__children-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .list__children > .list__children-item {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    margin-left: 0;
  }
}
.list__children-full {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}
@media (max-width: 1100px) {
  .list__children-full {
    padding-top: calc(90px / 2) !important;
    padding-bottom: calc(90px / 2) !important;
  }
}
.list__children-full .list__children-item {
  display: flex;
}
@media (max-width: 1100px) {
  .list__children-full .list__children-item {
    display: flex;
    flex-direction: column;
  }
}
.list__children-full .list__children-item .image__holder {
  flex: 0 0 calc(50% - 15px);
  border-radius: 4px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1100px) {
  .list__children-full .list__children-item .image__holder {
    margin-right: 0;
    flex: 0 0 calc(100%);
    margin-bottom: 30px;
  }
}
.list__children-full .list__children-item .image__holder .image {
  float: left;
}
.list__children-full .list__children-item .image__holder .image img {
  float: left;
}
.list__children-full .list__children-item .download_file {
  margin-top: 15px;
}
.list__children-full .list__children-item .content__holder {
  flex: 0 0 calc(50% - 15px);
}
@media (min-width: 1100px) {
  .list__children-full:nth-child(even) .image__holder {
    order: 2;
    margin-right: 0;
    margin-left: 30px;
  }
  .list__children-full:nth-child(even) .content__holder {
    order: 1;
  }
}
.list__children-full:nth-child(even):before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background: #E9E9E9;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.divider {
  position: absolute;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: 0px;
  height: 30px;
  z-index: 2;
  overflow: hidden;
}
.divider svg {
  width: 2238px;
  height: 30px;
}
.divider.top {
  top: -120px;
  margin-bottom: -30px;
}
.divider.top.parallax_true {
  top: -1px;
}
.divider.bottom {
  bottom: -120px;
}
.divider.bottom.parallax_true {
  bottom: 0;
}
.single__page {
  position: relative;
}
.single__page .divider.bottom.parallax_true {
  bottom: 0;
  position: absolute;
}
@keyframes bubbleSlide {
  0% {
    left: 50px;
    top: 100px;
    width: 10px;
    height: 10px;
  }
  10% {
    left: 40px;
  }
  20% {
    left: 35px;
  }
  80% {
    left: 30px;
  }
  100% {
    left: 25px;
    width: 30px;
    height: 30px;
    top: 0px;
    opacity: 0;
  }
}
.bubble-wrap {
  position: absolute;
  width: 32%;
  float: left;
  height: 150px;
  top: 115px;
}
.bubble-wrap #b1, .bubble-wrap #b2, .bubble-wrap #b3 {
  background-color: #25a2da;
}
.bubble-wrap #b1 {
  border-radius: 30px;
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  animation: move 1s infinite linear;
  animation-duration: 2s;
  animation-name: bubbleSlide;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
.garnele-wrap {
  position: absolute;
  left: 10px;
  top: 1px;
  float: left;
}
.garnele-wrap .garnele {
  position: relative;
  height: 47px;
  margin-top: 65px;
  animation: swimharryswim 3s infinite linear;
}
.single__image {
  width: calc(100% - 50px);
  margin-top: 50px;
  position: relative;
}
.single__image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #EA3323;
}
.single__image.image__right {
  margin-left: 50px;
}
.single__image.image__right:before {
  top: -50px;
  left: -50px;
}
.single__image.image__left {
  margin-left: 0px;
}
.single__image.image__left:before {
  top: -50px;
  right: -50px;
}
.single__image.layer__blue:before {
  background: #2B2A29;
}
.single__image.layer__green:before {
  background: #F2EFE8;
}
.vc_row.section_bg_light {
  position: relative;
  padding: 0 0px;
}
.vc_row.section_bg_light:before {
  position: absolute;
  content: "";
  height: calc(100% - 350px);
  width: 100vw;
  left: 0;
  top: 350px;
  background: #E9E9E9;
  display: block;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: -1;
}
@media (max-width: 1100px) {
  .vc_row.section_bg_light:before {
    width: calc(100vw);
    left: 0;
  }
}
.vc_row.section_bg_primary {
  position: relative;
  padding: 0 30px;
}
.vc_row.section_bg_primary:before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100vw - 100px);
  left: 100px;
  top: 0;
  background: #EA3323;
  display: block;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  .vc_row.section_bg_primary:before {
    width: calc(100%);
    left: 0px;
  }
}
.vc_row.section_bg_secondary {
  position: relative;
  padding: 0 30px;
  overflow: hidden;
}
.vc_row.section_bg_secondary:before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100vw - 100px);
  left: 100px;
  top: 0;
  background: #F2EFE8;
  display: block;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: -1;
}
@media (max-width: 1440px) {
  .vc_row.section_bg_secondary:before {
    width: calc(100%);
    left: 0px;
  }
}
.vc_row[data-vc-full-width], .vc_section[data-vc-full-width] {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  /*
	@media(max-width: $screenDesktop){
		padding-top:calc(90px / 2)!important;
		padding-bottom:calc(90px / 2)!important;
	}
	*/
}
.vc_section, .vc_section-has-fill {
  padding-top: 150px !important;
  padding-bottom: 150px;
  /*
	@media(max-width: $screenDesktop){
		padding-top: calc(150px / 2)!important;
		padding-bottom: calc(150px / 2)!important;
	}
	*/
}
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row:not(.vc_row-has-fill) + .vc_row:not(.vc_row-has-fill) {
  padding-top: 0;
}
.vc_row.no_padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.vc_row.padding_only_bottom {
  padding-top: 0 !important;
  padding-bottom: 90px !important;
}
.vc_row.padding_only_top {
  padding-top: 90px !important;
}
.vc_row.padding_top_bottom {
  padding: 90px inherit !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.font_white p, .font_white h1, .font_white h2, .font_white h3, .font_white h4, .font_white h5, .content .font_white ul li, .content .font_white ul li:before, .content .font_white ol li, .font_white b, .font_white a:not(.btn), .font_white strong, .font_white table tr td {
  color: #fff;
}
.font_gray p, .font_gray h1, .font_gray h2, .font_gray h3, .font_gray h4, .font_gray h5, .font_gray ul li, #content .font_gray ul li:before, .font_gray b, .font_gray a:not(.btn), .font_gray strong, .font_gray table tr td {
  color: #E3E3E3;
}
.font_white h2 small {
  color: #EA3323;
}
.shadow__box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
/*
.vc_row:last-of-type{
	padding-bottom:0;
}
*/
.vc_row.vc_row-has-fill {
  z-index: 0;
}
.vc_row.vc_row-has-fill + .vc_row.vc_row-has-fill {
  margin-bottom: 90px;
}
@media (max-width: 1100px) {
  .team_row {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .team_row > div:first-of-type {
    margin-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  .team_row > div:nth-child(2) {
    margin-bottom: 50px;
  }
}
.product-image {
  width: 85%;
  height: auto;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .product-image {
    width: 55%;
  }
}
.vc_section .vc_row {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}
.rounded_section {
  border-radius: 10px;
  margin: 0 0;
  padding: 45px;
}
.negative_section {
  position: relative;
  margin-top: -90px !important;
  transform: translateY(-50%);
}
.negative_section + .vc_row {
  margin-top: 0 !important;
}
.wpb_content_element {
  margin-bottom: 30px !important;
}
@media (min-width: 1100px) {
  .wpb_content_element + .wpb_content_element {
    margin-top: 30px;
  }
  .wpb_content_element + .btn {
    margin-top: 30px;
  }
  .wpb_content_element + .vc_row {
    margin-top: 30px;
  }
}
.wpb_column:last-of-type .wpb_content_element:last-of-type {
  margin-bottom: 0 !important;
}
@media (max-width: 1100px) {
  .vc_column-inner .vc_column_container:last-of-type .wpb_content_element {
    margin-bottom: 0 !important;
  }
}
/*
.vc_section .vc_row  + .vc_row, .vc_row.vc_inner + .vc_row, .vc_row.vc_inner + .wpb_text_column {
	margin-top:$std_padding;
}
*/
/* HINTERGRUENDE TABS + TOUR + ACCORDION */
.vc_tta-panel .vc_tta-panel-body, .vc_tta-panel-body {
  background: transparent !important;
  padding: 0px 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
}
.vc_tta-panel .vc_tta-panel-body > div, .vc_tta-panel-body > div {
  padding: 0px !important;
}
@media (min-width: 1100px) {
  .vc_tta-panel .vc_tta-panel-body > div, .vc_tta-panel-body > div {
    padding: 40px 0 !important;
  }
}
.vc_tta-panels {
  background: none !important;
  border: 0 !important;
}
.vc_tta-controls-icon:after {
  border-color: #EA3323 !important;
}
.vc_tta-controls-icon:before {
  border-color: #EA3323 !important;
}
.vc_active .vc_tta-controls-icon:after, .vc_tta-panel-heading:hover .vc_tta-controls-icon:after {
  border-color: #fff !important;
}
.vc_active .vc_tta-controls-icon:before, .vc_tta-panel-heading:hover .vc_tta-controls-icon:before {
  border-color: #fff !important;
}
/* TABS + TOUR */
.vc_tta-tabs-container {
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  z-index: 0 !important;
  position: relative !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list {
  padding: 0 !important;
  margin-bottom: 0px !important;
  overflow: visible !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list li {
  position: relative;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list li:before {
  display: none;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  background: transparent !important;
  border: 0px !important;
  float: left;
  clear: left;
  margin-bottom: 40px !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 0px !important;
  position: static !important;
  border-radius: 5px !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  background-color: transparent !important;
  color: #2B2A29 !important;
  line-height: 1em;
  transition: background 0.3s ease;
  padding: 0 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus {
  background-position: 100%;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text {
  color: #2B2A29 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-icon {
  color: #2B2A29 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  color: #EA3323;
  font-weight: bold;
  background-position: 100%;
  position: relative;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a span:after {
  display: block !important;
  position: absolute !important;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  left: calc(100% + 20px);
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 25px !important;
  height: 15px !important;
  transition: all 0.3s ease-in-out;
  background-image: url(assets/images/arrow-right-primary.svg);
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active .vc_tta-title-text, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active .vc_tta-icon {
  color: #EA3323 !important;
}
/* TABS LEFT */
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  background: #fff !important;
  margin-bottom: 0 !important;
  width: 100%;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 0px !important;
  position: static !important;
  font-weight: 700;
  border-radius: 0px !important;
  padding: 45px 30px !important;
  display: block;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  background-color: #E9E9E9 !important;
  color: #EA3323 !important;
  line-height: 1em;
  transition: background 0.3s ease;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover, .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus {
  background-color: #EA3323 !important;
  background-position: 100%;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover .vc_tta-title-text, .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover .vc_tta-icon, .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus .vc_tta-title-text, .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus .vc_tta-icon {
  color: #fff !important;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text {
  color: #EA3323 !important;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-icon {
  color: #EA3323 !important;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  position: relative;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #EA3323;
  border-style: solid;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  background-color: #EA3323 !important;
  color: #fff;
  background-position: 100%;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a span:after {
  display: none !important;
}
.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active .vc_tta-title-text, .vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active .vc_tta-icon {
  color: #fff !important;
}
.vc_tta-tabs-position-left .vc_tta-panels-container {
  padding-left: 50px;
}
.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel-body > div {
  padding: 0 !important;
}
/* ACCORDION */
.vc_tta.vc_general .vc_tta-panels-container {
  background: transparent !important;
  padding-bottom: 10px !important;
}
.vc_tta-panel {
  margin-bottom: 20px;
}
.vc_tta-panel .vc_tta-panel-heading {
  background: transparent !important;
  border: 0px !important;
  border-top: 1px solid #E3E3E3 !important;
}
.vc_tta-panel .vc_tta-panel-heading:hover {
  background: transparent !important;
  color: #2B2A29 !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:after {
  display: none;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text {
  text-transform: none;
  font-weight: 600;
  color: #2B2A29 !important;
  font-family: "Space Grotesk", sans-serif;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 30px 20px 10px 50px !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon {
  transform: translateY(5px) !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #2B2A29 !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #2B2A29 !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: transparent !important;
}
.vc_tta-panel:first-of-type .vc_tta-panel-heading {
  border-top: none !important;
}
.vc_tta-panel .vc_tta-panel-body {
  padding: 0px 20px 0px 20px !important;
}
/* FAQ TOGGLE */
.vc_toggle {
  margin-top: 10px;
  margin-bottom: 0px !important;
}
.vc_toggle .vc_toggle_title {
  border-left: 0;
  border-right: 0;
  padding: 5px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.vc_toggle .vc_toggle_title:hover .vc_toggle_icon {
  background: #e2001a !important;
}
.vc_toggle .vc_toggle_title .vc_toggle_icon {
  background: #e2001a !important;
  padding: 3px;
  margin-left: 5px;
}
.vc_toggle .vc_toggle_title h4 {
  color: #0c0a10;
  padding: 8px 30px 10px 30px;
  background: url(assets/images/shape_headline.svg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
}
.vc_toggle_content {
  background: transparent;
  margin-top: 5px;
  padding-top: 10px;
  padding: 0px !important;
}
.projekt__fakten p {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.aktuelles__grid {
  margin-top: 30px;
}
.aktuelles__grid .aktuelles__item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #E3E3E3;
  float: left;
}
.aktuelles__grid .aktuelles__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.aktuelles__grid .aktuelles__item .title {
  font-size: 40px;
  font-size: calc($size / 16px) * 1rem;
  color: #EA3323;
  text-align: left;
}
.veranstaltungen__grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  float: left;
  padding: 5px;
}
.veranstaltungen__grid > .veranstaltung {
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin: 10px;
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
}
.veranstaltungen__grid > .veranstaltung .va_date {
  font-weight: 700;
  font-size: 0.8em;
  display: block;
  margin-bottom: 10px;
}
.veranstaltungen__grid > .veranstaltung .va_title {
  font-size: 40px;
  font-size: calc($size / 16px) * 1rem;
  margin-bottom: 10px;
}
.veranstaltungen__grid > .veranstaltung .va_infos a {
  display: block;
}
@media (max-width: 1100px) {
  .veranstaltungen__grid > .content__teaser {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .veranstaltungen__grid > .content__teaser {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}
.gallery-grid:after {
  content: "";
  display: block;
  clear: both;
}
.grid-sizer, .grid-item {
  width: 49.9%;
  margin-bottom: 0%;
}
.gutter-sizer {
  width: 0.2%;
}
.grid-item {
  float: left;
  overflow: hidden;
}
.grid-item img {
  display: block;
  max-width: 100%;
}
.breadcrumb {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .breadcrumb {
    width: calc(100vw - 3px);
    margin-left: -20px;
    padding: 10px 20px;
    overflow-x: scroll;
    background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 20, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.25), rgba(255, 255, 255, 0));
    /* Shadows */
    /* Shadow covers */
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 40px 100%, 40px 100%, 40px 100%, 40px 100%;
    background-attachment: local, local, scroll, scroll;
  }
}
.breadcrumb a:hover span {
  border-bottom: 1px solid #F2EFE8;
}
.breadcrumb span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .breadcrumb span {
    font-size: 0.8rem;
  }
}
.breadcrumb span.trenner {
  color: #F2EFE8;
  margin: 0 15px;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .breadcrumb span.trenner {
    margin: 0 5px;
  }
}
.breadcrumb span.current-item {
  color: #F2EFE8;
  border-bottom: 1px solid #F2EFE8;
}
.grid__wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  float: left;
}
.grid__wrapper.three_col > .content__teaser {
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin: 10px;
}
@media (max-width: 1100px) {
  .grid__wrapper.three_col > .content__teaser {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .grid__wrapper.three_col > .content__teaser {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    margin-left: 0;
  }
}
.grid__wrapper.four_col > .content__teaser {
  flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin: 10px;
}
@media (max-width: 1100px) {
  .grid__wrapper.four_col > .content__teaser {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .grid__wrapper.four_col > .content__teaser {
    flex: 0 0 calc(100%);
    max-width: calc(100%);
    margin-left: 0;
  }
}
.content__teaser {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  transition: all 0.3s ease-in-out;
}
.content__teaser .image {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.content__teaser .image img {
  transition: all 0.3s ease-in-out;
  float: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.content__teaser .description {
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
  width: calc(100% - 20px);
  bottom: 10px;
  background: #fff;
  border-radius: 5px;
  left: 10px;
  padding: 10px;
}
.content__teaser .description p {
  transition: all 0.3s ease-in-out;
  color: #EA3323;
}
.content__teaser:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.content__teaser:hover .image {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.content__teaser:hover .image img {
  transform: scale(1.1);
}
.content__teaser:hover .description {
  background: #EA3323;
}
.content__teaser:hover .description p {
  color: #fff;
}
.content__teaser.logos {
  border: 1px solid #E9E9E9;
  padding: 40px;
}
.content__teaser.logos img {
  max-width: 100%;
}
.content__teaser.logos .stoerer {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 3px;
  background: #25a2da;
  padding: 5px;
  font-size: 0.85rem;
  color: #F2EFE8;
  line-height: 1em;
}
.teaser-row {
  float: left;
}
.post__teaser {
  position: relative;
  border-radius: 5px;
  float: left;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.post__teaser .image {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.post__teaser .image img {
  transition: all 0.3s ease-in-out;
  float: left;
}
.post__teaser p {
  transition: all 0.3s ease-in-out;
  color: #EA3323;
  font-family: "Space Grotesk", sans-serif;
  padding: 10px;
}
.post__teaser:hover .image {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.post__teaser:hover .image img {
  transform: scale(1.1);
}
.inline__scroll {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  border-radius: 60px;
  position: absolute;
  margin-top: -30px;
  z-index: 20;
  display: flex;
  align-items: center;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .inline__scroll {
    width: 1100px;
  }
}
.inline__scroll.fixed {
  position: fixed;
  top: 130px;
}
@media (max-width: 1100px) {
  .inline__scroll.fixed {
    top: 40px;
  }
}
.inline__scroll ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inline__scroll ul li {
  display: inline;
  font-size: 16px;
  font-size: calc($size / 16px) * 1rem;
}
.inline__scroll ul li a {
  padding: 0 20px;
  color: #EA3323;
  opacity: 1;
  font-weight: 700;
}
.inline__scroll ul li a.active, .inline__scroll ul li a:hover {
  opacity: 1;
}
.letsWork {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .letsWork {
    margin-left: -15px;
  }
}
.letsWork .letWork__content {
  width: 100%;
}
.letsWork span {
  display: block;
  text-align: center;
  line-height: 1;
}
.letsWork span a {
  color: #2B2A29;
}
.letsWork .icon {
  margin-bottom: 40px;
}
.letsWork .icon svg {
  height: 100%;
}
.letsWork .message {
  font-size: 55px;
  margin-bottom: 70px;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .letsWork .message {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.letsWork .mail {
  margin-top: 70px;
  font-size: 40px;
}
@media (max-width: 1100px) {
  .letsWork .mail {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}
.letsWork .mail svg {
  height: 35px;
  width: 40px;
  fill: #EA3323;
  margin-right: 20px;
  top: 5px;
  position: relative;
}
.letsWork .phone {
  font-size: 40px;
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .letsWork .phone {
    font-size: 1.2rem;
  }
}
.letsWork .phone svg {
  height: 35px;
  width: 40px;
  fill: #EA3323;
  margin-right: 20px;
  top: 5px;
  position: relative;
}
#letsWork__images-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#letsWork__images-container .letsWork__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.letsWork__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: calc(100vh + 300px);
  opacity: 0.2 !important;
  object-fit: cover;
  mask-image: url(assets/images/slider_mask_2.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
/*
 * Shortcodes
 */
.row.shortcode > div {
  margin-bottom: 22px;
}
.job_listings .btn {
  background: #EA3323;
  color: #fff;
}
ul.job_listings .btn {
  margin: 0;
}
@media (min-width: 1100px) {
  .job-single {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
/*
 * Job Manager CSS
 */
/* Job Listing */
.job_listings {
  padding-left: 0 !important;
}
.job_listings > li {
  margin-bottom: 22px;
  padding: 10px 10px !important;
  font-size: 16px;
}
.job_listings > li:nth-child(odd) {
  background: #E9E9E9;
}
.job_listings > li, .job_listings .link {
  float: left;
  width: 100%;
}
@media (min-width: 1100px) {
  .job_listings > li .row {
    display: flex;
    align-items: center;
  }
}
.job_listings .job_filters {
  margin-bottom: 22px !important;
}
.job_listings .job_types li:before, .job_listings .job_listings li:before {
  display: none;
}
.job_listings .meta_wrap ul, .job_listings .meta_wrap ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job_listings .date {
  text-align: right;
}
.job_listings .date .company img {
  max-width: 300px;
}
.job_listings li h3 {
  font-weight: 800;
  font-size: 20px;
}
.job_listings h3 {
  transform: rotate(0);
}
/* Buttons */
.rp4wp-related-job_listing > ul li.job_listing a, .rp4wp-related-job_listing > ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
  padding: 10px 30px 10px 0px !important;
  line-height: 1.5em;
  float: left;
  height: auto;
}
.rp4wp-related-job_listing > ul li.job_listing a:after, ul.job_listings li.job_listing a:after {
  display: none;
}
.rp4wp-related-job_listing > ul li.job_listing a:focus, .rp4wp-related-job_listing > ul li.job_listing a:hover, .rp4wp-related-job_listing > ul li.no_job_listings_found a:focus, .rp4wp-related-job_listing > ul li.no_job_listings_found a:hover, ul.job_listings li.job_listing a:focus, ul.job_listings li.job_listing a:hover, ul.job_listings li.no_job_listings_found a:focus, ul.job_listings li.no_job_listings_found a:hover {
  background-color: transparent !important;
}
ul.job_listings li.job_listing a.title_link {
  padding: 0 !important;
  float: none !important;
}
ul.job_listings li.job_listing a:hover.title_link {
  background-color: transparent !important;
}
.job_filters {
  background: transparent !important;
}
.job_filters .search_jobs {
  padding: 0 0 30px 0 !important;
}
.job_filters .search_jobs .search_keywords {
  width: 33.33% !important;
}
.job_filters .search_jobs .search_categories {
  width: 33.33% !important;
  clear: none !important;
  float: left;
  padding-top: 0 !important;
  padding-right: 0.5em;
}
.job_filters .search_jobs .search_categories .select2-container {
  vertical-align: top !important;
}
.job_filters .search_jobs .search_categories .select2-container .select2-selection--single {
  height: 46px;
  background: #f5f5f5;
  border: 0px;
  border-radius: 0px;
}
.job_filters .search_jobs .search_categories .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 10px 20px 10px 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px !important;
}
.job_filters .search_jobs div.search_location {
  float: left !important;
  width: 33.33% !important;
}
.job_filters .search_jobs div.search_submit {
  float: left;
  width: 33.33% !important;
  padding-top: 0 !important;
  /*padding-left:1em;*/
}
.job_filters .search_jobs div.search_submit button {
  float: left;
  width: 100%;
  margin: 0;
  padding: 13px 10px 12px 10px;
  line-height: 1;
  font-weight: inherit;
  text-align: left;
}
.job_filters .job_types li {
  padding: 0;
}
.job_filters .job_types li.active {
  background: rgba(0, 0, 0, 0.1);
}
.job_filters .job_types label {
  margin-top: 0;
  padding: 0.5em 1em;
  font-size: 1rem;
  line-height: 1rem;
}
.job_filters .job_types label input {
  clip: initial !important;
  height: auto !important;
  margin: 0px;
  padding: 0;
  position: relative !important;
  width: auto !important;
}
/* Single Job */
.single-job_listing h1 {
  font-weight: 800;
  font-size: 70px;
  transform: rotate(0);
  margin-bottom: 0;
}
.single-job_listing h2 {
  font-size: 30px;
  transform: rotate(0);
  margin-bottom: 30px;
}
.single-job_listing input[type="checkbox"]:checked + label {
  color: inherit;
}
.single-job_listing input[type="checkbox"]:not(:checked):hover + label::before, .single-job_listing input[type="checkbox"]:checked + label::before {
  border-color: #0863AE;
}
.single-job_listing input[type="checkbox"]:not(:checked):hover + label::after, .single-job_listing input[type="checkbox"]:checked + label::after {
  background-color: #0863AE;
}
.single-job_listing input[type="checkbox"] + label {
  margin-left: 40px;
}
.single-job_listing input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  margin-left: -40px;
}
.single-job_listing input[type="checkbox"] + label::after {
  width: 12px;
  height: 12px;
  top: 6px;
  left: -34px;
}
.single-job-listing-header {
  max-width: 100%;
}
.single_job_listing .meta .job-type {
  background-color: #EA3323 !important;
  color: #fff !important;
}
.single_job_listing p + ul {
  margin-top: -15px !important;
}
.job-manager .job-type, .job-types .job-type, .job_listing .job-type {
  color: #E31412 !important;
}
ul.job-listing-meta li:before {
  display: none;
}
/* Single Job Form */
.job-manager-application-form {
  margin: 0;
}
.job-manager-form .fieldset-datenschutz input, .job-manager-form .fieldset-weitere-bezirke input {
  clip: initial !important;
  height: auto !important;
  margin: 0px;
  padding: 0;
  position: relative !important;
  width: auto !important;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.job-manager-form .fieldset-datenschutz label.description, .job-manager-form .fieldset-weitere-bezirke label.description {
  width: 80%;
}
.job-manager-form .fieldset-datenschutz label.description a, .job-manager-form .fieldset-weitere-bezirke label.description a {
  text-decoration: underline;
}
.application_details_display fieldset {
  display: flex;
  align-items: center;
}
.fieldset-ich-moechte-gerne-mehrere-bezirke-beliefern .field {
  display: flex;
}
.fieldset-ich-moechte-gerne-mehrere-bezirke-beliefern .field .description {
  float: right;
  width: calc(100% - 20px);
  margin-left: 10px;
  color: #EA3323 !important;
}
.fieldset-ich-moechte-gerne-mehrere-bezirke-beliefern .field .description strong {
  margin-top: 0;
  display: inline;
}
.row.facts {
  margin-bottom: 40px;
}
.content .application_details_display ul li::before {
  display: none !important;
}
.dramatic {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
.dramatic.primary {
  background: #EA3323;
}
.dramatic.primary h2 {
  color: #fff;
}
.dramatic.tertiary {
  background: #030032;
}
.dramatic .pin__image {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.dramatic .pin__image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  padding: 120px;
}
@media (max-width: 1100px) {
  .dramatic .pin__image img {
    padding: 50px;
  }
}
.dramatic .pin__content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.pin__section {
  width: 100%;
}
.pin__section .pin__image {
  width: 70%;
  position: relative;
  float: left;
  left: 0;
  min-height: 60vh;
  max-height: 80vh;
}
@media (max-width: 1100px) {
  .pin__section .pin__image {
    width: 100%;
  }
}
.pin__section .pin__image:before {
  position: absolute;
  content: "";
  background: #EA3323;
  width: 100%;
  height: 100%;
  top: -50px;
  left: 50px;
}
.pin__section .pin__image img {
  float: left;
  width: 100%;
  min-height: 60vh;
  max-height: 80vh;
  object-fit: cover;
}
.pin__section .pin__image.layer__secondary:before {
  background: #F2EFE8;
}
.pin__section .pin__image.layer__tertiary:before {
  background: #030032;
}
.pin__section .pin__content {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  text-align: left;
  background: #030032;
  padding: 50px 50px 50px 50px;
}
@media (max-width: 1100px) {
  .pin__section .pin__content {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding: 50px 0px;
  }
}
.pin__section .pin__content h2, .pin__section .pin__content h3 {
  color: #fff;
}
.pin__section .pin__content p {
  color: #fff;
}
.pin__section.image__right .pin__content {
  left: 0%;
}
.pin__section.image__right .pin__image {
  float: right;
}
.pin__section.image__right .pin__image:before {
  left: -50px;
}
@media (max-width: 1100px) {
  .pin__section.image__right .pin__image {
    float: left;
  }
}
.what-we-do {
  height: 100vh;
  position: relative;
}
.background-image {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.background-image img {
  width: 100%;
}
.single-step {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.modal-box {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
.modal-box header, .modal-box .modal-header {
  padding: 1.25em 1.5em;
  border-bottom: 1px solid #ddd;
}
.modal-box header h3, .modal-box header h2, .modal-box .modal-header h3, .modal-box .modal-header h2 {
  margin: 0;
}
.modal-box .modal-body {
  padding: 2em 1.5em;
}
.modal-box footer, .modal-box .modal-footer {
  padding: 1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
}
@media (max-width: 768px) {
  .modal-box {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
  }
}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) !important;
}
a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}
a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
@media (min-width: 32em) {
  .modal-box {
    width: 70%;
  }
}
table {
  font-weight: 400;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  table {
    overflow-x: auto;
    width: fit-content;
    max-width: 100%;
    display: block;
  }
}
table tr {
  border-bottom: 1px solid #E9E9E9;
  vertical-align: top;
  background: #fff;
}
table tr:last-of-type {
  border-bottom: 0px solid #2B2A29;
}
table tr:nth-child(even) {
  background: #E9E9E9;
}
table tr th {
  padding: 5px 15px;
  font-weight: 400;
  text-transform: uppercase;
  background: #DEDEDE;
  color: #fff;
  font-size: 0.85em;
}
table tr td {
  padding: 15px 15px;
  vertical-align: top;
  text-align: left;
}
table tr td a {
  display: inline;
}
table thead td {
  padding: 5px 15px;
  font-weight: 700;
  background: #DEDEDE;
  color: #EA3323;
}
table.table_clean tr:nth-child(even) {
  background: transparent;
}
table.table_clean tr td {
  border-right: 1px solid #E9E9E9;
  padding: 3px;
  text-align: center;
}
table.table_clean tr td.td_bg_gray {
  background: #E3E3E3;
}
table.table_clean tr td.td_bg_green_100 {
  background: #EA3323;
  color: #fff;
}
table.table_clean tr td.td_bg_green_80 {
  background: #ee5e52;
  color: #fff;
}
table.table_clean tr td.td_bg_green_60 {
  background: #f38980;
  color: #fff;
}
table.table_clean tr td.td_bg_green_40 {
  background: #f7b5af;
  color: #fff;
}
table.table_clean tr td.td_bg_green_20 {
  background: #fce0dd;
  color: #fff;
}
input[type="text"], input[type="password"], input[type="email"], input[type="date"], textarea, input[type="file"] {
  background: #f5f5f5;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  border: 2px solid transparent;
  -webkit-appearance: none;
}
input[type="text"].error, input[type="password"].error, input[type="email"].error, input[type="date"].error, textarea.error, input[type="file"].error {
  border-color: red;
}
#textarea_chars {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-align: right;
}
input[type="submit"] {
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  transition: background 0.3s ease;
  font-weight: 700;
  clear: left;
  -webkit-appearance: none;
  border: 0;
}
input[type="submit"]:hover {
  cursor: pointer;
  background-position: 100%;
}
input[type="select"] {
  padding: 10px;
}
.error-message {
  display: none;
  float: left;
  width: 100%;
  padding-left: 0px;
  color: red;
  font-size: 0.85rem;
  bottom: 100%;
  font-weight: 700;
}
.error-message.show-error {
  display: block;
}
.error-message-bordered {
  display: none;
  float: left;
  border: 1px solid red;
  width: 100%;
  color: red;
  font-size: 0.7rem;
  top: 100%;
  padding: 10px;
  margin-top: 20px;
}
.error-message-bordered.show-error {
  display: block;
}
input[type="date"] {
  -webkit-appearance: none;
}
.input-group {
  width: 100%;
  display: inline-block;
  clear: both;
}
.input-group label {
  float: left;
  width: 100%;
}
.input-group input {
  float: left;
  width: 80%;
  margin: 0;
  box-sizing: border-box;
}
.input-group button {
  float: left;
  width: 20%;
  margin: 0;
  line-height: 3.75rem;
  padding: 0;
  text-align: center;
  height: 60px;
  font-size: 55px;
  font-size: calc($size / 16px) * 1rem;
  background-repeat: no-repeat;
  background-position: center center;
}
form label {
  float: left;
  margin-top: 0px;
  font-size: 0.95rem;
  line-height: 1.4;
  width: 100%;
}
form label + input[type="text"] {
  opacity: 1;
  margin-top: 0px;
}
form label input[type="text"], form label input[type="password"], form label input[type="email"], form label input[type="date"], form label textarea, form label input[type="file"] {
  opacity: 1;
  margin-top: 0px;
}
/* SELECT */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: #f5f5f5 url(assets/images/select-arrow.svg) no-repeat 98% center;
  padding: 10px;
  background-size: 11px;
  font-weight: 400;
  border: 2px solid transparent;
}
select.small_display {
  background-color: #E9E9E9;
  background-size: 8px;
  margin-top: 5px;
  padding: 5px;
  font-size: 0.8rem;
}
/* CHECKBOX */
.content input[type="checkbox"] {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.content input[type="checkbox"] + span {
  float: left;
  margin-right: 20px;
  cursor: pointer;
  display: inline;
  margin-bottom: 5px;
  user-select: none;
  position: relative;
  width: 100%;
}
.content input[type="checkbox"] + span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  margin-right: 10px;
  vertical-align: middle;
  margin-left: -15px;
  content: "";
  border: 2px solid #E9E9E9;
  text-align: center;
  line-height: 20px;
}
.content input[type="checkbox"]:checked + span::before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #EA3323;
}
.content input[type="checkbox"]:hover + span:hover {
  cursor: pointer;
  color: #000;
}
.content input[type="checkbox"]:not(:checked):hover + span::before, .content input[type="checkbox"]:checked + span::before {
  border-color: #EA3323;
}
.content input[type="checkbox"][disabled] + span {
  text-decoration: line-through;
  opacity: 0.6;
}
.content input[type="checkbox"][disabled] + span::before {
  opacity: 0.6;
}
.content input[type="checkbox"][disabled]:hover + span:hover {
  cursor: default;
  color: #777;
}
.content input[type="checkbox"][disabled]:hover + span::before {
  content: "";
}
.wpcf7-list-item-label {
  font-size: 0.8em;
}
/* Radio */
input[type="radio"] {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  display: none;
  position: relative;
}
input[type="radio"] + span {
  float: left;
  margin-right: 20px;
  cursor: pointer;
  display: inline;
  margin-bottom: 5px;
  user-select: none;
  position: relative;
  width: 100%;
}
input[type="radio"] + span::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 10px;
  vertical-align: middle;
  margin-left: -15px;
  content: "";
  border: 2px solid #E9E9E9;
  text-align: center;
  line-height: 20px;
}
input[type="radio"]:checked + span::before {
  font-family: "FontAwesome";
  content: "";
  color: #fff;
  background: #EA3323;
}
input[type="radio"]:checked + span {
  color: #EA3323;
}
input[type="radio"]:checked + span h6 {
  color: #EA3323;
}
input[type="radio"]:not(:checked):hover + span::before, input[type="radio"]:checked + span::before {
  border-color: #EA3323;
}
input[type="radio"]:hover + span:hover {
  cursor: pointer;
}
/* Alignment */
hr {
  float: left;
  margin-top: 20px;
  width: calc(100% - 20px);
  margin-left: 10px;
  border: 0;
  height: 1px;
  background: #525052;
}
.one_third {
  float: left;
  width: 29.33%;
}
.one_third.first {
  margin-right: 4%;
}
.one_third.last {
  margin-left: 4%;
}
.two_third {
  float: left;
  width: 66.66%;
}
.one_half {
  float: left;
  width: 48%;
}
.one_half.first {
  margin-right: 1em;
}
.form-full-col {
  clear: left;
}
.form-full-col > div {
  padding: 0 10px;
}
.top-20 {
  padding-top: 20px;
}
/*
form{
	margin-left:-10px;
	margin-right:-10px;
}
*/
form strong {
  display: block;
  margin-bottom: 0;
  margin-top: 20px;
}
.wpcf7-list-item {
  display: block;
}
.wpcf7-list-item label {
  margin-top: 10px;
}
.wpcf7-list-item.first label {
  margin-top: 10px;
}
.wpcf7-list-item.last label {
  margin-bottom: 20px;
}
.form-two-col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .form-two-col {
    display: flex;
  }
}
@media (min-width: 1100px) {
  .form-two-col {
    width: 50%;
  }
}
.form-two-col > div {
  flex-grow: 1;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-two-col > div {
    width: 50%;
  }
}
.form-two-col.clear-left {
  clear: both;
}
.form-one-col {
  clear: left;
}
@media (min-width: 768px) {
  .form-one-col {
    display: flex;
    flex-wrap: wrap;
  }
}
.form-one-col > div {
  flex-grow: 1;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-one-col > div {
    width: 50%;
  }
}
.form-three-col {
  clear: left;
}
@media (min-width: 768px) {
  .form-three-col {
    display: flex;
    flex-wrap: wrap;
  }
}
.form-three-col > div {
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-three-col > div {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .form-three-col > div {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .form-single {
    float: left;
    width: 100%;
  }
  .form-single.right {
    float: left;
  }
  .one_third {
    float: left;
    width: 100%;
  }
  .one_third.first {
    margin-right: 0%;
  }
  .one_third.last {
    margin-left: 0%;
  }
  .two_third {
    float: left;
    width: 100%;
  }
}
.cf7emc-captcha-field {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px !important;
}
.cf7emc-captcha-field span.num {
  display: inline-block;
  width: 30px;
}
.cf7emc-captcha-field span.sign {
  display: inline-block;
  width: 30px;
}
.cf7emc-captcha-field input {
  margin-top: 0;
}
[data-borlabs-cookie] ul li:before {
  display: none;
}
[data-borlabs-cookie] input[type="radio"] {
  opacity: 1;
  display: block;
}
div[data-type="spacer"] {
  height: 20px;
}
fieldset.form-section:not(:first-of-type) {
  padding-top: 80px;
}
input[type="checkbox"].wsf-field + label.wsf-label {
  padding-left: 45px !important;
}
button.wsf-button {
  color: #fff !important;
  background: transparent;
}
.wsf-group-tabs {
  display: none !important;
}
progress.wsf-progress {
  height: 2px !important;
}
.wsf-field-wrapper {
  margin-bottom: 20px !important;
}
button.wsf-button {
  background: transparent !important;
  color: #000 !important;
  border: 0px !important;
}
button.wsf-button.btn-forward {
  background: #EA3323 !important;
  color: #fff !important;
  position: relative;
  text-align: left;
}
button.wsf-button.btn-forward:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 10px;
  right: 20px;
  width: 22px;
  height: 15px;
  text-align: center;
}
button.wsf-button.btn-back {
  position: relative;
  text-indent: -5000;
  color: #fff !important;
}
button.wsf-button.btn-back:after {
  position: absolute;
  content: "";
  background-image: url(assets/images/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 10px;
  left: 0px;
  width: 22px;
  height: 15px;
  text-align: center;
}
button.wsf-button.btn-back:hover {
  box-shadow: none;
}
#wsf-1-field-wrapper-53.wsf-field-wrapper[data-type="texteditor"] {
  line-height: 50px;
}
.form_button_primary button.wsf-button {
  background: #EA3323 !important;
  text-align: left;
  padding: 20px;
  color: #fff !important;
  font-weight: 600;
  position: relative;
}
.form_button_primary button.wsf-button:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 15px;
  transition: all 0.3s ease-in-out;
  background-image: url(assets/images/arrow-right-white.svg);
}
.form_button_secondary button.wsf-button {
  background: #F2EFE8 !important;
  text-align: left;
  padding: 20px;
  font-weight: 600;
  position: relative;
}
.form_button_secondary button.wsf-button:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 15px;
  transition: all 0.3s ease-in-out;
  background-image: url(assets/images/arrow-right-white.svg);
}
.form_button_primary button.wsf-button, .form_button_secondary button.wsf-button {
  border: 3px solid transparent !important;
  display: flex;
  align-items: center;
}
.form_button_primary button.wsf-button img, .form_button_secondary button.wsf-button img {
  width: 60px;
  margin-right: 15px;
}
.form_button_primary button.wsf-button:focus, .form_button_primary button.wsf-button:active, .form_button_secondary button.wsf-button:focus, .form_button_secondary button.wsf-button:active {
  border: 3px solid #2B2A29 !important;
}
div[role=radiogroup] div:last-of-type input[type="radio"].wsf-field + label.wsf-label {
  margin-bottom: 0 !important;
}
.hero__search {
  float: left;
  position: relative;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .hero__search {
    width: 90vw;
    margin-top: 20px;
  }
}
.hero__search .search__holder {
  float: left;
  width: 100%;
}
.hero__search .search__holder .search__icon {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  line-height: 60px;
  float: left;
  position: absolute;
  z-index: 3;
}
.hero__search .search__holder .search__icon i {
  color: #EA3323;
}
.hero__search .search__holder input[type="text"] {
  float: left;
  border-radius: 0;
  background: #E9E9E9;
  border-bottom: 0px solid #DEDEDE;
  padding: 0 70px 0 60px;
  margin: 0;
  box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  font-family: "Space Grotesk", sans-serif;
  font-weigh: 700;
  color: #EA3323;
  width: calc(100%);
}
.hero__search .search__holder button {
  float: left;
  background: transparent;
  width: 60px;
  height: 60px;
  background: #EA3323;
  margin: 0;
  position: absolute;
  right: -10px;
  top: 0px;
  border-radius: 60px;
}
.hero__search .search__holder button i {
  color: #2B2A29;
}
.hero__search .search__holder button:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/arrow-right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  top: 17px;
  left: 17px;
  width: 26px;
  height: 26px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #EA3323;
  border: 0px !important;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.ui-autocomplete > li > div {
  display: block;
  padding: 10px 20px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143 !important;
  color: #fff;
  white-space: nowrap;
  font-family: "Space Grotesk", sans-serif;
  border: 0 !important;
  margin: 0 !important;
}
.ui-state-hover, .ui-state-active, .ui-state-focus {
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  color: #EA3323;
  border: 0 !important;
  padding: 10px 20px !important;
  line-height: 1.42857143 !important;
  margin: 0 !important;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
[data-borlabs-cookie] ul li:before {
  display: none;
}
[data-borlabs-cookie] input[type="radio"] {
  opacity: 1;
  display: block;
}
.BorlabsCookie input[type=checkbox] + span::before, #borlabs-cookie-group-statistics + span::before, #borlabs-cookie-group-external-media + span::before {
  margin-left: 0;
  border: 0;
  margin-right: 0;
}
label._brlbs-checkbox ._brlbs-checkbox-indicator:before {
  display: none;
}
.BorlabsCookie [class*="btn-"]:hover {
  padding-right: 0;
  box-shadow: none;
}
._brlbs-title, ._brlbs-btn-switch {
  margin-top: 0;
}
.BorlabsCookie table {
  float: none;
  box-shadow: none;
}
.BorlabsCookie table tr th {
  color: inherit;
  text-transform: none;
}
.BorlabsCookie ._brlbs-content-blocker {
  border-radius: 4px;
  overflow: hidden;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-thumbnail {
  border-radius: 4px;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption {
  height: 100%;
  background: rgba(234, 51, 35, 0.95);
  border-radius: 4px;
  /*display: flex;
			justify-content: center;
			flex-flow: column;*/
}
/* ------------------------------------------------------------
			ANIMATION 
------------------------------------------------------------ */
@keyframes translateSquiggle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fade-up {
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
}
.fade-down {
  transform: translate3d(0, 20px, 0);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
}
.-in-view .fade-up, .fade-up.-in-view {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media (min-width: 600px) {
  .fade-up {
    transform: translate3d(0, 40px, 0);
  }
}
.fade-up-short {
  transform: translate3d(0, 20px, 0);
}
.fade-up-2 {
  transition-delay: 0.2s, 0.2s;
}
.fade-up-3 {
  transition-delay: 0.4s, 0.4s;
}
.fade-up-4 {
  transition-delay: 0.6s, 0.6s;
}
.fade-up-5 {
  transition-delay: 0.8s, 0.8s;
}
.fade-up-6 {
  transition-delay: 1s, 1s;
}
.fade-up-7 {
  transition-delay: 1.2s, 1.2s;
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.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;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
.quickaccess {
  display: block;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 1000;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 50px;
}
.quickaccess ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 100%;
}
.quickaccess ul li {
  padding: 0;
  margin: 0;
}
.quickaccess ul li a {
  display: block;
  background: 0;
  color: #2B2A29;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}
.quickaccess ul li a img {
  height: 20px;
  width: 30px;
  clear: both;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 5px;
}
.quickaccess ul li a span {
  display: block;
  font-size: 8px;
  text-align: center;
  font-weight: bold;
  hyphens: auto;
  line-height: 1.2em;
  display: none !important;
}
.quickaccess ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
  display: block;
}
.quickaccess ul li:last-of-type:after {
  display: none;
}
@media (max-width: 1100px) {
  .quickaccess {
    width: 100%;
    left: 0px;
    bottom: 0px;
    transform: none;
    top: auto;
    border-radius: 3px;
  }
  .quickaccess ul {
    display: flex;
    width: 100%;
  }
  .quickaccess ul li {
    flex: 1 1 100%;
    position: relative;
  }
  .quickaccess ul li a {
    padding: 10px 20px;
  }
  .quickaccess ul li a img {
    height: 20px;
    width: 40px;
    margin-bottom: 2px;
  }
  .quickaccess ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
  }
  .footer__bottom-container {
    padding-bottom: 50px !important;
  }
}
footer {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
footer:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2B2A29;
  content: "";
  top: 0;
}
.footer__logo {
  position: relative;
  height: 120px;
  margin-bottom: 5px;
  margin-right: 100px;
}
@media (max-width: 768px) {
  .footer__logo {
    height: 100%;
    width: auto;
    margin-right: 0;
  }
}
.footer__logo img {
  position: relative;
  height: 120px;
  width: auto;
  margin-left: 0;
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 100%;
    height: auto;
  }
}
.footer__main-container {
  font-size: 0.9em;
  line-height: 1.4em;
}
.footer__main-container .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 90px;
  /*
		& p.widget-title{
			font-size:1rem;
			padding-bottom:5px;
			margin-bottom:0;
			font-weight: $font_bold;
			color: $primary;
			text-transform: uppercase;
			@media(max-width:$screenDesktop){
				position: relative;
				padding-left:20px;
				&:before{
					position: absolute;
					left:0px;
					font-family: "FontAwesome";
					content: '\f067';
					color: $primary;
					font-size:13px; 
					line-height: 16px;
					text-align:center;
					top:5px;
				}
			}
		}
		*/
}
@media (max-width: 1100px) {
  .footer__main-container .footer__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1100px) {
  .footer__main-container .footer__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.footer__main-container .footer__container > aside {
  width: 100%;
  color: #fff;
  /*
			&:last-of-type{
				margin-bottom: 0;
				margin:auto;
				text-align: right;
			}
			*/
}
@media (max-width: 1100px) {
  .footer__main-container .footer__container > aside {
    margin-bottom: 0;
  }
}
@media (min-width: 1100px) {
  .footer__main-container .footer__container > aside {
    align-self: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
    margin-bottom: 0px;
    flex-basis: 25%;
  }
  .footer__main-container .footer__container > aside:first-of-type {
    flex: 0 0 20%;
  }
}
.footer__main-container .footer__container > aside i {
  width: 20px;
  margin-right: 10px;
}
.footer__main-container .footer__container > aside a {
  color: #fff;
}
.footer__main-container .footer__container p:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
}
.footer__main-container .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__main-container .menu li {
  padding-bottom: 0px;
  position: relative;
}
.footer__main-container .menu li a {
  text-decoration: none;
  color: #2B2A29;
  font-weight: 400;
}
.footer__main-container .social {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  opacity: 1;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  float: right;
}
.footer__main-container .social li {
  display: flex;
  align-items: center;
}
.footer__main-container .social img {
  margin-left: 30px;
}
/* Bottom Footer */
.footer__bottom-container {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.15em;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 16px;
}
.footer__bottom-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.footer__bottom-container p {
  margin: 0;
  margin-right: 50px;
  float: left;
}
@media (min-width: 1100px) {
  .footer__bottom-container .col-md-2 .widget {
    text-align: right;
    margin-bottom: 30px;
  }
}
.footer__bottom-container .copyright__container {
  border-bottom: 0;
}
.footer__bottom-container .copyright__container p {
  float: left;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 1100px) {
  .footer__bottom-container .copyright__container p {
    width: 100%;
  }
}
.footer__bottom-container .copyright__logo {
  display: flex;
  align-items: center;
}
.footer__bottom-container .copyright__logo img {
  width: 50px;
  height: auto;
}
.footer__bottom-container .copyright__logo span {
  padding-left: 10px;
  font-size: 1.1em;
  color: #000;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1100px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav > li {
  width: 50%;
}
.footer__nav a {
  color: #2B2A29;
}
.footer__nav.footer__meta__nav {
  background-color: transparent;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.footer__nav.footer__meta__nav a {
  white-space: nowrap;
  font-weight: 200;
  color: #2B2A29;
}
.footer__nav.footer__meta__nav li {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  position: relative;
  padding-left: 12px;
}
@media (min-width: 1100px) {
  .footer__nav.footer__meta__nav li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "";
    font-size: 0.6em;
    left: 0;
    top: 0px;
    color: #2B2A29;
  }
  .footer__nav.footer__meta__nav li:after {
    position: absolute;
    content: "|";
    right: -12px;
    top: 0px;
    color: #fff;
  }
}
.footer__nav.footer__meta__nav li:last-child:after {
  display: none;
}
.footer__nav.footer__bottom {
  background-color: transparent;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.footer__nav.footer__bottom a {
  white-space: nowrap;
}
.footer__nav.footer__bottom li {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  position: relative;
}
@media (min-width: 1100px) {
  .footer__nav.footer__bottom li:after {
    position: absolute;
    content: "|";
    right: -12px;
    top: 0px;
  }
}
.footer__nav.footer__bottom li:last-child:after {
  display: none;
}
@media (min-width: 1100px) {
  .footer__nav {
    margin: 0;
  }
  .footer__nav > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
  }
  .footer__nav.footer__bottom, .footer__nav.footer__meta__nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: right;
  }
  .footer__nav.footer__bottom li, .footer__nav.footer__meta__nav li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin-right: 20px;
  }
  .footer__nav.footer__bottom li:last-of-type, .footer__nav.footer__meta__nav li:last-of-type {
    margin-right: 0;
  }
}
.ie8 {
  position: fixed;
  z-index: 100;
  background: #fff;
  width: 100%;
  padding: 20px;
  margin-top: 75px;
}
.ie8 .close {
  font-weight: bold;
  color: #89b31c;
  border: 1px solid #89b31c;
  width: 35px;
  line-height: 35px;
  font-size: 14px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 18px;
  text-align: center;
  transition: all 0.2s ease;
  display: inline-block;
}
.ie8 .close:hover {
  color: #fff;
  background-color: #015a21;
  border-color: #015a21;
}
/*# sourceMappingURL=style.css.map */