/*!
Theme Name: remei
Author: KSP
Author URI: https://kspch.ch/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: remei

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          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%; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

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

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

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

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
              box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

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

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

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

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

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

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

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

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

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
@font-face {
  font-family: HelveticaNeueLight;
  src: url(css/fonts/HelveticaNeue-Light.otf); }
@font-face {
  font-family: HelveticaNeueRoman;
  src: url(css/fonts/HelveticaNeueLTStd-Roman.otf); }
@font-face {
  font-family: HelveticaLight;
  src: url(css/fonts/Helvetica-Light.otf); }
@font-face {
  font-family: HelveticaBold;
  src: url(css/fonts/HelveticaNeueLTStd-Bd.otf); }
b, strong {
  font-family: HelveticaBold; }

html {
  font-size: 16px; }

body {
  font-family: HelveticaLight;
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 0 !important; }
  body.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%; }
  body a, body a:active, body a:focus, body a:visited {
    text-decoration: underline;
    color: #000; }
    body a.button, body a:active.button, body a:focus.button, body a:visited.button {
      text-decoration: none;
      border: 1px solid #959da0;
      color: #fff;
      background: #959da0;
      padding: 9px 25px 14px;
      line-height: 1;
      vertical-align: top;
      border-radius: 3px;
      display: inline-block; }
      body a.button:hover, body a:active.button:hover, body a:focus.button:hover, body a:visited.button:hover {
        background: #fff;
        color: #000; }

@media (min-width: 1430px) {
  .container {
    width: 1400px; } }
.col-5 {
  float: left;
  width: 20%; }

.section-title {
  text-align: center;
  font-weight: normal;
  font: normal 55px/60px HelveticaNeueRoman;
  margin-top: 0;
  margin-bottom: 80px; }
  @media (max-height: 719px) {
    .section-title {
      font-size: 40px; } }
  @media (max-width: 719px) {
    .section-title {
      font-size: 40px;
      padding: 0 15px; } }
  @media (max-width: 499px) {
    .section-title {
      font-size: 30px;
      line-height: 40px; } }

header.site-header {
  padding: 0px 15px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  background: #fff;
  z-index: 100;
  width: 100%; }
  header.site-header .site-branding {
    display: inline-block;
    vertical-align: top; }
    header.site-header .site-branding img {
      width: 130px; }
    @media (max-width: 991px) {
      header.site-header .site-branding {
        max-width: 120px; } }
    header.site-header .site-branding a {
      padding: 20px 0; }

/*header.site-header .menu_toggle,*/
  header.site-header .navigation-toggle {
    display: none;
    width: 30px;
    height: 25px;
    float: right;
    margin: 25px 0;
    cursor: pointer;
    position: relative; }
    header.site-header .navigation-toggle span {
      position: absolute;
      left: 0;
      top: calc(50% - 2px);
      width: 100%;
      height: 4px;
      background: #9d9d9d;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      header.site-header .navigation-toggle span:nth-child(2) {
        top: 0; }
      header.site-header .navigation-toggle span:nth-child(3) {
        top: auto;
        bottom: 0; }
    @media (max-width: 991px) {
      header.site-header .navigation-toggle {
        display: inline-block; } }
    header.site-header .navigation-toggle.open span:nth-child(1) {
      opacity: 0;
      left: 100%; }
    header.site-header .navigation-toggle.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: left center;
              transform-origin: left center;
      top: 0px; }
    header.site-header .navigation-toggle.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: left center;
              transform-origin: left center;
      bottom: 0px; }
  header.site-header .main-navigation {
    display: inline-block;
    vertical-align: top;
    float: right;
    width: auto; }
    @media (max-width: 991px) {
      header.site-header .main-navigation {
        float: none;
        display: none; } }
    header.site-header .main-navigation ul {
      display: block; }
    header.site-header .main-navigation a {
      line-height: 45px;
      color: #000;
      padding: 20px 12px; }
      @media (max-width: 1429px) {
        header.site-header .main-navigation a {
          padding: 20px 10px; } }
      @media (max-width: 1199px) {
        header.site-header .main-navigation a {
          font-size: 15px;
          padding: 20px 8px; } }
      @media (max-width: 991px) {
        header.site-header .main-navigation a {
          padding: 15px;
          line-height: 20px; } }
    header.site-header .main-navigation li.not-link > a {
      /*cursor: default;*/
      /*pointer-events: none; */
    }
    @media (max-width: 991px) {
      header.site-header .main-navigation li {
        float: none; } }
	  header.site-header .main-navigation li.dropdown-arrow > a:after {
      content: "\f347";
      font-family: "dashicons";
      position: absolute;
      left: calc(50% - 10px);
      bottom: 10px;
      line-height: 20px;
      width: 18px;
      color: #8c8c8c; }
    @media (max-width: 991px) {
      header.site-header .main-navigation li.dropdown-arrow > a:after {
        display: none; } }	  
    header.site-header .main-navigation ul.sub-menu {
      background: #fff; }
      header.site-header .main-navigation ul.sub-menu li {
        padding: 7px 0; }
      header.site-header .main-navigation ul.sub-menu a {
        line-height: 25px;
        padding-top: 0;
        padding-bottom: 0; }
    header.site-header .main-navigation .mobile-submenu-toggle {
      display: none; }
    header.site-header .main-navigation .current_page_ancestor > a,
    header.site-header .main-navigation .current_page_item > a {
      text-decoration: underline; }
    @media (max-width: 991px) {
      header.site-header .main-navigation.active {
        display: block;
        position: absolute;
        background: #fff;
        z-index: 50;
        width: 100%;
        right: 0;
        text-align: left;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        top: 100%;
        -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
                box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05); }
        header.site-header .main-navigation.active li .sub-menu {
          position: static;
          float: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transition: all 100ms ease-in-out;
          transition: all 100ms ease-in-out;
          padding-left: 0;
          height: 0;
          overflow: hidden; }
          header.site-header .main-navigation.active li .sub-menu.active {
            padding-left: 20px;
            height: auto; }
        header.site-header .main-navigation.active a {
          display: block;
          text-decoration: none; }
        header.site-header .main-navigation.active .mobile-submenu-toggle {
          display: inline-block;
          width: 20px;
          height: 20px;
          vertical-align: middle;
          position: absolute;
          top: 0;
          right: 0;
          border-radius: 3px;
          margin: 15px 15px 0;
          float: right;
          cursor: pointer; }
          header.site-header .main-navigation.active .mobile-submenu-toggle:after {
            content: "\f347";
            font-family: "dashicons";
            position: absolute;
            left: 0;
            line-height: 20px;
            width: 18px;
            color: #8c8c8c;
            -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out; }
          header.site-header .main-navigation.active .mobile-submenu-toggle.active:after {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg); } }
    @media (max-width: 399px) {
      header.site-header .main-navigation.active {
        max-width: none; } }
  header.site-header .wpml-ls-menu-item {
    text-transform: uppercase; }

section.hero .hero-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(50vh - 100px); }
  section.hero .hero-line.first-hero-line {
    margin-top: 65px; }
section.hero .hero-text {
  text-align: center;
  font-size: 55px;
  padding: 60px 0;
  font: normal 55px/60px HelveticaNeueRoman; }
  @media (max-height: 719px) {
    section.hero .hero-text {
      padding: 30px 0;
      font-size: 40px; } }
  @media (max-height: 469px) {
    section.hero .hero-text {
      padding: 20px 0;
      font-size: 25px;
      line-height: 35px; } }
  @media (max-width: 809px) {
    section.hero .hero-text {
      font-size: 40px; } }
  @media (max-width: 499px) {
    section.hero .hero-text {
      font-size: 30px;
      line-height: 40px; } }
