@import url(//hello.myfonts.net/count/36318d);@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

elements-of-type(html5-block) {
  display: block; }

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\F001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\F002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\F004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\F003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*! normalize.css v6.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 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 */ }

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

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

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

/**
 * Add the correct background and color in IE 9-.
 */
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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%; }

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

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* In need of overwriting bitters-variables, place them here. */
/* See: bower_components/bitters/core/variables.scss */
/* Place individual variables here */
main, footer > section {
  max-width: 1680px;
  margin: 0 auto; }

main:after, main section.mainSection > article ul.breadcrump:after, div.twoColumns:after, footer > section:after {
  content: "";
  display: table;
  clear: both; }

main section.mainSection > article {
  -webkit-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1); }

main section.mainSection > aside ul.trainingDates {
  list-style: none;
  padding: 0;
  margin: 0 0 2em 0;
  font-size: 1.14em; }
  main section.mainSection > aside ul.trainingDates > li {
    padding: 10px 0;
    margin: 0;
    border-bottom: thin solid #93a5b4; }
    main section.mainSection > aside ul.trainingDates > li > p {
      margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    main section.mainSection > aside ul.trainingDates {
      font-size: 0.89em; } }

main section.mainSection.mainSectionServices > article > ul:not(.breadcrump), ul.trainingsList > li div.trainingsDescription > ul {
  list-style: disc;
  padding-left: 1em;
  margin-top: 2em; }

body {
  font-family: "OptimaLTPro-Roman", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 18px; } }

h1 {
  font-size: 1.286em;
  line-height: 1.39em;
  color: #bd0f4c;
  margin-bottom: 2em; }
  h1 > small {
    display: block;
    font-size: 0.8em;
    color: #475867; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 1.67em;
      line-height: 1.333em;
      max-width: 80%; } }

h2 {
  font-size: 1.14em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #bd0f4c;
  margin-bottom: 1.2em; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 0.89em; } }

h3 {
  font-family: 'OptimaLTPro-Bold';
  letter-spacing: 0.02em;
  font-size: 1em; }

p {
  margin-bottom: 1em; }

/**
 * @license
 * MyFonts Webfont Build ID 3551629, 2018-04-04T12:55:04-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: OptimaLTPro-Roman by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/optima/pro-roman/
 *
 * Webfont: OptimaLTPro-Bold by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/optima/pro-bold/
 *
 * Webfont: OptimaLTPro-Italic by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/optima/pro-italic/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3551629
 * Licensed pageviews: 250,000
 * Webfonts copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 2008 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be reproduced,
 *
 * ¬© 2018 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'OptimaLTPro-Roman';
  src: url("/fonts/36318D_0_0.eot");
  src: url("/fonts/36318D_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/36318D_0_0.woff2") format("woff2"), url("/fonts/36318D_0_0.woff") format("woff"), url("/fonts/36318D_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'OptimaLTPro-Bold';
  src: url("/fonts/36318D_1_0.eot");
  src: url("/fonts/36318D_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/36318D_1_0.woff2") format("woff2"), url("/fonts/36318D_1_0.woff") format("woff"), url("/fonts/36318D_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'OptimaLTPro-Italic';
  src: url("/fonts/36318D_2_0.eot");
  src: url("/fonts/36318D_2_0.eot?#iefix") format("embedded-opentype"), url("/fonts/36318D_2_0.woff2") format("woff2"), url("/fonts/36318D_2_0.woff") format("woff"), url("/fonts/36318D_2_0.ttf") format("truetype"); }

* {
  box-sizing: border-box; }

html._active, body._active {
  position: fixed;
  overflow: hidden; }

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #f4f4f4;
  color: #475867;
  overflow-x: hidden;
  width: 100%;
  /*padding-right: 25px;
  padding-left: 25px;*/
  line-height: 1.8em; }
  @media screen and (min-width: 768px) {
    body {
      padding-right: 50px;
      padding-left: 50px; } }

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

strong {
  font-family: "OptimaLTPro-Bold";
  font-weight: normal;
  font-style: normal; }

em {
  font-family: "OptimaLTPro-Italic";
  font-weight: normal;
  font-style: normal; }

