@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300,700);
/*Google Font: Source Sans Pro*/
/*Font: Antartida*/
@font-face {
  font-family: "Antartida";
  src: url("../../fonts/antartida/bold/Antartida-Rounded-Essential-bold-webfont.eot?#iefix");
  src: url("../../fonts/antartida/bold/Antartida-Rounded-Essential-bold-webfont.eot?#iefix") format("eot"), url("../../fonts/antartida/bold/Antartida-Rounded-Essential-bold-webfont.woff") format("woff"), url("../../fonts/antartida/bold/Antartida-Rounded-Essential-bold-webfont.woff2") format("woff2"), url("../../fonts/antartida/bold/Antartida-Rounded-Essential-bold-webfont.ttf") format("truetype"), url("../../fonts/antartida/bold/Antartida-Rounded-Essential-bold-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "AntartidaLight";
  src: url("../../fonts/antartida/light/Antartida-Rounded-Essential-light-webfont.eot?#iefix");
  src: url("../../fonts/antartida/light/Antartida-Rounded-Essential-light-webfont.eot?#iefix") format("eot"), url("../../fonts/antartida/light/Antartida-Rounded-Essential-light-webfont.woff") format("woff"), url("../../fonts/antartida/light/Antartida-Rounded-Essential-light-webfont.woff2") format("woff2"), url("../../fonts/antartida/light/Antartida-Rounded-Essential-light-webfont.ttf") format("truetype"), url("../../fonts/antartida/light/Antartida-Rounded-Essential-light-webfont.svg") format("svg");
  font-weight: lighter;
  font-style: normal; }

@font-face {
  font-family: "AntartidaLightItalic";
  src: url("../../fonts/antartida/light-italic/Antartida-Rounded-Essential-light-Italic-webfont.eot?#iefix");
  src: url("../../fonts/antartida/light-italic/Antartida-Rounded-Essential-light-Italic-webfont.eot?#iefix") format("eot"), url("../../fonts/antartida/light-italic/Antartida-Rounded-Essential-light-Italic-webfont.woff") format("woff"), url("../../fonts/antartida/light-italic/Antartida-Rounded-Essential-light-Italic-webfont.woff2") format("woff2"), url("../../fonts/antartida/light-italic/Antartida-Rounded-Essential-light-Italic-webfont.ttf") format("truetype"), url("../../fonts/antartida/light-italic/Antartida-Rounded-Essential-light-Italic-webfont.svg") format("svg");
  font-weight: lighter;
  font-style: normal; }
/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
 ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: 'Source Sans Pro', calibri, sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }
/* Grouping content
 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption, figure {
  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 */ }
/**
 * Add the correct display in IE.
 */
main {
  display: block; }
/**
 * 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 */ }
/* 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 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; }
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: 'Source Sans Pro', calibri, sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 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"] {
  /* 1 */
  -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 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 */ }
/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }
/* Interactive
 ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }
/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&navi=62.3125em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: 'Source Sans Pro', calibri, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #4d5e51;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

.map_canvas img, .mqa-display img, .map_canvas embed, .mqa-display embed, .map_canvas object, .mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 62.3125em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
    .row .row {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .columns.row.row {
  display: flex; }

.row .column.row.row, .row .columns.row.row {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }
  .flex-dir-row {
    flex-direction: row; }
  .flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .flex-dir-column {
    flex-direction: column; }
  .flex-dir-column-reverse {
    flex-direction: column-reverse; }
  .small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-offset-1 {
    margin-left: 8.33333%; }
  .small-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-offset-2 {
    margin-left: 16.66667%; }
  .small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-offset-3 {
    margin-left: 25%; }
  .small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .small-offset-4 {
    margin-left: 33.33333%; }
  .small-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-offset-5 {
    margin-left: 41.66667%; }
  .small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .small-offset-6 {
    margin-left: 50%; }
  .small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .small-offset-7 {
    margin-left: 58.33333%; }
  .small-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .small-offset-8 {
    margin-left: 66.66667%; }
  .small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .small-offset-9 {
    margin-left: 75%; }
  .small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .small-offset-10 {
    margin-left: 83.33333%; }
  .small-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-offset-11 {
    margin-left: 91.66667%; }
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; }
  .small-up-1 {
    flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-up-2 {
    flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up-3 {
    flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .small-up-4 {
    flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up-5 {
    flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up-6 {
    flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .small-up-7 {
    flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }
  .small-up-8 {
    flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .medium-offset-0 {
      margin-left: 0%; }

    .medium-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .medium-offset-1 {
      margin-left: 8.33333%; }

    .medium-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .medium-offset-2 {
      margin-left: 16.66667%; }

    .medium-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .medium-offset-3 {
      margin-left: 25%; }

    .medium-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .medium-offset-4 {
      margin-left: 33.33333%; }

    .medium-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .medium-offset-5 {
      margin-left: 41.66667%; }

    .medium-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .medium-offset-6 {
      margin-left: 50%; }

    .medium-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .medium-offset-7 {
      margin-left: 58.33333%; }

    .medium-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .medium-offset-8 {
      margin-left: 66.66667%; }

    .medium-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .medium-offset-9 {
      margin-left: 75%; }

    .medium-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .medium-offset-10 {
      margin-left: 83.33333%; }

    .medium-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .medium-offset-11 {
      margin-left: 91.66667%; }

    .medium-order-1 {
      order: 1; }

    .medium-order-2 {
      order: 2; }

    .medium-order-3 {
      order: 3; }

    .medium-order-4 {
      order: 4; }

    .medium-order-5 {
      order: 5; }

    .medium-order-6 {
      order: 6; }

    .medium-up-1 {
      flex-wrap: wrap; }
      .medium-up-1 > .column, .medium-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .medium-up-2 {
      flex-wrap: wrap; }
      .medium-up-2 > .column, .medium-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .medium-up-3 {
      flex-wrap: wrap; }
      .medium-up-3 > .column, .medium-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .medium-up-4 {
      flex-wrap: wrap; }
      .medium-up-4 > .column, .medium-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .medium-up-5 {
      flex-wrap: wrap; }
      .medium-up-5 > .column, .medium-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .medium-up-6 {
      flex-wrap: wrap; }
      .medium-up-6 > .column, .medium-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .medium-up-7 {
      flex-wrap: wrap; }
      .medium-up-7 > .column, .medium-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .medium-up-8 {
      flex-wrap: wrap; }
      .medium-up-8 > .column, .medium-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }
      .medium-flex-dir-row {
        flex-direction: row; }
      .medium-flex-dir-row-reverse {
        flex-direction: row-reverse; }
      .medium-flex-dir-column {
        flex-direction: column; }
      .medium-flex-dir-column-reverse {
        flex-direction: column-reverse; }

    .medium-flex-child-auto {
      flex: 1 1 auto; }

    .medium-flex-child-grow {
      flex: 1 0 auto; }

    .medium-flex-child-shrink {
      flex: 0 1 auto; }

    .medium-collapse > .column, .medium-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) and screen and (min-width: 40em) {
      .medium-expand {
        flex: 1 1 0px; } }
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 40em) {
            .row.medium-unstack > .column, .row.medium-unstack > .columns {
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 62.3125em) {
  .navi-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .navi-offset-0 {
      margin-left: 0%; }

    .navi-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .navi-offset-1 {
      margin-left: 8.33333%; }

    .navi-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .navi-offset-2 {
      margin-left: 16.66667%; }

    .navi-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .navi-offset-3 {
      margin-left: 25%; }

    .navi-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .navi-offset-4 {
      margin-left: 33.33333%; }

    .navi-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .navi-offset-5 {
      margin-left: 41.66667%; }

    .navi-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .navi-offset-6 {
      margin-left: 50%; }

    .navi-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .navi-offset-7 {
      margin-left: 58.33333%; }

    .navi-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .navi-offset-8 {
      margin-left: 66.66667%; }

    .navi-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .navi-offset-9 {
      margin-left: 75%; }

    .navi-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .navi-offset-10 {
      margin-left: 83.33333%; }

    .navi-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .navi-offset-11 {
      margin-left: 91.66667%; }

    .navi-order-1 {
      order: 1; }

    .navi-order-2 {
      order: 2; }

    .navi-order-3 {
      order: 3; }

    .navi-order-4 {
      order: 4; }

    .navi-order-5 {
      order: 5; }

    .navi-order-6 {
      order: 6; }

    .navi-up-1 {
      flex-wrap: wrap; }
      .navi-up-1 > .column, .navi-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .navi-up-2 {
      flex-wrap: wrap; }
      .navi-up-2 > .column, .navi-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .navi-up-3 {
      flex-wrap: wrap; }
      .navi-up-3 > .column, .navi-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .navi-up-4 {
      flex-wrap: wrap; }
      .navi-up-4 > .column, .navi-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .navi-up-5 {
      flex-wrap: wrap; }
      .navi-up-5 > .column, .navi-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .navi-up-6 {
      flex-wrap: wrap; }
      .navi-up-6 > .column, .navi-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .navi-up-7 {
      flex-wrap: wrap; }
      .navi-up-7 > .column, .navi-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .navi-up-8 {
      flex-wrap: wrap; }
      .navi-up-8 > .column, .navi-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }
      .navi-flex-dir-row {
        flex-direction: row; }
      .navi-flex-dir-row-reverse {
        flex-direction: row-reverse; }
      .navi-flex-dir-column {
        flex-direction: column; }
      .navi-flex-dir-column-reverse {
        flex-direction: column-reverse; }

    .navi-flex-child-auto {
      flex: 1 1 auto; }

    .navi-flex-child-grow {
      flex: 1 0 auto; }

    .navi-flex-child-shrink {
      flex: 0 1 auto; }

    .navi-collapse > .column, .navi-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }

    .navi-uncollapse > .column, .navi-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 62.3125em) and screen and (min-width: 62.3125em) {
      .navi-expand {
        flex: 1 1 0px; } }
    .row.navi-unstack > .column, .row.navi-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 62.3125em) {
            .row.navi-unstack > .column, .row.navi-unstack > .columns {
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .large-offset-0 {
      margin-left: 0%; }

    .large-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .large-offset-1 {
      margin-left: 8.33333%; }

    .large-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .large-offset-2 {
      margin-left: 16.66667%; }

    .large-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .large-offset-3 {
      margin-left: 25%; }

    .large-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .large-offset-4 {
      margin-left: 33.33333%; }

    .large-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .large-offset-5 {
      margin-left: 41.66667%; }

    .large-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .large-offset-6 {
      margin-left: 50%; }

    .large-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .large-offset-7 {
      margin-left: 58.33333%; }

    .large-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .large-offset-8 {
      margin-left: 66.66667%; }

    .large-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .large-offset-9 {
      margin-left: 75%; }

    .large-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .large-offset-10 {
      margin-left: 83.33333%; }

    .large-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .large-offset-11 {
      margin-left: 91.66667%; }

    .large-order-1 {
      order: 1; }

    .large-order-2 {
      order: 2; }

    .large-order-3 {
      order: 3; }

    .large-order-4 {
      order: 4; }

    .large-order-5 {
      order: 5; }

    .large-order-6 {
      order: 6; }

    .large-up-1 {
      flex-wrap: wrap; }
      .large-up-1 > .column, .large-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .large-up-2 {
      flex-wrap: wrap; }
      .large-up-2 > .column, .large-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .large-up-3 {
      flex-wrap: wrap; }
      .large-up-3 > .column, .large-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .large-up-4 {
      flex-wrap: wrap; }
      .large-up-4 > .column, .large-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .large-up-5 {
      flex-wrap: wrap; }
      .large-up-5 > .column, .large-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .large-up-6 {
      flex-wrap: wrap; }
      .large-up-6 > .column, .large-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .large-up-7 {
      flex-wrap: wrap; }
      .large-up-7 > .column, .large-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .large-up-8 {
      flex-wrap: wrap; }
      .large-up-8 > .column, .large-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }
      .large-flex-dir-row {
        flex-direction: row; }
      .large-flex-dir-row-reverse {
        flex-direction: row-reverse; }
      .large-flex-dir-column {
        flex-direction: column; }
      .large-flex-dir-column-reverse {
        flex-direction: column-reverse; }

    .large-flex-child-auto {
      flex: 1 1 auto; }

    .large-flex-child-grow {
      flex: 1 0 auto; }

    .large-flex-child-shrink {
      flex: 0 1 auto; }

    .large-collapse > .column, .large-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }

    .large-uncollapse > .column, .large-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) and screen and (min-width: 64em) {
      .large-expand {
        flex: 1 1 0px; } }
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 64em) {
            .row.large-unstack > .column, .row.large-unstack > .columns {
              flex: 1 1 0px; } }
  @media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
    .xlarge-offset-0 {
      margin-left: 0%; }

    .xlarge-2 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }

    .xlarge-offset-1 {
      margin-left: 8.33333%; }

    .xlarge-3 {
      flex: 0 0 25%;
      max-width: 25%; }

    .xlarge-offset-2 {
      margin-left: 16.66667%; }

    .xlarge-4 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }

    .xlarge-offset-3 {
      margin-left: 25%; }

    .xlarge-5 {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; }

    .xlarge-offset-4 {
      margin-left: 33.33333%; }

    .xlarge-6 {
      flex: 0 0 50%;
      max-width: 50%; }

    .xlarge-offset-5 {
      margin-left: 41.66667%; }

    .xlarge-7 {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; }

    .xlarge-offset-6 {
      margin-left: 50%; }

    .xlarge-8 {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; }

    .xlarge-offset-7 {
      margin-left: 58.33333%; }

    .xlarge-9 {
      flex: 0 0 75%;
      max-width: 75%; }

    .xlarge-offset-8 {
      margin-left: 66.66667%; }

    .xlarge-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%; }

    .xlarge-offset-9 {
      margin-left: 75%; }

    .xlarge-11 {
      flex: 0 0 91.66667%;
      max-width: 91.66667%; }

    .xlarge-offset-10 {
      margin-left: 83.33333%; }

    .xlarge-12 {
      flex: 0 0 100%;
      max-width: 100%; }

    .xlarge-offset-11 {
      margin-left: 91.66667%; }

    .xlarge-order-1 {
      order: 1; }

    .xlarge-order-2 {
      order: 2; }

    .xlarge-order-3 {
      order: 3; }

    .xlarge-order-4 {
      order: 4; }

    .xlarge-order-5 {
      order: 5; }

    .xlarge-order-6 {
      order: 6; }

    .xlarge-up-1 {
      flex-wrap: wrap; }
      .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
        flex: 0 0 100%;
        max-width: 100%; }

    .xlarge-up-2 {
      flex-wrap: wrap; }
      .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
        flex: 0 0 50%;
        max-width: 50%; }

    .xlarge-up-3 {
      flex-wrap: wrap; }
      .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%; }

    .xlarge-up-4 {
      flex-wrap: wrap; }
      .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
        flex: 0 0 25%;
        max-width: 25%; }

    .xlarge-up-5 {
      flex-wrap: wrap; }
      .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
        flex: 0 0 20%;
        max-width: 20%; }

    .xlarge-up-6 {
      flex-wrap: wrap; }
      .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%; }

    .xlarge-up-7 {
      flex-wrap: wrap; }
      .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%; }

    .xlarge-up-8 {
      flex-wrap: wrap; }
      .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
        flex: 0 0 12.5%;
        max-width: 12.5%; }
      .xlarge-flex-dir-row {
        flex-direction: row; }
      .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse; }
      .xlarge-flex-dir-column {
        flex-direction: column; }
      .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse; }

    .xlarge-flex-child-auto {
      flex: 1 1 auto; }

    .xlarge-flex-child-grow {
      flex: 1 0 auto; }

    .xlarge-flex-child-shrink {
      flex: 0 1 auto; }

    .xlarge-collapse > .column, .xlarge-collapse > .columns {
      padding-right: 0;
      padding-left: 0; }

    .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) and screen and (min-width: 75em) {
      .xlarge-expand {
        flex: 1 1 0px; } }
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 0 0 100%; }
      @media screen and (min-width: 75em) {
            .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
              flex: 1 1 0px; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Antartida', calibri, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 0;
    color: #cacaca; }
  h1 {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h2 {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h3 {
    font-size: 1.4375rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h4 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  h6 {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem; }
    h2 {
      font-size: 2rem; }

    h3 {
      font-size: 1.375rem; }

    h4 {
      font-size: 1.1875rem; }

    h5 {
      font-size: 1rem; }

    h6 {
      font-size: 0.875rem; } }

a {
  line-height: inherit;
  color: #64ae1f;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #56961b; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul, ol, dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  border-bottom: 1px dotted #000;
  color: #4d5e51;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }
  .text-left {
    text-align: left; }
  .text-right {
    text-align: right; }
  .text-center {
    text-align: center; }
  .text-justify {
    text-align: justify; }
  @media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
    .medium-text-right {
      text-align: right; }

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

    .medium-text-justify {
      text-align: justify; } }
  @media print, screen and (min-width: 62.3125em) {
  .navi-text-left {
    text-align: left; }
    .navi-text-right {
      text-align: right; }

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

    .navi-text-justify {
      text-align: justify; } }
  @media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
    .large-text-right {
      text-align: right; }

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

    .large-text-justify {
      text-align: justify; } }
  @media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
    .xlarge-text-right {
      text-align: right; }

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

    .xlarge-text-justify {
      text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
    .show-for-print {
      display: block !important; }
    .hide-for-print {
      display: none !important; }
    table.show-for-print {
      display: table !important; }
    thead.show-for-print {
      display: table-header-group !important; }
    tbody.show-for-print {
      display: table-row-group !important; }
    tr.show-for-print {
      display: table-row !important; }
    td.show-for-print {
      display: table-cell !important; }
    th.show-for-print {
      display: table-cell !important; }
    a, a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: ' (' attr(href) ')'; }
    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
      content: ''; }
    abbr[title]:after {
      content: ' (' attr(title) ')'; }
    pre, blockquote {
      border: 1px solid #8a8a8a;
      page-break-inside: avoid; }
    thead {
      display: table-header-group; }
    tr, img {
      page-break-inside: avoid; }
    img {
      max-width: 100% !important; }
    @page {
      margin: 0.5cm; }
    p, h2, h3 {
      orphans: 3;
      widows: 3; }
    h2, h3 {
      page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder, textarea::placeholder {
  color: #afc807 !important; }
  input:disabled, textarea:disabled, input[readonly], textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  input.is-invalid-input::placeholder, textarea.is-invalid-input::placeholder {
    color: #ff4d4d !important; }

[type='submit'], [type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label, [type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for], [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'], label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  flex: 0 0 auto; }
  .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fff; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width:0\0) {
  select {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=='); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }
  .accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: foreground(#fff, #64ae1f); }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fff;
  color: foreground(#fff, #64ae1f); }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.responsive-embed, .flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe, .flex-video iframe, .responsive-embed object, .flex-video object, .responsive-embed embed, .flex-video embed, .responsive-embed video, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #64ae1f;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #55941a; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled, .slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }
  @media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
      display: none !important; } }
  @media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
      display: none !important; } }
  @media print, screen and (min-width: 40em) {
    .hide-for-medium {
      display: none !important; } }
  @media screen and (max-width: 39.9375em) {
    .show-for-medium {
      display: none !important; } }
  @media screen and (min-width: 40em) and (max-width: 62.25em) {
    .hide-for-medium-only {
      display: none !important; } }
  @media screen and (max-width: 39.9375em), screen and (min-width: 62.3125em) {
    .show-for-medium-only {
      display: none !important; } }
  @media print, screen and (min-width: 62.3125em) {
    .hide-for-navi {
      display: none !important; } }
  @media screen and (max-width: 62.25em) {
    .show-for-navi {
      display: none !important; } }
  @media screen and (min-width: 62.3125em) and (max-width: 63.9375em) {
    .hide-for-navi-only {
      display: none !important; } }
  @media screen and (max-width: 62.25em), screen and (min-width: 64em) {
    .show-for-navi-only {
      display: none !important; } }
  @media print, screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important; } }
  @media screen and (max-width: 63.9375em) {
    .show-for-large {
      display: none !important; } }
  @media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
      display: none !important; } }
  @media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
      display: none !important; } }
  @media screen and (min-width: 75em) {
    .hide-for-xlarge {
      display: none !important; } }
  @media screen and (max-width: 74.9375em) {
    .show-for-xlarge {
      display: none !important; } }
  @media screen and (min-width: 75em) and (max-width: 89.9375em) {
    .hide-for-xlarge-only {
      display: none !important; } }
  @media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
    .show-for-xlarge-only {
      display: none !important; } }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape, .hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: block !important; } }
  @media screen and (orientation: portrait) {
  .show-for-landscape, .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
  .hide-for-landscape, .show-for-portrait {
    display: none !important; } }
  @media screen and (orientation: portrait) {
  .hide-for-landscape, .show-for-portrait {
    display: block !important; } }

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }
  .clearfix::after {
    clear: both; }
  .align-right {
    justify-content: flex-end; }
  .align-center {
    justify-content: center; }
  .align-justify {
    justify-content: space-between; }
  .align-spaced {
    justify-content: space-around; }
  .align-top {
    align-items: flex-start; }
  .align-self-top {
    align-self: flex-start; }
  .align-bottom {
    align-items: flex-end; }
  .align-self-bottom {
    align-self: flex-end; }
  .align-middle {
    align-items: center; }
  .align-self-middle {
    align-self: center; }
  .align-stretch {
    align-items: stretch; }
  .align-self-stretch {
    align-self: stretch; }
  .small-order-1 {
    order: 1; }
  .small-order-2 {
    order: 2; }
  .small-order-3 {
    order: 3; }
  .small-order-4 {
    order: 4; }
  .small-order-5 {
    order: 5; }
  .small-order-6 {
    order: 6; }
  @media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
    .medium-order-2 {
      order: 2; }

    .medium-order-3 {
      order: 3; }

    .medium-order-4 {
      order: 4; }

    .medium-order-5 {
      order: 5; }

    .medium-order-6 {
      order: 6; } }
  @media print, screen and (min-width: 62.3125em) {
  .navi-order-1 {
    order: 1; }
    .navi-order-2 {
      order: 2; }

    .navi-order-3 {
      order: 3; }

    .navi-order-4 {
      order: 4; }

    .navi-order-5 {
      order: 5; }

    .navi-order-6 {
      order: 6; } }
  @media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
    .large-order-2 {
      order: 2; }

    .large-order-3 {
      order: 3; }

    .large-order-4 {
      order: 4; }

    .large-order-5 {
      order: 5; }

    .large-order-6 {
      order: 6; } }
  @media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1; }
    .xlarge-order-2 {
      order: 2; }

    .xlarge-order-3 {
      order: 3; }

    .xlarge-order-4 {
      order: 4; }

    .xlarge-order-5 {
      order: 5; }

    .xlarge-order-6 {
      order: 6; } }

* {
  box-sizing: border-box; }

html {
  font-size: 16px;
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto; }
  @media print, screen and (min-width: 40em) {
  html {
    font-size: 17px; } }
  @media print, screen and (min-width: 62.3125em) {
  html {
    font-size: 19px; } }
  @media print, screen and (min-width: 62.3125em) {
  html {
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none; } }

p {
  font-size: 1rem;
  line-height: 1.34375rem; }

h1, h2 {
  color: #afc807;
  margin-bottom: 1.5rem;
  line-height: 1.18;
  font-size: 1.45rem; }
  @media print, screen and (min-width: 40em) {
  h1, h2 {
    font-size: 1.7rem; } }

h1 {
  font-size: 1.2rem; }

h3 {
  font-size: 1.288rem;
  margin-bottom: 1.5rem; }
  h3.title:after {
    border-width: 4px;
    border-color: #a6aea8; }
  @media print, screen and (min-width: 40em) {
  h3 {
    font-size: 1.538rem; } }

h4 {
  color: #4d5e51;
  font-size: 1rem;
  margin-bottom: 1.5rem; }

h5 {
  font-size: 1rem;
  margin: 1.5rem 0 0.75rem; }

h6 {
  color: #4d5e51;
  font-size: 0.9375rem; }

ul {
  list-style-type: none; }
  ul li {
    position: relative; }
  ul li:before, ul li:after {
    content: "";
    display: block;
    width: 7px;
    height: 2px;
    border: 1px solid #afc807;
    transform: rotate(45deg);
    transform-origin: 100% 50%;
    position: absolute;
    top: 15px;
    left: -25px; }
  ul li:after {
    transform: rotate(-45deg); }

.title {
  position: relative;
  line-height: 100%;
  padding-bottom: 0.75rem;
  text-align: left; }
  .title:after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 7px solid #afc807;
    width: 100%;
    left: 0;
    bottom: 0; }

.hasBackground {
  background-color: #f7f6f2; }
  .hasBackground h2 {
    color: #afc807; }
  .hasBackground h2.title {
    border-color: #a6aea8; }
  .hasBackground.green h2 {
    color: #afc807; }

.hide {
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden; }

.widget {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
/*.einleitung {
 padding: 15px 0;
 }*/