section.hero .hero-item {
  height: 100%;
  text-align: center;
  float: none;
  position: relative; }
  @media (max-width: 767px) {
    section.hero .hero-item {
      display: none; }
      section.hero .hero-item.mobile-active {
        display: block;
        width: 33%; } }
  @media (max-width: 629px) {
    section.hero .hero-item {
      padding: 0 5px; } }
  section.hero .hero-item .hero-item-img-wrapper {
    position: relative; }
  section.hero .hero-item img {
    max-height: calc(50vh - 180px);
    opacity: 1;
    height: 200px; }
    @media (max-width: 1429px) {
      section.hero .hero-item img {
        height: auto; } }
    @media (max-height: 719px) {
      section.hero .hero-item img {
        max-height: calc(50vh - 150px); } }
    @media (max-height: 469px) {
      section.hero .hero-item img {
        max-height: calc(50vh - 105px); } }
  section.hero .hero-item .hover {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  section.hero .hero-item a {
    color: #000; }
  section.hero .hero-item .hero-item-text {
    position: absolute;
    top: calc(100% - 40px);
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: -1;
    left: 0;
    font-size: 14px; }
    @media (max-width: 719px) {
      section.hero .hero-item .hero-item-text {
        display: none; } }
  section.hero .hero-item:hover .hover {
    z-index: 10; }
  section.hero .hero-item:hover .hero-item-text {
    top: calc(100% + 5px);
    opacity: 1; }
  section.hero .hero-item.has-hover:hover img {
    opacity: 0; }
  section.hero .hero-item.has-hover:hover img.hover {
    opacity: 1; }
@media (max-width: 629px) {
  section.hero .section-container {
    padding: 0; } }

section.icons-slider-section .icons-slider, section.icons-slider-section .images-slider, section.section-img-slider .icons-slider, section.section-img-slider .images-slider {
  padding: 0 30px;
  margin: 0;
  list-style: none; }
  section.icons-slider-section .icons-slider li, section.icons-slider-section .images-slider li, section.section-img-slider .icons-slider li, section.section-img-slider .images-slider li {
    text-align: center;
    outline: none;
    font-size: 14px;
    position: relative; }
    section.icons-slider-section .icons-slider li a, section.icons-slider-section .images-slider li a, section.section-img-slider .icons-slider li a, section.section-img-slider .images-slider li a {
      color: #000;
      text-decoration: none; }
    section.icons-slider-section .icons-slider li img, section.icons-slider-section .images-slider li img, section.section-img-slider .icons-slider li img, section.section-img-slider .images-slider li img {
      margin-left: auto;
      margin-right: auto;
      max-width: 160px;
      height: 200px; }
      @media (max-width: 575px) {
        section.icons-slider-section .icons-slider li img, section.icons-slider-section .images-slider li img, section.section-img-slider .icons-slider li img, section.section-img-slider .images-slider li img {
          max-width: 100%;
          height: auto; } }
    section.icons-slider-section .icons-slider li .hover-image, section.icons-slider-section .images-slider li .hover-image, section.section-img-slider .icons-slider li .hover-image, section.section-img-slider .images-slider li .hover-image {
      position: absolute;
      top: 0;
      z-index: -1;
      opacity: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    section.icons-slider-section .icons-slider li .caption, section.icons-slider-section .images-slider li .caption, section.section-img-slider .icons-slider li .caption, section.section-img-slider .images-slider li .caption {
      margin-top: 10px; }
    section.icons-slider-section .icons-slider li:hover .hover-image, section.icons-slider-section .images-slider li:hover .hover-image, section.section-img-slider .icons-slider li:hover .hover-image, section.section-img-slider .images-slider li:hover .hover-image {
      z-index: 1;
      opacity: 1; }
    section.icons-slider-section .icons-slider li.animate-on .hover-image, section.icons-slider-section .images-slider li.animate-on .hover-image, section.section-img-slider .icons-slider li.animate-on .hover-image, section.section-img-slider .images-slider li.animate-on .hover-image {
      z-index: 1;
      opacity: 1; }
  section.icons-slider-section .icons-slider .slick-next, section.icons-slider-section .images-slider .slick-next, section.section-img-slider .icons-slider .slick-next, section.section-img-slider .images-slider .slick-next {
    right: 5px; }
  section.icons-slider-section .icons-slider .slick-prev, section.icons-slider-section .images-slider .slick-prev, section.section-img-slider .icons-slider .slick-prev, section.section-img-slider .images-slider .slick-prev {
    left: 5px; }

section.icons-slider-section .icons-slider li .hover-image {
  z-index: 1;
  opacity: 1; }

section.section-img-slider .images-slider li {
  position: relative;
  padding-bottom: 40px; }
  section.section-img-slider .images-slider li .caption {
    bottom: 40px;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    z-index: -1;
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    left: 0; }
  section.section-img-slider .images-slider li:hover .caption {
    bottom: 0px;
    opacity: 1; }
  section.section-img-slider .images-slider li img {
    max-height: calc(50vh - 180px);
    max-width: 100%; }
    @media (max-width: 1429px) {
      section.section-img-slider .images-slider li img {
        height: auto; } }
    @media (max-height: 719px) {
      section.section-img-slider .images-slider li img {
        max-height: calc(50vh - 150px); } }
    @media (max-height: 469px) {
      section.section-img-slider .images-slider li img {
        max-height: calc(50vh - 105px); } }
  @media (max-width: 767px) {
    section.section-img-slider .images-slider li {
      display: none; }
      section.section-img-slider .images-slider li.mobile-active {
        display: block;
        width: 33%; } }
  @media (max-width: 629px) {
    section.section-img-slider .images-slider li {
      padding: 0 5px; } }
section.section-img-slider .images-slider.slide-1 {
  margin-bottom: 20px;
  margin-top: 85px; }
@media (max-width: 629px) {
  section.section-img-slider .images-slider {
    padding: 0; } }
section.section-img-slider .section-title {
  margin-bottom: 60px; }
  @media (max-width: 629px) {
    section.section-img-slider .section-title {
      margin-bottom: 20px; } }
@media (max-width: 629px) {
  section.section-img-slider .section-container {
    padding: 0; } }

section.video-section .video-container {
  max-width: 560px;
  width: 100%;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.slick-prev, .slick-next {
  background: transparent;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  border: 1px solid dimgrey;
  z-index: 10; }

.slick-prev:hover, .slick-next:hover {
  background: transparent; }

.slick-prev:before, .slick-next:before {
  display: none; }

.slick-prev {
  border-top: 0;
  border-right: 0; }

.slick-next {
  border-left: 0;
  border-bottom: 0; }

footer.site-footer {
  background: #959DA0;
  color: #fff;
  padding: 100px 15px;
  width: 100%;
  font-size: 14px; }
  @media (max-width: 991px) {
    footer.site-footer {
      padding: 50px 15px; } }
  footer.site-footer a {
    color: #fff;
    text-decoration: none; }
    footer.site-footer a:hover {
      text-decoration: underline; }
  footer.site-footer p {
    margin: 0; }
  footer.site-footer .footer-widget {
    margin-bottom: 20px; }
    footer.site-footer .footer-widget:last-child {
      margin-bottom: 0; }
  footer.site-footer .address-col {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 30px; }
    @media (max-width: 609px) {
      footer.site-footer .address-col {
        width: 100%;
        display: block;
        margin-right: 0; }
        footer.site-footer .address-col .logo {
          display: none; } }
  footer.site-footer .footer-menu {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 285px);
    padding-top: 52px; }
    @media (max-width: 609px) {
      footer.site-footer .footer-menu {
        width: 100%;
        display: none; } }
    @media (max-width: 991px) {
      footer.site-footer .footer-menu {
        padding-top: 0; } }
    footer.site-footer .footer-menu ul.menu {
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1429px) {
        footer.site-footer .footer-menu ul.menu {
          display: inline-block; } }
      footer.site-footer .footer-menu ul.menu ul.sub-menu {
        list-style: none;
        padding: 0;
        padding-left: 5px;
        margin: 0;
        margin-top: 10px; }
      footer.site-footer .footer-menu ul.menu li.wpml-ls-item {
        display: none; }
    footer.site-footer .footer-menu ul.menu > li {
      padding-right: 30px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1429px) {
        footer.site-footer .footer-menu ul.menu > li {
          width: 25%;
          float: left;
          margin-bottom: 30px; } }
      @media (max-width: 991px) {
        footer.site-footer .footer-menu ul.menu > li {
          width: 33%; }
          footer.site-footer .footer-menu ul.menu > li:nth-child(3n+4) {
            clear: both; } }
      @media (max-width: 767px) {
        footer.site-footer .footer-menu ul.menu > li {
          width: calc(50% + 15px); }
          footer.site-footer .footer-menu ul.menu > li:nth-child(3n+4) {
            clear: none; }
          footer.site-footer .footer-menu ul.menu > li:nth-child(2n+3) {
            clear: both; }
          footer.site-footer .footer-menu ul.menu > li:nth-child(even) {
            width: calc(50% - 15px);
            padding-right: 0; } }
      @media (max-width: 359px) {
        footer.site-footer .footer-menu ul.menu > li {
          width: 100%; }
          footer.site-footer .footer-menu ul.menu > li:nth-child(2n+3) {
            clear: none; }
          footer.site-footer .footer-menu ul.menu > li:nth-child(odd) {
            padding-right: 0; } }

.scrollsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.section-container {
  width: 100%;
  padding: 0 15px; }

.page-template-default h1.entry-title {
  display: none; }

.block-section {
  margin: 0 auto 80px auto; }
  @media (max-width: 991px) {
    .block-section {
      margin-bottom: 60px; } }

.modals-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: scroll;
  padding: 50px; }
  @media (max-width: 459px) {
    .modals-holder {
      padding: 20px; } }
  .modals-holder .modal-overlay {
    display: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .modals-holder .single-modal {
    display: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    z-index: 20;
    position: relative;
    padding: 15px;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-animation: slide-down .3s ease-out;
            animation: slide-down .3s ease-out; }
    .modals-holder .single-modal.active {
      display: block;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .modals-holder .single-modal .modal-image {
      float: left;
      max-width: 350px;
      width: 50%;
      margin-right: 15px; }
      @media (max-width: 575px) {
        .modals-holder .single-modal .modal-image {
          width: 100%;
          max-width: 100%;
          margin-bottom: 15px; } }
    .modals-holder .single-modal .modal-text {
      padding-left: 15px; }
      .modals-holder .single-modal .modal-text p:last-child {
        margin-bottom: 0; }
      .modals-holder .single-modal .modal-text p:first-child {
        margin-top: 0; }
      .modals-holder .single-modal .modal-text.no-image {
        padding-left: 0; }
    .modals-holder .single-modal .modal-close {
      position: absolute;
      top: -10px;
      right: -10px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background-color: #fff;
      border-radius: 50%;
      padding: 5px; }
      .modals-holder .single-modal .modal-close svg {
        width: 100%;
        height: 100%;
        vertical-align: top; }
        .modals-holder .single-modal .modal-close svg path {
          -webkit-transition: all 200ms ease-in-out;
          transition: all 200ms ease-in-out; }
      .modals-holder .single-modal .modal-close:hover path {
        fill: #000 !important; }
  .modals-holder.active {
    display: block;
    z-index: 999;
    margin-bottom: 0; }
    .modals-holder.active .modal-overlay {
      z-index: 10;
      display: block; }

.filter-anchors ul.classes .alle-btn {
  display: none; }
@media (max-width: 470px) {
  .filter-anchors ul.alle {
    display: none; }
  .filter-anchors ul.classes .alle-btn {
    display: inline-block; } }
.filter-anchors nav {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd; }
.filter-anchors ul {
  list-style: none;
  margin: 0;
  padding: 25px 0 10px 0;
  display: inline-block; }
  .filter-anchors ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px; }
    @media (max-width: 469px) {
      .filter-anchors ul li {
        display: block; } }
    .filter-anchors ul li button {
      background: transparent;
      border: 0;
      border-bottom: 2px solid transparent;
      border-radius: 0;
      outline: none;
      font-size: 1rem; }
      .filter-anchors ul li button:hover, .filter-anchors ul li button.active {
        border-bottom: 2px solid #000; }
      @media (max-width: 767px) {
        .filter-anchors ul li button {
          padding: 0.3em 0.4em 0.3em; } }
  @media (min-width: 471px) {
    .filter-anchors ul.classes {
      max-width: calc(100% - 96px); } }
  .filter-anchors ul.alle {
    float: left; }
    @media (max-width: 469px) {
      .filter-anchors ul.alle {
        float: none; } }

.news-filter .single-column {
  margin-bottom: 30px; }
.news-filter a {
  text-decoration: none; }
.news-filter .news-date {
  margin: 5px 0px;
  font-style: italic; }

.social-side {
  position: fixed;
  right: 0;
  bottom: 10vh;
  display: inline-block;
  z-index: 40; }
  .social-side .social-icons .social-icon {
    margin-right: 0;
    display: block; }

.social-icon {
  margin-bottom: 3px;
  text-align: right;
  -webkit-transition: margin-right 300ms ease-in-out;
  transition: margin-right 300ms ease-in-out;
  position: relative;
  display: inline-block;
  margin-right: 8px; }
  .social-icon .tooltip {
    position: absolute;
    right: 25px;
    white-space: nowrap;
    top: 10px;
    background: #848484;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.8em;
    line-height: 20px;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 300ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    padding-bottom: 2px; }
    .social-icon .tooltip:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      background: #848484;
      left: calc(100% - 3px);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 7px; }
  .social-icon:hover .tooltip {
    right: 45px;
    opacity: 1; }
  .social-icon .icon {
    width: 40px;
    height: 40px;
    background: white;
    padding: 10px;
    display: inline-block;
    -webkit-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out;
    background: #A9B5C7; }
    .social-icon .icon svg, .social-icon .icon img {
      width: 100%;
      height: 100%;
      fill: #fff;
      vertical-align: top; }
  .social-icon.red .icon, .social-icon.red .tooltip, .social-icon.red .tooltip:after {
    background-color: #a01f2b; }
  .social-icon:last-child {
    margin-bottom: 0; }
  .social-icon .content {
    display: inline-block;
    height: 40px;
    vertical-align: top;
    height: 40px;
    margin-right: -4px;
    padding: 5px;
    background: #A9B5C7;
    width: 250px;
    overflow: hidden;
    -webkit-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    margin-right: -255px; }
    .social-icon .content input {
      height: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .social-icon .content input[type="submit"] {
      width: 65px;
      background: transparent;
      border: 0;
      color: #fff;
      padding: 0;
      text-align: center;
      font-family: HelveticaLight;
      font-size: 15px; }
    .social-icon .content input[type="search"] {
      width: calc(100% - 70px);
      font-family: HelveticaLight; }
  .social-icon.search:hover {
    background: #A9B5C7;
    margin-right: -45px; }
    .social-icon.search:hover .content {
      margin-right: 0; }
  .social-icon.instagram {
    display: none !important; }

.search-results article:nth-child(3n+1) {
  clear: left; }
@media (max-width: 991px) {
  .search-results article:nth-child(3n+1) {
    clear: none; }
  .search-results article:nth-child(2n+1) {
    clear: left; } }

.site-main {
  padding-top: 85px; }

.scroll-down-arrow {
  display: inline-block;
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 99;
  margin-left: -20px; }
  .scroll-down-arrow a, .scroll-down-arrow a:focus, .scroll-down-arrow a:active, .scroll-down-arrow a:visited {
    text-decoration: none;
    padding: 10px;
    outline: none;
    color: #A9B5C7;
    font-size: 20px; }
    .scroll-down-arrow a:after, .scroll-down-arrow a:focus:after, .scroll-down-arrow a:active:after, .scroll-down-arrow a:visited:after {
      content: "\f347";
      font-family: "dashicons";
      transition: transform .24s ease,-webkit-transform .24s ease;
      display: inline-block; }
    .scroll-down-arrow a:hover:after, .scroll-down-arrow a:focus:hover:after, .scroll-down-arrow a:active:hover:after, .scroll-down-arrow a:visited:hover:after {
      -webkit-transform: translateY(6px);
              transform: translateY(6px); }
  @media (max-width: 1429px) {
    .scroll-down-arrow {
      bottom: 0; } }
  @media (max-width: 1199px) {
    .scroll-down-arrow {
      bottom: 20px; } }
  @media (max-height: 819px) {
    .scroll-down-arrow {
      bottom: 0; } }

.contact-form {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; }
  .contact-form input, .contact-form textarea, .contact-form .wpcf7-recaptcha {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 0; }
  .contact-form input[type="submit"] {
    padding: 10px;
    font-size: 1rem;
    background: #959da0;
    border: 0;
    color: #fff; }
  .contact-form label {
    margin-bottom: 5px;
    display: block; }

div.wpcf7-response-output {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0; }

/* .site-header .sub-menu-hidden .sub-menu, */
.site-header .sub-menu-hidden .mobile-submenu-toggle {
  display: none !important; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
.wp {
  padding: 0 80px 0 15px; }

.wlp {
  padding: 0 15px 0 80px; }
  @media (max-width: 991px) {
    .wlp {
      padding-left: 15px; } }

.col-5ths {
  width: 20%;
  padding: 0 15px;
  float: left; }

section.error-404 {
  margin-bottom: 100px; }
  section.error-404 .search-submit {
    background: #959DA0;
    color: #fff;
    padding: 10px 20px;
    border: 0; }
  section.error-404 input {
    vertical-align: top; }

.video-modal .modal-text {
  padding-left: 0 !important; }
.video-modal iframe {
  width: 100%; }

.video-popup {
  position: relative;
  display: block; }
  .video-popup .play-button {
    position: absolute;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    left: calc(50% - 40px); }
    .video-popup .play-button svg path {
      fill: #c00;
      -webkit-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      opacity: 0.8;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-transform-origin: center;
              transform-origin: center; }
  .video-popup:hover .play-button svg path {
    fill: #c00;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }

.move-up {
  margin-top: -70px; }

.featured_caption {
  text-align: center;
  font-size: 0.8em;
  font-style: italic; }

.wpcf7[id*='5986'], .wpcf7[id*='5979'] {
  background-color: #B2BBB8;
  padding: 50px 0; }
  .wpcf7[id*='5986'] .mc4wp-form-fields, .wpcf7[id*='5986'] .mc4wp-response, .wpcf7[id*='5986'] .wpcf7-form, .wpcf7[id*='5979'] .mc4wp-form-fields, .wpcf7[id*='5979'] .mc4wp-response, .wpcf7[id*='5979'] .wpcf7-form {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px; }
    @media (min-width: 769px) {
      .wpcf7[id*='5986'] .mc4wp-form-fields, .wpcf7[id*='5986'] .mc4wp-response, .wpcf7[id*='5986'] .wpcf7-form, .wpcf7[id*='5979'] .mc4wp-form-fields, .wpcf7[id*='5979'] .mc4wp-response, .wpcf7[id*='5979'] .wpcf7-form {
        width: 750px; } }
    @media (min-width: 993px) {
      .wpcf7[id*='5986'] .mc4wp-form-fields, .wpcf7[id*='5986'] .mc4wp-response, .wpcf7[id*='5986'] .wpcf7-form, .wpcf7[id*='5979'] .mc4wp-form-fields, .wpcf7[id*='5979'] .mc4wp-response, .wpcf7[id*='5979'] .wpcf7-form {
        width: 970px; } }
    @media (min-width: 1201px) {
      .wpcf7[id*='5986'] .mc4wp-form-fields, .wpcf7[id*='5986'] .mc4wp-response, .wpcf7[id*='5986'] .wpcf7-form, .wpcf7[id*='5979'] .mc4wp-form-fields, .wpcf7[id*='5979'] .mc4wp-response, .wpcf7[id*='5979'] .wpcf7-form {
        width: 1170px; } }
  .wpcf7[id*='5986'] .mc4wp-response, .wpcf7[id*='5979'] .mc4wp-response {
    padding: 0 15px; }
  .wpcf7[id*='5986'] .newsletter-wrapper, .wpcf7[id*='5986'] .mc4wp-response, .wpcf7[id*='5979'] .newsletter-wrapper, .wpcf7[id*='5979'] .mc4wp-response {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 575px) {
      .wpcf7[id*='5986'] .newsletter-wrapper, .wpcf7[id*='5986'] .mc4wp-response, .wpcf7[id*='5979'] .newsletter-wrapper, .wpcf7[id*='5979'] .mc4wp-response {
        display: block; } }
    .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-row, .wpcf7[id*='5986'] .mc4wp-response .newsletter-row, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-row, .wpcf7[id*='5979'] .mc4wp-response .newsletter-row {
      margin-bottom: 20px;
      float: left;
      width: 100%; }
      .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-row:after, .wpcf7[id*='5986'] .mc4wp-response .newsletter-row:after, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-row:after, .wpcf7[id*='5979'] .mc4wp-response .newsletter-row:after {
        content: '';
        display: block;
        clear: both; }
    .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-form-wrapper, .wpcf7[id*='5986'] .mc4wp-response .newsletter-form-wrapper, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-form-wrapper, .wpcf7[id*='5979'] .mc4wp-response .newsletter-form-wrapper {
      display: inline-block;
      width: calc(80% - 5px); }
      @media (max-width: 575px) {
        .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-form-wrapper, .wpcf7[id*='5986'] .mc4wp-response .newsletter-form-wrapper, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-form-wrapper, .wpcf7[id*='5979'] .mc4wp-response .newsletter-form-wrapper {
          width: 100%; } }
    .wpcf7[id*='5986'] .newsletter-wrapper input[type="text"], .wpcf7[id*='5986'] .newsletter-wrapper input[type="email"], .wpcf7[id*='5986'] .newsletter-wrapper select, .wpcf7[id*='5986'] .mc4wp-response input[type="text"], .wpcf7[id*='5986'] .mc4wp-response input[type="email"], .wpcf7[id*='5986'] .mc4wp-response select, .wpcf7[id*='5979'] .newsletter-wrapper input[type="text"], .wpcf7[id*='5979'] .newsletter-wrapper input[type="email"], .wpcf7[id*='5979'] .newsletter-wrapper select, .wpcf7[id*='5979'] .mc4wp-response input[type="text"], .wpcf7[id*='5979'] .mc4wp-response input[type="email"], .wpcf7[id*='5979'] .mc4wp-response select {
      display: block;
      width: 100%;
      height: 52px;
      padding: 0 10px;
      border: 0;
      background: #EFEFEF; }
    .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-name-field, .wpcf7[id*='5986'] .mc4wp-response .newsletter-name-field, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-name-field, .wpcf7[id*='5979'] .mc4wp-response .newsletter-name-field {
      display: inline-block;
      width: 50%;
      float: left; }
      .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-name-field.first-name, .wpcf7[id*='5986'] .mc4wp-response .newsletter-name-field.first-name, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-name-field.first-name, .wpcf7[id*='5979'] .mc4wp-response .newsletter-name-field.first-name {
        padding-right: 15px; }
        @media (max-width: 429px) {
          .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-name-field.first-name, .wpcf7[id*='5986'] .mc4wp-response .newsletter-name-field.first-name, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-name-field.first-name, .wpcf7[id*='5979'] .mc4wp-response .newsletter-name-field.first-name {
            padding-right: 0;
            margin-bottom: 20px; } }
      @media (max-width: 429px) {
        .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-name-field, .wpcf7[id*='5986'] .mc4wp-response .newsletter-name-field, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-name-field, .wpcf7[id*='5979'] .mc4wp-response .newsletter-name-field {
          width: 100%;
          float: none; } }
    .wpcf7[id*='5986'] .newsletter-wrapper label, .wpcf7[id*='5986'] .mc4wp-response label, .wpcf7[id*='5979'] .newsletter-wrapper label, .wpcf7[id*='5979'] .mc4wp-response label {
      display: block;
      line-height: 30px;
      font-size: 19px;
      font-weight: bold; }
    .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-submit, .wpcf7[id*='5986'] .mc4wp-response .newsletter-submit, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-submit, .wpcf7[id*='5979'] .mc4wp-response .newsletter-submit {
      width: 20%;
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-top: 40px;
      margin-bottom: 10px;
      margin-left: 20px; }
      @media (max-width: 575px) {
        .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-submit, .wpcf7[id*='5986'] .mc4wp-response .newsletter-submit, .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-submit, .wpcf7[id*='5979'] .mc4wp-response .newsletter-submit {
          width: 100%;
          padding-top: 20px;
          margin-left: 0; } }
      .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-submit input[type="submit"], .wpcf7[id*='5986'] .mc4wp-response .newsletter-submit input[type="submit"], .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-submit input[type="submit"], .wpcf7[id*='5979'] .mc4wp-response .newsletter-submit input[type="submit"] {
        position: absolute;
        top: 30px;
        left: 0;
        height: calc(100% - 40px);
        width: 100%;
        font-size: 20px;
        border: 0;
        background: #efefef;
        padding: 0;
        font-weight: normal; }
        @media (max-width: 575px) {
          .wpcf7[id*='5986'] .newsletter-wrapper .newsletter-submit input[type="submit"], .wpcf7[id*='5986'] .mc4wp-response .newsletter-submit input[type="submit"], .wpcf7[id*='5979'] .newsletter-wrapper .newsletter-submit input[type="submit"], .wpcf7[id*='5979'] .mc4wp-response .newsletter-submit input[type="submit"] {
            padding: 15px 0;
            position: static; } }

span.wpcf7-not-valid-tip {
  display: inline-block;
  background: #a0202c;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  padding: 5px 5px 0;
  position: relative;
  margin-top: 3px; }
  span.wpcf7-not-valid-tip:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #a0202c;
    position: absolute;
    top: -5px;
    left: 10px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%); }

div.wpcf7-response-output {
  padding: 0.2em 1em 0; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #a0202c;
  background: #a0202c;
  color: #fff; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  background: #398f14;
  color: #fff; }

/*--------------------------------------------------------------
# trace-tool
--------------------------------------------------------------*/
.wp-block-trace-tool-container {
  margin-bottom: 80px;
  background: #B2BBB8;
  padding: 40px;
  color: #000;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1199px) {
    .wp-block-trace-tool-container {
      max-width: none; } }
  @media (max-width: 369px) {
    .wp-block-trace-tool-container {
      padding: 40px 0px; } }
  .wp-block-trace-tool-container .trace-tool-image {
    display: inline-block;
    vertical-align: top;
    max-width: 190px; }
    @media (max-width: 549px) {
      .wp-block-trace-tool-container .trace-tool-image {
        display: block;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 20px;
        text-align: center; } }
  .wp-block-trace-tool-container .trace-tool-content {
    display: inline-block;
    width: calc(100% - 190px);
    padding: 0 30px;
    vertical-align: top;
    max-width: 600px; }
    @media (max-width: 549px) {
      .wp-block-trace-tool-container .trace-tool-content {
        display: block;
        max-width: none;
        width: 100%;
        padding: 0; } }
    .wp-block-trace-tool-container .trace-tool-content .trace-tool-title {
      font-size: 35px;
      margin-bottom: 10px;
      font-weight: bold; }
      @media (max-width: 639px) {
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-title {
          font-size: 28px; } }
      @media (max-width: 549px) {
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-title {
          text-align: center; } }
    .wp-block-trace-tool-container .trace-tool-content .trace-tool-form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 639px) {
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form {
          display: inline-block; } }
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form input[type="text"],
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form select {
        display: block;
        width: 100%;
        height: 52px;
        padding: 0 10px;
        border: 0;
        border-radius: 5px;
        background: #EFEFEF; }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form input[type="text"]:focus,
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form select:focus {
          background: #fff; }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form input[type="text"].error,
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form select.error {
          background: pink; }
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label {
        display: block;
        line-height: 30px;
        font-size: 19px;
        font-weight: bold; }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.full {
          margin-bottom: 10px; }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.half {
          width: calc(50% - 10px);
          display: inline-block;
          vertical-align: top;
          margin-right: 10px; }
          @media (max-width: 767px) {
            .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.half {
              width: 100%;
              margin-bottom: 10px; } }
          .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.half:last-child {
            margin-left: 10px;
            margin-right: 0; }
            @media (max-width: 767px) {
              .wp-block-trace-tool-container .trace-tool-content .trace-tool-form label.half:last-child {
                margin-left: 0;
                margin-bottom: 0px; } }
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-fields {
        width: 80%;
        display: inline-block;
        padding-right: 20px; }
        @media (max-width: 639px) {
          .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-fields {
            width: 100%;
            padding: 0; } }
      .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-button {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-top: 40px; }
        @media (max-width: 639px) {
          .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-button {
            width: 100%;
            padding-top: 15px; } }
        .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-button button {
          position: absolute;
          top: 30px;
          left: 0;
          height: calc(100% - 30px);
          width: 100%;
          font-size: 20px;
          border: 0;
          border-radius: 5px;
          background: #efefef;
          padding: 0; }
          @media (max-width: 639px) {
            .wp-block-trace-tool-container .trace-tool-content .trace-tool-form .trace-tool-button button {
              position: static;
              padding: 15px 0; } }

/*--------------------------------------------------------------
# categories-icons
--------------------------------------------------------------*/
#icons-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 80px;
  overflow: hidden; }
  #icons-menu .slick-list {
    margin-bottom: 50px; }
  #icons-menu .slick-dots li {
    width: auto !important; }
  #icons-menu .slick-prev {
    left: 50px; }
  #icons-menu .slick-next {
    right: 50px; }
  #icons-menu .slick-arrow {
    bottom: 22px;
    top: auto; }
  #icons-menu li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
    width: calc((100% / 8) - 25px);
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 48px; }
    @media (max-width: 1199px) {
      #icons-menu li {
        width: calc((100% / 6) - 25px); } }
    @media (max-width: 991px) {
      #icons-menu li {
        margin-left: 0;
        margin-right: 0; }
        #icons-menu li img {
          margin-left: auto;
          margin-right: auto; } }
    #icons-menu li .icon-menu-label {
      position: absolute;
      width: 100%;
      text-align: center;
      display: block;
      line-height: 1;
      font-size: 14px;
      color: #000;
      top: 100%;
    }
    #icons-menu li img {
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
    #icons-menu li .icon-hover {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      opacity: 0;
      image-rendering: auto; }
    #icons-menu li:hover .icon-menu-label {
      text-decoration: none; }
    #icons-menu li:hover .icon-hover {
      z-index: 1;
      opacity: 1; }
    #icons-menu li.current_page .icon-menu-label {
      text-decoration: underline; }
    #icons-menu li.current_page .icon-hover {
      z-index: 1;
      opacity: 1; }
  #icons-menu .current-menu-item img {
    top: -10px; }
  #icons-menu img {
    width: 100%; }
  #icons-menu + article .wp-block-remei-right-image, #icons-menu + article .wp-block-remei-text-gallery {
    margin-top: 0; }
  #icons-menu.more-than-8 li {
    width: calc((100% / 3) - 25px);
  padding: 10px;
  }

