@charset "UTF-8";
/* Tools
   ========================================================================== */
/**/
.wrap {
  width: 100vw;
  height: 100vh; }
  .wrap h1 {
    font-size: 30px; }
  .wrap p {
    font-size: 14px;
    line-height: 1.35; }

.hide {
  display: none; }

.no-scroll {
  overflow: hidden; }

.piwikframe {
  background: rgba(255, 255, 255, 0.3); }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/* HTML5 display definitions
       ========================================================================== */
/**
     * Add the correct display in IE <10.
     * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
     * Add the correct display in IE for `main`.
     */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
     * Add the correct display in IE <10.
     */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
     * Add the correct display and remove excess height in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline; }

/**
     * Add the correct display in IE <11, Safari <8, and Firefox <22.
     * 1. Add the correct display in IE.
     */
template,
[hidden] {
  display: none; }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox <40.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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;
  font-size: 1em; }

/**
     * Add the correct font style in Android <4.4.
     */
dfn {
  font-style: italic; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

/**
     * Add the correct background and color in IE <10.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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 <11.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1.5em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
       ========================================================================== */
/**
     * Known issues:
     * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
     *   select, unless a border property is set. The default font weight on
     *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
     *   OS X.
     * - It is recommended that you do not style checkbox and radio inputs as
     *   Firefox's implementation does not respect box-sizing, padding, or width.
     * - Certain font size values applied to number inputs cause the cursor style of
     *   the decrement button to change from default to text.
     * - The search input is not fully stylable by default. In Chrome and Safari on
     *   OSX/iOS you can't control font, padding, border, or background. In Chrome
     *   and Safari on Windows you can't control border properly. It will apply
     *   border-width but will only show a border color (which cannot be controlled)
     *   for the outer 1px of that border. Applying -webkit-appearance: textfield
     *   addresses these issues without removing the benefits of search inputs (e.g.
     *   showing past searches). Safari (but not Chrome) will clip the cancel button
     *   on when it has padding (and textfield appearance).
     */
/**
     * 1. Change font properties to `inherit` in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
     * 4. Improve appearance and consistency with IE 6/7.
     */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE <11.
     * 2. Remove the padding in IE <11.
     * 3. Remove excess padding in IE 7.
     *    Known issue: excess padding remains in IE 6.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * Correct the text style of placeholders in Chrome, Edge, and Safari.
     */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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.
     * 4. Correct alignment displayed oddly in IE 6/7.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 2 */
  padding: 0;
  /* 3 */ }

/**
     * Restore the font weight unset by a previous rule.
     */
optgroup {
  font-weight: bold; }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* Base
   ========================================================================== */