.more-info {
  font-size: 0.87rem; }

@media print, screen and (min-width: 62.3125em) {
    .collapse-right {
      padding-right: 0; } }

@media print, screen and (min-width: 62.3125em) {
    .collapse-left {
      padding-left: 0; } }

input {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0px !important; }
/*.acceleration {
 -webkit-transform: translate(0, 0);
 //-webkit-backface-visibility: hidden;
 //-webkit-perspective: 1000;
 -ms-transform: translate(0, 0);
 //-ms-backface-visibility: hidden;
 //-ms-perspective: 1000;
 -moz-transform: translate(0, 0);
 //-moz-backface-visibility: hidden;
 //-moz-perspective: 1000;
 transform: translate(0, 0);
 //backface-visibility: hidden;
 //perspective: 1000;
 }*/
.events .breadcrumb, .kompendium.detail .breadcrumb, .thankyouSite .breadcrumb {
  border-top: 8px solid #afc807;
  display: block;
  margin-top: 50px;
  padding-top: 5px; }

.breadcrumb {
  hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none; }

.emergencyFull {
  background-color: #fff1f1;
  color: #ff4d4d;
  padding: 50px 0;
  border-bottom: 1px solid #fff;
  display: none; }
  .emergencyFull .emergencyWrapper {
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    padding: 0.9375rem;
    text-align: center; }
  .emergencyFull .emergencyWrapper > div {
    padding: 0 0 50px;
    text-align: center;
    width: auto;
    display: inline-block; }
  @media print, screen and (min-width: 62.3125em) {
      .emergencyFull .emergencyWrapper > div {
        float: left;
        padding: 10px 70px; } }
  .emergencyFull .emergencyWrapper > div > span {
    display: inline-block;
    line-height: 1.3rem; }
  .emergencyFull .emergencyWrapper > div:first-child {
    font-weight: bold; }
  @media print, screen and (min-width: 62.3125em) {
      .emergencyFull .emergencyWrapper > div:first-child {
        width: 35%;
        padding-left: 0;
        text-align: left;
        line-height: 3rem;
        float: left;
        padding-top: 70px; } }
  @media screen and (min-width: 90em) {
      .emergencyFull .emergencyWrapper > div:first-child {
        width: 33%; } }
  .emergencyFull .emergencyWrapper > div:first-child > span:first-child {
    font-size: 1rem;
    line-height: 1.2rem;
    width: 100%;
    margin-bottom: 15px; }
    @media print, screen and (min-width: 40em) {
      .emergencyFull .emergencyWrapper > div:first-child > span:first-child {
        width: auto;
        padding-right: 30px;
        margin-bottom: 0; } }
    @media print, screen and (min-width: 62.3125em) {
      .emergencyFull .emergencyWrapper > div:first-child > span:first-child {
        float: left;
        width: 73%;
        margin-top: -20px;
        padding-top: 0; } }
    @media screen and (min-width: 90em) {
      .emergencyFull .emergencyWrapper > div:first-child > span:first-child {
        margin-top: 0px; } }
  .emergencyFull .emergencyWrapper > div:first-child > span:last-child {
    font-size: 3.15rem;
    line-height: 2.5rem;
    padding-right: 0; }
    @media print, screen and (min-width: 62.3125em) {
      .emergencyFull .emergencyWrapper > div:first-child > span:last-child {
        width: 27%; } }
  .emergencyFull .emergencyWrapper > div:last-child {
    position: relative;
    color: #4d5e51;
    padding: 50px 0 0; }
  @media print, screen and (min-width: 62.3125em) {
      .emergencyFull .emergencyWrapper > div:last-child {
        width: 65%;
        padding: 0 0 0 70px; } }
  @media screen and (min-width: 90em) {
      .emergencyFull .emergencyWrapper > div:last-child {
        width: 67%; } }
  .emergencyFull .emergencyWrapper > div:last-child > span {
    text-align: center; }
    @media print, screen and (min-width: 62.3125em) {
      .emergencyFull .emergencyWrapper > div:last-child > span {
        text-align: left; } }
  .emergencyFull .emergencyWrapper > div:last-child:before {
    content: "";
    border-top: 1px solid #ff4d4d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px; }
    @media print, screen and (min-width: 62.3125em) {
      .emergencyFull .emergencyWrapper > div:last-child:before {
        border-right: 1px solid #ff4d4d;
        height: 100%;
        width: 1px; } }

.forms {
  width: 100%;
  text-align: right; }
  @media print, screen and (min-width: 62.3125em) {
    .forms > div {
      float: right; } }
  .forms .emergency, .forms .jobs {
    width: 50%;
    float: left;
    background-color: #fff1f1;
    height: 44px;
    max-width: 100%;
    color: #ff4d4d;
    text-align: center;
    font-family: 'Antartida', calibri, sans-serif;
    font-size: 0.87rem;
    letter-spacing: 0.37px;
    text-transform: uppercase;
    padding: 8px;
    float: left;
    border-left: 1px solid #fff; }
  .forms .emergency.three-elems, .forms .jobs.three-elems {
    width: 33.333%; }
  @media print, screen and (min-width: 62.3125em) {
    .forms .emergency, .forms .jobs {
      width: 125px; }
      .forms .emergency.three-elems, .forms .jobs.three-elems {
        width: 125px; } }
  .forms .emergency > span, .forms .jobs > span {
    display: inline-block;
    padding-top: 3px; }
  .forms .emergency img, .forms .jobs img {
    width: 17px;
    height: auto;
    margin-top: 3px; }
  @media print, screen and (min-width: 62.3125em) {
      .forms .emergency img, .forms .jobs img {
        margin-right: 10px;
        margin-top: -3px; } }
  .forms .emergency {
    background-color: #fff1f1;
    color: #ff4d4d; }
  .forms .jobs {
    background-color: #f1f5da;
    color: #afc807; }
  @media print, screen and (min-width: 62.3125em) {
    .forms .jobs {
      width: 200px; }
      .forms .jobs.three-elems {
        width: 200px; } }
  .forms .jobs img {
    width: 24px;
    margin-top: -2px; }
  .forms .search {
    height: 44px;
    float: left;
    width: 50%;
    position: relative;
    border-left: 1px solid #fff; }
  .forms .search.three-elems {
    width: 33.333%; }
  @media print, screen and (min-width: 62.3125em) {
    .forms .search {
      width: auto;
      padding-right: 0.9375rem; }
      .forms .search.three-elems {
        width: auto; } }
  .forms .search > input {
    height: 44px;
    float: left;
    border: 0;
    box-shadow: none; }
  .forms .search > input[type="search"] {
    display: none;
    color: #afc807;
    background-color: #f1f5da;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200%;
    min-width: 200px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.87rem;
    border-radius: 0;
    margin-top: 1px; }
    @media print, screen and (min-width: 62.3125em) {
      .forms .search > input[type="search"] {
        display: inline-block !important;
        position: static;
        width: 150px;
        min-width: auto;
        background-color: rgba(241, 245, 218, 0.9);
        margin-top: 0; } }
  .forms .search > input[type="submit"] {
    width: 100%;
    background-color: #afc807;
    background-image: url(/_res/images/lupe.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }
    @media print, screen and (min-width: 62.3125em) {
      .forms .search > input[type="submit"] {
        width: 44px; } }

.intro {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 30px;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media print, screen and (min-width: 62.3125em) {
  .intro {
    height: 400px; } }
  @media screen and (min-width: 75em) {
  .intro {
    height: 500px; } }
  .intro > .intro-headline {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    background-color: rgba(175, 200, 7, 0.9);
    padding: 30px 30px 30px 30px;
    background-image: url(../../images/JHD_Logo_bildmarke_weiss.svg);
    /* todo 210701 */
    background-repeat: no-repeat;
    background-size: 65px 65px;
    background-position: 10px center;
    text-align: center; }
  .intro > .intro-headline.dkd {
    background-image: url(../../images/DKD_Logo_Simple_white.svg);
    background-size: 65px 20px;
    /* new */ }

  .intro > .intro-headline h1 {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    font-family: 'Antartida', calibri, sans-serif;
    margin: 0;
    text-align: left;
    padding-left: 80px; }
  @media print, screen and (min-width: 40em) {
      .intro > .intro-headline h1 {
        padding-left: 0;
        font-size: 1.45rem; } }
  @media print, screen and (min-width: 40em) {
    .intro > .intro-headline {
      padding: 45px 30px 45px 180px;
      background-position: 35px center;
      background-size: 95px 70px;
      text-align: left; }
      .intro > .intro-headline.dkd {
        background-size: 95px 30px;
        /* new */ } }

.breadcrumb {
  font-size: 0.62rem;
  color: #4d5e51; }
  .breadcrumb > a {
    color: #4d5e51; }
  .breadcrumb > span {
    font-weight: 700; }
  .breadcrumb > span > a {
    font-weight: 500;
    color: #4d5e51; }

.clinic {
  margin-top: 30px; }

  .clinic .intro {
    margin-top: 0; }
  .clinic .hasBackground.green {
    background-color: #f1f5da; }
  .clinic .chiefDoctor {
    display: block;
    background-color: #f1f5da;
    border-top: 8px solid #afc807;
    height: 100%;
    width: 100%;
    position: relative; }
  @media print, screen and (min-width: 62.3125em) {
    .clinic .chiefDoctor {
      padding-bottom: 0;
      height: 400px; } }
  @media screen and (min-width: 75em) {
    .clinic .chiefDoctor {
      height: 500px; } }
  .clinic .chiefDoctor h4 {
    color: #afc807;
    margin-bottom: 0; }
  .clinic .chiefDoctor div.subline {
    position: unset;
    text-align: center;
    padding: 25px 30px 20px; }
  @media print, screen and (min-width: 64em) {
      .clinic .chiefDoctor div.subline {
        text-align: left;
        padding: 15px 30px; } }
  .clinic .chiefDoctor > div {
    line-height: 25px;
    bottom: 15px;
    right: 0; }
  @media print, screen and (min-width: 40em) {
      .clinic .chiefDoctor > div {
        bottom: 0px; } }
  @media print, screen and (min-width: 62.3125em) {
      .clinic .chiefDoctor > div {
        position: absolute; } }
  .clinic .chiefDoctor > div.multiobj {
    width: 100%;
    text-align: center;
    height: auto;
    padding-bottom: 20px; }
    @media print, screen and (min-width: 40em) {
      .clinic .chiefDoctor > div.multiobj {
        text-align: left; } }
    .clinic .chiefDoctor > div.multiobj h4 {
      margin-top: 15px;
      text-align: center; }
      @media print, screen and (min-width: 40em) {
      .clinic .chiefDoctor > div.multiobj h4 {
        font-size: 0.87rem; } }
      @media print, screen and (min-width: 62.3125em) {
      .clinic .chiefDoctor > div.multiobj h4 {
        font-size: 0.87rem;
        text-align: left; } }
    @media print, screen and (min-width: 40em) {
        .clinic .chiefDoctor > div.multiobj > div {
          text-align: center; } }
      @media print, screen and (min-width: 62.3125em) {
      .clinic .chiefDoctor > div.multiobj > div {
        text-align: left;
        float: none;
        width: 100%;
        margin-left: 0; } }
  @media print, screen and (min-width: 40em) {
      .clinic .chiefDoctor > div {
        padding: 25px 30px; } }
  @media print, screen and (min-width: 62.3125em) {
      .clinic .chiefDoctor > div {
        right: auto;
        left: 0; } }
  .clinic .chiefDoctor > div:first-child {
    position: static;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 15px; }
    @media print, screen and (min-width: 40em) {
      .clinic .chiefDoctor > div:first-child {
        margin-bottom: 0;
        margin-top: 0; } }
    @media print, screen and (min-width: 62.3125em) {
      .clinic .chiefDoctor > div:first-child {
        text-align: left; } }
  .clinic .chiefDoctor > div > span {
    display: inline-block;
    color: #afc807;
    font-size: 1rem;
    font-family: 'Antartida', calibri, sans-serif;
    font-weight: 700;
    vertical-align: middle; }
    @media print, screen and (min-width: 62.3125em) {
      .clinic .chiefDoctor > div > span {
        width: 65%; } }
    .clinic .chiefDoctor > div > span:first-child {
      width: 100%;
      margin-bottom: 20px; }
      .clinic .chiefDoctor > div > span:first-child > img {
        width: 70px;
        height: 70px;
        border-radius: 50%; }

      @media print, screen and (min-width: 62.3125em) {
      .clinic .chiefDoctor > div > span:first-child {
        width: 30%;
        height: auto;
        margin-right: 5%;
        float: left; } }
  .clinic .image > img {
    width: 100%;
    height: auto; }
  .clinic .widget h3 {
    margin-top: 100px; }
  .clinic .widget h3:first-child {
    margin-top: 0; }
  .clinic .team h3.title {
    margin-bottom: -15px; }
  .clinic .doctors {
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none; }
  .clinic .doctors .image {
    margin-bottom: 15px;
    margin-top: 60px;
    margin-top: 40px; }
  .clinic .doctors .image img {
    width: 100%;
    height: auto;
    max-width: 200px; }
  .clinic .doctors > div {
    margin-top: 60px; }
  .clinic .doctors > div > div h4 {
    margin-bottom: 5px;
    font-size: 1.188rem; }
  .clinic .doctors > div:nth-child(1) {
    margin-top: 15px; }

header > div {
  position: relative;
  z-index: 10; }

body:after {
  content: "";
  visibility: hidden;
  opacity: 0;
  background-color: #ebebeb;
  transition: background-color 200ms, opacity 200ms;
  -ms-transition: background-color 200ms, opacity 200ms;
  -webkit-transition: background-color 200ms, opacity 200ms; }

body.navIsOpen, body.navIsOpenMobile {
  position: relative; }
  body.navIsOpen:after, body.navIsOpenMobile:after {
    content: "";
    display: block;
    visibility: visible;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ebebeb;
    opacity: 0.8;
    z-index: 5;
    transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -webkit-transition: opacity 200ms; }

nav {
  position: relative;
  /* generell styles */
  /* first level */ }
  @media print, screen and (min-width: 62.3125em) {
  nav {
    position: static;
    float: right; }
    nav:after {
      content: "";
      display: block;
      clear: both; } }
  nav > .mobile {
    color: #afc807;
    font-family: 'Antartida', calibri, sans-serif;
    position: relative;
    display: block;
    padding: 10px 10px 10px 45px;
    background-color: rgba(241, 245, 218, 0.9); }
  @media print, screen and (min-width: 40em) {
    nav > .mobile {
      padding: 10px 10px 9px 45px;
      line-height: 25px; } }
  @media print, screen and (min-width: 62.3125em) {
    nav > .mobile {
      display: none; } }
  nav > .mobile > span {
    position: absolute;
    top: 3px;
    left: 0;
    width: 36px;
    height: 100%;
    display: inline-block; }
  @media print, screen and (min-width: 40em) {
      nav > .mobile > span {
        top: 3px; } }
  nav > .mobile > span:before, nav > .mobile > span:after {
    content: "";
    border-top: 3px solid #afc807;
    height: 1px;
    width: 20px;
    display: block;
    border-bottom: 3px solid #afc807;
    padding: 2px;
    margin-left: 10px;
    margin-top: 11px; }
  nav > .mobile > span:after {
    border-top: 0;
    margin-top: 0;
    border-bottom: 3px solid #afc807; }
  nav > .mobile.isOpen > span {
    top: 0;
    padding: 0 2px;
    background-color: #afc807;
    width: 39px; }
    nav > .mobile.isOpen > span:before, nav > .mobile.isOpen > span:after {
      width: 23px;
      border-bottom: 2px solid #fff;
      margin-left: 8px;
      margin-top: 6px;
      transform: rotate(45deg);
      transform-origin: 14% 86%; }
    nav > .mobile.isOpen > span:after {
      border-bottom: 2px solid #fff;
      transform: rotate(-45deg); }
  nav .menuNav {
    width: 100%;
    align-items: center; }
  nav .verticalNav {
    flex-wrap: wrap;
    display: block; }

  nav ul li.has-subdata a {
    position: relative; }
    nav ul li.has-subdata a > span {
      position: absolute;
      top: 32px;
      right: 30px; }
    @media print, screen and (min-width: 62.3125em) {
          nav ul li.has-subdata a > span {
            display: none; } }
    nav ul li.has-subdata a > span:before, nav ul li.has-subdata a > span:after {
      content: "";
      display: inline-block;
      width: 12px;
      border: 1px solid #4d5e51;
      position: absolute;
      bottom: 8px;
      left: 0px;
      transform: rotate(45deg);
      transform-origin: 11px 50%; }
    nav ul li.has-subdata a > span:after {
      transform: rotate(-45deg); }
    nav ul li.has-subdata a.isOpen > span {
      top: 18px;
      transform: rotate(90deg); }
  nav ul li:before, nav ul li:after {
    display: none; }
  nav ul.first-level {
    list-style: none;
    margin: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    width: 100%; }
  @media print, screen and (min-width: 62.3125em) {
    nav ul.first-level {
      display: block !important;
      width: 100%;
      position: static;
      box-shadow: none;
      background-color: transparent; }
      nav ul.first-level:after {
        content: "";
        display: block;
        clear: both; } }
  nav ul.first-level > li {
    display: block;
    position: relative; }
  @media print, screen and (min-width: 62.3125em) {
      nav ul.first-level > li {
        display: inline-block;
        width: auto;
        float: left;
        position: static; }
        nav ul.first-level > li.is-active > a, nav ul.first-level > li > a.isOpen {
          color: #afc807;
          position: relative; }
          nav ul.first-level > li.is-active > a:after, nav ul.first-level > li > a.isOpen:after {
            content: "";
            position: absolute;
            display: block;
            left: 50%;
            bottom: -24px;
            margin-left: -3px;
            border-style: solid;
            border-width: 0 15.5px 11px 15.5px;
            border-color: transparent transparent #afc807 transparent;
            width: 31px;
            height: auto; } }
  nav ul.first-level > li[aria-expanded="true"] > a {
    color: #afc807; }
    nav ul.first-level > li[aria-expanded="true"] > a > span:before, nav ul.first-level > li[aria-expanded="true"] > a > span:after {
      border-color: #afc807; }
  @media print, screen and (min-width: 62.3125em) {
          nav ul.first-level > li:first-child a {
            padding-left: 0; } }
  @media print, screen and (min-width: 62.3125em) {
      nav ul.first-level > li:last-child > a {
        padding-right: 0.9375rem; } }
  nav ul.first-level > li > a {
    display: block;
    color: #4d5e51;
    margin-left: -10px;
    border-top: 1px solid rgba(241, 245, 218, 0.9);
    font-family: 'Antartida', calibri, sans-serif;
    font-size: 1rem;
    padding: 10px 35px 10px 30px; }
    @media print, screen and (min-width: 62.3125em) {
      nav ul.first-level > li > a {
        border: 0;
        padding: 0 0 0 30px; } }
    nav ul.first-level > li > a.isOpen + div {
      display: block; }
  nav ul.first-level > li > div.innerWrapper {
    position: static;
    display: none;
    width: 100%;
    z-index: 10; }
    @media print, screen and (min-width: 62.3125em) {
      nav ul.first-level > li > div.innerWrapper {
        position: absolute;
        top: 132px;
        left: 0;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: transparent; }
        nav ul.first-level > li > div.innerWrapper:before {
          content: "";
          display: block;
          border-top: 10px solid #afc807; } }
    nav ul.first-level > li > div.innerWrapper > div {
      /* second level */ }
    @media print, screen and (min-width: 62.3125em) {
        nav ul.first-level > li > div.innerWrapper > div {
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          background-color: #fff;
          padding: 50px 0px; } }
    nav ul.first-level > li > div.innerWrapper > div > .desktopMenuClose {
      display: none; }
    @media print, screen and (min-width: 62.3125em) {
          nav ul.first-level > li > div.innerWrapper > div > .desktopMenuClose {
            display: block;
            position: absolute;
            top: 10px;
            right: 0.9375rem;
            background-color: #afc807;
            width: 40px;
            height: 34px;
            cursor: pointer; }
            nav ul.first-level > li > div.innerWrapper > div > .desktopMenuClose:before, nav ul.first-level > li > div.innerWrapper > div > .desktopMenuClose:after {
              content: "";
              display: block;
              border-left: 2px solid #fff;
              height: 18px;
              width: 18px;
              position: absolute;
              top: 50%;
              margin-top: -10px;
              left: 50%;
              margin-left: -1px;
              transform: rotate(45deg);
              transform-origin: 5% 50%; }
            nav ul.first-level > li > div.innerWrapper > div > .desktopMenuClose:after {
              transform: rotate(-45deg); } }
    nav ul.first-level > li > div.innerWrapper > div.alignRight {
      margin-right: 2.5%; }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level {
      list-style: none;
      margin: 0;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08) inset; }
    @media print, screen and (min-width: 62.3125em) {
          nav ul.first-level > li > div.innerWrapper > div > ul.second-level {
            right: auto;
            box-shadow: none;
            float: left;
            width: 30%;
            margin-left: 2.5%; } }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level.on {
      display: block; }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li {
      position: relative;
      display: block;
      /* third level */ }
    @media print, screen and (min-width: 62.3125em) {
            nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li {
              border-bottom: 1px solid #afc807; } }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li.has-subdata a {
      padding-right: 35px; }
      @media print, screen and (min-width: 62.3125em) {
              nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li.has-subdata a {
                padding-right: 45px; }
                nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li.has-subdata a > span {
                  display: block;
                  position: absolute;
                  top: 50%;
                  margin-top: 9px;
                  right: 30px; }
                  nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li.has-subdata a > span:before, nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li.has-subdata a > span:after {
                    content: "";
                    display: inline-block;
                    width: 12px;
                    border: 1px solid #4d5e51;
                    position: absolute;
                    bottom: 8px;
                    left: 0px;
                    transform: rotate(45deg);
                    transform-origin: 11px 50%; }
                  nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li.has-subdata a > span:after {
                    transform: rotate(-45deg); }
                nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li.has-subdata a.isOpen > span {
                  top: 50%;
                  margin-top: -7px; } }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > a {
      display: block;
      background-color: rgba(241, 245, 218, 0.9);
      color: #4d5e51;
      border-color: #fff;
      font-size: 1rem;
      border-top: 2px solid #fff;
      padding: 7px 0px 7px 20px; }
    @media print, screen and (min-width: 62.3125em) {
              nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > a {
                background-color: transparent;
                border-top: 0;
                font-family: 'Antartida';
                font-size: 1rem;
                padding: 0.7rem 0; } }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > a > span {
      top: 29px; }
      nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > a > span:before, nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > a > span:after {
        width: 8px;
        left: 7px;
        border-color: #afc807;
        transform-origin: 7px 50%; }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > a.isOpen > span {
      top: 10px; }
      nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > a.isOpen + ul {
        display: block; }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > ul.third-level {
      list-style: none;
      display: none;
      background-color: #fff;
      box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08) inset;
      margin-left: 0; }
    @media print, screen and (min-width: 62.3125em) {
              nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > ul.third-level {
                position: static;
                box-shadow: none;
                padding: 5px 0 25px; } }
    nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > ul.third-level > li {
      position: relative;
      display: block; }
      @media print, screen and (min-width: 62.3125em) {
              nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > ul.third-level > li {
                padding: 0rem 0px;
                border: 0; } }
      nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > ul.third-level > li:first-child a {
        border-top: 0; }
      nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > ul.third-level > li > a {
        display: block;
        color: #4d5e51;
        margin-left: -10px;
        border-top: 1px solid rgba(241, 245, 218, 0.9);
        font-size: 0.87rem;
        padding: 0.5rem 40px; }
        @media print, screen and (min-width: 62.3125em) {
              nav ul.first-level > li > div.innerWrapper > div > ul.second-level > li > ul.third-level > li > a {
                padding: 0 0;
                margin-left: 0;
                border: 0; } }
        @media print, screen and (min-width: 62.3125em) {
.logoWrapper {
margin-top: -35px; } }
  .logoWrapper .logo {
    max-width: 173px;
    margin: 15px auto 0;
    display: block;
    padding-left: 0.9375rem; }
  .logoWrapper .logo.dkd {
    margin: 18px auto 4px;
    height: 78px;
    /* new */ }
  @media print, screen and (min-width: 62.3125em) {
    .logoWrapper .logo {
      float: left; } }

.subNav {
  text-align: center;
  margin-top: 70px; }
  .subNav > ul {
    display: flex;
    border-bottom: 1px solid #afc807;
    margin-left: 0; }
  .subNav > ul > li {
    display: flex;
    text-align: left;
    /*hyphens: auto;
     -moz-hyphens: auto;
     -ms-hyphens: auto;
     -webkit-hyphens: auto;*/
    line-height: 20px; }
  .subNav > ul > li > a {
    display: flex;
    color: #4d5e51;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 0.75rem;
    font-family: 'Antartida', calibri, sans-serif; }
    @media print, screen and (min-width: 62.3125em) {
      .subNav > ul > li > a {
        font-size: 0.88rem; } }
  .subNav > ul > li:first-child {
    padding-left: 0; }
  .subNav > ul > li:last-child {
    padding-right: 0; }
  .subNav > ul > li:hover > a {
    display: block;
    position: relative; }
    .subNav > ul > li:hover > a span {
      display: block;
      border-bottom: 4px solid #afc807;
      width: 100%;
      position: absolute;
      bottom: -5px;
      left: 0%; }
  .subNav > ul > li.current {
    position: relative; }
    .subNav > ul > li.current > a {
      display: block;
      position: relative; }
    .subNav > ul > li.current > a span {
      display: block;
      border-bottom: 4px solid #afc807;
      width: 100%;
      position: absolute;
      bottom: -5px;
      left: 0%; }
    .subNav > ul > li.current > a span:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -12px;
      left: 50%;
      margin-left: -9px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 9px 0 9px;
      border-color: #afc807 transparent transparent transparent; }
  .subNav > ul > li:before, .subNav > ul > li:after {
    display: none; }

footer {
  background-color: #afc807;
  padding: 50px 0;
  color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) inset; }
  footer .logo-row {
    position: relative;
    /*.logo-container, .logo-container-hands, .logo-container-child{
     @include breakpoint(medium) {
     position: absolute;
     width: 25%;
     top: 0;
     }
     }*/ }
  footer .logo-row .logo-container {
    transform: translateY(-50px);
    width: calc(100% - 20px);
    height: auto;
    margin: 0 auto;
    max-width: 275px;
    background-color: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); }
  footer .logo-row .logo-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  @media print, screen and (min-width: 40em) {
      footer .logo-row .logo-container {
        position: absolute;
        width: 25%;
        top: 0;
        transform: translateY(-50px);
        margin: 0 0.9375rem;
        right: 0; } }

  footer .logos-row {
    position: relative;
    padding-bottom: 5rem; }
  @media screen and (min-width: 31.25em) {
    footer .logos-row {
      padding-bottom: 20%; } }
  @media print, screen and (min-width: 40em) {
    footer .logos-row {
      padding: 5rem; } }
  footer .logos-row .logo-container-hands, footer .logos-row .logo-container-child, footer .logos-row .logo-container-nextgeneu, footer .logos-row .logo-container-probeweis {
    position: absolute;
    width: 25%;
    top: -50px; }
  @media print, screen and (min-width: 40em) {
      footer .logos-row .logo-container-hands, footer .logos-row .logo-container-child, footer .logos-row .logo-container-nextgeneu, footer .logos-row .logo-container-probeweis {
        width: 25%; } }
  footer .logos-row .logo-container-hands {
    left: 0;
    max-width: 200px; }
  @media print, screen and (min-width: 40em) {
      footer .logos-row .logo-container-hands {
        left: 0.9375rem;
        width: 22.5%; } }
  footer .logos-row .logo-container-child {
    right: 0;
    width: 40%; }
  @media screen and (min-width: 40em) {
      footer .logos-row .logo-container-child {
        width: 30%; } }
  @media print, screen and (min-width: 40em) {
      footer .logos-row .logo-container-child {
        width: 25%;
        max-width: 300px;
        right: 0.9375rem; } }
  footer .logos-row .logo-container-nextgeneu {
    right: 50%;
    max-width: 200px;
    transform: translateX(17.5%); }
  @media print, screen and (min-width: 40em) {
      footer .logos-row .logo-container-nextgeneu {
        transform: translateX(50%); } }
  @media print, screen and (min-width: 40em) {
      footer .logos-row.v2 {
        max-width: 1390px; } }
  footer .logos-row.v2 .logo-container-hands, footer .logos-row.v2 .logo-container-child, footer .logos-row.v2 .logo-container-nextgeneu, footer .logos-row.v2 .logo-container-probeweis {
    width: 25%;
    left: unset;
    right: unset; }
  footer .logos-row.v2 .logo-container-probeweis {
    background-color: white;
    padding: 10px;
    max-width: 200px;
    left: 0; }
    @media print, screen and (min-width: 40em) {
      footer .logos-row.v2 .logo-container-probeweis {
        max-width: 300px; } }
  footer .logos-row.v2 .logo-container-hands {
    left: 25%; }
    @media screen and (min-width: 56.25em) {
      footer .logos-row.v2 .logo-container-hands {
        left: 27.5%; } }
  footer .logos-row.v2 .logo-container-nextgeneu {
    transform: unset;
    right: 25%; }
    @media screen and (min-width: 56.25em) {
      footer .logos-row.v2 .logo-container-nextgeneu {
        right: 27.5%; } }
  footer .logos-row.v2 .logo-container-child {
    right: 0; }
  footer .footerLogo {
    border-bottom: 8px solid white;
    padding-bottom: 50px; }
  footer .footerLogo > img {
    max-width: 219px;
    margin: 0 auto;
    display: block; }
  footer .footerLogo > img.footer-dkd {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
    height: 100%;
    /* new */ }
  footer .footerContent {
    padding-top: 50px;
    font-family: 'Antartida', calibri, sans-serif; }
  footer .footerContent a {
    color: #fff; }
  footer .footerContent > div {
    text-align: center; }
  @media print, screen and (min-width: 62.3125em) {
      footer .footerContent > div {
        text-align: left; } }
  footer .footerContent > div > div:last-child {
    margin-top: 20px; }
    @media print, screen and (min-width: 62.3125em) {
        footer .footerContent > div > div:last-child {
          margin-top: 0;
          text-align: right; } }

.carrer .breadcrumb {
  border-top: 8px solid #afc807;
  display: block;
  margin-top: 50px;
  padding-top: 5px; }
  .carrer .hasBackground h2.title {
    color: #afc807; }
  .carrer .listing {
    margin: 100px 0;
    border: 0;
    background-color: transparent; }
  .carrer .listing .title {
    display: block;
    margin-bottom: 0;
    margin-top: 50px; }
  .carrer .listing .title:nth-child(1) {
    margin-top: 0; }
  .carrer .listing .title:after {
    border-width: 4px;
    border-color: #a6aea8; }
  .carrer .listing .entry {
    border: 0;
    border-bottom: 1px solid #a6aea8;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    background-color: transparent; }
  .carrer .listing .entry .since {
    font-size: 12px;
    position: absolute;
    top: 1px; }
  .carrer .listing .entry > span {
    display: inline-block;
    background-color: transparent; }
    .carrer .listing .entry > span:nth-child(2) {
      font-size: 0.87rem; }
    @media print, screen and (min-width: 40em) {
        .carrer .listing .entry > span:nth-child(2) {
          position: absolute;
          top: 50%;
          margin-top: -12px; } }
    .carrer .listing .entry > span:nth-child(3) {
      display: block;
      font-size: 1rem;
      font-family: 'Antartida', calibri, sans-serif;
      font-weight: 600; }
    @media print, screen and (min-width: 40em) {
        .carrer .listing .entry > span:nth-child(3) {
          display: inline-block;
          width: 80%;
          float: right;
          padding-right: 135px;
          padding-left: 15px; } }
  .carrer .listing .entry > a {
    font-family: 'Antartida', calibri, sans-serif;
    font-size: 0.87rem;
    text-transform: uppercase;
    font-weight: 600; }
    @media print, screen and (min-width: 40em) {
      .carrer .listing .entry > a {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -12px; } }
  .carrer .fett {
    color: #afc807;
    font-weight: bold;
    font-family: 'Antartida', calibri, sans-serif; }
  .carrer .image > img {
    width: 100%;
    height: auto; }
  .carrer.detail .listing {
    margin: -10px 0px 30px; }
  .carrer.detail .listing .entry {
    padding: 25px 0; }
    .carrer.detail .listing .entry > span:nth-child(1) {
      position: static;
      width: 100%;
      float: none;
      font-size: 1rem;
      font-weight: 500;
      padding-right: 135px; }
    @media print, screen and (min-width: 40em) {
          .carrer.detail .listing .entry > span:nth-child(1) {
            padding-right: 160px; } }
    .carrer.detail .listing .entry > a {
      margin-top: -13px; }
  .carrer.detail h4 {
    color: #afc807; }
  .carrer.detail h4.stellentitel {
    margin-top: 30px;
    margin-bottom: 0; }
  .carrer.detail .ansprechpartner-stelle {
    margin-top: -12.5rem; }
  .carrer.detail a.button {
    line-height: 100%;
    padding: 10px 15px;
    float: left;
    background-color: #afc807;
    color: #fff;
    font-size: 0.87rem;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06); }

.events .eventsList .eventType {
  padding: 0 0 25px;
  border-bottom: 1px solid #a6aea8; }
  .events .eventsList .eventType > span {
    position: relative; }
    .events .eventsList .eventType > span input[type="checkbox"] {
      width: 22px;
      height: 22px;
      position: absolute;
      top: 50%;
      margin: -11px 0 0;
      left: 0px;
      opacity: 0; }
    .events .eventsList .eventType > span label {
      position: relative;
      padding-left: 25px;
      font-family: 'Source Sans Pro', calibri, sans-serif;
      color: #4d5e51; }
    .events .eventsList .eventType > span label:before {
      content: "";
      display: inline-block;
      width: 22px;
      height: 22px;
      background-color: #f1f5da;
      border-radius: 2px;
      position: absolute;
      top: 50%;
      margin-top: -11px;
      left: -8px; }
    .events .eventsList .eventType > span label.active:before {
      background-color: #afc807; }
    .events .eventsList .eventType > span label.active > span {
      position: absolute;
      left: -8px;
      top: 50%;
      margin-top: -8px;
      width: 21px;
      height: 17px; }
    .events .eventsList .eventType > span label.active > span:before, .events .eventsList .eventType > span label.active > span:after {
      content: "";
      display: block;
      border: 1px solid #fff;
      transform: rotate(50deg);
      transform-origin: -5px 11px;
      width: 6px; }
    .events .eventsList .eventType > span label.active > span:after {
      transform: rotate(-40deg);
      width: 12px;
      transform-origin: 18px -6px; }
  .events .eventsList .entry {
    display: none;
    border-bottom: 1px solid #a6aea8;
    padding: 25px 0; }
  .events .eventsList .entry h5 {
    margin-bottom: 0.5rem;
    margin-top: 0; }
  .events .eventsList .entry p {
    margin-bottom: 0; }
  .events .eventsList .entry a {
    display: inline-block;
    margin-top: 0.5rem;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    font-size: 0.87rem;
    position: relative; }
    .events .eventsList .entry a > span:before, .events .eventsList .entry a > span:after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-left: 2px solid #64ae1f;
      position: absolute;
      top: 7.5px;
      right: -15px;
      transform: rotate(135deg); }
    .events .eventsList .entry a > span:after {
      transform: rotate(-135deg); }
  .events .eventsList .entry.isActive {
    display: block; }
  .events .eventDetail .image {
    margin-bottom: 1.875rem; }
  .events .eventDetail .image > img {
    width: 100%;
    height: auto;
    max-width: 100%; }
  .events .eventDetail .infoBlock {
    padding: 25px 0 10px;
    border-top: 1px solid #a6aea8;
    border-bottom: 1px solid #a6aea8;
    margin-top: 35px; }
  .events .eventDetail .infoBlock h4 {
    margin-bottom: 0;
    color: #afc807; }
  .events .eventDetail .infoBlock .right {
    border-left: 6px solid #a6aea8;
    padding-left: 20px;
    margin-top: 50px; }
    @media print, screen and (min-width: 40em) {
      .events .eventDetail .infoBlock .right {
        margin-top: 0; } }
  .events .eventDetail .infoBlock + span {
    display: block;
    text-align: right;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a6aea8; }
    .events .eventDetail .infoBlock + span > a {
      text-transform: uppercase;
      font-family: 'Antartida', calibri, sans-serif;
      font-size: 0.87rem; }

.pressreports h1 {
  margin-top: 70px; }
  .pressreports h2 {
    padding-top: 6.25rem;
    margin-bottom: 1.5rem; }
  .pressreports .breadcrumb {
    border-top: 8px solid #afc807;
    display: block;
    margin-top: 50px;
    padding-top: 5px; }
  .pressreports .pressreports_list {
    /*margin: 100px 0;
     border: 0;
     background-color: transparent;*/ }
  .pressreports .pressreports_list h3.title {
    display: block;
    margin-bottom: 0;
    margin-top: 70px;
    padding-bottom: 15px; }
  .pressreports .pressreports_list h3.title:nth-child(1) {
    margin-top: 0; }
  .pressreports .pressreports_list h3.title:after {
    border-width: 4px;
    border-color: #a6aea8; }
  .pressreports .pressreports_list .entry {
    border: 0;
    border-bottom: 1px solid #a6aea8;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    background-color: transparent; }
  .pressreports .pressreports_list .entry > span {
    display: inline-block;
    background-color: transparent; }
    .pressreports .pressreports_list .entry > span:nth-child(1) {
      font-size: 0.87rem; }
    @media print, screen and (min-width: 62.3125em) {
        .pressreports .pressreports_list .entry > span:nth-child(1) {
          position: absolute;
          top: 50%;
          margin-top: -12px; } }
    .pressreports .pressreports_list .entry > span:nth-child(2) {
      font-size: 1rem;
      font-family: 'Antartida', calibri, sans-serif;
      font-weight: 600;
      display: block;
      width: 100%;
      padding: 0; }

    @media print, screen and (min-width: 62.3125em) {
        .pressreports .pressreports_list .entry > span:nth-child(2) {
          display: inline-block;
          width: 80%;
          float: right;
          padding-right: 135px;
          padding-left: 15px; } }
  .pressreports .pressreports_list .entry > a {
    font-family: 'Antartida', calibri, sans-serif;
    font-size: 0.87rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px; }
    @media print, screen and (min-width: 62.3125em) {
      .pressreports .pressreports_list .entry > a {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        right: 0; } }
  .pressreports .pressreport .image {
    margin-bottom: 1.875rem; }
  .pressreports .pressreport .image > img {
    width: 100%;
    height: auto;
    max-width: 100%; }
  .pressreports .pressreport .back {
    display: block;
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a6aea8;
    border-top: 1px solid #a6aea8; }
  .pressreports .pressreport .back > a {
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    font-size: 0.87rem; }

.physiciansDirectory h3 {
  margin-bottom: 0;
  margin-top: 100px; }
  .physiciansDirectory h3:first-child {
    margin-top: 0; }
  .physiciansDirectory .doctor > h4, .physiciansDirectory .contact > h4 {
    margin-bottom: 0;
    margin-top: 2rem;
    color: #afc807; }
  .physiciansDirectory .doctor > div > h4, .physiciansDirectory .contact > div > h4 {
    margin-bottom: 0.5rem; }
  .physiciansDirectory .contact > h4 + h4, .physiciansDirectory .contact > h4 + h4 + h4, .physiciansDirectory .contact > h4 + h4 + h4 + h4 {
    margin-top: 0; }
  .physiciansDirectory .row > div > h5 {
    border-bottom: 1px solid #a6aea8;
    padding-bottom: 25px;
    margin-top: 70px; }
    @media print, screen and (min-width: 40em) {
      .physiciansDirectory .row > div > h5 {
        margin-top: 1.5rem; } }
  .physiciansDirectory .row > div:first-child > h5 {
    margin-top: 1.5rem; }
  .physiciansDirectory .endBorder {
    margin-top: 2rem;
    border-bottom: 1px solid #a6aea8; }

.babygallery-site h1 {
  margin-top: 50px;
  margin-bottom: 0; }
  .babygallery-site .breadcrumb {
    border-top: 8px solid #afc807;
    display: block;
    margin-top: 50px;
    padding-top: 5px; }
  .babygallery-site .galerie-element a:after, .babygallery-site #blueimp-gallery a:after {
    height: 0; }
  .babygallery-site .galerie-element {
    float: left;
    width: 21.7%;
    margin: 0% 0% 0% 4.4%;
    font-family: "Sans Source Pro", sans-serif;
    font-weight: 600; }
  .babygallery-site .galerie-element .img-container img {
    width: 100%;
    height: auto; }
  .babygallery-site .galerie-element:first-child {
    margin-left: 0%; }
  .babygallery-site .galerie-row {
    border-bottom: 0 !important; }
  .babygallery-site .galerie-row .galerie-element p:first-of-type {
    font-size: 1.053rem;
    margin: 0.5em 0 0; }
  .babygallery-site .galerie-row .galerie-element p:last-of-type {
    font-size: 0.74rem;
    margin: 0em 0em 2em; }
  .babygallery-site .galerie-row .galerie-element p {
    font-family: "Sans Source Pro", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    margin: 0em 0em 0em; }
    .babygallery-site .galerie-row .galerie-element p.junge, .babygallery-site .galerie-row .galerie-element p.maedchen {
      margin: 0.75em 0 0;
      font-family: 'Antartida', calibri, sans-serif;
      font-size: 1.188rem;
      margin-bottom: 4px; }
    @media print, screen and (min-width: 40em) {
        .babygallery-site .galerie-row .galerie-element p.junge, .babygallery-site .galerie-row .galerie-element p.maedchen {
          font-size: 1rem; } }
    @media print, screen and (min-width: 62.3125em) {
        .babygallery-site .galerie-row .galerie-element p.junge, .babygallery-site .galerie-row .galerie-element p.maedchen {
          font-size: 1.188rem; } }
    .babygallery-site .galerie-row .galerie-element p.junge {
      color: #1188cf; }
    .babygallery-site .galerie-row .galerie-element p.maedchen {
      color: #bc3766; }
  .babygallery-site .img-full-responsive {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%; }
  .babygallery-site .homebtn img {
    width: 1rem;
    height: auto;
    vertical-align: middle;
    margin-top: -5px; }
  .babygallery-site .backLink {
    text-align: right;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a6aea8;
    border-top: 1px solid #a6aea8; }
  .babygallery-site .backLink > a {
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    font-size: 0.87rem; }
/*@media (max-width: 600px) {
 .galerie-element {
 margin-left: 0;
 margin-right: 0;
 display: inline-block;
 width: 46%;
 float: none;
 }
 }
 @media(max-width: 370px) {
 .galerie-element {
 margin-left: 0;
 margin-right: 0;
 display: inline-block;
 width: 100%;
 float: none;
 }
 }
 */
.searchWrapper {
  margin-bottom: 50px;
  margin-top: 50px; }
  .searchWrapper h1 + .resultText {
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 50px;
    border-bottom: 4px solid #a6aea8; }
  .searchWrapper .searchresultList {
    margin: 0; }
  .searchWrapper .searchresultList > li:before, .searchWrapper .searchresultList > li:after {
    display: none; }
  .searchWrapper .searchresultList > li a {
    display: block;
    padding: 25px 0;
    border-bottom: 1px solid #4d5e51;
    position: relative;
    color: #4d5e51; }
    .searchWrapper .searchresultList > li a h4, .searchWrapper .searchresultList > li a .resultTitle {
      margin: 0 0 10px;
      color: #4d5e51;
      font-family: 'Antartida', calibri, sans-serif;
      font-size: 1rem; }
    .searchWrapper .searchresultList > li a p {
      margin-bottom: 1.75rem; }
    @media print, screen and (min-width: 40em) {
        .searchWrapper .searchresultList > li a p {
          margin-bottom: 1rem;
          padding-right: 130px; } }
    .searchWrapper .searchresultList > li a .moreDetail {
      text-transform: uppercase;
      font-size: 0.87rem;
      font-family: 'Antartida', calibri, sans-serif;
      color: #64ae1f;
      position: absolute;
      bottom: 1.5rem;
      left: 0; }
    @media print, screen and (min-width: 40em) {
        .searchWrapper .searchresultList > li a .moreDetail {
          top: 50%;
          bottom: auto;
          left: auto;
          right: 0;
          margin-top: -13px; } }
  .searchWrapper .searchresultList > li:last-child a {
    border-bottom: 0; }

.copyrightInfo {
  position: absolute;
  top: 0px;
  right: 5px;
  color: #fff;
  /*top: -11px;
   /right: 1px;
   transform-origin: right bottom;
   transform: rotate(-90deg);*/
  display: inherit;
  color: #fff;
  font-size: 0.625rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }



.statement-widget .copyrightInfo {
  z-index: 10; }

.sliderWrapper {
  position: relative; }
  .sliderWrapper .slider {
    position: relative;
    height: 75vh;
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    margin-bottom: 0;
    cursor: auto;
    touch-action: auto; }
  @media print, screen and (min-width: 62.3125em) {
    .sliderWrapper .slider {
      height: 75vh;
      padding-bottom: 0; } }
  @media screen and (orientation: landscape) {
    .sliderWrapper .slider {
      height: 55vh;
      padding-bottom: 0; } }
  .sliderWrapper .slider .sliderImg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .sliderWrapper .slider .sliderImg.active {
    display: block; }
  .sliderWrapper .slider .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(175, 200, 7, 0.8);
    color: #fff;
    padding: 25px 20px 20px 20px; }
  @media print, screen and (min-width: 62.3125em) {
      .sliderWrapper .slider .text {
        padding: 30px 70px 30px 40px; } }
  .sliderWrapper .slider .text.active {
    display: block; }
  .sliderWrapper .slider .text > div > div {
    text-align: center; }
    @media print, screen and (min-width: 62.3125em) {
        .sliderWrapper .slider .text > div > div {
          text-align: left; } }
    .sliderWrapper .slider .text > div > div img {
      max-width: 90px; }
    .sliderWrapper .slider .text > div > div img.dkd {
      height: 100%;
      /* new */ }
    .sliderWrapper .slider .text > div > div h2 {
      font-size: 1.438rem;
      font-family: 'Antartida', calibri, sans-serif;
      color: #fff;
      font-size: 1.15rem;
      font-weight: 700;
      font-family: 'Antartida', calibri, sans-serif;
      margin: 0;
      text-align: left; }
    @media print, screen and (min-width: 40em) {
          .sliderWrapper .slider .text > div > div h2 {
            text-align: left;
            font-size: 1.45rem; } }
    .sliderWrapper .slider .text > div > div p {
      margin: 0; }
    .sliderWrapper .slider .text > div > div p > a {
      display: inline-block;
      margin-top: 10px;
      color: #fff; }
    .sliderWrapper .slider .text > div > div p > a > span {
      position: relative;
      margin-left: 5px;
      text-transform: uppercase; }
    .sliderWrapper .slider .text > div > div p > a > span:after, .sliderWrapper .slider .text > div > div p > a > span:before {
      content: "";
      display: inline-block;
      width: 10px;
      border: 1px solid #fff;
      position: absolute;
      bottom: 10px;
      left: 4px;
      transform: rotate(45deg);
      transform-origin: 9px 50%; }
    .sliderWrapper .slider .text > div > div p > a > span:after {
      transform: rotate(-45deg); }
  .sliderWrapper .slider .text:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #afc807 transparent transparent transparent; }
  .sliderWrapper .slider .text .more-info {
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    margin-right: 15px; }
    .sliderWrapper .slider .text .more-info > span {
      position: relative;
      margin-left: 5px; }
    .sliderWrapper .slider .text .more-info > span:after, .sliderWrapper .slider .text .more-info > span:before {
      content: "";
      display: inline-block;
      width: 10px;
      border: 1px solid #fff;
      position: absolute;
      bottom: 8px;
      left: 4px;
      transform: rotate(45deg);
      transform-origin: 9px 50%; }
    .sliderWrapper .slider .text .more-info > span:after {
      transform: rotate(-45deg); }
  .sliderWrapper .pagination {
    position: relative;
    width: 100%;
    text-align: right;
    margin-top: -10px;
    z-index: 3;
    margin-bottom: 0; }
  @media print, screen and (min-width: 62.3125em) {
    .sliderWrapper .pagination {
      position: static;
      margin-top: 0; } }
  .sliderWrapper .pagination .pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    color: #afc807;
    background-color: #afc807;
    margin: 10px 2px;
    position: relative;
    cursor: pointer; }
  @media print, screen and (min-width: 62.3125em) {
      .sliderWrapper .pagination .pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 10px 3px; } }
  .sliderWrapper .pagination .pagination-bullet.active:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 13px;
    height: 13px;
    border: 2px solid #afc807;
    border-radius: 50%; }
    @media print, screen and (min-width: 62.3125em) {
        .sliderWrapper .pagination .pagination-bullet.active:after {
          width: 16px;
          height: 16px; } }
  .sliderWrapper .sliderNav {
    width: 100%;
    top: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    border-top: 1px solid #fff; }
  @media print, screen and (min-width: 62.3125em) {
      .sliderWrapper .sliderNav .slideNav {
        background-color: rgba(241, 245, 218, 0.9);
        color: #afc807;
        width: 100%;
        text-align: center;
        padding: 15px 10px;
        font-size: 1rem;
        font-family: 'Antartida', calibri, sans-serif;
        display: block;
        margin: 0;
        border-radius: 0;
        cursor: pointer;
        position: relative;
        z-index: 2; }
        .sliderWrapper .sliderNav .slideNav > div {
          display: block; }
        .sliderWrapper .sliderNav .slideNav.active {
          background-color: #afc807;
          color: #fff;
          border: 0; }
          .sliderWrapper .sliderNav .slideNav.active:before, .sliderWrapper .sliderNav .slideNav.active:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -10px;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #afc807 transparent;
            z-index: 4; }
          .sliderWrapper .sliderNav .slideNav.active:after {
            border-color: transparent transparent #fff transparent;
            border-width: 0 11px 11px 11px;
            margin-left: -11px;
            z-index: 3; } }
  .sliderWrapper .sliderNav > div > div:nth-child(2) .slideNav {
    border-right: 2px solid rgba(0, 0, 0, 0.03);
    border-left: 2px solid rgba(0, 0, 0, 0.03); }
  .sliderWrapper .sliderNav > div > div:last-child .slideNav {
    border: 0; }
  .sliderWrapper .sideTabs {
    position: absolute;
    top: 50px;
    right: 0;
    width: 180px;
    height: 89px;
    z-index: 1; }
  .sliderWrapper .sideTabs > a {
    display: block;
    width: 100%;
    height: 44px;
    background-color: #f1f5da;
    color: #afc807;
    font-size: 0.87rem;
    text-transform: uppercase;
    padding: 10px 5px 10px 50px;
    font-weight: bold;
    background-image: url(../../images/telephone.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 22px; }
  .sliderWrapper .sideTabs > a:last-child {
    margin-top: 1px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.23); }
  .sliderWrapper .get-more-info {
    width: 200px;
    cursor: pointer;
    color: #a6aea8;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    font-weight: 500;
    font-size: 0.87rem; }
  .sliderWrapper .get-more-info > span {
    display: block;
    color: #afc807;
    width: 20px;
    height: 20px;
    position: relative;
    bottom: -12px;
    left: 50%; }
  .sliderWrapper .get-more-info > span:before, .sliderWrapper .get-more-info > span:after {
    content: "";
    display: inline-block;
    border-left: 2px solid #afc807;
    position: absolute;
    top: 0;
    left: 0;
    height: 13px;
    transform: rotate(45deg);
    transform-origin: 1px 100%; }
  .sliderWrapper .get-more-info > span:after {
    transform: rotate(-45deg); }
  .sliderWrapper .get-more-info > span:last-child {
    bottom: 0px; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev, .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -20px;
  width: 20px;
  height: 40px; }
  .swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before, .swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-top: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 0 0px; }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    transform: rotate(-45deg);
    left: -1px; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 15px; }
  .swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    left: auto;
    right: 0;
    transform: rotate(135deg); }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    transform: rotate(-135deg);
    right: 1px; }

.text-picture-widget {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .text-picture-widget h4.introSubheadline {
    color: #4d5e51;
    font-family: 'Source Sans Pro', calibri, sans-serif;
    font-weight: bold; }
  .text-picture-widget .image {
    margin-bottom: 1.875rem;
    position: relative; }

.textPictureAccordion-widget {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .textPictureAccordion-widget h2 {
    color: #afc807; }
  .textPictureAccordion-widget h2.accordion-headline {
    margin: 0;
    padding-bottom: rem-clac(20);
    border-bottom: 7px solid #afc807;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .textPictureAccordion-widget .image {
    margin-bottom: 0.9375rem;
    position: relative; }
  .textPictureAccordion-widget .image > img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .textPictureAccordion-widget .accordion {
    margin: 0;
    margin-bottom: 3.125rem;
    border: none;
    background: none; }
  .textPictureAccordion-widget .accordion .accordion-item {
    border-bottom: 1px solid #a6aea8; }
  .textPictureAccordion-widget .accordion .accordion-item:first-child .accordion-title h3, .textPictureAccordion-widget .accordion .accordion-item:first-child .accordion-title h4 {
    padding-top: 0.5rem; }
    .textPictureAccordion-widget .accordion .accordion-item:first-child .accordion-title h3:before, .textPictureAccordion-widget .accordion .accordion-item:first-child .accordion-title h4:before {
      margin-top: -13px; }
    .textPictureAccordion-widget .accordion .accordion-item:first-child.is-active .accordion-title h3, .textPictureAccordion-widget .accordion .accordion-item:first-child.is-active .accordion-title h4 {
      padding-top: 0.625rem; }
  .textPictureAccordion-widget .accordion .accordion-item.is-active .accordion-title:before {
    content: ''; }
    .textPictureAccordion-widget .accordion .accordion-item.is-active .accordion-title h3, .textPictureAccordion-widget .accordion .accordion-item.is-active .accordion-title h4 {
      font-size: 1.288rem;
      padding-left: 2.5rem;
      padding-top: 1.25rem;
      padding-bottom: 0.875rem;
      position: relative; }
    .textPictureAccordion-widget .accordion .accordion-item.is-active .accordion-title h3:before, .textPictureAccordion-widget .accordion .accordion-item.is-active .accordion-title h4:before {
      content: "";
      display: block;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 3px;
      margin-top: -4px;
      border-style: solid;
      border-width: 10px 10px 0;
      border-color: #64ae1f transparent transparent transparent; }
    .textPictureAccordion-widget .accordion .accordion-item.is-active .accordion-title h4 {
      font-size: 1rem; }
  .textPictureAccordion-widget .accordion .accordion-item .accordion-title {
    position: relative;
    padding: 0;
    line-height: initial;
    font-size: 1rem;
    border: none;
    color: inherit;
    cursor: pointer; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-title:focus, .textPictureAccordion-widget .accordion .accordion-item .accordion-title:hover {
      background-color: transparent; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-title:before {
      content: '';
      display: none; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-title h3, .textPictureAccordion-widget .accordion .accordion-item .accordion-title h4 {
      font-size: 1.288rem;
      margin: 0;
      padding-top: 1.1875rem;
      padding-bottom: 0.875rem;
      padding-left: 2.5rem;
      padding-right: 1.875rem;
      line-height: 100%;
      transition: font-size 0.5s, padding-left 0.5s; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-title h3:before, .textPictureAccordion-widget .accordion .accordion-item .accordion-title h4:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 3px;
      margin-top: -10px;
      height: 0;
      width: 0;
      border: solid transparent;
      border-color: transparent;
      border-left-color: #64ae1f;
      border-width: 10px; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-title h4 {
      font-size: 1rem; }
  .textPictureAccordion-widget .accordion .accordion-item .accordion-content {
    padding: 0;
    border: 0;
    background: none; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-content .element-content {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-content .element-content .image {
      margin-bottom: 0.9375rem;
      margin-top: 1.875rem; }
    @media print, screen and (min-width: 40em) {
          .textPictureAccordion-widget .accordion .accordion-item .accordion-content .element-content .image {
            margin-top: 0; } }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-content .element-content h4 {
      font-size: 1rem;
      line-height: 120%;
      margin: 0;
      font-weight: 700; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-content .element-content .description p {
      font-size: 1rem;
      line-height: 1.5rem;
      margin-bottom: 0.9375rem; }
    .textPictureAccordion-widget .accordion .accordion-item .accordion-content .element-content .description h4 {
      margin: 1.5rem 0 0.75rem;
      line-height: 1.4; }
  .textPictureAccordion-widget .object .more-info {
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    display: inline-block;
    margin-top: 10px;
    color: #64ae1f;
    float: right;
    margin-right: 15px;
    margin-top: 25px; }
  .textPictureAccordion-widget .object .more-info > span {
    position: relative;
    margin-left: 5px; }
    .textPictureAccordion-widget .object .more-info > span:after, .textPictureAccordion-widget .object .more-info > span:before {
      content: "";
      display: inline-block;
      width: 10px;
      border: 1px solid #64ae1f;
      position: absolute;
      bottom: 7px;
      left: 4px;
      transform: rotate(45deg);
      transform-origin: 9px 50%; }
    @media print, screen and (min-width: 40em) {
        .textPictureAccordion-widget .object .more-info > span:after, .textPictureAccordion-widget .object .more-info > span:before {
          bottom: 8px; } }
    .textPictureAccordion-widget .object .more-info > span:after {
      transform: rotate(-45deg); }
  .textPictureAccordion-widget .object .accordion .accordion-title h3 {
    padding-top: 40px; }
    @media print, screen and (min-width: 40em) {
        .textPictureAccordion-widget .object .accordion .accordion-title h3 {
          padding-top: 1rem;
          padding-right: 6.875rem; } }
    @media print, screen and (min-width: 40em) {
          .textPictureAccordion-widget .object .accordion .accordion-title h3:before {
            margin-top: -10px; } }
    .textPictureAccordion-widget .object .accordion .accordion-title h3 > span {
      font-size: 1rem;
      font-family: 'Source Sans Pro', calibri, sans-serif;
      font-weight: 500;
      position: absolute;
      left: 40px;
      top: 14px; }
    @media print, screen and (min-width: 40em) {
          .textPictureAccordion-widget .object .accordion .accordion-title h3 > span {
            left: auto;
            right: 3px;
            top: 19px; } }
  .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h3, .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h4 {
    padding-top: 20px; }
    @media print, screen and (min-width: 40em) {
          .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h3, .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h4 {
            padding-top: 0.5rem; } }
    .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h3:before, .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h4:before {
      margin-top: -17px; }
    @media print, screen and (min-width: 40em) {
            .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h3:before, .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h4:before {
              margin-top: -15px; } }
    .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h3 > span, .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h4 > span {
      top: -5px; }
    @media print, screen and (min-width: 40em) {
            .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h3 > span, .textPictureAccordion-widget .object .accordion-item:first-child .accordion-title h4 > span {
              left: auto;
              right: 3px;
              margin-top: 17px; } }
  .textPictureAccordion-widget .object .accordion .accordion-item.is-active .accordion-title h3, .textPictureAccordion-widget .object .accordion .accordion-item.is-active .accordion-title h4 {
    padding-top: 2.5rem; }
    @media print, screen and (min-width: 40em) {
          .textPictureAccordion-widget .object .accordion .accordion-item.is-active .accordion-title h3, .textPictureAccordion-widget .object .accordion .accordion-item.is-active .accordion-title h4 {
            padding-top: 1rem; } }
    .textPictureAccordion-widget .object .accordion .accordion-item.is-active:first-child .accordion-title h3, .textPictureAccordion-widget .object .accordion .accordion-item.is-active:first-child .accordion-title h4 {
      padding-top: 1.25rem; }
    @media print, screen and (min-width: 40em) {
            .textPictureAccordion-widget .object .accordion .accordion-item.is-active:first-child .accordion-title h3, .textPictureAccordion-widget .object .accordion .accordion-item.is-active:first-child .accordion-title h4 {
              padding-top: 0.55rem; } }
    .textPictureAccordion-widget .object .accordion .accordion-item.is-active:first-child .accordion-title h3:before, .textPictureAccordion-widget .object .accordion .accordion-item.is-active:first-child .accordion-title h4:before {
      margin-top: -10px; }
    @media print, screen and (min-width: 40em) {
              .textPictureAccordion-widget .object .accordion .accordion-item.is-active:first-child .accordion-title h3:before, .textPictureAccordion-widget .object .accordion .accordion-item.is-active:first-child .accordion-title h4:before {
                margin-top: -9px; } }

.hasBackground .textPictureAccordion-widget .accordion-headline {
  border-color: #a6aea8; }

.accordionWrapper {
  margin-top: 50px; }

.pictureTiles-widget h2 {
  color: #afc807; }
  .pictureTiles-widget .title {
    margin-bottom: 1.25rem; }
  .pictureTiles-widget .tile-row .tile-wrapper {
    padding-top: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block; }
  .pictureTiles-widget .tile-row .tile-wrapper:hover .description {
    top: 0%; }
    .pictureTiles-widget .tile-row .tile-wrapper:hover .description:before {
      /*display: block;*/ }
    .pictureTiles-widget .tile-row .tile-wrapper:hover .tile-title {
      opacity: 0;
      transition: opacity 100ms; }
    .pictureTiles-widget .tile-row .tile-wrapper:hover .tile-image {
      -webkit-filter: brightness(107%);
      filter: brightness(107%); }
  .pictureTiles-widget .tile-row .tile-wrapper .tile-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s; }
  .pictureTiles-widget .tile-row .tile-wrapper .tile-title {
    position: absolute;
    bottom: 0;
    opacity: 1;
    background-color: rgba(175, 200, 7, 0.9);
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    left: 0;
    right: 0;
    transition: opacity 100ms; }
    .pictureTiles-widget .tile-row .tile-wrapper .tile-title h3 {
      margin: 0;
      padding: 10px 0;
      color: #fff;
      position: relative;
      z-index: 1;
      font-size: 1rem; }
    @media print, screen and (min-width: 40em) {
        .pictureTiles-widget .tile-row .tile-wrapper .tile-title h3 {
          font-size: 0.87rem; } }
    @media print, screen and (min-width: 62.3125em) {
        .pictureTiles-widget .tile-row .tile-wrapper .tile-title h3 {
          font-size: 1.188rem; } }
  .pictureTiles-widget .tile-row .tile-wrapper .description {
    position: absolute;
    display: block;
    width: 100%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(175, 200, 7, 0.9);
    padding: 20px 20px 30px 20px;
    z-index: 10;
    -webkit-transition: top 0.5s;
    /* Safari */
    transition: top 0.5s;
    cursor: pointer;
    color: #fff; }
    .pictureTiles-widget .tile-row .tile-wrapper .description > h3 {
      font-size: 1.288rem;
      margin-bottom: 0.5rem; }
    @media print, screen and (min-width: 40em) {
        .pictureTiles-widget .tile-row .tile-wrapper .description > h3 {
          font-size: 0.87rem; } }
    @media print, screen and (min-width: 62.3125em) {
        .pictureTiles-widget .tile-row .tile-wrapper .description > h3 {
          font-size: 1.288rem; } }
    .pictureTiles-widget .tile-row .tile-wrapper .description > span {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      margin: 15px 20px 0 20px;
      padding-bottom: 30px;
      text-transform: uppercase;
      font-family: 'Antartida', arial, sans-serif;
      font-size: 0.625rem; }
    @media print, screen and (min-width: 62.3125em) {
        .pictureTiles-widget .tile-row .tile-wrapper .description > span {
          font-size: 0.87rem; } }
    .pictureTiles-widget .tile-row .tile-wrapper .description > span > span {
      position: relative;
      margin-left: 5px; }
    .pictureTiles-widget .tile-row .tile-wrapper .description > span > span:after, .pictureTiles-widget .tile-row .tile-wrapper .description > span > span:before {
      content: "";
      display: inline-block;
      width: 10px;
      border: 1px solid #fff;
      position: absolute;
      bottom: 6px;
      left: 4px;
      transform: rotate(45deg);
      transform-origin: 9px 50%; }
    @media print, screen and (min-width: 62.3125em) {
            .pictureTiles-widget .tile-row .tile-wrapper .description > span > span:after, .pictureTiles-widget .tile-row .tile-wrapper .description > span > span:before {
              bottom: 9px; } }
    .pictureTiles-widget .tile-row .tile-wrapper .description > span > span:after {
      transform: rotate(-45deg); }
    .pictureTiles-widget .tile-row .tile-wrapper .description:before {
      content: '';
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 32px;
      margin-left: 20px;
      margin-right: 20px;
      height: 50px;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #afc807 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #afc807 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #afc807 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='@bg_color_normal',GradientType=0);
      /* IE6-9 */ }
    .pictureTiles-widget .tile-row .tile-wrapper .description p {
      margin: 0;
      font-size: 1rem;
      line-height: 22px;
      font-weight: 600;
      font-family: 'Source Sans Pro', calibri, sans-serif; }
    @media print, screen and (min-width: 40em) {
        .pictureTiles-widget .tile-row .tile-wrapper .description p {
          font-size: 0.625rem;
          line-height: 15px; } }
    @media print, screen and (min-width: 62.3125em) {
        .pictureTiles-widget .tile-row .tile-wrapper .description p {
          font-size: 1rem;
          line-height: 25px; } }
  .pictureTiles-widget .tile-row .tile-wrapper.no-description:hover .tile-title {
    opacity: 1; }
    .pictureTiles-widget .tile-row .tile-wrapper.no-description:hover .tile-title h3 {
      text-decoration: underline; }

.video-widget {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .video-widget .title {
    margin-bottom: 1.25rem; }
  .video-widget h2 {
    margin: 0;
    font-size: 1.438rem;
    font-weight: 700;
    color: #afc807;
    line-height: 110%;
    letter-spacing: 2px;
    margin-bottom: 1.1em;
    text-transform: uppercase; }
  .video-widget .video {
    width: 100%;
    padding-top: 56.2%;
    position: relative;
    margin-bottom: 1.5625rem; }
  .video-widget .video iframe {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%; }
  .video-widget .video.video-wrapper {
    padding: 133.33333% 0 0; }
  @media screen and (min-width: 25em) {
    .video-widget .video.video-wrapper {
      padding: 100% 0 0; } }
  @media screen and (min-width: 40em) {
    .video-widget .video.video-wrapper {
      padding: 75% 0 0; } }
  @media screen and (min-width: 49.0625em) {
    .video-widget .video.video-wrapper {
      padding: 56.25% 0 0; } }
  .video-widget .video.video-wrapper .video-img {
    cursor: pointer; }
  .video-widget .video.video-wrapper .video-img img {
    max-width: unset;
    width: 100%; }
  .video-widget .video.video-wrapper .video-img.video-load img {
    object-fit: cover;
    height: 100%; }
  .video-widget .video.video-wrapper .video-img .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/_res/images/icon-playbutton.svg') no-repeat border-box;
    width: 20%;
    padding-bottom: 20%; }
    @media screen and (min-width: 40em) {
      .video-widget .video.video-wrapper .video-img .playbutton {
        width: 15%;
        padding-bottom: 15%; } }
    @media screen and (min-width: 64em) {
      .video-widget .video.video-wrapper .video-img .playbutton {
        width: 9.25%;
        padding-bottom: 9.25%; } }
  .video-widget .video.video-wrapper iframe, .video-widget .video.video-wrapper .video-img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
    height: 100%; }
  .video-widget .video.video-wrapper .video-info {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    padding: 0 5px;
    color: white;
    background-color: rgba(175, 200, 7, 0.8);
    opacity: 0;
    transition: opacity 200ms ease; }
  .video-widget .video.video-wrapper.loader:hover .video-info {
    opacity: 1; }
  .video-widget .description {
    border-bottom: 1px solid #a6aea8; }
  .video-widget .inner {
    position: relative; }
  .video-widget .inner .more-info {
    position: absolute;
    right: 25px;
    bottom: -40px;
    text-transform: uppercase;
    font-family: 'Antartida', arial, sans-serif;
    font-weight: normal; }
  @media print, screen and (min-width: 40em) {
      .video-widget .inner .more-info {
        right: 35px; } }
  .video-widget .inner .more-info a > span {
    position: relative;
    margin-left: 5px; }
    .video-widget .inner .more-info a > span:after, .video-widget .inner .more-info a > span:before {
      content: "";
      display: inline-block;
      width: 10px;
      border: 1px solid #64ae1f;
      position: absolute;
      bottom: 8px;
      left: 4px;
      transform: rotate(45deg);
      transform-origin: 9px 50%; }
    .video-widget .inner .more-info a > span:after {
      transform: rotate(-45deg); }

.babygallery {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .babygallery .title {
    margin-bottom: 1.25rem; }
  .babygallery .more-info {
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    display: inline-block;
    margin-top: 10px;
    color: #64ae1f;
    float: right;
    margin-right: 15px;
    margin-top: 25px; }
  .babygallery .more-info > span {
    position: relative;
    margin-left: 5px; }
  .babygallery .more-info > span:after, .babygallery .more-info > span:before {
    content: "";
    display: inline-block;
    width: 10px;
    border: 1px solid #64ae1f;
    position: absolute;
    bottom: 8px;
    left: 4px;
    transform: rotate(45deg);
    transform-origin: 9px 50%; }
  .babygallery .more-info > span:after {
    transform: rotate(-45deg); }

.galerie-row {
  border-bottom: 1px solid #a6aea8;
  padding-bottom: 15px; }
  .galerie-row .galerie-element {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px; }
  .galerie-row .galerie-element:nth-child(3), .galerie-row .galerie-element:nth-child(4) {
    margin-bottom: 0; }
  @breakpoint (medium) {
    margin: 0% 0% 0% 4.4%; }
  .galerie-row .galerie-element a:after, .galerie-row .galerie-element #blueimp-gallery a:after {
    height: 0; }
  .galerie-row .galerie-element:first-child {
    margin-left: 0%; }
  .galerie-row .galerie-element .img-container img {
    width: 100%;
    height: auto; }
  .galerie-row .galerie-element p {
    font-family: "Sans Source Pro", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    margin: 0em 0em 0em; }
  .galerie-row .galerie-element p.junge, .galerie-row .galerie-element p.maedchen {
    margin: 0.75em 0 0;
    font-family: 'Antartida', calibri, sans-serif;
    font-size: 1.188rem;
    margin-bottom: 4px; }
  .galerie-row .galerie-element p.junge {
    color: #1188cf; }
  .galerie-row .galerie-element p.maedchen {
    color: #bc3766; }

.img-full-responsive {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%; }

.events {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .events .title {
    margin-bottom: 1.25rem; }
  .events .more-info {
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    display: inline-block;
    margin-top: 10px;
    color: #64ae1f;
    float: right;
    margin-right: 15px;
    margin-top: 25px; }
  .events .more-info > span {
    position: relative;
    margin-left: 5px; }
  .events .more-info > span:after, .events .more-info > span:before {
    content: "";
    display: inline-block;
    width: 10px;
    border: 1px solid #64ae1f;
    position: absolute;
    bottom: 8px;
    left: 4px;
    transform: rotate(45deg);
    transform-origin: 9px 50%; }
  .events .more-info > span:after {
    transform: rotate(-45deg); }
  .events .row .row {
    margin: 0; }
  .events .event-row {
    border-bottom: 1px solid #a6aea8;
    padding-bottom: 15px; }
  .events .event-row .columns {
    padding: 0 15px 30px; }
  .events .event-row .columns .background {
    background-color: #fff;
    color: #4d5e51;
    transition: 200ms color;
    height: 9.1875rem;
    padding: 15px;
    position: relative; }
    .events .event-row .columns .background:hover {
      color: #afc807; }
    .events .event-row .columns .background .event-content {
      padding: 5px 0 0 5px;
      border-top: #4d5e51 solid 1px; }
    .events .event-row .columns .background .event-content .event-title {
      font-family: 'Antartida', calibri, sans-serif;
      line-height: 1.5625rem; }
    .events .event-row .columns .background .event-content .event-title:after {
      content: '';
      display: block; }
    .events .event-row .columns .background .event-content .event-date {
      font-size: 0.9375rem;
      line-height: 1.375rem; }
    .events .event-row .columns .background .learn-more {
      color: #afc807;
      font-size: 0.9375rem;
      font-family: 'Antartida', calibri, sans-serif;
      margin: 0;
      position: absolute;
      bottom: 15px;
      left: 20px;
      text-transform: uppercase; }
    .events .event-row .columns .background .learn-more > span {
      position: relative;
      margin-left: 5px; }
    .events .event-row .columns .background .learn-more > span:after, .events .event-row .columns .background .learn-more > span:before {
      content: "";
      display: inline-block;
      width: 10px;
      border: 1px solid #afc807;
      position: absolute;
      bottom: 8px;
      left: 4px;
      transform: rotate(45deg);
      transform-origin: 9px 50%; }
    .events .event-row .columns .background .learn-more > span:after {
      transform: rotate(-45deg); }
    .events .event-row .columns .background.green {
      color: #fff;
      background-color: #afc807;
      transition: 200ms color; }
    .events .event-row .columns .background.green:hover {
      color: #4d5e51; }
    .events .event-row .columns .background.green .event-content {
      border-top: #fff solid 1px; }
    .events .event-row .columns .background.green .learn-more {
      color: #fff;
      /*&:hover {}*/ }
    .events .event-row .columns .background.green .learn-more > span:after, .events .event-row .columns .background.green .learn-more > span:before {
      border: 1px solid #fff; }

.teaser-widget {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .teaser-widget .title {
    margin-bottom: 1.25rem; }
  .teaser-widget .teaser-element-wrapper {
    display: block;
    margin-bottom: 3.125rem; }
  @media print, screen and (min-width: 40em) {
    .teaser-widget .teaser-element-wrapper {
      margin-bottom: 0; }
      .teaser-widget .teaser-element-wrapper:nth-child(3) {
        margin-top: 50px; } }
  @media print, screen and (min-width: 62.3125em) {
    .teaser-widget .teaser-element-wrapper:nth-child(3) {
      margin-top: 0; } }
  .teaser-widget .teaser-element-wrapper .teaser-subheadline {
    display: block;
    font-size: 0.87rem;
    font-weight: 700;
    line-height: 1.125rem;
    text-transform: uppercase;
    padding-bottom: 0.625rem;
    padding-top: 0.625rem;
    min-height: 2.5rem; }
  .teaser-widget .teaser-element-wrapper .image {
    margin-bottom: 0.9375rem;
    position: relative; }
  .teaser-widget .teaser-element-wrapper .image img {
    width: 100%;
    height: auto; }
  .teaser-widget .teaser-element-wrapper h3 {
    margin: 0;
    padding-top: 1.5625rem;
    padding-bottom: 1.875rem;
    border-bottom: 2px solid #000;
    font-size: 1rem;
    font-family: 'Antartida', calibri, sans-serif;
    line-height: 100%;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    border: 0;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    background-color: rgba(175, 200, 7, 0.9);
    line-height: 1.875rem;
    color: #fff;
    width: 100%; }
  @media print, screen and (min-width: 40em) {
      .teaser-widget .teaser-element-wrapper h3 {
        line-height: 1.25rem;
        font-size: 0.87rem; } }
  @media print, screen and (min-width: 62.3125em) {
      .teaser-widget .teaser-element-wrapper h3 {
        line-height: 1.25rem;
        font-size: 1.188rem; } }
  @media print, screen and (min-width: 64em) {
      .teaser-widget .teaser-element-wrapper h3 {
        line-height: 1.875rem; } }
  .teaser-widget .teaser-element-wrapper .description {
    padding-top: 0.3125rem;
    padding-bottom: 0;
    border-bottom: 1px solid #a6aea8;
    color: #4d5e51;
    padding-bottom: 15px; }
  .teaser-widget .teaser-element-wrapper .description p {
    display: inline;
    margin: 0;
    font-size: 1rem;
    line-height: 125%;
    margin-bottom: 1.25em;
    display: inline; }
  .teaser-widget .teaser-element-wrapper .description .more-info {
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    display: block;
    margin-top: 10px;
    color: #64ae1f; }
    .teaser-widget .teaser-element-wrapper .description .more-info > span {
      position: relative;
      margin-left: 5px; }
    .teaser-widget .teaser-element-wrapper .description .more-info > span:after, .teaser-widget .teaser-element-wrapper .description .more-info > span:before {
      content: "";
      display: inline-block;
      width: 10px;
      border: 1px solid #64ae1f;
      position: absolute;
      bottom: 8px;
      left: 4px;
      transform: rotate(45deg);
      transform-origin: 9px 50%; }
    .teaser-widget .teaser-element-wrapper .description .more-info > span:after {
      transform: rotate(-45deg); }

.content-slider-widget {
  padding-top: 6.25rem;
  padding-bottom: 3.125rem; }
  .content-slider-widget .column, .content-slider-widget .columns {
    position: relative; }
  .content-slider-widget .slider-left-arrow {
    position: absolute;
    background-image: url('/_res/widgets/content-slider/images/left-arrow.svg');
    width: 34px;
    height: 34px;
    left: -34px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -17px;
    cursor: pointer; }
  .content-slider-widget .slider-right-arrow {
    position: absolute;
    background-image: url('/_res/widgets/content-slider/images/right-arrow.svg');
    width: 34px;
    height: 34px;
    right: -34px;
    background-repeat: no-repeat;
    background-position: center center;
    top: 50%;
    margin-top: -17px;
    cursor: pointer; }
  .content-slider-widget .swiper-container .slider-left-arrow {
    left: 5px;
    z-index: 10; }
  .content-slider-widget .swiper-container .slider-right-arrow {
    right: 5px;
    z-index: 10; }
  .content-slider-widget .swiper-container .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
    width: 13px;
    height: 13px; }
  .content-slider-widget .swiper-container .swiper-pagination-bullet-active {
    background-color: #fff; }
  .content-slider-widget .swiper-container .swiper-wrapper .swiper-slide .image {
    position: relative; }
    .content-slider-widget .swiper-container .swiper-wrapper .swiper-slide .image .copyrightInfo {
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 0.75rem;
      line-height: 100%;
      padding: 3px 5px;
      color: #fff;
      text-shadow: 2px 2px #000; }
  .content-slider-widget .description {
    margin-top: 1.875rem; }

.contactform-widget {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem; }
  .contactform-widget form .row[data-contactname] {
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0; }
  .contactform-widget form .required-fields {
    font-size: 1rem;
    line-height: 100%;
    display: inline-block;
    float: right; }
  .contactform-widget form input, .contactform-widget form textarea {
    border: 0;
    box-shadow: none;
    background-color: #f1f5da;
    color: #afc807;
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important; }
  .contactform-widget form input:focus, .contactform-widget form textarea:focus {
    background-color: #f1f5da;
    border: 1px solid #afc807; }
  .contactform-widget form input[type="checkbox"] {
    border: 1px solid #111;
    min-width: 15px;
    min-height: 15px;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important; }
  .contactform-widget form input[type="file"]::-webkit-file-upload-button {
    line-height: 100%;
    padding: 10px 15px;
    background-color: #afc807;
    color: #fff;
    font-size: 0.87rem;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer; }
  .contactform-widget form input[type="file"]::-ms-browse {
    line-height: 100%;
    padding: 10px 15px;
    background-color: #afc807;
    color: #fff;
    font-size: 0.87rem;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer; }
  .contactform-widget form input[type="file"]::file-selector-button {
    line-height: 100%;
    padding: 10px 15px;
    background-color: #afc807;
    color: #fff;
    font-size: 0.87rem;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer; }
  .contactform-widget form select {
    border: 0;
    background-color: #afc807;
    border-radius: 3px;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../../images/arrow_down.svg);
    background-repeat: no-repeat;
    background-position: 150% center;
    background-size: 15px;
    cursor: pointer; }
  .contactform-widget form select option {
    background-color: #fff;
    color: #4d5e51;
    border: 0; }
  .contactform-widget form .button, .contactform-widget form .button:focus {
    line-height: 100%;
    padding: 10px 15px;
    float: left;
    background-color: #afc807;
    color: #fff;
    font-size: 0.87rem;
    text-transform: uppercase;
    font-family: 'Antartida', calibri, sans-serif;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06); }
  .contactform-widget .message {
    border-radius: 3px;
    padding: 17px 10px 1px; }
  .contactform-widget .message.error, .contactform-widget .message.error h1, .contactform-widget .message.error p, .contactform-widget .message.error h1.title {
    color: #ff4d4d; }
  .contactform-widget .message.error:after, .contactform-widget .message.error h1:after, .contactform-widget .message.error p:after, .contactform-widget .message.error h1.title:after {
    border-color: #ff4d4d; }

.is-invalid-input:not(:focus) {
  border: 1px solid #ec5840; }

input[type="file"].is-invalid-input::-webkit-file-upload-button {
  background-color: #ec5840; }

input[type="file"].is-invalid-input::-ms-browse {
  background-color: #ec5840; }

input[type="file"].is-invalid-input::file-selector-button {
  background-color: #ec5840; }

.contactform-widget form .is-invalid-input:focus {
  border: 1px solid #ec5840;
  background-color: #fdeeec; }

.contact-widget .description {
  margin: 35px 0 45px; }
  .contact-widget > div > div:first-child > h4 {
    margin-top: 0; }
  .contact-widget h4 {
    margin-bottom: 0;
    margin-top: 15px;
    color: #afc807; }
  .contact-widget .right {
    border-left: 6px solid #a6aea8;
    padding-left: 20px;
    margin-top: 50px; }
  @media print, screen and (min-width: 40em) {
    .contact-widget .right {
      margin-top: 0; } }
  .contact-widget .right h4:first-child {
    margin-top: 0;
    margin-bottom: 0; }
  .contact-widget .right p:last-child {
    margin-bottom: 0; }

.approach-widget #map {
  height: 400px;
  width: 100%;
  margin-bottom: 1.875rem; }
  .approach-widget #map .poi-info-window .title {
    margin-bottom: 15px; }
  .approach-widget #map .poi-info-window .view-link, .approach-widget #map .poi-info-window a:visited {
    margin-top: 15px; }
  .approach-widget #map #content {
    max-width: 300px;
    padding: 30px 0px 0px 15px; }

.statement-widget {
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  font-family: 'AntartidaLightItalic', arial, sans-serif; }
  .statement-widget .overlay {
    background-color: rgba(255, 255, 255, 0.66);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .statement-widget .row {
    min-height: 4.6875rem;
    position: relative;
    z-index: 2; }
  @media screen and (min-width: 40em) {
    .statement-widget .row {
      min-height: 12.5rem; } }
  @media screen and (min-width: 64em) {
    .statement-widget .row {
      min-height: 21.25rem; } }
  .statement-widget .statement-title {
    text-align: center;
    color: #64ae1f;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); }
  .statement-widget .statement-quote {
    padding-bottom: 1.25rem;
    font-size: 1.45rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: center;
    color: #64ae1f;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); }
  .statement-widget .statement-link {
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0.10313rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25); }
  .statement-widget .statement-link a {
    color: #fff; }

.download.hasBackground.green h2 {
  color: #afc807; }

.download-widget .link {
  display: block;
  border-bottom: 1px solid #a6aea8;
  padding: 20px 0;
  color: #4d5e51;
  font-weight: 700;
  font-family: 'Antartida', calibri, sans-serif;
  position: relative; }
  @media print, screen and (min-width: 40em) {
    .download-widget .link {
      padding-right: 140px; } }
  .download-widget .link:first-child {
    border-top: 1px solid #a6aea8; }
  .download-widget .link:after {
    content: "Download";
    display: block;
    height: 20px;
    font-size: 0.87rem;
    color: #64ae1f;
    background-image: url(../../images/download_icon.svg);
    background-repeat: no-repeat;
    background-size: 24px 20px;
    background-position: left center;
    text-transform: uppercase;
    padding-left: 40px;
    padding-top: 2px; }
  @media print, screen and (min-width: 40em) {
      .download-widget .link:after {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 0;
        padding-top: 0; } }

.certificate-widget {
  text-align: center; }
  .certificate-widget > div > div {
    margin-top: 30px; }
  .certificate-widget > div > div:nth-child(1), .certificate-widget > div > div:nth-child(2) {
    margin-top: 0; }
  @media print, screen and (min-width: 40em) {
      .certificate-widget > div > div {
        margin-top: 0; } }
  .certificate-widget img {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */ }

.physicianTraining-widget ul {
  margin-left: 0; }
  .physicianTraining-widget ul li:before, .physicianTraining-widget ul li:after {
    content: none; }
  .physicianTraining-widget .physician {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .physicianTraining-widget .physician .physImg {
    margin-bottom: 1rem; }
  @media print, screen and (min-width: 40em) {
    .physicianTraining-widget .physician {
      margin-top: 1rem;
      margin-bottom: 1rem; }
      .physicianTraining-widget .physician .physImg {
        margin-bottom: 0; } }

body.notification-modal-open {
  padding-right: 15px;
  overflow: hidden; }
  body.notification-modal-open #notification-button-wrapper #notification-button {
    right: 354px; }

#notification-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: block; }
  #notification-button-wrapper .inner {
    position: relative; }
  #notification-button-wrapper #notification-button {
    position: absolute;
    top: 0;
    right: 34%;
    background-color: #ff4d4d;
    padding: 8px 15px;
    cursor: pointer;
    min-height: 44px;
    min-width: 54px; }
  @media print, screen and (min-width: 64em) {
    #notification-button-wrapper #notification-button {
      right: 339px; } }
  #notification-button-wrapper #notification-button:hover svg {
    transform: scale(1.1); }
  #notification-button-wrapper #notification-button svg {
    position: absolute;
    display: block;
    width: 24px;
    height: auto;
    transition: all 200ms; }
  #notification-button-wrapper #notification-button span {
    display: block;
    color: #fff;
    font-weight: 700;
    padding-left: 35px; }

#notification-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background-color: #64ae1f;
  background-color: rgba(100, 174, 31, 0.9);
  display: flex;
  flex: 0 1 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition-property: height, opacity;
  transition-delay: 310ms, 0ms;
  transition-duration: 0ms, 300ms;
  transition-timing-function: linear, linear; }
  #notification-modal.open {
    height: 100%;
    opacity: 1;
    transition-property: height, opacity;
    transition-delay: 0ms, 10ms;
    transition-duration: 0ms, 300ms;
    transition-timing-function: linear, linear; }
  #notification-modal #notification-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: all 200ms; }
  #notification-modal #notification-modal-close:hover {
    transform: scale(1.05); }
  #notification-modal #notification-modal-close svg {
    display: block;
    width: 50px;
    height: auto; }
  #notification-modal #notification-modal-close svg path {
    fill: #fff; }
  #notification-modal #notification-modal-content {
    position: relative;
    max-width: 1000px;
    width: 80%;
    max-height: 80%;
    overflow: auto;
    background-color: #fff;
    padding: 15px 20px; }