header {
  position: fixed;
  padding: 40px 15px 15px 15px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  text-align: center;
  -webkit-transition: all 0.33s ease-out;
  -khtml-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -ms-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out; }
  header a.navigationToggle {
    display: inline-block;
    cursor: pointer;
    padding: 9px 10px;
    top: calc(330px + 15px);
    position: absolute;
    right: 10px;
    -webkit-transition: all 0.33s ease-out;
    -khtml-transition: all 0.33s ease-out;
    -moz-transition: all 0.33s ease-out;
    -ms-transition: all 0.33s ease-out;
    -o-transition: all 0.33s ease-out;
    transition: all 0.33s ease-out; }
    header a.navigationToggle span {
      -webkit-transition: all 0.33s ease;
      -khtml-transition: all 0.33s ease;
      -moz-transition: all 0.33s ease;
      -ms-transition: all 0.33s ease;
      -o-transition: all 0.33s ease;
      transition: all 0.33s ease;
      display: block;
      height: 2px;
      width: 40px; }
    header a.navigationToggle span, header a.navigationToggle span + span, header a.navigationToggle span + span + span {
      background-color: #475867;
      -webkit-transform: rotate(0deg);
      -khtml-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-top: -2px; }
      header a.navigationToggle span + span, header a.navigationToggle span + span + span, header a.navigationToggle span + span + span + span {
        margin-top: 8px; }
    header a.navigationToggle._active span {
      -webkit-border-radius: 1px;
      -khtml-border-radius: 1px;
      -moz-border-radius: 1px;
      -ms-border-radius: 1px;
      -o-border-radius: 1px;
      border-radius: 1px;
      background-color: transparent; }
      header a.navigationToggle._active span + span {
        background-color: #475867;
        -webkit-transform: rotate(45deg);
        -khtml-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header a.navigationToggle._active span + span + span {
        background-color: #475867;
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -2px; }
    header a.navigationToggle._active {
      display: inline-block;
      cursor: pointer;
      padding: 9px 10px;
      right: calc(50% - 30px);
      top: calc(100vh - 120px); }
      header a.navigationToggle._active span {
        -webkit-transition: all 0.33s ease;
        -khtml-transition: all 0.33s ease;
        -moz-transition: all 0.33s ease;
        -ms-transition: all 0.33s ease;
        -o-transition: all 0.33s ease;
        transition: all 0.33s ease;
        display: block;
        height: 2px;
        width: 40px; }
      header a.navigationToggle._active span, header a.navigationToggle._active span + span, header a.navigationToggle._active span + span + span {
        background-color: white;
        -webkit-transform: rotate(0deg);
        -khtml-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px; }
        header a.navigationToggle._active span + span, header a.navigationToggle._active span + span + span, header a.navigationToggle._active span + span + span + span {
          margin-top: 8px; }
      header a.navigationToggle._active._active span {
        -webkit-border-radius: 1px;
        -khtml-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        background-color: transparent; }
        header a.navigationToggle._active._active span + span {
          background-color: white;
          -webkit-transform: rotate(45deg);
          -khtml-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        header a.navigationToggle._active._active span + span + span {
          background-color: white;
          -webkit-transform: rotate(-45deg);
          -khtml-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-top: -2px; }
  header a.branding {
    display: inline-block;
    line-height: 1; }
    header a.branding > img {
      width: 65px;
      -webkit-transition: all 0.33s ease-out;
      -khtml-transition: all 0.33s ease-out;
      -moz-transition: all 0.33s ease-out;
      -ms-transition: all 0.33s ease-out;
      -o-transition: all 0.33s ease-out;
      transition: all 0.33s ease-out; }
  header._hide {
    top: -180px; }
  header._shrink {
    background-color: #475867;
    right: 0;
    left: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 85px;
    height: 85px; }
    header._shrink a.navigationToggle {
      display: inline-block;
      cursor: pointer;
      padding: 9px 10px;
      top: 25px; }
      header._shrink a.navigationToggle span {
        -webkit-transition: all 0.33s ease;
        -khtml-transition: all 0.33s ease;
        -moz-transition: all 0.33s ease;
        -ms-transition: all 0.33s ease;
        -o-transition: all 0.33s ease;
        transition: all 0.33s ease;
        display: block;
        height: 2px;
        width: 40px; }
      header._shrink a.navigationToggle span, header._shrink a.navigationToggle span + span, header._shrink a.navigationToggle span + span + span {
        background-color: white;
        -webkit-transform: rotate(0deg);
        -khtml-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px; }
        header._shrink a.navigationToggle span + span, header._shrink a.navigationToggle span + span + span, header._shrink a.navigationToggle span + span + span + span {
          margin-top: 8px; }
      header._shrink a.navigationToggle._active span {
        -webkit-border-radius: 1px;
        -khtml-border-radius: 1px;
        -moz-border-radius: 1px;
        -ms-border-radius: 1px;
        -o-border-radius: 1px;
        border-radius: 1px;
        background-color: transparent; }
        header._shrink a.navigationToggle._active span + span {
          background-color: white;
          -webkit-transform: rotate(45deg);
          -khtml-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
        header._shrink a.navigationToggle._active span + span + span {
          background-color: white;
          -webkit-transform: rotate(-45deg);
          -khtml-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          margin-top: -2px; }
    header._shrink a.branding {
      display: none; }
      header._shrink a.branding > img {
        width: 40px; }
    header._shrink._active {
      background-color: transparent;
      left: 0;
      width: auto;
      height: auto; }
      header._shrink._active a.navigationToggle._active {
        top: calc(100vh - 100px); }
      header._shrink._active a.branding {
        display: inline-block; }
        header._shrink._active a.branding > img {
          margin-top: 25px;
          width: 65px; }
  @media screen and (min-width: 768px) {
    header {
      padding: 47px 28px 28px 28px;
      text-align: left; }
      header a.navigationToggle {
        display: inline-block;
        cursor: pointer;
        padding: 9px 10px;
        top: 35px;
        right: 20px; }
        header a.navigationToggle span {
          -webkit-transition: all 0.33s ease;
          -khtml-transition: all 0.33s ease;
          -moz-transition: all 0.33s ease;
          -ms-transition: all 0.33s ease;
          -o-transition: all 0.33s ease;
          transition: all 0.33s ease;
          display: block;
          height: 2px;
          width: 40px; }
        header a.navigationToggle span, header a.navigationToggle span + span, header a.navigationToggle span + span + span {
          background-color: white;
          -webkit-transform: rotate(0deg);
          -khtml-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg);
          margin-top: -2px; }
          header a.navigationToggle span + span, header a.navigationToggle span + span + span, header a.navigationToggle span + span + span + span {
            margin-top: 8px; }
        header a.navigationToggle._active span {
          -webkit-border-radius: 1px;
          -khtml-border-radius: 1px;
          -moz-border-radius: 1px;
          -ms-border-radius: 1px;
          -o-border-radius: 1px;
          border-radius: 1px;
          background-color: transparent; }
          header a.navigationToggle._active span + span {
            background-color: white;
            -webkit-transform: rotate(45deg);
            -khtml-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg); }
          header a.navigationToggle._active span + span + span {
            background-color: white;
            -webkit-transform: rotate(-45deg);
            -khtml-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-top: -2px; }
        header a.navigationToggle._active {
          top: 35px;
          right: 20px; }
      header a.branding > img {
        margin-left: 15px;
        width: 81px; }
      header._shrink {
        width: 100px;
        height: 90px; }
        header._shrink._active a.navigationToggle._active {
          top: 35px; }
        header._shrink._active a.branding > img {
          width: 81px; } }

nav {
  background-color: #bd0f4c;
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.33s ease-out;
  -khtml-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -ms-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
  /*
  @include flex-direction(column);
  @include flex-wrap(nowrap);
  @include align-items(center);
  @include justify-content(center);*/
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; }
  nav > ul {
    text-align: center;
    border-top: thin solid white;
    margin-top: 10px; }
    nav > ul > li {
      border-bottom: thin solid white;
      width: 230px; }
      nav > ul > li > a {
        color: white;
        letter-spacing: 0.04em;
        font-size: 1.71em;
        display: block;
        padding: 15px 8px; }
        nav > ul > li > a:hover, nav > ul > li > a:focus, nav > ul > li > a:active {
          font-family: 'OptimaLTPro-Bold';
          letter-spacing: 0.03em; }
      nav > ul > li._active > a {
        font-family: 'OptimaLTPro-Bold';
        letter-spacing: 0.03em; }
  nav._active {
    /*-ms-transform: translate(0, 100vh);
    -webkit-transform: translate(0, 100vh);
    transform: translate(0, 100vh);
    @include opacity(1);*/
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s; }
  @media screen and (min-width: 768px) {
    nav > ul {
      margin-top: 0; }
      nav > ul > li {
        width: 350px; }
        nav > ul > li > a {
          padding: 20px 8px; } }

.button {
  background-color: #475867;
  color: white;
  display: block;
  padding: 13px 18px 11px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.25s ease;
  -khtml-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .button:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #bd0f4c;
    z-index: -1;
    -webkit-transition: all 0.25s ease;
    -khtml-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .button:hover:after, .button:focus:after, .button:active:after {
    width: 100%; }
  .button:before {
    background-image: url("/img/bullet/chevrons-right-white.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: inline-block;
    float: left;
    height: 14px;
    margin-right: 10px;
    width: 14px; }
  .button.buttonWhite {
    background-color: white;
    color: #475867; }
    .button.buttonWhite:hover, .button.buttonWhite:focus, .button.buttonWhite:active {
      color: white; }
      .button.buttonWhite:hover:before, .button.buttonWhite:focus:before, .button.buttonWhite:active:before {
        background-image: url("/img/bullet/chevrons-right-white.svg"); }
    .button.buttonWhite:before {
      background-image: url("/img/bullet/chevrons-right-gray.svg");
      content: "";
      width: 10px;
      height: 10px; }
  .button.buttonSmall {
    padding: 8px 12px 7px;
    text-transform: none;
    margin-top: 25px; }
    .button.buttonSmall:before {
      margin-top: 2px; }
  @media screen and (min-width: 768px) {
    .button {
      display: inline-block;
      width: auto; } }

@-webkit-keyframes slideIn {
  0%, 70% {
    -ms-transform: translate(0, 12vh);
    -webkit-transform: translate(0, 12vh);
    transform: translate(0, 12vh);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }

@-moz-keyframes slideIn {
  0%, 70% {
    -ms-transform: translate(0, 12vh);
    -webkit-transform: translate(0, 12vh);
    transform: translate(0, 12vh);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }

@-ms-keyframes slideIn {
  0%, 70% {
    -ms-transform: translate(0, 12vh);
    -webkit-transform: translate(0, 12vh);
    transform: translate(0, 12vh);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }

@-o-keyframes slideIn {
  0%, 70% {
    -ms-transform: translate(0, 12vh);
    -webkit-transform: translate(0, 12vh);
    transform: translate(0, 12vh);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }

@keyframes slideIn {
  0%, 70% {
    -ms-transform: translate(0, 12vh);
    -webkit-transform: translate(0, 12vh);
    transform: translate(0, 12vh);
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  100% {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }

main {
  margin-top: 330px; }
  main section.mainSection > aside {
    line-height: 1.6em;
    padding: 50px 30px 80px 30px; }
    main section.mainSection > aside > img.logo {
      display: block;
      width: 100px;
      margin: 100px auto 0 auto; }
  main section.mainSection > article {
    background-color: white;
    padding: 100px 30px 150px 30px;
    position: relative;
    z-index: 600; }
    main section.mainSection > article a:not(.button):before {
      background-image: url("/img/bullet/chevrons-right-gray.svg");
      background-size: 8px 8px;
      display: inline-block;
      content: "";
      margin-left: 4px;
      margin-right: 4px;
      width: 8px;
      height: 8px; }
    main section.mainSection > article ul.breadcrump {
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0.7em;
      left: 15px;
      line-height: 1;
      letter-spacing: 0.05em;
      position: absolute;
      text-transform: uppercase;
      top: 15px; }
      main section.mainSection > article ul.breadcrump > li {
        float: left;
        padding: 0;
        margin: 0 10px 0 0;
        color: #bd0f4c; }
        main section.mainSection > article ul.breadcrump > li > a {
          color: #475867;
          display: inline-block;
          -webkit-transition: color 0.25s ease-in;
          -khtml-transition: color 0.25s ease-in;
          -moz-transition: color 0.25s ease-in;
          -ms-transition: color 0.25s ease-in;
          -o-transition: color 0.25s ease-in;
          transition: color 0.25s ease-in; }
          main section.mainSection > article ul.breadcrump > li > a:hover, main section.mainSection > article ul.breadcrump > li > a:focus, main section.mainSection > article ul.breadcrump > li > a:active {
            color: #bd0f4c; }
        main section.mainSection > article ul.breadcrump > li:not(:last-child):after {
          content: "|";
          display: inline-block;
          margin-left: 10px; }
  main section.mainSection.mainSectionServices > article > h2 {
    margin-top: 2em;
    display: inline-block;
    border-bottom: thin solid #bd0f4c; }
  main section.mainSection.mainSectionServices > article > ul:not(.breadcrump) {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    main {
      margin-top: 100vh; }
      main section.mainSection {
        /*margin-top: 100px;*/ }
        main section.mainSection > aside {
          padding: 90px 50px 100px 30px; }
        main section.mainSection > article {
          padding: 140px 11% 200px 13%;
          top: -10vh;
          margin-bottom: -10vh;
          -webkit-animation: slideIn 2s ease-out;
          -khtml-animation: slideIn 2s ease-out;
          -moz-animation: slideIn 2s ease-out;
          -ms-animation: slideIn 2s ease-out;
          -o-animation: slideIn 2s ease-out;
          animation: slideIn 2s ease-out; }
          main section.mainSection > article ul.breadcrump {
            left: 50px;
            top: 38px; } }
  @media screen and (min-width: 1280px) {
    main section.mainSection {
      display: table;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      main section.mainSection > aside {
        padding-bottom: 250px;
        position: relative;
        width: 24%;
        float: left;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1; }
        main section.mainSection > aside > img.logo {
          position: absolute;
          bottom: 40px;
          margin: 0; }
      main section.mainSection > article {
        width: 76%;
        float: right;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; } }

div.twoColumns > p:last-child {
  text-align: left;
  margin-top: 2em; }

@media screen and (min-width: 992px) {
  div.twoColumns > p {
    float: left;
    width: 60%; }
    div.twoColumns > p:last-child {
      text-align: right;
      margin-top: 0;
      width: 40%; } }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

div.calendarsAll {
  /*> h2 {
    padding-top: 2em;
  }*/ }

/*div.calendarsSingle {
  height: 90vh;

  @include media($bp4) {
    height: 50vh;
  }
}*/
ul.calendar {
  background-color: white;
  list-style: none;
  padding: 15px;
  margin: 10px auto 2em auto;
  max-width: 450px;
  height: 300px;
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: justify;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center; }
  ul.calendar > li {
    letter-spacing: -0.05em;
    padding: 5px;
    text-align: center;
    width: calc(100% / 7.5); }
    ul.calendar > li > span {
      display: inline-block; }
    ul.calendar > li:nth-child(2), ul.calendar > li:nth-child(3), ul.calendar > li:nth-child(4), ul.calendar > li:nth-child(5), ul.calendar > li:nth-child(6), ul.calendar > li:nth-child(7), ul.calendar > li:nth-child(8) {
      color: #cfd7de; }
    ul.calendar > li:first-child {
      font-family: 'OptimaLTPro-Bold';
      text-align: left;
      display: block;
      width: 100%;
      letter-spacing: 0; }
    ul.calendar > li.active > span > a {
      /*position: relative;
          text-decoration: none;*/
      display: block;
      color: white;
      height: 24px;
      width: 24px;
      margin-left: -2px;
      line-height: 1.9em;
      background-color: #475867;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: background-color 0.25s ease;
      -khtml-transition: background-color 0.25s ease;
      -moz-transition: background-color 0.25s ease;
      -ms-transition: background-color 0.25s ease;
      -o-transition: background-color 0.25s ease;
      transition: background-color 0.25s ease;
      /*&:after {
            content: attr(data-tooltip);
            position: absolute;
            display: none;
            bottom: 130%;
            left: 20%;
            background: $brandColorGray;
            padding: 5px 15px;
            color: $white;
            //white-space: nowrap;
            width: 100px;
            @include opacity(0);
            @include transition(all 0.4s ease);
          }
          &:before {
            content: "";
            display: none;
            position: absolute;
            width: 0;
            height: 0;
            border-top: 20px solid $brandColorGray;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            @include transition(all 0.4s ease);
            @include opacity(0);
            left: 30%;
            bottom: 90%;
          }
          &:hover {
            &:after {
              bottom: 100%;
              display: inline-block;
              @include opacity(1);
            }
          }
          &:hover {
            &:before {
              bottom: 70%;
              display: inline-block;
              @include opacity(1);
            }
          }*/ }
      ul.calendar > li.active > span > a:hover, ul.calendar > li.active > span > a:focus, ul.calendar > li.active > span > a:active {
        background-color: #bd0f4c; }
  @media screen and (min-width: 768px) {
    ul.calendar {
      font-size: 0.78em;
      /*> li {
      &.active {
        > span {
          > a {
            line-height: 1.5em;
          }
        }
      }
    }*/ } }

ul.trainingsList {
  border-bottom: thin solid #475867;
  padding: 0;
  margin: 2em 0;
  list-style: none; }
  ul.trainingsList > li {
    border-top: thin solid #475867;
    padding: 3em 0;
    margin: 0; }
    ul.trainingsList > li > h3 > span {
      display: block;
      font-family: 'OptimaLTPro-Italic';
      font-weight: normal; }
    ul.trainingsList > li > p {
      margin-bottom: 0; }
      ul.trainingsList > li > p > span {
        display: block; }
        ul.trainingsList > li > p > span + br {
          display: none; }
        ul.trainingsList > li > p > span.trainingsPrice:before {
          font-family: 'OptimaLTPro-Bold';
          border: thin solid #475867;
          display: inline-block;
          content: "\20AC";
          margin-right: 10px;
          width: 25px;
          height: 16px;
          line-height: 2em;
          text-align: center;
          font-size: 0.7em; }
      ul.trainingsList > li > p.trainingsAvailablePlaces {
        font-family: 'OptimaLTPro-Italic';
        font-weight: normal; }
        ul.trainingsList > li > p.trainingsAvailablePlaces.trainingStatusGreen {
          color: #3bc271; }
        ul.trainingsList > li > p.trainingsAvailablePlaces.trainingStatusOrange {
          color: #eac51d; }
        ul.trainingsList > li > p.trainingsAvailablePlaces.trainingStatusRed {
          color: #ea2d1d; }
  @media screen and (min-width: 768px) {
    ul.trainingsList > li > h3 > span {
      display: inline-block; }
      ul.trainingsList > li > h3 > span:after {
        display: inline-block;
        content: "|";
        margin-left: 10px;
        margin-right: 10px; }
    ul.trainingsList > li > p {
      margin-bottom: 0; }
      ul.trainingsList > li > p > span {
        display: inline-block; }
        ul.trainingsList > li > p > span + br {
          display: block; }
        ul.trainingsList > li > p > span.trainingsLocation:after {
          content: ",";
          display: inline-block;
          margin-right: 8px; }
        ul.trainingsList > li > p > span.trainingsPrice:before {
          line-height: 1.65em; } }

div.testimonial {
  font-size: 1.21em;
  text-align: center;
  font-family: 'OptimaLTPro-Italic';
  line-height: 1.8em;
  margin-bottom: 20px;
  margin-top: 160px; }
  div.testimonial:before, div.testimonial:after {
    border-left: 1px solid #475867;
    content: "";
    display: block;
    height: 40px;
    left: 50%;
    margin-bottom: 2em;
    position: relative;
    width: 1px; }
  div.testimonial:after {
    margin-top: 2em;
    margin-bottom: 0; }
  div.testimonial > small {
    display: block;
    font-family: 'OptimaLTPro-Roman';
    font-size: 0.7em;
    line-height: 1.5em;
    letter-spacing: 0.03em;
    margin-top: 2em; }
  @media screen and (min-width: 768px) {
    div.testimonial {
      border-left: thin solid #475867;
      font-size: 1.333em;
      margin-top: 120px;
      max-width: 720px;
      padding-left: 60px;
      text-align: left; }
      div.testimonial:before, div.testimonial:after {
        display: none; }
      div.testimonial > small {
        font-size: 0.5em; } }

section.headerImage {
  height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/img/header/headerimage-home.jpg");
  border-bottom: 4px solid #bd0f4c;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  -ms-align-items: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  text-align: center; }
  section.headerImage.headerImageHome > p {
    position: relative;
    z-index: 500;
    left: auto;
    right: auto; }
  section.headerImage.headerImageTrainings {
    background-image: url("/img/header/headerimage-schulungen.jpg"); }
  section.headerImage.headerImageContact {
    background-image: url("/img/header/headerimage-kontakt.jpg"); }
  section.headerImage.headerImageTerms {
    background-image: url("/img/header/headerimage-rechtliches.jpg"); }
  section.headerImage.headerImageServices {
    background-image: url("/img/header/headerimage-home-5.jpg"); }
  section.headerImage > p {
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: center;
    color: white;
    letter-spacing: 0.05em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.39em;
    margin-top: 170px; }
  @media screen and (min-width: 768px) {
    section.headerImage {
      border-bottom: 10px solid #bd0f4c;
      height: calc(100vh + 5px);
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: justify; }
      section.headerImage > p {
        border-bottom: thin solid white;
        border-top: thin solid white;
        font-size: 2.67em;
        max-width: 850px;
        margin-top: 0;
        padding-bottom: 40px;
        padding-top: 40px;
        line-height: 1.188em; } }
  @media screen and (min-width: 1280px) {
    section.headerImage {
      background-attachment: fixed; } }

footer {
  background: #475867;
  color: white; }
  footer > section {
    position: relative;
    padding: 75px 30px 80px 30px;
    letter-spacing: 0.03em; }
    footer > section a {
      color: white;
      -webkit-transition: color 0.25s ease;
      -khtml-transition: color 0.25s ease;
      -moz-transition: color 0.25s ease;
      -ms-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      transition: color 0.25s ease; }
      footer > section a:hover, footer > section a:focus, footer > section a:active {
        color: #bd0f4c; }
    footer > section > div > span {
      display: block; }
    footer > section > ul {
      display: block;
      border-top: thin solid white;
      margin-bottom: 50px; }
      footer > section > ul > li {
        border-bottom: thin solid white; }
        footer > section > ul > li > a {
          display: block;
          padding: 8px 0 6px; }
        footer > section > ul > li._active > a {
          color: #bd0f4c; }
  @media screen and (min-width: 768px) {
    footer {
      margin-left: -50px;
      margin-right: -50px; } }
  @media screen and (min-width: 1280px) {
    footer > section > div {
      display: inline-block;
      float: left; }
      footer > section > div > span {
        display: inline-block; }
        footer > section > div > span:not(:last-child) {
          margin-right: 10px; }
          footer > section > div > span:not(:last-child):after {
            content: "|";
            display: inline-block;
            margin-left: 10px; }
        footer > section > div > span:nth-child(3) {
          border-right: none;
          margin-right: 0;
          padding-right: 0; }
    footer > section > ul {
      border-top: none;
      display: inline-block;
      float: right; }
      footer > section > ul > li {
        float: left;
        border-bottom: none; }
        footer > section > ul > li:not(:last-child) {
          margin-right: 10px; }
          footer > section > ul > li:not(:last-child) > a:after {
            content: "|";
            display: inline-block;
            margin-left: 10px; }
          footer > section > ul > li:not(:last-child) > a:hover:after, footer > section > ul > li:not(:last-child) > a:focus:after, footer > section > ul > li:not(:last-child) > a:active:after {
            color: white; }
          footer > section > ul > li:not(:last-child)._active > a:after {
            color: white; }
        footer > section > ul > li > a {
          display: block;
          padding: 0; } }

ul.bulletList {
  list-style: outside;
  list-style-type: disc;
  padding-left: 1em; }

ul.eMailBoxes {
  margin-top: 3em; }
  ul.eMailBoxes > li {
    background: #f4f4f4;
    border-top: thin solid #93a5b4;
    margin-bottom: 30px;
    position: relative;
    padding: 35px 25px 100px 25px;
    text-align: center;
    width: 100%; }
    ul.eMailBoxes > li > h2 {
      color: #475867;
      line-height: 1.35em;
      letter-spacing: 0.02em;
      margin-bottom: 0; }
    ul.eMailBoxes > li > a.button {
      position: absolute;
      bottom: 35px;
      left: 12%;
      right: 12%;
      margin: 20px 0 0 0;
      width: auto; }
    ul.eMailBoxes > li > small {
      line-height: 1.2em;
      font-size: 0.9em;
      display: block;
      margin-top: 18px; }
      ul.eMailBoxes > li > small > span {
        display: block; }
    ul.eMailBoxes > li div.emailOptions {
      display: none;
      position: absolute;
      background: #fff;
      padding: 15px;
      top: 5px;
      right: 5px;
      left: 5px;
      bottom: 5px; }
      ul.eMailBoxes > li div.emailOptions > a {
        display: block;
        font-size: 0.75em;
        line-height: 1.2em;
        margin-bottom: 12px;
        padding: 8px 12px; }
        ul.eMailBoxes > li div.emailOptions > a:not(:last-child) {
          border: thin solid #475867; }
        ul.eMailBoxes > li div.emailOptions > a:before {
          display: none; }
      ul.eMailBoxes > li div.emailOptions._active {
        display: block;
        display: table;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: justify;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        align-content: center; }
  @media screen and (min-width: 992px) {
    ul.eMailBoxes {
      display: table;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; }
      ul.eMailBoxes > li {
        padding: 40px 40px 100px 40px;
        width: calc((100% - 30px) / 2); }
        ul.eMailBoxes > li > h2 {
          font-size: 0.8em; }
        ul.eMailBoxes > li > small {
          font-size: 0.7em; } }
  @media screen and (min-width: 1280px) {
    ul.eMailBoxes > li > a.button {
      left: 22%;
      right: 22%; } }
  @media screen and (min-width: 1920px) {
    ul.eMailBoxes > li {
      width: calc((100% - 60px) / 3); }
      ul.eMailBoxes > li > a.button {
        left: 12%;
        right: 12%; } }

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0; }
  ol > li {
    display: table;
    counter-increment: item;
    margin-bottom: 1.2em;
    font-weight: 400; }
    ol > li > h2 {
      color: #bd0f4c; }
    ol > li:not(:first-child) {
      margin-top: 2.5em; }
    ol > li:before {
      content: counters(item, ".") ". ";
      display: table-cell;
      padding-right: 0.6em;
      color: #bd0f4c; }
    ol > li > ol > li {
      color: #475867;
      margin: 0;
      font-weight: 200; }
      ol > li > ol > li:not(:first-child) {
        margin-top: 0.75em; }
      ol > li > ol > li:before {
        content: counters(item, ".") " ";
        color: #475867; }

.flexslider.flexsliderCalendar {
  max-width: 450px;
  margin: 0 auto; }
  .flexslider.flexsliderCalendar .flex-control-nav.flex-control-paging {
    bottom: -50px; }
    .flexslider.flexsliderCalendar .flex-control-nav.flex-control-paging > li {
      margin: 0; }
      .flexslider.flexsliderCalendar .flex-control-nav.flex-control-paging > li:before {
        display: none; }
      .flexslider.flexsliderCalendar .flex-control-nav.flex-control-paging > li > a {
        background: #cfd7de;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        margin-left: 5px;
        margin-right: 5px; }
        .flexslider.flexsliderCalendar .flex-control-nav.flex-control-paging > li > a.flex-active {
          background: #bd0f4c; }

.flexslider.flexsliderHome {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .flexslider.flexsliderHome ul.slides > li {
    display: block;
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .flexslider.flexsliderHome ul.slides > li.slide-1 {
      background-image: url("/img/header/headerimage-home-1.jpg"); }
    .flexslider.flexsliderHome ul.slides > li.slide-2 {
      background-image: url("/img/header/headerimage-home-2.jpg"); }
    .flexslider.flexsliderHome ul.slides > li.slide-3 {
      background-image: url("/img/header/headerimage-home-3.jpg"); }
    .flexslider.flexsliderHome ul.slides > li.slide-4 {
      background-image: url("/img/header/headerimage-home-4.jpg"); }
    .flexslider.flexsliderHome ul.slides > li.slide-5 {
      background-image: url("/img/header/headerimage-home-5.jpg"); }
  @media screen and (min-width: 768px) {
    .flexslider.flexsliderHome ul.slides > li {
      height: calc(100vh - 5px); } }
  @media screen and (min-width: 1280px) {
    .flexslider.flexsliderHome ul.slides > li {
      background-attachment: fixed; } }