/*--------------------------------------------------------------
# text + image
--------------------------------------------------------------*/
.wp-block-remei-right-image .right-image-content, .wp-block-remei-text-gallery .right-image-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 0; }
  .wp-block-remei-right-image .right-image-content h3, .wp-block-remei-text-gallery .right-image-content h3 {
    margin: 0px;
    padding: 0px;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 50px;
    font-family: HelveticaBold; }
    @media (max-width: 991px) {
      .wp-block-remei-right-image .right-image-content h3, .wp-block-remei-text-gallery .right-image-content h3 {
        font-size: 30px;
        margin-bottom: 30px; } }
  .wp-block-remei-right-image .right-image-content h5, .wp-block-remei-text-gallery .right-image-content h5 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: HelveticaBold; }
    @media (max-width: 991px) {
      .wp-block-remei-right-image .right-image-content h5, .wp-block-remei-text-gallery .right-image-content h5 {
        font-size: 19px;
        margin-bottom: 10px; } }
  .wp-block-remei-right-image .right-image-content ul, .wp-block-remei-text-gallery .right-image-content ul {
    margin: 0; }
    .wp-block-remei-right-image .right-image-content ul li, .wp-block-remei-text-gallery .right-image-content ul li {
      margin-bottom: 10px; }
.wp-block-remei-right-image .right-image-image, .wp-block-remei-text-gallery .right-image-image {
  margin-bottom: 30px;
  text-align: center; }
  .wp-block-remei-right-image .right-image-image img, .wp-block-remei-text-gallery .right-image-image img, .wp-block-remei-right-image .right-image-image video, .wp-block-remei-text-gallery .right-image-image video {
    max-width: 100%; }
  .wp-block-remei-right-image .right-image-image img:first-child, .wp-block-remei-text-gallery .right-image-image img:first-child, .wp-block-remei-right-image .right-image-image video:first-child, .wp-block-remei-text-gallery .right-image-image video:first-child {
    margin-bottom: 15px; }
  .wp-block-remei-right-image .right-image-image h5, .wp-block-remei-text-gallery .right-image-image h5 {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: HelveticaBold; }
    @media (max-width: 991px) {
      .wp-block-remei-right-image .right-image-image h5, .wp-block-remei-text-gallery .right-image-image h5 {
        font-size: 19px;
        margin-bottom: 10px; } }
  .wp-block-remei-right-image .right-image-image .right-video, .wp-block-remei-text-gallery .right-image-image .right-video {
    margin-bottom: 30px; }
    .wp-block-remei-right-image .right-image-image .right-video .videoWrapper, .wp-block-remei-text-gallery .right-image-image .right-video .videoWrapper {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      .wp-block-remei-right-image .right-image-image .right-video .videoWrapper iframe, .wp-block-remei-text-gallery .right-image-image .right-video .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .wp-block-remei-right-image .right-image-image .right-video .video-caption, .wp-block-remei-text-gallery .right-image-image .right-video .video-caption {
      margin-top: 10px; }
  .wp-block-remei-right-image .right-image-image .acc-main-title, .wp-block-remei-text-gallery .right-image-image .acc-main-title {
    margin-bottom: 50px; }
  .wp-block-remei-right-image .right-image-image .right-accordion, .wp-block-remei-text-gallery .right-image-image .right-accordion {
    margin-bottom: 40px; }
    .wp-block-remei-right-image .right-image-image .right-accordion .acc-title, .wp-block-remei-text-gallery .right-image-image .right-accordion .acc-title {
      margin-bottom: 10px;
      font-family: HelveticaBold; }
    .wp-block-remei-right-image .right-image-image .right-accordion .acc-trigger, .wp-block-remei-text-gallery .right-image-image .right-accordion .acc-trigger {
      background: #959da0;
      color: #fff;
      padding: 20px 15px;
      cursor: pointer;
      position: relative;
      font-family: HelveticaBold;
      padding-right: 60px; }
      .wp-block-remei-right-image .right-image-image .right-accordion .acc-trigger span.plus, .wp-block-remei-text-gallery .right-image-image .right-accordion .acc-trigger span.plus {
        width: 27px;
        height: 27px;
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .wp-block-remei-right-image .right-image-image .right-accordion .acc-trigger span.plus:before, .wp-block-remei-text-gallery .right-image-image .right-accordion .acc-trigger span.plus:before {
          content: '';
          position: absolute;
          background: #fff;
          width: 100%;
          height: 3px;
          left: 0;
          top: 12px; }
        .wp-block-remei-right-image .right-image-image .right-accordion .acc-trigger span.plus:after, .wp-block-remei-text-gallery .right-image-image .right-accordion .acc-trigger span.plus:after {
          content: '';
          position: absolute;
          background: #fff;
          height: 100%;
          width: 3px;
          top: 0;
          left: 12px;
          -webkit-transition: height 100ms ease-in-out;
          transition: height 100ms ease-in-out; }
    .wp-block-remei-right-image .right-image-image .right-accordion .acc-content, .wp-block-remei-text-gallery .right-image-image .right-accordion .acc-content {
      text-align: left;
      display: none; }
    .wp-block-remei-right-image .right-image-image .right-accordion.active .acc-trigger span.plus:after, .wp-block-remei-text-gallery .right-image-image .right-accordion.active .acc-trigger span.plus:after {
      height: 0; }
.wp-block-remei-right-image.right .right-image-content, .right.wp-block-remei-text-gallery .right-image-content {
  margin-bottom: 30px; }

.entry-content .wp-block-remei-right-image:first-child, .entry-content .wp-block-remei-text-gallery:first-child {
  margin-top: 80px; }
  @media (max-width: 991px) {
    .entry-content .wp-block-remei-right-image:first-child, .entry-content .wp-block-remei-text-gallery:first-child {
      margin-top: 30px; } }

/*--------------------------------------------------------------
# text + gallery
--------------------------------------------------------------*/
.wp-block-remei-text-gallery ul.block-gallery {
  list-style: none;
  margin: 0;
  padding: 0; }
  .wp-block-remei-text-gallery ul.block-gallery li {
    text-align: center; }
    .wp-block-remei-text-gallery ul.block-gallery li img {
      margin-left: auto;
      margin-right: auto; }

.wp-block-three-column-with-image,
.wp-block-remei-team {
  margin-bottom: 80px; }
  .wp-block-three-column-with-image h3,
  .wp-block-remei-team h3 {
    margin-bottom: 0px; }
  .wp-block-three-column-with-image p,
  .wp-block-remei-team p {
    margin: 5px 0px;
    font-style: italic; }
    .wp-block-three-column-with-image p.last,
    .wp-block-remei-team p.last {
      font-style: normal; }
  .wp-block-three-column-with-image + .wp-block-three-column-with-image,
  .wp-block-remei-team + .wp-block-three-column-with-image {
    margin-top: -30px; }

.wp-block-remei-team h2 {
  font: normal 40px/1 HelveticaBold; }
.wp-block-remei-team .row .single-column {
  margin-bottom: 80px; }
  .wp-block-remei-team .row .single-column:nth-child(3n+1) {
    clear: left; }
  @media (max-width: 991px) {
    .wp-block-remei-team .row .single-column:nth-child(3n+1) {
      clear: none; }
    .wp-block-remei-team .row .single-column:nth-child(2n+1) {
      clear: left; } }
  @media (max-width: 767px) {
    .wp-block-remei-team .row .single-column:nth-child(2n+1) {
      clear: none; } }

/*# sourceMappingURL=style.css.map */
.full-active-none {
	display:none;
}
#main-menu-container.full-active {
  background: #fff;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 100px;
  padding-top: 80px; 
}
  @media (max-width: 767px) {
    #main-menu-container.full-active {
      padding-left: 0;
      padding-bottom: 44px; }
      #main-menu-container.full-active .container {
        width: 90%; } 
}
  #main-menu-container.full-active ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    font: normal 45px/59px HelveticaNeue; 
}
@media (max-width: 1199px) {
      #main-menu-container.full-active ul {
        font: normal 45px/59px HelveticaNeue; } 
}
@media (max-width: 991px) {
      #main-menu-container.full-active ul {
        font: normal 35px/45px HelveticaNeue; } 
}
@media (max-height: 769px) {
      #main-menu-container.full-active ul {
        font: normal 35px/40px HelveticaNeue; } 
}
@media (max-width: 767px) {
      #main-menu-container.full-active ul {
        font: normal 30px/40px HelveticaNeue; } 
}
@media (max-height: 639px) {
      #main-menu-container.full-active ul {
        font: normal 20px/23px HelveticaNeue; }
        #main-menu-container.full-active ul li {
          margin-bottom: 5px; } 
}
@media (max-height: 599px) {
      #main-menu-container.full-active ul {
        font: normal 45px/63px HelveticaNeue; } 
}
@media (max-width: 575px) {
      #main-menu-container.full-active ul {
        font: normal 20px/23px HelveticaNeue; }
        #main-menu-container.full-active ul li {
          margin-bottom: 5px; } 
}
@media (max-height: 439px) {
      #main-menu-container.full-active ul {
        font: normal 30px/40px HelveticaNeue; } 
}
    
    
    
    
    
    #main-menu-container.full-active ul .sub-menu {
      font: normal 30px/35px HelveticaNeue;
      float: right;
      padding-left: 15px;
      vertical-align: top;
      display: none;
      position: absolute;
      left: 100%;
      top: 0;
      width: 500px; 
}
      @media (max-width: 991px) {
        #main-menu-container.full-active ul .sub-menu {
          font: normal 20px/26px HelveticaNeue; } 
}
      @media (max-width: 599px) {
        #main-menu-container.full-active ul .sub-menu {
          position: relative;
          left: 0;
          margin-bottom: 20px;
          float: none; } 
}
      @media (max-width: 575px) {
        #main-menu-container.full-active ul .sub-menu {
          font: normal 16px/18px HelveticaNeue;
          margin-top: 15px;
          margin-bottom: 10px; }
          #main-menu-container.full-active ul .sub-menu li {
            margin-bottom: 10px; } 
}
      @media (max-height: 639px) {
        #main-menu-container.full-active ul .sub-menu {
          font: normal 16px/18px HelveticaNeue; }
          #main-menu-container.full-active ul .sub-menu li {
            margin-bottom: 10px; } 
}
    #main-menu-container.full-active ul li {
      position: relative;
      width: auto;
      display: block; }
      #main-menu-container.full-active ul li img {
        position: fixed;
        display: none;
        width: 490px;
        z-index: -1;
        pointer-events: none;
        max-width: 50vw; }
      #main-menu-container.full-active ul li a {
        text-decoration: none;
        color: #000;
        display: block;
        font-family: HelveticaBold, sans-serif;
      }
      #main-menu-container.full-active ul li:hover .sub-menu {
        display: block; }
      /*#main-menu-container.full-active ul li.menu-item-has-children > a:after {*/
      /*  content: '+';*/
      /*  margin-left: 20px; }*/
    #main-menu-container.full-active ul .wpml-ls-item {
      display: none; }
  #main-menu-container.full-active.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #main-menu-container.full-active #legal-menu {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    #main-menu-container.full-active #legal-menu li {
      display: inline-block !important;
      padding: 0 5px; }
      #main-menu-container.full-active #legal-menu li a {
        font: normal 20px/23px HelveticaNeue;
        font-family: HelveticaBold, sans-serif;
      }

