/*   
Theme Name: Poppe Reisen
Theme URI: 
Description: 
Author: com.on werbeagentur
Author URI: https://comon-werbeagentur.de
License: 
License URI: 
Version: 1.0.1
Text Domain:
*/
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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%;*/
  margin-top: 0px;
  font-size:0.8em;
  line-height:1;
}

/**
 * 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%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(1200px - 40px);
    max-width: 100%; /*1250px;*/
  }
}
@media (min-width: 1400px) {
  .container {
    width: calc(1400px - 40px);
    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: 1200px) {
  .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;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-regular.eot");
  src: local("Source Sans Pro Regular"), local("Source Sans Pro-Regular"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-regular.woff") format("woff"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-regular.svg#Source Sans Pro Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-600.eot");
  src: local("Source Sans Pro SemiBold"), local("Source Sans Pro-SemiBold"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-600.woff2") format("woff2"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-600.woff") format("woff"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-600.ttf") format("truetype"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-600.svg#Source Sans Pro SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-700.eot");
  src: local("Source Sans Pro Bold"), local("Source Sans Pro-Bold"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-700.woff2") format("woff2"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-700.woff") format("woff"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-700.ttf") format("truetype"), url("assets/fonts/source-sans-pro-v11-latin/source-sans-pro-v11-latin-700.svg#Source Sans Pro Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
}

iframe {
  border: 0;
  border-radius: 10px;
  width: 100% !important;
}

video {
  border-radius: 0px;
  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: #2C4390;
}
@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;
}

.snippet {
  position: relative;
  background: #fff;
  padding: 2rem 5%;
  margin: 1.5rem 0;
  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: #2C4390;
  color: #2C4390;
  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: #2C4390;
  color: #2C4390;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #2C4390;
  color: #2C4390;
  animation: dotFlashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dotFlashing {
  0% {
    background-color: #2C4390;
  }
  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: "Source Sans Pro", 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 {
  -webkit-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
}
p.subheadline {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 30px;
  margin-top: -20px;
  font-size: 22px;
  font-size: 1.375rem;
}
p.title {
  font-size: 22px;
  font-size: 1.375rem;
}
p.keyword {
  background: #2C4390;
  color: #ffffff;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
  float: left;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 1100px) {
  h1, h2, h3, h4, h5, h6, p {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
blockquote {
  border-left: 5px solid #f5f5f5;
  margin-left: 0;
  padding: 15px 0 15px 30px;
}

/* ----------------------------------------------------- */
/* Headlines */
/* ----------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  margin: 0 0 30px 0;
  color: #2C4390;
  line-height: 1.15em;
  text-transform: uppercase;
}

h1 {
  font-size: 47px;
  font-size: 2.9375rem;
  position: relative;
}
h1 span.big {
  font-size: 48px;
}
h1 span.registered {
  position: relative;
  top: -13px;
  font-size: 0.8em;
}

h2 + .subheadline {
  margin-bottom: 0;
}

h2 {
  font-size: 37px;
  font-size: 2.3125rem;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
  padding-bottom: 0px;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.24em;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  h3 {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

h5 {
  font-size: 28px;
  font-size: 1.75rem;
  padding-bottom: 10px !important;
  position: relative;
}

h6 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 0 !important;
}
h6:after {
  display: none;
}

.page-id-298 h1, .page-id-300 h1, .page-id-477 h1, .page-id-466 h1 {
  font-size: 40px;
  transform: rotate(0);
  text-transform: none;
  font-weight: 600;
}
.page-id-298 h2, .page-id-300 h2, .page-id-477 h2, .page-id-466 h2 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 50px;
  transform: rotate(0);
  text-transform: none;
  font-weight: 600;
}
.page-id-298 h3, .page-id-300 h3, .page-id-477 h3, .page-id-466 h3 {
  font-size: 25px;
  transform: rotate(0);
  text-transform: none;
  font-weight: 600;
}
.page-id-298 h4, .page-id-300 h4, .page-id-477 h4, .page-id-466 h4 {
  font-size: 20px;
  margin-bottom: 0;
  transform: rotate(0);
  text-transform: none;
  font-weight: 600;
}

/* ----------------------------------------------------- */
/* 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-bottom: 5px;
}
.content ul li:before {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  content: "";
  margin-left: -20px;
  background: #2C4390;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  top: 11px;
  border-radius: 3px;
  font-weight: bold;
}
.content ul li ul {
  list-style-type: circle;
  padding-left: 20px;
  margin: 10px 0px 0px;
}
.content ul li ul ul {
  margin-bottom: 0px;
  list-style-type: circle;
}
.content ul.dlm-downloads {
  padding-left: 0;
}
.content ul.dlm-downloads li {
  padding-left: 25px;
  margin-left: 0;
}
.content ul.dlm-downloads li:before {
  margin-left: -25px;
  font-family: "FontAwesome";
  content: "\f019";
  height: 16px;
  width: 16px;
  background: transparent;
  color: #2C4390;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  top: 6px;
}
.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: "\f00c";
  background: transparent;
  left: 0;
  color: #2C4390;
  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 #f5f5f5;
  text-transform: uppercase;
  color: #ffffff;
  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: #2C4390;
  background: #ffffff;
  border-radius: 3px;
  display: block;
  position: relative;
}
.content ul.linklist li a:before {
  position: absolute;
  height: 16px;
  width: 16px;
  font-family: "FontAwesome";
  content: "\f105";
  left: 10px;
  color: #2C4390;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  top: 15px;
  border-radius: 3px;
}

.side__nav {
  list-style-type: none;
  padding-left: 0 !important;
}
.side__nav li {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.side__nav li a {
  display: block;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 500;
}
.side__nav li:before {
  display: none;
}
.side__nav li:hover a, .side__nav li.active a {
  background: #2C4390;
  color: #ffffff;
}
.side__nav li:hover a:before, .side__nav li.active a:before {
  position: absolute;
  height: 20px;
  width: 10px;
  font-family: "FontAwesome";
  content: "\f054";
  right: 10px;
  color: #ffffff;
  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: 700;
  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: #2C4390;
  transition: all 0.3s ease-in-out;
  outline: 0;
}
a.bordered {
  font-weight: 500;
  border-bottom: 1px solid #2C4390;
}
a.plus {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  line-height: 40px;
}
a.plus:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f067";
  color: #222222;
  top: 2px;
  margin-left: -50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ffffff;
  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: "\f054";
  font-size: 0.6em;
  left: 0;
  top: 0px;
}
a.round {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: block;
  border-radius: 50px;
  border: 4px solid #575756;
  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: "\f105";
  color: #222222;
  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: #2C4390;
  transition: all 0.3s ease-in-out;
  padding-left: 0px;
  font-weight: 500;
  font-size: 0.8em;
}
a.with-arrow:hover {
  margin-left: 5px;
}
a.with-arrow:hover:before {
  right: -40px;
}
a.with-arrow:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/arrow-right-red.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  top: 13px;
  right: -30px;
  width: 20px;
  height: 15px;
  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: "\f1c1";
  color: #222222;
  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: #222222;
  line-height: 1em;
}

.btn-icon {
  padding: 0;
  margin: 0;
  font-weight: 500;
  color: #2C4390;
}

.btn.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.btn.right {
  float: right;
  margin-right: 0;
}

.clear__position {
  float: left;
  clear: left;
}

.btn {
  min-height: 45px;
  height: auto;
  border-radius: 5px;
  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: 500;
  color: #222222;
  height: auto;
}
.btn-clean:after {
  height: 2px;
  width: 0;
  content: "";
  position: absolute;
  background: #2C4390;
  left: 0;
  top: 100%;
  transition: all 0.3s ease-in-out;
}
.btn-clean:hover:after {
  width: 100%;
}
.btn-clean i {
  color: #2C4390;
}

[class*=btn--] {
  padding: 10px 55px 10px 25px;
  position: relative;
  letter-spacing: 0.5px;
}
[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;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
[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: #2C4390;
  color: #ffffff;
}
.btn--primary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}

.btn--secondary {
  background: #ffffff;
  color: #2C4390;
}
.btn--secondary:after {
  background-image: url(assets/images/arrow-right-red.svg);
}

.btn--tertiary {
  background: #15255A;
  color: #ffffff;
}
.btn--tertiary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}

.btn--quaternary {
  background: #222222;
  color: #ffffff;
}
.btn--quaternary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}

#header {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  height: 120px;
}
#header:after {
  position: absolute;
  height: 100%;
  width: 100vw;
  content: "";
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
}
@media (max-width: 1100px) {
  #header {
    position: relative;
    height: auto;
  }
}
#header:before {
  content: "";
  background: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}
@media (max-width: 1100px) {
  #header:before {
    clip-path: initial;
    height: 100px;
  }
}
#header .container {
  width: 100%;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  z-index: 10;
  padding: 0px 15px;
  padding: 0px 100px;
}
@media (max-width: 1100px) {
  #header .container {
    width: 100%;
    padding: 0 25px;
  }
}

.header__logo {
  float: left;
  margin-right: 50px;
  transition: all 0.3s ease-in-out;
  height: 120px;
  display: flex;
  align-items: center;
}
.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;
    height: 100px;
  }
  .header__logo svg, .header__logo img {
    float: left;
    max-height: 100px;
    max-width: 200px;
  }
}

.header__meta__wrap {
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
}
.header__meta__wrap .header__meta__container {
  float: right;
  display: flex;
  align-items: center;
  padding: 6px 0px;
  font-weight: 500;
  width: 100%;
}
@media (min-width: 1100px) {
  .header__meta__wrap .header__meta__container {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .header__meta__wrap .header__meta__container {
    float: left;
  }
  .header__meta__wrap .header__meta__container .header__telefon {
    display: none;
  }
  .header__meta__wrap .header__meta__container .header__anschrift {
    display: none;
  }
  .header__meta__wrap .header__meta__container .header__mail {
    display: none;
  }
}
.header__meta__wrap .header__meta__container .header__meta {
  float: left;
  font-size: 0.8em;
  padding-top: 0px;
}
.header__meta__wrap .header__meta__container .header__meta span {
  margin-right: 20px;
}
.header__meta__wrap .header__meta__container .header__meta span:last-of-type {
  margin-right: 0;
}
.header__meta__wrap .header__meta__container .header__meta span i {
  margin-right: 5px;
  color: #2C4390;
}
.header__meta__wrap .header__meta__container .header__meta span a {
  color: #222222;
}
.header__meta__wrap .header__meta__container ul.socials {
  text-align: right;
  float: left;
  margin: 0 0px 0 0;
  padding: 0;
}
@media (max-width: 1100px) {
  .header__meta__wrap .header__meta__container ul.socials {
    display: none;
  }
}
.header__meta__wrap .header__meta__container ul.socials li {
  display: inline-block;
  margin-left: 5px;
}
.header__meta__wrap .header__meta__container ul.socials li a {
  float: left;
  width: 20px;
  height: 20px;
}
.header__meta__wrap .header__meta__container ul.socials li svg {
  width: 20px;
  height: 20px;
}

.nav__container {
  animation-duration: 0.5s;
  transition: 0.5s;
  float: right;
  clear: right;
  margin-left: auto;
  display: flex;
  align-items: center;
  margin-top: 45px;
}
@media (min-width: 1100px) {
  .nav__container.is-fixed {
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 100;
    animation-name: stickySlideDown;
    transition: none;
  }
}

#navigation {
  float: right;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin-left: 0px;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0;
  margin-left: 20px;
}
.wpml-ls-legacy-list-horizontal a img {
  float: left;
}

/* ---------------------------------- */
/* Navigation Standard
------------------------------------- */
#navigation {
  float: left;
}
#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-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

/* first layer */
#navigation > ul > li {
  float: left;
  display: block;
  position: relative;
}
#navigation > ul > li > a {
  display: block;
  color: #222222;
  height: 100%;
  position: relative;
  padding: 0px 0 33px 0;
  margin: 0 20px;
  line-height: 1;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  #navigation > ul > li > a {
    padding: 10px 5px;
    margin: 0 5px;
    font-size: 18px;
  }
}
#navigation > ul > li > a:before {
  position: absolute;
  height: 2px;
  width: 0px;
  background: #2C4390;
  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: #2C4390;
}
#navigation > ul > li.menu-item-has-children {
  /*
  & > a{
  	padding-right:20px;
  }
  &.active, &:hover{
  	&:after{
  		color:$primary;
  	}
  }
  &: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: #2C4390;
}

/* second layer */
#navigation > ul > li > ul {
  position: absolute;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  width: auto;
  min-width: 250px;
  z-index: 1;
  background: #2C4390;
  padding: 20px 15px 20px 15px;
  left: 15px;
  border-radius: 10px;
}
#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: #ffffff;
  font-weight: 500;
  display: block;
  line-height: 1.2em;
  padding: 10px;
  font-size: 0.9em;
}
#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: #ffffff;
}

