/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

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

@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?b6fyiz");
  src: url("../icomoon/fonts/icomoon.eot?b6fyiz#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?b6fyiz") format("truetype"), url("../icomoon/fonts/icomoon.woff?b6fyiz") format("woff"), url("../icomoon/fonts/icomoon.svg?b6fyiz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e90d";
}

.icon-envelope:before {
  content: "\e90c";
}

.icon-arrow-long:before {
  content: "\e903";
}

.icon-arrow:before {
  content: "\e904";
}

.icon-email:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-zoom:before {
  content: "\e906";
}

.icon-magnifier:before {
  content: "\e906";
}

.icon-magnifying-glass:before {
  content: "\e906";
}

.icon-facebook:before {
  content: "\e602";
}

.icon-twitter:before {
  content: "\e603";
}

.icon-youtube:before {
  content: "\e604";
}

.icon-printer:before {
  content: "\e907";
}

.icon-location:before {
  content: "\e908";
}

.icon-whatsapp:before {
  content: "\e909";
}

.icon-xing:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-marker:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\f095";
}

.icon-angle-left:before, .slick-prev:before {
  content: "\f104";
}

.icon-angle-right:before, .slick-next:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-cross:before {
  content: "\e902";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .nav-mobile-active .nav-bg,
.nav-mobile-active body .nav-bg, .object-fit-con img, .header--small img, .header--big img, .contacts .round img, .block--info-grid .object-fit img, .person img, .person .overlay, .iframe-wrap--video .flex {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, nav ul::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

iframe {
  max-width: 100%;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.three-tenths {
  width: 30%;
}

@media only screen and (max-width: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

  .xl-one-half {
    width: 50%;
  }

  .xl-one-third {
    width: 33.333%;
  }

  .xl-two-thirds {
    width: 66.666%;
  }

  .xl-one-quarter {
    width: 25%;
  }

  .xl-three-quarters {
    width: 75%;
  }

  .xl-one-fifth {
    width: 20%;
  }

  .xl-two-fifths {
    width: 40%;
  }

  .xl-three-fifths {
    width: 60%;
  }

  .xl-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-one-fifth {
    width: 20%;
  }

  .content-two-fifths {
    width: 40%;
  }

  .content-three-fifths {
    width: 60%;
  }

  .content-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-one-fifth {
    width: 20%;
  }

  .lg-two-fifths {
    width: 40%;
  }

  .lg-three-fifths {
    width: 60%;
  }

  .lg-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-one-fifth {
    width: 20%;
  }

  .md-two-fifths {
    width: 40%;
  }

  .md-three-fifths {
    width: 60%;
  }

  .md-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-one-fifth {
    width: 20%;
  }

  .sm-two-fifths {
    width: 40%;
  }

  .sm-three-fifths {
    width: 60%;
  }

  .sm-three-tenths {
    width: 30%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-one-fifth {
    width: 20%;
  }

  .xs-two-fifths {
    width: 40%;
  }

  .xs-three-fifths {
    width: 60%;
  }

  .xs-three-tenths {
    width: 30%;
  }
}
/*  4.2 Container */
.container {
  max-width: 70rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.container--full {
  max-width: 100%;
}

.container--small {
  max-width: 48rem !important;
}

.container--tiny {
  max-width: 376px !important;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  display: flex;
}

.flexgrid--gutter {
  margin-left: -2rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 2rem;
}

.flexgrid--narrow {
  margin-left: -1rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 1rem;
}

.flexgrid--wide {
  margin-left: -4rem;
}
.flexgrid--wide .flex__item {
  padding-left: 4rem;
}

.flex--end {
  justify-content: flex-end;
}

.flex--middle {
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  flex-direction: column;
}

.flex--center {
  justify-content: center;
}

.flex--bottom {
  align-items: flex-end;
}

.flex1 {
  flex: 1 0 auto;
}

.flex--wrap {
  flex-wrap: wrap;
}

html {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #00285b;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html.size2 {
  font-size: 24px;
}
html.size3 {
  font-size: 28px;
}

*::selection {
  background: #eb6d57;
  color: white;
}

span.margin-bottom {
  margin-bottom: 2rem;
  display: inline-block;
}

.hyphens {
  -webkit-hyphens: auto;
  hyphens: auto;
}

a {
  text-decoration: none;
  color: #00285b;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #00285b;
}

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

.text--right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

img.alignleft {
  margin-left: 0;
}

img.alignright {
  margin-right: 0;
}

h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

.text--serif {
  font-family: 'Roboto Slab';
}

.text--bigger {
  font-size: 1.25rem;
  line-height: 1.76;
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.text--bigger a, .text--bigger strong {
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: bold;
}

.text--med {
  font-size: 1.05rem;
  line-height: 1.52381;
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.text--med a, .text--med strong {
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: bold;
}

h1, .alpha {
  font-size: 3.7rem;
  line-height: 1.10811;
  font-weight: 900;
}

h2, .beta {
  font-size: 1.75rem;
  line-height: 1.14286;
  margin-bottom: 2rem;
}

h3, .gamma {
  font-size: 1.75rem;
  line-height: 1.14286;
  margin-bottom: 2rem;
}

h4, .delta {
  font-size: 1.25rem;
  line-height: 1.2;
  font-family: 'Roboto Slab';
  font-weight: 500;
  color: #eb6d57;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.25;
  font-family: 'Roboto Slab';
  font-weight: 500;
}

h6, .zeta {
  font-size: 0.7rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl {
  margin: 0 0 1.5rem;
}
p strong, blockquote strong,
pre strong, dl strong {
  font-family: 'Roboto Slab';
  font-weight: 500;
}
p a:not(.btn):not(input[type="button"]), blockquote a:not(.btn):not(input[type="button"]),
pre a:not(.btn):not(input[type="button"]), dl a:not(.btn):not(input[type="button"]) {
  font-family: 'Roboto Slab';
  font-weight: 500;
  display: inline;
  position: relative;
  background: linear-gradient(to bottom, transparent, transparent 70%, #dedb00 70%, #dedb00 85%, transparent 85%);
}

.link {
  font-family: 'Roboto Slab';
  font-weight: 500;
  display: inline;
  position: relative;
  background: linear-gradient(to bottom, transparent, transparent 71%, #dedb00 71%, #dedb00 84%, transparent 84%);
}

.link--body-font {
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: normal;
  display: inline;
  position: relative;
  background: linear-gradient(to bottom, transparent, transparent 71%, #dedb00 71%, #dedb00 84%, transparent 84%);
  transition: all 0.4s ease-out;
}
.link--body-font i {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 0.25rem;
}
.link--body-font:hover {
  background: linear-gradient(to bottom, transparent, transparent 20%, #dedb00 20%, #dedb00 84%, transparent 84%);
}

blockquote {
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #c4c4c4;
  margin: 4rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #969696;
}

pre, code {
  font-family: 'courier new', monospace;
  overflow: auto;
}

@font-face {
  font-family: 'Exo';
  src: url("../fonts/subset-Exo-ExtraBold.woff2") format("woff2"), url("../fonts/subset-Exo-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url("../fonts/subset-Exo-Light.woff2") format("woff2"), url("../fonts/subset-Exo-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url("../fonts/exo-v18-latin-regular.woff2") format("woff2"), url("../fonts/exo-v18-latin-regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url("../fonts/subset-Exo-SemiBold.woff2") format("woff2"), url("../fonts/subset-Exo-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exo';
  src: url("../fonts/subset-Exo-SemiBoldItalic.woff2") format("woff2"), url("../fonts/subset-Exo-SemiBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Regular.woff2") format("woff2"), url("../fonts/subset-Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Bold.woff2") format("woff2"), url("../fonts/subset-Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Medium.woff2") format("woff2"), url("../fonts/subset-Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/subset-Roboto-Light.woff2") format("woff2"), url("../fonts/subset-Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/subset-RobotoSlab-Medium.woff2") format("woff2"), url("../fonts/subset-RobotoSlab-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.btn, input[type="button"],
.wpforms-submit {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto Slab';
  font-weight: normal;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.2;
  padding: 0.5rem 1.25rem 0.5rem;
  border-radius: 0;
  text-decoration: none;
  text-align: left;
  letter-spacing: 0.5px;
  color: #FFF;
  background-color: #00285b;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease-out;
}
.btn:hover, input[type="button"]:hover,
.wpforms-submit:hover {
  color: #FFF;
  background-color: #8D94B1;
}
.btn:active, input[type="button"]:active,
.wpforms-submit:active, .btn:focus, input[type="button"]:focus,
.wpforms-submit:focus {
  outline: none;
}
.btn i, input[type="button"] i,
.wpforms-submit i {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: -2px;
}
.btn.btn--reverse i, input.btn--reverse[type="button"] i,
.btn--reverse.wpforms-submit i {
  margin-left: 0;
  margin-right: 0.75rem;
  transform: rotate(180deg);
}
.btn.one-whole, input.one-whole[type="button"],
.one-whole.wpforms-submit {
  min-width: 100%;
}

.btn--white {
  color: #00285b;
  background-color: #FFF;
}
.btn--white:hover {
  color: #00285b;
  background-color: #f0f1f5;
}

.btn--red, .wpforms-submit {
  color: #FFF;
  background-color: #eb6d57;
}
.btn--red:hover, .wpforms-submit:hover {
  color: #FFF;
  background-color: #f49c88;
}

.btn--mid-blue {
  background-color: #8D94B1;
}
.btn--mid-blue:hover {
  background-color: #00285b;
}

.btn--big {
  padding: 0.75rem 4.5rem 0.75rem 1.25rem;
  position: relative;
  min-width: 17.5rem;
}
.btn--big i {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
.btn--big.btn--reverse {
  padding-left: 4.5rem;
  padding-right: 1.25rem;
  min-width: auto;
}
.btn--big.btn--reverse i {
  left: 1.25rem;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}

.btn--toggle {
  padding: 0;
  height: 42px;
  width: 44px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.btn--toggle:hover {
  background: transparent;
}
.btn--toggle:hover .icon-bar {
  opacity: 0.8;
}
.btn--toggle .icon-bar {
  display: block;
  background: #00285b;
  position: relative;
  width: 44px;
  height: 4px;
  margin: 7px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -11px;
}

/*
  $FORMS 
*/
select,
input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="date"],
textarea {
  width: 100%;
  border: 0;
  padding: 0.6rem 0.75rem 0.45rem;
  background: #FFF;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  text-shadow: none;
  color: #00285b;
  height: 2.5rem;
}
.nl-con select, .nl-con
input[type="text"], .nl-con input[type="email"], .nl-con input[type="password"], .nl-con input[type="search"], .nl-con input[type="date"], .nl-con
textarea {
  margin-bottom: 0.75rem;
  border: 1px solid #c5c6da;
}

textarea {
  resize: vertical;
  background: #FFF;
  height: 7rem;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  width: auto;
  height: auto;
}

.radio input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}
.radio input[type="radio"] + span,
.radio input[type="radio"] + label,
.radio input[type="checkbox"] + span,
.radio input[type="checkbox"] + label,
.checkbox input[type="radio"] + span,
.checkbox input[type="radio"] + label,
.checkbox input[type="checkbox"] + span,
.checkbox input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.radio input[type="radio"] + span::before,
.radio input[type="radio"] + label::before,
.radio input[type="checkbox"] + span::before,
.radio input[type="checkbox"] + label::before,
.checkbox input[type="radio"] + span::before,
.checkbox input[type="radio"] + label::before,
.checkbox input[type="checkbox"] + span::before,
.checkbox input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #b5b5b5;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
.radio input[type="radio"]:checked + span::before, .radio input[type="radio"]:checked + label::before,
.radio input[type="checkbox"]:checked + span::before,
.radio input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + span::before,
.checkbox input[type="radio"]:checked + label::before,
.checkbox input[type="checkbox"]:checked + span::before,
.checkbox input[type="checkbox"]:checked + label::before {
  background: #00285b;
}
.radio .row,
.checkbox .row {
  padding-left: 1.5rem;
}
.radio .row input,
.checkbox .row input {
  max-width: 20.5rem;
}

.checkbox input[type="checkbox"] + span::before,
.checkbox input[type="checkbox"] + label::before {
  border-radius: 0;
}
.checkbox input[type="checkbox"]:checked + span::before,
.checkbox input[type="checkbox"]:checked + label::before {
  outline: 2px solid #FFF;
  outline-offset: -3px;
}

.label-inset {
  padding-left: 1.5rem;
}
.label-inset span {
  font-size: 0.85rem;
}
.label-inset input[type="radio"] + span::before {
  width: 0.8rem;
  height: 0.8rem;
}
.label-inset .label-inset {
  padding-left: 3rem;
}

.disabled {
  pointer-events: none;
  display: none;
}

legend.wpforms-field-label {
  margin-bottom: 0;
}

.wpforms-field-radio ul {
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}

.wpforms-submit-container {
  text-align: right;
}

.wpforms-submit {
  padding: 0.75rem 2rem 0.75rem 2rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

label, .label {
  font-weight: normal !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-family: "Roboto Slab", "Roboto", "Arial", sans-serif;
}
.radio label, .checkbox label, .radio .label, .checkbox .label {
  display: block;
}
label.error, .label.error {
  color: #eb6d57;
}

.nl-con .checkbox label {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}

.wpforms-field-checkbox ul,
.wpforms-field-radio ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wpforms-field-checkbox fieldset,
.wpforms-field-radio fieldset {
  padding: 0;
}
.wpforms-field-checkbox legend,
.wpforms-field-radio legend {
  margin-bottom: 0.5rem;
}
.wpforms-field-checkbox li,
.wpforms-field-radio li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wpforms-field-checkbox input,
.wpforms-field-radio input {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

.wpforms-field-label-inline {
  font-size: 0.8rem;
  line-height: 1.125;
  position: relative;
  padding-left: 2.25rem;
  display: block;
}
.wpforms-field-label-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: #FFF;
}
input[type="checkbox"]:checked + .wpforms-field-label-inline::after, input[type="radio"]:checked + .wpforms-field-label-inline::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 1.5rem;
  background: #00285b;
  height: 0.7rem;
  width: 0.7rem;
  left: 0.4rem;
}

.wpforms-field-select {
  position: relative;
}
.wpforms-field-select::before {
  content: "\f107";
  font-family: 'icomoon';
  font-size: 1.5rem;
  color: #eb6d57;
  position: absolute;
  right: 1rem;
  top: 52%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wpforms-field-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:invalid,
select.empty {
  color: rgba(150, 150, 150, 0.8);
}

div.wpforms-container {
  background: #c5c6da;
  padding: 2rem;
}
div.wpforms-container input.wpforms-field-medium,
div.wpforms-container select.wpforms-field-medium,
div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100%;
}

div.wpforms-container label.wpforms-error,
div .wpforms-container em.wpforms-error {
  color: #eb6d57;
  padding-top: 0.25rem;
  font-weight: bold;
  font-style: normal;
  font-size: 0.8rem;
}

.error-msg {
  color: #eb6d57;
  padding: 0.5rem;
}

fieldset {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  border: none;
}

legend {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}

.form--register {
  background: #f0f1f5;
  padding: 1.5rem;
  margin-top: 1rem;
}
.form--register input:not[name="submit"],
.form--register select {
  background: #FFF;
}
.form--register label {
  font-size: 1rem;
  font-weight: normal;
  font-family: "Roboto", "Arial", sans-serif;
  margin-bottom: 0.25rem;
}
.form--register .row {
  margin-bottom: 1rem;
}

.text-search {
  position: relative;
  display: block;
}
.text-search input {
  padding-right: 3rem;
}
.text-search::before {
  font-family: 'icomoon';
  content: "\e906";
  font-size: 1.5rem;
  line-height: 2.5rem;
  background: #f49c88;
  color: #FFF;
  text-align: center;
  position: absolute;
  width: 3rem;
  right: 0;
  top: 0;
  height: 100%;
  pointer-events: none;
  color: #FFF;
}

#wpforms-error-noscript,
.wpforms-label-hide {
  display: none !important;
}

.wpforms-field-container > div {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 801px) {
  .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
  }
  .wpforms-field-container > div:not(.wpforms-one-half):not(.wpforms-one-third) {
    width: 100%;
  }
  .wpforms-field-container .wpforms-one-half {
    padding-left: 0.4rem;
    width: 50%;
  }
  .wpforms-field-container .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
  .wpforms-one-third.wpforms-first,
  .wpforms-one-third.wpforms-first + .wpforms-one-third + .wpforms-one-third,
  .wpforms-one-third.wpforms-first + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third,
  .wpforms-one-third.wpforms-first + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }

  .wpforms-one-third.wpforms-first + .wpforms-one-third,
  .wpforms-one-third.wpforms-first + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third,
  .wpforms-one-third.wpforms-first + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third,
  .wpforms-one-third.wpforms-first + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third + .wpforms-one-third {
    padding-left: 0.4rem;
    padding-right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .wpforms-one-half.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 50%;
  }

  .wpforms-one-third {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 34%;
  }

  .wpforms-one-third.wpforms-first {
    padding-right: 0.4rem;
    padding-left: 0;
    width: 33%;
  }

  .wpforms-one-third.wpforms-first + .wpforms-one-third + .wpforms-one-third {
    padding-right: 0;
    padding-left: 0.4rem;
    width: 33%;
  }
}
.select {
  position: relative;
  display: block;
}
.select::before {
  font-family: 'icomoon';
  content: "\f107";
  font-size: 1.75rem;
  line-height: 1;
  color: #eb6d57;
  position: absolute;
  right: 1rem;
  top: 0.45rem;
  pointer-events: none;
}
.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}

::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav,
.menu {
  margin-bottom: 0;
  z-index: 9;
}

.nav-mobile {
  position: fixed;
  z-index: 4000;
  right: 0;
  top: 0;
  width: 40%;
  min-width: 27rem;
  height: 100%;
  overflow: hidden;
  transform: translateX(100%);
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: #FFF;
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding: 7.4rem 2rem 2rem;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}
.nav-mobile-active .nav-bg,
.nav-mobile-active body .nav-bg {
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s ease-out;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  transform: translateX(0);
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul.menu {
  border-top: 1px solid #b5b5b5;
}
.nav-mobile__inner ul.menu > li {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 0.3rem;
}
.nav-mobile__inner ul.menu > li.small {
  border: 0;
  padding-bottom: 0;
}
.nav-mobile__inner ul.menu > li.current-page-ancestor, .nav-mobile__inner ul.menu > li.current-menu-item {
  border-left: 0.3rem solid #dedb00;
  padding-left: 0.7rem;
}
.nav-mobile__inner ul.menu > li.current-page-ancestor > a, .nav-mobile__inner ul.menu > li.current-menu-item > a {
  background: none;
}
.nav-mobile__inner ul a {
  font-size: 1.25rem;
  font-family: 'Roboto Slab';
  display: inline-block;
  padding: 0.75rem 0 0.3rem;
}
.nav-mobile__inner ul .current-page-ancestor > a,
.nav-mobile__inner ul .current-menu-item > a,
.nav-mobile__inner ul a:hover {
  background: linear-gradient(to bottom, transparent, transparent 70%, #dedb00 70%, #dedb00 80%, transparent 80%);
}
.nav-mobile__inner ul .sub-menu a,
.nav-mobile__inner ul .small a {
  font-size: 1rem;
  font-family: "Roboto", "Arial", sans-serif;
  padding: 0.2rem 0 0.25rem 0;
  margin-left: 1rem;
}
.nav-mobile__inner ul .small a {
  margin-left: 0;
}
.nav-mobile__inner ul li:not(.small) + .small {
  margin-top: 1rem;
}
.nav-mobile__inner ul .sub-menu .current-page-ancestor > a,
.nav-mobile__inner ul .sub-menu .current-menu-item > a,
.nav-mobile__inner ul .sub-menu a:hover,
.nav-mobile__inner ul .small.current-page-ancestor > a,
.nav-mobile__inner ul .small.current-menu-item > a,
.nav-mobile__inner ul .small a:hover {
  background: linear-gradient(to bottom, transparent, transparent 60%, #dedb00 60%, #dedb00 75%, transparent 75%);
}

/*

  Transitions

  Transitions and animations
  
*/
.js .js-img-fade,
.js .js-wp-editor-img,
.js .js-slider-img, .js .js-img-slide-fade, .js .js-slide-fade-top {
  transition: all 0.4s ease-out;
}

.js .js-img-fade,
.js .js-wp-editor-img,
.js .js-slider-img {
  opacity: 0;
}
.js .js-img-fade.in,
.js .js-wp-editor-img.in,
.js .js-slider-img.in {
  opacity: 1;
}
.js .js-img-slide-fade {
  opacity: 0;
  transform: translateX(-5%);
}
.js .js-img-slide-fade.in {
  opacity: 1;
  transform: translateX(0%);
}
.js .js-slide-fade-top {
  opacity: 0;
  transform: translateY(-5%);
}
.js .js-slide-fade-top.in {
  opacity: 1;
  transform: translateY(0%);
}

@media only screen and (min-width: 1025px) {
  .js-fade-in {
    transition: all 0.5s ease-out;
    opacity: 0;
  }
  .js-fade-in.js-in {
    opacity: 1;
  }
}
/*  6.5 Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  bottom: -3rem;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.4rem;
}
.slick-dots button {
  background: #FFF  !important;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  border-radius: 50%;
  border: 0;
  outline: none !important;
}
.slick-dots .slick-active button {
  background: #8D94B1 !important;
}
.slick--header .slick-dots button {
  background: #f0f1f5 !important;
}
.slick--header .slick-dots .slick-active button {
  background: #eb6d57 !important;
}
.slick--car-2 .slick-dots .slick-active button, .slick--calc .slick-dots .slick-active button {
  background: #eb6d57 !important;
}

.slick-next,
.slick-prev {
  position: absolute;
  z-index: 9999;
  bottom: 0;
  width: 1.6rem;
  height: 3.5rem;
  top: 50%;
  margin: 0;
  margin-top: -1.8rem;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  outline: none !important;
  font-size: 0;
  color: #FFF;
  padding: 0;
}
.slick-next::before,
.slick-prev::before {
  font-family: 'icomoon';
  font-size: 4rem;
}
.slick--calc .slick-next, .slick--calc
.slick-prev {
  margin-top: -2.8rem;
}

.slick-prev {
  left: -2rem;
}
.slick--calc .slick-prev {
  left: -3rem;
}

.slick-next {
  right: -2rem;
}
.slick--calc .slick-next {
  right: -3rem;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*
*  $HEADER
*/
.site-header {
  position: relative;
  z-index: 5000;
  background: #FFF;
  padding: 1rem 0;
}
.site-header .flex1.flex {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.header-form {
  position: relative;
  display: inline-block;
  margin-right: 3rem;
}
.header-form a {
  position: absolute;
  font-size: 1.6rem;
  top: 50%;
  right: 0;
  transform: translateY(-43%);
}
.header-form:hover {
  opacity: 0.75;
}
.header-form input {
  border-bottom: 1px solid #00285b;
}

.form--search {
  position: relative;
  width: 0;
  margin-right: 2.4rem;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.form--search input {
  padding: 0.4rem 1rem 0.35rem;
}
.js-search .form--search {
  width: 14rem;
}

.form--search-m input {
  padding: 0.65rem 1rem 0.6rem;
}
.form--search-m .btn i, .form--search-m input[type="button"] i,
.form--search-m .wpforms-submit i {
  margin-left: 1px;
}

.bigger-font {
  display: inline-block;
  padding: 0.75rem 0.25rem 0.25rem;
  margin-right: 2rem;
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: bold;
}
.bigger-font span {
  line-height: 1rem;
}
.bigger-font span:nth-child(1) {
  font-size: 1rem;
}
.bigger-font span:nth-child(2) {
  font-size: 1.25rem;
}
.bigger-font span:nth-child(3) {
  font-size: 1.5rem;
}
.bigger-font:hover {
  opacity: 0.75;
}

.contrast {
  display: inline-block;
  margin-right: 2rem;
  height: 1.25rem;
  width: 1.25rem;
  background: linear-gradient(to right, #FFF, #FFF 50%, #00285b 50%);
  border-radius: 50%;
  border: 2px solid #00285b;
}

.logo {
  width: 26rem;
  margin-left: 2rem;
}

.logo2 {
  width: 5.75rem;
  margin-left: 2rem;
}

.site-branding {
  float: left;
  position: relative;
  width: 7rem;
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  height: 100%;
}
html.js-contrast *:not(.btn):not(input[type="button"]) {
  color: #00285b !important;
}
html.js-contrast .site-footer,
html.js-contrast .header--big,
html.js-contrast .header--small {
  background: #f0f1f5 !important;
}
html.js-contrast .site-footer img,
html.js-contrast .header--big img,
html.js-contrast .header--small img {
  display: none;
}
html.js-contrast .bottom {
  background: #FFF !important;
  color: #00285b !important;
}
html.js-contrast .btn, html.js-contrast input[type="button"],
html.js-contrast .wpforms-submit {
  background: #00285b !important;
  color: #FFF !important;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.margin-top {
  margin-top: 2rem;
}

.margin-bottom--small {
  margin-bottom: 1rem;
}

.margin-bottom--big {
  margin-bottom: 4rem;
}

.margin-bottom--huge {
  margin-bottom: 6rem;
}

.margin-bottom--giant {
  margin-bottom: 8rem;
}

.spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.spacing--big {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2rem;
}

.padding-top {
  padding-top: 2rem;
}

.padding-top--small {
  padding-top: 1rem;
}

.padding-bottom--small {
  padding-bottom: 1rem;
}

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.bg--red {
  background: #FDECE4;
}

.bg--blue {
  background: #c5c6da;
}

.bg--lighter {
  background: #f0f1f5;
}

.header--small {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 17rem;
  background: #c4c4c4;
}
.header--small h1 {
  font-size: 3rem;
  line-height: 1.16667;
  color: #FFF;
  margin-bottom: 0;
}
.header--small p, .header--small p a {
  font-size: 1.3rem;
  color: #FFF !important;
  margin-top: 1.8rem;
  max-width: 35rem;
}
.header--small img {
  position: absolute;
  object-fit: cover;
}
.header--small .subtitle {
  font-size: 1.3rem;
  line-height: 1.30769;
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.block--text:first-child {
  padding-top: 2rem;
}

.page-template-page-hidden .logo {
  margin-left: auto;
  margin-right: 0;
}

.header--big {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.header--big .inner {
  min-height: 33vw;
  position: relative;
  z-index: 9;
  width: 50%;
}
.header--big .one-whole {
  z-index: 9;
}
@media only screen and (min-width: 801px) {
  .header--big.rechts .inner {
    margin-left: auto;
  }
  .header--big:before {
    content: '';
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6), transparent);
  }
}
.header--big.links:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
}
.header--big h2, .header--big h1 {
  font-size: 2.5rem;
  color: #FFF;
  margin-bottom: 1rem;
}
.header--big p, .header--big p a {
  color: #FFF;
  font-weight: bold;
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
}
.header--big p {
  font-size: 1.5rem;
  line-height: 1.33333;
  max-width: 20em;
  margin-bottom: 1rem;
}
.header--big img {
  position: absolute;
  object-fit: cover;
}

.link-spacing {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

a[href^="tel"] {
  background: none !important;
}

.i-list {
  position: relative;
  margin-bottom: 3rem;
}
.i-list i {
  position: absolute;
  top: -0.15rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.1rem;
  background: #f49c88;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
}
.i-list p {
  max-width: 24rem;
}
.i-list .icon-marker {
  font-size: 1.25rem;
}
.i-list .icon-phone {
  font-size: 1.3rem;
}

.i-list__text {
  padding-left: 4rem;
}

.map p {
  max-width: 19rem;
}
.map img {
  border: 0.25rem solid #FFF;
}

.box {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.box + .box {
  border-top: 2px solid #FFF;
}
.box .round {
  flex: 1 0 6.5rem;
}

.contacts h2 {
  border-bottom: 2px solid #FFF;
  padding-bottom: 2rem;
}
.contacts .round {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  border: 3px solid #FFF;
  overflow: hidden;
  position: relative;
  margin-right: 1.5rem;
}
.contacts .round img {
  position: absolute;
  object-fit: cover;
}
.contacts h5 {
  margin-bottom: 0.25rem;
}
.contacts p {
  font-size: 16px;
  margin-bottom: 0.5rem;
  hyphens: auto;
}

.flexible--ansprechpartner h2 {
  padding-bottom: 0;
  padding-top: 3rem;
  margin-top: 2rem;
  border: 0;
  border-top: 1px solid #b5b5b5;
}

.tr-ja {
  border-bottom: 1px solid #b5b5b5;
}

.pagination {
  display: flex;
  padding-top: 1rem;
  border-top: 1px solid #c4c4c4;
}

.pagination--item {
  display: inline-block;
  padding: 0.5rem;
}

.pagination--item--current {
  font-weight: bold;
}

.publication {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.publication:nth-child(even) {
  background: #f0f1f5;
}
.publication img {
  width: 11rem;
  box-shadow: 0 0 12px rgba(118, 118, 118, 0.25);
}
.publication .wider {
  width: 12.5rem;
}
.publication .info {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
  padding-top: 2px;
}
.publication .info strong {
  display: inline-block;
  margin-right: 0.5rem;
}
.publication .info span {
  font-weight: normal;
  color: #969696;
}
.publication h5 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.text--exo p {
  font-size: 1.6rem;
  line-height: 1.625;
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  letter-spacing: 0.05em;
}
.text--exo p a, .text--exo strong {
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.block--intro {
  overflow: hidden;
}
.block--intro h1 {
  font-size: 1.75rem;
  line-height: 1.14286;
  font-weight: bold;
  margin-bottom: 2rem;
}
.block--intro svg {
  position: absolute;
  width: 40%;
  height: auto;
  left: 0;
  bottom: -2px;
  transform: translateX(-40%);
}
.block--intro p {
  max-width: 42em;
}

.aside__bg {
  background: #FDECE4;
  padding: 2rem 1.5rem;
}
.aside__bg h4 {
  padding-bottom: 1rem;
  border-bottom: 2px solid #FFF;
  color: #00285b;
}

#breadcrumbs {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 0.9rem;
}
#breadcrumbs li {
  display: inline-block;
}
#breadcrumbs li:not(:last-child) a {
  font-family: "Roboto Slab", "Roboto", "Arial", sans-serif;
}
#breadcrumbs [href="#"] {
  pointer-events: none;
}
#breadcrumbs a {
  font-size: 0.9rem;
}

.block--materials-slider {
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 6rem;
}
.block--materials-slider svg {
  position: absolute;
  width: 27vw;
  height: auto;
  left: -2rem;
  bottom: 2rem;
}

.slick--car {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.slick--car .slick-slide {
  margin-top: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.link--box {
  background: #FFF;
  box-shadow: 1px 1px 7px rgba(0, 40, 91, 0.3);
  height: 100%;
  transition: all 0.4s ease-out;
}
.link--box .image-box {
  position: relative;
  padding-bottom: 80%;
  background: #F8D1C0;
}
.link--box .image-box img {
  position: absolute;
  width: auto;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.link--box .inner {
  padding: 1rem;
}
.link--box .flex1 .flex1 {
  border-bottom: 1px solid #00285b;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
.link--box h5 {
  color: #00285b;
  margin-bottom: 0;
}
.link--box p {
  margin-bottom: 0;
}
.link--box:hover {
  box-shadow: 1px 1px 3px rgba(0, 40, 91, 0);
}

.link i {
  font-size: 0.75rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.link--box-2 {
  border-top: 0.5rem solid #00285b;
}
.link--box-2 .image-box img {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  object-fit: cover;
}
.link--box-2 p {
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  line-height: 1.25;
}
.link--box-2 .link--colored {
  padding: 0.5rem 1rem 0.4rem;
  display: block;
  color: #FFF;
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: bold;
  background: #00285b;
}
.link--box-2 h5 {
  margin-bottom: 0.25rem;
}

#listing + div .hidden {
  display: none !important;
}

.link--box-special .flex1 .flex1 {
  padding: 1rem;
  border: 0;
  margin-bottom: 0;
}
.link--box-special .inner {
  padding: 0;
}

.block--info-grid {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.block--info-grid a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #f49c88;
}
.block--info-grid .flex__item {
  margin-bottom: 1rem;
}
.block--info-grid .object-fit {
  position: relative;
  padding-bottom: 75%;
  transition: all 0.25s ease-out;
}
.block--info-grid .object-fit img {
  position: absolute;
  object-fit: cover;
}
.block--info-grid .object-fit + .bottom {
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #FFF;
}
.block--info-grid a:hover .object-fit {
  opacity: 0.75;
}
.block--info-grid .bottom {
  padding: 1rem 1rem 0.9rem;
  background: #eb6d57;
}
.block--info-grid .flex__item:nth-child(2) .bottom {
  background: #f49c88;
}
.block--info-grid .flex__item:nth-child(3) .bottom {
  background: #8D94B1;
}
.block--info-grid .flex__item:nth-child(4) .bottom {
  background: #5B6990;
}
.block--info-grid .flex__item:nth-child(5) .bottom {
  background: #7681A1;
}
.block--info-grid .flex__item:nth-child(6) .bottom {
  background: #00285b;
}

.am_3 .flex__item {
  width: 33.33%;
}
.am_3 .object-fit {
  padding-bottom: 66%;
}

.am_4 .flex__item {
  width: 50%;
}
.am_4 .object-fit {
  padding-bottom: 56%;
}
.am_4 .flex__item:first-child,
.am_4 .flex__item:nth-child(2) {
  position: relative;
  padding-right: 10%;
}
.am_4 .flex__item:first-child::before,
.am_4 .flex__item:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(20% - 1rem);
  background: #F8D1C0;
}
.am_4 .flex__item:nth-child(2)::before {
  background: #c5c6da;
}
.am_4 .flex__item:nth-child(3),
.am_4 .flex__item:nth-child(4) {
  width: 50%;
  position: relative;
  padding-left: calc(10% + 1rem);
}
.am_4 .flex__item:nth-child(3)::before,
.am_4 .flex__item:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  width: calc(20% - 1rem);
  background: #7681A1;
}
.am_4 .flex__item:nth-child(4)::before {
  background: #eb6d57;
}

.am_5 .flex__item {
  width: 30%;
}
.am_5 .flex__item:first-child {
  width: 40%;
  position: relative;
  padding-right: 10%;
}
.am_5 .flex__item:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(25% - 1rem);
  background: #F8D1C0;
}
.am_5 .flex__item:nth-child(4) {
  width: 50%;
  position: relative;
  padding-left: calc(20% + 1rem);
}
.am_5 .flex__item:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1rem;
  height: 100%;
  width: calc(40% - 1rem);
  background: #F8D1C0;
}
.am_5 .flex__item:nth-child(5) {
  width: 50%;
  position: relative;
  padding-right: 20%;
}
.am_5 .flex__item:nth-child(5)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(40% - 1rem);
  background: #c5c6da;
}

.am_6 .flex__item {
  width: 30%;
}
.am_6 .flex__item:first-child,
.am_6 .flex__item:nth-child(6) {
  width: 40%;
  position: relative;
  padding-right: 10%;
}
.am_6 .flex__item:first-child::before,
.am_6 .flex__item:nth-child(6)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(25% - 1rem);
  background: #f49c88;
}
.am_6 .flex__item:nth-child(6)::before {
  background: #c5c6da;
}

.am_7 .flex__item {
  width: 25%;
}
.am_7 .flex__item:nth-child(5),
.am_7 .flex__item:nth-child(7) {
  width: 37.5%;
  position: relative;
  padding-right: 12.5%;
}
.am_7 .flex__item:nth-child(5)::before,
.am_7 .flex__item:nth-child(7)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(33.33% - 1rem);
  background: #f49c88;
}
.am_7 .flex__item:nth-child(7)::before {
  background: #8D94B1;
}

figure {
  display: block;
}

figcaption {
  display: inline-block;
  padding-top: 0.5rem;
}

.person {
  position: relative;
  padding-bottom: 135%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.person img {
  position: absolute;
  object-fit: cover;
}
.person .name {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  font-weight: 500;
  font-family: 'Roboto Slab';
}
.person .name span {
  display: inline-block;
  padding: 0.45rem 0.5rem 0.45rem;
  background: #f49c88;
}
.person .name span + br + span {
  margin-top: 0.1rem;
}
.person .overlay {
  position: absolute;
  background: #F8D1C0;
  padding: 1rem;
  transform: translateY(100%);
  transition: all 0.4s ease-out;
}
.person .overlay h4 {
  margin-bottom: 0;
}
.person .overlay p {
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.person .overlay a {
  word-break: break-word;
}
.person:hover .overlay {
  transform: translateY(0);
}

figure.aligncenter {
  margin: 0 auto;
}

figcaption {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.item {
  position: relative;
  perspective: 66rem;
  display: block;
}
.item h3 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.item p {
  line-height: 1.4;
}

.iframe-wrap--video {
  background: #f49c88;
}
.iframe-wrap--video .flex {
  position: absolute;
  padding: 1rem;
}
.iframe-wrap--video .one-whole {
  max-width: 24rem;
}
.iframe-wrap--video.js-active .flex {
  display: none !important;
}

.item__image {
  padding-bottom: 100%;
}

.item__text * {
  color: #FFF;
}
.item__text p a {
  color: #FFF !important;
}

.block--gallery .flex__item {
  margin-bottom: 1rem;
}

.item__image,
.item__text {
  background: #00285b;
}

.item__text {
  padding: 1.6rem 1.5rem 1.4rem;
}

@media only screen and (min-width: 1025px) {
  .item__inner {
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s ease-out;
    padding-bottom: 100%;
  }
  .item:hover .item__inner {
    transform: rotateY(-180deg);
  }

  .item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00285b;
    backface-visibility: hidden;
  }

  .item__text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1.6rem 1.5rem 1.4rem;
    overflow: scroll;
    transform: rotateY(180deg);
    backface-visibility: hidden;
  }
}
/*
*  $FOOTER
*/
.marketing-cookies,
.video-cookies {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: #FFF;
  vertical-align: -0.25rem;
  margin-right: 0.25rem;
}
.marketing-cookies.js-active::before,
.video-cookies.js-active::before {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  background: #00285b;
}

.close-cookie {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  color: #FFF;
}

.cookies {
  background: #c5c6da;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 9999;
  bottom: 1rem;
  left: 50%;
  width: 40rem;
  max-width: 100%;
  transform: translateX(-50%);
  overflow: auto;
  max-height: 100%;
}
.cookies .individuell {
  display: inline-block;
}
.cookies .margin-bottom > a {
  margin-right: 0.5rem;
}
.cookies h3 {
  margin-bottom: 0.5rem;
}
.cookies .cat p {
  font-size: 0.9rem;
  line-height: 1.4;
}

@media only screen and (max-height: 700px) {
  .cookies {
    bottom: 0;
  }
}
.site-footer {
  padding: 2rem 0 4rem;
  background: #00285b;
}
.site-footer h4 {
  font-size: 1rem;
}
.site-footer p, .site-footer a {
  font-size: 0.9rem;
  color: #FFF;
  line-height: 1.5;
}
.site-footer p {
  margin-bottom: 0.75rem;
}
.site-footer a {
  transition: all 0.25s ease-out;
}
.site-footer a:hover {
  opacity: 0.8;
}
.site-footer .current-menu-item a,
.site-footer .current-page-ancestor a {
  opacity: 0.75;
}
.site-footer .social {
  padding-top: 0.5rem;
  display: flex;
}
.site-footer .social a {
  font-size: 1.3rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 2.4rem;
  text-align: center;
  color: #00285b;
  background: #FFF;
  margin-right: 1rem;
  border-radius: 50%;
}
.site-footer .social a.fb {
  font-size: 1.6rem;
  padding-left: 0.4rem;
  line-height: 2.7rem;
}
.site-footer .social a.yt {
  font-size: 1.1rem;
  line-height: 2.3rem;
}

.contact-social .social {
  display: flex;
  justify-content: space-around;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto;
  max-width: 41rem;
}
.contact-social .social a {
  font-size: 1.95rem;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #c5c6da;
  background: #FFF;
  border-radius: 50%;
  transition: all 0.25s ease-out;
}
.contact-social .social a.fb {
  font-size: 2.4rem;
  padding-left: 0.6rem;
  line-height: 4.05rem;
}
.contact-social .social a.yt {
  font-size: 1.65rem;
  line-height: 3.5rem;
}
.contact-social .social a:hover {
  color: #00285b;
}

@media only screen and (min-width: 601px) {
  .footer-nav {
    column-count: 2;
    column-gap: 2rem;
  }
}
.footer-nav li {
  display: block;
  line-height: 1;
}
.footer-nav a {
  display: block;
}
.footer-nav a[href="#"] {
  cursor: auto;
  pointer-events: none;
}
.footer-nav .sub-menu {
  padding-left: 0.75rem;
  break-inside: avoid-column;
}

.share-con {
  overflow: hidden;
  padding-bottom: 3rem;
  margin-bottom: -3rem;
}

.post__share {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 2.4rem;
  text-align: center;
}
.post__share::before, .post__share::after {
  content: '';
  position: absolute;
  top: calc(0.9rem - 1px);
  height: 1px;
  width: 50vw;
  left: 100%;
  background: #c4c4c4;
}
.post__share::after {
  left: auto;
  right: 100%;
}
.post__share > a {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.9rem;
  display: inline-block;
  border: 2px solid #eb6d57;
  border-radius: 50%;
  text-align: center;
  text-decoration: none !important;
}
.post__share a.active + .share-icons {
  pointer-events: auto;
  opacity: 1;
}
.post__share .share-icons {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 7px);
  white-space: nowrap;
  background: #767676;
  padding: 2px 3px 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.25s ease-out;
}
.post__share .share-icons::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #767676 transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
}
.post__share .share-icons a {
  text-decoration: none !important;
  color: #FFF;
  padding: 0.4rem;
  line-height: 1;
  display: inline-block;
}
.post__share .share-icons a:hover {
  color: #eb6d57;
}

.share-icon svg {
  width: 1rem;
  height: auto;
}
.share-icon svg * {
  fill: #eb6d57;
}

.event {
  padding-top: 1.4rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #00285b;
  padding-left: 0.5rem;
  border-left: 0 solid #dedb00;
  padding-right: 0.5rem;
}
.event:hover {
  border-left: 0.3rem solid #dedb00;
  padding-right: 0;
}
.event time {
  width: 5rem;
  flex: 0 0 5rem;
}
.event time div {
  display: inline-block;
  text-align: center;
}
.event time span {
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  display: block;
}
.event h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: 'Roboto Slab';
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.event p {
  font-size: 0.8rem;
  color: #767676;
  margin-bottom: 0;
}

.event__day {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 500;
}

.event__month {
  font-size: 0.8rem;
  font-weight: bold;
}

.event__info {
  font-size: 0.8rem;
  color: #767676;
}

.filter {
  margin-bottom: 4rem;
}
.filter input, .filter select {
  font-family: "Exo", "Roboto Slab", "Roboto", "Arial", sans-serif;
  font-weight: bold;
  border: 1px solid #c5c6da;
}
.filter .margin-bottom--small {
  margin-bottom: 1.25rem;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 17px;
  }

  .header--big p {
    font-size: 1.4rem;
  }

  h1, .alpha {
    font-size: 4rem;
  }

  .text--exo p {
    font-size: 1.5rem;
  }

  .text--bigger {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }

  h1, .alpha {
    font-size: 3.5rem;
  }

  .header--big p {
    font-size: 1.25rem;
  }

  .am_7 {
    justify-content: center;
  }
  .am_7 .flex__item {
    width: 33.33% !important;
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .header--small h1 {
    font-size: 2.5rem;
  }

  .btn--toggle {
    transform: scale(0.9);
  }

  .am_5 .flex__item,
  .am_5 .flex__item:first-child {
    width: 33.33%;
    padding-right: 0;
  }

  .am_6 .flex__item {
    width: 33.33% !important;
    padding-right: 0 !important;
  }

  .person {
    width: 50%;
    padding-bottom: 68%;
    overflow: visible;
  }
  .person .overlay {
    left: 100%;
    top: 0;
    transform: none;
  }

  .tablet-one-half {
    width: 50%;
  }

  .item {
    height: 100%;
    background: #00285b;
  }
}
@media only screen and (max-width: 1020px) {
  .text--bigger {
    font-size: 1.1rem;
  }

  .header--big p {
    font-size: 1.2rem;
  }

  .am_3 {
    justify-content: center;
  }
  .am_3 .flex__item {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  h1, .alpha {
    font-size: 3rem;
  }

  .hidden--md {
    display: none;
  }

  .md-no-margin {
    margin: 0;
  }

  .header--small h1 {
    font-size: 2rem;
  }

  .header--small .subtitle {
    font-size: 1.1rem;
  }

  .header--big h2, .header--big h1 {
    font-size: 2.5rem;
  }

  .header--big {
    display: flex;
    align-items: flex-end;
  }
  .header--big .inner {
    width: 24rem;
    max-width: 100%;
  }

  .site-branding + a {
    width: 9rem;
    overflow: hidden;
  }

  .block--intro .container {
    padding-top: 0;
  }

  .am_4 .flex__item:first-child,
  .am_4 .flex__item:nth-child(2) {
    padding-right: 0;
  }

  .am_4 .flex__item:nth-child(3),
  .am_4 .flex__item:nth-child(4) {
    padding-left: 1rem;
  }

  .am_5 {
    justify-content: center;
  }
  .am_5 .flex__item {
    width: 50% !important;
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }
  .am_5 .flex__item::before {
    display: none;
  }

  .am_6 .flex__item,
  .am_7 .flex__item {
    width: 50% !important;
  }

  .tablet-one-half.md-one-whole {
    width: 100%;
  }

  .logo {
    margin-left: 0.75rem;
    width: 30rem;
    max-width: 30rem;
  }

  .header--big.rechts::before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
  }
}
@media only screen and (min-width: 641px) {
  .show--sm {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 16px;
  }

  .hidden--sm {
    display: none;
  }

  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .header--big {
    height: 80vw;
  }

  .slick-dots button {
    width: 0.75rem;
    height: 0.75rem;
  }

  .contrast,
  .bigger-font {
    display: none;
  }

  .header--big .inner {
    padding-bottom: 1rem;
    padding-top: 1.5rem;
  }

  .slick-dots {
    bottom: -2.5rem;
  }

  .nav-mobile {
    min-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .am_3 .flex__item,
  .am_4 .flex__item,
  .am_5 .flex__item,
  .am_6 .flex__item,
  .am_7 .flex__item {
    width: 100% !important;
  }
  .am_3 .flex__item::before,
  .am_4 .flex__item::before,
  .am_5 .flex__item::before,
  .am_6 .flex__item::before,
  .am_7 .flex__item::before {
    display: none;
  }
  .am_3 .flex__item a,
  .am_4 .flex__item a,
  .am_5 .flex__item a,
  .am_6 .flex__item a,
  .am_7 .flex__item a {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  .header--big h2,
  .header--big h1 {
    font-size: 2rem;
  }

  h2, .beta,
  h3, .gamma {
    font-size: 1.6rem;
  }

  .hidden--xs {
    display: none;
  }

  .xs-margin-bottom {
    margin-bottom: 1rem;
  }

  .header--small h1 {
    font-size: 2rem;
  }

  .header--small p,
  .header--small p a {
    font-size: 1.2rem;
  }

  .header--big p {
    font-size: 1.1rem;
    text-shadow: 1px 1px 3px rgba(0, 40, 91, 0.4);
  }

  .site-branding {
    width: 8rem;
  }

  .site-header {
    padding-bottom: 1.1rem;
  }

  .person .overlay p {
    font-size: 14px;
  }

  .person .name {
    display: none;
  }

  div.wpforms-container {
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width: 390px) {
  .contrast,
  .bigger-font {
    margin-right: 0.75rem;
  }
}