#multiscroll-nav {
  z-index: 40; }

body.is-mobile #main-menu-container.full-active ul li:hover .sub-menu {
  display: none;}



/*menu toggle*/

.menu_toggle.active {
  background: rgba(255, 255, 255, 0.3); }
  .menu_toggle.active .menu-open-label {
    display: none; }

.site-header {
  width: 100%;
  z-index: 50;
  padding-top: 30px;
  position: absolute;
  top: 0; }
  @media (max-height: 769px) {
    .site-header {
      padding-top: 15px; } }
  .site-header .site-branding {
    display: inline-block;
    position: relative;
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
    .site-header .site-branding img {
      height: 60px;
      width: auto; }
    .site-header .site-branding.menu-active {
      z-index: 200; }
  .site-header .menu_toggle {
    width: 30px;
    height: 25px;
    float: right;
    margin: 25px 0;
    cursor: pointer;
    position: relative; 
}
    .site-header .menu_toggle span.plus-open {
      position: relative;
      width: 40px;
      height: 33px;
      display: inline-block;
      -webkit-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .site-header .menu_toggle span.plus-open span {
        width: 40px;
        background: #000;
        display: block;
        position: absolute;
        height: 6px;
        left: 0;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out; }
      .site-header .menu_toggle span.plus-open span:first-child {
        top: 0;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left; }
      .site-header .menu_toggle span.plus-open span:nth-child(2) {
        top: calc(50% - 3px); }
      .site-header .menu_toggle span.plus-open span:last-child {
        bottom: 0;
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left; }
    .site-header .menu_toggle.active {
      z-index: 250; }
      .site-header .menu_toggle.active .plus-open span:first-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .site-header .menu_toggle.active .plus-open span:nth-child(2) {
        opacity: 0; }
      .site-header .menu_toggle.active .plus-open span:last-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  /*.site-header.scrolled .site-branding {*/
  /*  top: -100px; }*/

.split-screen .site-header {
  position: fixed; }



/*split container*/

.split-container .half .block {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.split-container .half .block .block-content {
  margin-left: calc(50vw - 570px);
  position: relative;
  z-index: 10; }
@media (max-width: 1199px) {
  .split-container .half .block .block-content {
    margin-left: calc(50vw - 470px); } }
@media (max-width: 599px) {
  .split-container .half .block .block-content {
    width: 100%;
    max-width: 502px;
    margin-left: auto !important;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px !important; } }

@media (max-width: 599px) {
  .split-container .half.half-left {
    width: 100% !important; } }

.split-container .half.half-left .block .block-content {
  min-width: 570px;
  height: 100%;
  max-height: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
@media (max-width: 1199px) {
  .split-container .half.half-left .block .block-content {
    min-width: 470px; } }
@media (max-width: 991px) {
  .split-container .half.half-left .block .block-content {
    min-width: 0;
    margin-left: 15px; } }
@media (max-width: 599px) {
  .split-container .half.half-left .block .block-content {
    padding-right: 15px;
    padding-bottom: 30px; } }
@media (max-height: 769px) {
  .split-container .half.half-left .block .block-content {
    max-height: calc(100vh - 100px); } }
.split-container .half.half-left .block .block-content .block-content-inner {
  width: 100%; }

.split-container .half.half-left .block .slide-title {
  font: normal 65px/89px HelveticaNeue;
  color: #000;
  padding-bottom: 30px;
  margin-top: 0;
  padding-right: 30px;
  cursor: pointer;
  margin-bottom: 0;
  font-family: HelveticaBold, sans-serif;
}
@media (max-width: 1199px) {
  .split-container .half.half-left .block .slide-title {
    font-size: 55px;
    line-height: 58px; } }
@media (max-width: 991px) {
  .split-container .half.half-left .block .slide-title {
    font-size: 45px;
    line-height: 44px; } }
@media (max-width: 599px) {
  .split-container .half.half-left .block .slide-title {
    padding-right: 0;
    color: #fff; } }
@media (max-height: 769px) {
  .split-container .half.half-left .block .slide-title {
    padding-bottom: 15px;
    font: normal 35px/40px HelveticaNeue; } }

.split-container .half.half-left .block .more-toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-bottom: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px; }
.split-container .half.half-left .block .more-toggle:after, .split-container .half.half-left .block .more-toggle:before {
  content: '';
  background: #000;
  display: block;
  position: absolute; }
@media (max-width: 599px) {
  .split-container .half.half-left .block .more-toggle:after, .split-container .half.half-left .block .more-toggle:before {
    background: #fff; } }
.split-container .half.half-left .block .more-toggle:after {
  width: 6px;
  height: 40px;
  left: calc(50% - 3px);
  top: 0;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
@media (max-width: 1023px) {
  .split-container .half.half-left .block .more-toggle:after {
    width: 4px;
    left: calc(50% - 2px); } }
.split-container .half.half-left .block .more-toggle:before {
  width: 40px;
  height: 6px;
  top: calc(50% - 3px); }
@media (max-width: 1023px) {
  .split-container .half.half-left .block .more-toggle:before {
    height: 4px;
    top: calc(50% - 2px); } }
.split-container .half.half-left .block .more-toggle.active:after {
  height: 0;
  top: 50%; }

.split-container .half.half-left .block .more-popup {
  background: #fff;
  z-index: 100;
  position: relative;
  min-width: 500px;
  display: none;
  margin-top: 30px; }
@media (max-width: 599px) {
  .split-container .half.half-left .block .more-popup {
    min-width: 0;
    width: 100%; } }
@media (max-width: 1199px) {
  .split-container .half.half-left .block .more-popup {
    min-width: 0; } }
@media (max-height: 769px) {
  .split-container .half.half-left .block .more-popup {
    margin-top: 15px; } }
@media (max-height: 429px) {
  .split-container .half.half-left .block .more-popup {
    width: 70vw; } }
.split-container .half.half-left .block .more-popup .more-popup-content {
  padding: 15px; }
.split-container .half.half-left .block .more-popup .more-image {
  display: inline-block;
  width: 150px; }
.split-container .half.half-left .block .more-popup .more-image img {
  width: 100%; }
@media (max-width: 599px) {
  .split-container .half.half-left .block .more-popup .more-image {
    width: 100px;
    float: left;
    margin-right: 15px; } }
@media (max-height: 769px) {
  .split-container .half.half-left .block .more-popup .more-image {
    width: 100px;
    float: left;
    margin-right: 15px; } }
.split-container .half.half-left .block .more-popup .more-content {
  display: inline-block;
  width: calc(100% - 155px);
  vertical-align: top;
  padding: 0 0 0 15px;
  font-size: 1.25em;
  font-family: HelveticaBold, sans-serif;
}
@media (max-width: 599px) {
  .split-container .half.half-left .block .more-popup .more-content {
    display: inline;
    font: normal 18px/20px HelveticaNeue;
    padding: 0; } }
@media (max-height: 769px) {
  .split-container .half.half-left .block .more-popup .more-content {
    display: inline;
    font: normal 18px/20px HelveticaNeue;
    padding: 0; } }
.split-container .half.half-left .block .more-popup .more-content .more-title {
  text-decoration: underline;
  margin-bottom: 15px; }
.split-container .half.half-left .block .more-popup .more-content .more-text .more-link {
  display: block;
  margin-top: 10px;
  color: #60b1f0;
  text-decoration: underline; }
@media (max-width: 599px) {
  .split-container .half.half-left .block .more-popup .more-content .more-text {
    display: inline; } }

.split-container .half.half-left .block .bottom-logos {
  margin-top: 30px;
  height: 80px;
  display: none; }
.split-container .half.half-left .block .bottom-logos img {
  height: 100%;
  width: auto;
  margin-right: 5px; }

.split-container .half.half-left .block .ms-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
@media (max-width: 599px) {
  .split-container .half.half-left .block .ms-tableCell {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }
@media (max-height: 769px) {
  .split-container .half.half-left .block .ms-tableCell {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .split-container .half.half-left .block .ms-tableCell .block-content {
    margin-bottom: 15px; } }

.split-container .half.half-left .half-left-background {
  position: absolute;
  left: 0;
  height: 100vh;
  width: calc(50vw - 300px);
  min-width: 160px; }
@media (max-width: 1199px) {
  .split-container .half.half-left .half-left-background {
    width: calc(50vw - 200px); } }
@media (max-width: 991px) {
  .split-container .half.half-left .half-left-background {
    width: 30vw; } }
@media (max-width: 599px) {
  .split-container .half.half-left .half-left-background {
    display: none; } }

@media (max-width: 599px) {
  .split-container .half.half-right {
    width: 100% !important; } }

.split-container .half.half-right .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.split-container .half.half-right .block .ms-tableCell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (max-width: 599px) {
  .split-container .half.half-right .block .ms-tableCell {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.split-container .half.half-right .block-right-content {
  width: 100%;
  max-width: 502px;
  margin-left: auto;
  margin-right: calc(50vw - 600px);
  max-height: 670px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-height: 579px) {
  .split-container .half.half-right .block-right-content {
    max-height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.split-container .half.half-right .block-right-content img, .split-container .half.half-right .block-right-content video {
  width: 100%; }
@media (max-width: 1399px) {
  .split-container .half.half-right .block-right-content {
    margin-right: 30px; } }
@media (max-width: 599px) {
  .split-container .half.half-right .block-right-content {
    margin-right: auto;
    padding: 0 15px;
    margin-bottom: 15px; } }


#multiscroll-nav ul li {
  height: 28px;
  margin: 0; }
#multiscroll-nav ul li a {
  outline: none; }
#multiscroll-nav ul li a span {
  height: 28px;
  top: 0;
  left: 4px;
  width: 4px;
  border: 0;
  border-radius: 0; }
#multiscroll-nav ul li a.active span {
  background: #000 !important; }

#multiscroll-nav {
  z-index: 40; }

.split-screen .site-header {
  position: fixed; }
/*split container end*/

/* uber uns*/

.page-id-53 section.hero.container.scrollsection.section {
  margin-bottom: 60px;
}

section.section-img-slider .images-slider.slide-1 {
  margin-top: 0;
}

.page-id-14 #icons-menu li .icon-menu-label {
  position: absolute;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-family: HelveticaBold, sans-serif;
  color: #000;
  top: 100%;
}
header.site-header .navigation-toggle {
  display: none;
}

@media (max-width: 992px) {
  .show-on-mobile {
    display: block;
  }
}

@media (min-width: 992px) {
  .show-on-mobile {
    display: none;
  }
}

.mobile-fix {
  position: absolute;
  left: -29px;
  top: -9px;
  color: #000;
  font-family: HelveticaBold, sans-serif;
  z-index: 9999;
  font-size: 27px;
  padding: 10px;
}
#main-menu-container .menu-item-has-children > a {
  display: inline !important;
}
.show-sub-menu {
  display: block !important;
}
.site-navigation .mobile-fix {
  display: none;
}

@media (min-width: 575px) {
  .mobile-fix {
    left: -39px;
    top: -7px;
    font-size: 37px;
  }

  #main-menu-container .menu-item-has-children > img {
    visibility: hidden;
  }
}
@media (max-width: 575px) {
  #main-menu-container .menu-item-has-children > img {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .mobile-fix {
    left: -37px;
    top: -9px;
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  .mobile-fix {
    left: -50px;
    top: -9px;
    font-size: 47px;
  }
}

.right-image-image.wlp {
  padding: 0 50px 0 50px;
}

div.right-image-image.col-md-6 > ul > button.slick-prev.slick-arrow {
  left: -10px;
}
div.right-image-image.col-md-6 > ul > button.slick-next.slick-arrow {
  right: 0;
}

@media (min-width: 600px) {
  .col-sm-12 #menu-item-2273 > ul,
  .col-sm-12 #menu-item-75 > ul {
    top: -200px !important;
  }

  .col-sm-12 #menu-item-2274 > ul {
    top: -150px !important;
  }
}

#main-menu-container .container {
  display: block !important;
}
@media (min-width: 992px) {
  #masthead .container {
    display: flex;
    justify-content: space-between;
  }
  header.site-header .main-navigation {
    width: -webkit-fill-available;
  }
  #site-navigation > div {
    float: right;
    margin-right: 20px;
  }
}
.page-template-template-home2 #language-menu,
.page-template-template-home2 #masthead .container {
  display: block;
}
.mobile-with-lang {
  display: flex;
  gap: 35px;
  text-transform: uppercase;
  width: auto;
  text-decoration: none;
  float: right;
}

#language-menu {
  align-self: center;
}
#language-menu > a {
  text-decoration: none;
  font-family: "Helvetica Neue", sans-serif;
}
@media (min-width: 992px) {
    #language-menu {
      display: none;
    }
}

/* CSS for the loader */
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 9999;
}
/* CSS for the loader */
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 9999;
}

/* CSS for the spinner animation */
.loader .spinner {
  border: 6px solid #c9cecb;
  border-top: 6px solid #959DA0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}