/* 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: #2C4390;
  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: #ffffff;
  font-weight: 500;
  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: #2C4390;
}

/* 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: #2C4390;
  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: #ffffff;
  font-weight: 500;
  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: #2C4390;
}

/* 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: 100%;
  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(33.3333%, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  #navigation > ul > li.has-mega-menu > .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(33.3333%, 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 50%;
}
@media screen and (min-width: 1100px) {
  #navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column {
    flex: 1 0 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  #navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column {
    flex: 1 0 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 a {
  font-weight: 500;
  padding-left: 20px;
  position: relative;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column ul li a:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 10px;
  left: 0;
  top: 50%;
  background: #ffffff;
}
#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) {
  .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: #2C4390;
    float: left;
    visibility: hidden;
    padding: 30px 25px;
    border-radius: 10px;
    pointer-events: none;
    transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  /* Mobile Menu */
  /* Erste Ebene */
  /* Zweite Ebene */
  /* Dritte Ebene */
  /* Dritte Ebene */
}
@media (max-width: 1100px) and (max-width: 1100px) {
  .mobile__nav__container {
    width: calc(100% - 50px);
    padding: 0px 25px;
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .mobile__nav__container {
    width: calc(100% - 50px);
    padding: 0px 25px;
  }
}
@media (max-width: 1100px) {
  .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: #ffffff;
    width: 30px;
    height: 30px;
  }
  .menu-open .mobile__nav__container {
    pointer-events: all;
    opacity: 1;
    top: 140px;
    visibility: visible;
  }
  body.menu-open .navbutton:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #2C4390;
    top: -8px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #mobile_navigation {
    float: left;
    width: 100%;
    height: 100%;
  }
  #mobile_navigation ul {
    width: 100%;
  }
  #mobile_navigation li {
    list-style-type: none;
    position: relative;
    margin-top: 0;
    float: left;
    clear: left;
  }
  #mobile_navigation li a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
  }
  #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 > ul {
    padding: 0;
    float: left;
  }
  #mobile_navigation > ul > li {
    position: relative;
  }
  #mobile_navigation > ul > li > a {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0px;
    box-sizing: border-box;
    color: #ffffff;
  }
  #mobile_navigation ul ul {
    visibility: visible;
    opacity: 1;
  }
  #mobile_navigation > ul > li > ul {
    position: relative;
    top: 0px;
  }
  #mobile_navigation > ul > li > ul > li {
    background: transparent;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > a {
    padding: 5px 20px 5px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.85em;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 15px;
    left: -20px;
    top: 50%;
    background: #ffffff;
  }
  #mobile_navigation > ul > li > ul:before {
    display: none;
  }
  #mobile_navigation ul ul ul {
    visibility: visible;
    opacity: 1;
  }
  #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: 5px 20px 5px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.85em;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 15px;
    left: -20px;
    top: 50%;
    background: #ffffff;
  }
  #mobile_navigation > ul > li > ul > li > ul:before {
    display: none;
  }
  #mobile_navigation ul ul ul {
    visibility: visible;
    opacity: 1;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul {
    position: relative;
    top: 0px;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul > li {
    background: transparent;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul > li > a {
    padding: 5px 20px 5px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.85em;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 15px;
    left: -20px;
    top: 50%;
    background: #ffffff;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul:before {
    display: none;
  }
}
/* ---------------------------------- */
/* Burger
------------------------------------- */
.navbutton {
  float: right;
  height: 25px;
  width: 32px;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 25px;
  z-index: 2000;
  margin-top: 35px;
}
.navbutton:hover .burger {
  width: 100%;
  right: 0;
}
@media (min-width: 1100px) {
  .navbutton {
    display: none;
  }
}

.navbutton_icon {
  width: 32px;
  height: 25px;
  opacity: 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: #2C4390;
  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: 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: 25px;
}
.navbutton-close .burger {
  width: 32px;
  height: 3px;
  background-color: #2C4390;
}

.navbutton-close .burger:nth-of-type(1) {
  transform: scale3d(1, 1, 1) rotate(-45deg);
}
.navbutton-close .burger:nth-of-type(2) {
  opacity: 0;
  transform: scale3d(0, 1, 1);
}
.navbutton-close .burger:nth-of-type(3) {
  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;
  right: -100%;
  top: 0;
  position: fixed;
  display: block;
  opacity: 1;
  float: left;
  width: 25%;
  height: 90%;
  background: url(assets/images/menu_bg.svg) no-repeat;
  background-size: 100% 100%;
  visibility: hidden;
  pointer-events: none;
  transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1100px) {
  .menu_variant__overlay__nav__container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .menu_variant__overlay__nav__container {
    width: 90%;
  }
}

.menu-open .menu_variant__overlay__nav__container {
  pointer-events: all;
  opacity: 1;
  right: 0;
  visibility: visible;
}

body.menu-open .navbutton:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: -8px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

/* Mobile Menu */
#menu_variant__overlay_navigation {
  float: right;
  width: 50%;
  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: #ffffff;
  font-weight: 700;
}
#menu_variant__overlay_navigation .menu-item {
  position: relative;
  display: block;
  width: 100%;
}

/* Erste Ebene */
#menu_variant__overlay_navigation > ul.menu {
  padding: 100px 50px 0 50px;
  float: left;
}
#menu_variant__overlay_navigation > ul.menu > li {
  position: relative;
}
#menu_variant__overlay_navigation > ul.menu > li > a {
  display: block;
  position: relative;
  font-size: 25px;
  line-height: 20px;
  padding: 10px 0px;
  box-sizing: border-box;
  text-align: right;
}

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

section img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------- */
/* Image Classes */
/* ----------------------------------------------------- */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 10px;
}

