@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900,900i&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700&display=swap&subset=latin-ext');
/*==============================================
Projekt:
Start:
Code:
Online:
Server:
==============================================*/
/**
Header
 */
/**
Footer
 */
@charset "UTF-8";
/**
 * 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: 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: 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"] {
  -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=0px&medium=700px&large=1100px&xlarge=1200px&xxlarge=1440px";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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: 3px;
}
select {
  width: 100%;
  border-radius: 3px;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
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: "Helvetica Neue", Helvetica, Roboto, Arial, 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.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 700px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
  h4 {
    font-size: 1.5625rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #ff6a00;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #cc5500;
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 1360px;
  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 ul,
ul ol,
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: "— ";
}
abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  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: #0a0a0a;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px;
}
.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: 700px) {
  .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: 1100px) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-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: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  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: #fefefe;
  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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
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: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
  border-radius: 0 3px 3px 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: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-align: center;
  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;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  height: auto;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
  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: #fefefe;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  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) {
  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: #fefefe;
  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: #c60f13;
  background-color: #f8e6e7;
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13;
}
.is-invalid-label {
  color: #c60f13;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13;
}
.form-error.is-visible {
  display: block;
}
.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: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix::after {
  clear: both;
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
@media screen and (max-width: 699.9375px) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 700px) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 700px) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 699.9375px) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 700px) and (max-width: 1099.9375px) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 699.9375px), screen and (min-width: 1100px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1100px) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 1099.9375px) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199.9375px) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 1099.9375px), screen and (min-width: 1200px) {
  .show-for-large-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;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #ff6a00;
  color: #fefefe;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:hover,
.button:focus {
  background-color: #cc5500;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #ff6a00;
  color: #0a0a0a;
}
.button.primary:hover,
.button.primary:focus {
  background-color: #cc5500;
  color: #0a0a0a;
}
.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a;
}
.button.secondary:hover,
.button.secondary:focus {
  background-color: #d0d0d0;
  color: #0a0a0a;
}
.button.alert {
  background-color: #c60f13;
  color: #fefefe;
}
.button.alert:hover,
.button.alert:focus {
  background-color: #9e0c0f;
  color: #fefefe;
}
.button.success {
  background-color: #5da423;
  color: #0a0a0a;
}
.button.success:hover,
.button.success:focus {
  background-color: #4a831c;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.body-font {
  background-color: #222222;
  color: #fefefe;
}
.button.body-font:hover,
.button.body-font:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button.header {
  background-color: #222222;
  color: #fefefe;
}
.button.header:hover,
.button.header:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #ff6a00;
  color: #ff6a00;
}
.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover,
.button.hollow:focus {
  border-color: #cc5500;
  color: #cc5500;
}
.button.hollow.primary {
  border: 1px solid #ff6a00;
  color: #ff6a00;
}
.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #cc5500;
  color: #cc5500;
}
.button.hollow.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}
.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #757575;
  color: #757575;
}
.button.hollow.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}
.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #63080a;
  color: #63080a;
}
.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423;
}
.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #2f5212;
  color: #2f5212;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.body-font {
  border: 1px solid #222222;
  color: #222222;
}
.button.hollow.body-font:hover,
.button.hollow.body-font:focus {
  border-color: #111111;
  color: #111111;
}
.button.hollow.header {
  border: 1px solid #222222;
  color: #222222;
}
.button.hollow.header:hover,
.button.hollow.header:focus {
  border-color: #111111;
  color: #111111;
}
.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #ff6a00;
  color: #fefefe;
}
.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #ff6a00;
  color: #fefefe;
}
.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #e9e9e9;
  color: #fefefe;
}
.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #c60f13;
  color: #fefefe;
}
.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #5da423;
  color: #fefefe;
}
.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}
.button.disabled.body-font,
.button[disabled].body-font {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.body-font:hover,
.button.disabled.body-font:focus,
.button[disabled].body-font:hover,
.button[disabled].body-font:focus {
  background-color: #222222;
  color: #fefefe;
}
.button.disabled.header,
.button[disabled].header {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.header:hover,
.button.disabled.header:focus,
.button[disabled].header:hover,
.button[disabled].header:focus {
  background-color: #222222;
  color: #fefefe;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput='mouse'] .close-button {
  outline: 0;
}
.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}
.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #ff6a00;
  color: #0a0a0a;
}
.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #cc5500;
  color: #0a0a0a;
}
.button-group.secondary .button {
  background-color: #e9e9e9;
  color: #0a0a0a;
}
.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #d0d0d0;
  color: #0a0a0a;
}
.button-group.alert .button {
  background-color: #c60f13;
  color: #fefefe;
}
.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #9e0c0f;
  color: #fefefe;
}
.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a;
}
.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #4a831c;
  color: #0a0a0a;
}
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.body-font .button {
  background-color: #222222;
  color: #fefefe;
}
.button-group.body-font .button:hover,
.button-group.body-font .button:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button-group.header .button {
  background-color: #222222;
  color: #fefefe;
}
.button-group.header .button:hover,
.button-group.header .button:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}
.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 700px) {
  .button-group.stacked-for-small .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1100px) {
  .button-group.stacked-for-medium .button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 699.9375px) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: 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 {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #2ba6cb;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #258dad;
}
.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;
  -ms-transform: scale(1, -1);
  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;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}
input:checked ~ .switch-paddle {
  background: #ff6a00;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}
.menu {
  margin: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.menu > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a {
  display: -ms-flexbox;
  display: flex;
}
.menu > li > a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
}
.menu,
.menu.horizontal {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.menu > li,
.menu.horizontal > li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.menu.expanded > li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu.vertical > li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.menu.vertical > li > a {
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media print, screen and (min-width: 700px) {
  .menu.medium-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.medium-horizontal > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.medium-expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.medium-vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.medium-vertical > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 1100px) {
  .menu.large-horizontal {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.large-horizontal > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu.large-expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.large-vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu.large-vertical > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.icon-top > li > a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #2ba6cb;
  color: #fefefe;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}
.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}
.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.drilldown-submenu-cover-previous {
  min-height: 100%;
}
.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ff6a00;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-style: solid;
  border-color: transparent #ff6a00 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}
.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ff6a00 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ff6a00 transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ff6a00 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ff6a00;
}
@media print, screen and (min-width: 700px) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff6a00 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ff6a00 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ff6a00;
  }
}
@media print, screen and (min-width: 1100px) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff6a00 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ff6a00 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ff6a00;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #ff6a00 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ff6a00;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 700px) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 1099.9375px) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1199.9375px) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #ff6a00;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 700px) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 3px;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #ff6a00;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px;
}
.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: #ff6a00;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}
.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: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}
.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -ms-transform: none;
  transform: none;
}
.off-canvas-content {
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 700px) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 1100px) {
  .position-left.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}
.tabs.primary {
  background: #ff6a00;
}
.tabs.primary > li > a {
  color: #0a0a0a;
}
.tabs.primary > li > a:hover,
.tabs.primary > li > a:focus {
  background: #cc5500;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #ff6a00;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #cc5500;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #ff6a00;
}
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden="false"] {
  display: block;
}
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #def2f8;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #fcd6d6;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e6f7d9;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a;
}
.callout.header {
  background-color: #dedede;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}
.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}
.card-divider {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}
.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}
.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 699.9375px) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 699.9375px) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
body.is-reveal-open {
  overflow: hidden;
}
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 700px) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 700px) {
  .reveal {
    width: 600px;
    max-width: 1360px;
  }
}
@media print, screen and (min-width: 700px) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 700px) {
  .reveal.tiny {
    width: 30%;
    max-width: 1360px;
  }
}
@media print, screen and (min-width: 700px) {
  .reveal.small {
    width: 50%;
    max-width: 1360px;
  }
}
@media print, screen and (min-width: 700px) {
  .reveal.large {
    width: 90%;
    max-width: 1360px;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 699.9375px) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}
table thead,
table tbody,
table tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}
table caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}
table thead {
  background: #f8f8f8;
  color: #0a0a0a;
}
table tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}
table thead tr,
table tfoot tr {
  background: transparent;
}
table thead th,
table thead td,
table tfoot th,
table tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}
table tbody th,
table tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}
table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}
table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}
@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}
table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}
.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #ff6a00;
  color: #fefefe;
}
.badge.primary {
  background: #ff6a00;
  color: #0a0a0a;
}
.badge.secondary {
  background: #e9e9e9;
  color: #0a0a0a;
}
.badge.alert {
  background: #c60f13;
  color: #fefefe;
}
.badge.success {
  background: #5da423;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.body-font {
  background: #222222;
  color: #fefefe;
}
.badge.header {
  background: #222222;
  color: #fefefe;
}
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #ff6a00;
  color: #fefefe;
}
.label.primary {
  background: #ff6a00;
  color: #0a0a0a;
}
.label.secondary {
  background: #e9e9e9;
  color: #0a0a0a;
}
.label.alert {
  background: #c60f13;
  color: #fefefe;
}
.label.success {
  background: #5da423;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.body-font {
  background: #222222;
  color: #fefefe;
}
.label.header {
  background: #222222;
  color: #fefefe;
}
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #ff6a00;
}
.progress.secondary .progress-meter {
  background-color: #e9e9e9;
}
.progress.alert .progress-meter {
  background-color: #c60f13;
}
.progress.success .progress-meter {
  background-color: #5da423;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.body-font .progress-meter {
  background-color: #222222;
}
.progress.header .progress-meter {
  background-color: #222222;
}
.progress-meter {
  position: relative;
  display: block;
  width: 0;
  height: 100%;
  background-color: #ff6a00;
  border-radius: 3px;
}
.progress-meter-text {
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px;
}
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}
.tooltip {
  position: absolute;
  top: calc(100.6495%);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.orbit {
  position: relative;
}
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}
.orbit-figure {
  margin: 0;
}
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}
.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}
.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}
.orbit-previous {
  left: 0;
}
.orbit-next {
  left: auto;
  right: 0;
}
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}
a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
.row {
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -15px;
  margin-left: -15px;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.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 {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 15px;
  padding-left: 15px;
  min-width: initial;
}
.column.row.row,
.row.row.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/*******************************************************************************************
								BREAKPOINTS GRID
********************************************************************************************/
@media print, screen and (min-width: 0px) {
  .small-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .small-offset-0 {
    margin-left: 0%;
  }
  .small-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .small-offset-1 {
    margin-left: 8.33333333%;
  }
  .small-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-offset-2 {
    margin-left: 16.66666667%;
  }
  .small-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .small-offset-3 {
    margin-left: 25%;
  }
  .small-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .small-offset-4 {
    margin-left: 33.33333333%;
  }
  .small-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-offset-5 {
    margin-left: 41.66666667%;
  }
  .small-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .small-offset-6 {
    margin-left: 50%;
  }
  .small-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .small-offset-7 {
    margin-left: 58.33333333%;
  }
  .small-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .small-offset-8 {
    margin-left: 66.66666667%;
  }
  .small-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .small-offset-9 {
    margin-left: 75%;
  }
  .small-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .small-offset-10 {
    margin-left: 83.33333333%;
  }
  .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-offset-11 {
    margin-left: 91.66666667%;
  }
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .small-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-1 > .column,
  .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-2 > .column,
  .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-3 > .column,
  .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .small-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-4 > .column,
  .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .small-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-5 > .column,
  .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .small-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-6 > .column,
  .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .small-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-7 > .column,
  .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .small-up-8 > .column,
  .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 0px) {
  .small-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .small-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .small-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .small-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .small-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .small-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .small-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .small-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.small-unstack > .column,
.row.small-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 0px) {
  .row.small-unstack > .column,
  .row.small-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 0px) {
  .small-collapse > .column,
  .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .small-uncollapse > .column,
  .small-uncollapse > .columns {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 700px) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333333%;
  }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.66666667%;
  }
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333333%;
  }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.66666667%;
  }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333333%;
  }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.66666667%;
  }
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333333%;
  }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66666667%;
  }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-2 > .column,
  .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-4 > .column,
  .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-5 > .column,
  .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-6 > .column,
  .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .medium-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-7 > .column,
  .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .medium-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .medium-up-8 > .column,
  .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 700px) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 700px) {
  .row.medium-unstack > .column,
  .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 700px) {
  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 1100px) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-offset-1 {
    margin-left: 8.33333333%;
  }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.66666667%;
  }
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .large-offset-4 {
    margin-left: 33.33333333%;
  }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.66666667%;
  }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .large-offset-7 {
    margin-left: 58.33333333%;
  }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.66666667%;
  }
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .large-offset-10 {
    margin-left: 83.33333333%;
  }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66666667%;
  }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-1 > .column,
  .large-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-2 > .column,
  .large-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-3 > .column,
  .large-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-4 > .column,
  .large-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-5 > .column,
  .large-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-6 > .column,
  .large-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .large-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-7 > .column,
  .large-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .large-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .large-up-8 > .column,
  .large-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1100px) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.large-unstack > .column,
.row.large-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 1100px) {
  .row.large-unstack > .column,
  .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 1100px) {
  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .xlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .xlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .xlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .xlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .xlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .xlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column,
  .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column,
  .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column,
  .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column,
  .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column,
  .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column,
  .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column,
  .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .xlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column,
  .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1200px) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.xlarge-unstack > .column,