/**/
/*********************************/
/*********************************/
/*********************************/
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Work Sans"), local("WorkSans-Regular"), url(https://fonts.gstatic.com/s/worksans/v2/ElUAY9q6T0Ayx4zWzW63VLO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); }

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: local("Work Sans Medium"), local("WorkSans-Medium"), url(https://fonts.gstatic.com/s/worksans/v2/Nbre-U_bp6Xktt8cpgwaJKRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Work Sans SemiBold"), local("WorkSans-SemiBold"), url(https://fonts.gstatic.com/s/worksans/v2/z9rX03Xuz9ZNHTMg1_ghGaRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 300;
  src: local("Comfortaa Light"), local("Comfortaa-Light"), url(https://fonts.gstatic.com/s/comfortaa/v7/r_tUZNl0G8xCoOmp_JkSCqRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: local("Comfortaa"), local("Comfortaa-Regular"), url(https://fonts.gstatic.com/s/comfortaa/v7/qLBu5CQmSMt1H43OiWJ77bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); }

@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  src: local("Comfortaa Bold"), local("Comfortaa-Bold"), url(https://fonts.gstatic.com/s/comfortaa/v7/fND5XPYKrF2tQDwwfWZJI6RDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local("Source Sans Pro"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNHq-FFgoDNV3GTKpHwuvtI.woff) format("woff"); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-It"), url(https://fonts.gstatic.com/s/sourcesanspro/v9/M2Jd71oPJhLKp0zdtTvoM_bce-VcyLJMRR1FC9qWbU8.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxuw_rQOTGi-AJs5XCWaKIhU.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff) format("woff"); }


body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: white;
  background: #fff; }

p {
  padding: 0.3em 0;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.35; }

a {
  color: #FFA900;
  text-decoration: none; }

ul {
  list-style-type: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Comfortaa", cursive;
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.87); }

h1 {
  margin: 0.2em 0 1em;
  font-weight: 300;
  font-variant: small-caps; }

h2 {
  margin: 1.3em 0 0.2em;
  font-weight: 400; }

h3 {
  margin: 1.3em 0 0.2em;
  font-weight: 400; }

h4 {
  margin: 1.3em 0 0.2em;
  font-weight: 400;
  text-align: center; }

.invisible {
  display: none; }

iframe {
  border-radius: 8px;
  margin: 8px;
}

/* Modules
   ========================================================================== */
/**/
.spacer {
  width: 100%; }
  .spacer--10 {
    height: 10px; }
  .spacer--20 {
    height: 20px; }
  .spacer--30 {
    height: 30px; }
  .spacer--40 {
    height: 40px; }
  .spacer--50 {
    height: 50px; }
  .spacer--60 {
    height: 60px; }
  .spacer--70 {
    height: 70px; }
  .spacer--80 {
    height: 80px; }
  .spacer--90 {
    height: 90px; }
  .spacer--100 {
    height: 100px; }
  .spacer--scroll {
    height: 2000px;
    background-color: #eee; }

.button {
  border-style: solid;
  border-width: 2px;
  border-radius: 6px;
  transition: all 300ms ease-in-out;
  z-index: 4; }
  .button h1, .button h2, .button h3, .button h4, .button h5, .button h6, .button p, .button a {
    text-align: center;
    transition: all 300ms ease-in-out;
    font-size: 20px; }
  .button--dark {
    border-color: rgba(0, 0, 0, 0.87) !important; }
    .button--dark h1, .button--dark h2, .button--dark h3, .button--dark h4, .button--dark h5, .button--dark h6, .button--dark p, .button--dark a {
      color: rgba(0, 0, 0, 0.87); }
  .button--light {
    border-color: white !important; }
    .button--light h1, .button--light h2, .button--light h3, .button--light h4, .button--light h5, .button--light h6, .button--light p, .button--light a {
      color: white; }
  .button:hover {
    border-color: #FFA900 !important; }
    .button:hover h1, .button:hover h2, .button:hover h3, .button:hover h4, .button:hover h5, .button:hover h6, .button:hover p, .button:hover a {
      color: #FFA900; }

.button--close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  padding: 10px 0;
  cursor: pointer;
  z-index: 4; }
  .button--close:hover span, .button--close:hover.button--close-dark span, .button--close:hover.button--close-light span {
    background: #FFA900; }
    .button--close:hover span:after, .button--close:hover.button--close-dark span:after, .button--close:hover.button--close-light span:after {
      background: #FFA900; }
  .button--close.button--fixed {
    position: fixed; }
  .button--close span {
    position: relative;
    display: block;
    width: 30px;
    height: 1px;
    background: rgba(0, 0, 0, 0.87);
    transform: rotate(45deg); }
    .button--close span:after {
      content: "";
      position: relative;
      display: block;
      width: 30px;
      height: 1px;
      background: rgba(0, 0, 0, 0.87);
      transform: rotate(-90deg); }
  .button--close.button--close-light span {
    background: white; }
    .button--close.button--close-light span:after {
      background: white; }
  .button--close.button--close-dark span {
    background: rgba(0, 0, 0, 0.87); }
    .button--close.button--close-dark span:after {
      background: rgba(0, 0, 0, 0.87); }
  .button--close.button--close-small {
    width: 10px;
    padding: 5px 0; }
    .button--close.button--close-small span {
      width: 10px;
      height: 1px; }
      .button--close.button--close-small span:after {
        width: 10px;
        height: 1px; }
  .button--close.button--close-medium {
    width: 20px;
    padding: 10px 0; }
    .button--close.button--close-medium span {
      width: 20px;
      height: 1px; }
      .button--close.button--close-medium span:after {
        width: 20px;
        height: 1px; }
  .button--close.button--close-large {
    width: 30px;
    padding: 15px 0; }
    .button--close.button--close-large span {
      width: 30px;
      height: 1px; }
      .button--close.button--close-large span:after {
        width: 30px;
        height: 1px; }

section:before {
  display: block;
  content: "";
  height: 70px;
  margin-top: -70px;
  visibility: hidden; }

.section--wrap {
  width: 100%;
  position: relative; }

.white {
  background: #fff; }

.blue {
  background: #e7daca; }

.imgbg {
  position: relative;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .imgbg:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #304269;
    opacity: 0.4;
    pointer-events: none;
    z-index: 1; }

.arrow {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  z-index: 1; }

.white .arrow {
  border-color: white transparent transparent transparent; }

.blue .arrow {
  border-color: #e7daca transparent transparent transparent; }

.logo--wrap {
  width: 100%;
  height: auto;
  min-height: calc(20px + 30px + 20px);}
  .logo--wrap .logo {
    padding: 10px;
    z-index: 12; }
    .logo--wrap .logo img {
      width: 110px;}

.header--wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: auto;
  min-height: calc(20px + 30px + 20px);
  background-color: transparent;
  transition: background-color 300ms ease-in-out; }
  .header--wrap .logo {
    padding: 10px;
    z-index: 12; }
    .header--wrap .logo img {
      width: 70px;
      /* -webkit-filter: invert(100%); */
              /* filter: invert(100%); */
      /* transition: -webkit-filter 800ms ease-in-out; */
      /* transition: filter 800ms ease-in-out; */
      /* transition: filter 800ms ease-in-out, -webkit-filter 800ms ease-in-out;*/ }
  .header--wrap .nav--bar {
    max-height: calc(20px + 30px + 20px);
    padding: 10px 10px 10px 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .header--wrap .nav--item a {
    color: white;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 300ms ease-in-out; }
    .header--wrap .nav--item a:hover {
      color: #FFA900; }

.header--sticky {
  background-color: rgba(255, 255, 255, 0.95); }
  .header--sticky .logo img {
    -webkit-filter: invert(0%);
            filter: invert(0%); }
  .header--sticky .nav--item a {
    color: rgba(0, 0, 0, 0.87); }

.mobile {
  display: none; }
  .mobile .nav--m-button + .nav--mobile {
    display: none; }
  .mobile .nav--m-button.nav--m-button-active + .nav--mobile {
    display: -ms-flexbox;
    display: flex;
    animation: opac 600ms 0s forwards; }
  .mobile .nav--m-button {
    position: fixed;
    top: 17px;
    right: 20px;
    padding: 13px 2px 12px;
    z-index: 12;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    cursor: pointer; }
    .mobile .nav--m-button:hover span, .mobile .nav--m-button:hover span:after, .mobile .nav--m-button:hover span:before {
      background-color: #FFA900; }
    .mobile .nav--m-button span, .mobile .nav--m-button span:after, .mobile .nav--m-button span:before {
      display: block;
      width: 40px;
      height: 2px;
      background-color: white;
      transition: all 250ms ease-in-out; }
    .mobile .nav--m-button span:before {
      content: "";
      margin-top: -12px; }
    .mobile .nav--m-button span:after {
      content: "";
      margin-top: 22px; }
  .mobile .nav--m-button-active.nav--m-button:hover span {
    background-color: transparent; }
  .mobile .nav--m-button-active span {
    background-color: transparent; }
    .mobile .nav--m-button-active span:before {
      background-color: white;
      transform: rotate(45deg);
      margin-top: 0px; }
    .mobile .nav--m-button-active span:after {
      background-color: white;
      transform: rotate(-45deg);
      margin-top: -2px; }
  .mobile .nav--mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(22, 22, 22, 0.8);
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center; }
    .mobile .nav--mobile .nav--item {
      padding: 20px; }

.header--sticky .mobile .nav--m-button span, .header--sticky .mobile .nav--m-button span:after, .header--sticky .mobile .nav--m-button span:before {
  background-color: rgba(0, 0, 0, 0.87); }

.header--sticky .mobile .nav--m-button:hover span, .header--sticky .mobile .nav--m-button:hover span:after, .header--sticky .mobile .nav--m-button:hover span:before {
  background-color: #FFA900; }

.header--sticky .mobile .nav--item a {
  color: white; }

.header--sticky .mobile .nav--m-button-active.nav--m-button:hover span {
  background-color: transparent; }

.header--sticky .mobile .nav--m-button-active span {
  background-color: transparent; }
  .header--sticky .mobile .nav--m-button-active span:before {
    background-color: white; }
  .header--sticky .mobile .nav--m-button-active span:after {
    background-color: white; }

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

@media screen and (max-width: 640px) {
  .mobile {
    display: block; } }

@media screen and (max-width: 860px) {
  .header--wrap .nav--bar {
    padding: 10px 10px 20px 10px; } }

@media screen and (max-width: 640px) {
  .header--wrap {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .header--wrap .nav--bar {
      display: none; } }

@media screen and (max-width: 380px) {
  .header--wrap .logo {
    margin-right: 64px; } }

/* Layouts
   ========================================================================== */
/**/
/* Grid Layout for freizeichen-online.de */
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center; }
  .row--jc-l {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .row--jc-r {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .row--jc-c {
    -ms-flex-pack: center;
        justify-content: center; }
  .row--jc-sb {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .row--jc-sa {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row--ai-t {
    -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start; }
  .row--ai-b {
    -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end; }
  .row--ai-c {
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center; }
  .row--ai-s {
    -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch; }
  .row--ai-b {
    -ms-flex-align: baseline;
        -ms-grid-row-align: baseline;
        align-items: baseline; }
  .row--ac-t {
    -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start; }
  .row--ac-b {
    -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end; }
  .row--ac-c {
    -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center; }
  .row--ac-s {
    -ms-flex-align: stretch;
        -ms-grid-row-align: stretch;
        align-items: stretch; }
  .row--ac-sb {
    -ms-flex-align: space-between;
        -ms-grid-row-align: space-between;
        align-items: space-between; }
  .row--ac-sa {
    -ms-flex-align: space-around;
        -ms-grid-row-align: space-around;
        align-items: space-around; }

.col {
  padding: 0 10px; }
  .col--as-t {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .col--as-b {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .col--f {
    -ms-flex: 1;
        flex: 1; }
  .col--p {
    padding: 0; }
    .col--p.col--2 {
      width: 640px;
      max-width: 640px; }
  .col--min.col--1 {
    min-width: 200px; }
  .col--1 {
    width: 300px;
    max-width: 320px; }
  .col--2 {
    width: 620px;
    max-width: 640px; }
  .col--3 {
    width: 940px;
    max-width: 940px; }

@media screen and (max-width: 960px) {
  .col--3 {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 960px) and (min-width: 640px) {
  .col--m-1-se {
    margin-right: 300px;
    margin-top: -100px; } }

@media screen and (max-width: 640px) {
  .col--2 {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 320px) {
  .col--1 {
    width: 100%;
    max-width: 100%; } }

/* Sections
   ========================================================================== */
/**/
.slider--wrap {
  position: relative; }
  .slider--wrap .bx-prev,
  .slider--wrap .bx-next {
    position: absolute;
    top: calc(50% - 46px);
    width: 20px;
    padding: 40px 0;
    z-index: 6; }
    .slider--wrap .bx-prev:before, .slider--wrap .bx-prev:after,
    .slider--wrap .bx-next:before,
    .slider--wrap .bx-next:after {
      display: block;
      content: "";
      width: 40px;
      height: 2px;
      background-color: white;
      transition: all 300ms ease-in-out; }
    .slider--wrap .bx-prev:before,
    .slider--wrap .bx-next:before {
      position: absolute;
      top: 22px;
      left: -10px; }
    .slider--wrap .bx-prev:after,
    .slider--wrap .bx-next:after {
      position: absolute;
      top: 56px;
      left: -10px; }
  .slider--wrap .bx-prev {
    left: 20px; }
    .slider--wrap .bx-prev:before {
      transform: rotate(-60deg); }
    .slider--wrap .bx-prev:after {
      transform: rotate(60deg); }
  .slider--wrap .bx-next {
    right: 20px; }
    .slider--wrap .bx-next:before {
      transform: rotate(60deg); }
    .slider--wrap .bx-next:after {
      transform: rotate(-60deg); }
  .slider--wrap .bx-controls-direction a:hover:before, .slider--wrap .bx-controls-direction a:hover:after {
    background-color: #FFA900; }
  .slider--wrap .bx-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 0; }
    .slider--wrap .bx-controls .bx-pager {
      padding: 20px 0;
      margin: 0 auto;
      margin-top: -40px;
      display: inline-block; }
      .slider--wrap .bx-controls .bx-pager .bx-pager-item {
        display: inline-block; }
        .slider--wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
          display: block;
          position: relative;
          background: rgba(255, 255, 255, 0.3);
          width: 50px;
          height: 2px;
          margin: 0 5px;
          text-indent: -9999px;
          z-index: 6; }
          .slider--wrap .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
            background: white; }

.mobile-device .slider--wrap .bx-controls-direction {
  display: none; }

.slide--container {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  width: 100%;
  height: 600px;
  overflow: hidden;
  padding-top: 70px;
  z-index: 1; }
  .slide--container:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #304269;
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
    transition: opacity 600ms ease-in-out; }

.slide--wrap {
  position: relative;
  -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  z-index: 2; }
  .slide--wrap .col--3 {
    position: relative; }
  .slide--wrap .button--close {
    display: none;
    top: -30px; }

.slide--title h3 {
  margin: 0;
  text-align: left;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400; }
  .slide--title h3 a {
    color: white;
    font-size: 65px; }

.slide--title-button {
  border: solid 2px white;
  padding: 5px;
  margin-top: -70px; }
  .slide--title-button:hover {
    border: solid 2px #FFA900; }
    .slide--title-button:hover.slide--title h3 a {
      color: #FFA900; }

.slide--teaser {
  margin-bottom: 25px; }
  .slide--teaser p {
    color: white;
    line-height: 1.4;
    font-family: "Comfortaa", cursive;
    font-size: 24px; }

.slide--button {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  color: white;
  font-family: "Comfortaa", cursive;
  font-size: 18px; }
  .slide--button:hover {
    color: #FFA900; }

.slide--text p {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  line-height: 1.66;
  font-size: 15px; }

.slide--data p {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Comfortaa", cursive;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 30px; }

.mobile-device .slide--container {
  background-attachment: scroll; }

.detail--container {
  display: none; }

.detail--active .slide--wrap {
  -ms-flex-direction: column;
      flex-direction: column; }
  .detail--active .slide--wrap .button--close {
    display: block; }

.detail--active .slide--wrap > .col--1 {
  display: none; }

.detail--active .slide--button {
  display: none; }

.detail--active .slide--container:after {
  opacity: 0.9; }

.detail--active .detail--container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  max-width: 940px;
  padding: 10px 0; }
  .detail--active .detail--container > .col--1 h3 {
    padding-top: 30px; }
    .detail--active .detail--container > .col--1 h3 span {
      font-weight: 500; }

@media screen and (max-width: 640px) {
  .slider--container {
    height: auto;
    padding-bottom: 30px; }
  .detail--active .detail--container {
    max-width: 300px; }
  .slide--title h3 {
    text-align: center; }
    .slide--title h3 a {
      font-size: 40px; }
  .slide--teaser p {
    text-align: center;
    font-size: 20px; }
  .slide--button {
    margin-left: calc(50% - (127px / 2)); } }

.vtoday {
  text-align: center;
  width: 100%;
  margin-bottom: -30px;  }

#videot {
  width: 100%;
}

.about--wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 40px 0;
  margin: 0 auto; }

.about--teaser-wrap .about--teaser:before {
  background-image: inherit; }

.about--teaser-wrap .col--1 {
  margin: 0 10px; }

.about--teaser {
  position: relative;
  width: 100%;
  max-width: 300px;
  height: 225px;
  margin: 10px auto;
  border-radius: 8px;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(22, 22, 22, 0.4);
  overflow: hidden; }
  .about--teaser a {
    z-index: 5; }
  .about--teaser:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 2;
    -webkit-filter: blur(2px);
            filter: blur(2px);
    overflow: hidden; }
  .about--teaser:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #304269;
    opacity: 0.4;
    pointer-events: none;
    z-index: 3; }

.about--article-wrap {
  position: relative; }
  .about--article-wrap .col--2 {
    margin: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease-in-out; }

.group--button {
  display: inline-block;
  width: 250px;
  margin: 7px;
}

.article--button p {
  padding: 5px 10px;
  font-family: "Comfortaa", cursive;
  font-weight: 400; }

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

.article--text p {
  font-size: 18px;
  line-height: 1.66; }

.article--text ul {
  padding: 10px;
  list-style-type: disc;
  list-style-position: inside; }
  .article--text ul li {
    font-size: 18px;
    line-height: 1.66;
    color: rgba(0, 0, 0, 0.87); }

.text--close {
  display: none;
  top: 70px; }

.article--active .text--close {
  display: block; }

.article--active .about--teaser-wrap .col--1 {
  animation: a 600ms 0s ease-in-out forwards; }
  .article--active .about--teaser-wrap .col--1 .about--teaser {
    display: none; }
    .article--active .about--teaser-wrap .col--1 .about--teaser:before {
      -webkit-filter: blur(0px);
              filter: blur(0px); }

.article--active .about--teaser-wrap .col--1.about--teaser-active {
  animation: none; }
  .article--active .about--teaser-wrap .col--1.about--teaser-active .about--teaser {
    display: -ms-flexbox;
    display: flex; }
    .article--active .about--teaser-wrap .col--1.about--teaser-active .about--teaser:after {
      background-color: white;
      opacity: 1; }
    .article--active .about--teaser-wrap .col--1.about--teaser-active .about--teaser a {
      cursor: default; }
    .article--active .about--teaser-wrap .col--1.about--teaser-active .about--teaser .article--button {
      border-color: rgba(0, 0, 0, 0.87); }
      .article--active .about--teaser-wrap .col--1.about--teaser-active .about--teaser .article--button p {
        color: rgba(0, 0, 0, 0.87);
        font-size: 24px;
        transition: font-size 300ms ease-in-out 600ms; }

.article--active .about--article-wrap .col--2.article--text-active {
  max-height: 10000px;
  transition: max-height 1000ms ease-in-out 100ms; }

@keyframes a {
  0% {
    width: 300px;
    margin: 0 10px; }
  100% {
    width: 0;
    margin: 0; } }

@media screen and (max-width: 960px) {
  .about--wrap .col--1 {
    width: 100%;
    max-width: 100%; } }

@media screen and (max-width: 640px) {
  .about--wrap .col--1 {
    width: 100%;
    max-width: 100%; }
  .article--active .about--article-wrap .col--2.article--text-active {
    max-height: 10000px;
    transition: max-height 1000ms ease-in-out 100ms; } }

@media screen and (max-width: 320px) {
  .article--active .about--article-wrap .col--2.article--text-active {
    max-height: 10000px;
    transition: max-height 1000ms ease-in-out 100ms; } }

.testimonial--wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0; }
  .testimonial--wrap h2 {
    margin: 0;
    color: #333;
    text-align: center; }
  .testimonial--wrap .bx-prev,
  .testimonial--wrap .bx-next {
    position: absolute;
    top: 50%;
    width: 20px;
    padding: 40px 0;
    z-index: 5; }
    .testimonial--wrap .bx-prev:before, .testimonial--wrap .bx-prev:after,
    .testimonial--wrap .bx-next:before,
    .testimonial--wrap .bx-next:after {
      display: block;
      content: "";
      width: 40px;
      height: 2px;
      background-color: white;
      transition: all 300ms ease-in-out; }
    .testimonial--wrap .bx-prev:before,
    .testimonial--wrap .bx-next:before {
      position: absolute;
      top: 21px;
      left: -10px; }
    .testimonial--wrap .bx-prev:after,
    .testimonial--wrap .bx-next:after {
      position: absolute;
      top: 58px;
      left: -10px; }
  .testimonial--wrap .bx-prev {
    left: 10px; }
    .testimonial--wrap .bx-prev:before {
      transform: rotate(-70deg); }
    .testimonial--wrap .bx-prev:after {
      transform: rotate(70deg); }
  .testimonial--wrap .bx-next {
    right: 10px; }
    .testimonial--wrap .bx-next:before {
      transform: rotate(70deg); }
    .testimonial--wrap .bx-next:after {
      transform: rotate(-70deg); }
  .testimonial--wrap .bx-controls-direction a:hover:before, .testimonial--wrap .bx-controls-direction a:hover:after {
    background-color: #FFA900; }

.testimonial--slider .avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden; }
  .testimonial--slider .avatar img {
    width: 100%; }

.testimonial--item {
  margin-top: 30px; }

.testimonial--quote {
  padding: 20px;
  max-width: 420px; }
  .testimonial--quote p {
    color: rgba(51, 51, 51, 0.7);
    font-size: 16px;
    font-style: italic;
    line-height: 1.4; }

@media screen and (max-width: 700px) {
  .testimonial--item {
    padding: 0 40px; } }

.instagram--wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0; }
  .instagram--wrap h2 {
    margin: 0; }

.instagram--item {
  width: 140px;
  height: 140px;
  margin: 10px;
  background-attachment: scroll;
  background-size: 186px;
  background-position: center center;
  background-repeat: no-repeat; }
  .instagram--item-container {
    margin: 20px 0; }

.instagram--follow-button {
  width: 220px;
  padding: 5px; }
  .instagram--follow-button p {
    margin-top: 2px;
    padding: 0;
    font-family: "Comfortaa", cursive;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: color 300ms ease-in-out; }
  .instagram--follow-button .instagram--logo {
    width: 101px;
    height: 25px;
    margin-left: 5px;
    background-image: url("../images/ecgfoic.png");
    background-position: 0px -30px;
    background-size: 173px;
    background-repeat: no-repeat;
    transition: all 300ms ease-in-out; }
  .instagram--follow-button:hover p {
    color: #FFA900; }
  .instagram--follow-button:hover .instagram--logo {
    background-image: url("../images/ecgfoich.png"); }

@media screen and (max-width: 640px) {
  .instagram--item-container {
    -ms-flex-pack: center;
        justify-content: center; }
    .instagram--item-container .instagram--item {
      margin: 5px; } }

.contact--wrap {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden; }

.contact--icon-label {
  width: 100%;
  text-align: center; }
  .contact--icon-label p {
    color: rgba(0, 0, 0, 0.87);
    font-style: italic;
    font-size: 12px;
    padding: 5px; }

.contact--icon .icon--mail {
  width: 38px;
  height: 25px;
  margin: 6px 0;
  background-image: url("../images/ecgfoic.png");
  background-position: -105px 0;
  background-size: 173px;
  background-repeat: no-repeat; }

.contact--icon .icon--location {
  width: 25px;
  height: 38px;
  background-image: url("../images/ecgfoic.png");
  background-position: -148px 0;
  background-size: 173px;
  background-repeat: no-repeat; }

.contact--icon:hover p {
  color: #FFA900; }

.contact--icon:hover .icon--mail,
.contact--icon:hover .icon--location {
  background-image: url("../images/ecgfoich.png"); }

.contact--invite {
  margin-bottom: 30px; }
  .contact--invite h2, .contact--invite p {
    color: rgba(0, 0, 0, 0.87);
    text-align: center; }

.contact--form {
  margin-bottom: 30px; }

.contact--response {
  color: #FFA900;
  font-weight: 400;
  padding: 0 20px; }

.form--name input,
.form--adress input {
  width: 100%;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 0;
  padding: 3px;
  outline: none; }

.form--message {
  margin-top: 15px; }
  .form--message textarea {
    width: 100%;
    height: 80px !important;
    color: rgba(0, 0, 0, 0.87);
    background-color: transparent;
    border: none;
      border-bottom: solid 1px rgba(0, 0, 0, 0.3);
      border-radius: 0;
    padding: 3px;
    resize: none;
    outline: none;
    overflow: auto; }
    .form--message textarea::-webkit-input-placeholder {
      text-align: center; }
    .form--message textarea::-moz-placeholder {
      text-align: center; }
    .form--message textarea:-ms-input-placeholder {
      text-align: center; }
    .form--message textarea::placeholder {
      text-align: center; }

.form--button button {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
  padding: 5px 15px;
  font-family: "Comfortaa", cursive;
  font-size: 24px;
  font-weight: 400;
  cursor: pointer; }
  .form--button button:hover {
    color: #FFA900; }

.map--container {
  display: none; }

.map--img {
  position: absolute;
  width: calc(((100% - 960px) / 2) + 300px);
  height: 100%;
  margin: -50px 0 0 10px;
  box-shadow: -20px 0px 15px -10px rgba(0, 0, 0, 0.26); }
  .map--img:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("http://maps.googleapis.com/maps/api/staticmap?center=Schwäbisch+Gmünd+Hauptstraße+20&zoom=11&scale=2&size=640x529&maptype=roadmap&key=AIzaSyCaUs2subTeCOJvalHEWnyChi2D6Zqd84A&format=png&visual_refresh=true&markers=size:mid%7Ccolor:0xff0000%7Clabel:%7CSchwäbisch+Gmünd+Hauptstraße+20");
    background-position: center center;
    background-size: cover; }

.map--hover {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 680px) / 2);
  height: 529px;
  background-image: url("http://maps.googleapis.com/maps/api/staticmap?center=Schwäbisch+Gmünd+Hauptstraße+20&zoom=11&scale=2&size=640x529&maptype=roadmap&key=AIzaSyCaUs2subTeCOJvalHEWnyChi2D6Zqd84A&format=png&visual_refresh=true&markers=size:mid%7Ccolor:0xff0000%7Clabel:%7CSchwäbisch+Gmünd+Hauptstraße+20");
  background-position: center center;
  background-size: cover;
  opacity: 0; }
  .map--hover:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #304269 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#304269', endColorstr='#00ffffff',GradientType=1 ); }

.map--active .map--hover {
  display: none; }

.map--active .map--container {
  display: block; }

@media screen and (max-width: 960px) {
  .contact--wrap {
    padding-bottom: 50; }
  .map--container {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 100px; }
    .map--container .map--close {
      display: none; }
    .map--container .col--1 {
      width: 100%;
      max-width: 100%;
      padding: 0; }
      .map--container .col--1 .map--img {
        position: relative;
        width: 100%;
        height: 300px;
        margin-left: 0;
        box-shadow: none; }
        .map--container .col--1 .map--img:before {
          margin-top: 0;
          height: 300px; } }

@media screen and (max-width: 640px) {
  .map--opener {
    margin-top: 30px; }
  .contact--form {
    -ms-flex-pack: center;
        justify-content: center; }
    .contact--form .form--name input,
    .contact--form .form--adress input {
      margin: 15px 0; }
    .contact--form .form--message textarea {
      width: calc(100% - 20px);
      padding: 3px 10px;
      margin: 0 10px; } }

@media screen and (max-width: 320px) {
  .contact--form .form--name input,
  .contact--form .form--adress input {
    padding: 3px 10px; }
  .contact--form .form--message textarea {
    width: 100%;
    margin: 0; }
    .contact--form .form--message textarea::-webkit-input-placeholder {
      text-align: left; }
    .contact--form .form--message textarea::-moz-placeholder {
      text-align: left; }
    .contact--form .form--message textarea:-ms-input-placeholder {
      text-align: left; }
    .contact--form .form--message textarea::placeholder {
      text-align: left; } }

.imgbg {
  background-position: top center; }

.footer--wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0 0;
  z-index: 2; }

.footer--copyright p, .footer--copyright a {
  color: rgba(0, 0, 0, 0.87);
  font-size: 11px; }

.footer--copyright a:hover {
  color: #FFA900; }

.menu--head {
  width: 100%; }
  .menu--head h4 {
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    font-family: "Comfortaa", cursive;
    font-size: 24px;
    font-weight: 400; }

.menu--icon {
  width: 31px;
  height: 31px;
  margin: 0 auto;
  margin-bottom: 7px;
  background-image: url("../images/ecgfoic.png");
  background-size: 173px;
  background-repeat: no-repeat; }

.menu--line {
  width: 50px;
  height: 1px;
  margin: 7px auto 15px auto;
  background-color: rgba(0, 0, 0, 0.87); }

.menu--body {
  margin-bottom: 50px; }
  .menu--body li {
    text-align: center;
    line-height: 1.4; }
    .menu--body li a {
      color: rgba(0, 0, 0, 0.87);
      letter-spacing: 0.03em;
      font-size: 12px;
      font-weight: 500; }
      .menu--body li a:hover {
        color: #FFA900; }

.icon--1 {
  background-position: -87px -65px; }

.icon--2 {
  background-position: -103px -30px; }

.icon--3 {
  background-position: -137px -41px; }

.icon--social {
  background-image: url("../images/ecgfoic.png");
  background-size: 173px; }
  .icon--social:hover {
    background-image: url("../images/ecgfoich.png"); }

.icon--spotify {
  width: 83px;
  height: 25px;
  margin: 3px auto;
  background-position: 0 -60px; }

.icon--instagram {
  width: 101px;
  height: 25px;
  margin: 7px auto;
  background-position: 0 0; }

.lp--wrap {
  width: 100%;
  height: auto;
  background: #304269; }

.lp--article-inner-wrap {
  padding: 50px 0; }
  .lp--article-inner-wrap h1, .lp--article-inner-wrap h2, .lp--article-inner-wrap h3, .lp--article-inner-wrap h4, .lp--article-inner-wrap h5, .lp--article-inner-wrap p, .lp--article-inner-wrap td, .lp--article-inner-wrap li {
    color: rgba(255, 255, 255, 0.7); }
  .lp--article-inner-wrap h1 {
    text-align: center;
    margin: 0;
    font-weight: 400; }
  .lp--article-inner-wrap h2 {
    font-size: 26px;
    font-weight: 300; }
  .lp--article-inner-wrap h3 {
    font-size: 20px; }
  .lp--article-inner-wrap .bodytext {
    margin-top: 30px; }
    .lp--article-inner-wrap .bodytext p {
      line-height: 1.4; }