.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;
  user-select: none;
  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 {
  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: #222222;
}
.captions h2:after {
  background: #ffffff;
}
.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: 20px;
  height: 50px;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
  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: 20px;
  height: 50px;
  stroke: #222222;
  fill: transparent !important;
  stroke-width: 3;
  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: 1200px) {
  .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: #ffffff;
  border: 1px solid #2C4390;
  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: #2C4390;
}
.stick-dots .slick-dots li.slick-active button {
  background: #2C4390;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.bottom-dots .slick-dots {
  padding-left: 0;
  margin-top: 20px;
  text-align: left;
  width: 100%;
  text-align: center;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
}
.bottom-dots .slick-dots li {
  height: 15px;
  width: 15px;
  margin-left: 10px;
}
@media (max-width: 1100px) {
  .bottom-dots .slick-dots li {
    height: 15px;
    width: 15px;
  }
}
.bottom-dots .slick-dots li button {
  position: relative;
  background: #f5f5f5;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 100%;
}
.bottom-dots .slick-dots li button:hover, .bottom-dots .slick-dots li button:focus {
  opacity: 1;
}
@media (max-width: 1100px) {
  .bottom-dots .slick-dots li button {
    height: 15px;
    width: 15px;
  }
}
.bottom-dots .slick-dots li.slick-active button {
  background-color: #2C4390;
  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: -90px;
  text-align: left;
  width: auto;
  float: left;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .top-dots .slick-dots {
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
.top-dots .slick-dots li {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin-left: 5px;
}
@media (max-width: 1100px) {
  .top-dots .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.top-dots .slick-dots li button {
  position: relative;
  background: #ffffff;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 100%;
}
.top-dots .slick-dots li button:hover, .top-dots .slick-dots li button:focus {
  opacity: 1;
}
@media (max-width: 1100px) {
  .top-dots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.top-dots .slick-dots li.slick-active button {
  background-color: #2C4390;
  opacity: 1;
}
.top-dots .slick-dots li.slick-active button:hover, .top-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.main-slider .caption, .main-slider .slick-slide {
  backface-visibility: hidden;
}

/*
.page-template-page-home .main-slider .copyright{
	bottom:50px!important;
}
*/
.main-slider {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 8vw;
  visibility: hidden;
}
@media (min-width: 1100px) {
  .main-slider {
    margin-top: 107px;
  }
}
@media (max-width: 1100px) {
  .main-slider {
    height: auto;
  }
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .image_caption {
  position: absolute;
  bottom: 10px;
  padding: 5px;
  background: #2C4390;
  line-height: 1;
  color: #ffffff;
  font-size: 0.7em;
  right: 150px;
  z-index: 100;
}
.main-slider .copyright {
  background: #2C4390;
  position: absolute;
  font-size: 0.75em;
  bottom: 50px;
  right: 20px;
  color: #ffffff;
  line-height: 1;
  padding: 5px;
}
@media (max-width: 1100px) {
  .main-slider .copyright {
    right: 0;
    bottom: 0 !important;
    padding: 2px;
    font-size: 0.5em;
  }
}
.main-slider .slick-slide {
  position: relative;
  height: auto;
  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: auto;
  }
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.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;
}
.main-slider .slick-slide .slide-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center top;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  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%;
  text-align: center;
  margin: 0;
  z-index: 1;
  transition: all 0.3s ease;
  padding: 30px;
}
@media (max-width: 1100px) {
  .main-slider .caption {
    bottom: 25px;
    padding: 0px;
  }
}
.main-slider .caption h1 {
  font-size: 90px;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.main-slider .caption h1 span {
  font-weight: 900;
}
.main-slider .caption h2 {
  font-size: 45px;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.main-slider .caption h2 span {
  font-weight: 900;
}
.main-slider .caption span.slide_title {
  font-size: 90px;
  margin: 0;
  padding: 0;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.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: 0;
}
.main-slider .caption.light h1, .main-slider .caption.light h2, .main-slider .caption.light p, .main-slider .caption.light .slide_title, .main-slider .caption.light .slide_subtitle {
  color: #ffffff;
}
.main-slider .caption.light .btn {
  border: 1px solid #ffffff !important;
  color: #ffffff;
}
.main-slider .caption.light .btn:hover {
  color: #575756;
  background: #ffffff;
}

.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 a.title__link {
  display: block;
  margin-bottom: 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: #f5f5f5;
}
@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: #ffffff;
    width: 50%;
    padding: 50px 0px 50px 50px;
  }
  .landingpage__slider .slide .slide__content:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #ffffff;
    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: #2C4390;
    -webkit-hyphens: auto;
            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: #222222;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .landingpage__slider .slide .slide__content p {
    font-size: 23px;
    line-height: 2em;
  }
}
@media (min-width: 991px) {
  .landingpage__slider .slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    transform: translate(5%, -50%);
  }
}
@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: 1200px) {
  .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: #f5f5f5;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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);
}

.slick__fullwidth {
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .slick__fullwidth {
    margin-top: 20px;
  }
}
.slick__fullwidth .slick-track {
  display: flex !important;
}
.slick__fullwidth-slide {
  margin: 0 15px;
  position: relative;
  background: #f5f5f5;
  height: inherit !important;
}
.slick__fullwidth-slide .image {
  width: 100%;
  display: block;
  overflow: hidden;
}
.slick__fullwidth-slide .image img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slick__fullwidth-slide:hover .image img {
  transform: scale(1.1);
}
.slick__fullwidth-slide .description {
  padding: 40px 20px;
  background: #f5f5f5;
}
@media (max-width: 1100px) {
  .slick__fullwidth-slide .description {
    padding: 20px 20px;
  }
}
.slick__fullwidth-slide .description .btn {
  margin: 0;
}
.slick__fullwidth .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 18px;
  height: 40px;
}
.slick__fullwidth .slick-arrow.slick-prev {
  left: -40px;
}
.slick__fullwidth .slick-arrow.slick-next {
  right: -40px;
}
.slick__fullwidth .slick-arrow .slick-icon {
  width: 20px;
  stroke: #525052;
  stroke-width: 5;
  opacity: 1;
  height: 40px;
}

.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: #ffffff;
  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: #2C4390;
  border-radius: 10px;
  color: #ffffff;
  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: #ffffff;
}
.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: #2C4390;
  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: #ffffff;
  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: "Source Sans Pro", 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: #2C4390;
  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);
}

.logoCarousel {
  margin-top: 30px;
}
.logoCarousel .slick-slide {
  margin: 15px 15px;
}
.logoCarousel .slick-list {
  margin: -15px -15px;
}
.logoCarousel .logo-slide {
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 100%;
  border: 1px solid #f5f5f5;
  height: 180px;
}
.logoCarousel .logo-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  position: relative;
}
.logoCarousel .logo-slide .stoerer {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 3px;
  background: #F2EDED;
  padding: 5px;
  font-size: 0.85rem;
  color: #15255A;
  line-height: 1em;
  z-index: 2;
}
.logoCarousel .logo-slide img {
  width: auto;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logoCarousel .slick-active {
  transition: all 0.2s ease-in-out;
}
.logoCarousel .slick-prev {
  left: -40px;
}
.logoCarousel .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.logoCarousel .slick-next {
  right: -40px;
}
.logoCarousel .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}