.row.xlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 1200px) {
  .row.xlarge-unstack > .column,
  .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 1200px) {
  .xlarge-collapse > .column,
  .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-uncollapse > .column,
  .xlarge-uncollapse > .columns {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 1440px) {
  .xxlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .xxlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333333%;
  }
  .xxlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66666667%;
  }
  .xxlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .xxlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333333%;
  }
  .xxlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66666667%;
  }
  .xxlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .xxlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333333%;
  }
  .xxlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66666667%;
  }
  .xxlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .xxlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333333%;
  }
  .xxlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66666667%;
  }
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .xxlarge-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column,
  .xxlarge-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column,
  .xxlarge-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column,
  .xxlarge-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .xxlarge-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column,
  .xxlarge-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column,
  .xxlarge-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xxlarge-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column,
  .xxlarge-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .xxlarge-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column,
  .xxlarge-up-7 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571429%;
    -ms-flex: 0 0 14.28571429%;
    flex: 0 0 14.28571429%;
    max-width: 14.28571429%;
  }
  .xxlarge-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column,
  .xxlarge-up-8 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 1440px) {
  .xxlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.row.xxlarge-unstack > .column,
.row.xxlarge-unstack > .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 1440px) {
  .row.xxlarge-unstack > .column,
  .row.xxlarge-unstack > .columns {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 1440px) {
  .xxlarge-collapse > .column,
  .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xxlarge-uncollapse > .column,
  .xxlarge-uncollapse > .columns {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/*================================
	Generators / Functions  
================================*/
/*******************************************************************************************
								GENERAL
********************************************************************************************/
.shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.align-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.align-justify {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.align-top {
  -ms-flex-align: start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 300ms !important;
}
.long-delay {
  transition-delay: 700ms !important;
}
.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translateX(-7%);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}
.infinite {
  animation-iteration-count: infinite;
}
.slow {
  animation-duration: 750ms !important;
}
.fast {
  animation-duration: 250ms !important;
}
.linear {
  animation-timing-function: linear !important;
}
.ease {
  animation-timing-function: ease !important;
}
.ease-in {
  animation-timing-function: ease-in !important;
}
.ease-out {
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  animation-delay: 300ms !important;
}
.long-delay {
  animation-delay: 700ms !important;
}
#ccm-theme-grid-edit-mode-row-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
div.ccm-header-search-form {
  height: 98px;
}
img {
  align-self: center;
}
.sw-theme-fullscreen {
  justify-items: center;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.sw-theme-align-center {
  align-items: center;
}
.sw-theme-align-center > .row {
  align-items: center;
}
.sw-theme-align-top {
  align-items: flex-start;
  justify-content: flex-start;
}
.sw-theme-align-top > .row {
  align-items: flex-start;
  justify-content: flex-start;
}
.sw-theme-align-bottom {
  align-items: flex-end;
  justify-content: flex-end;
}
.sw-theme-align-bottom > .row {
  align-items: flex-end;
  justify-content: flex-end;
}
.sw-theme-expanded .row {
  max-width: none;
}
.sw-theme-content-area {
  padding-top: 25px;
  padding-bottom: 25px;
}
body:not(.is-in-edit-mode) [sw-theme-data-animation] {
  opacity: 0;
}
body:not(.is-in-edit-mode) [sw-theme-data-animation].visible {
  opacity: 1;
}
.ccm-block-custom-template-image-and-text {
  background-image: none !important;
}
.ccm-block-custom-template-image-and-text div {
  background-position: inherit;
}
.ccm-block-custom-template-image-and-text .image-and-text-wrapper .content-wrapper {
  position: relative;
  background-image: none !important;
}
.ccm-block-custom-template-image-and-text .image-and-text-wrapper .content-wrapper .background-wrapper {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.ccm-block-custom-template-image-and-text .image-and-text-wrapper .content-wrapper > .row {
  max-width: none;
}
.ccm-block-custom-template-image-and-text.image-and-text-right .image-and-text-wrapper > .row {
  flex-direction: row-reverse;
}
.ccm-block-custom-template-image-and-text.image-and-text-right .image-and-text-wrapper .background-wrapper {
  left: 100%;
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: auto;
  left: 0;
}
.is-ios .show-for-ios {
  display: inherit !important;
}
.is-ios .show-for-android,
.is-ios .hide-for-ios {
  display: none !important;
}
.is-android-os .show-for-android {
  display: inherit !important;
}
.is-android-os .hide-for-android,
.is-android-os .show-for-ios {
  display: none !important;
}
@media only screen and (min-width: 1100px) {
  .sw-theme-collapse-on-large .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .sw-theme-content-area {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 700px) {
  .sw-theme-collapse-on-medium .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 700px) {
  .sw-theme-collapse-on-small .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .sw-theme-reset-height-on-small {
    min-height: 0;
  }
  .ccm-block-custom-template-image-and-text .image-and-text-wrapper .image-wrapper img {
    display: block;
  }
  .ccm-block-custom-template-image-and-text .image-and-text-wrapper .content-wrapper {
    position: relative;
    background-image: none !important;
  }
  .ccm-block-custom-template-image-and-text .image-and-text-wrapper .content-wrapper .background-wrapper {
    display: none;
  }
  .ccm-block-custom-template-image-and-text .image-and-text-wrapper .content-wrapper .ccm-custom-style-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
###############################################################################################
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Merriweather', serif;


                                Defaults

###############################################################################################
*/
body {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #5F5F5F;
}
body.nav-is-open {
  overflow: hidden;
}
a:focus {
  outline: 0;
}
/*
###############################################################################################

                                Typography

###############################################################################################
*/
.swReset {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #5F5F5F;
}
.swReset p,
.swReset th,
.swReset td,
.swReset input,
.swReset textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.swReset strong,
.swReset b {
  font-weight: 400;
}
.swReset h1,
.swReset h2,
.swReset h3,
.swReset h4,
.swReset h5,
.swReset h6 {
  font-family: 'Merriweather';
  line-height: normal;
}
.swReset h1 {
  color: #052a68;
}
.swReset h1.page-title {
  font-size: 53px;
  font-family: Merriweather;
  color: #052a68;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 42px;
}
.swReset h1.my-page-title {
  font-size: 37px;
  color: #052a68;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 32px;
}
.swReset h1.my-page-title span {
  font-size: 54px;
  font-weight: 300;
  display: block;
  line-height: 1;
}
.swReset h1.my-page-title-landing {
  font-size: 37px;
  color: #052a68;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 32px;
}
.swReset h1.my-page-title-landing span {
  font-size: 54px;
  font-weight: 300;
  display: block;
  line-height: 1;
}
.swReset h2 {
  color: inherit;
  font-family: Merriweather;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1em;
  font-size: 28px;
  font-weight: 500;
  color: #052a68;
  font-family: 'Merriweather';
  margin-bottom: 15px;
  line-height: 1.2;
}
.swReset h3 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  color: #222222;
}
.swReset h4 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1em;
  color: #222222;
}
.swReset h5 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  line-height: 1em;
  color: #222222;
}
.swReset h6 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  line-height: 1em;
  color: #222222;
}
.swReset .h1 {
  font-size: 53px;
  font-family: Merriweather;
  color: #052a68;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 42px;
}
.swReset .h2 {
  color: inherit;
  font-family: Merriweather;
  font-size: 1.46em;
  font-weight: 700;
  line-height: 1em;
}
.swReset .h3 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
}
.swReset .h4 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 1.05em;
  font-weight: 400;
  line-height: 1em;
}
.swReset .h5 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  line-height: 1em;
}
.swReset .h6 {
  color: inherit;
  font-family: Montserrat, sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  line-height: 1em;
}
.swReset p {
  margin-top: 0;
}
.swReset ul {
  margin: 0;
  padding-left: 25px;
}
.swReset #main-wrapper ul {
  padding-left: 20px;
}
.swReset #main-wrapper ul li {
  font-size: 18px;
  line-height: 1.3;
}
.swReset a {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #5F5F5F;
}
.swReset a:visited,
.swReset a :link {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}
.swReset a:hover,
.swReset a:active {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
.swReset a.bordered-link {
  border: 2px solid #66b1b2;
  border-radius: 10px;
  padding: 9px 10px;
  text-align: center;
  display: inline-block;
  color: #66b1b2 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  margin-right: 10px;
}
.swReset a.bordered-link.big {
  font-size: 26px;
  line-height: 22px;
  font-weight: 700;
  padding: 17px 10px;
  color: #052a68 !important;
}
.swReset a.bordered-link.big:hover {
  opacity: 0.7;
}
.swReset a.cta-link {
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none !important;
}
.swReset a.cta-link.primary {
  background-color: #1e88e5;
  color: #fff;
}
.swReset a.cta-link.primary:hover {
  background-color: #166dba;
}
.swReset a.cta-link.secondary {
  background-color: #999999;
  color: #fff;
}
.swReset a.cta-link.secondary:hover {
  background-color: #808080;
}
.swReset .btn {
  border-radius: 0;
  cursor: pointer;
  font-family: Roboto, serif;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none !important;
}
.swReset .btn.disabled {
  display: flex;
  align-items: center;
  column-gap: 5px;
  pointer-events: none;
  opacity: 0.6;
}
.swReset .btn.btn-primary {
  background-color: #1e88e5;
  color: #fff;
}
.swReset .btn.btn-primary:hover {
  background-color: #166dba;
}
.swReset table thead,
.swReset table tbody,
.swReset table tfoot {
  border: none;
  background-color: transparent;
}
.swReset table tbody th,
.swReset table tbody td {
  padding: 0;
  vertical-align: top;
}
.swReset table tbody th p,
.swReset table tbody td p {
  margin-bottom: 0;
}
.swReset table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}
.swReset .primary-color {
  color: #1e88e5 !important;
}
.swReset .secondary-color {
  color: #999999 !important;
}
.swReset .white-color {
  color: #fff !important;
}
.swReset .text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) !important;
}
.swReset strong a {
  font-weight: 700 !important;
}
p.lead_text {
  color: #181716 !important;
}
/*
###############################################################################################

                                language sprachschalter

###############################################################################################
*/
#header-wrapper.header_color .col_header_right .language-wrapper,
#header-wrapper_scroll .col_header_right .language-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 30px;
  line-height: 1;
}
#header-wrapper.header_color .col_header_right .language-wrapper a,
#header-wrapper_scroll .col_header_right .language-wrapper a {
  color: #BFC9D8 !important;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  line-height: 1;
}
#header-wrapper.header_color .col_header_right .language-wrapper a.lang-active,
#header-wrapper_scroll .col_header_right .language-wrapper a.lang-active,
#header-wrapper.header_color .col_header_right .language-wrapper a:hover,
#header-wrapper_scroll .col_header_right .language-wrapper a:hover,
#header-wrapper.header_color .col_header_right .language-wrapper a:active,
#header-wrapper_scroll .col_header_right .language-wrapper a:active {
  color: #8093B2 !important;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
}
#header-wrapper.header_color .col_header_right .language-wrapper a.lang-active:after,
#header-wrapper_scroll .col_header_right .language-wrapper a.lang-active:after,
#header-wrapper.header_color .col_header_right .language-wrapper a:hover:after,
#header-wrapper_scroll .col_header_right .language-wrapper a:hover:after,
#header-wrapper.header_color .col_header_right .language-wrapper a:active:after,
#header-wrapper_scroll .col_header_right .language-wrapper a:active:after {
  color: #8093B2 !important;
}
#header-wrapper.header_color .col_header_right .language-wrapper a:after,
#header-wrapper_scroll .col_header_right .language-wrapper a:after {
  content: "|";
  font-size: 18px;
  color: #BFC9D8;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 10px;
}
#header-wrapper.header_color .col_header_right .language-wrapper a:last-child:after,
#header-wrapper_scroll .col_header_right .language-wrapper a:last-child:after {
  display: none;
}
/*
###############################################################################################

                                Header slider header image slider

###############################################################################################
*/
.dummy_spacer {
  display: inline-block;
  width: 52px;
}
#slider_wrapper_default .bg-image,
#slider_wrapper_default li {
  min-height: 300px;
  height: auto;
  padding-bottom: 28.91%;
}
#slider_wrapper_default .bg-image {
  background-position: center center;
}
a.topic_button {
  height: 30px;
  min-width: 200px;
  border: 2px solid #6AB3B4 !important;
  border-radius: 12px;
  padding: 3px 5px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  z-index: 9;
  display: inline-block;
  color: #6AB3B4 !important;
  text-align: center;
  line-height: 1;
  margin: 15px 0;
  text-decoration: none !important;
}
a.topic_button:hover,
a.topic_button:active {
  text-decoration: none !important;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  line-height: 1;
}
a.topic_button span {
  font-weight: 700;
}
/*
###############################################################################################

                                Google maps googlemaps

###############################################################################################
*/
.custom_popup {
  position: fixed;
  z-index: 999999;
  width: 200px;
  height: 200px;
  background-color: red;
  bottom: 0;
  left: 0;
}
.ccm-block-location-my-map-list {
  position: relative;
}
.ccm-block-location-my-map-list .row_select_wrapper {
  position: absolute;
  top: 24px;
  z-index: 3;
  left: 0;
  right: 0;
  pointer-events: none;
}
.ccm-block-location-my-map-list .map_gradient {
  width: 100%;
  height: 306px;
  background: url("/application/themes/sw_default/media/bg_gradient.svg") repeat-x top center;
  position: absolute;
  background-size: auto 100%;
  top: 0;
  z-index: 3;
  pointer-events: none;
}
.ccm-block-location-my-map-list .row.row_select {
  max-width: 1415px;
  top: 0;
}
.ccm-block-location-my-map-list .row.row_select legend {
  color: #fff;
  font-family: Roboto;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.ccm-block-location-my-map-list .row.row_select .form-group {
  display: inline-block;
  margin-right: 25px;
}
.ccm-block-location-my-map-list .row.row_select .form-group label {
  display: inline-block;
  color: #fff;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  margin-right: 8px;
}
.ccm-block-location-my-map-list .row.row_select .form-group select {
  padding: 7px 22px 7px 12px;
  width: 120%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  min-width: 270px;
  pointer-events: all;
}
.ccm-block-location-my-map-list .row.row_select .form-group select {
  display: inline-block;
  border-radius: 12px;
  border: 2px solid #666;
  color: #666666;
  padding-right: 40px;
  width: auto;
  overflow: hidden;
  background: #ffffff url("/application/themes/sw_default/media/select_arrow.svg") no-repeat 94% 50%;
  background-size: 16px 7px;
  cursor: pointer;
  cursor: hand;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  height: auto !important;
}
.ccm-block-location-my-map-list .row.row_select .form-group:last-of-type {
  margin-right: 0;
}
/*
###############################################################################################

                                Header

###############################################################################################
*/
.is-logged-in #header-wrapper,
.is-logged-in #header-wrapper_scroll {
  top: 48px;
}
.is-logged-in.is-in-edit-mode .home_bubble_wrapper {
  top: 0;
}
.is-logged-in.is-in-edit-mode #header-wrapper,
.is-logged-in.is-in-edit-mode #header-wrapper_scroll {
  top: 0;
  position: relative;
  z-index: 0;
  background-color: #002f39;
}
.is-logged-in.is-in-edit-mode .header_home {
  position: relative !important;
}
.is-logged-in.is-in-edit-mode .row_home_buttons_wrapper {
  position: relative;
}
.is-logged-in.is-in-edit-mode .reveal-overlay {
  z-index: 99;
}
.is-logged-in.is-in-edit-mode #main-wrapper {
  position: relative;
  z-index: 999;
}
.is-logged-in.is-in-edit-mode #main-wrapper > .row > .columns {
  padding-bottom: 50px;
}
.is-logged-in.is-in-edit-mode #main-wrapper iframe {
  height: 500px !important;
  z-index: 0;
}
.page-is-scrolledxxx #header-wrapper {
  background-color: #ffffff;
  box-shadow: 0 -5px 20px 0px rgba(0, 0, 0, 0.4);
}
.page-is-scrolledxxx #header-wrapper #logo-wrapper {
  max-width: 100%;
}
#fake-header-wrapper {
  height: 90px;
  display: none;
}
.bg_gradient {
  width: 100%;
  height: 306px;
  background: url("/application/themes/sw_default/media/bg_gradient.svg") repeat-x top center;
  position: fixed;
  background-size: auto 100%;
  top: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0.4;
}
#header-wrapper,
#header-wrapper_scroll {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 777;
  height: 115px;
  background-color: transparent;
  transition: all 300ms ease;
}
#header-wrapper p,
#header-wrapper_scroll p {
  margin-bottom: 0;
}
#header-wrapper.nav-is-open,
#header-wrapper_scroll.nav-is-open {
  z-index: 99;
}
#header-wrapper #header-wrapper-inner,
#header-wrapper_scroll #header-wrapper-inner {
  height: 100%;
  position: relative;
  margin-top: 0px;
}
#header-wrapper #header-wrapper-inner > .row,
#header-wrapper_scroll #header-wrapper-inner > .row {
  position: relative;
  height: 100%;
}
#header-wrapper #burger-wrapper,
#header-wrapper_scroll #burger-wrapper {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 28px;
  cursor: pointer;
  color: #1e88e5;
}
#header-wrapper ul#main-navigation > li > a,
#header-wrapper_scroll ul#main-navigation > li > a {
  color: #222222;
  font-size: 18px;
  line-height: 1em;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0px;
}
#header-wrapper ul#main-navigation > li > a:hover,
#header-wrapper_scroll ul#main-navigation > li > a:hover,
#header-wrapper ul#main-navigation > li > a.nav-selected,
#header-wrapper_scroll ul#main-navigation > li > a.nav-selected,
#header-wrapper ul#main-navigation > li > a.nav-path-selected,
#header-wrapper_scroll ul#main-navigation > li > a.nav-path-selected {
  color: #052a68;
  text-decoration: none;
  font-weight: 600;
}
#header-wrapper ul#main-navigation > li.is-dropdown-submenu-parent a:after,
#header-wrapper_scroll ul#main-navigation > li.is-dropdown-submenu-parent a:after {
  display: none;
}
#header-wrapper ul#main-navigation .menu,
#header-wrapper_scroll ul#main-navigation .menu {
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.4);
}
#header-wrapper ul#main-navigation .menu.first-sub,
#header-wrapper_scroll ul#main-navigation .menu.first-sub {
  margin-top: 0px;
}
#header-wrapper ul#main-navigation .menu li a,
#header-wrapper_scroll ul#main-navigation .menu li a {
  color: #222222;
  font-size: 16px;
  line-height: 1em;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0px;
}
#header-wrapper ul#main-navigation .menu li a:hover,
#header-wrapper_scroll ul#main-navigation .menu li a:hover,
#header-wrapper ul#main-navigation .menu li a.nav-selected,
#header-wrapper_scroll ul#main-navigation .menu li a.nav-selected,
#header-wrapper ul#main-navigation .menu li a.nav-path-selected,
#header-wrapper_scroll ul#main-navigation .menu li a.nav-path-selected {
  color: #1e88e5;
  text-decoration: none;
  font-weight: 600;
}
#header-wrapper .show-only-burger ul#main-navigation,
#header-wrapper_scroll .show-only-burger ul#main-navigation {
  display: none;
}
#header-wrapper .show-burger-on-small #burger-wrapper,
#header-wrapper_scroll .show-burger-on-small #burger-wrapper,
#header-wrapper .show-burger-on-medium #burger-wrapper,
#header-wrapper_scroll .show-burger-on-medium #burger-wrapper {
  display: none;
}
#header-wrapper .col_header_right .language-wrapper,
#header-wrapper_scroll .col_header_right .language-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 25px;
  line-height: 1;
}
#header-wrapper .col_header_right .language-wrapper a,
#header-wrapper_scroll .col_header_right .language-wrapper a {
  color: #C6C6C6;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
}
#header-wrapper .col_header_right .language-wrapper a.lang-active,
#header-wrapper_scroll .col_header_right .language-wrapper a.lang-active,
#header-wrapper .col_header_right .language-wrapper a:hover,
#header-wrapper_scroll .col_header_right .language-wrapper a:hover,
#header-wrapper .col_header_right .language-wrapper a:active,
#header-wrapper_scroll .col_header_right .language-wrapper a:active {
  color: #fff;
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}
#header-wrapper .col_header_right .language-wrapper a:after,
#header-wrapper_scroll .col_header_right .language-wrapper a:after {
  content: "|";
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 10px;
}
#header-wrapper .col_header_right .language-wrapper a:last-child:after,
#header-wrapper_scroll .col_header_right .language-wrapper a:last-child:after {
  display: none;
}
#header-wrapper #quick-guides-button,
#header-wrapper_scroll #quick-guides-button {
  height: 37px;
  width: 155px;
  background: url("/application/themes/sw_default/media/quick_guides.svg") no-repeat center center;
  background-size: contain !important;
  display: inline-block;
  margin-right: 60px;
  cursor: pointer;
  cursor: hand;
}
#header-wrapper #quick-guides-button-nav,
#header-wrapper_scroll #quick-guides-button-nav {
  height: 30px;
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 4px 10px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 9;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin-right: 60px;
}
#header-wrapper #quick-guides-button-nav:hover,
#header-wrapper_scroll #quick-guides-button-nav:hover,
#header-wrapper #quick-guides-button-nav:active,
#header-wrapper_scroll #quick-guides-button-nav:active {
  text-decoration: none;
}
#header-wrapper .col_header_right,
#header-wrapper_scroll .col_header_right {
  text-align: right;
}
#header-wrapper.header_color #quick-guides-button-nav,
#header-wrapper_scroll.header_color #quick-guides-button-nav {
  border: 2px solid #8093B2 !important;
  color: #8093B2 !important;
}
.header_home {
  position: absolute !important;
}
.header_home #logo-wrapper img {
  height: auto;
  max-width: 345px;
  width: 100%;
  width: auto;
}
.off-canvas-wrapper .lang_mobile {
  display: none;
}
/* header_color start */
.page-is-scrolled #header-wrapper_scroll {
  top: 0;
  transition: top 0.5s ease-in-out;
}
#header-wrapper_scroll {
  top: -200px;
}
#header-wrapper.header_color,
#header-wrapper_scroll {
  background-color: #fff;
  height: 115px;
  position: fixed;
}
#header-wrapper.header_color #header-wrapper-inner,
#header-wrapper_scroll #header-wrapper-inner {
  margin-top: 0;
}
#header-wrapper.header_color #logo-wrapper img,
#header-wrapper_scroll #logo-wrapper img {
  height: auto;
  max-width: 345px;
  width: 100%;
}
#header-wrapper.header_color #logo-wrapper p,
#header-wrapper_scroll #logo-wrapper p {
  margin-bottom: 0;
}
#header-wrapper.header_color #burger-wrapper,
#header-wrapper_scroll #burger-wrapper {
  background: url("/application/themes/sw_default/media/rsw_burger_open_color.svg") no-repeat center center;
  width: 38px;
  height: 20px;
  background-size: contain !important;
  position: absolute;
  z-index: 99;
}
#header-wrapper.header_color #quick-guides-button,
#header-wrapper_scroll #quick-guides-button {
  height: 37px;
  width: 155px;
  background: url("/application/themes/sw_default/media/quick_guides_color.svg") no-repeat center center;
  background-size: contain !important;
  display: inline-block;
  margin-right: 60px;
}
#header-wrapper.header_color .col_header_right,
#header-wrapper_scroll .col_header_right {
  text-align: right;
}
.page-is-scrolled .header_color {
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.page-is-scrolled .bg_gradient {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
/* header_color end */
@media only screen and (max-width: 1100px) {
  #header-wrapper .show-burger-on-medium #burger-wrapper,
  #header-wrapper_scroll .show-burger-on-medium #burger-wrapper {
    display: inline-block;
  }
  #header-wrapper .show-burger-on-medium ul#main-navigation,
  #header-wrapper_scroll .show-burger-on-medium ul#main-navigation {
    display: none;
  }
  .off-canvas-wrapper .off-canvas {
    top: 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  #header-wrapper .show-burger-on-small #burger-wrapper,
  #header-wrapper_scroll .show-burger-on-small #burger-wrapper {
    display: inline-block;
  }
  #header-wrapper .show-burger-on-small ul#main-navigation,
  #header-wrapper_scroll .show-burger-on-small ul#main-navigation {
    display: none;
  }
}
/*
###############################################################################################

                                Main

###############################################################################################
*/
#countup_wrapper {
  background-color: #002f39;
  padding: 30px 0 0 0;
}
.default_home #main-wrapper {
  background: #e9ecf1;
}
.page-name-partner .default_default {
  margin-top: 77px;
}
.link_wrapper a {
  color: #002f39;
  display: inline-block;
  position: relative;
  left: 32px;
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.2;
}
.link_wrapper a[href^="http"]:before {
  content: "";
  background: url("/application/themes/sw_default/media/link_arrow.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  width: 22px;
  height: 22px;
  top: -2px;
  left: -32px;
}
#main-wrapper a {
  text-decoration: underline;
}
#main-wrapper a:hover,
#main-wrapper a:active {
  text-decoration: none;
}
#main-wrapper.default_default {
  margin-top: 60px;
}
#main-wrapper.default_default > .row {
  max-width: 1000px;
}
#main-wrapper.default_default > .row > .columns.large-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62%;
  -ms-flex: 0 0 62%;
  flex: 0 0 62%;
  max-width: 62%;
}
#main-wrapper.default_default > .row > .large-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  max-width: 38%;
  padding-right: 80px;
}
#main-wrapper.default_default ul.side_nav {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
  padding-right: 50px;
  margin-bottom: 50px;
}
#main-wrapper.default_default ul.side_nav li {
  margin-bottom: 20px;
  line-height: 1.2;
}
#main-wrapper.default_default ul.side_nav li h3 {
  font-family: 'Roboto';
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  color: #bababa;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#main-wrapper.default_default ul.side_nav li a:hover,
#main-wrapper.default_default ul.side_nav li a:active {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  text-decoration: none;
  color: #181716;
  letter-spacing: 0.5px;
}
#main-wrapper.default_default ul.side_nav li a.nav-selected {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  text-decoration: none;
  color: #052a68;
  letter-spacing: 0.5px;
}
#main-wrapper.default_default ul.side_nav li a {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  color: #bababa;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.quick_guide_pane {
  margin-top: 25px;
  margin-bottom: 70px;
}
.quick_guide_pane h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #8093B2;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0px;
}
#countup_wrapper {
  -webkit-box-shadow: inset 0px 15px 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 15px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 15px 10px -5px rgba(0, 0, 0, 0.5);
}
#counter-wrapper {
  padding-bottom: 95px;
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
}
#counter-wrapper.hasTitle .column .count_up_image {
  margin-top: 65px;
}
#counter-wrapper h2.count_up_head_title {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  display: block;
  font-weight: 400;
  margin: 0 auto;
  font-family: Roboto;
}
#counter-wrapper .column {
  text-align: center;
}
#counter-wrapper .column .count_up_image {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-top: 65px;
  margin-bottom: 14px;
}
#counter-wrapper .column .number_wrapper {
  color: #fff;
  font-weight: 600;
  font-size: 37px;
  line-height: 1;
  font-family: 'Roboto';
}
#counter-wrapper .column .number_wrapper .number {
  display: inline-block;
}
#counter-wrapper .column .number_wrapper .suffixText,
#counter-wrapper .column .number_wrapper .prefixText {
  display: inline-block;
}
#counter-wrapper .column .number-title,
#counter-wrapper .column .number-title a {
  color: #66b1b2;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 300;
  font-family: 'Roboto';
  text-decoration: none;
}
.counter_partner {
  background-color: #002f39;
  border-radius: 22px;
  padding-bottom: 20px !important;
  padding-top: 27px !important;
}
.counter_partner.atlernativ .number_wrapper {
  display: flex;
  flex-direction: column;
}
.counter_partner .column .count_up_image {
  margin-top: 0 !important;
}
.counter_partner#counter-wrapper .column .number_wrapper {
  color: #fff;
}
.default_default #counter-wrapper {
  padding-bottom: 76px;
}
.default_default #counter-wrapper .column .count_up_image {
  margin-top: 85px;
}
.row_home_buttons_wrapper {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: 1390px;
  z-index: 10;
  padding: 0 5px;
}
.row_home_buttons_wrapper .row_home_buttons {
  max-width: 1390px;
  margin: 0 10px;
  text-align: center;
}
.row_home_buttons_wrapper .row_home_buttons > .columns {
  margin-bottom: 20px;
  padding-left: 44px;
  padding-right: 44px;
}
.row_home_buttons_wrapper .row_home_buttons > .columns:first-of-type {
  padding-left: 10px;
}
.row_home_buttons_wrapper .row_home_buttons > .columns:last-of-type {
  padding-right: 10px;
}
.row_home_buttons_wrapper .row_home_buttons > .columns div.home_button {
  width: 100%;
  min-height: 75px;
  height: 100%;
  max-width: 590px;
  position: relative;
  vertical-align: center;
  z-index: 3;
  display: block;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  max-height: 300px;
  transform: translateX(-50%);
  left: 50%;
  border: solid 2px #fff;
  transition: background-color ease-in-out 300ms;
}
.row_home_buttons_wrapper .row_home_buttons > .columns div.home_button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.row_home_buttons_wrapper .row_home_buttons a {
  font-family: 'Roboto';
  line-height: 1;
  color: #fff !important;
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 0;
  display: inline-block;
  font-size: 37px;
  max-width: 570px;
  width: 100%;
  margin: 0px;
  padding: 20px;
  position: absolute;
  text-align: center;
  z-index: 3;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.row_home_buttons_wrapper .row_home_buttons a b {
  font-weight: 700;
}
.row_home_buttons_wrapper .row_home_buttons a:hover,
.row_home_buttons_wrapper .row_home_buttons a:active {
  color: red;
}
#countup_wrapper.default_default {
  padding-top: 0 !important;
}
a.social_icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  color: transparent;
  text-decoration: none;
  transition: opacity 200ms ease;
}
a.social_icon.big {
  width: 60px;
  height: 60px;
  margin: 0 12px 12px 12px !important;
}
a.social_icon.big:hover {
  opacity: 0.7;
}
a.social_icon.big.facebook {
  background: url("/application/themes/sw_default/media/socials/facebook.svg") no-repeat center center;
  background-size: contain !important;
}
a.social_icon.big.instagram {
  background: url("/application/themes/sw_default/media/socials/instagram.svg") no-repeat center center;
  background-size: contain !important;
}
a.social_icon.big.inlink {
  background: url("/application/themes/sw_default/media/socials/linkedin.svg") no-repeat center center;
  background-size: contain !important;
}
a.social_icon.big.youtube {
  background: url("/application/themes/sw_default/media/socials/youtube.svg") no-repeat center center;
  background-size: contain !important;
}
a.social_icon.big.x {
  background: url("/application/themes/sw_default/media/socials/x.svg") no-repeat center center;
  background-size: contain !important;
}
a.social_icon.facebook {
  background: url("/application/themes/sw_default/media/footer_icons/icon_facebook.svg") no-repeat center center;
  background-size: contain !important;
}
a.social_icon.instagram {
  background: url("/application/themes/sw_default/media/footer_icons/icon_instagram.svg") no-repeat center center;
  background-size: contain !important;
}
a.social_icon.inlink {
  background: url("/application/themes/sw_default/media/footer_icons/icon_inlink.svg") no-repeat center center;
  background-size: contain !important;
  margin-right: 14px;
}
a.social_icon.tiktok {
  background: url("/application/themes/sw_default/media/footer_icons/icon_tiktok.svg") no-repeat center center;
  background-size: contain !important;
  margin-right: 14px;
}
a.social_icon .footer_left {
  text-align: left;
}
/*
###############################################################################################

                                Footer

###############################################################################################
*/
#footer-wrapper {
  background-color: #002f39;
  min-height: 200px;
  padding-top: 23px;
  padding-bottom: 33px;
}
#footer-wrapper a.footer_logo {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 100%;
  text-align: left;
  margin-bottom: 73px;
}
#footer-wrapper a.footer_logo img {
  max-width: 345px;
  width: 100%;
  height: auto;
}
#footer-wrapper a.social_icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  color: #80969b;
  text-decoration: none;
}
#footer-wrapper a.social_icon:hover {
  opacity: 0.7;
}
#footer-wrapper a.social_icon.facebook {
  background: url("/application/themes/sw_default/media/footer_icons/icon_facebook.svg") no-repeat center center;
  background-size: contain !important;
}
#footer-wrapper a.social_icon.instagram {
  background: url("/application/themes/sw_default/media/footer_icons/icon_instagram.svg") no-repeat center center;
  background-size: contain !important;
}
#footer-wrapper a.social_icon.inlink {
  background: url("/application/themes/sw_default/media/footer_icons/icon_inlink.svg") no-repeat center center;
  background-size: contain !important;
  margin-right: 14px;
}
#footer-wrapper a.social_icon.tiktok {
  background: url("/application/themes/sw_default/media/footer_icons/icon_tiktok.svg") no-repeat center center;
  background-size: contain !important;
  margin-right: 14px;
}
#footer-wrapper a.social_icon .footer_left {
  text-align: left;
}
#footer-wrapper a.newsletter_link {
  height: 61px;
  width: 100%;
  max-width: 400px;
  display: inline-block;
  background-size: contain !important;
  background: url("/application/themes/sw_default/media/footer_icons/icon_newsletter.svg") no-repeat left center;
  margin-bottom: 25px;
}
#footer-wrapper .footer_left {
  position: relative;
  margin-bottom: 60px;
}
#footer-wrapper #mc_embed_signup {
  position: absolute;
  top: 175px;
  left: 5px;
  z-index: 88;
}
#footer-wrapper #mc_embed_signup div.mce_inline_error {
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  background-color: red !important;
}
#footer-wrapper #mc_embed_signup #mce-responses {
  overflow: visible !important;
  z-index: 1 !important;
  position: relative !important;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  top: -25px !important;
}
#footer-wrapper #mc_embed_signup #mce-responses div.response {
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 300 !important;
  float: left;
  top: 0 !important;
  z-index: 9 !important;
  width: 100% !important;
  position: relative !important;
  font-size: 12px !important;
}
#footer-wrapper #mc_embed_signup #mce-success-response {
  color: #fff;
}
#footer-wrapper #mc_embed_signup .mc-field-group .input_wrapper {
  position: relative;
  width: 300px;
}
#footer-wrapper #mc_embed_signup .mc-field-group .input_wrapper:after {
  content: "";
  width: 14px;
  height: 26px;
  display: inline-block;
  background: url("/application/themes/sw_default/media/newsletter_button_arrow.svg") no-repeat top center;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 9px;
  pointer-events: none;
}
#footer-wrapper #mc_embed_signup .mc-field-group input[type="email"] {
  color: #8093B2;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  padding: 9px 40px 9px 6px;
  text-decoration: none;
  border: 2px solid #fff;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  width: 296px;
  height: 44px;
  background-color: transparent;
}
#footer-wrapper #mc_embed_signup .mc-field-group input[type="email"]:after {
  content: "";
  font-size: 20px;
  position: absolute;
  right: 35px;
  top: -2px;
  border-right: 2px solid #fff;
  height: 44px;
  width: 2px;
}
#footer-wrapper #mc_embed_signup .mc-field-group input[type="email"]:focus {
  box-shadow: none;
}
#footer-wrapper #mc_embed_signup .mc-field-group input[type="submit"] {
  position: absolute;
  background-color: transparent;
  color: transparent;
  right: 4px;
  top: 0;
  height: 44px;
  width: 39px;
  border: 2px solid #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0;
  padding: 0;
}
#footer-wrapper #mc_embed_signup .mc-field-group input[type="submit"]:hover,
#footer-wrapper #mc_embed_signup .mc-field-group input[type="submit"]:active {
  background-color: #cdcdcd;
}
#footer-wrapper a.newsletter_button {
  color: #8093B2;
  font-family: Roboto;
  font-weight: 400;
  line-height: 1;
  font-size: 22px;
  text-decoration: none;
  border: 2px solid #fff;
  position: absolute;
  padding: 9px 55px 9px 12px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  top: 9px;
  left: 10px;
}
#footer-wrapper a.newsletter_button:before {
  content: "";
  font-size: 20px;
  position: absolute;
  right: 35px;
  top: -2px;
  border-right: 2px solid #fff;
  height: 44px;
  width: 2px;
}
#footer-wrapper a.newsletter_button:after {
  content: "";
  width: 14px;
  height: 26px;
  display: inline-block;
  background: url("/application/themes/sw_default/media/newsletter_button_arrow.svg") no-repeat top center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 8px;
}
#footer-wrapper p {
  margin: 0;
}
#footer-wrapper .footer_1 h2,
#footer-wrapper .footer_2 h2,
#footer-wrapper .footer_3 h2 {
  margin: 0;
  padding: 0;
  display: block;
  color: #fff;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
}
#footer-wrapper .footer_1 a,
#footer-wrapper .footer_2 a,
#footer-wrapper .footer_3 a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: #80969b;
  line-height: 1.2;
  display: inline-block;
  clear: both;
  text-decoration: none;
  margin-bottom: 5px;
}
#footer-wrapper .footer_1 a:hover,
#footer-wrapper .footer_2 a:hover,
#footer-wrapper .footer_3 a:hover,
#footer-wrapper .footer_1 a:active,
#footer-wrapper .footer_2 a:active,
#footer-wrapper .footer_3 a:active {
  text-decoration: underline;
}
/*
###############################################################################################

                                Footernav Footer Nav

###############################################################################################
*/
.navigation_wrapper {
  max-width: 1920px;
  height: 100%;
}
ul#main-navigation-nav {
  display: table;
  padding-left: 0;
}
ul#main-navigation-nav > li {
  display: inline-block;
  line-height: 1.2;
  display: table-cell;
  vertical-align: top;
  max-width: 250px;
}
ul#main-navigation-nav > li:nth-last-of-type(1),
ul#main-navigation-nav > li:nth-last-of-type(2) {
  max-width: 90px;
}
ul#main-navigation-nav > li:nth-last-of-type(3) {
  max-width: 150px;
}
ul#main-navigation-nav > li > a {
  margin: 0;
  padding: 0;
  display: block;
  color: #fff !important;
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px !important;
}
ul#main-navigation-nav > li > a:after {
  display: none;
}
ul#main-navigation-nav > li > ul.submenu {
  display: block !important;
  width: 100%;
  background: transparent;
  border: none;
  padding-left: 0;
  position: relative;
  vertical-align: top;
  pointer-events: all;
  padding-right: 10px;
}
ul#main-navigation-nav > li > ul.submenu > li {
  line-height: 1.2;
}
ul#main-navigation-nav > li > ul.submenu > li > a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  color: #80969b;
  line-height: 1.2;
  display: inline-block;
  clear: both;
  text-decoration: none;
  margin-bottom: 5px !important;
  padding: 0;
}
ul#main-navigation-nav > li > ul.submenu > li > a:hover,
ul#main-navigation-nav > li > ul.submenu > li > a:active,
ul#main-navigation-nav > li > ul.submenu > li > a.nav-selected {
  text-decoration: underline;
}
/*
###############################################################################################

                                Medien

###############################################################################################
*/
#main-wrapper.default_default.default_one {
  display: inline-block;
  position: relative;
  transform: translateX(-50%);
  left: 50%;
  margin: 217px auto 72px auto;
}
#main-wrapper.default_default.default_one > .row {
  max-width: 1225px;
  width: 100%;
}
.sw-entity-medien-detail {
  max-width: 680px;
  width: 100%;
  margin: 222px auto 108px auto;
}
.sw-entity-medien-detail .mediendetail_header_date {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #A6A6A6;
  text-transform: uppercase;
}
.sw-entity-medien-detail h1 {
  font-family: Merriweather;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.2;
  color: #052a68;
  margin: 15px 0 20px 0;
}
.sw-entity-medien-detail .medien_description {
  margin-bottom: 40px;
  color: #000;
}
.sw-entity-medien-detail .medien_pdf_wrapper {
  display: block;
  margin-bottom: 25px;
}
.sw-entity-medien-detail .medien_pdf_wrapper a.download_link_medien {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  color: #052a68;
  line-height: 1.2;
  padding-left: 38px;
  position: relative;
  text-decoration: none;
  display: block;
}
.sw-entity-medien-detail .medien_pdf_wrapper a.download_link_medien:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 29px;
  background-size: contain;
  background: url("/application/themes/sw_default/media/pdf_icon.svg") no-repeat top center;
  position: absolute;
  left: 0;
  top: -8px;
  line-height: 1.2;
}
.sw-entity-medien-detail .medien_pdf_wrapper a.download_link_medien:hover,
.sw-entity-medien-detail .medien_pdf_wrapper a.download_link_medien:active {
  text-decoration: underline;
}
.sw-entity-medien-detail .medien_pdf_wrapper a.download_link_medien .download-file-medien {
  color: #A6A6A6;
  padding-left: 5px;
}
.sw-entity-medien-detail a.medien_back_link {
  font-family: Roboto;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  color: #052a68;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 35px;
  text-decoration: none;
  margin-top: 40px;
}
.sw-entity-medien-detail a.medien_back_link:before {
  content: "";
  width: 20px;
  height: 27px;
  background: url("/application/themes/sw_default/media/medien_back_arrow.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
}
.sw-entity-medien-detail a.medien_back_link:hover,
.sw-entity-medien-detail a.medien_back_link:active {
  text-decoration: none;
}
/* medien list */
.sw-entity-post-medien > .row {
  width: 100%;
  margin: 0 auto;
}
.sw-entity-post-medien .sw-list-item-medien {
  padding: 15px 0;
  display: block;
  border-bottom: 1px solid #a6a6a6;
}
.sw-entity-post-medien .sw-list-item-medien .col_medien_date {
  max-width: 142px;
  padding-right: 0;
}
.sw-entity-post-medien .sw-list-item-medien .medien_date {
  display: inline-block;
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.2;
  color: #A6A6A6;
  font-weight: 400;
}
.sw-entity-post-medien .sw-list-item-medien a.medien_link {
  font-family: Roboto;
  font-size: 18px;
  line-height: 1.2;
  color: #052a68;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.sw-entity-post-medien .sw-list-item-medien a.medien_link:hover,
.sw-entity-post-medien .sw-list-item-medien a.medien_link:active {
  text-decoration: underline;
}
.sw-entity-post-medien .sw-list-item-medien:first-of-type {
  border-top: 1px solid #a6a6a6;
}
/*
###############################################################################################

                                Express Forms

###############################################################################################
*/
.swReset .ccm-block-express-form .btn.btn-primary {
  background-color: #052a68;
  color: #fff;
}
/*
###############################################################################################

                                Off Canvas

###############################################################################################
*/
.off-canvas-content {
  position: relative;
  z-index: 10;
  background: #fff;
}
.off-canvas {
  background-color: #C7F3F4;
  margin: 0;
  position: fixed;
  left: -10000px !important;
  transition: left 0.8s ease-in-out;
  width: 100%;
  height: 100vh !important;
  padding: 88px 142px;
  box-shadow: none !important;
  opacity: 0;
}
.off-canvas.is-open {
  left: 0 !important;
  transition: left 1s ease-in-out;
  opacity: 1;
}
.off-canvas.is-open + .off-canvas-content {
  -webkit-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.off-canvas .close-button {
  width: 40px;
  height: 40px;
  background: url("/application/themes/sw_default/media/rsw_burger_close.svg") no-repeat center center;
  background-size: contain !important;
  right: 30px;
  top: 40px;
  position: absolute;
  z-index: 999;
}
.off-canvas.is-transition-overlap {
  z-index: 100;
}
.off-canvas .nav_pane_wrapper {
  padding-left: 60px;
  display: flex;
  flex-direction: column;
}
.off-canvas .nav_pane_wrapper .top_navigation_wrapper {
  flex-grow: 1;
}
.off-canvas ul#responsive-menu {
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: start;
  max-width: 100%;
  text-align: left;
  padding-left: 0;
  display: flex;
}
.off-canvas ul#responsive-menu > li {
  flex-basis: 33.333%;
}
.off-canvas ul#responsive-menu > li > a {
  outline: none;
  padding: 0;
  font-size: 26px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 1.2;
  color: #052a68;
  text-decoration: none;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}