.adm {
  margin-top: 30px;
}
.adm .slick-slide {
  margin: 25px 25px;
  background: #ffffff;
  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_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: #2C4390 !important;
}
.slider_single .slick-active button {
  background-color: #2C4390 !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: #2C4390 !important;
}
.content_slider .slick-active button {
  background-color: #2C4390 !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: #15255A;
  position: fixed;
  z-index: 3;
  font-family: "Source Sans Pro", 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: #ffffff !important;
}
.quiz__button .quiz__title {
  color: #ffffff;
  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 {
  height: auto;
}
.front__page {
  position: relative;
}
.front__page:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.front__page.with__image {
  height: 90vh;
}
.front__page.with__image .image {
  width: 100%;
  height: 100%;
}
.front__page.with__image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.front__page .hero__content {
  position: absolute;
  top: 50%;
  height: auto;
  z-index: 1;
  text-align: center;
  width: 50vw;
  left: 50%;
  transform: translate(-50%, -70%);
}
@media (max-width: 1100px) {
  .front__page .hero__content {
    width: 90vw;
    transform: translate(-50%, -70%);
  }
}
.front__page .hero__content h1 {
  line-height: 1.1em;
  width: 100%;
  font-size: 48px;
  font-weight: 900;
  color: #2C4390;
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .front__page .hero__content h1 {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
  }
}

.single__page {
  position: relative;
  margin-top: 100px;
  width: 100%;
  border-radius: 10px;
  background: #f5f5f5;
}
.single__page.with__image {
  height: 75vh;
}
@media (max-width: 1100px) {
  .single__page.with__image {
    margin-top: 0;
    height: 75vh;
  }
}
.single__page.with__image .image {
  width: 100%;
  height: 100%;
}
.single__page.with__image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.single__page.with__image h1 {
  color: #ffffff;
}
.single__page.no__image {
  height: 40vh;
  position: relative;
  background: #f5f5f5;
}
@media (max-width: 1100px) {
  .single__page.no__image {
    margin-top: 0;
    height: 40vh;
    width: calc(100% - 50px);
    margin-left: 25px;
  }
}
.single__page.no__image .container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  z-index: 1;
  text-align: center;
}
.single__page .hero__content {
  position: absolute;
  bottom: 80px;
  height: auto;
  z-index: 1;
  text-align: center;
  width: 60vw;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .single__page .hero__content {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.single__page .hero__content h1 {
  line-height: 1.1em;
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .single__page .hero__content h1 {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
  }
}
.single__page .hero__content .postthumb__hero {
  position: absolute;
  left: 0;
  border-radius: 10px;
  bottom: -150px;
  z-index: 1;
}

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

.quiz-teaser-home {
  position: relative;
  top: -100px;
  z-index: 2;
}

.content__section {
  padding-top: 90px;
  padding-bottom: 90px;
  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: #f5e6e8;
  left: 0;
  top: -150px;
  z-index: -1;
}

[class*=icon] {
  fill: #2C4390;
}

.icon {
  fill: #2C4390;
  margin-bottom: 20px;
}
.icon__light {
  fill: #ffffff;
}
.icon__primary {
  fill: #2C4390;
}
.icon__secondary {
  fill: #15255A;
}
.icon__red {
  fill: #B72727;
}
.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: #ffffff;
}
.gray_box submit {
  margin-bottom: 0;
}

.divider {
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #2C4390;
}

.sidebar .widget {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.sidebar .widget h2 {
  font-size: 1em;
  color: #222222;
  margin-bottom: 10px;
}
.sidebar .widget a {
  color: #222222;
  font-size: 0.85em;
}
.sidebar .widget ul li {
  margin-bottom: 0;
  margin-left: 0;
}
.sidebar .postimage__sidebar {
  border-radius: 10px;
  margin-bottom: 30px;
}

/* -------------------- 
-->	Icon Box 
-------------------- */
.icon__box {
  margin-bottom: 30px;
  float: left;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 1100px) {
  .icon__box {
    margin-bottom: 50px;
  }
}
.icon__box__align_left {
  text-align: left;
}
.icon__box__align_center {
  text-align: center;
  position: relative;
}
.icon__box__align_center:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -15px;
  top: 0;
  background: #ffffff;
}
@media (max-width: 1100px) {
  .icon__box__align_center:after {
    display: none;
  }
}
.icon__box__align_center .icon {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.icon__box .icon {
  float: left;
  height: auto;
  width: 80px;
}
.icon__box .icon__box-content {
  float: left;
  width: 100%;
  padding: 0 0px 0 0;
}
.icon__box .icon__box-content p {
  margin-bottom: 0;
}
.icon__box .icon__box-content p .title {
  font-size: 1.1em;
  font-weight: 500;
}
.icon__box .icon__box-content .btn {
  margin-bottom: 0;
}

.vc_row.vc_inner .wpb_column:last-of-type .icon__box:after {
  display: none;
}

.icon__box-left {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .icon__box-left {
    margin-bottom: 0;
  }
}
.icon__box-left a {
  color: #222222;
  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: 500;
}

.heading {
  margin-top: 20px;
  margin-bottom: 60px;
}
.heading p {
  margin-bottom: 0;
}
.heading p.section__title {
  font-size: 28px;
  font-size: 1.75rem;
  color: #2C4390;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.heading p.section__title:before {
  top: -20px;
  right: 0;
  height: 4px;
  width: 100vw;
  position: absolute;
  content: "";
  background: #2C4390;
}
@media (max-width: 768px) {
  .heading p.section__title {
    text-align: left;
  }
}
.font_white .heading p.section__title {
  color: #ffffff;
}
.font_white .heading p.section__title:before {
  background: #ffffff;
}

.team__wrap {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}
.team__wrap.team__grid {
  gap: 40px;
}
.team__wrap.team__grid .team__item {
  flex: 0 0 calc(33.33% - 27px);
  max-width: calc(33.33% - 27px);
  border-botom: 0;
  background: #f5f5f5;
  border-bottom: none !important;
}
@media (max-width: 1200px) {
  .team__wrap.team__grid .team__item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .team__wrap.team__grid .team__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.team__wrap.vertical {
  gap: 40px;
}
.team__wrap.vertical .team__item {
  flex: 0 0 calc(33.33% - 27px);
  max-width: calc(33.33% - 27px);
}
@media (max-width: 768px) {
  .team__wrap.vertical .team__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.team__wrap.horizontal .team__item {
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .team__wrap.horizontal .team__item {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .team__wrap.horizontal .team__item {
    align-items: flex-start;
  }
}
.team__wrap.horizontal .team__item .image__holder {
  width: 150px;
  float: left;
}
@media (max-width: 768px) {
  .team__wrap.horizontal .team__item .image__holder {
    width: 80px;
  }
}
.team__wrap.horizontal .team__item .description__holder {
  width: calc(100% - 170px);
  margin-left: 20px;
  float: left;
  margin-top: 0;
}
@media (max-width: 768px) {
  .team__wrap.horizontal .team__item .description__holder {
    width: calc(100% - 100px);
  }
}

.team__item .image__holder img {
  float: left;
}
.team__item .description__holder {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 30px;
}
.team__item .description__holder p.title {
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.team__item .description__holder p.position {
  font-size: 0.8em;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0;
}
.team__item .description__holder p.contact_data {
  /*margin-bottom:10px;
  margin-top:10px;*/
  line-height: 1.2;
}
.team__item .description__holder a {
  color: #222222;
}

.colored__box {
  padding: 60px;
  border-radius: 10px;
  position: relative;
  background: rgb(253, 171, 60);
  background: linear-gradient(90deg, rgb(253, 171, 60) 0%, rgb(253, 125, 44) 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: #ffffff;
}

.content__box {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  background: #f5f5f5;
  background-size: contain !important;
  background-position: center center;
}
.content__box.bg__primary {
  background: #2C4390;
  color: #ffffff;
}
.content__box.bg__primary ul li:before {
  color: #ffffff !important;
}
.content__box.bg__primary h1, .content__box.bg__primary h2, .content__box.bg__primary h3, .content__box.bg__primary h4 {
  color: #ffffff;
}
@media (max-width: 768px) {
  .content__box {
    margin-bottom: 30px;
  }
}
@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: #ffffff;
}
.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: #ffffff;
}
.content__box.text--light p, .content__box.text--light a {
  color: #ffffff;
}
.content__box.text--light ul li:before {
  color: #ffffff;
}

.wpb_content_element + .content__box, .content__box + .content__box {
  margin-top: 50px;
}

.teaser__box {
  position: relative;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.teaser__box a {
  color: #222222;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.teaser__box .image {
  height: 200px;
}
.teaser__box .image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.teaser__box .description {
  padding: 25px;
  border-bottom: 1px solid #f5f5f5;
}
.teaser__box .description .title {
  color: #2C4390;
  font-weight: 700;
  margin-bottom: 0;
}
.teaser__box .details {
  float: left;
  width: 100%;
  padding: 25px;
  display: flex;
  margin-top: auto;
}
.teaser__box .details > div:first-of-type {
  flex: 0 0 50%;
}
.teaser__box .details > div:last-of-type {
  flex: 0 0 50%;
}
.teaser__box .details .price {
  text-align: right;
  float: right;
}
.teaser__box .details .price-value {
  float: right;
  display: flex;
  align-content: baseline;
  align-items: baseline;
}
.teaser__box .details .price-value span:first-of-type {
  font-size: 1em;
  float: left;
  margin-right: 5px;
}
.teaser__box .details .price-value span:last-of-type {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
  float: left;
}
.teaser__box .details .price-info {
  font-size: 1em;
  float: left;
  width: 100%;
  clear: left;
  text-align: right;
}

.masonry__wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.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: #2C4390;
  left: 15px;
  top: 50%;
}
.tabs-wrapper .tab-title:after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #2C4390;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 30px;
  background: #ffffff;
}
.tabs-wrapper .tab-title.active {
  cursor: default;
  color: #2C4390;
}
.tabs-wrapper .tab-title.active:after {
  background: #2C4390;
}
.tabs-wrapper .tab-title:hover {
  color: #2C4390;
}
.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(120px, 1fr));
  grid-gap: 1rem;
}
.logo__grid > div {
  background: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: grid;
  border-radius: 10px;
  place-items: center;
}
.logo__grid > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  grid-area: 1/1/2/2;
}
.logo__grid > div img {
  width: 100%;
  grid-area: 1/1/2/2;
}

.panel .panel-container {
  display: flex;
}
@media (max-width: 1100px) {
  .panel .panel-container {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1100px) {
  .panel .panel-container {
    border-bottom: 0;
    height: 100%;
    position: relative;
  }
}
.panel .panel-content-container {
  margin: 0px 0 0 0px;
  width: calc(50% - 15px);
  padding: 80px 60px;
  margin: 120px 0 30px 0;
  background: #2C4390;
  border-radius: 10px;
}
@media (max-width: 1100px) {
  .panel .panel-content-container {
    order: 2;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-top: -50px;
    box-shadow: none;
    padding: 30px;
    z-index: 10;
  }
}
@media (min-width: 1100px) {
  .panel .panel-content-container {
    position: relative;
    width: 45%;
  }
}
.panel .panel-content-container h1, .panel .panel-content-container h2, .panel .panel-content-container h3, .panel .panel-content-container h4, .panel .panel-content-container h5, .panel .panel-content-container p {
  color: #ffffff;
}
@media (min-width: 1100px) {
  .panel .panel--left .panel-content-container {
    float: left;
  }
  .panel .panel--right .panel-content-container {
    position: relative;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .panel .panel--right .panel-content {
    padding: 0px;
  }
}
@media (min-width: 1100px) {
  .panel .panel--left .panel-content {
    float: right;
    padding: 0px;
  }
}
.panel .panel-image-container {
  position: relative;
}
@media (min-width: 1100px) {
  .panel .panel-image-container {
    align-items: center;
    display: flex;
    position: absolute;
    height: 100%;
  }
}
.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;
  border-radius: 10px;
}
.panel .panel-image-container picture .panel-image.image--top {
  object-position: 0 0;
}
@media (min-width: 1100px) {
  .panel .panel--left .panel-image-container {
    right: 0;
    order: 2;
    margin-left: 30px;
    width: 60%;
  }
  .panel .panel--left .panel-image-container.image-release {
    margin-right: calc(-50vw + 50%);
    width: auto;
  }
  .panel .panel--left .panel-image-container:before {
    top: -50px;
    left: -50px;
  }
  .panel .panel--left .panel-content-container {
    order: 1;
  }
  .panel .panel--right .panel-image-container {
    left: 0;
    order: 1;
    margin-right: 30px;
    width: 60%;
  }
  .panel .panel--right .panel-image-container.image-release {
    margin-left: calc(-50vw + 50%);
    width: auto;
  }
  .panel .panel--right .panel-image-container:before {
    top: -50px;
    right: -50px;
  }
  .panel .panel--right .panel-content-container {
    order: 2;
  }
}

.panel.full--height .panel-image-container {
  height: 100vh;
}

.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: #f5f5f5;
  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: 1200px) {
  .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: 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: auto;
  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;
  left: 0;
  width: 100%;
}
.parallax .parallax-image-container picture {
  width: 100%;
  height: 100%;
  float: left;
}
.parallax .parallax-image-container picture .parallax-image {
  object-fit: contain;
  height: 300px;
  width: 100%;
  float: left;
}
@media (min-width: 680px) {
  .parallax .parallax-image-container picture .parallax-image {
    height: 450px;
  }
}
@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;
}
.parallax .parallax-content-container {
  position: absolute;
  padding-top: 90px;
  padding-bottom: 90px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .parallax .parallax-content-container {
    position: relative;
    padding-bottom: calc(90px / 2) !important;
    padding-top: calc(90px / 2) !important;
    height: auto;
    top: 0;
    bottom: 0;
    color: #222222;
    float: left;
  }
  .parallax .parallax-content-container .heading {
    margin-top: 20px;
  }
  .parallax .parallax-content-container .heading p.section__title {
    color: #222222;
  }
  .parallax .parallax-content-container .heading p.section__title:before {
    background: #222222;
  }
}
.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: #ffffff;
  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: #2C4390;
  font-weight: 700;
  font-size: 0.65rem; /*1rem;*/
  line-height: 0.9rem; /*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;
  border-radius: 0px;
  overflow: hidden;
}
.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: rgb(0, 67, 122);
  background: linear-gradient(0deg, rgb(0, 67, 122) 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: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.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: #15255A;
}
@media (min-width: 1100px) {
  .list__children > .list__children-item {
    flex: 0 0 calc(33.33% - 13.3333333333px);
    max-width: calc(33.33% - 13.3333333333px);
  }
}
@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 100%;
    max-width: 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: 0px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1100px) {
  .list__children-full .list__children-item .image__holder {
    margin-right: 0;
    flex: 0 0 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: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.mitgliedschaften {
  margin-top: 30px;
}
.mitgliedschaften .mitgliedschaften__item {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.timeline {
  float: left;
  padding: 40px 0;
  position: relative;
  margin-top: 50px;
}
.timeline:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #2C4390;
  top: 0;
  left: 50px;
  z-index: 0;
}
.timeline:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background: #2C4390;
  top: 0;
  left: 40px;
  z-index: 0;
}
.timeline .timeline__item__wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.timeline .timeline__item__wrapper:last-of-type {
  margin-bottom: 0;
}
.timeline .timeline__item__wrapper .timeline__item {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  width: 66.66%;
  padding: 20px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
}
@media (max-width: 768px) {
  .timeline .timeline__item__wrapper .timeline__item {
    width: 100%;
  }
}
.timeline .timeline__item__wrapper .timeline__item .timeline__item__image {
  padding-right: 20px;
}
.timeline .timeline__item__wrapper .timeline__item .timeline__item__year {
  color: #2C4390;
  font-weight: 700;
  font-size: 1em;
  flex: 0 0 100%;
}
.timeline .timeline__item__wrapper:nth-child(even) .timeline__item .timeline__item__image {
  order: 2;
  padding-left: 20px;
  padding-right: 0;
}

.vc_row.section_bg_light {
  position: relative;
  background: #f5f5f5;
  display: inline-block;
}
.vc_row.section_bg_light:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  top: -40px;
  left: 0px;
  display: block;
  background: url(assets/images/section_before.svg);
  background-size: 100% 100%;
}
.vc_row.section_bg_light:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: -40px;
  left: 0px;
  display: block;
  background: url(assets/images/section_after.svg);
  background-size: 100% 100%;
}

.vc_row.section_bg_white {
  position: relative;
  background: #ffffff;
  display: inline-block;
}
.vc_row.section_bg_white:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  top: -40px;
  left: 0px;
  display: block;
  background: url(assets/images/section_before-white.svg);
  background-size: 100% 100%;
}
.vc_row.section_bg_white:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: -40px;
  left: 0px;
  display: block;
  background: url(assets/images/section_after-white.svg);
  background-size: 100% 100%;
}

.vc_row[data-vc-full-width], .vc_section[data-vc-full-width] {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  overflow: visible !important;
}
@media (max-width: 1100px) {
  .vc_row[data-vc-full-width], .vc_section[data-vc-full-width] {
    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: 1100px) {
  .vc_section, .vc_section-has-fill {
    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;
}
@media (max-width: 1100px) {
  .vc_row.padding_only_bottom {
    padding-bottom: calc(90px / 2) !important;
  }
}

.vc_row.padding_only_top {
  padding-top: 90px !important;
}
@media (max-width: 1100px) {
  .vc_row.padding_only_top {
    padding-top: calc(90px / 2) !important;
  }
}

.vc_row.padding_top_bottom {
  padding: 90px inherit !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
@media (max-width: 1100px) {
  .vc_row.padding_top_bottom {
    padding-top: calc(90px / 2) !important;
    padding-bottom: calc(90px / 2) !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: #ffffff;
}

.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: #2C4390;
}

.shadow__box {
  background: #ffffff;
  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;
}

.vc_single_image-img {
  border-radius: 10px;
}

.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 {
    margin-bottom: 0 !important;
  }
  .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: 90px;
}

/* 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: 10px 20px 30px 20px !important;
}

.vc_tta-panels {
  background: none !important;
  border: 0 !important;
}

.vc_tta-controls-icon:after {
  border-color: #2C4390 !important;
}
.vc_tta-controls-icon:before {
  border-color: #2C4390 !important;
}

.vc_active .vc_tta-controls-icon:after, .vc_tta-panel-heading:hover .vc_tta-controls-icon:after {
  border-color: #ffffff !important;
}
.vc_active .vc_tta-controls-icon:before, .vc_tta-panel-heading:hover .vc_tta-controls-icon:before {
  border-color: #ffffff !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;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 0px !important;
  position: static !important;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  background-color: #f5f5f5 !important;
  color: #222222 !important;
  line-height: 1em;
  transition: background 0.3s ease;
}
.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-color: #2C4390 !important;
  background-position: 100%;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover .vc_tta-title-text, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover .vc_tta-icon, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus .vc_tta-title-text, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus .vc_tta-icon {
  color: #ffffff !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text {
  color: #222222 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-icon {
  color: #222222 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  background-color: #2C4390 !important;
  color: #ffffff;
  background-position: 100%;
}
.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: #ffffff !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: #222222 !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: #222222 !important;
  font-family: "Source Sans Pro", sans-serif;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 30px 20px 10px 20px !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: #222222 !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #222222 !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 27px 0px 27px !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;
}

.filterbar {
  float: left;
  width: 100%;
}
.filterbar .inner {
  float: left;
  width: 100%;
  padding: 0px;
  position: relative;
  z-index: 1;
  top: -30px;
}
.filterbar .inner form.filter-projekte .vermarktungsart {
  width: calc(33.33% - 20px);
}
@media (max-width: 1100px) {
  .filterbar .inner form.filter-projekte .vermarktungsart {
    width: 100%;
  }
}
.filterbar .inner form.filter-projekte .objektart {
  margin-top: 25px;
}
.filterbar .inner form .filter_title {
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #222222;
  text-transform: uppercase;
  width: 100%;
  line-height: 1;
}
.filterbar .inner p {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0px;
}
.filterbar .inner p:first-of-type {
  margin-top: 0;
}
.filterbar .btn {
  margin: 0;
  margin-top: 25px;
}
.filterbar [type=submit] {
  display: none;
}

.filterbar select {
  margin-top: 10px;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  color: #222222;
  font-size: 0.85em;
}

.checkbox {
  display: inline-block;
  margin: 0px 20px 0 0;
}
.checkbox .checkbox-label {
  font-size: 0.85em;
  position: relative;
  padding-left: 30px;
  padding-top: 3px;
}
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.checkbox input[type=checkbox] + .checkbox-label:before {
  font-family: "FontAwesome";
  content: "";
  text-align: center;
  background: transparent;
  border: 1px solid #222222;
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
  position: absolute;
  left: 0px;
  top: 2px;
  transition: all 250ms ease;
}
.checkbox input[type=checkbox]:checked + .checkbox-label:before {
  content: "\f00c";
}
.checkbox input[type=checkbox]:disabled + .checkbox-label:before {
  box-shadow: inset 0 0 0 4px #f5e6e8;
  border-color: #ffffff;
  background: #ffffff;
}
.checkbox input[type=checkbox] + .checkbox-label:empty:before {
  margin-right: 0;
}

.checkbox__column {
  display: flex;
  flex-flow: row wrap;
}
.checkbox__column > div {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 5px 5px 0 0;
}

.checkbox__inline {
  display: flex;
  flex-flow: row wrap;
}
.checkbox__inline > div {
  flex: 0 0 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  margin: 5px 5px 0 0;
}
@media (max-width: 1100px) {
  .checkbox__inline > div {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

.verlage {
  display: flex;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  padding: 5px;
  border-radius: 5px;
  align-items: center;
}
@media (max-width: 768px) {
  .verlage {
    display: none;
  }
}
.verlage > div:first-of-type {
  margin-right: 10px;
  font-size: 0.75rem;
}
.verlage img {
  float: left;
  margin: 0;
  height: 20px;
}

.selected_filter {
  display: flex;
  float: left;
  width: 100%;
}
.selected_filter > div {
  display: none;
  flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin: 10px;
  border-radius: 5px;
  background: #F2EDED;
  padding: 10px;
  margin-bottom: 30px;
}
.selected_filter > div span {
  color: #2C4390;
  font-family: "Source Sans Pro", sans-serif;
}

.reisen__grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  float: left;
  margin-bottom: 90px;
}
.reisen__grid.full {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
.reisen__grid > .reise__teaser {
  position: relative;
  flex: 0 0 calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  margin: 15px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.reisen__grid > .reise__teaser a {
  color: #222222;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.reisen__grid > .reise__teaser .image {
  height: 200px;
}
.reisen__grid > .reise__teaser .image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.reisen__grid > .reise__teaser .ausgebucht {
  background: #fff;
  position: absolute;
  color:#2C4390;
  padding:5px 10px;
  font-size:0.8em;
  top:0px;
  left:0px;
  line-height:1;
  border-bottom-right-radius:10px;
}

.reisen__grid > .reise__teaser .description {
  padding: 25px;
  border-bottom: 1px solid #f5f5f5;
}
.reisen__grid > .reise__teaser .description .title {
  color: #2C4390;
  font-weight: 700;
  margin-bottom: 0;
}
.reisen__grid > .reise__teaser .details {
  float: left;
  width: 100%;
  padding: 25px;
  display: flex;
  margin-top: auto;
}
.reisen__grid > .reise__teaser .details > div:first-of-type {
  flex: 0 0 50%;
  line-height:1;
}
.reisen__grid > .reise__teaser .details > div:last-of-type {
  flex: 0 0 50%;
}
.reisen__grid > .reise__teaser .details .price {
  text-align: right;
  float: right;
}
.reisen__grid > .reise__teaser .details .price-value {
  float: right;
  display: flex;
  align-content: baseline;
  align-items: baseline;
}
.reisen__grid > .reise__teaser .details .price-value span:first-of-type {
  font-size: 1em;
  float: left;
  margin-right: 5px;
}
.reisen__grid > .reise__teaser .details .price-value span:last-of-type {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1;
  float: left;
}
.reisen__grid > .reise__teaser .details .price-info {
  font-size: 1em;
  float: left;
  width: 100%;
  clear: left;
  text-align: right;
}
@media (max-width: 1100px) {
  .reisen__grid > .reise__teaser {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .reisen__grid > .reise__teaser {
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

.facts__section {
  padding-bottom: 50px;
}
.facts__section .facts__container {
  background: #2C4390;
  padding: 50px;
  border-radius: 10px;
  top: -50px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  z-index: 5;
}
@media (max-width: 768px) {
  .facts__section .facts__container {
    margin-bottom: 100px;
    top: 30px;
    float: left;
    padding: 20px;
  }
  .facts__section .facts__container div {
    float: left;
    width: 100%;
  }
  .facts__section .facts__container div:last-of-type {
    margin-top: 10px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .facts__section .facts__container {
    display: flex;
  }
  .facts__section .facts__container div:first-of-type {
    flex: 0 0 70%;
  }
  .facts__section .facts__container div:last-of-type {
    flex: 0 0 30%;
  }
}
.facts__section .facts__container h1 {
  color: #ffffff;
  margin-bottom: 0;
  text-transform: none;
}
@media (max-width: 768px) {
  .facts__section .facts__container h1 {
    font-size: 1.5em;
  }
}
.facts__section .facts__container .reise__subheadline {
  color: #ffffff;
  font-size: 1.3em;
}
@media (max-width: 768px) {
  .facts__section .facts__container .reise__subheadline {
    font-size: 1em;
    line-height: 1.2em;
    display: block;
  }
}
.facts__section .facts__container .reise__dauer {
  clear: left;
  color: #ffffff;
  display: block;
  margin-top: 10px;
}
.facts__section .facts__container .reise__termin {
  clear: left;
  color: #ffffff;
  display: block;
  margin-top: 0px;
  font-size:0.8em;
  line-height:1;
}
.facts__section .facts__container .preis__container {
  color: #ffffff;
  text-align: right;
  float: right;
}
.facts__section .facts__container .preis__container-preis {
  display: flex;
  align-content: baseline;
  align-items: baseline;
}
.facts__section .facts__container .preis__container-preis span:first-of-type {
  font-size: 1.5em;
  float: left;
  margin-right: 5px;
}
.facts__section .facts__container .preis__container-preis span:last-of-type {
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1;
  float: left;
}
@media (max-width: 768px) {
  .facts__section .facts__container .preis__container-preis span:last-of-type {
    font-size: 2em;
  }
}
.facts__section .facts__container .preis__container-info {
  font-size: 1.3em;
  float: left;
  width: 100%;
  clear: left;
  text-align: right;
}
@media (max-width: 768px) {
  .facts__section .facts__container .preis__container-info {
    font-size: 1em;
    margin-top: 0 !important;
  }
}

.description__section {
  position: relative;
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.description__section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  top: -40px;
  left: 0;
  display: block;
  background: url(assets/images/section_before.svg);
  background-size: 100% 100%;
}
.description__section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: -40px;
  left: 0;
  display: block;
  background: url(assets/images/section_after.svg);
  background-size: 100% 100%;
}

.dates__section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.accordion {
  margin-top: 50px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e3e3e3;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e3e3e3;
}
.accordion .accordion-item .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  color: #2C4390;
  font-size: 1.3em;
}
.accordion .accordion-item .accordion-title::before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 7px;
  width: 7px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
  transform-origin: center;
}
.accordion .accordion-item .accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

.accordion-item.is-active .accordion-title::before {
  transform: rotate(225deg);
}

span.job_gender {
  font-size: 0.6em;
  font-weight: bold;
}

span.job_application {
  font-size: 0.8em;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.job_listings ul li:before {
  display: none;
  list-style-type: none !important;
}

.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: 1em !important;
}

.rp4wp-related-job_listing > ul li.job_listing a div.position, .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
  padding-left: 0 !important;
}

.job_filters {
  background: #2C4390 !important;
}

.job_filters .search_jobs {
  padding: 2em !important;
}

.job_filters input[type=text] {
  margin-top: 0;
  border: 1px solid #fff;
}

ul.job_listings {
  padding-left: 0;
}

.job-listing-meta li:before {
  position: inherit !important;
  margin-left: 0 !important;
  top: 0 !important;
}

.single_job_listing .application .application_button {
  padding: 10px 25px 10px 35px !important;
}

.single_job_listing .application .application_button:hover {
  cursor: pointer;
}

ul.job-listing-meta li:before {
  background: transparent !important;
}

/*
 * Shortcodes
 */
.row.shortcode > div {
  margin-bottom: 22px;
}

/*
 * Job Manager CSS
 */
/* Job Listing */
.job_listings > li {
  margin-bottom: 22px;
  padding: 10px 0 !important;
}

.job_listings > li,
.job_listings .link {
  float: left;
  width: 100%;
}

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

/* 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 25px 10px 25px !important;
  line-height: 1.5em;
  height: auto;
}

.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-header {
  max-width: 100%;
}

.single_job_listing .meta .job-type {
  background-color: #2C4390 !important;
}

.job-manager .job-type,
.job-types .job-type,
.job_listing .job-type {
  color: #2C4390 !important;
}

/* Single Job Form */
.job_application {
  padding-bottom: 90px;
}

.job-manager-application-form {
  margin: 0;
}

.job-manager-form .fieldset-datenschutz 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 {
  width: 80%;
}

.job-manager-form .fieldset-datenschutz label.description a {
  text-decoration: underline;
}

.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: 28px;
  font-size: 1.75rem;
  color: #2C4390;
  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: #ffffff;
  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: 28px;
  font-size: 1.75rem;
  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);
  }
}

/* ------------------------------------------------------------
			HISTORIE 
------------------------------------------------------------ */
.wpostahs-slick-slider .slick-arrow {
  border: 0;
}