.off-canvas ul#responsive-menu > li > a:after {
  display: none !important;
}
.off-canvas ul#responsive-menu > li.is-accordion-submenu-parent a:after {
  border-color: #1e88e5 transparent transparent;
}
.off-canvas ul#responsive-menu > li:not(:last-of-type) .menu {
  padding-right: 50px;
}
.off-canvas ul#responsive-menu .menu {
  display: block;
  background: none !important;
  border: none !important;
  padding-left: 0;
  width: 100%;
}
.off-canvas ul#responsive-menu .menu li a {
  padding: 0;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 300;
  line-height: 1.2;
  color: #052a68;
  text-decoration: none;
  margin-bottom: 12px;
}
.off-canvas ul#responsive-menu .menu li a:hover,
.off-canvas ul#responsive-menu .menu li a.nav-selected,
.off-canvas ul#responsive-menu .menu li a.nav-path-selected {
  color: #052a68;
  font-weight: 500;
}
.js-off-canvas-overlay {
  z-index: 99;
}
#burger-wrapper {
  width: 38px;
  height: 20px;
  background: url("/application/themes/sw_default/media/rsw_burger_open.svg") no-repeat center center;
  background-size: contain !important;
}
.reveal-overlay {
  z-index: 888;
}
#quick-guides-reveal {
  background-color: #00b1b2;
  margin: 34px 0;
  position: relative;
  transition: top 0.8s ease-in-out;
  max-width: 850px;
  width: 100%;
  transform: translateX(-50%) !important;
  left: 50%;
  height: calc(100vh - 68px) !important;
  padding: 38px 108px 38px 68px;
  box-shadow: none !important;
  border-radius: 0;
  border: none;
}
/*
###############################################################################################

                                Slick Slider Homeslider

###############################################################################################
*/
ul.rslides {
  padding-left: 0 !important;
}
#slider_wrapper {
  position: relative;
}
#slider_wrapper .arrow_to_anchor {
  position: absolute;
  z-index: 8;
  height: 71px;
  background-color: rgba(5, 150, 71, 0.5);
  bottom: 0;
  width: 100%;
}
#slider_wrapper .arrow_to_anchor .scroll_icon {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}
#slider_wrapper .arrow_to_anchor .scroll_icon:after {
  content: "";
  width: 14px;
  height: 14px;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  position: absolute;
  transform: rotate(135deg);
  right: calc(36%);
  bottom: 0px;
  left: 0;
  cursor: pointer;
  cursor: hand;
}
#slider_wrapper .home_slider {
  width: 100%;
  position: relative;
  z-index: 7;
  margin: 0;
  padding: 0;
}
#slider_wrapper .home_slider .file_copyright {
  background-color: rgba(0, 0, 0, 0.3);
  transform: rotateZ(-90deg) translate(100%, 0%);
  color: #fff;
  right: 22px;
  bottom: -10px;
  z-index: 99;
  width: auto;
  height: 16px;
  padding: 2px 4px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  /* IE 9 */
  -webkit-transform-origin: 100% 0%;
  /* Safari and Chrome */
  -moz-transform-origin: 100% 0%;
  /* Firefox */
  -o-transform-origin: 100% 0%;
  /* Opera */
  font-size: 11px;
  font-family: Roboto;
  font-weight: 300;
}
#slider_wrapper .slick-list {
  max-width: 100%;
  width: 100% !important;
  height: auto;
}
#slider_wrapper .slick-track {
  height: 100vh;
  width: 100%;
}
#slider_wrapper .slider_item.text_middle .row {
  justify-content: center;
}
#slider_wrapper .slider_item.text_right .row {
  justify-content: flex-end;
}
#slider_wrapper .slider_item {
  width: 100%;
  min-height: 500px;
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
#slider_wrapper .slider_item .row {
  width: 100%;
  max-width: 1400px;
}
#slider_wrapper .slider_item .slider_content {
  display: inline-block;
  position: absolute;
  z-index: 99;
  font-size: 40px;
  padding: 0 17px;
  bottom: 0;
}
#slider_wrapper .slider_item .slider_content h1,
#slider_wrapper .slider_item .slider_content h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
#slider_wrapper .slider_item .slider_content h3 {
  font-size: 35px;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 0;
}
#slider_wrapper .slider_item .slider_content .slider_desc,
#slider_wrapper .slider_item .slider_content .slider_desc p {
  font-size: 40px;
  line-height: 1.2;
}
#slider_wrapper .slider_item .slider_content .slider_desc p {
  margin: 17px 0 0 0;
}
#slider_wrapper .home_slider {
  z-index: 8;
  position: relative;
}
#slider_wrapper .home_slider a:before {
  display: none !important;
}
#slider_wrapper .slick-prev {
  left: 50px;
  z-index: 99;
  width: 29px;
  height: 38px;
}
#slider_wrapper .slick-prev:before {
  content: '';
  width: 29px;
  height: 38px;
  background: url("/application/themes/sw_default/media/slide_arrow_left.svg") no-repeat bottom center;
  background-size: contain;
  display: inline-block;
  opacity: 1;
}
#slider_wrapper .slick-next {
  right: 60px;
  z-index: 99;
  width: 29px;
  height: 38px;
}
#slider_wrapper .slick-next:before {
  content: '';
  width: 29px;
  height: 38px;
  background: url("/application/themes/sw_default/media/slide_arrow_right.svg") no-repeat bottom center;
  background-size: contain;
  display: inline-block;
  opacity: 1;
}
.home_bubble_wrapper {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-color: rgba(0, 47, 57, 0.4);
  color: #fff;
  right: 100px;
  top: 200px;
  z-index: 99;
}
.home_bubble_wrapper .bubble_text {
  color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  font-size: 21px;
  font-family: Roboto;
  font-weight: 600;
}
.home_bubble_wrapper .bubble_text p {
  text-align: center;
  font-size: 21px;
  font-family: Roboto;
  font-weight: 600;
}
.home_bubble_wrapper .bubble_text a {
  font-size: 21px;
  font-family: Roboto;
  font-weight: 600;
  text-decoration: underline;
  color: #fff;
}
.home_bubble_wrapper .bubble_text a:hover,
.home_bubble_wrapper .bubble_text a:active {
  color: #5F5F5F;
}
.icon_scroll_down_wrapper {
  display: inline-block;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  height: 142px;
  width: 51px;
  bottom: 120px;
  z-index: 99;
}
.icon_scroll_down_wrapper .icon_scroll_down_item {
  background: url("/application/themes/sw_default/media/icon_scroll_down.svg") no-repeat top center;
  background-size: contain;
  width: 51px;
  height: 100%;
  position: relative;
  z-index: 98;
  cursor: pointer;
  cursor: hand;
}
.animate_dot {
  animation: animate_dot ease-in-out 2s infinite;
  position: absolute;
  width: 12px;
  height: 100%;
  background: url("/application/themes/sw_default/media/icon_scroll_down_line2.svg") no-repeat top center;
  background-size: contain;
  z-index: 99;
  left: 20px;
}
@keyframes animate_dot {
  0%,
  100% {
    top: 12px;
  }
  50% {
    top: 32px;
  }
}
.default_header_slider .bg-image {
  position: relative;
}
.default_header_slider .bg-image .file_copyright {
  background-color: rgba(0, 0, 0, 0.3);
  transform: rotateZ(-90deg) translate(100%, 0%);
  color: #fff;
  right: 22px;
  bottom: -10px;
  z-index: 99;
  width: auto;
  height: 16px;
  padding: 2px 4px;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  /* IE 9 */
  -webkit-transform-origin: 100% 0%;
  /* Safari and Chrome */
  -moz-transform-origin: 100% 0%;
  /* Firefox */
  -o-transform-origin: 100% 0%;
  /* Opera */
  font-size: 11px;
  font-family: Roboto;
  font-weight: 300;
}
/*
###############################################################################################

                                Quick Guides

###############################################################################################
*/
#quick-guides-reveal .reveal-inside {
  margin-bottom: 35px;
}
#quick-guides-reveal .reveal-inside .header_section {
  position: relative;
}
#quick-guides-reveal .reveal-inside .header_section h2 {
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Roboto';
  margin-bottom: 77px;
}
#quick-guides-reveal .reveal-inside .header_section .quickguide_lead {
  position: relative;
}
#quick-guides-reveal .reveal-inside .header_section .quickguide_lead h2 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto';
  margin-bottom: 10px;
  text-transform: none;
}
#quick-guides-reveal .reveal-inside .header_section h1 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto';
  margin-bottom: 10px;
}
#quick-guides-reveal .reveal-inside .header_section h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto';
}
/* FAQ */
.faq_header_title {
  border-bottom: 2px solid #80d8d8;
  display: block;
  padding-bottom: 13px;
}
.faq_header_title h2 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-family: 'Roboto';
  display: block;
  margin-bottom: 0;
  letter-spacing: 1.2px;
}
.faq_section.is_searching .no_search {
  display: none;
}
.faq_section.is_searching .is_search {
  display: block;
}
.faq_section.no_searching .no_search {
  display: block;
}
.faq_section.no_searching .is_search {
  display: none;
}
.faq_section .faq_acc_item_wrapper,
.faq_section .faq_acc_item_wrapperx {
  border-bottom: 2px solid #80d8d8;
}
.faq_section .faq_acc_item_wrapper .faq_title,
.faq_section .faq_acc_item_wrapperx .faq_title {
  cursor: pointer;
  cursor: hand;
  display: block;
}
.faq_section .faq_acc_item_wrapper .faq_title h2,
.faq_section .faq_acc_item_wrapperx .faq_title h2 {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  font-family: 'Roboto';
  display: block;
  padding: 27px 0;
  margin-bottom: 0;
}
.faq_section .faq_acc_item_wrapper .faq_content,
.faq_section .faq_acc_item_wrapperx .faq_content {
  display: none;
  line-height: 1.2;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  font-family: 'Roboto';
  padding-bottom: 27px;
}
.faq_section .faq_acc_item_wrapper .faq_content a.sw-link,
.faq_section .faq_acc_item_wrapperx .faq_content a.sw-link {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 45px;
  margin-top: 15px;
}
.faq_section .faq_acc_item_wrapper .faq_content a.sw-link span,
.faq_section .faq_acc_item_wrapperx .faq_content a.sw-link span {
  color: #fff;
  display: block;
}
.faq_section .faq_acc_item_wrapper .faq_content a.sw-link:before,
.faq_section .faq_acc_item_wrapperx .faq_content a.sw-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("/application/themes/sw_default/media/link_arrow_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
  top: -11px;
  left: -45px;
}
.faq_section .faq_acc_item_wrapper .faq_content a.sw-link:hover,
.faq_section .faq_acc_item_wrapperx .faq_content a.sw-link:hover,
.faq_section .faq_acc_item_wrapper .faq_content a.sw-link:active,
.faq_section .faq_acc_item_wrapperx .faq_content a.sw-link:active {
  text-decoration: underline;
}
.faq_section .searchresult.faq_acc_item_wrapper {
  display: none;
}
/*
###############################################################################################

                                Quickguides Quick Guides Detail

###############################################################################################
*/
.row_quickguidegroup_detail {
  max-width: 1130px;
}
.sw-entity-quickguidegroup-detail {
  padding-top: 225px;
}
.sw-entity-quickguidegroup-detail .sw-detail-item {
  max-width: 650px;
  margin-bottom: 90px;
}
.sw-entity-quickguidegroup-detail .sw-detail-item h1 {
  font-size: 54px;
  font-weight: 300;
  font-family: 'Merriweather';
  line-height: 1;
  color: #052a68 !important;
  margin-bottom: 45px;
}
.sw-entity-quickguidegroup-detail .sw-detail-item a.quickguide_group_button {
  display: inline-block;
  padding: 4px 12px 6px 12px;
  border-radius: 12px;
  border: 2px solid #66b1b2;
  text-decoration: none;
  color: #66b1b2;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin-right: 10px;
  margin-bottom: 25px;
}
.sw-entity-quickguidegroup-detail .sw-detail-item a.quickguide_group_button b {
  font-weight: 600;
}
.sw-entity-quickguidegroup-detail .sw-detail-item a.quickguide_group_button:hover,
.sw-entity-quickguidegroup-detail .sw-detail-item a.quickguide_group_button:active,
.sw-entity-quickguidegroup-detail .sw-detail-item a.quickguide_group_button.is_current {
  background-color: #052a68;
  border-color: #052a68;
  color: #fff;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper-wrapper {
  display: flex;
  justify-content: flex-end;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper {
  max-width: 312px;
  width: 100%;
  margin-bottom: 75px;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 14px;
  color: #A6A6A6;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper a.video_link {
  display: block;
  max-width: 416px;
  margin-bottom: 18px;
  position: relative;
  line-height: 0;
  width: 100%;
  margin: auto;
  margin-bottom: 15px;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper a.video_link .video-inner {
  padding-top: 55.77%;
  position: relative;
  height: 0;
  z-index: 98;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper a.video_link video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper a.video_link img {
  object-fit: cover;
  position: absolute;
  display: inline-block;
  z-index: 99;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper a.video_link .video_overlay_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 47px;
  z-index: 99;
  top: 0;
  left: 0;
}
.sw-entity-quickguidegroup-detail .sw-videos-wrapper a.video_link .video_overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background: url("/application/themes/sw_default/media/play_button.svg") no-repeat center center;
}
.faq_section_detail {
  border-top: 2px solid #d9d9d9;
  margin-top: 0px;
  margin-bottom: 60px;
}
.faq_section_detail .faq_acc_item_wrapper,
.faq_section_detail .faq_acc_item_wrapperx {
  border-bottom: 2px solid #d9d9d9;
}
.faq_section_detail .faq_acc_item_wrapper .faq_title,
.faq_section_detail .faq_acc_item_wrapperx .faq_title {
  cursor: pointer;
  cursor: hand;
  display: block;
}
.faq_section_detail .faq_acc_item_wrapper .faq_title h2,
.faq_section_detail .faq_acc_item_wrapperx .faq_title h2 {
  font-size: 18px;
  line-height: 1.2;
  color: #052a68;
  font-weight: 400;
  font-family: 'Roboto';
  padding: 17px 60px 16px 0;
  display: block;
  position: relative;
  margin-bottom: 0;
}
.faq_section_detail .faq_acc_item_wrapper .faq_title h2:after,
.faq_section_detail .faq_acc_item_wrapperx .faq_title h2:after {
  content: "";
  width: 30px;
  height: 16px;
  background-image: url("/application/themes/sw_default/media/quickguide_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 15px !important;
  top: 21px;
  transform-origin: center center !important;
  -webkit-transition: transform .5s ease;
  -moz-transition: transform .5s ease;
  -ms-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  z-index: 1;
  display: inline-block;
  position: absolute;
}
.faq_section_detail .faq_acc_item_wrapper.is_active .faq_title h2:after,
.faq_section_detail .faq_acc_item_wrapperx.is_active .faq_title h2:after {
  transform: rotate(180deg) !important;
}
.faq_section_detail .faq_acc_item_wrapper .faq_content,
.faq_section_detail .faq_acc_item_wrapperx .faq_content {
  display: none;
  line-height: 1.3;
  color: #5F5F5F;
  font-size: 19px;
  font-weight: 300;
  font-family: 'Roboto';
  padding-bottom: 5px;
  padding-right: 100px;
  position: relative;
  top: -10px;
}
.faq_section_detail .faq_acc_item_wrapper .faq_content .faq_text,
.faq_section_detail .faq_acc_item_wrapperx .faq_content .faq_text {
  margin-bottom: 30px;
}
.faq_section_detail .faq_acc_item_wrapper .faq_content .faq_text p,
.faq_section_detail .faq_acc_item_wrapperx .faq_content .faq_text p {
  margin-bottom: 10px;
}
.faq_section_detail .faq_acc_item_wrapper .faq_content a.sw-link,
.faq_section_detail .faq_acc_item_wrapperx .faq_content a.sw-link {
  font-family: 'Roboto';
  font-size: 19px;
  line-height: 1.2;
  font-weight: 300;
  color: #052a68;
  text-decoration: none;
  display: inline-block;
  position: relative;
  left: 32px;
  margin-bottom: 10px;
}
.faq_section_detail .faq_acc_item_wrapper .faq_content a.sw-link span,
.faq_section_detail .faq_acc_item_wrapperx .faq_content a.sw-link span {
  color: #A6A6A6;
  display: block;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 300;
}
.faq_section_detail .faq_acc_item_wrapper .faq_content a.sw-link:before,
.faq_section_detail .faq_acc_item_wrapperx .faq_content a.sw-link:before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("/application/themes/sw_default/media/link_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  top: 0px;
  left: -32px;
}
.faq_section_detail .faq_acc_item_wrapper .faq_content a.sw-link:hover,
.faq_section_detail .faq_acc_item_wrapperx .faq_content a.sw-link:hover,
.faq_section_detail .faq_acc_item_wrapper .faq_content a.sw-link:active,
.faq_section_detail .faq_acc_item_wrapperx .faq_content a.sw-link:active {
  text-decoration: underline;
}
/* quickguide suche filter */
.quickguide_suche_detail_wrapper {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.quickguide_filter {
  max-width: 312px;
  display: block;
  border: 2px solid #d9d9d9;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  height: auto;
  position: relative;
  margin-bottom: 95px;
}
.quickguide_filter input.filter-search {
  border: none !important;
  width: calc(100% - 50px);
  padding: 6px 10px;
  margin: 0;
  opacity: 1;
  box-shadow: none;
  display: inline-block;
  background-color: transparent;
  font-size: 22px;
  line-height: 1;
  font-family: 'Roboto';
  font-weight: 400;
  height: auto;
  color: #000;
}
.quickguide_filter input.filter-search:focus {
  outline: 0;
  box-shadow: none;
}
.quickguide_filter .quickguide_search_button {
  background: url("/application/themes/sw_default/media/quickguide_lupe.svg") no-repeat center center;
  width: 25px;
  height: 25px;
  background-size: contain;
  display: inline-block;
  position: relative;
  left: 8px;
  top: 4px;
}
.quickguide_filter .quickguide_search_button:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: calc(100% + 18px);
  border-left: 2px solid #d9d9d9;
  left: -10px;
  top: -8px;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8093B2 !important;
  opacity: 1 !important;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8093B2 !important;
  opacity: 1 !important;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8093B2 !important;
  opacity: 1 !important;
  /* Firefox */
}
.quickguide_filter_popup {
  display: block;
  border: 2px solid #80d8d8;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  height: auto;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}
.quickguide_filter_popup input.filter-search-popup,
.quickguide_filter_popup input.filter-search-popup-home {
  border: none !important;
  width: calc(100% - 68px);
  padding: 10px 16px;
  margin: 0;
  opacity: 1;
  box-shadow: none;
  display: inline-block;
  background-color: transparent;
  font-size: 30px;
  line-height: 1;
  font-family: 'Roboto';
  font-weight: 400;
  height: auto;
  color: #fff;
}
.quickguide_filter_popup input.filter-search-popup:focus,
.quickguide_filter_popup input.filter-search-popup-home:focus {
  outline: 0;
  box-shadow: none;
}
.quickguide_filter_popup .quickguide_search_button_popup,
.quickguide_filter_popup .quickguide_search_button_popup_home {
  background: url("/application/themes/sw_default/media/quickguide_lupe_white.svg") no-repeat center center;
  width: 32px;
  height: 32px;
  background-size: contain;
  display: inline-block;
  position: relative;
  left: 11px;
  top: 4px;
}
.quickguide_filter_popup .quickguide_search_button_popup:before,
.quickguide_filter_popup .quickguide_search_button_popup_home:before {
  content: "";
  position: absolute;
  display: inline-block;
  height: calc(100% + 30px);
  border-left: 2px solid #80d8d8;
  left: -18px;
  top: -15px;
}
.quickguide_filter_popup ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1 !important;
  /* Firefox */
}
.quickguide_filter_popup :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff !important;
  opacity: 1 !important;
  /* Firefox */
}
.quickguide_filter_popup ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff !important;
  opacity: 1 !important;
  /* Firefox */
}
.video_section {
  margin-top: 55px;
}
.video_section .row {
  margin-left: -12px;
  margin-right: -12px;
}
.video_section .columns {
  padding-left: 12px;
  padding-right: 12px;
}
.video_section h2 {
  font-family: 'Roboto';
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.video_section .video_items_wrapper_popup {
  position: relative;
}
.video_section .video_items_wrapper_popup .owl-nav {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  top: calc(50% - 35px);
}
.video_section .video_items_wrapper_popup .owl-nav .owl-prev {
  left: -30px;
  position: absolute;
}
.video_section .video_items_wrapper_popup .owl-nav .owl-prev span {
  font-size: 50px;
  color: #fff;
}
.video_section .video_items_wrapper_popup .owl-nav .owl-next {
  right: -30px;
  position: absolute;
}
.video_section .video_items_wrapper_popup .owl-nav .owl-next span {
  font-size: 50px;
  color: #fff;
}
.video_section .video_items_wrapper_popup .video_item {
  display: block;
  width: 100%;
  height: auto;
}
.video_section .video_items_wrapper_popup a.video_link {
  display: block;
  position: relative;
  line-height: 0;
  width: 100%;
  margin: auto;
}
.video_section .video_items_wrapper_popup a.video_link .video-inner {
  position: relative;
  z-index: 98;
  padding-bottom: 54.77%;
  width: 100%;
}
.video_section .video_items_wrapper_popup a.video_link video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.video_section .video_items_wrapper_popup a.video_link img {
  object-fit: cover;
  position: absolute;
  display: inline-block;
  z-index: 99;
}
.video_section .video_items_wrapper_popup a.video_link .video_overlay_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 28px;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}
.video_section .video_items_wrapper_popup a.video_link .video_overlay {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 47px;
  background-size: contain;
  background: url("/application/themes/sw_default/media/play_button.svg") no-repeat center center;
  transform: translateX(-50%);
  left: 50%;
}
/*
###############################################################################################

                                Guidle Events

###############################################################################################
*/
.default_list {
  padding-top: 185px;
}
.guidle-events-list a.medien_back_link {
  margin-top: 20px;
}
.guidle-events-default a.link-to-overview {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.default_list .description-wrapper,
.default_list .info-box {
  font-size: 18px;
}
.default_list .info-box a {
  font-size: 18px;
}
.default_list a.medien_back_link {
  font-family: Roboto;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  color: #052a68;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 35px;
  margin-bottom: 40px;
  text-decoration: none;
}
.default_list a.medien_back_link:before {
  content: "";
  width: 20px;
  height: 27px;
  background: url("/application/themes/sw_default/media/medien_back_arrow.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
}
.default_list a.medien_back_link:hover,
.default_list a.medien_back_link:active {
  text-decoration: none;
}
.guidle-event-detail-wrapper h1.title {
  color: #052a68;
  line-height: 1.2;
}
a.link-to-overview {
  font-size: 16px;
  color: #052a68 !important;
  line-height: 1.2;
  font-family: "Roboto";
  font-weight: 400;
  text-decoration: none;
}
a.link-to-overview i {
  padding-left: 5px;
}
a.link-to-overview:hover,
a.link-to-overview:active {
  text-decoration: none;
  font-size: 16px;
  color: #181716 !important;
  line-height: 1.2;
  font-family: "Roboto";
  font-weight: 400;
}
.col_guidle_calendar {
  display: none;
}
.guidle-event-detail-wrapper .info-box .title-wrapper {
  font-weight: 400;
}
.guidle-events {
  margin-bottom: 0;
}
.guidle-events .ccm-block-page-list-pages > .row > .columns.medium-2 {
  padding-right: 0;
}
.guidle-events .ccm-block-page-list-pages > .row > .columns {
  padding-bottom: 20px;
}
.guidle-events .ccm-block-page-list-page-entry-thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-right: 0 !important;
}
.guidle-events .ccm-block-page-list-page-entry-thumbnail a {
  position: relative;
  display: block;
}
.guidle-events .ccm-block-page-list-page-entry-thumbnail a .guidle-event-item-image-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.guidle-events .ccm-block-page-list-page-entry-thumbnail a .guidle-event-item-image-wrapper img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.guidle-events .page-list-entry {
  border: none;
  margin-bottom: 20px !important;
  padding-bottom: 0;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-date {
  font-size: 16px !important;
  line-height: 1.3;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a {
  text-decoration: none;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a h3 {
  font-size: 21px;
  line-height: 1.3;
  color: #052a68;
  font-family: "Merriweather";
  margin-bottom: 0px;
  font-weight: 400;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a:hover,
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a:active,
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a:focus {
  text-decoration: none;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a:hover h3,
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a:active h3,
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a:focus h3 {
  color: #181716;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  position: relative;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more a:after {
  content: "»";
  font-size: 18px;
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1.5;
  padding-left: 5px;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more a:hover,
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more a:active,
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more a:focus {
  color: #181716;
}
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more a:hover:after,
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more a:active:after,
.guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more a:focus:after {
  color: #181716;
}
.col_events_text {
  margin-bottom: 30px;
}
.guidle-calendar-block {
  margin: 0 30px 0 15px;
}
.guidle-calendar-block .guidle-calendar {
  float: right;
  margin-right: -30px;
  max-width: 360px;
  background: #80969b;
  height: auto;
  width: 100%;
}
.guidle-calendar-block .guidle-event-item {
  border: none;
}
.guidle-calendar-block .guidle-event-item .date {
  font-size: 17px;
}
.guidle-calendar-block .guidle-event-item a {
  text-decoration: none;
}
.guidle-calendar-block .guidle-event-item a h3.title {
  font-size: 24px;
  line-height: 1.2;
}
.guidle-calendar-block .guidle-event-item a:hover,
.guidle-calendar-block .guidle-event-item a:active,
.guidle-calendar-block .guidle-event-item a:focus {
  text-decoration: none;
}
.guidle-calendar-block .guidle-event-item a:hover h3.title,
.guidle-calendar-block .guidle-event-item a:active h3.title,
.guidle-calendar-block .guidle-event-item a:focus h3.title {
  color: #052a68;
}
.guidle-calendar-block .guidle-event-item .guidle-event-item-text {
  padding: 0 15px 0 0;
}
.guidle-calendar-block .guidle-event-item .guidle-event-item-text .link a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  position: relative;
}
.guidle-calendar-block .guidle-event-item .guidle-event-item-text .link a:after {
  content: "»";
  font-size: 18px;
  display: inline-block;
  position: relative;
  color: #000;
  line-height: 1.5;
  padding-left: 5px;
}
.guidle-calendar-block .guidle-event-item .guidle-event-item-text .link a:hover,
.guidle-calendar-block .guidle-event-item .guidle-event-item-text .link a:active,
.guidle-calendar-block .guidle-event-item .guidle-event-item-text .link a:focus {
  color: #181716;
}
.guidle-calendar-block .guidle-event-item .guidle-event-item-text .link a:hover:after,
.guidle-calendar-block .guidle-event-item .guidle-event-item-text .link a:active:after,
.guidle-calendar-block .guidle-event-item .guidle-event-item-text .link a:focus:after {
  color: #181716;
}
.guidle-calendar-block a.link-to-overview {
  text-decoration: none;
  margin: 20px 0 50px 0;
  color: #181716;
}
.guidle-calendar-block a.link-to-overview:hover,
.guidle-calendar-block a.link-to-overview:active,
.guidle-calendar-block a.link-to-overview:focus {
  color: #000;
  text-decoration: none;
}
.guidle-event-detail-wrapper {
  margin-top: 40px;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-header {
  margin-top: 30px !important;
}
.guidle-calendar-block h2.heading,
.sw-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1;
}
/*
###############################################################################################

                                News home newshome home news homenews

###############################################################################################
*/
.sw-entity-post-home .sw-list-item-home-content-wrapper {
  border-radius: 14px;
  display: block;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  max-width: 875px;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.sw-entity-post-home .sw-list-item-home {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.sw-entity-post-home .sw-list-item-home .sw-image {
  width: 100%;
  padding-bottom: 57.15%;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.sw-entity-post-home .sw-list-item-home .sw-image .sw-image-image {
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
.sw-entity-post-home .sw-list-item-home a,
.sw-entity-post-home .sw-list-item-home a:link,
.sw-entity-post-home .sw-list-item-home a:visited {
  text-decoration: none !important;
}
.sw-entity-post-home .sw-list-item-home a .sw-image-image,
.sw-entity-post-home .sw-list-item-home a:link .sw-image-image,
.sw-entity-post-home .sw-list-item-home a:visited .sw-image-image {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  text-decoration: none !important;
}
.sw-entity-post-home .sw-list-item-home a:hover,
.sw-entity-post-home .sw-list-item-home a:active {
  text-decoration: none !important;
}
.sw-entity-post-home .sw-list-item-home a:hover .sw-image-image,
.sw-entity-post-home .sw-list-item-home a:active .sw-image-image {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.sw-entity-post-home .sw-home-content {
  padding: 30px 25px;
}
.sw-entity-post-home .sw-home-content .sw-date {
  font-size: 16px;
  font-weight: 300;
  color: #A6A6A6;
  text-transform: uppercase;
}
.sw-entity-post-home .sw-home-content h2.sw-title {
  color: #052a68;
  font-size: 28px;
  line-height: 1.1;
  font-family: 'Merriweather';
  font-weight: 400;
  display: block;
  margin-top: 14px;
  margin-bottom: 8px;
}
.sw-entity-post-home .sw-home-content .sw-description {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 19px;
  line-height: 1.3;
  color: #181716;
}
.navigation_wrapper .news_pane_wrapper {
  position: relative;
  padding-right: 60px;
}
.sw-entity-post-nav .sw-list-item-nav {
  margin-bottom: 15px;
  max-width: 495px;
}
.sw-entity-post-nav .sw-list-item-nav .sw-list-item-home-content-wrapper {
  position: relative;
}
.sw-entity-post-nav .sw-list-item-nav a {
  text-decoration: none !important;
  position: relative;
  width: 100%;
  display: block;
}
.sw-entity-post-nav .sw-list-item-nav a:link,
.sw-entity-post-nav .sw-list-item-nav a:visited {
  text-decoration: none !important;
  position: relative;
  width: 100%;
  display: block;
}
.sw-entity-post-nav .sw-list-item-nav a:link .sw-image-image,
.sw-entity-post-nav .sw-list-item-nav a:visited .sw-image-image {
  transform: scale(1);
  transition: transform 1s ease-in-out;
  text-decoration: none !important;
}
.sw-entity-post-nav .sw-list-item-nav a:hover,
.sw-entity-post-nav .sw-list-item-nav a:active {
  text-decoration: none !important;
}
.sw-entity-post-nav .sw-list-item-nav a:hover .sw-image-image,
.sw-entity-post-nav .sw-list-item-nav a:active .sw-image-image {
  transform: scale(1.1);
  transition: transform 1s ease-in-out;
}
.sw-entity-post-nav .sw-list-item-nav .sw-image {
  width: 100%;
  padding-bottom: 55.044%;
  z-index: 5;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.sw-entity-post-nav .sw-list-item-nav .sw-image .sw-image-image {
  width: 100%;
  height: 100%;
  background-size: 100% auto !important;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}
.sw-entity-post-nav .sw-list-item-nav div.sw-title {
  color: #fff;
  font-family: 'Merriweather';
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: block;
  padding: 15px;
  position: absolute;
  bottom: 0;
  z-index: 10;
}
/*
###############################################################################################

                               Newsdetailslider news detail slider

###############################################################################################
*/
.sw-entity-post-detail {
  margin-top: 115px;
}
.sw-entity-post-detail a.medien_back_link {
  font-family: Roboto;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  color: #052a68;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 35px;
  text-decoration: none;
  margin-top: 40px;
}
.sw-entity-post-detail a.medien_back_link:before {
  content: "";
  width: 20px;
  height: 27px;
  background: url("/application/themes/sw_default/media/medien_back_arrow.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
}
.sw-entity-post-detail a.medien_back_link:hover,
.sw-entity-post-detail a.medien_back_link:active {
  text-decoration: none;
}
.sw-entity-post-detail .newsdetail_slider_wrapper {
  position: relative;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  min-height: 100px;
  max-width: 1480px;
  left: calc(50% - 15px);
  display: block;
  margin: 0 15px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider_gradient {
  width: 100%;
  background: url("/application/themes/sw_default/media/bg_gradient.svg") no-repeat top center;
  background-size: cover;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper ul.slick-dots {
  padding-left: 0;
  margin: -5px 0;
}
.sw-entity-post-detail .newsdetail_slider_wrapper ul.slick-dots button {
  width: 10px;
  height: 10px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper ul.slick-dots button:before {
  color: #cdcdcd;
  font-size: 13px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper ul.slick-dots button:hover:before,
.sw-entity-post-detail .newsdetail_slider_wrapper ul.slick-dots button:active:before {
  color: #052a68;
}
.sw-entity-post-detail .newsdetail_slider_wrapper ul.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper ul.slick-dots li.slick-active button:before {
  color: #052a68;
  font-size: 13px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetal_header {
  position: absolute;
  top: 35px;
  z-index: 99;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: 700px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetal_header .news_detail_header_date {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetal_header .news_detail_header_title h1 {
  color: #fff;
  font-family: 'Merriweather';
  font-weight: 300;
  font-size: 37px;
  line-height: 1.2;
  text-align: center;
  margin: 15px 0 0 0;
  padding: 0;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider {
  position: relative;
  z-index: 98;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider:before {
  content: "";
  width: 100%;
  background: url("/application/themes/sw_default/media/bg_gradient.svg") no-repeat top center;
  background-size: contain;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  border-radius: 22px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-prev {
  left: -64px;
  z-index: 99;
  width: 40px;
  height: 28px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-prev:before {
  content: '';
  width: 40px;
  height: 28px;
  background: url("/application/themes/sw_default/media/newsdetail_arrow_left.svg") no-repeat bottom center;
  background-size: contain;
  display: inline-block;
  opacity: 1;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-next {
  right: -64px;
  z-index: 99;
  width: 40px;
  height: 28px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-next:before {
  content: '';
  width: 40px;
  height: 28px;
  background: url("/application/themes/sw_default/media/newsdetail_arrow_right.svg") no-repeat bottom center;
  background-size: contain;
  display: inline-block;
  opacity: 1;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-list {
  overflow: hidden;
  border-radius: 22px;
}
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-list .slick-track img.slider_item_image_image,
.sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-list .slick-track img.slider_item {
  width: 100%;
  min-height: 300px;
  height: auto;
  position: relative;
  object-fit: cover;
  height: 70vh;
}
.row_news_detail .sw-detail-item {
  max-width: 710px;
  border-radius: 22px;
  background-color: #fff;
  position: relative;
  top: -90px;
  padding: 23px 30px 20px 30px;
  transform: translateX(-50%);
  left: 50%;
}
.row_news_detail .sw-detail-item .newsdetal_header_mobile {
  display: none;
}
.row_news_detail .sw-detail-item .sw-summary {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  color: #000;
  line-height: 1.2;
  margin-bottom: 24px;
}
.row_news_detail .sw-detail-item .sw-description {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 300;
  color: #5F5F5F;
  line-height: 1.2;
}
.row_news_detail .sw-detail-item .news_social_icons_wrapper {
  margin: 70px 0 5px 0;
  display: block;
}
.row_news_detail .sw-detail-item .news_social_icons_wrapper h2 {
  color: #8093B2;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: Roboto;
}
.row_news_detail .sw-detail-item .news_social_icons_wrapper .news_social_icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 9px;
  text-decoration: none;
  margin-bottom: 15px;
}
.row_news_detail .sw-detail-item .news_social_icons_wrapper .news_social_icon.news_facebook {
  background: url("/application/themes/sw_default/media/news_icons/icon_facebook_news.svg") no-repeat top center;
  background-size: contain;
}
.row_news_detail .sw-detail-item .news_social_icons_wrapper .news_social_icon.news_instagram {
  background: url("/application/themes/sw_default/media/news_icons/icon_instagram_news.svg") no-repeat top center;
  background-size: contain;
}
.row_news_detail .sw-detail-item .news_social_icons_wrapper .news_social_icon.news_inlink {
  background: url("/application/themes/sw_default/media/news_icons/icon_inlink_news.svg") no-repeat top center;
  background-size: contain;
}
.row_news_detail .sw-detail-item .news_social_icons_wrapper .news_social_icon.news_whatsup {
  background: url("/application/themes/sw_default/media/news_icons/icon_whatsup_news.svg") no-repeat top center;
  background-size: contain;
}
.row_news_detail .sw-detail-item .news_video {
  width: 100%;
  margin: 30px 0 0 0;
  display: block;
}
.row_news_detail .sw-detail-item .news_video .video_mp4 {
  width: 100%;
  display: block;
}
.row_news_detail .sw-detail-item .news_video .video_mp4 video {
  width: 100%;
  height: auto;
}
#main-slider-lesenswert {
  background: #e9ecf1;
}
.newsdetail_footer_news_slider,
.news_lesenswert_slider_slider {
  width: 100%;
  height: auto;
  background-color: #E9ECF1;
}
.row_newsdetail_slider {
  margin-right: 0;
}
.row_newsdetail_slider .newsdetail_title {
  float: right;
  text-align: left;
  max-width: 1265px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.row_newsdetail_slider .newsdetail_title h2 {
  text-transform: uppercase;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #8093B2;
  display: block;
  line-height: 1;
  text-align: left;
  margin-bottom: 0;
}
.newsdetail_slider_slider,
.newsdetail_slider_slider_one {
  max-width: 1310px;
  float: right;
  margin-bottom: 57px !important;
}
.newsdetail_slider_slider .slick-list,
.newsdetail_slider_slider_one .slick-list {
  padding: 25px 0 13px 15px !important;
  position: relative;
}
.newsdetail_slider_slider .slick-list:before,
.newsdetail_slider_slider_one .slick-list:before {
  content: "";
  width: 30px;
  height: calc(100% + 60px);
  position: absolute;
  background-color: #E9ECF1;
  z-index: 9;
  left: 0;
  top: -30px;
}
.newsdetail_slider_slider .slider-item-wrapper,
.newsdetail_slider_slider_one .slider-item-wrapper {
  display: block;
  max-width: 1179px;
  width: 100%;
  margin-left: 30px;
}
.newsdetail_slider_slider a.slider-item,
.newsdetail_slider_slider_one a.slider-item {
  display: block;
  max-width: 1175px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.newsdetail_slider_slider a.slider-item:link,
.newsdetail_slider_slider_one a.slider-item:link,
.newsdetail_slider_slider a.slider-item:visited,
.newsdetail_slider_slider_one a.slider-item:visited {
  text-decoration: none;
  line-height: 0;
}
.newsdetail_slider_slider a.slider-item:link .slider-item-image,
.newsdetail_slider_slider_one a.slider-item:link .slider-item-image,
.newsdetail_slider_slider a.slider-item:visited .slider-item-image,
.newsdetail_slider_slider_one a.slider-item:visited .slider-item-image {
  overflow: hidden;
}
.newsdetail_slider_slider a.slider-item:link .slider-item-image img,
.newsdetail_slider_slider_one a.slider-item:link .slider-item-image img,
.newsdetail_slider_slider a.slider-item:visited .slider-item-image img,
.newsdetail_slider_slider_one a.slider-item:visited .slider-item-image img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.newsdetail_slider_slider a.slider-item:hover,
.newsdetail_slider_slider_one a.slider-item:hover,
.newsdetail_slider_slider a.slider-item:active,
.newsdetail_slider_slider_one a.slider-item:active {
  text-decoration: none;
  line-height: 0;
}
.newsdetail_slider_slider a.slider-item:hover .slider-item-image,
.newsdetail_slider_slider_one a.slider-item:hover .slider-item-image,
.newsdetail_slider_slider a.slider-item:active .slider-item-image,
.newsdetail_slider_slider_one a.slider-item:active .slider-item-image {
  overflow: hidden;
}
.newsdetail_slider_slider a.slider-item:hover .slider-item-image img,
.newsdetail_slider_slider_one a.slider-item:hover .slider-item-image img,
.newsdetail_slider_slider a.slider-item:active .slider-item-image img,
.newsdetail_slider_slider_one a.slider-item:active .slider-item-image img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}
.newsdetail_slider_slider a.slider-item .slider-item-inner,
.newsdetail_slider_slider_one a.slider-item .slider-item-inner {
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.newsdetail_slider_slider a.slider-item .slider-item-image,
.newsdetail_slider_slider_one a.slider-item .slider-item-image {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: relative;
}
.newsdetail_slider_slider a.slider-item .slider-item-image img,
.newsdetail_slider_slider_one a.slider-item .slider-item-image img {
  object-fit: cover;
  position: relative;
  display: inline-block;
  min-height: 270px;
}
.newsdetail_slider_slider a.slider-item .slider-item-text,
.newsdetail_slider_slider_one a.slider-item .slider-item-text {
  width: 49%;
  display: inline-block;
  padding: 22px 25px;
  height: calc(100% - 25px) !important;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.newsdetail_slider_slider a.slider-item .slider-item-text .slider-item-text-inner,
.newsdetail_slider_slider_one a.slider-item .slider-item-text .slider-item-text-inner {
  height: 100%;
  display: block;
  overflow: hidden;
}
.newsdetail_slider_slider a.slider-item .slider-item-text h2,
.newsdetail_slider_slider_one a.slider-item .slider-item-text h2 {
  font-family: 'Merriweather';
  color: #002f39;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 14px;
}
.newsdetail_slider_slider a.slider-item .slider-item-text .sw-summary,
.newsdetail_slider_slider_one a.slider-item .slider-item-text .sw-summary {
  color: #000;
  font-size: 18px;
  line-height: 1.3;
  font-family: 'Roboto';
  font-weight: 300;
  vertical-align: top;
}
.newsdetail_slider_slider_one {
  margin-right: 75px;
}
.newsdetail_slider_slider_one .slick-list {
  padding-right: 15px !important;
}
ul.slick-dots {
  padding-left: 0;
}
ul.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
ul.slick-dots li button {
  width: 10px;
  height: 10px;
}
ul.slick-dots li button:before {
  font-size: 13px;
  color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
ul.slick-dots li:hover button:before,
ul.slick-dots li:active button:before {
  color: #00B1B2;
  width: 10px;
  height: 10px;
  font-size: 13px;
}
ul.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}
ul.slick-dots li.slick-active button:before {
  font-size: 13px;
  color: #00B1B2;
  opacity: 1;
}
/*
###############################################################################################

                                Partner Gold Silber Bronze Supporter

###############################################################################################
*/
.sw-entity-partner-list-gold {
  margin-bottom: 100px;
}
.sw-entity-partner-list-gold h2.my-page-title {
  margin-top: 50px;
  margin-bottom: 35px;
  font-family: 'Merriweather';
  color: #052a68;
  font-size: 28px;
  text-transform: none;
}
.sw-entity-partner-list-gold .sw-list-item-home-content-wrapper {
  position: relative;
  padding: 0 0 30px 0;
}
.sw-entity-partner-list-gold .sw-list-item-home-content-wrapper a {
  position: absolute;
  z-index: 99;
  left: 20px;
  bottom: 40px;
  color: #052a68;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
}
.sw-entity-partner-list-gold .sw-list-item-home-content-wrapper a:hover + .sw-image-wrapper .sw-image img,
.sw-entity-partner-list-gold .sw-list-item-home-content-wrapper a:active + .sw-image-wrapper .sw-image img {
  transform: scale(1.1) translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.sw-entity-partner-list-gold .sw-list-item-home-content-wrapper .sw-image-wrapper {
  border: 2px solid #6AB3B4;
  border-radius: 12px;
}
.sw-entity-partner-list-gold .sw-list-item-home-content-wrapper .sw-image {
  z-index: 98;
  overflow: hidden;
  position: relative;
  margin: 0 0 50px 0;
  padding-bottom: 60%;
}
.sw-entity-partner-list-gold .sw-list-item-home-content-wrapper .sw-image img {
  width: 100%;
  height: auto;
  transform: scale(1) translateY(-50%);
  transition: transform 0.3s ease-in-out;
  padding: 15px;
  position: absolute;
  top: 50%;
}
.sw-entity-partner-list-silber {
  margin-bottom: 100px;
}
.sw-entity-partner-list-silber h2.my-page-title {
  margin-top: 50px;
  margin-bottom: 35px;
  font-family: 'Merriweather';
  color: #052a68;
  font-size: 28px;
  text-transform: none;
}
.sw-entity-partner-list-silber .sw-list-item-home-content-wrapper {
  position: relative;
  padding: 0 0 30px 0;
}
.sw-entity-partner-list-silber .sw-list-item-home-content-wrapper .sw-image-wrapper {
  border: 2px solid #6AB3B4;
  border-radius: 12px;
}
.sw-entity-partner-list-silber .sw-list-item-home-content-wrapper .sw-image-wrapper .sw-image img {
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.sw-entity-partner-list-silber .sw-list-item-home-content-wrapper .sw-image-wrapper:hover .sw-image img,
.sw-entity-partner-list-silber .sw-list-item-home-content-wrapper .sw-image-wrapper:active .sw-image img {
  transform: scale(1.1) translateY(-50%) !important;
  transition: transform 0.3s ease-in-out;
}
.sw-entity-partner-list-silber .sw-list-item-home-content-wrapper a {
  text-decoration: none !important;
}
.sw-entity-partner-list-silber .sw-list-item-home-content-wrapper .sw-image {
  z-index: 98;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
}
.sw-entity-partner-list-silber .sw-list-item-home-content-wrapper .sw-image img {
  width: 100%;
  height: auto;
  position: absolute;
  transform: scale(1) translateY(-50%) !important;
  transition: transform 0.3s ease-in-out;
  top: 50%;
  padding: 15px;
}
.sw-entity-partner-list-bronze,
#bronze {
  margin-bottom: 100px;
}
.sw-entity-partner-list-bronze h2.my-page-title,
#bronze h2.my-page-title {
  margin-top: 50px;
  font-family: 'Merriweather';
  color: #052a68;
  font-size: 28px;
  text-transform: none;
}
.sw-entity-partner-list-bronze .sw-list-item-home-content-wrapper,
#bronze .sw-list-item-home-content-wrapper {
  position: relative;
  padding: 0 0 30px 0;
  min-height: 100px;
}
.sw-entity-partner-list-bronze .sw-list-item-home-content-wrapper .sw-image,
#bronze .sw-list-item-home-content-wrapper .sw-image {
  overflow: hidden;
  padding: 0;
  position: relative;
  padding-bottom: 50%;
}
.sw-entity-partner-list-bronze .sw-list-item-home-content-wrapper .sw-image a img,
#bronze .sw-list-item-home-content-wrapper .sw-image a img {
  position: absolute;
  transform: scale(1) translateY(-50%) !important;
  transition: transform 0.3s ease-in-out;
  top: 50%;
}
.sw-entity-partner-list-bronze .sw-list-item-home-content-wrapper .sw-image a:hover img,
#bronze .sw-list-item-home-content-wrapper .sw-image a:hover img,
.sw-entity-partner-list-bronze .sw-list-item-home-content-wrapper .sw-image a:active img,
#bronze .sw-list-item-home-content-wrapper .sw-image a:active img {
  transform: scale(1.1) translateY(-50%) !important;
  transition: transform 0.3s ease-in-out;
}
.sw-entity-partner-list-supporter {
  margin-bottom: 100px;
}
.sw-entity-partner-list-supporter h2.my-page-title {
  margin-top: 50px;
  font-family: 'Merriweather';
  color: #052a68;
  font-size: 28px;
  text-transform: none;
}
.sw-entity-partner-list-supporter .sw-list-item-home-content-wrapper {
  position: relative;
  margin: 15px 0;
}
.sw-entity-partner-list-supporter .sw-list-item-home-content-wrapper a {
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: underline !important;
  width: 100%;
  text-align: center;
  color: #052a68;
}
.sw-entity-partner-list-supporter .sw-list-item-home-content-wrapper a:hover,
.sw-entity-partner-list-supporter .sw-list-item-home-content-wrapper a:active {
  text-decoration: none !important;
}
.sw-entity-partner-detail {
  margin-top: 115px;
}
.sw-entity-partner-detail .company_domain p {
  display: inline-block;
}
.sw-entity-partner-detail .company_domain a {
  border: 2px solid #66b1b2;
  border-radius: 10px;
  padding: 9px 10px;
  text-align: center;
  display: inline-block;
  color: #002f39;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}
.sw-entity-partner-detail .company_domain a:hover,
.sw-entity-partner-detail .company_domain a:active {
  text-decoration: none;
}
.sw-entity-partner-detail a.medien_back_link {
  font-family: Roboto;
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  color: #052a68;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  padding-left: 35px;
  text-decoration: none;
  margin-top: 40px;
}
.sw-entity-partner-detail a.medien_back_link:before {
  content: "";
  width: 20px;
  height: 27px;
  background: url("/application/themes/sw_default/media/medien_back_arrow.svg") no-repeat center center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
}
.sw-entity-partner-detail a.medien_back_link:hover,
.sw-entity-partner-detail a.medien_back_link:active {
  text-decoration: none;
}
.sw-entity-partner-detail .partnerdetail_slider_wrapper {
  position: relative;
  transform: translateX(-50%);
  width: calc(100% - 30px);
  min-height: 100px;
  max-width: 1100px;
  left: calc(50% - 15px);
  display: block;
  margin: 0 15px;
  padding: 50px 20px;
  border-radius: 22px;
}
.sw-entity-partner-detail .partnerdetail_slider_wrapper .partnerdetail_slider_gradient {
  width: 100%;
  background: url("/application/themes/sw_default/media/bg_gradient.svg") no-repeat top center;
  background-size: cover;
  height: auto;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.sw-entity-partner-detail .partnerdetail_slider_wrapper .newsdetal_header {
  position: absolute;
  top: 35px;
  z-index: 99;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  max-width: 700px;
}
.sw-entity-partner-detail .partnerdetail_slider_wrapper .newsdetal_header .news_detail_header_date {
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sw-entity-partner-detail .partnerdetail_slider_wrapper .newsdetal_header .news_detail_header_title h1 {
  color: #fff;
  font-family: 'Merriweather';
  font-weight: 300;
  font-size: 37px;
  line-height: 1.2;
  text-align: center;
  margin: 30px 0 0 0;
  padding: 0;
}
.sw-entity-partner-detail .partnerdetail_slider_wrapper .partnerdetail_image {
  max-width: 710px;
  border-radius: 22px;
  background-color: #fff;
  position: relative;
  z-index: 98;
  margin: 0 auto;
  margin-bottom: 40px;
}
.sw-entity-partner-detail .partnerdetail_slider_wrapper .partnerdetail_image img {
  border-radius: 22px;
  width: 100%;
  padding: 50px;
}
.sw-entity-partner-detail .sw-summary-desktop {
  max-width: 710px;
  border-radius: 22px;
  background-color: #fff;
  position: relative;
  top: 0px;
  padding: 23px 30px 20px 30px;
  transform: translateX(-50%);
  left: 50%;
  margin-bottom: 35px;
}
.sw-entity-partner-detail .sw-summary-desktop p {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-family: Roboto;
}
.sw-entity-partner-detail .sw-summary-desktop p:last-child {
  margin-bottom: 0;
}
.sw-entity-partner-detail .sw-summary-desktop > .row > .columns {
  padding: 0;
}
.sw-entity-partner-detail .sw-summary-mobile {
  display: none;
}
.sw-entity-partner-detail .row_news_detail .sw-detail-item {
  top: -45px;
}
.partner_social_icons_wrapper {
  margin-top: 50px;
}
.partner_social_icons_wrapper .company_socials {
  text-align: right;
}
.partner_social_icons_wrapper .partner_social_icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 9px;
  text-decoration: none;
  margin-bottom: 15px;
}
.partner_social_icons_wrapper .partner_social_icon.partner_facebook {
  background: url("/application/themes/sw_default/media/news_icons/icon_facebook_news.svg") no-repeat top center;
  background-size: contain;
}
.partner_social_icons_wrapper .partner_social_icon.partner_instagram {
  background: url("/application/themes/sw_default/media/news_icons/icon_instagram_news.svg") no-repeat top center;
  background-size: contain;
}
.partner_social_icons_wrapper .partner_social_icon.partner_inlink {
  background: url("/application/themes/sw_default/media/news_icons/icon_inlink_news.svg") no-repeat top center;
  background-size: contain;
}
.partner_social_icons_wrapper .partner_social_icon.partner_whatsup {
  background: url("/application/themes/sw_default/media/news_icons/icon_whatsup_news.svg") no-repeat top center;
  background-size: contain;
}
.partner_social_icons_wrapper .partner_social_icon.partner_twitter {
  background: url("/application/themes/sw_default/media/news_icons/icon_twitter.svg") no-repeat top center;
  background-size: contain;
}
.partner_social_icons_wrapper .partner_social_icon.partner_tiktok {
  background: url("/application/themes/sw_default/media/news_icons/icon_tiktok_news.svg") no-repeat top center;
  background-size: contain;
}
.partner_social_icons_wrapper .partner_social_icon.partner_youtube {
  background: url("/application/themes/sw_default/media/news_icons/icon_youtube.svg") no-repeat top center;
  background-size: contain;
}
.partner_social_icons_wrapper .partner_social_icon.partner_xing {
  background: url("/application/themes/sw_default/media/news_icons/icon_xing.svg") no-repeat top center;
  background-size: contain;
}
.partner_social_icons_wrapper .partner_social_icon.partner_instagram {
  background: url("/application/themes/sw_default/media/news_icons/icon_instagram.svg") no-repeat top center;
  background-size: contain;
}
.partner-table td {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  font-size: 16px;
  min-width: 110px;
  padding: 0.2rem 0.625rem;
  text-align: center;
  vertical-align: middle !important;
}
.partner-table td:first-child {
  text-align: left;
  vertical-align: top;
}
table.partner-table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}
table.partner-table tbody tr td:nth-of-type(1) {
  padding-left: 0;
}
table.partner-table tbody tr:not(:nth-of-type(1)) td:nth-of-type(even) {
  background-color: #66b1b2;
  color: #fff;
}
table.partner-table tbody tr:nth-of-type(1) td {
  color: #052a68;
  font-weight: 600;
  vertical-align: bottom;
}
table.partner-table tbody tr td:nth-of-type(1) {
  padding-left: 0 !important;
}
.partner-table td {
  border-bottom: 2px solid rgba(5, 42, 104, 0.5);
  font-size: 16px;
  min-width: 110px;
  padding: 0.2rem 0.625rem !important;
  vertical-align: top;
}
.swReset #main-wrapper .columns table.partner-table:last-of-type tbody tr:last-of-type td a {
  border: 2px solid #ff6a00;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 10px;
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 900;
  hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
}
/*
###############################################################################################

                                Diverses

###############################################################################################
*/
#disturb-me-wrapper {
  position: fixed;
  top: 50%;
  right: -30px;
  background-color: #66b1b2;
  padding: 35px 75px 35px 45px;
  z-index: 9999;
  border: 2px solid #fff;
  max-width: 500px;
  border-radius: 10px;
  color: #fff;
  box-shadow: -5px 5px 20px 0 rgba(0, 0, 0, 0.8);
  transform: translate(calc(100% - 75px), -50%);
  transition: transform 400ms ease;
  will-change: transform;
}
#disturb-me-wrapper:before {
  content: '+';
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  font-size: 3em;
}
#disturb-me-wrapper.is-open,
#disturb-me-wrapper:hover {
  transform: translate(0, -50%);
}
#disturb-me-wrapper.is-open:before,
#disturb-me-wrapper:hover:before {
  display: none;
}
#disturb-me-wrapper a,
#disturb-me-wrapper h1,
#disturb-me-wrapper h2,
#disturb-me-wrapper h3,
#disturb-me-wrapper h4,
#disturb-me-wrapper .h1,
#disturb-me-wrapper .h2,
#disturb-me-wrapper .h3,
#disturb-me-wrapper .h4 {
  color: inherit;
}
#disturb-me-wrapper h1,
#disturb-me-wrapper h2,
#disturb-me-wrapper h3,
#disturb-me-wrapper h4,
#disturb-me-wrapper .h1,
#disturb-me-wrapper .h2,
#disturb-me-wrapper .h3,
#disturb-me-wrapper .h4 {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Merriweather', serif;
  margin-bottom: 15px;
  line-height: 1.2;
}
#disturb-me-wrapper p:last-of-type {
  margin-bottom: 0;
}
.alert ul {
  margin-left: 1.25rem;
}
.all-except-footer {
  min-height: calc(100vh - 258px);
  /* 100vh - footer-height */
}
label {
  color: inherit;
}
.is-logged-in .all-except-footer {
  min-height: calc(100vh - 373px);
  /* 100vh - footer-height - admin bar (48) */
}
html[lang="de"] #ccm-check-in-publish {
  font-size: 12px;
  line-height: 22px;
}
#ccm-account-menu,
.ccm-notification-help-launcher {
  display: none;
}
/*
###############################################################################################

                                googlemaps google maps

###############################################################################################
*/
#googleMapCanvas {
  width: 100% !important;
  height: 695px !important;
  position: relative;
}
#googleMapCanvas .gm-style .gm-style-iw-c {
  padding: 0;
  border: 2px solid #fff;
  background-color: #00B1B2;
  min-width: 255px;
  width: auto;
}
#googleMapCanvas .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
#googleMapCanvas .info_wrapper {
  padding: 25px 25px 25px 25px;
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  width: 100%;
  max-width: 350px;
}
#googleMapCanvas .info_wrapper h2 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 6px;
}
#googleMapCanvas .info_wrapper a {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}
#googleMapCanvas .info_wrapper a:hover,
#googleMapCanvas .info_wrapper a:active {
  text-decoration: underline;
}
#googleMapCanvas .info_wrapper a[href^="tel:"],
#googleMapCanvas .info_wrapper a[href^="mailto:"] {
  margin-bottom: 6px;
}
#googleMapCanvas .info_wrapper a[href^="http"]:before {
  content: "";
  background: url("/application/themes/sw_default/media/link_arrow_white.svg") no-repeat center center;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
}
#googleMapCanvas .info_wrapper .info_address {
  margin-bottom: 6px;
}
#googleMapCanvas button.gm-ui-hover-effect {
  top: 4px !important;
  right: 4px !important;
  position: relative;
}
#googleMapCanvas button.gm-ui-hover-effect img {
  position: absolute;
  width: 14px !important;
  height: 14px !important;
  right: 0 !important;
  top: 0 !important;
  display: inline-block;
}
#googleMapCanvas .gm-style .gm-style-iw-t:after {
  background-color: #00B1B2 !important;
  background: linear-gradient(45deg, #00b1b2 50%, rgba(0, 177, 178, 0) 51%, rgba(0, 177, 178, 0) 100%) !important;
  background-color: rgba(0, 177, 178, 0) !important;
  border-left: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
  border-top: none !important;
  border-right: none !important;
  margin-top: -1px;
  width: 30px !important;
  height: 30px !important;
  left: -3px !important;
}
/*
###############################################################################################

                                magnific popup video

###############################################################################################
*/
.mfp-title {
  position: absolute !important;
  font-family: Roboto;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.2;
  display: block;
  margin-top: 10px;
}
/*
###############################################################################################

                                Blocks

###############################################################################################
*/
/*! http://responsiveslides.com v1.54 by @viljamis */
.extended-slider .ccm-image-slider {
  position: relative;
}
.extended-slider .ccm-image-slider-title {
  margin-top: auto;
}
.extended-slider a.mega-link-overlay {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  left: 0px;
}
.extended-slider.rslides {
  margin: 0 auto;
}
.extended-slider .rslides > li {
  height: 100vh;
  position: relative;
}
.extended-slider .rslides > li .bg-image {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.extended-slider .slogan-container {
  display: flex;
  height: 100%;
  align-items: center;
  max-width: 1360px;
  padding: 15px;
  width: 100%;
  margin: auto;
}
.extended-slider .slogan-container.slogan-center {
  justify-content: center;
}
.extended-slider .slogan-container.slogan-left {
  justify-content: flex-start;
}
.extended-slider .slogan-container.slogan-right {
  justify-content: flex-end;
}
.extended-slider .slogan-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.extended-slider .rslides1_nav {
  z-index: 99;
  opacity: 1;
  height: 60px;
  width: 60px;
  background: none;
  margin-top: -30px;
  text-decoration: none !important;
}
.extended-slider.rslides1_nav.next {
  left: auto;
  right: 0;
}
.extended-slider .rslides1_nav:after {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 70px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.extended-slider .rslides1_nav.next:after {
  content: "\f105";
}
.extended-slider ul.rslides_tabs.rslides1_tabs {
  position: absolute;
  bottom: 30px;
  z-index: 12;
  left: 50%;
  transform: translateX(-50%);
}
.extended-slider ul.rslides_tabs.rslides1_tabs li.rslides_here a {
  background: #1e88e5;
}
.sw-accordion-wrapper .accordion {
  background: none;
}
.sw-accordion-wrapper .accordion .accordion-item {
  margin-bottom: 10px;
}
.sw-accordion-wrapper .accordion .accordion-item .accordion-title {
  box-shadow: 0 2px 40px -5px rgba(153, 153, 153, 0.5);
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.sw-accordion-wrapper .accordion .accordion-item .accordion-title:before {
  content: '\f078';
  font-size: 0.8em;
  font-family: FontAwesome;
  color: #999999;
  transition: all 400ms ease;
}
.sw-accordion-wrapper .accordion .accordion-item .accordion-content {
  border: none;
  color: inherit;
  background-color: transparent;
  line-height: 1.5em;
}
.sw-accordion-wrapper .accordion .accordion-item .accordion-content ul {
  margin-left: 1.25rem;
}
.sw-accordion-wrapper .accordion .accordion-item.is-active .accordion-title {
  color: #1e88e5;
}
.sw-accordion-wrapper .accordion .accordion-item.is-active .accordion-title:before {
  transform: rotate(-180deg);
}
.ccm-block-express-form .ccm-form select,
.ccm-block-express-form .ccm-form [type='text'],
.ccm-block-express-form .ccm-form [type='password'],
.ccm-block-express-form .ccm-form [type='date'],
.ccm-block-express-form .ccm-form [type='datetime'],
.ccm-block-express-form .ccm-form [type='datetime-local'],
.ccm-block-express-form .ccm-form [type='month'],
.ccm-block-express-form .ccm-form [type='week'],
.ccm-block-express-form .ccm-form [type='email'],
.ccm-block-express-form .ccm-form [type='number'],
.ccm-block-express-form .ccm-form [type='search'],
.ccm-block-express-form .ccm-form [type='tel'],
.ccm-block-express-form .ccm-form [type='time'],
.ccm-block-express-form .ccm-form [type='url'],
.ccm-block-express-form .ccm-form [type='color'],
.ccm-block-express-form .ccm-form textarea {
  border-radius: 0;
}
.ccm-block-express-form .ccm-form select:focus,
.ccm-block-express-form .ccm-form [type='text']:focus,
.ccm-block-express-form .ccm-form [type='password']:focus,
.ccm-block-express-form .ccm-form [type='date']:focus,
.ccm-block-express-form .ccm-form [type='datetime']:focus,
.ccm-block-express-form .ccm-form [type='datetime-local']:focus,
.ccm-block-express-form .ccm-form [type='month']:focus,
.ccm-block-express-form .ccm-form [type='week']:focus,
.ccm-block-express-form .ccm-form [type='email']:focus,
.ccm-block-express-form .ccm-form [type='number']:focus,
.ccm-block-express-form .ccm-form [type='search']:focus,
.ccm-block-express-form .ccm-form [type='tel']:focus,
.ccm-block-express-form .ccm-form [type='time']:focus,
.ccm-block-express-form .ccm-form [type='url']:focus,
.ccm-block-express-form .ccm-form [type='color']:focus,
.ccm-block-express-form .ccm-form textarea:focus {
  border: 1px solid #1e88e5;
}
.ccm-block-express-form .ccm-form [type='file'] {
  font-size: 0.875rem;
}
.ccm-block-express-form .ccm-form img.ccm-captcha-image {
  display: inline-block;
  margin: 0.5em 0 1em 0;
}
.ccm-block-express-form .ccm-form .ccm-input-captcha {
  width: auto;
}
.ccm-block-express-form .ccm-form .form-actions {
  margin: 1em 0 2em;
}
.label-left .ccm-block-express-form .ccm-form .form-group.captcha {
  margin: 1em 0;
}
.label-left .ccm-block-express-form .ccm-form .form-group.captcha img.ccm-captcha-image {
  display: inline-block;
  margin: 0 0 1em 0;
}
.label-left .ccm-block-express-form .ccm-form .form-group.captcha .ccm-input-captcha {
  width: auto;
}
.label-left .ccm-block-express-form .ccm-form .form-group::before,
.label-left .ccm-block-express-form .ccm-form .form-group::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.label-left .ccm-block-express-form .ccm-form .form-group::after {
  clear: both;
}
.label-left .ccm-block-express-form .ccm-form .form-group .control-label {
  width: 140px;
  float: left;
  margin-right: 20px;
}
.label-left .ccm-block-express-form .ccm-form .form-group .form-control,
.label-left .ccm-block-express-form .ccm-form .form-group [type='file'] {
  width: calc(100% - 160px);
  float: left;
}
.label-left .ccm-block-express-form .ccm-form .form-group .checkbox,
.label-left .ccm-block-express-form .ccm-form .form-group .radio {
  float: left;
  margin-right: 1.5em;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-header {
  margin: 1em 0 2em 0;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry {
  display: flex;
  margin-bottom: 1em;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-thumbnail {
  max-width: 260px;
  width: 100%;
  flex: 0 0 100%;
  overflow: hidden;
  margin-right: 1em;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-thumbnail img {
  transition: transform 200ms ease-out;
  will-change: transform;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-thumbnail:hover img {
  transform: scale(1.05);
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a {
  text-decoration: none;
  font-weight: inherit;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a:hover {
  font-weight: inherit;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-text .ccm-block-page-list-date {
  font-size: 0.85em;
}
.ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-text .ccm-block-page-list-page-entry-read-more {
  color: #1e88e5;
}
.ccm-block-page-list-thumbnail-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
  width: 33.333333%;
}
.two-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages {
  display: flex;
  flex-direction: row;
  margin: 0 -15px;
}
.two-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}
.two-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-thumbnail {
  max-width: 200px;
}
.three-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages {
  display: flex;
  flex-direction: row;
  margin: 0 -15px;
}
.three-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry {
  width: 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 15px;
}
.three-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-thumbnail {
  max-width: 120px;
}
.items-stacked .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry {
  flex-direction: column !important;
}
.items-stacked .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-thumbnail {
  width: 100%;
  max-width: 100% !important;
  flex: initial;
  margin-bottom: 0.6em;
}
ul.pagination {
  margin: 22px 0;
}
ul.pagination li {
  display: inline-block;
  float: left;
}
ul.pagination li.current {
  padding: 0.1875rem 0.625rem;
  background: #1e88e5;
  color: #fff;
  cursor: default;
  position: relative;
  top: -3px;
}
ul.pagination li.current span {
  color: inherit;
}
ul.pagination > li > a,
ul.pagination > li > span {
  position: relative;
  float: left;
  padding: 5px;
  text-decoration: none;
  background-color: transparent;
  border: none;
  color: initial;
  margin-left: auto;
  font-size: 1em;
  line-height: 1;
}
ul.pagination > li > a:hover,
ul.pagination > li > span:hover,
ul.pagination > li > a:focus,
ul.pagination > li > span:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
}
@media only screen and (max-width: 700px) {
  .two-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry,
  .three-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry {
    width: 100%;
    flex: 0 0 100%;
  }
  .two-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-thumbnail,
  .three-per-row .ccm-block-page-list-wrapper .ccm-block-page-list-pages .page-list-entry .ccm-block-page-list-page-entry-thumbnail {
    max-width: 120px;
  }
  .ccm-block-page-list-thumbnail-grid-wrapper .ccm-block-page-list-page-entry-grid-item {
    width: 100%;
  }
}
.md-gallery-title {
  margin: 1em 0 2em 0;
}
.md-gallery-wrapper .column .md-gallery-content {
  margin-bottom: 30px;
  position: relative;
}
.md-gallery-wrapper .column .md-gallery-content a {
  text-decoration: none;
  color: #222222;
}
.md-gallery-wrapper .column .md-gallery-content .md-gallery-content-image {
  overflow: hidden;
}
.md-gallery-wrapper .column .md-gallery-content .md-gallery-content-image img {
  transition: transform 200ms ease-out;
  will-change: transform;
  width: 100%;
}
.md-gallery-wrapper .column .md-gallery-content .md-gallery-content-text {
  text-align: center;
  font-size: 0.875em;
}
.md-gallery-wrapper .column .md-gallery-content:hover .md-gallery-content-image img {
  transform: scale(1.05);
}
.no-padding .md-gallery-title {
  margin: 1em -15px 2em -15px;
}
.no-padding .md-gallery-wrapper > .column,
.no-padding .md-gallery-wrapper > .columns {
  padding-right: 0;
  padding-left: 0;
}
.no-padding .md-gallery-wrapper .md-gallery-content {
  margin-bottom: 0;
}
.no-padding .md-gallery-wrapper .md-gallery-content .md-gallery-content-text {
  text-align: center;
  font-size: 0.875em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: bold;
}
.no-padding .md-gallery-wrapper .md-gallery-content:hover {
  background-color: #1e88e5;
}
.no-padding .md-gallery-wrapper .md-gallery-content:hover .md-gallery-content-image {
  opacity: 0.6;
}
.no-padding .md-gallery-wrapper .md-gallery-content:hover .md-gallery-content-text {
  opacity: 1;
}
.medium-12.columns > .no-padding {
  margin: 0 15px;
}
.no-title .md-gallery-content {
  margin-bottom: 0;
}
.no-title .md-gallery-content .md-gallery-content-text {
  text-align: center;
  font-size: 0.875em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: opacity 200ms ease;
  color: transparent !important;
  font-weight: bold;
}
.no-title .md-gallery-content .md-gallery-content-text:after {
  content: '\f002';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: FontAwesome;
  font-size: 2em;
  transform: translate(-50%, -50%);
}
.no-title .md-gallery-content:hover {
  background-color: #1e88e5;
}
.no-title .md-gallery-content:hover .md-gallery-content-image {
  opacity: 0.6;
}
.no-title .md-gallery-content:hover .md-gallery-content-text {
  opacity: 1;
}
.no-heading .md-gallery-title {
  display: none !important;
}
.gallery-back {
  margin: 1em 0;
  display: block;
}
.heading-centered .md-gallery-title {
  text-align: center;
}
.sw-simple-team .sw-simple-team-item {
  margin-bottom: 1em;
}
.sw-simple-team .sw-simple-team-item .name-wrapper {
  margin-top: 0.5em;
}
.sw-simple-team .sw-simple-team-item .name-wrapper h3 {
  margin-bottom: 0;
}
.topic-list-wrapper {
  margin-bottom: 15px;
}
.topic-list-wrapper .sw-categories li {
  display: inline-block;
  list-style: none;
}
.topic-list-wrapper .sw-categories li a {
  display: inline-block;
  padding: 5px 15px;
  background-color: transparent;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #222222;
  font-size: 0.9em;
  text-decoration: none;
  border: 1px solid #222222;
}
.topic-list-wrapper .sw-categories li a.topic-selected.active {
  background-color: #1e88e5;
  color: #fff;
}
.sw-topics-wrapper ul {
  margin: 0;
}
.sw-topics-wrapper ul li {
  list-style: none;
}
.sw-topics-wrapper ul li a {
  text-decoration: none;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  display: block;
  padding-left: 25px;
  color: #222222;
}
.sw-topics-wrapper ul li a:before {
  content: '\f096';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 1px;
}
.sw-topics-wrapper ul li a:hover,
.sw-topics-wrapper ul li a.ccm-block-topic-list-topic-selected {
  text-decoration: none;
  color: #1e88e5;
}
.sw-topics-wrapper ul li a:hover:before,
.sw-topics-wrapper ul li a.ccm-block-topic-list-topic-selected:before {
  content: '\f046';
}
.sw-topics-wrapper ul li a.reset-filter {
  margin-top: 1em;
}
.sw-topics-wrapper ul li a.reset-filter:before {
  content: '\f00d' !important;
}
/*
###############################################################################################

                                Media Queries

###############################################################################################
*/
.mobile_wrapper {
  display: none;
}
@media only screen and (max-width: 1295px) {
  .newsdetail_title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .newsdetail_slider_slider,
  .newsdetail_slider_slider_one {
    float: left;
    width: 100% !important;
  }
  .newsdetail_slider_slider .slider-item-wrapper,
  .newsdetail_slider_slider_one .slider-item-wrapper {
    margin-left: 15px;
    margin-right: 15px;
  }
  .newsdetail_slider_slider .slick-list,
  .newsdetail_slider_slider_one .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .newsdetail_slider_slider .slick-list:before,
  .newsdetail_slider_slider_one .slick-list:before {
    display: none;
  }
  #footer-wrapper .footer_left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #footer-wrapper .footer_1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1600px) {
  .off-canvas ul#responsive-menu > li > a {
    margin-bottom: 40px;
  }
  .off-canvas ul#responsive-menu .menu {
    padding-right: 20px;
  }
  .sw-entity-post-nav .sw-list-item-nav div.sw-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  .home_button a,
  .home_button a b {
    font-size: 28px !important;
  }
  .sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-prev {
    left: 0;
    background-color: #fff;
    width: 50px;
    height: 38px;
    border-radius: 0;
  }
  .sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-next {
    right: 0;
    background-color: #fff;
    width: 50px;
    height: 38px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .newsdetail_slider_slider .slick-list:before,
  .newsdetail_slider_slider_one .slick-list:before {
    display: none;
  }
  .newsdetail_slider_slider .slick-list .slick-track img.slider_item-image-image,
  .newsdetail_slider_slider_one .slick-list .slick-track img.slider_item-image-image,
  .newsdetail_slider_slider .slick-list .slick-track img.slider_item,
  .newsdetail_slider_slider_one .slick-list .slick-track img.slider_item {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  #header-wrapper #quick-guides-button,
  #header-wrapper_scroll #quick-guides-button {
    margin-right: 65px;
  }
}
@media only screen and (max-width: 1100px) {
  #main-wrapper.default_default {
    margin-top: 20px;
  }
  #main-wrapper.default_default > .row > .columns.medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #main-wrapper.default_default > .row > .columns.medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-right: 15px;
  }
  .col_header_right .language-wrapper,
  .col_header_right #quick-guides-button-nav {
    display: none !important;
  }
  .js-off-canvas-overlay.is-visible {
    width: calc(100% - 345px);
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .off-canvas-wrapper .close-button {
    top: 20px;
    right: 20px;
  }
  .off-canvas-wrapper .off-canvas {
    left: auto !important;
    right: 0px !important;
    transform: none !important;
    width: 345px;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  .off-canvas-wrapper .off-canvas.position-right {
    z-index: -1;
    transform: translateX(142px);
  }
  .off-canvas-wrapper .off-canvas.position-right.is-open {
    top: 0;
    left: auto !important;
    right: 0 !important;
    width: 345px !important;
    height: 100%;
    overflow-y: scroll;
    z-index: 9;
    opacity: 1;
    transition: opacity 0.1s ease-in-out;
  }
  .off-canvas-wrapper .off-canvas.position-right.is-open ~ .off-canvas-content {
    -ms-transform: translateX(-345px);
    transform: translateX(-345px);
    transition: all 0.3s ease-in-out;
  }
  .off-canvas-wrapper .news_pane_wrapper {
    display: none !important;
  }
  .off-canvas-wrapper .lang_mobile {
    display: inline-block !important;
  }
  .off-canvas-wrapper .navigation_wrapper {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
  .off-canvas-wrapper .nav_pane_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .off-canvas-wrapper .lang_mobile {
    position: absolute;
    width: 290px;
    height: 40px;
    right: 0;
    top: 50px;
  }
  .off-canvas-wrapper .lang_mobile .language-wrapper a {
    font-size: 20px;
    font-weight: 500;
    color: #8ad9d9;
    line-height: 1;
    text-decoration: none;
  }
  .off-canvas-wrapper .lang_mobile .language-wrapper a:first-of-type:before {
    display: none;
  }
  .off-canvas-wrapper .lang_mobile .language-wrapper a:hover,
  .off-canvas-wrapper .lang_mobile .language-wrapper a:active {
    color: #fff;
  }
  .off-canvas-wrapper .lang_mobile .language-wrapper a:before {
    content: "|";
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding-left: 6px;
    padding-right: 18px;
    top: -1px;
    width: 1px;
  }
  .off-canvas-wrapper .lang_mobile .language-wrapper a.lang-active {
    color: #fff;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu {
    flex-direction: column;
    align-items: flex-end;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li {
    width: 290px;
    position: relative;
    min-height: 60px;
    border-bottom: 1px solid #80d8d9;
    border-top: 1px solid transparent;
    margin-top: -1px;
    margin-bottom: 0;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li:first-of-type {
    border-top: 1px solid #80d8d9;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li > a {
    margin-bottom: 0;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li > a.hasSub {
    display: block;
    position: relative;
    padding: 14px 0 14px 0;
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li > a.hasSub:active,
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li > a.hasSub:hover,
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li > a.hasSub.nav-selected,
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li > a.hasSub.nav-path-selected {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li > a.hasSub:before {
    content: "";
    display: inline-block;
    background: url("/application/themes/sw_default/media/nav_arrow_down.png") no-repeat center center;
    background-size: contain;
    width: 22px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 22px;
    transform: rotate(-90deg);
    transition: transform 0.5s ease-in-out;
    transform-origin: center center;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li[aria-expanded="true"] {
    min-height: 71px;
    height: auto;
    background: #009fa0;
    width: 100%;
    padding-left: 38px;
    border-top: 1px solid #80d8d9;
    margin-top: 0px;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: inset 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
    margin-top: -1px;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li[aria-expanded="true"] > a.hasSub {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li[aria-expanded="true"] > a.hasSub:before {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    transform-origin: center center;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu .menu {
    display: none;
    padding-right: 50px;
    padding-top: 0px;
    position: relative;
    top: -15px;
    margin-bottom: -15px;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu .menu > li {
    margin: 22px 0 22px 0;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu .menu a {
    font-size: 25px;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 0;
  }
  .off-canvas-wrapper .mobile_wrapper {
    display: block;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0px;
    padding-top: 35px;
    padding-left: 0;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav .clickable-section {
    display: inline-block;
    width: calc(100% - 90px);
    min-height: 40px;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    cursor: hand;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav .clickable-section:hover + a,
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav .clickable-section:active + a {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li {
    width: 290px;
    position: relative;
    min-height: 40px;
    border-bottom: none;
    border-top: 1px solid transparent;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li a {
    margin-bottom: 0;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li a:hover,
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li a:active,
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li a.nav-selected,
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li a.nav-path-selected {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li a:after {
    display: none;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li > a.hasSub {
    display: block;
    position: relative;
    padding: 10px 0 12px 0;
    font-size: 21px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li > a.hasSub:before {
    content: "";
    display: inline-block;
    background: url("/application/themes/sw_default/media/nav_arrow_down.png") no-repeat center center;
    background-size: contain;
    width: 22px;
    height: 12px;
    position: absolute;
    right: 13px;
    top: 14px;
    transform: rotate(-90deg);
    transition: transform 0.5s ease-in-out;
    transform-origin: center center;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li[aria-expanded="true"] {
    min-height: 71px;
    height: auto;
    background: #009fa0;
    width: 100%;
    padding-left: 38px;
    border-top: 1px solid #80d8d9;
    margin-top: 0px;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: inset 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 20px 15px -10px rgba(0, 0, 0, 0.2);
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li[aria-expanded="true"] > a.hasSub {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li[aria-expanded="true"] > a.hasSub:before {
    transform: rotate(0deg);
    transition: transform 0.5s ease-in-out;
    transform-origin: center center;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav .menu {
    display: none;
    padding-top: 0px;
    position: relative;
    padding: 0 50px 0px 0;
    top: -5px;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav .menu > li {
    margin: 0;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav .menu a {
    font-size: 20px;
    line-height: 1.1;
    font-weight: 300;
    margin-bottom: 0;
    padding: 7px 0 7px 0;
    color: #fff;
    text-decoration: none;
  }
  .is-mobile .off-canvas-wrapper .off-canvas ul#responsive-menu > li[aria-expanded="true"],
  .is-mobile .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav > li[aria-expanded="true"] {
    padding-left: 55px;
  }
  /*  !* adjusting font-sizes *!
  .swReset a{
    font-size: 20px;
  }
  .swReset h1.my-page-title{
    font-size: 40px;
    margin-bottom: 15px;
    span{
      font-size: 50px;
    }
  }
  .sw-entity-post-detail .newsdetail_slider_wrapper .newsdetal_header .news_detail_header_title h1, #main-wrapper.default_default.default_one > .row h1,
  .sw-entity-medien-detail h1{
    font-size: 40px;
    line-height: 1.2;
  }
  .swReset p, .swReset th, .swReset td, .swReset input, .swReset textarea, .sw-entity-post-home .sw-home-content .sw-description{
    font-size: 20px;
    line-height: 1.3;
  }
  .sw-entity-post-home .sw-home-content{
    padding: 22px 22px 30px 22px !important;
    .sw-date{
      font-size: 16px;
    }
  }

  .sw-entity-post-home .sw-home-content h2.sw-title, .swReset h2{
    font-size: 28px;
    line-height: 1.2;
  }
  .swReset .quick_guide_pane h2{
    font-size: 22px;
    line-height: 1.2;
  }
  #counter-wrapper .column .number_wrapper .number, #counter-wrapper .column .number_wrapper .suffixText, #counter-wrapper .column .number_wrapper .prefixText{
    font-size: 40px;
  }
  #counter-wrapper .column .number-title, #counter-wrapper .column .number-title a{
    font-size: 24px;
  }
  #counter-wrapper .column .count_up_image{
    margin-top: 50px;
  }
  #counter-wrapper{
    padding-bottom: 50px;
  }
  .newsdetail_slider_slider a.slider-item .slider-item-text h2, .newsdetail_slider_slider_one a.slider-item .slider-item-text h2{
    font-size: 28px;
  }
  .newsdetail_slider_slider a.slider-item .slider-item-text .sw-summary, .newsdetail_slider_slider_one a.slider-item .slider-item-text .sw-summary{
    font-size: 20px;
    line-height: 1.3;

  }
  .newsdetail_slider_slider a.slider-item .slider-item-text, .newsdetail_slider_slider_one a.slider-item .slider-item-text{
    padding: 20px;
    height: calc(~"100% - 20px");
  }
  #header-wrapper #header-wrapper-inner{
    margin-top: 7px !important;
  }
  #header-wrapper #burger-wrapper{
    top: calc(~"50% - 7px");
  }*/
  .row_select .form-group {
    margin-right: 0;
  }
  .row_select .form-group label {
    min-width: 85px;
  }
  #header-wrapper.header_color,
  #header-wrapper_scroll,
  #header-wrapper {
    height: 85px;
  }
}
@media screen and (max-height: 1000px) {
  .off-canvas-wrapper .off-canvas {
    padding: 40px 20px !important;
  }
}
@media screen and (max-height: 800px) {
  .off-canvas-wrapper .off-canvas {
    padding: 20px 20px !important;
  }
}
@media only screen and (max-width: 700px) {
  .default_list {
    padding-top: 90px;
  }
  #footer-wrapper > .row > .small-12.columns {
    margin-bottom: 1em;
  }
  .video_section .video_items_wrapper_popup a.video_link video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .row_news_detail .sw-detail-item {
    border-radius: 0;
    padding: 0;
    max-width: 100%;
    top: 0;
    margin-bottom: 60px;
  }
  .row_news_detail .sw-detail-item .newsdetal_header_mobile {
    display: block;
  }
  .row_news_detail .sw-detail-item .newsdetal_header_mobile .news_detail_header_date {
    font-size: 16px;
    display: block;
    text-align: center;
  }
  .row_news_detail .sw-detail-item .newsdetal_header_mobile .news_detail_header_title h1 {
    color: #052a68;
    display: block;
    text-align: center;
    line-height: 1.2;
    font-size: 30px;
    margin: 10px 0 15px 0;
  }
  .sw-entity-post-detail .newsdetail_slider_wrapper .newsdetal_header {
    display: none;
  }
  .sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-list .slick-track img.slider_item_image_image,
  .sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider .slick-list .slick-track img.slider_item {
    min-height: 300px;
    height: auto;
  }
  .sw-entity-post-detail {
    padding-top: 120px;
    margin-top: 0;
  }
  .default_one,
  .sw-entity-medien-detail {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    padding-top: 120px;
  }
  .sw-entity-quickguidegroup-detail .sw-detail-item a.quickguide_group_button span {
    display: none;
  }
  .sw-entity-quickguidegroup-detail .sw-detail-item h1 {
    font-size: 30px;
  }
  .sw-entity-quickguidegroup-detail {
    padding-top: 120px;
  }
  .sw-entity-quickguidegroup-detail .sw-detail-item a.quickguide_group_button {
    margin-right: 5px;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_title h2,
  .faq_section_detail .faq_acc_item_wrapperx .faq_title h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_title h2:after,
  .faq_section_detail .faq_acc_item_wrapperx .faq_title h2:after {
    width: 27px;
    height: 14px;
    top: 19px;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_content,
  .faq_section_detail .faq_acc_item_wrapperx .faq_content {
    padding-right: 60px;
  }
  .sw-entity-post-medien .sw-list-item-medien {
    padding: 10px 0;
  }
  .row_select .form-group {
    width: 100%;
    margin-right: 0;
  }
  .row_select .form-group label {
    min-width: 85px;
  }
  .row_select .form-group select {
    width: calc(100% - 100px) !important;
    font-size: 18px !important;
    padding: 10px 10px 10px 10px !important;
    background: #ffffff url("/application/themes/sw_default/media/select_arrow.svg") no-repeat 97% 50% !important;
    background-size: 18px 9px !important;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a .sw-home-content .sw-title {
    color: #007f81;
  }
}
@media only screen and (max-width: 700px) {
  #slider_wrapper:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 465px;
    z-index: 9;
    background: url("/application/themes/sw_default/media/bg_home_buttons.png") no-repeat bottom center;
    background-size: cover;
  }
  .row_home_buttons_wrapper .row_home_buttons > .columns div.home_button {
    min-height: 80px;
    border-radius: 16px;
  }
  .row_home_buttons_wrapper .row_home_buttons > .columns div.home_button:before {
    border-radius: 12px;
  }
  .row_home_buttons_wrapper .row_home_buttons > .columns div.home_button a {
    padding: 10px;
  }
  .row_home_buttons_wrapper {
    position: relative;
    bottom: 0;
    padding-bottom: 20px;
  }
  .row_home_buttons_wrapper .row_home_buttons {
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    z-index: 3;
  }
  .row_home_buttons_wrapper .row_home_buttons > .columns {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .row_home_buttons_wrapper .row_home_buttons .home_button a,
  .row_home_buttons_wrapper .row_home_buttons .home_button a b {
    letter-spacing: 2px;
    font-size: 25px !important;
  }
  .icon_scroll_down_wrapper {
    display: none !important;
  }
  .sw-entity-post-home {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sw-entity-post-home .sw-list-item-home {
    margin-bottom: 25px;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper {
    height: 100% !important;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    line-height: 1;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a .sw-image {
    order: 2;
    padding-bottom: 0;
    min-height: 285px;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a .sw-image .sw-image-image {
    background-size: cover !important;
    height: 100%;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a .sw-home-content {
    order: 1;
    padding: 22px 22px 30px 22px !important;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a .sw-home-content .sw-date {
    display: none;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a .sw-home-content .sw-title {
    font-size: 28px;
    line-height: 1.2;
    margin-top: 0;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a .sw-home-content .sw-description {
    line-height: 1.2;
    font-size: 22px;
  }
  .sw-entity-post-home .sw-list-item-home-content-wrapper a:focus {
    outline: 0;
  }
  #slider_wrapper {
    height: 100vh;
    min-height: 690px;
  }
  #slider_wrapper .mobile_slogan_wrapper {
    position: absolute;
    bottom: 350px;
    width: 100%;
    letter-spacing: -25px;
    z-index: 100;
  }
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title1 {
    position: absolute;
    z-index: 9;
    bottom: 55px;
    color: #fff;
    left: 0px;
    font-size: 25px !important;
    font-weight: 400 !important;
    font-family: 'Roboto';
    padding: 10px;
    line-height: 1 !important;
    transform: skewY(-11deg);
    background: rgba(36, 120, 33, 0.6);
    letter-spacing: 0px !important;
    display: inline-block;
  }
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title1 b,
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title1 strong {
    font-weight: 600;
  }
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title2 {
    position: absolute;
    z-index: 9;
    bottom: 0px;
    color: #fff;
    left: 0px;
    font-size: 25px !important;
    font-weight: 400 !important;
    font-family: 'Roboto';
    padding: 10px;
    line-height: 1 !important;
    transform: skewY(-11deg);
    background: rgba(5, 42, 104, 0.6);
    letter-spacing: 0px !important;
    display: inline-block;
    padding-left: 112px;
  }
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title2 b,
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title2 strong {
    font-weight: 600;
  }
  #slider_wrapper .slick-slider .slick-list {
    height: auto;
  }
  #slider_wrapper .slick-slider .slick-list .slick-track {
    height: auto;
  }
  #slider_wrapper .slick-slider .slider_item {
    height: calc(100vh - 285px);
    min-height: 400px;
  }
  #slider_wrapper .slick-slider .row,
  #slider_wrapper .slick-slider .slider_content {
    height: 100%;
    width: 100%;
  }
  #footer-wrapper {
    min-height: 143px;
    padding: 20px 0;
  }
  #footer-wrapper .footer_left a.footer_logo {
    margin-bottom: 40px !important;
  }
  #footer-wrapper .footer_left a.footer_logo + p {
    display: none;
  }
  .lang_mobile .language-wrapper,
  .lang_mobile #quick-guides-button {
    display: block !important;
  }
  .newsdetail_slider_slider a.slider-item .slider-item-image,
  .newsdetail_slider_slider_one a.slider-item .slider-item-image {
    width: 100%;
  }
  .newsdetail_slider_slider a.slider-item .slider-item-text,
  .newsdetail_slider_slider_one a.slider-item .slider-item-text {
    width: 100%;
    position: relative;
  }
  .sw-entity-quickguidegroup-detail .sw-videos-wrapper a.video_link {
    max-width: 100%;
  }
  .header_color #logo-wrapper img {
    display: none;
    height: 58px;
  }
  .header_color #logo-wrapper a {
    background: url("/application/themes/sw_default/media/rsw_logo_color_neu@2x.png") no-repeat left center;
    background-size: contain;
    width: 100%;
    height: 45px;
    display: inline-block;
  }
  .header_home #logo-wrapper img {
    display: none;
    height: 58px;
  }
  .header_home #logo-wrapper a {
    background: url("/application/themes/sw_default/media/rsw_logo_white_neu@2x.png") no-repeat left center;
    background-size: contain;
    width: 100%;
    height: 45px;
    display: inline-block;
  }
  /* fontsizing */
  .swReset h1.page-title {
    font-size: 38px;
  }
  .swReset h1.my-page-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .swReset h1.my-page-title span {
    font-size: 38px;
  }
  .sw-entity-medien-detail h1 {
    font-size: 30px;
  }
  .newsdetail_slider_slider a.slider-item .slider-item-text h2,
  .newsdetail_slider_slider_one a.slider-item .slider-item-text h2,
  .swReset h2 {
    font-size: 22px;
  }
  .quick_guide_pane h2 {
    font-size: 18px;
  }
  .default_default #counter-wrapper .column .count_up_image,
  #counter-wrapper.hasTitle .column .count_up_image {
    margin-top: 50px;
  }
  .default_default #counter-wrapper,
  #counter-wrapper {
    padding-bottom: 45px;
  }
  #main-wrapper.default_default ul.side_nav li h3 {
    font-size: 22px;
  }
  .sw-entity-post-detail .newsdetail_slider_wrapper .newsdetail_slider:before {
    display: none;
  }
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title2 {
    padding-left: 100px;
  }
  #mc_embed_signup {
    display: none;
  }
  .sw-entity-partner-detail .news_detail_header_title {
    padding-top: 10px;
    display: block;
  }
  .sw-entity-partner-detail .partnerdetail_slider_wrapper {
    margin: 0;
    width: 100%;
    left: 0;
    transform: none;
  }
  .sw-entity-partner-detail .row_news_detail .sw-detail-item {
    border-radius: 22px;
  }
}
@media only screen and (max-width: 480px) {
  #slider_wrapper_default .bg-image,
  #slider_wrapper_default li {
    min-height: 220px;
  }
  .side_nav li:first-of-type {
    display: none;
  }
  .row_select .form-group {
    width: 100%;
    margin-right: 0;
  }
  .row_select .form-group label {
    min-width: 85px;
    width: 100%;
    margin-bottom: 10px;
  }
  .row_select .form-group select {
    width: 100% !important;
    font-size: 16px !important;
    padding: 10px 10px 10px 10px !important;
    background: #ffffff url("/application/themes/sw_default/media/select_arrow.svg") no-repeat 97% 50% !important;
    background-size: 18px 9px !important;
  }
  #slider_wrapper .home_slider .file_copyright {
    font-size: 9px;
    height: 15px;
    bottom: 30px;
  }
  .default_header_slider .bg-image .file_copyright {
    font-size: 9px;
    height: 15px;
  }
  /* adjusting font-sizes */
  .swReset a {
    font-size: 16px;
  }
  .swReset h1.my-page-title,
  .swReset h2 {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .swReset h1.my-page-title span,
  .swReset h2 span {
    font-size: 19px;
    display: inline-block;
  }
  .sw-entity-post-detail .newsdetail_slider_wrapper .newsdetal_header .news_detail_header_title h1,
  #main-wrapper.default_default.default_one > .row h1,
  .sw-entity-medien-detail h1,
  .sw-entity-post-home .sw-list-item-home-content-wrapper a .sw-home-content .sw-title {
    font-size: 18px !important;
    line-height: 1.2 !important;
  }
  .swReset p,
  .swReset th,
  .swReset td,
  .swReset input,
  .swReset textarea,
  .sw-entity-post-home .sw-home-content .sw-description {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  .sw-entity-post-home .sw-home-content {
    padding: 15px !important;
  }
  .sw-entity-post-home .sw-home-content .sw-date {
    font-size: 14px !important;
  }
  .swReset .quick_guide_pane h2 {
    font-size: 16px !important;
    line-height: 1.2 !important;
  }
  #countup_wrapper #counter-wrapper {
    padding-bottom: 30px !important;
  }
  #counter-wrapper .column .number_wrapper .number,
  #counter-wrapper .column .number_wrapper .suffixText,
  #counter-wrapper .column .number_wrapper .prefixText {
    font-size: 28px !important;
  }
  #counter-wrapper .column .number-title,
  #counter-wrapper .column .number-title a {
    font-size: 16px !important;
  }
  #counter-wrapper .column .count_up_image {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
  }
  #counter-wrapper {
    padding-bottom: 40px !important;
  }
  /* new */
  .sw-entity-quickguidegroup-detail .sw-detail-item a.quickguide_group_button {
    margin-right: 0;
    font-size: 14px;
    min-width: 88px;
    text-align: center;
  }
  .quickguide_filter,
  .sw-entity-quickguidegroup-detail .sw-videos-wrapper {
    max-width: 100% !important;
    width: 100% !important;
  }
  .quickguide_filter {
    margin-bottom: 30px;
  }
  .quickguide_filter .quickguide_search_button {
    width: 18px;
    height: 18px;
    left: 18px;
  }
  .quickguide_filter .quickguide_search_button:before {
    height: calc(100% + 16px);
  }
  .sw-entity-quickguidegroup-detail .sw-detail-item h1 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  .sw-entity-quickguidegroup-detail {
    padding-top: 120px;
  }
  .sw-entity-quickguidegroup-detail .sw-detail-item {
    margin-bottom: 20px;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_title h2,
  .faq_section_detail .faq_acc_item_wrapperx .faq_title h2 {
    font-size: 14px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1.3 !important;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_title h2:after,
  .faq_section_detail .faq_acc_item_wrapperx .faq_title h2:after {
    width: 16px;
    height: 9px;
    top: 11px;
  }
  .faq_section_detail {
    border-top: 1px solid #d9d9d9;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .faq_section_detail .faq_acc_item_wrapper,
  .faq_section_detail .faq_acc_item_wrapperx {
    border-bottom: 1px solid #d9d9d9;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_content a.sw-link,
  .faq_section_detail .faq_acc_item_wrapperx .faq_content a.sw-link {
    font-size: 14px;
    left: 20px;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_content a.sw-link:before,
  .faq_section_detail .faq_acc_item_wrapperx .faq_content a.sw-link:before {
    width: 14px;
    height: 14px;
    left: -20px;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_content a.sw-link span,
  .faq_section_detail .faq_acc_item_wrapperx .faq_content a.sw-link span {
    font-size: 14px;
  }
  .faq_section_detail .faq_acc_item_wrapper .faq_content,
  .faq_section_detail .faq_acc_item_wrapperx .faq_content {
    font-size: 14px;
    line-height: 1.4;
    top: 0;
    padding-right: 40px;
  }
  .sw-entity-quickguidegroup-detail .sw-videos-wrapper h2 {
    font-size: 14px !important;
  }
  .newsdetail_slider_slider a.slider-item .slider-item-text h2,
  .newsdetail_slider_slider_one a.slider-item .slider-item-text h2 {
    font-size: 19px !important;
    margin-bottom: 10px;
  }
  .newsdetail_slider_slider a.slider-item .slider-item-text .sw-summary,
  .newsdetail_slider_slider_one a.slider-item .slider-item-text .sw-summary {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  .newsdetail_slider_slider a.slider-item .slider-item-text,
  .newsdetail_slider_slider_one a.slider-item .slider-item-text {
    padding: 15px !important;
  }
  .row_home_buttons_wrapper .row_home_buttons > .columns div.home_button {
    min-height: 65px;
  }
  .row_home_buttons_wrapper .row_home_buttons .home_button a,
  .row_home_buttons_wrapper .row_home_buttons .home_button a b {
    letter-spacing: 1.5px;
    font-size: 21px !important;
  }
  /* Navigation */
  .off-canvas-wrapper .off-canvas ul#responsive-menu > li > a.hasSub {
    font-size: 28px;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu .menu a {
    font-size: 19px;
    line-height: 1.2;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu .menu > li {
    margin: 14px 0;
    line-height: 1.2;
  }
  .off-canvas-wrapper .off-canvas ul#responsive-menu-footer-nav .menu a {
    font-size: 19px;
    line-height: 1.2;
  }
  .sw-entity-post-medien .sw-list-item-medien .medien_date,
  .sw-entity-post-medien .sw-list-item-medien a.medien_link,
  .sw-entity-medien-detail .medien_pdf_wrapper a.download_link_medien {
    font-size: 14px;
    line-height: 1.2;
  }
  .sw-entity-medien-detail .mediendetail_header_date {
    font-size: 14px;
  }
  .sw-entity-medien-detail h1 {
    margin-top: 5px;
  }
  .sw-entity-medien-detail a.medien_back_link,
  .default_list a.medien_back_link {
    font-size: 14px;
    padding-left: 25px;
  }
  .sw-entity-medien-detail a.medien_back_link:before,
  .default_list a.medien_back_link:before {
    width: 15px;
    height: 20px;
  }
  #main-wrapper.default_default ul.side_nav li a.nav-selected,
  #main-wrapper.default_default ul.side_nav li a:hover,
  #main-wrapper.default_default ul.side_nav li a:active,
  #main-wrapper.default_default ul.side_nav li a {
    font-size: 16px;
  }
  #main-wrapper.default_default ul.side_nav li {
    margin-bottom: 10px;
  }
  .guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-title a h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .guidle-events .ccm-block-page-list-page-entry-text .ccm-block-page-list-date {
    font-size: 14px !important;
  }
  .default_list {
    padding-top: 85px;
  }
  .guidle-events .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px !important;
  }
  .guidle-events .columns.medium-2 {
    padding-bottom: 5px !important;
  }
  .guidle-events .ccm-block-page-list-page-entry-thumbnail a .guidle-event-item-image-wrapper {
    padding-bottom: 0;
  }
  .guidle-events .ccm-block-page-list-page-entry-thumbnail a .guidle-event-item-image-wrapper img {
    position: relative;
  }
  .default_list .description-wrapper,
  .default_list .info-box {
    font-size: 14px;
  }
  .default_list .info-box a {
    font-size: 14px;
  }
  #main-wrapper.default_default ul.side_nav li h3 {
    font-size: 19px;
  }
  .swReset h1.my-page-title {
    font-size: 24px;
  }
  .swReset h1.my-page-title span {
    font-size: 24px;
  }
  .bg_gradient {
    opacity: 0.4;
  }
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title1 {
    bottom: 45px;
  }
  .swReset #main-wrapper ul {
    padding-left: 17px;
  }
  .swReset #main-wrapper ul li {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  .swReset #main-wrapper a {
    font-size: 14px;
    line-height: 1.4;
  }
  #slider_wrapper .slick-arrow {
    display: none !important;
  }
  .home_bubble_wrapper {
    top: 100px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .sw-entity-partner-list-gold .column,
  .sw-entity-partner-list-silber .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sw-entity-partner-list-gold .column .sw-list-item-home-content-wrapper .sw-image,
  .sw-entity-partner-list-silber .column .sw-list-item-home-content-wrapper .sw-image {
    transform: none;
    top: unset;
  }
  .sw-entity-partner-list-gold .column .sw-list-item-home-content-wrapper .sw-image img,
  .sw-entity-partner-list-silber .column .sw-list-item-home-content-wrapper .sw-image img {
    padding: 30px;
  }
  .row_supporter .column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 380px) {
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title1 {
    font-size: 18px !important;
    bottom: 30px;
  }
  #slider_wrapper .mobile_slogan_wrapper h2.h2_title.title2 {
    font-size: 18px !important;
    padding-left: 80px;
    margin-bottom: 0;
  }
  #slider_wrapper .slick-slider .slider_item {
    min-height: 390px;
  }
}
.swReset .green-bg {
  background-color: rgba(0, 176, 177, 0.1);
}
.swReset .gray-bg {
  background-color: rgba(203, 203, 203, 0.15);
}
.swReset .justify-self-center {
  justify-self: center;
}
.swReset .row.full-width {
  max-width: 1920px;
}
.swReset .row.full-width .row {
  max-width: 1920px;
}
.swReset .row.larger-width {
  max-width: 1636px;
}
.swReset .row.larger-width .row {
  max-width: 1636px;
}
.swReset .row.newsletter-layout {
  row-gap: 30px;
}
.swReset .row.newsletter-layout .columns p:last-of-type {
  margin-bottom: 0;
}
.swReset .dark-green-bg {
  background-color: #002f39;
}
.swReset .light-blue-bg {
  background-color: #eaf8f9;
}
.swReset .very-light-blue-bg {
  background-color: #f9fbfb;
}
.swReset .turquoise-bg {
  background-color: rgba(0, 176, 177, 0.36);
}
.swReset .box-shadow {
  -webkit-box-shadow: inset 0px 15px 10px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 15px 10px -5px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 15px 10px -5px rgba(0, 0, 0, 0.5);
}
.swReset .row.wide {
  max-width: 100%;
}
.swReset .row.wide .columns {
  padding: 0;
}
.swReset .row.three-cols {
  max-width: 1076px;
}
.swReset .text-blue {
  color: #052a68;
}
.swReset .menu-wrapper-single .menu {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 0;
}
.swReset .menu-wrapper-single .menu > li:first-of-type > a {
  font-weight: 400;
}
.swReset .menu-wrapper-single .menu > li > a {
  text-align: left;
  padding: 0;
  font-weight: 300;
  line-height: 24px;
  font-size: 18px;
  color: #052a68;
}
@media screen and (max-width: 1800px) {
  .swReset .off-canvas {
    padding: 88px 40px;
  }
}
@media screen and (max-width: 1600px) {
  .swReset .off-canvas {
    padding: 88px 20px;
  }
  .swReset .off-canvas .navigation_wrapper .news_pane_wrapper {
    display: none;
  }
  .swReset .off-canvas .navigation_wrapper .nav_pane_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .swReset .off-canvas {
    padding: 0;
    background-color: #00b1b2;
  }
  .swReset .off-canvas .navigation_wrapper .nav_pane_wrapper .bottom_navigation_wrapper {
    display: none;
  }
  .swReset .off-canvas ul#responsive-menu {
    margin-top: 125px;
    height: unset;
  }
  .swReset .off-canvas ul#responsive-menu > li {
    flex-basis: unset;
  }
  .swReset .off-canvas ul#responsive-menu > li > a {
    color: #fff;
  }
  .swReset .off-canvas ul#responsive-menu > li ul > li > a {
    color: #fff;
  }
}
.is-logged-in .page-template-default-landingpage #disturb-me-wrapper {
  top: 159px;
}
.page-template-default-landingpage #header-wrapper {
  top: 0 !important;
  position: relative;
}
.page-template-default-landingpage #header-wrapper #header-wrapper-inner {
  padding: 0 40px;
}
.page-template-default-landingpage #header-wrapper #header-wrapper-inner .row {
  max-width: 1920px;
}
.page-template-default-landingpage #footer-wrapper .footer_1 {
  margin-top: 40px;
}
.page-template-default-landingpage #footer-wrapper .footer_1.hide-for-small-only {
  display: block !important;
}
@media screen and (max-width: 700px) {
  .page-template-default-landingpage #footer-wrapper .footer_1 #main-navigation-nav {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
  }
}
.page-template-default-landingpage #disturb-me-wrapper {
  padding: 25px 26px 25px 17px;
  top: 111px;
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0px 3px 10px #0000004A;
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.page-template-default-landingpage #disturb-me-wrapper.is-open {
  transform: translate(-10%, 0);
}
.page-template-default-landingpage #disturb-me-wrapper:not(:has(.landing-page-menu)) {
  display: none;
}
.page-template-default-landingpage #header-wrapper_scroll {
  display: none;
}
.swReset .columns {
  width: 100%;
}
.swReset .h1 {
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  .swReset .h1 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
}
.swReset h1 {
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  .swReset h1 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
}
.swReset .h2 {
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  .swReset .h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.swReset h2 {
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  .swReset h2 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.swReset .lead-text {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}
.swReset .text-teal {
  color: #01B0B2;
}
.swReset .checked-list {
  list-style-type: none;
  padding-left: 0 !important;
}
@media screen and (max-width: 845px) {
  .swReset .checked-list {
    padding-left: 36px !important;
  }
}
.swReset .checked-list li {
  margin-bottom: 10px;
  position: relative;
  margin-left: 0;
  font-size: 28px !important;
  line-height: 34px !important;
}
@media screen and (max-width: 1100px) {
  .swReset .checked-list li {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media screen and (max-width: 700px) {
  .swReset .checked-list li {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.swReset .checked-list li strong {
  font-weight: 400 !important;
}
.swReset .checked-list li::before {
  position: absolute;
  content: '';
  background-image: url('/application/themes/sw_default/media/check.svg');
  width: 21px;
  height: 21px;
  top: 8px;
  left: -36px;
  background-size: contain;
  background-repeat: no-repeat;
}
.swReset .fancy-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
.swReset .fancy-table thead tr th {
  border: none;
  padding: 20px 0;
  border-bottom: solid 3px #052a68;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #052a68;
}
.swReset .fancy-table tbody tr td {
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  color: #181716;
  border: none;
  border-bottom: solid 1px #052a68;
  padding: 20px 0;
}
.swReset .fancy-table tbody tr td:first-of-type {
  background-color: #eaf8f9;
}
.swReset .fancy-table tbody tr td:nth-of-type(2) {
  background-color: #E0F6F6;
}
.swReset .fancy-table tbody tr td:nth-of-type(3) {
  background-color: #CFF0F1;
}
.swReset .fancy-table tbody tr td:nth-of-type(4) {
  background-color: #00B0B1;
}
.swReset .fancy-table tbody tr:last-of-type td {
  border-bottom: solid 3px #052a68;
}
.swReset .landing-page-block-wrapper.default.image-to-right .landing-page-block .landing-page-block-media {
  order: 2;
}
.swReset .landing-page-block-wrapper.default.image-to-right .landing-page-block .landing-page-block-content {
  order: 1;
}
.swReset .landing-page-block-wrapper.default.image-to-right .landing-page-block .landing-page-block-content .landing-page-block-text,
.swReset .landing-page-block-wrapper.default.image-to-right .landing-page-block .landing-page-block-content .landing-page-block-title {
  text-align: right;
}
.swReset .landing-page-block-wrapper.default .landing-page-block {
  align-items: center;
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.default .landing-page-block .landing-page-block-media {
    order: 1 !important;
    margin-bottom: 25px;
  }
  .swReset .landing-page-block-wrapper.default .landing-page-block .landing-page-block-content {
    order: 2 !important;
  }
  .swReset .landing-page-block-wrapper.default .landing-page-block .landing-page-block-content .landing-page-block-text,
  .swReset .landing-page-block-wrapper.default .landing-page-block .landing-page-block-content .landing-page-block-title {
    text-align: left !important;
  }
}
.swReset .landing-page-block-wrapper.default .landing-page-block .landing-page-block-media .landing-page-block-image {
  height: 370px;
  width: 100%;
  object-fit: cover;
}
.swReset .landing-page-block-wrapper.default .landing-page-block .landing-page-block-content .landing-page-block-title h2 {
  font-size: 37px;
  line-height: 46px;
  font-weight: 300;
}
.swReset .landing-page-block-wrapper.default .landing-page-block .landing-page-block-content .landing-page-block-text {
  text-align: left;
}
.swReset .landing-page-block-wrapper.intro.small .landing-page-block .landing-page-block-content .landing-page-block-title h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 300;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media {
  margin-bottom: 36px;
  position: relative;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media .landing-page-block-image {
  border-radius: 25px;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media .landing-page-block-video {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media .landing-page-block-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 200px;
  aspect-ratio: 1;
  right: 0;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  color: #fff;
  text-decoration: none !important;
  transform: translateX(50%) translateY(10%) rotate(13deg);
  transition: all 300ms ease-in-out;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media .landing-page-block-bubble:hover {
  text-decoration: none;
  transform: translateX(50%) translateY(10%) rotate(0);
  filter: brightness(1.1);
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media .landing-page-block-bubble {
    transform: translateX(-20%) translateY(-20%);
    width: 150px;
    font-size: 24px;
    line-height: 28px;
  }
  .swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media .landing-page-block-bubble:hover {
    transform: translateX(-20%) translateY(-20%);
  }
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media .landing-page-block-bubble {
    transform: translateX(-10%) translateY(-15%);
    width: 100px;
    font-size: 15px;
    line-height: 18px;
  }
  .swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-media .landing-page-block-bubble:hover {
    transform: translateX(-10%) translateY(-15%);
  }
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content {
  text-align: center;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content .landing-page-block-title {
  text-align: center;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content .landing-page-block-title h1 {
  font-size: 54px;
  line-height: 68px;
  font-weight: 300;
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content .landing-page-block-title h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content .landing-page-block-text {
  color: #181716;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content .landing-page-block-text h2 {
  font-size: 37px;
  font-weight: 300;
  line-height: 46px;
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content .landing-page-block-text h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content .landing-page-block-text p:last-of-type {
  margin-bottom: 0;
}
.swReset .landing-page-block-wrapper.intro .landing-page-block .landing-page-block-content .landing-page-block-button {
  text-align: center;
  padding: 3px 8px;
  min-width: max-content;
}
.swReset .landing-page-block-wrapper.wide {
  position: relative;
}
.swReset .landing-page-block-wrapper.wide .landing-page-block-media {
  width: 100%;
  position: relative;
}
.swReset .landing-page-block-wrapper.wide .landing-page-block-media .landing-page-block-image {
  width: 100%;
  height: 1139px;
  object-fit: cover;
}
.swReset .landing-page-block-wrapper.wide .landing-page-block-media .landing-page-block-video {
  width: 100%;
  height: 100%;
}
.swReset .landing-page-block-wrapper.wide .landing-page-block-content {
  position: absolute;
  right: 0;
  max-width: 1206px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  padding: 50px 50px 63px 50px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.wide .landing-page-block-content {
    padding: 63px 50px 50px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.wide .landing-page-block-content {
    padding: 50px 50px 40px 50px;
  }
}
.swReset .landing-page-block-wrapper.wide .landing-page-block-content h1 {
  font-size: 60px;
  line-height: 75px;
  font-weight: 300;
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.wide .landing-page-block-content h1 {
    font-size: 42px !important;
    line-height: 50px !important;
  }
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.wide .landing-page-block-content h1 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
}
.swReset .landing-page-block-wrapper.wide .landing-page-block-content .landing-page-block-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 200px;
  aspect-ratio: 1;
  top: 0;
  right: 0;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  color: #fff;
  z-index: 1;
  text-decoration: none !important;
  transform: translateX(50%) translateY(-50%) rotate(13deg);
  transition: all 300ms ease-in-out;
}
.swReset .landing-page-block-wrapper.wide .landing-page-block-content .landing-page-block-bubble:hover {
  text-decoration: none;
  transform: translateX(50%) translateY(-50%) rotate(0);
  filter: brightness(0.9);
}
@media screen and (max-width: 1440px) {
  .swReset .landing-page-block-wrapper.wide .landing-page-block-content .landing-page-block-bubble {
    transform: translateX(-20%) translateY(-70%) !important;
    width: 150px;
    font-size: 24px;
    line-height: 28px;
  }
  .swReset .landing-page-block-wrapper.wide .landing-page-block-content .landing-page-block-bubble:hover {
    transform: translateX(-20%) translateY(-70%) !important;
  }
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.wide .landing-page-block-content .landing-page-block-bubble {
    transform: translateX(-20%) translateY(-60%) !important;
    width: 100px;
    font-size: 15px;
    line-height: 20px;
  }
  .swReset .landing-page-block-wrapper.wide .landing-page-block-content .landing-page-block-bubble:hover {
    transform: translateX(-20%) translateY(-60%) !important;
  }
}
.swReset .landing-page-block-wrapper.carousel {
  position: relative;
  top: -190px;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-media {
  margin-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.carousel .landing-page-block-media {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.carousel .landing-page-block-media {
    margin-bottom: 40px;
  }
  .swReset .landing-page-block-wrapper.carousel .landing-page-block-media .swiper-button-prev,
  .swReset .landing-page-block-wrapper.carousel .landing-page-block-media .swiper-button-next {
    display: none;
  }
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel {
  position: relative;
  display: flex;
  align-items: center;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel {
  padding-bottom: 32px;
  max-width: 1200px;
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel {
    overflow: visible !important;
  }
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel .swiper-slide {
  width: 544px;
  height: 544px;
  border-radius: 100%;
  max-width: calc(100% - 48px);
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel .swiper-slide {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel .swiper-slide {
    width: 350px;
    height: auto;
  }
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel .swiper-carousel-animate-opacity {
  height: 100%;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-media .landing-page-block-carousel .swiper-carousel img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 100%;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-content {
  text-align: center;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-content .landing-page-block-sub-title {
  color: #052a68;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 9px;
  font-weight: 400;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-content .landing-page-block-title {
  margin-bottom: 40px;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-content .landing-page-block-title h1 {
  font-size: 54px;
  line-height: 68px;
  font-weight: 300;
}
.swReset .landing-page-block-wrapper.carousel .landing-page-block-content .landing-page-block-text h2 {
  font-size: 37px;
  line-height: 46px;
  font-weight: 300;
}
.swReset .landing-page-block-wrapper.round {
  position: relative;
  max-width: 545px;
  margin: 0 auto;
  top: -190px;
}
.swReset .landing-page-block-wrapper.round.left {
  max-width: 100%;
  margin: 0;
  top: 0;
}
.swReset .landing-page-block-wrapper.round.left .landing-page-block {
  align-items: center;
  display: flex;
  column-gap: 60px;
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.round.left .landing-page-block {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-media {
  flex-shrink: 0;
}
.swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-media .landing-page-block-image {
  width: 500px;
  height: 500px;
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-media .landing-page-block-image {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-media .landing-page-block-image {
    width: 300px;
    height: 300px;
  }
}
.swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-content {
  flex-grow: 1;
  max-width: 716px;
  margin: auto;
}
.swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-content .landing-page-block-text {
  font-size: 28px;
  line-height: 34px;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-content .landing-page-block-text {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-content .landing-page-block-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.swReset .landing-page-block-wrapper.round.left .landing-page-block .landing-page-block-content strong {
  font-weight: 700;
}
.swReset .landing-page-block-wrapper.round.small {
  top: 0;
}
.swReset .landing-page-block-wrapper.round.small .landing-page-block-media .landing-page-block-image {
  width: 374px;
  height: 374px;
}
.swReset .landing-page-block-wrapper.round .landing-page-block-media {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
}
.swReset .landing-page-block-wrapper.round .landing-page-block-media .landing-page-block-image {
  width: 545px;
  height: 545px;
  object-fit: cover;
  border-radius: 100%;
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-block-wrapper.round .landing-page-block-media .landing-page-block-image {
    width: 400px;
    height: auto;
  }
}
.swReset .landing-page-block-wrapper.round .landing-page-block-content {
  text-align: center;
}
.swReset .landing-page-block-wrapper.round .landing-page-block-content .landing-page-block-sub-title {
  color: #052a68;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: 400;
}
.swReset .landing-page-block-wrapper.round .landing-page-block-content .landing-page-block-title {
  margin-bottom: 10px;
}
.swReset .landing-page-block-wrapper.round .landing-page-block-content .landing-page-block-title h1 {
  font-size: 54px;
  line-height: 68px;
  font-weight: 300;
}
.swReset .landing-page-block-wrapper.round .landing-page-block-content .landing-page-block-text h2 {
  font-size: 37px;
  line-height: 46px;
  font-weight: 300;
}
.swReset .landing-page-social-links {
  display: flex;
  align-items: center;
  column-gap: 80px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-social-links {
    column-gap: 20px;
  }
}
.swReset .landing-page-social-links .social-button {
  text-align: center;
  padding: 10px 8px;
  width: max-content;
  border: solid 3px #64B0B0;
  border-radius: 12px;
  color: #052a68;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 25px;
  transition: opacity 300ms ease-in-out;
}
.swReset .landing-page-social-links .social-button:hover {
  opacity: 0.7;
}
.swReset .landing-page-menu {
  display: flex;
  flex-direction: column;
  row-gap: 11px;
  list-style-type: none;
  padding: 0;
}
.swReset .landing-page-menu li {
  text-align: right;
}
.swReset .landing-page-menu li a {
  transition: opacity 300ms ease-in-out;
  font-size: 26px;
  font-weight: 400 !important;
  line-height: 30px;
}
.swReset .landing-page-menu li a:hover {
  text-decoration: none !important;
  font-weight: 400 !important;
  opacity: 0.7;
}
.swReset .landing-page-slider-wrapper .landing-page-slider-item {
  max-width: 976px;
  margin: 0 auto;
  display: flex;
  gap: 43px;
  position: relative;
}
.swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-item-image {
  width: 470px;
  height: 840px;
  object-fit: cover;
  border-radius: 25px;
}
.swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 175px;
}
.swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-content .landing-page-slider-title h2 {
  font-size: 37px;
  line-height: 47px;
  font-weight: 300;
}
.swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-content .landing-page-slider-text p {
  color: #5F5F5F;
  margin-bottom: 0;
}
.swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-content .landing-page-slider-link {
  width: max-content;
}
@media screen and (max-width: 1100px) {
  .swReset .landing-page-slider-wrapper .landing-page-slider-item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-item-image {
    width: 300px;
    height: auto;
  }
  .swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-content {
    max-width: 300px;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-item-image {
    width: 250px;
    height: auto;
  }
  .swReset .landing-page-slider-wrapper .landing-page-slider-item .landing-page-slider-content {
    max-width: 250px;
    text-align: center;
    align-items: center;
  }
}
.swReset .landing-page-slider-wrapper .splide .splide__arrows .splide__arrow {
  background-color: transparent;
  width: 37px;
  height: 26px;
  border-radius: 0;
}
.swReset .landing-page-slider-wrapper .splide .splide__arrows .splide__arrow svg {
  width: 100%;
  height: 100%;
}
.swReset .landing-page-form label {
  font-size: 18px;
  margin-bottom: 6px;
  color: #5F5F5F;
  font-weight: 300;
  line-height: 21px;
}
.swReset .landing-page-form .columns {
  width: 100%;
}
.swReset .landing-page-form .success-box {
  margin-bottom: 32px;
  color: #65B0B1;
}
.swReset .landing-page-form input[type="text"],
.swReset .landing-page-form input[type="email"],
.swReset .landing-page-form input[type="tel"],
.swReset .landing-page-form input[type="password"],
.swReset .landing-page-form input[type="number"],
.swReset .landing-page-form input[type="url"],
.swReset .landing-page-form select,
.swReset .landing-page-form textarea {
  border: solid 1px #5F5F5F;
  border-radius: 10px;
  height: 57px;
  background-color: #fff;
  margin-bottom: 28px;
}
.swReset .landing-page-form input[type="checkbox"] {
  margin-bottom: 0;
  width: 24px;
  height: 24px;
  border: solid 1px #707070;
}
.swReset .landing-page-form input[type="checkbox"]:checked {
  background-color: #64B0B0;
}
.swReset .landing-page-form .newsletter {
  margin-top: 46px;
  margin-bottom: 58px;
}
.swReset .landing-page-form .newsletter label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.swReset .landing-page-form .newsletter p {
  margin-bottom: 0;
  font-weight: 300;
}
.swReset .landing-page-form .newsletter fieldset {
  align-items: start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.swReset .landing-page-form .text {
  margin-bottom: 32px;
  font-weight: 300;
}
.swReset .landing-page-form .text.mute {
  opacity: 0.5;
}
.swReset .landing-page-form .actions button {
  background-color: #65B0B1;
  color: #fff;
  border-radius: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  width: max-content;
  cursor: pointer;
  padding: 12px 15px;
  transition: filter 300ms ease-in-out;
}
.swReset .landing-page-form .actions button:hover {
  filter: brightness(1.1);
}
@media screen and (max-width: 700px) {
  .swReset .landing-page-form .actions button {
    font-size: 18px;
    line-height: 24px;
  }
}
.swReset .disturb-bubble-wrapper {
  position: absolute;
  right: 3%;
  bottom: -60px;
  z-index: 10;
}
@media screen and (max-width: 700px) {
  .swReset .disturb-bubble-wrapper.hide-on-mobile {
    display: none;
  }
}
.swReset .disturb-bubble-wrapper .disturb-bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  width: 268px;
  height: 258px;
  color: #00B0B1;
  border-radius: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  background-color: #eaf8f9;
  transform: rotate(13deg);
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 700px) {
  .swReset .disturb-bubble-wrapper .disturb-bubble {
    width: 100%;
    height: max-content;
    border-radius: 0;
    transform: none;
    font-size: 16px;
    line-height: 21px;
    background-color: #fff;
  }
  .swReset .disturb-bubble-wrapper .disturb-bubble p {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
  }
}
.swReset .disturb-bubble-wrapper .disturb-bubble:hover {
  background-color: #00B0B1;
  transform: rotate(0);
  color: #fff;
}
@media screen and (max-width: 1758px) {
  .swReset .disturb-bubble-wrapper {
    bottom: 150px;
  }
}
@media screen and (max-width: 700px) {
  .swReset .disturb-bubble-wrapper {
    position: relative;
    top: -5px;
    margin-top: 20px;
    right: unset;
  }
}
.partner-social-links-wrapper {
  text-align: center;
}
.partner-social-links-wrapper .ccm-social-link-service-info {
  display: none;
}
.partner-social-links-wrapper .ccm-social-link-service-icon {
  margin: 0;
}
.partner-social-links-wrapper .ccm-social-link-service-icon a {
  width: 60px;
  height: 60px;
  margin: 0 12px 12px 12px;
  display: flex;
  border: 2px solid #21babc;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 1.7em;
  color: #062a68;
  transition: opacity 100ms ease-in-out;
}
.partner-social-links-wrapper .ccm-social-link-service-icon a:hover {
  opacity: 0.7;
}
.partner-social-links-wrapper .ccm-social-link-service-icon a .fa-tik-tok {
  background: url("/application/themes/sw_default/media/socials/tiktok.svg") no-repeat center center;
  background-size: contain;
}
.partner-social-links-wrapper .ccm-social-link-service-icon a .fa-tik-tok:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  opacity: 0;
}
.partner-social-links-wrapper .ccm-social-link-service-icon a .fa-twitter {
  background: url("/application/themes/sw_default/media/socials/x.svg") no-repeat center center;
}
.partner-social-links-wrapper .ccm-social-link-service-icon a .fa-twitter:before {
  opacity: 0;
}
.partner-social-links-wrapper .ccm-social-link-service-icon a .fa-linkedin-square:before {
  content: "\f0e1";
}
.partner-social-links-wrapper .ccm-social-link-service-icon a .fa-youtube:before {
  content: "\f16a";
}
.newsletter-button {
  display: flex;
}
.newsletter-button a.newsletter-link {
  display: flex;
  height: 61px;
  align-items: center;
  border-radius: 15px;
  width: max-content;
  border: 2.5px solid #052a68;
  text-decoration: none !important;
  overflow: hidden;
}
.newsletter-button a.newsletter-link .newsletter-text {
  flex-grow: 1;
  font-size: 30px;
  line-height: 38px;
  color: #052a68;
  padding: 9px 20px 9px 20px;
  font-weight: 400;
  transition: all 300ms ease-in-out;
}
.newsletter-button a.newsletter-link .newsletter-text:hover {
  background-color: #fff;
}
.newsletter-button a.newsletter-link .newsletter-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: solid 2.5px #052a68;
  width: 48px;
  height: 61px;
  flex-shrink: 0;
  transition: all 300ms ease-in-out;
}
.newsletter-button a.newsletter-link .newsletter-arrow:hover {
  background-color: #fff;
}
.newsletter-button a.newsletter-link .newsletter-arrow svg {
  height: 33px;
  width: auto;
}
.newsletter-button a.newsletter-link .newsletter-arrow svg polyline {
  stroke: #052a68;
  transition: all 300ms ease-in-out;
}
#footer-wrapper .newsletter-button a.newsletter-link {
  height: 44px;
  border-radius: 10px;
  border: 2px solid #fff;
}
#footer-wrapper .newsletter-button a.newsletter-link .newsletter-text {
  font-size: 22px;
  line-height: 1;
  color: #8093B2;
  padding: 9px 15px 9px 15px;
}
#footer-wrapper .newsletter-button a.newsletter-link .newsletter-text:hover {
  color: #fff;
  background-color: #cdcdcd;
}
#footer-wrapper .newsletter-button a.newsletter-link .newsletter-arrow {
  border-left: solid 2.5px #fff;
  width: 39px;
  height: 44px;
}
#footer-wrapper .newsletter-button a.newsletter-link .newsletter-arrow:hover {
  background-color: #cdcdcd;
}
#footer-wrapper .newsletter-button a.newsletter-link .newsletter-arrow svg {
  height: 22px;
  width: auto;
}
#footer-wrapper .newsletter-button a.newsletter-link .newsletter-arrow svg polyline {
  stroke: #fff;
}
.bottom_navigation_wrapper .newsletter-button a.newsletter-link {
  height: 47px;
  padding: 0;
}
.bottom_navigation_wrapper .newsletter-button a.newsletter-link .newsletter-text {
  font-size: 18px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 8px 13px 8px 13px;
}
.bottom_navigation_wrapper .newsletter-button a.newsletter-link .newsletter-arrow {
  width: 30px;
  height: 47px;
}
.bottom_navigation_wrapper .newsletter-button a.newsletter-link .newsletter-arrow svg {
  height: 20px;
}
.swReset .news-list-nav-wrapper {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}
.swReset .news-list-nav-wrapper .news-list-nav-title {
  color: #052a68;
  font-weight: 400;
  font-size: 26px;
  line-height: 24px;
}
.swReset .news-list-nav-wrapper .news-list-nav {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}
.swReset .news-list-nav-wrapper .news-list-nav .news-list-nav-image-wrapper .news-list-nav-image {
  max-height: 200px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swReset .news-list-nav-wrapper .news-list-nav .news-list-nav-item {
  border-radius: 21px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}
.swReset .news-list-nav-wrapper .news-list-nav .news-list-nav-item:hover .news-list-nav-content {
  font-weight: 400;
}
.swReset .news-list-nav-wrapper .news-list-nav .news-list-nav-item .news-list-nav-content {
  background-color: #fff;
  color: #052a68;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  padding: 19px 10px;
  text-align: center;
  border-bottom-left-radius: 21px;
  border-bottom-right-radius: 21px;
}
.swReset .partner-wrapper.others .partner-slide {
  display: flex;
  column-gap: 150px;
  row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.swReset .partner-wrapper.others .partner-slide .partner-item .partner-item-image {
  width: auto;
  height: auto;
  border-radius: 0;
}
.swReset .partner-wrapper .partner-slide .partner-item {
  display: flex;
  align-items: end;
  column-gap: 40px;
}
.swReset .partner-wrapper .partner-slide .partner-item .partner-item-image {
  width: 368px;
  height: 368px;
  border-radius: 100%;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .swReset .partner-wrapper .partner-slide .partner-item .partner-item-image {
    width: 250px;
    height: 250px;
  }
}
.swReset .partner-wrapper .partner-slide .partner-item .partner-item-content {
  width: 301px;
}