.wpostahs-slick-slider .slick-arrow:hover {
  border: 0 !important;
  color: #c80000;
}

.wpostahs-slider-design-2 .wpostahs-slick-slider .slick-arrow {
  top: 50% !important;
  margin-top: -30px !important;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-list.draggable::before {
  height: 2px;
  content: "";
  width: 640px;
  background: #d8dde7;
  position: absolute;
  top: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title, .wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent-title, .wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-centent {
  text-align: center;
  outline: none;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav-title.slick-center .wpostahs-main-title::after, .wpostahs-slider-design-2 .wpostahs-slider-nav-title.slick-center .wpostahs-main-title::before {
  content: none;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav-title .wpostahs-main-title {
  border-radius: 50%;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav-title .wpostahs-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title .wpostahs-main-title {
  background: transparent;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title .wpostahs-main-title button {
  padding: 0px;
  margin: 0px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #d8dde7;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
  border-color: #000;
  background: #000;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current {
  color: #000;
  font-weight: 700;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .slick-current .wpostahs-title {
  opacity: 0;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav-title {
  color: #bbb;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title:hover .wpostahs-main-title button {
  background: #000;
  transition: all 0.5s ease-in-out;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav .wpostahs-slider-nav-title .wpostahs-title:hover {
  cursor: pointer;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav {
  max-width: 800px;
  margin: 0px auto;
}

.wpostahs-slider-design-2 .wpostahs-centent {
  max-width: 43.75em;
  margin: 0 auto;
  padding: 0.5em 2.5em 1.9375em;
}

.wpostahs-slider-design-2 .wpostahs-slider-for {
  padding-top: 0;
}

.wpostahs-slider-design-2 .wpostahs-slider-for .wpostahs-slider-nav-content img {
  display: inline-block;
  border-radius: 0px;
  box-shadow: none;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav.wpostahs-slick-slider .slick-track {
  margin: 0 auto;
}

.wpostahs-slider-design-2 .wpostahs-slider-nav-title .wpostahs-main-title {
  line-height: 0px !important;
  top: 8px;
}

.wpostahs-slider-design-2 ul li:before {
  display: none;
}

.wpostahs-slick-slider .slick-dots li.slick-active button {
  background: #000 !important;
}

.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;
  overflow-x: scroll;
  display: inline-block;
  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;
}
@media (max-width: 768px) {
  .breadcrumb {
    width: calc(100vw - 3px);
    margin-left: -20px;
    padding: 10px 20px;
  }
}
.breadcrumb a:hover span {
  border-bottom: 1px solid #15255A;
}
.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: #15255A;
  margin: 0 15px;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .breadcrumb span.trenner {
    margin: 0 5px;
  }
}
.breadcrumb span.current-item {
  color: #15255A;
  border-bottom: 1px solid #15255A;
}

body.customer-area-active .cuar-css-wrapper.cuar-content-container {
  border: 0;
}
body.customer-area-active .cuar-css-wrapper .cuar-menu-container .navbar .navbar-nav > li.current-menu-item > a {
  background: #2C4390;
}
body.customer-area-active .cuar-css-wrapper .cuar-toolbar {
  display: none;
}
body.customer-area-active .cuar-css-wrapper .cuar-page-content-main {
  padding: 20px 0;
}
body.customer-area-active .cuar-css-wrapper .panel-heading {
  background: #2C4390;
  color: #ffffff;
  border: 0;
}

.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 100%;
    max-width: 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 100%;
    max-width: 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: #ffffff;
  border-radius: 5px;
  left: 10px;
  padding: 10px;
}
.content__teaser .description p {
  transition: all 0.3s ease-in-out;
  color: #2C4390;
}
.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: #2C4390;
}
.content__teaser:hover .description p {
  color: #ffffff;
}
.content__teaser.logos {
  border: 1px solid #f5f5f5;
  padding: 40px;
}
.content__teaser.logos img {
  max-width: 100%;
}
.content__teaser.logos .stoerer {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 3px;
  background: #F2EDED;
  padding: 5px;
  font-size: 0.85rem;
  color: #15255A;
  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;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.post__teaser .post__teaser-image {
  flex: 0 0 200px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-right: 40px;
}
@media (max-width: 1100px) {
  .post__teaser .post__teaser-image {
    display: none;
  }
}
.post__teaser .post__teaser-image img {
  transition: all 0.3s ease-in-out;
  float: left;
}
.post__teaser .post__teaser-content span.category {
  font-size: 0.8em;
}
.post__teaser .post__teaser-content span.post__teaser-excerpt {
  display: block;
}
.inline__scroll {
  background: #ffffff;
  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: 1rem;
}
.inline__scroll ul li a {
  padding: 0 20px;
  color: #2C4390;
  opacity: 1;
  font-weight: 700;
}
.inline__scroll ul li a.active, .inline__scroll ul li a:hover {
  opacity: 1;
}

.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;
  transition: color 1s ease;
}

@media (min-width: 32em) {
  .modal-box {
    width: 70%;
  }
}
table {
  font-weight: 500;
  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 #f5f5f5;
  vertical-align: top;
  /*
  &:nth-child(even){
  	background: $light;
  }
  */
}
table tr:last-of-type {
  border-bottom: 0px solid #222222;
}
table tr th {
  padding: 0px 0px;
  font-weight: 500;
}
table tr td {
  padding: 0px 0px;
  text-align: left;
}
table tr td a {
  display: inline;
}
table thead td {
  padding: 5px 15px;
  font-weight: 700;
  background: #dedede;
  color: #2C4390;
}

table.table_clean tr:nth-child(even) {
  background: transparent;
}
table.table_clean tr td {
  border-right: 1px solid #f5f5f5;
  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: #236b46;
  color: #ffffff;
}
table.table_clean tr td.td_bg_green_80 {
  background: #2f925f;
  color: #ffffff;
}
table.table_clean tr td.td_bg_green_60 {
  background: #3cb878;
}
table.table_clean tr td.td_bg_green_40 {
  background: #5dca92;
}
table.table_clean tr td.td_bg_green_20 {
  background: #83d7ac;
}

.row__reise-header {
  padding: 20px 20px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .row__reise-header {
    display: flex;
  }
  .row__reise-header div:nth-child(1) {
    flex: 0 0 30%;
  }
  .row__reise-header div:nth-child(2) {
    flex: 0 0 35%;
  }
  .row__reise-header div:nth-child(3) {
    flex: 0 0 15%;
    text-align: right;
  }
  .row__reise-header div:nth-child(4) {
    flex: 0 0 20%;
  }
}

.row__reise-date {
  padding: 20px 20px;
  float: left;
  width: 100%;
  text-align: left;
  align-items: center;
  background: #f5f5f5;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .row__reise-date .btn {
    float: left;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .row__reise-date {
    display: flex;
  }
  .row__reise-date div:nth-child(1) {
    flex: 0 0 30%;
  }
  .row__reise-date div:nth-child(2) {
    flex: 0 0 35%;
  }
  .row__reise-date div:nth-child(3) {
    flex: 0 0 15%;
    text-align: right;
    white-space: nowrap;
  }
  .row__reise-date div:nth-child(4) {
    flex: 0 0 20%;
    padding-left: 0px;
  }
  .row__reise-date .btn {
    float: right;
    margin: 0;
  }
}
.row__reise-date a {
  display: inline;
}
.row__reise-date span.hotel {
  opacity: 0.6;
}
.row__reise-date span.room {
  font-weight: 700;
}
@media (max-width: 768px) {
  .row__reise-date span.room {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }
}
.row__reise-date span.reisepreis {
  font-size: 1.8em;
  color: #2C4390;
  font-weight: 700;
}
@media (min-width: 768px) {
  .row__reise-date span.show_mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .row__reise-date .btn {
    margin-top: 10px;
  }
}

table.reise {
  font-weight: 500;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 1100px) {
  table.reise {
    overflow-x: auto;
    width: fit-content;
    max-width: 100%;
    display: block;
  }
}
table.reise tr {
  border-bottom: 1px solid #2C4390;
  vertical-align: top;
  /*
  &:nth-child(even){
  	background: $light;
  }
  */
}
table.reise tr:last-of-type {
  border-bottom: 0px solid #222222;
}
table.reise tr th {
  padding: 20px 0px;
  font-weight: 700;
}
table.reise tr td {
  padding: 20px 0px;
  text-align: left;
  vertical-align: middle;
}
table.reise tr td a {
  display: inline;
}
table.reise tr td:last-of-type .btn {
  float: right;
  margin: 0;
}
table.reise tr td.booking__link {
  width: 100% !important;
  display: block;
  float: left;
  white-space: pre;
}
table.reise tr span.reisetermin {
  font-weight: 700;
}
table.reise tr span.reisepreis {
  font-size: 1.2em;
  color: #2C4390;
  font-weight: 700;
}
table.reise thead td {
  padding: 5px 15px;
  font-weight: 700;
  background: #dedede;
  color: #2C4390;
}

input[type=text], input[type=password], input[type=email], input[type=date], textarea, input[type=file], input[type=number] {
  background: #ffffff;
  font-weight: 500;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  border: 2px solid transparent;
  -webkit-appearance: none;
  margin-bottom: 20px !important;
  border-radius: 10px 10px 10px 10px;
}
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: #ffffff;
  background: #2C4390;
  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: 37px;
  font-size: 2.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
}

form label {
  float: left;
  /*margin-top:20px; */
  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: 500;
  border: 2px solid transparent;
  border-radius: 10px 10px 10px 10px;
}
select.small_display {
  background-color: #f5f5f5;
  background-size: 8px;
  margin-top: 5px;
  padding: 5px;
  font-size: 0.8rem;
}

/* CHECKBOX */
input[type=checkbox] {
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type=checkbox] + span {
  float: left;
}
input[type=checkbox] + span::before {
  float: left;
  display: inline;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  margin-left: -15px;
  content: "";
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  text-align: center;
  line-height: 20px;
  border-radius: 10px 10px 10px 10px;
}
input[type=checkbox]:checked + span::before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #ffffff;
  background: #2C4390;
}
input[type=checkbox]:hover + span:hover {
  cursor: pointer;
  color: #000;
}
input[type=checkbox]:not(:checked):hover + span::before, input[type=checkbox]:checked + span::before {
  border-color: #2C4390;
}
input[type=checkbox][disabled] + span {
  text-decoration: line-through;
  opacity: 0.6;
}
input[type=checkbox][disabled] + span::before {
  opacity: 0.6;
}
input[type=checkbox][disabled]:hover + span:hover {
  cursor: default;
  color: #777;
}
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;
  -webkit-user-select: none;
          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 #f5f5f5;
  text-align: center;
  line-height: 20px;
}
input[type=radio]:checked + span::before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #ffffff;
  background: #2C4390;
}
input[type=radio]:checked + span {
  color: #2C4390;
}
input[type=radio]:checked + span h6 {
  color: #2C4390;
}
input[type=radio]:not(:checked):hover + span::before, input[type=radio]:checked + span::before {
  border-color: #2C4390;
}
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: #575756;
}

.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.wpcf7-form {
  margin-left: -10px;
  margin-right: -10px;
}

.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%;
  }
}
[data-borlabs-cookie] ul li:before {
  display: none;
}

[data-borlabs-cookie] input[type=radio] {
  opacity: 1;
  display: block;
}

.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: #2C4390;
}
.hero__search .search__holder input[type=text] {
  float: left;
  border-radius: 0;
  background: #f5f5f5;
  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: "Source Sans Pro", sans-serif;
  font-weigh: 700;
  color: #2C4390;
  width: 100%;
}
.hero__search .search__holder button {
  float: left;
  background: transparent;
  width: 60px;
  height: 60px;
  background: #f5e6e8;
  margin: 0;
  position: absolute;
  right: -10px;
  top: 0px;
  border-radius: 60px;
}
.hero__search .search__holder button i {
  color: #222222;
}
.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: #ffffff;
  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: #2C4390;
  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: #ffffff;
  white-space: nowrap;
  font-family: "Source Sans Pro", sans-serif;
  border: 0 !important;
  margin: 0 !important;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  background-color: #ffffff;
  cursor: pointer;
  color: #2C4390;
  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;
}

.BorlabsCookie [class*=btn-]:before {
  display: none;
}

.BorlabsCookie [class*=btn-]:after {
  display: 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;
}

/* ------------------------------------------------------------
			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 {
  animation-duration: 1s;
  animation-fill-mode: both;
}

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

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  animation-name: bounce;
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.bounceIn {
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(60px);
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateX(48px);
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateX(-48px);
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale(0.475) translateY(-60px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateY(2000px);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale(0.475) translateX(42px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateX(-2000px);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale(0.475) translateX(-42px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateX(2000px);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale(0.475) translateY(60px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translateY(-2000px);
    transform-origin: center top;
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}

.quickaccess {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 1000;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  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: #222222;
  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;
  -webkit-hyphens: auto;
          hyphens: auto;
  line-height: 1.2em;
  display: none !important;
}
.quickaccess ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  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;
  }
}
.prefooter {
  padding-top: 150px !important;
  padding-bottom: 40px !important;
  position: relative;
}
@media (max-width: 1100px) {
  .prefooter {
    padding-top: 80px !important;
    padding-bottom: 20px !important;
  }
}
.prefooter h2 {
  font-size: 37px;
  font-size: 2.3125rem;
}
.prefooter p {
  color: #ffffff;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background: #ffffff;
}
footer:before {
  position: absolute;
  width: 101%;
  content: "";
  height: 110px;
  background: url(assets/images/footer_shape.svg) center;
  top: -109px;
  left: 0;
  display: block;
  z-index: 2;
  background-size: 100% 100%;
}
@media (max-width: 1100px) {
  footer:before {
    height: 50px;
    top: -49px;
    width: 100%;
  }
}

.footer__logo {
  position: relative;
  height: 100px;
}
.footer__logo img {
  position: relative;
  height: 100px;
  width: auto;
  margin-left: 0;
}

.footer__main-container {
  font-size: 0.9em;
  line-height: 1.4em;
  background: #2C4390;
}
.footer__main-container .footer__container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #ffffff;
  /*
  & 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: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1100px) {
  .footer__main-container .footer__container {
    flex-wrap: nowrap;
  }
}
.footer__main-container .footer__container > aside {
  width: 100%;
}
@media (max-width: 1100px) {
  .footer__main-container .footer__container > aside {
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .footer__main-container .footer__container > aside {
    align-self: flex-start;
    flex: 1 auto;
    width: 100%;
    margin-bottom: 0px;
    flex-basis: 33.33%;
  }
  .footer__main-container .footer__container > aside:first-of-type {
    flex: 0 0 33.33%;
    padding-right: 30px;
  }
  .footer__main-container .footer__container > aside:nth-child(2) {
    flex: 0 0 33.33%;
  }
  .footer__main-container .footer__container > aside:nth-child(2) .widget + .widget {
    margin-top: 10px;
  }
  .footer__main-container .footer__container > aside:nth-child(3) {
    flex: 0 0 30%;
  }
  .footer__main-container .footer__container > aside:last-of-type {
    text-align: right;
    margin-bottom: 0;
  }
}
.footer__main-container .footer__container > aside i {
  width: 20px;
  color: #ffffff;
}
.footer__main-container .footer__container > aside a {
  color: #ffffff;
}
.footer__main-container .footer__container strong {
  color: #ffffff;
}
.footer__main-container .footer__container p.widget-title {
  height: 0;
}
.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: #222222;
  font-weight: 500;
}
.footer__main-container .social {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
.footer__main-container .social .icon__social {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

/* Bottom Footer */
.footer__bottom-container {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.15em;
  padding: 50px 0;
}
.footer__bottom-container .row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
}
.footer__bottom-container p {
  margin: 0;
  margin-right: 50px;
  float: left;
}
@media (max-width: 1100px) {
  .footer__bottom-container .container .row > div {
    margin-bottom: 50px;
  }
}
@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: flex;
  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: #222222;
}

.footer__nav.footer__meta__nav {
  background-color: transparent;
  flex-wrap: wrap;
  list-style: none;
}
.footer__nav.footer__meta__nav a {
  white-space: nowrap;
  font-weight: 200;
  color: #222222;
}
.footer__nav.footer__meta__nav li {
  width: 100%;
  flex-grow: 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: "\f054";
    font-size: 0.6em;
    left: 0;
    top: 0px;
    color: #222222;
  }
  .footer__nav.footer__meta__nav li:after {
    position: absolute;
    content: "|";
    right: -12px;
    top: 0px;
    color: #ffffff;
  }
}
.footer__nav.footer__meta__nav li:last-child:after {
  display: none;
}

.footer__nav.footer__bottom {
  background-color: transparent;
  flex-wrap: wrap;
  list-style: none;
}
.footer__nav.footer__bottom a {
  white-space: nowrap;
  color: #222222;
}
.footer__nav.footer__bottom li {
  width: 100%;
  flex-grow: 1;
  flex-basis: 1;
  position: relative;
}
@media (min-width: 1100px) {
  .footer__nav.footer__bottom li:after {
    position: absolute;
    content: "|";
    right: -12px;
    top: 0px;
    color: #222222;
  }
}
.footer__nav.footer__bottom li:last-child:after {
  display: none;
}

@media (min-width: 1100px) {
  .footer__nav {
    margin: 0;
  }
  .footer__nav > li {
    flex: 1 auto;
    width: 100%;
  }
  .footer__nav.footer__bottom, .footer__nav.footer__meta__nav {
    flex-wrap: nowrap;
    float: right;
  }
  .footer__nav.footer__bottom li, .footer__nav.footer__meta__nav li {
    width: 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: #ffffff;
  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: #ffffff;
  background-color: #015a21;
  border-color: #015a21;
}

.dates__section input[type=text], .dates__section input[type=password], .dates__section input[type=email], .dates__section input[type=date], .dates__section textarea, .dates__section input[type=file], .dates__section input[type=number]{
  background:#f5f5f5;
  margin-top:0;
}