<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
Theme Name: vdpExpertise
Text Domain: kb-theme
Author: kulturbanause.de
Author URI: https://kulturbanause.de
Version: 1.0
*/
/* 
 List of all tags: https://make.wordpress.org/themes/handbook/review/required/theme-tags/ 
*/
/*@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,500"); 
 */
@import url("fonts/fira-sans-v8-latin-woff.css");
@import url("fonts/fira-sans-v8-latin.css");





@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* ---------- VARIABLES ---------- */
/* Grid */
/* Toggle Buttons */
/* Navigation */
/* Grid */
/* GRID XS */
/* GRID S */
/* GRID M */
/* GRID L */
/* GRID XL */
/* ---------- FUNCTIONS ---------- */
/* ---------- MIXINS ---------- */
/* ---------- EXTENDS ---------- */
.form input,
.form textarea,
.form select,
.site-search input[type="search"] {
  appearance: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  outline: 0;
  box-shadow: none;
}

/* ---------- OTHER ---------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix,
.row,
.form {
  *zoom: 1;
}
.clearfix::before,
.row::before,
.form::before,
.clearfix::after,
.row::after,
.form::after {
  content: " ";
  display: table;
}
.clearfix::after,
.row::after,
.form::after {
  clear: both;
}

.site-header .front-page-title span {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  min-height: 100%;
  font-size: 1rem;
  overflow-x: hidden;
}
html.admin-bar {
  min-height: calc(100% - 32px);
}

/**
 * Remove default margin.
 */
body {
  height: 100%;
  margin: 0;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
body.admin-bar {
  min-height: calc(100vh - 32px);
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox &lt; 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover,
a:focus {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  display: block;
  max-width: 100%;
  height: auto;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.container {
  width: 100%;
  max-width: 94rem;
  margin: 0 auto;
}
@media only screen and (max-width: 61.99em) {
  .container {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    padding: 0 2rem;
  }
}
.container.flex {
  display: flex;
}

.row {
  width: auto;
}
.row .row {
  margin-left: -1em;
  margin-right: -1em;
}

.columns {
  float: left;
  padding-left: 1em;
  padding-right: 1em;
}

.push {
  float: right;
}

@media only screen and (max-width: 47.99em) {
  .xs-1 {
    width: 8.33333%;
  }
  .xs-2 {
    width: 16.66667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333%;
  }
  .xs-5 {
    width: 41.66667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333%;
  }
  .xs-8 {
    width: 66.66667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333%;
  }
  .xs-11 {
    width: 91.66667%;
  }
  .xs-12 {
    width: 100%;
  }
  .xs-offset-1 {
    margin-left: 8.33333%;
  }
  .xs-offset-2 {
    margin-left: 16.66667%;
  }
  .xs-offset-3 {
    margin-left: 25%;
  }
  .xs-offset-4 {
    margin-left: 33.33333%;
  }
  .xs-offset-5 {
    margin-left: 41.66667%;
  }
  .xs-offset-6 {
    margin-left: 50%;
  }
  .xs-offset-7 {
    margin-left: 58.33333%;
  }
  .xs-offset-8 {
    margin-left: 66.66667%;
  }
  .xs-offset-9 {
    margin-left: 75%;
  }
  .xs-offset-10 {
    margin-left: 83.33333%;
  }
  .xs-offset-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 48em) and (max-width: 69.99em) {
  .s-1 {
    width: 8.33333%;
  }
  .s-2 {
    width: 16.66667%;
  }
  .s-3 {
    width: 25%;
  }
  .s-4 {
    width: 33.33333%;
  }
  .s-5 {
    width: 41.66667%;
  }
  .s-6 {
    width: 50%;
  }
  .s-7 {
    width: 58.33333%;
  }
  .s-8 {
    width: 66.66667%;
  }
  .s-9 {
    width: 75%;
  }
  .s-10 {
    width: 83.33333%;
  }
  .s-11 {
    width: 91.66667%;
  }
  .s-12 {
    width: 100%;
  }
  .s-offset-1 {
    margin-left: 8.33333%;
  }
  .s-offset-2 {
    margin-left: 16.66667%;
  }
  .s-offset-3 {
    margin-left: 25%;
  }
  .s-offset-4 {
    margin-left: 33.33333%;
  }
  .s-offset-5 {
    margin-left: 41.66667%;
  }
  .s-offset-6 {
    margin-left: 50%;
  }
  .s-offset-7 {
    margin-left: 58.33333%;
  }
  .s-offset-8 {
    margin-left: 66.66667%;
  }
  .s-offset-9 {
    margin-left: 75%;
  }
  .s-offset-10 {
    margin-left: 83.33333%;
  }
  .s-offset-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 89.99em) {
  .m-1 {
    width: 8.33333%;
  }
  .m-2 {
    width: 16.66667%;
  }
  .m-3 {
    width: 25%;
  }
  .m-4 {
    width: 33.33333%;
  }
  .m-5 {
    width: 41.66667%;
  }
  .m-6 {
    width: 50%;
  }
  .m-7 {
    width: 58.33333%;
  }
  .m-8 {
    width: 66.66667%;
  }
  .m-9 {
    width: 75%;
  }
  .m-10 {
    width: 83.33333%;
  }
  .m-11 {
    width: 91.66667%;
  }
  .m-12 {
    width: 100%;
  }
  .m-offset-1 {
    margin-left: 8.33333%;
  }
  .m-offset-2 {
    margin-left: 16.66667%;
  }
  .m-offset-3 {
    margin-left: 25%;
  }
  .m-offset-4 {
    margin-left: 33.33333%;
  }
  .m-offset-5 {
    margin-left: 41.66667%;
  }
  .m-offset-6 {
    margin-left: 50%;
  }
  .m-offset-7 {
    margin-left: 58.33333%;
  }
  .m-offset-8 {
    margin-left: 66.66667%;
  }
  .m-offset-9 {
    margin-left: 75%;
  }
  .m-offset-10 {
    margin-left: 83.33333%;
  }
  .m-offset-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 70em) {
  .l-1 {
    width: 8.33333%;
  }
  .l-2 {
    width: 16.66667%;
  }
  .l-3 {
    width: 25%;
  }
  .l-4 {
    width: 33.33333%;
  }
  .l-5 {
    width: 41.66667%;
  }
  .l-6 {
    width: 50%;
  }
  .l-7 {
    width: 58.33333%;
  }
  .l-8 {
    width: 66.66667%;
  }
  .l-9 {
    width: 75%;
  }
  .l-10 {
    width: 83.33333%;
  }
  .l-11 {
    width: 91.66667%;
  }
  .l-12 {
    width: 100%;
  }
  .l-offset-1 {
    margin-left: 8.33333%;
  }
  .l-offset-2 {
    margin-left: 16.66667%;
  }
  .l-offset-3 {
    margin-left: 25%;
  }
  .l-offset-4 {
    margin-left: 33.33333%;
  }
  .l-offset-5 {
    margin-left: 41.66667%;
  }
  .l-offset-6 {
    margin-left: 50%;
  }
  .l-offset-7 {
    margin-left: 58.33333%;
  }
  .l-offset-8 {
    margin-left: 66.66667%;
  }
  .l-offset-9 {
    margin-left: 75%;
  }
  .l-offset-10 {
    margin-left: 83.33333%;
  }
  .l-offset-11 {
    margin-left: 91.66667%;
  }
}

@media only screen and (min-width: 90em) {
  .xl-1 {
    width: 8.33333%;
  }
  .xl-2 {
    width: 16.66667%;
  }
  .xl-3 {
    width: 25%;
  }
  .xl-4 {
    width: 33.33333%;
  }
  .xl-5 {
    width: 41.66667%;
  }
  .xl-6 {
    width: 50%;
  }
  .xl-7 {
    width: 58.33333%;
  }
  .xl-8 {
    width: 66.66667%;
  }
  .xl-9 {
    width: 75%;
  }
  .xl-10 {
    width: 83.33333%;
  }
  .xl-11 {
    width: 91.66667%;
  }
  .xl-12 {
    width: 100%;
  }
  .xl-offset-1 {
    margin-left: 8.33333%;
  }
  .xl-offset-2 {
    margin-left: 16.66667%;
  }
  .xl-offset-3 {
    margin-left: 25%;
  }
  .xl-offset-4 {
    margin-left: 33.33333%;
  }
  .xl-offset-5 {
    margin-left: 41.66667%;
  }
  .xl-offset-6 {
    margin-left: 50%;
  }
  .xl-offset-7 {
    margin-left: 58.33333%;
  }
  .xl-offset-8 {
    margin-left: 66.66667%;
  }
  .xl-offset-9 {
    margin-left: 75%;
  }
  .xl-offset-10 {
    margin-left: 83.33333%;
  }
  .xl-offset-11 {
    margin-left: 91.66667%;
  }
}

/* colors */
html {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  color: #575656;
}
html ::selection {
  background: #bbbbbb;
  color: #000;
}

.text-page {
  line-height: 1.7;
}
.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
  font-weight: 400;
}
@media only screen and (max-width: 61.99em) {
  .text-page h1,
  .text-page h2,
  .text-page h3,
  .text-page h4,
  .text-page h5,
  .text-page h6 {
    word-break: all;
    hyphens: auto;
  }
}
.text-page p + h1,
.text-page ul + h1,
.text-page ol + h1,
.text-page p + h2,
.text-page ul + h2,
.text-page ol + h2,
.text-page .accordion-item + h2,
.text-page p + h3,
.text-page ul + h3,
.text-page ol + h3,
.text-page .accordion-item + h3,
.text-page p + h4,
.text-page ul + h4,
.text-page ol + h4,
.text-page .accordion-item + h4,
.text-page p + h5,
.text-page ul + h5,
.text-page ol + h5,
.text-page .accordion-item + h5,
.text-page p + h6,
.text-page ul + h6,
.text-page ol + h6,
.text-page .accordion-item + h6,
.text-page p + ul,
.text-page p + ol,
.text-page p + .accordion-item,
.text-page .accordion-item + p,
.text-page ul + ul,
.text-page ul + ol,
.text-page ol + ul {
  margin-top: 2em;
}
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
  color: #b21058;
}
.text-page h2 + h2,
.text-page h3 + h2,
.text-page h4 + h2,
.text-page h5 + h2,
.text-page h6 + h2,
.text-page h2 + h3,
.text-page h3 + h3,
.text-page h4 + h3,
.text-page h5 + h3,
.text-page h6 + h3,
.text-page h2 + h4,
.text-page h3 + h4,
.text-page h4 + h4,
.text-page h5 + h4,
.text-page h6 + h4,
.text-page h2 + h5,
.text-page h3 + h5,
.text-page h4 + h5,
.text-page h5 + h5,
.text-page h6 + h5,
.text-page h2 + h6,
.text-page h3 + h6,
.text-page h4 + h6,
.text-page h5 + h6,
.text-page h6 + h6 {
  margin-top: 2em;
}
.text-page p {
  font-weight: 300;
}
.text-page b,
.text-page strong {
  font-weight: 500;
}
.text-page a {
  color: #b21058;
  text-decoration: none;
}
.text-page a:hover,
.text-page a:focus {
  color: #d91560;
  text-decoration: underline;
}
.text-page a:hover:active,
.text-page a:focus:active {
  color: #e873a0;
}
.page-id-22 .text-page h2,
.page-id-22 .text-page h3,
.page-id-22 .text-page h4,
.page-id-22 .text-page h5,
.page-id-22 .text-page h6,
.page-id-22 .text-page a,
.parent-pageid-22 .text-page h2,
.parent-pageid-22 .text-page h3,
.parent-pageid-22 .text-page h4,
.parent-pageid-22 .text-page h5,
.parent-pageid-22 .text-page h6,
.parent-pageid-22 .text-page a {
  color: #247b68;
}
.page-id-22 .text-page a:hover,
.page-id-22 .text-page a:focus,
.parent-pageid-22 .text-page a:hover,
.parent-pageid-22 .text-page a:focus {
  color: #529163;
  text-decoration: underline;
}
.page-id-22 .text-page a:hover:active,
.page-id-22 .text-page a:focus:active,
.parent-pageid-22 .text-page a:hover:active,
.parent-pageid-22 .text-page a:focus:active {
  color: #97bda1;
}
.page-id-24 .text-page h2,
.page-id-24 .text-page h3,
.page-id-24 .text-page h4,
.page-id-24 .text-page h5,
.page-id-24 .text-page h6,
.page-id-24 .text-page a,
.parent-pageid-24 .text-page h2,
.parent-pageid-24 .text-page h3,
.parent-pageid-24 .text-page h4,
.parent-pageid-24 .text-page h5,
.parent-pageid-24 .text-page h6,
.parent-pageid-24 .text-page a {
  color: #0f6ea0;
}
.page-id-24 .text-page a:hover,
.page-id-24 .text-page a:focus,
.parent-pageid-24 .text-page a:hover,
.parent-pageid-24 .text-page a:focus {
  color: #1a8ec1;
  text-decoration: underline;
}
.page-id-24 .text-page a:hover:active,
.page-id-24 .text-page a:focus:active,
.parent-pageid-24 .text-page a:hover:active,
.parent-pageid-24 .text-page a:focus:active {
  color: #76bbda;
}


.page-id-1214 .text-page h2,
.page-id-1214 .text-page h3,
.page-id-1214 .text-page h4,
.page-id-1214 .text-page h5,
.page-id-1214 .text-page h6,
.page-id-1214 .text-page a,
.parent-pageid-1214 .text-page h2,
.parent-pageid-1214 .text-page h3,
.parent-pageid-1214 .text-page h4,
.parent-pageid-1214 .text-page h5,
.parent-pageid-1214 .text-page h6,
.parent-pageid-1214 .text-page a {
  color: #0f6ea0;
}
.page-id-1214 .text-page a:hover,
.page-id-1214 .text-page a:focus,
.parent-pageid-1214 .text-page a:hover,
.parent-pageid-1214 .text-page a:focus {
  color: #1a8ec1;
  text-decoration: underline;
}
.page-id-1214 .text-page a:hover:active,
.page-id-1214 .text-page a:focus:active,
.parent-pageid-1214 .text-page a:hover:active,
.parent-pageid-1214 .text-page a:focus:active {
  color: #76bbda;
}


.page-id-26 .text-page h2,
.page-id-26 .text-page h3,
.page-id-26 .text-page h4,
.page-id-26 .text-page h5,
.page-id-26 .text-page h6,
.page-id-26 .text-page a,
.parent-pageid-26 .text-page h2,
.parent-pageid-26 .text-page h3,
.parent-pageid-26 .text-page h4,
.parent-pageid-26 .text-page h5,
.parent-pageid-26 .text-page h6,
.parent-pageid-26 .text-page a {
  color: #554696;
}
.page-id-26 .text-page a:hover,
.page-id-26 .text-page a:focus,
.parent-pageid-26 .text-page a:hover,
.parent-pageid-26 .text-page a:focus {
  color: #7f5da4;
  text-decoration: underline;
}
.page-id-26 .text-page a:hover:active,
.page-id-26 .text-page a:focus:active,
.parent-pageid-26 .text-page a:hover:active,
.parent-pageid-26 .text-page a:focus:active {
  color: #b29ec8;
}
.text-page blockquote {
  font-style: italic;
  margin: 2em 2em 2em 3em;
  position: relative;
  line-height: 1.5;
  color: #757575;
}
.text-page blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1em;
  bottom: 0;
  width: 0.25em;
  background: #d91560;
}
.page-id-22 .text-page blockquote:before,
.parent-pageid-22 .text-page blockquote:before {
  background: #247b68;
}
.page-id-24 .text-page blockquote:before,
.parent-pageid-24 .text-page blockquote:before {
  background: #0f6ea0;
}
.page-id-26 .text-page blockquote:before,
.parent-pageid-26 .text-page blockquote:before {
  background: #554696;
}
.text-page hr {
  border: 0;
  background: transparent;
  height: 0.125em;
  position: relative;
  margin: 3em 0;
}
.text-page hr:after {
  content: "";
  position: absolute;
  top: 0;
  right: 3em;
  left: 3em;
  bottom: 0;
  background: #bbbbbb;
}
@media only screen and (min-width: 48em) {
  .text-page hr:after {
    right: 8em;
    left: 8em;
  }
}
.text-page mark {
  padding: 0 0.25em;
  background: #d91560;
  color: #fff;
  border-radius: 2px;
}
.page-id-22 .text-page mark,
.parent-pageid-22 .text-page mark {
  background: #529163;
}
.page-id-24 .text-page mark,
.parent-pageid-24 .text-page mark {
  background: #1a8ec1;
}
.page-id-26 .text-page mark,
.parent-pageid-26 .text-page mark {
  background: #7f5da4;
}
.text-page .text-lable {
  color: #bbbbbb;
}
.text-page ul,
.text-page ol {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  background: #f6f6f6;
  padding: 1em 1em 1em 1.85em;
  border-radius: 4px;
}
.page-id-36 .text-page ul li::before, .parent-pageid-36 .text-page ul li::before {
    background: #0f6ea0;
}
.text-page ul li,
.text-page ol li {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  -webkit-appearance: none;
}
.text-page ul ul,
.text-page ul ol,
.text-page ol ul,
.text-page ol ol {
  margin-left: 1em;
  padding: 0;
}
.text-page ul li {
  position: relative;
  padding: 0;
}
.text-page ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: #b21058;
  left: -12px;
  top: 0.7em;
}
.page-id-22 .text-page ul li:before,
.parent-pageid-22 .text-page ul li:before {
  background: #247b68;
}
.page-id-24 .text-page ul li:before,
.parent-pageid-24 .text-page ul li:before {
  background: #0f6ea0;
}
.page-id-26 .text-page ul li:before,
.parent-pageid-26 .text-page ul li:before {
  background: #554696;
}
.text-page ul li + li {
  margin-top: 0.5em;
}
.text-page ol {
  counter-reset: kb-counter;
  padding-left: 2.25em;
}
.text-page ol li {
  position: relative;
  padding: 0;
}
.text-page ol li:before {
  counter-increment: kb-counter;
  content: counter(kb-counter, upper-roman);
  font-weight: 500;
  position: absolute;
  right: calc(100% + 0.5em);
  color: #575656;
}
.text-page ol li + li {
  margin-top: 0.5em;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
.swipebox-html {
  overflow: hidden;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
  padding: 4em 0.5em 0.5em;
}
@media only screen and (min-width: 48em) and (max-width: 61.99em) {
  #swipebox-slider .slide {
    padding: 4em;
  }
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 1px solid #666;
  background: #000;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-prev,
#swipebox-next {
  position: absolute;
  background: transparent !important;
  height: 3em;
  width: 3em;
  padding: 0.25em;
  top: 50%;
  cursor: pointer;
}
#swipebox-prev .icon,
#swipebox-next .icon {
  width: 2.5em;
  height: 2.5em;
  fill: #fff;
  transition: 0.2s ease-in-out;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  display: none;
}
#swipebox-prev:focus .icon,
#swipebox-prev:hover .icon,
#swipebox-prev:active .icon,
#swipebox-next:focus .icon,
#swipebox-next:hover .icon,
#swipebox-next:active .icon {
  fill: #b21058;
}

#swipebox-prev {
  left: 0;
}
#swipebox-prev .icon {
  transform: rotate(-90deg);
}

#swipebox-next {
  right: 0;
}
#swipebox-next .icon {
  transform: rotate(90deg);
}

#swipebox-close {
  cursor: pointer;
  height: 3.125em;
  width: 3.125em;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  background: transparent;
}
#swipebox-close .icon {
  width: 2.5em;
  height: 2.5em;
  fill: #fff;
  transition: 0.2s ease-in-out;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-close:hover .icon,
#swipebox-close:active .icon,
#swipebox-close:focus .icon {
  fill: #b21058;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

.site-header {
  flex-shrink: 0;
  border-bottom: 1px solid #bbbbbb;
  background: #fff;
  border-top: 0.75em solid #b21058;
}
@media only screen and (min-width: 56.25em) {
  .site-header {
    z-index: 9;
  }
}
.site-header .custom-logo-link {
  width: 16em;
  height: 2.7em;
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  transform-origin: left;
}
@media screen and (max-width: 23em) {
  .site-header .custom-logo-link {
    width: 13.75em;
    height: 2.25em;
    margin-top: 0.375em;
  }
}
.site-header .container {
  display: flex;
  position: relative;
}
.site-header .front-page-title {
  font-size: 1em;
  display: inline-block;
  margin: 0;
  line-height: 1;
  padding-top: 1em;
  padding-bottom: 1em;
  transition: padding 0.3s;
}
@media only screen and (min-width: 56.25em) {
  .site-header .front-page-title {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }
}

.toggle-container {
  display: block;
  text-align: right;
}
@media only screen and (min-width: 56.25em) {
  .toggle-container {
    display: none;
  }
}

.site-title-link {
  min-height: 44px;
  display: inline-block;
}

@media only screen and (min-width: 56.25em) {
  #menu-hauptnavigation {
    display: flex;
    height: 100%;
  }
}

.menu &gt; li.menu-item {
  height: 100%;
}

.menu &gt; li.menu-item &gt; a {
  display: flex !important;
  height: 100%;
  align-items: center;
}

/* Fixed Header */
@media only screen and (min-width: 56.25em) and (min-height: 50em) {
  .site-header {
    transition: padding 0.3s ease-in-out;
    position: fixed;
    width: 100%;
  }
  .sub-menu-container {
    transition: top 0.3s ease-in-out;
  }
  .site-main {
    padding-top: 8.28em;
    position: relative;
  }
  .site-main:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -3em;
    height: 11.386875em;
    background: #f6f6f6;
  }
  .home .site-main:before {
    background: #fff;
  }
  .fixed-header .site-header {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-bottom: 0;
  }
  .fixed-header .site-header .custom-logo-link {
    transform: scale(0.8);
  }
  .fixed-header .site-header .front-page-title {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
  .fixed-header .site-header .site-nav &gt; ul &gt; li &gt; a .icon {
    top: 1.375em;
  }
  .fixed-header .sub-menu-container {
    top: calc(100%) !important;
  }
}

html {
  opacity: 0;
  transition: opacity 0.3s;
}
html.ready {
  opacity: 1;
}

.site-main {
  background: #bbbbbb;
  transition: margin-top 0.2s ease-in-out;
}
@supports (flex-direction: column) {
  .site-main {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 56.24em) {
  .site-main {
    margin-top: 0 !important;
  }
}
.home .site-main {
  background: #fff;
}
.site-main &gt; .container {
  flex: 1;
}

.the-content {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 1em;
  max-width: 40em;
}
@media only screen and (min-width: 48em) {
  .the-content {
    padding: 2em 1em;
    max-width: 44em;
  }
}

.home .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 1em 0;
}

.page .post-img-container {
  position: relative;
  margin: -2em -6em 0 -6em;
}
.page .post-img-container:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: calc((100vw - 98%) / 2);
  transform: translateX(-98%);
  left: 0;
}
.page .post-img-container .wp-post-image {
  display: block;
  height: auto;
  width: 100%;
}

.text-page {
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: #fff;
  flex: 1;
  margin: 0 -1em;
}
@media only screen and (min-width: 62em) {
  .text-page {
    margin: 0 -2em;
    padding: 0 2em;
  }
}

a:target {
  display: block;
  margin-top: -2em;
  padding-top: 2em;
}

.site-footer {
  position: relative;
  flex-shrink: 0;
  background: #f1f1f1;
  font-size: 90%;
  padding: 0.25em 0;
  z-index: 1;
}
@media only screen and (max-width: 61.99em) {
  .site-footer .container {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media only screen and (min-width: 62em) {
  .site-footer .container {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 62em) and (max-width: 102.625em) {
  .site-footer .container {
    padding-right: 6em;
  }
}
.site-footer .copyright {
  display: inline-block;
  font-weight: 400;
}
.site-footer .copyright a {
  text-decoration: none;
  color: #b21058;
}
.site-footer .copyright a:hover,
.site-footer .copyright a:focus {
  color: #d91560;
}

@media only screen and (min-width: 56.25em) {
  .site-nav-container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-between;
  }
}

.site-nav {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .site-nav {
    margin-left: 19vw;
    height: 100%;
  }
}
.js .site-nav {
  display: block;
}
.site-nav-toggle {
  margin-top: 1em;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em 3em 1em 1em;
  height: 3em;
  cursor: pointer;
  line-height: 1;
  user-select: none;
  z-index: 2;
}
.nav-active .site-nav-toggle {
  color: #fff;
}
@media screen and (max-width: 26em) {
  .site-nav-toggle {
    padding: 1em 2em 1em 1em;
  }
}
.site-nav-toggle .icon {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 2em;
  width: 2em;
  fill: #575656;
}
.nav-active .site-nav-toggle .icon {
  fill: #fff;
}
@media screen and (max-width: 26em) {
  .site-nav-toggle span {
    display: none;
  }
}
.site-nav-toggle:hover .icon,
.site-nav-toggle:focus .icon,
.site-nav-toggle:active .icon {
  fill: #b21058;
}
@media only screen and (max-width: 56.24em) {
  .js .site-nav-container {
    position: fixed;
    width: 18.75em;
    height: 100%;
    min-height: 100vh;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    background: #575656;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 26em) {
  .js .site-nav-container {
    width: calc(100vw - 3em);
  }
}
.site-nav ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav ul li {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  -webkit-appearance: none;
}
.site-nav a,
.site-nav .back-to-master-menu,
.site-nav .sub-menu-trigger-back {
  display: block;
  position: relative;
  padding: 1.25em 1em;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 56.24em) {
  .site-nav ul {
    top: 0;
    height: 100%;
    width: 100%;
  }
  .site-nav &gt; ul {
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
  }
  .site-nav &gt; ul ul {
    position: absolute;
    visibility: hidden;
    transform: translateX(100%);
    transition: visibility 0s 0.4s, transform 0.3s ease-in-out;
  }
  .site-nav &gt; ul ul.active {
    visibility: visible;
    transition: visibility 0s 0s, transform 0.3s ease-in-out;
  }
  .site-nav li {
    width: 100%;
  }
  .site-nav li &gt; a {
    border-top: 1px solid #fff;
    line-height: 1.4;
  }
  .site-nav li:last-of-type &gt; a {
    border-bottom: 1px solid #fff;
  }
  .site-nav a {
    padding-right: 3em;
    color: #fff;
    transition: 0.2s ease-in-out;
  }
  .site-nav a .icon {
    position: absolute;
    right: 0.6em;
    top: 0;
    width: 2em;
    height: 100%;
    transform: rotate(90deg);
    fill: #fff;
    transition: 0.2s ease-in-out;
  }
  .site-nav a br {
    line-height: 0 !important;
  }
  .site-nav a:hover,
  .site-nav a:focus {
    background: #464545;
    color: #bbbbbb;
  }
  .site-nav a:hover .icon,
  .site-nav a:focus .icon {
    fill: #bbbbbb;
  }
  .site-nav a:active {
    background: #3d3c3c;
    color: #bbbbbb;
  }
  .site-nav a:active .icon {
    fill: #bbbbbb;
  }
  .site-nav a:active:hover {
    color: #fff;
  }
  .site-nav a:active:hover .icon {
    fill: #fff;
  }
  .site-nav li.current-menu-item &gt; a,
  .site-nav li.current-page-parent &gt; a {
    background: #464545;
    color: #bbbbbb;
  }
  .site-nav li.current-menu-item &gt; a .icon,
  .site-nav li.current-page-parent &gt; a .icon {
    fill: #bbbbbb;
  }
  .site-nav li.current-menu-item &gt; a:hover,
  .site-nav li.current-page-parent &gt; a:hover {
    color: #fff;
  }
  .site-nav li.current-menu-item &gt; a:hover .icon,
  .site-nav li.current-page-parent &gt; a:hover .icon {
    fill: #fff;
  }
  .site-nav .menu-item.drilldown {
    display: flex;
    align-items: center;
  }
  .site-nav .sub-menu-trigger-back {
    padding-left: 3em;
    position: relative;
    color: #fff;
    line-height: 1.4;
    flex-grow: 2;
    margin-right: 3em;
  }
  .site-nav .sub-menu-trigger-back .icon {
    position: absolute;
    left: 0.6em;
    top: 0;
    width: 2em;
    height: 100%;
    transform: rotate(-90deg);
    fill: #fff;
  }
  .site-nav .sub-menu-trigger-back:hover,
  .site-nav .sub-menu-trigger-back:focus {
    background: #464545;
    color: #bbbbbb;
  }
  .site-nav .sub-menu-trigger-back:hover .icon,
  .site-nav .sub-menu-trigger-back:focus .icon {
    fill: #bbbbbb;
  }
  .site-nav .sub-menu-trigger-back:active {
    background: #3d3c3c;
    color: #bbbbbb;
  }
  .site-nav .sub-menu-trigger-back:active .icon {
    fill: #bbbbbb;
  }
  .site-nav .sub-menu-trigger-back:active:hover {
    color: #fff;
  }
  .site-nav .sub-menu-trigger-back:active:hover .icon {
    fill: #fff;
  }
  .site-nav .back-to-master-menu {
    position: absolute;
    width: 3em;
    height: 4em;
    right: 0;
    padding: 0;
    color: #fff;
    line-height: 1.4;
  }
  .site-nav .back-to-master-menu .icon {
    width: 2em;
    height: 100%;
    transform: rotate(-90deg);
    fill: #fff;
  }
  .site-nav .back-to-master-menu .icon + .icon {
    margin-left: -1.25em;
  }
  .site-nav .back-to-master-menu:hover,
  .site-nav .back-to-master-menu:focus {
    background: #464545;
    color: #bbbbbb;
  }
  .site-nav .back-to-master-menu:hover .icon,
  .site-nav .back-to-master-menu:focus .icon {
    fill: #bbbbbb;
  }
  .site-nav .back-to-master-menu:active {
    background: #3d3c3c;
    color: #bbbbbb;
  }
  .site-nav .back-to-master-menu:active .icon {
    fill: #bbbbbb;
  }
  .site-nav .back-to-master-menu:active:hover {
    color: #fff;
  }
  .site-nav .back-to-master-menu:active:hover .icon {
    fill: #fff;
  }
  .site-nav .pushed {
    transform: translateX(-100%);
  }
  .site-nav .pushed .pushed {
    transform: translateX(0);
  }
}
@media only screen and (min-width: 56.25em) {
  .site-nav a {
    display: inline-block;
  }
  .site-nav &gt; ul &gt; li {
    display: inline-block;
  }
  .site-nav &gt; ul &gt; li + li {
    margin-left: 1em;
  }
  .site-nav &gt; ul &gt; li &gt; a {
    padding: 0;
    padding-right: 1.25em;
    background: transparent;
    z-index: 2;
    text-transform: uppercase;
    color: #000;
  }
  .site-nav &gt; ul &gt; li &gt; a .icon {
    position: absolute;
    top: 3em;
    right: 0;
    bottom: 0;
    width: 1.125em;
    height: 1.125em;
    transform: scaleY(-1);
    transition: transform 0.2s ease-in-out;
    fill: #757575;
    transition: top 0.3s;
  }
  .site-nav &gt; ul &gt; li &gt; a:hover,
  .site-nav &gt; ul &gt; li &gt; a:focus {
    transform: scale(1.05);
    background: transparent;
  }
  .site-nav &gt; ul &gt; li &gt; a:active {
    transform: scale(1.025);
  }
  .site-nav &gt; ul &gt; li &gt; a.active {
    transform: scale(1.05);
    font-weight: 500;
  }
  .site-nav &gt; ul &gt; li &gt; a.active .icon {
    transform: scaleY(1);
  }
  .site-nav &gt; ul &gt; li &gt; a br {
    line-height: 0 !important;
  }
  .site-nav &gt; ul &gt; li.current-page-ancestor &gt; a,
  .site-nav &gt; ul &gt; li.current-menu-ancestor &gt; a,
  .site-nav &gt; ul &gt; li.current-menu-parent &gt; a,
  .site-nav &gt; ul &gt; li.current-custom-parent &gt; a,
  .site-nav &gt; ul &gt; li.current_page_parent &gt; a,
  .site-nav &gt; ul &gt; li.current_page_ancestor &gt; a {
    font-weight: 500;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1em);
    display: none;
    z-index: 3;
  }
}
@media only screen and (min-width: 56.25em) and (max-width: 56.24em) {
  .site-nav &gt; ul &gt; li .sub-menu-container {
    margin: 0 1em;
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 56.25em) {
  .site-nav &gt; ul &gt; li .sub-menu-container {
    top: calc(100%);
  }
  .home .site-nav &gt; ul &gt; li .sub-menu-container {
    margin: 0 1em;
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 56.25em) and (max-width: 61.99em) {
  .home .site-nav &gt; ul &gt; li .sub-menu-container {
    margin: 0 1em;
  }
}
@media only screen and (min-width: 56.25em) {
  @supports (animation: appear 0.3s ease-in-out forwards) {
    .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li {
      opacity: 0;
    }
  }
  .site-nav &gt; ul &gt; li .sub-menu-container.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .site-nav &gt; ul &gt; li .sub-menu-container.active &gt; ul &gt; li {
    animation: appear 0.3s ease-in-out forwards;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container.active &gt; ul &gt; li:first-of-type {
    animation-delay: 0;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container.active &gt; ul &gt; li:nth-of-type(2) {
    animation-delay: 0.1s;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container.active &gt; ul &gt; li:nth-of-type(3) {
    animation-delay: 0.2s;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container.active &gt; ul &gt; li:nth-of-type(4) {
    animation-delay: 0.3s;
  }
  @keyframes appear {
    from {
      opacity: 0;
      transform: translate(0.25em, 0.25em);
    }
    to {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul {
    position: relative;
    width: 100%;
    display: flex;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li {
    flex-grow: 1;
    border: 1px solid #bbbbbb;
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 90em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li {
    width: 25%;
  }
}
@media only screen and (min-width: 56.25em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li + li {
    border-left: none;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; a {
    width: 100%;
    height: 100%;
    padding: 2em 2em 3em 2em;
    font-size: 1.2em;
    line-height: 1.3;
    background: #fff;
    color: #000;
    position: relative;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; a:after {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: 0;
    height: 1em;
  }
}
@media only screen and (min-width: 56.25em) and (max-width: 68.75em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; a {
    font-size: 2vw;
  }
}
@media only screen and (min-width: 56.25em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; a br {
    line-height: 0 !important;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; a .icon {
    position: absolute;
    bottom: 2.75em;
    right: 0.5em;
    height: 1.5em;
    width: 1.5em;
    fill: #757575;
    transform: scaleY(-1);
    transition: transform 0.2s ease-in-out;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li:first-of-type &gt; a:after {
    left: -1px;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li:first-of-type &gt; ul {
    margin-left: -1px;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul {
    position: absolute;
    display: none;
    margin-top: 1px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    width: auto;
    padding: 1em 2em;
  }
  @supports (width: calc(200% + 2px)) {
    .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul {
      width: calc(200% + 2px);
    }
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 70em) and (max-width: 89.99em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul {
    padding: 2em 4em 2em 3em;
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 90em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul {
    padding: 2em 6em 2em 5em;
  }
}
@media only screen and (min-width: 56.25em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li {
    width: 100%;
  }
  @supports (animation: appear 0.3s ease-in-out forwards) {
    .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li {
      opacity: 0;
    }
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li + li {
    border-top: 1px solid #bbbbbb;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li a {
    width: 100%;
    background: transparent;
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
    color: #757575;
    transition: 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 56.25em) and (max-width: 68.75em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li a {
    font-size: 1.5vw;
  }
}
@media only screen and (min-width: 56.25em) {
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li a br {
    line-height: 0 !important;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li a:hover,
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li a:focus {
    transform: translateX(0.75em);
    color: #5e5e5e;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li a:active {
    color: #5e5e5e;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul &gt; li a.active {
    transform: translateX(0.75em);
  }
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul
    &gt; li.current-page-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul
    &gt; li.current-page-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul
    &gt; li.current-menu-item
    &gt; a {
    transform: translateX(0.75em);
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li &gt; ul.active &gt; li {
    animation: liFadeIn 0.3s ease-in-out forwards;
  }
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul.active
    &gt; li:first-of-type {
    animation-delay: 0.2;
  }
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul.active
    &gt; li:nth-of-type(2) {
    animation-delay: 0.3s;
  }
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul.active
    &gt; li:nth-of-type(3) {
    animation-delay: 0.4s;
  }
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul.active
    &gt; li:nth-of-type(4) {
    animation-delay: 0.5s;
  }
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul.active
    &gt; li:nth-of-type(5) {
    animation-delay: 0.6s;
  }
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li
    &gt; ul.active
    &gt; li:nth-of-type(6) {
    animation-delay: 0.7s;
  }
  @keyframes liFadeIn {
    from {
      opacity: 0;
      transform: translateY(0.25em);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li:last-of-type &gt; ul {
    right: 0;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li ul ul {
    display: none;
  }
  .site-nav &gt; ul &gt; li.e-red .sub-menu-container &gt; ul &gt; li &gt; a:after {
    background: #bbbbbb;
    left: -1px;
  }
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(even)
    &gt; a:after {
    background: #a1a1a1;
  }
  .site-nav &gt; ul &gt; li.e-red .sub-menu-container &gt; ul &gt; li.current-menu-item &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-page-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-menu-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-menu-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-page-ancestor
    &gt; a,
  .site-nav &gt; ul &gt; li.e-red .sub-menu-container &gt; ul &gt; li:hover &gt; a {
    color: #b21058;
    background: #f6f6f6;
  }
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-menu-item
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-page-parent
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-menu-ancestor
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-menu-parent
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-red
    .sub-menu-container
    &gt; ul
    &gt; li.current-page-ancestor
    &gt; a:after,
  .site-nav &gt; ul &gt; li.e-red .sub-menu-container &gt; ul &gt; li:hover &gt; a:after {
    background: #b21058;
  }
  .site-nav &gt; ul &gt; li.e-red .sub-menu-container &gt; ul &gt; li:focus &gt; a,
  .site-nav &gt; ul &gt; li.e-red .sub-menu-container &gt; ul &gt; li:active &gt; a {
    background: #f1f1f1;
  }
  .site-nav &gt; ul &gt; li.e-red .sub-menu-container &gt; ul &gt; li:focus &gt; a:after,
  .site-nav &gt; ul &gt; li.e-red .sub-menu-container &gt; ul &gt; li:active &gt; a:after {
    background: #d91560;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li.current-menu-item &gt; a .icon,
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li.current-page-parent
    &gt; a
    .icon,
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li.current-menu-ancestor
    &gt; a
    .icon,
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li.current-menu-parent
    &gt; a
    .icon,
  .site-nav
    &gt; ul
    &gt; li
    .sub-menu-container
    &gt; ul
    &gt; li.current-page-ancestor
    &gt; a
    .icon,
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li:hover .icon,
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li.active .icon {
    fill: #fff;
  }
  .site-nav &gt; ul &gt; li .sub-menu-container &gt; ul &gt; li.active .icon {
    transform: scaleY(1);
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1)
    &gt; a:after {
    background: #b21058;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-item,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-page-parent,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-ancestor,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-parent,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-page-ancestor,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1):hover,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).active {
    border-color: #b21058;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-item
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-page-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-page-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1):hover
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).active
    &gt; a {
    color: #fff;
    background: #b21058;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-item
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-page-parent
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-ancestor
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-menu-parent
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).current-page-ancestor
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1):hover
    &gt; a:after,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1).active
    &gt; a:after {
    background: #d91560;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1)
    &gt; ul
    &gt; li.current-menu-item
    &gt; a {
    color: #b21058;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1):active {
    border-color: #a00e4f;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1):active
    &gt; a {
    background: #a00e4f;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1)
    &gt; ul {
    background: #fff;
    border-left: 1.25em solid #d91560;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(1):last-of-type
    &gt; ul {
    border-left: 0;
    border-right: 1.25em solid #d91560;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2)
    &gt; a:after {
    background: #247b68;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-menu-item,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-page-parent,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-menu-ancestor,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-menu-parent,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-page-ancestor,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2):hover,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).active {
    border-color: #19604b;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-menu-item
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-page-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-menu-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-menu-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).current-page-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2):hover
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2).active
    &gt; a {
    color: #fff;
    background: #19604b;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2)
    &gt; ul
    &gt; li.current-menu-item
    &gt; a {
    color: #247b68;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2):active {
    border-color: #175644;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2):active
    &gt; a {
    background: #175644;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2)
    &gt; ul {
    background: #fff;
    border-left: 1.25em solid #247b68;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(2):last-of-type
    &gt; ul {
    border-left: 0;
    border-right: 1.25em solid #247b68;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3)
    &gt; a:after {
    background: #1a8ec1;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-menu-item,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-page-parent,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-menu-ancestor,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-menu-parent,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-page-ancestor,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3):hover,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).active {
    border-color: #0f6ea0;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-menu-item
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-page-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-menu-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-menu-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).current-page-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3):hover
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3).active
    &gt; a {
    color: #fff;
    background: #0f6ea0;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3)
    &gt; ul
    &gt; li.current-menu-item
    &gt; a {
    color: #0f6ea0;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3):active {
    border-color: #0e6593;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3):active
    &gt; a {
    background: #0e6593;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3)
    &gt; ul {
    background: #fff;
    border-left: 1.25em solid #1a8ec1;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(3):last-of-type
    &gt; ul {
    border-left: 0;
    border-right: 1.25em solid #1a8ec1;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4)
    &gt; a:after {
    background: #554696;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-menu-item,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-page-parent,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-menu-ancestor,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-menu-parent,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-page-ancestor,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4):hover,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).active {
    border-color: #433684;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-menu-item
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-page-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-menu-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-menu-parent
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).current-page-ancestor
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4):hover
    &gt; a,
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4).active
    &gt; a {
    color: #fff;
    background: #433684;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4)
    &gt; ul
    &gt; li.current-menu-item
    &gt; a {
    color: #554696;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4):active {
    border-color: #3c3177;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4):active
    &gt; a {
    background: #3c3177;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4)
    &gt; ul {
    background: #fff;
    border-left: 1.25em solid #554696;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(4):last-of-type
    &gt; ul {
    border-left: 0;
    border-right: 1.25em solid #554696;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(5)
    &gt; a:after {
    background: #0f6ea0;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(5):hover
    &gt; a:after {
    background: #1a8ec1;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(6)
    &gt; a:after {
    background: #0f6ea0;
  }
  .site-nav
    &gt; ul
    &gt; li.e-color-system
    .sub-menu-container
    &gt; ul
    &gt; li:nth-of-type(6):hover
    &gt; a:after {
    background: #1a8ec1;
  }
}

body {
  overflow: visible;
  transition: transform 0.3s ease-in-out;
  background: #fff;
}
.nav-active body {
  transform: translateX(-18.75rem);
}
@media screen and (max-width: 26em) {
  @supports (transform: translateX(calc(-100vw + 3em))) {
    .nav-active body {
      transform: translateX(calc(-100vw + 3em));
    }
  }
}
@media screen and (max-width: 56.24em) and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .nav-active body .site-nav-container {
    transform: translateX(0);
  }
}

.cgo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  box-shadow: 6px 0 6px rgba(0, 0, 0, 0.2);
}

.direct-nav {
  flex-shrink: 0;
  font-size: 90%;
}
@media only screen and (max-width: 56.24em) {
  .direct-nav {
    padding: 3em 1em;
    text-align: right;
  }
}
@media only screen and (min-width: 56.25em) {
  .direct-nav {
    margin-left: 1.25em;
  }
}
.direct-nav ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.direct-nav ul li {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  -webkit-appearance: none;
}
@media only screen and (min-width: 56.25em) {
  .direct-nav ul {
    display: inline-block;
  }
}
.direct-nav ul &gt; li {
  display: inline-block;
}
.direct-nav ul &gt; li + li {
  margin-left: 0.5em;
}
.direct-nav &gt; ul &gt; li &gt; a {
  padding-right: 3em;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 56.25em) {
  .direct-nav &gt; ul &gt; li &gt; a {
    color: #000;
    font-weight: 400;
  }
}
.direct-nav &gt; ul &gt; li &gt; a:after {
  content: "";
  position: absolute;
  background: red;
  width: 3em;
  height: 3em;
  top: -1em;
  right: 0;
}
.direct-nav &gt; ul &gt; li &gt; a[href*="/kontakt"]:after {
  right: 0.25em;
  background: url(assets/img/icon-kontakt.svg);
}
.direct-nav &gt; ul &gt; li &gt; a[title*="Anmelden"]:after {
  background: url(assets/img/icon-anmelden.svg);
}
.direct-nav a {
  text-decoration: none;
}
.direct-nav .menu-item-has-children {
  position: relative;
}
.direct-nav .sub-menu {
  position: absolute;
  text-align: center;
  background: #fff;
  z-index: 999;
  top: 3rem;
  right: 50%;
  transform: translate(50%, -1.75em) scale(0);
  transition: 0.3s ease-in-out;
  transform-origin: top;
  border: 1px solid #bbbbbb;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 108em) {
  .direct-nav .sub-menu {
    transform-origin: 6em 0;
  }
}
.direct-nav .sub-menu.active {
  transform: translate(50%, 0) scale(1);
}
@media screen and (max-width: 108em) {
  .direct-nav .sub-menu {
    right: 0;
  }
  .direct-nav .sub-menu.active {
    transform: translate(0, 0) scale(1);
  }
}
.direct-nav .sub-menu li {
  display: block;
  width: calc(100% - 4em);
  margin-left: 2em;
  transition: 0.1s ease-in-out;
}
.direct-nav .sub-menu li + li {
  border-top: 1px solid #bbbbbb;
}
.direct-nav .sub-menu li a {
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 2em;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 -2em;
  transition: 0.1s ease-in-out;
}
.direct-nav .sub-menu li a .info {
  display: inline-block;
  color: #575656;
  font-weight: 300;
  text-align: left;
  font-size: 85%;
  margin-left: 1em;
}
.direct-nav .sub-menu li a .align-right {
  text-align: right;
}
.direct-nav .sub-menu li:hover,
.direct-nav .sub-menu li:focus {
  width: 100%;
  margin-left: 0;
}
.direct-nav .sub-menu li:hover a,
.direct-nav .sub-menu li:focus a {
  background: #f1f1f1;
  color: #b21058;
  margin: 0;
  padding: 1em;
}
.direct-nav .sub-menu li:hover + li,
.direct-nav .sub-menu li:focus + li {
  width: 100%;
  margin-left: 0;
}
.direct-nav .sub-menu li:hover + li a,
.direct-nav .sub-menu li:focus + li a {
  margin: 0;
  padding: 1em;
}
.direct-nav .sub-menu li:first-of-type {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.direct-nav .sub-menu li:first-of-type a {
  margin: 0;
  padding: 1em;
}
@supports (transform: rotate(45deg) translate(calc(-50% - 6px))) {
  .direct-nav .sub-menu li:first-of-type:before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    transition: transform 0.3s ease-in-out;
    transform: rotate(45deg) translate(calc(-50% - 6px));
    z-index: -1;
    transition: 0.1s ease-in-out;
  }
  @media screen and (max-width: 108em) {
    .direct-nav .sub-menu li:first-of-type:before {
      left: calc(100% - 2.5em);
    }
  }
  .direct-nav .sub-menu li:first-of-type:hover:before,
  .direct-nav .sub-menu li:first-of-type:focus:before {
    background: #f1f1f1;
  }
}

html.nav-active {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  height: 100vh;
  position: fixed;
}
@media only screen and (max-width: 56.24em) {
  html.nav-active.admin-bar {
    margin-top: 0 !important;
  }
}
html.nav-active.admin-bar body {
  padding-top: 32px !important;
}
@media screen and (max-width: 782px) {
  html.nav-active.admin-bar body {
    padding-top: 46px !important;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

.footer-nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 61.99em) {
  .footer-nav {
    margin-top: 1em;
  }
}
.footer-nav ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav ul li {
  list-style: none;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  -webkit-appearance: none;
}
@media only screen and (max-width: 61.99em) {
  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-nav ul li {
  display: inline-block;
}
.footer-nav ul li + li {
  margin-left: 1em;
}
.footer-nav ul li a {
  text-decoration: none;
  color: #575656;
  font-weight: 400;
}
.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
  color: #d91560;
}

br.s,
br.m {
  display: none;
}

@media only screen and (min-width: 56.25em) and (max-width: 69.99em) {
  br.s {
    display: block;
  }
}

@media only screen and (min-width: 56.25em) and (max-width: 89.99em) {
  br.m {
    display: block;
  }
}

.breadcrumb {
  background: #f6f6f6;
  flex-grow: 0;
}
.breadcrumb .container {
  position: relative;
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}
@supports (width: calc(100vw - 100% + 9em)) {
  @media screen and (max-width: 54.4375em) {
    .breadcrumb .container {
      padding-left: 6.25em;
    }
  }
  @media only screen and (max-width: 47.99em) {
    .breadcrumb .container {
      padding-left: 2.75em;
    }
  }
  .breadcrumb .container:before,
  .breadcrumb .container:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
  }
  .breadcrumb .container:before {
    background: #b21058;
    width: calc(100vw - 100% + 9em);
    transform: skew(-45deg) translateX(calc(-100% + 1.375em));
  }
  @media only screen and (min-width: 48em) and (max-width: 61.99em) {
    .breadcrumb .container:before {
      transform: skew(-45deg) translateX(calc(-100% + 4.85em));
    }
  }
  @media only screen and (min-width: 62em) {
    .breadcrumb .container:before {
      transform: skew(-45deg) translateX(calc(-100% + 4.85em));
    }
  }
  .breadcrumb .container:after {
    width: 3.475em;
    top: 100%;
    background: #bbbbbb;
    transform: skew(45deg) translateX(calc(-100% + 1.375em));
  }
  @media only screen and (min-width: 48em) and (max-width: 61.99em) {
    .breadcrumb .container:after {
      transform: skew(45deg) translateX(calc(-100% + 4.85em));
    }
  }
  @media only screen and (min-width: 62em) {
    .breadcrumb .container:after {
      transform: skew(45deg) translateX(calc(-100% + 4.85em));
    }
  }
  @media only screen and (max-width: 56.24em) {
    .breadcrumb .container:after {
      display: none;
    }
  }
}
.breadcrumb .container .inner-container {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media only screen and (min-width: 48em) and (min-width: 54.5em) {
  .breadcrumb .container .inner-container {
    width: 100%;
    max-width: 42em;
    margin: 0 auto;
  }
}

.page-id-1214 .breadcrumb .container:before,
.parent-pageid-1214 .breadcrumb .container:before {
  background: #095181;
}
.page-id-1214 .breadcrumb .container:after,
.parent-pageid-1214 .breadcrumb .container:after {
  background: #1a8ec1;
}


.page-id-22 .breadcrumb .container:before,
.parent-pageid-22 .breadcrumb .container:before {
  background: #19604b;
}
.page-id-22 .breadcrumb .container:after,
.parent-pageid-22 .breadcrumb .container:after {
  background: #247b68;
}
.page-id-24 .breadcrumb .container:before,
.parent-pageid-24 .breadcrumb .container:before {
  background: #095181;
}
.page-id-24 .breadcrumb .container:after,
.parent-pageid-24 .breadcrumb .container:after {
  background: #1a8ec1;
}
.page-id-26 .breadcrumb .container:before,
.parent-pageid-26 .breadcrumb .container:before {
  background: #433684;
}
.page-id-26 .breadcrumb .container:after,
.parent-pageid-26 .breadcrumb .container:after {
  background: #7f5da4;
}
@media only screen and (max-width: 47.99em) {
  .breadcrumb .delimiter {
    margin: 0 -0.25em;
  }
}
.breadcrumb .fs-wrap {
  font-size: 85%;
}
@media only screen and (max-width: 47.99em) {
  .breadcrumb .fs-wrap {
    font-size: 75%;
  }
}
.breadcrumb a,
.breadcrumb .delimiter,
.breadcrumb .fs-wrap {
  color: #757575;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #b21058;
}
.page-id-22 .breadcrumb a:hover,
.parent-pageid-22 .breadcrumb a:hover {
  color: #247b68;
}
.page-id-24 .breadcrumb a:hover,
.parent-pageid-24 .breadcrumb a:hover {
  color: #0f6ea0;
}
.page-id-26 .breadcrumb a:hover,
.parent-pageid-26 .breadcrumb a:hover {
  color: #554696;
}
.breadcrumb .current-page {
  font-weight: 500;
  color: #575656;
}

.btn,
button,
input[type="submit"] {
  appearance: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  background: #bbbbbb;
  padding: 1em;
}

.btn:hover,
button:hover,
input[type="submit"]:hover {
  background: #757575;
}

.back-to-top-container {
  position: fixed;
  width: 6em;
  height: 6em;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 3;
}

.back-to-top {
  position: absolute;
  right: -3em;
  bottom: -2em;
  z-index: 99;
  text-indent: -999em;
  width: 6em;
  height: 6em;
  cursor: pointer;
  background-color: #b21058;
  transform: rotate(0deg) translate(50%, -50%);
  transition: 0.1s ease-in-out;
}
.page-id-22 .back-to-top,
.parent-pageid-22 .back-to-top {
  background: #247b68;
}
.page-id-24 .back-to-top,
.parent-pageid-24 .back-to-top {
  background: #0f6ea0;
}
.page-id-26 .back-to-top,
.parent-pageid-26 .back-to-top {
  background: #554696;
}
.back-to-top.active {
  transform: rotate(45deg) translate(0, 0);
  transition: 0.3s ease-in-out;
}
.back-to-top .icon {
  height: 2em;
  width: 2em;
  position: absolute;
  top: 3.125em;
  left: 0.55em;
  fill: #fff;
  transform: rotate(-45deg);
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f1f1f1;
  padding: 0 1em;
  z-index: 99;
  color: #757575;
  font-size: 0.8em;
  text-align: center;
  overflow: hidden;
}
.cookie-banner a {
  color: #000;
  text-decoration: none;
}
.cookie-banner a:hover {
  color: #757575;
  text-decoration: underline;
}
.cookie-banner a.close-cookie-banner {
  background: #bbbbbb;
  padding: 0.4em 0.7em;
  border-radius: 3px;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.cookie-banner a.close-cookie-banner:hover {
  background: #fff;
  color: #000;
  text-decoration: none !important;
}
.cookie-banner p {
  margin: 0.5em;
}

.form {
  color: black;
  margin: 0 -0.5em;
}
.form * {
  line-height: 1;
}
.form fieldset {
  background: #f6f6f6;
  border: none;
  margin: 0 0.5em 1em;
  padding: 1em 0.5em;
}
.form legend {
  margin: 0 0.5em;
  padding: 0 0 0.25em;
  float: left;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.2em;
  border-bottom: 1px solid lightgray;
}
.form .form-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  padding: 0 0.5em;
}
.form .form-group {
  position: relative;
  width: 100%;
  margin: 1em 0;
  flex: 0 0 auto;
  padding: 0 0.5em;
}
.form .form-group .form-section {
  padding: 0;
}
@media only screen and (min-width: 62em) {
  .form .half-width {
    width: 50%;
    float: left;
  }
}
.form *[required] + label:after,
.form .required:after {
  content: " *";
  color: red;
}
.form *[disabled] {
  opacity: 0.5;
}
.form *[disabled] + label {
  opacity: 0.5;
}
.form label {
  margin: 2em 0 0.5em;
  display: block;
}
.form input,
.form textarea,
.form select {
  font-size: 16px;
  order: 2;
}
.form input label,
.form textarea label,
.form select label {
  order: 1;
}
.form input[type="text"],
.form input[type="search"],
.form input[type="password"],
.form input[type="tel"],
.form input[type="url"],
.form input[type="email"],
.form input[type="date"],
.form input[type="datetime-local"],
.form input[type="month"],
.form input[type="time"],
.form input[type="number"],
.form input[type="file"],
.form select,
.form textarea {
  background: lightgray;
  width: 100%;
  min-width: 0;
  padding: 1em;
  border: 1px solid transparent;
}
.form input[type="text"].error,
.form input[type="search"].error,
.form input[type="password"].error,
.form input[type="tel"].error,
.form input[type="url"].error,
.form input[type="email"].error,
.form input[type="date"].error,
.form input[type="datetime-local"].error,
.form input[type="month"].error,
.form input[type="time"].error,
.form input[type="number"].error,
.form input[type="file"].error,
.form select.error,
.form textarea.error {
  border-color: red;
}
.form input[type="text"]:hover,
.form input[type="search"]:hover,
.form input[type="password"]:hover,
.form input[type="tel"]:hover,
.form input[type="url"]:hover,
.form input[type="email"]:hover,
.form input[type="date"]:hover,
.form input[type="datetime-local"]:hover,
.form input[type="month"]:hover,
.form input[type="time"]:hover,
.form input[type="number"]:hover,
.form input[type="file"]:hover,
.form select:hover,
.form textarea:hover {
  background: #d7d7d7;
}
.form input[type="text"]:focus,
.form input[type="search"]:focus,
.form input[type="password"]:focus,
.form input[type="tel"]:focus,
.form input[type="url"]:focus,
.form input[type="email"]:focus,
.form input[type="date"]:focus,
.form input[type="datetime-local"]:focus,
.form input[type="month"]:focus,
.form input[type="time"]:focus,
.form input[type="number"]:focus,
.form input[type="file"]:focus,
.form select:focus,
.form textarea:focus {
  background: gainsboro;
}
.form input[type="text"][disabled]:hover,
.form input[type="text"][disabled]:focus,
.form input[type="search"][disabled]:hover,
.form input[type="search"][disabled]:focus,
.form input[type="password"][disabled]:hover,
.form input[type="password"][disabled]:focus,
.form input[type="tel"][disabled]:hover,
.form input[type="tel"][disabled]:focus,
.form input[type="url"][disabled]:hover,
.form input[type="url"][disabled]:focus,
.form input[type="email"][disabled]:hover,
.form input[type="email"][disabled]:focus,
.form input[type="date"][disabled]:hover,
.form input[type="date"][disabled]:focus,
.form input[type="datetime-local"][disabled]:hover,
.form input[type="datetime-local"][disabled]:focus,
.form input[type="month"][disabled]:hover,
.form input[type="month"][disabled]:focus,
.form input[type="time"][disabled]:hover,
.form input[type="time"][disabled]:focus,
.form input[type="number"][disabled]:hover,
.form input[type="number"][disabled]:focus,
.form input[type="file"][disabled]:hover,
.form input[type="file"][disabled]:focus,
.form select[disabled]:hover,
.form select[disabled]:focus,
.form textarea[disabled]:hover,
.form textarea[disabled]:focus {
  background: lightgray;
}
.form input::-ms-value {
  padding: 0 1em;
  background: lightgray;
  border: none;
}
.form input::-ms-value:hover {
  background: #d7d7d7;
}
.form input::-ms-value:focus {
  background: gainsboro;
}
.form input::-ms-browse {
  background: white;
  height: 1em;
  margin-right: 1em;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  position: relative;
  width: 1em;
  height: 0;
  overflow: hidden;
  display: block;
  top: 1.86em;
}
.form input[type="checkbox"] + label,
.form input[type="radio"] + label {
  position: relative;
  padding-left: 1.5em;
  margin: 0.5em 0;
  display: block;
}
.form input[type="checkbox"] + label:before,
.form input[type="radio"] + label:before {
  content: "";
  height: 1em;
  width: 1em;
  background: lightgray;
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0;
}
.form input[type="checkbox"]:hover + label:before,
.form input[type="radio"]:hover + label:before {
  background: gainsboro;
}
.form input[type="checkbox"]:checked + label:before,
.form input[type="radio"]:checked + label:before {
  background: #2a2a2a;
}
.form input[type="radio"] + label:before {
  border-radius: 0.5em;
}
.form select {
  padding: 1.1em 3em 1.05em 1em;
}
.form select::-ms-expand {
  display: none;
}
.form select:focus {
  color: transparent;
  text-shadow: 0 0 0 black;
}
.form select + label {
  position: relative;
}
.form select + label .icon {
  position: absolute;
  height: 1.5em;
  width: 1.5em;
  margin-top: 1.35em;
  top: 100%;
  right: 1em;
  transform: rotate(180deg);
  fill: black;
  pointer-events: none;
}
.form textarea {
  min-height: 10em;
}
.form button {
  margin: 2em 0 0 0.5em;
}
.form .help-block {
  position: absolute;
  top: 100%;
  left: 0.625em;
  right: 0.625em;
  background: lightgray;
  font-size: 0.8em;
  padding: 0.5em;
  display: block;
  order: 4;
  z-index: 10;
}
.form input[data-validation*="checkbox_group"] + label + .help-block {
  margin-top: 0.5em;
}
.form .form-error {
  background: red;
  color: white;
  order: 3;
}

#honeypot {
  display: none;
}

.error-message {
  background: #ffe6e6;
  padding: 1em;
  margin-bottom: 2em;
}

.success-message {
  background: #e6f2e6;
  padding: 1em;
  margin-bottom: 2em;
}

.site-search {
  display: none;
  margin: 1em 0;
}
@media only screen and (min-width: 56.25em) {
  .site-search {
    display: block;
  }
}
.site-search-toggle {
  position: relative;
  display: inline-block;
  padding: 1em 1em 1em 3em;
  cursor: pointer;
  background: #cccccc;
}
@media only screen and (max-width: 19.99em) {
  .site-search-toggle {
    height: 3em;
    width: 3em;
    padding: 0;
  }
  .site-search-toggle span {
    display: none;
  }
}
.site-search-toggle .icon {
  position: absolute;
  pointer-events: none;
  top: 0.5em;
  left: 0.5em;
  height: 2em;
  width: 2em;
}
.site-search-toggle span {
  pointer-events: none;
}
.site-search .form-section {
  display: flex;
}
.site-search input[type="search"] {
  padding: 1em;
  flex: 1;
  background: #f1f1f1;
}

.responsively-lazy {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.responsively-lazy.visible {
  opacity: 1;
}
.responsively-lazy.wp-post-image {
  transform: scale(0.99);
  transition: 0.9s ease-in-out;
}
.responsively-lazy.wp-post-image.visible {
  opacity: 1;
  transform: scale(1);
}

img {
  image-rendering: -webkit-optimize-contrast;
}

a img {
  opacity: 1;
}

a:focus &gt; img,
a:hover &gt; img,
a:active &gt; img {
  opacity: 0.7 !important;
}

.wp-caption-text {
  font-size: 0.8em;
  color: #575656;
  display: inline-block;
  font-weight: 500;
  margin: 0.5em 0;
}

.alignnone {
  margin: 0;
  max-width: 100%;
}

.aligncenter {
  max-width: 100%;
  display: block;
  margin: 1em auto;
}

.alignleft {
  margin: 1em 0;
  max-width: 100%;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .alignleft {
    max-width: 50%;
    margin: 0.2em 2em 1em 0;
    float: left;
  }
  .alignleft:before {
    content: "";
    position: absolute;
    width: 0.25em;
    background: #bbbbbb;
    right: 0;
    top: 4em;
    bottom: 4em;
    z-index: 1;
  }
}

.alignright {
  margin: 1em 0;
  max-width: 100%;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .alignright {
    max-width: 50%;
    margin: 0.2em 0 1em 2em;
    float: right;
  }
  .alignright:before {
    content: "";
    position: absolute;
    width: 0.25em;
    background: #bbbbbb;
    left: 0;
    top: 4em;
    bottom: 4em;
    z-index: 1;
  }
}

/* Grid */
/* gallery XS */
/* gallery S */
/* gallery M */
/* gallery L */
/* gallery XL */
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -0.5em;
}

.gallery-item {
  margin: 0.5em;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f1f1f1;
}
@media only screen and (min-width: 36em) {
  .gallery-columns-1 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-2 .gallery-item {
    flex: 0 1 calc(50% - 1em);
    min-height: 14em;
  }
  .gallery-columns-3 .gallery-item {
    flex: 0 1 calc(33.33333% - 1em);
    min-height: 12em;
  }
  .gallery-columns-4 .gallery-item {
    flex: 0 1 calc(25% - 1em);
    min-height: 10em;
  }
  .gallery-columns-5 .gallery-item {
    flex: 0 1 calc(20% - 1em);
  }
  .gallery-columns-6 .gallery-item {
    flex: 0 1 calc(16.66666% - 1em);
  }
  .gallery-columns-7 .gallery-item {
    flex: 0 1 calc(14.28571% - 1em);
  }
  .gallery-columns-8 .gallery-item {
    flex: 0 1 calc(12.5% - 1em);
  }
  .gallery-columns-9 .gallery-item {
    flex: 0 1 calc(11.11111% - 1em);
  }
}
@media only screen and (max-width: 19.99em) {
  .gallery-columns-1 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-2 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-3 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-4 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-5 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-6 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-7 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-8 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
  .gallery-columns-9 .gallery-item {
    flex: 0 1 calc(100% - 1em);
  }
}
@media only screen and (min-width: 20em) and (max-width: 35.99em) {
  .gallery-columns-1 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
  .gallery-columns-2 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
  .gallery-columns-3 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
  .gallery-columns-4 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
  .gallery-columns-5 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
  .gallery-columns-6 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
  .gallery-columns-7 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
  .gallery-columns-8 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
  .gallery-columns-9 .gallery-item {
    flex: 0 1 calc(50% - 1em);
  }
}

.gallery-icon {
  width: 100%;
  padding: 1.5em;
}
@media only screen and (max-width: 35.99em) {
  .gallery-icon {
    padding: 1em;
  }
}
.gallery-icon a img {
  filter: grayscale(1);
}
.gallery-icon a:hover img {
  filter: grayscale(0);
}
.gallery-icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.gallery-caption {
  margin: 0.5em;
  padding: 0;
  word-wrap: break-word;
  color: #575656;
}

.tile-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}

.page-template-front-page-grid-1 .tile:nth-of-type(2n) {
  background: #f6f6f6;
}

.page-template-front-page-grid-1 .tile:nth-of-type(2n + 8) {
  background: #fbfbfb;
}

.page-template-front-page-grid-1 .tile:nth-of-type(2n + 9) {
  background: #f6f6f6;
}

.page-template-front-page-grid-2 .tile:nth-of-type(2n),
.page-template-front-page-grid-2 .tile:nth-of-type(2n + 5) {
  background: #f6f6f6;
}

.page-template-front-page-grid-2 .tile:nth-of-type(2),
.page-template-front-page-grid-2 .tile:nth-of-type(2n + 6) {
  background: #fbfbfb;
}

.page-template-front-page-grid-3 .tile {
  background: #f6f6f6;
}
.page-template-front-page-grid-3 .tile:nth-of-type(4n + 4),
.page-template-front-page-grid-3 .tile:nth-of-type(4n + 1) {
  background: #fbfbfb;
}

.tile {
  padding: 3em 3em 4em 3em;
  background: #fbfbfb;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #575656;
}
@media only screen and (max-width: 47.99em) {
  .tile {
    padding: 1em 2em 3em 2em;
  }
}
@media only screen and (min-width: 90em) {
  .tile {
    padding: 3em 4em 4em 4em;
  }
}
.tile:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1em;
  background: #d91560;
}
.tile:before {
  content: "";
  position: absolute;
  width: 6em;
  height: 6em;
  background: #861d48;
  bottom: -2em;
  right: -3em;
  z-index: 1;
  transform: rotate(45deg);
}
.tile .description {
  line-height: 1.7;
}
@media only screen and (max-width: 61.99em) {
  .tile .title {
    word-break: all;
    hyphens: auto;
  }
}
.tile[href*="/produkte"]:after,
.tile[href*="/lgd-grading/"]:after,
.tile[href*="/auslaendische-empirische-erloequoten/"]:after,
.tile[href*="/runder-tisch-grundpfandrechte/"]:after,
.tile[href*="/vdprechtsmonitoring/"]:after,
.tile[href*="/kontakt/"]:after {
  background: #d91560;
}
.tile[href*="/produkte"]:before,
.tile[href*="/lgd-grading/"]:before,
.tile[href*="/auslaendische-empirische-erloequoten/"]:before,
.tile[href*="/runder-tisch-grundpfandrechte/"]:before,
.tile[href*="/vdprechtsmonitoring/"]:before,
.tile[href*="/kontakt/"]:before {
  background: #861d48;
}

.tile[href*="/produkte"].variant-1,
.tile[href*="/lgd-grading/"].variant-1,
.tile[href*="/auslaendische-empirische-erloequoten/"].variant-1,
.tile[href*="/runder-tisch-grundpfandrechte/"].variant-1,
.tile[href*="/vdprechtsmonitoring/"].variant-1,
.tile[href*="/kontakt/"].variant-1 {
  background: #b21058;
}
.tile[href*="/produkte"].variant-1 .description .icon,
.tile[href*="/lgd-grading/"].variant-1 .description .icon,
.tile[href*="/auslaendische-empirische-erloequoten/"].variant-1
  .description
  .icon,
.tile[href*="/runder-tisch-grundpfandrechte/"].variant-1 .description .icon,
.tile[href*="/vdprechtsmonitoring/"].variant-1 .description .icon,
.tile[href*="/kontakt/"].variant-1 .description .icon {
  fill: #fff;
}
.tile[href*="/produkte"].variant-2 .description .icon,
.tile[href*="/produkte"].variant-3 .description .icon,
.tile[href*="/lgd-grading/"].variant-2 .description .icon,
.tile[href*="/lgd-grading/"].variant-3 .description .icon,
.tile[href*="/auslaendische-empirische-erloequoten/"].variant-2
  .description
  .icon,
.tile[href*="/auslaendische-empirische-erloequoten/"].variant-3
  .description
  .icon,
.tile[href*="/runder-tisch-grundpfandrechte/"].variant-2 .description .icon,
.tile[href*="/runder-tisch-grundpfandrechte/"].variant-3 .description .icon,
.tile[href*="/vdprechtsmonitoring/"].variant-2 .description .icon,
.tile[href*="/vdprechtsmonitoring/"].variant-3 .description .icon,
.tile[href*="/kontakt/"].variant-2 .description .icon,
.tile[href*="/kontakt/"].variant-3 .description .icon {
  fill: #b21058;
}
.tile[href*="/produkte"].variant-2 .description .arrow-line,
.tile[href*="/produkte"].variant-3 .description .arrow-line,
.tile[href*="/lgd-grading/"].variant-2 .description .arrow-line,
.tile[href*="/lgd-grading/"].variant-3 .description .arrow-line,
.tile[href*="/auslaendische-empirische-erloequoten/"].variant-2
  .description
  .arrow-line,
.tile[href*="/auslaendische-empirische-erloequoten/"].variant-3
  .description
  .arrow-line,
.tile[href*="/runder-tisch-grundpfandrechte/"].variant-2
  .description
  .arrow-line,
.tile[href*="/runder-tisch-grundpfandrechte/"].variant-3
  .description
  .arrow-line,
.tile[href*="/vdprechtsmonitoring/"].variant-2 .description .arrow-line,
.tile[href*="/vdprechtsmonitoring/"].variant-3 .description .arrow-line,
.tile[href*="/kontakt/"].variant-2 .description .arrow-line,
.tile[href*="/kontakt/"].variant-3 .description .arrow-line {
  background: #b21058;
}
.tile[href*="/produkte"].variant-3:after,
.tile[href*="/lgd-grading/"].variant-3:after,
.tile[href*="/auslaendische-empirische-erloequoten/"].variant-3:after,
.tile[href*="/runder-tisch-grundpfandrechte/"].variant-3:after,
.tile[href*="/vdprechtsmonitoring/"].variant-3:after,
.tile[href*="/kontakt/"].variant-3:after {
  background: transparent;
}
.tile[href*="/produkte"].variant-3:before,
.tile[href*="/lgd-grading/"].variant-3:before,
.tile[href*="/auslaendische-empirische-erloequoten/"].variant-3:before,
.tile[href*="/runder-tisch-grundpfandrechte/"].variant-3:before,
.tile[href*="/vdprechtsmonitoring/"].variant-3:before,
.tile[href*="/kontakt/"].variant-3:before {
  background: #d91560;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-1 {
  background: #247b68;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-1:after {
  background: #529163;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-1:before {
  background: #19604b;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-2
  .description
  .icon,
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-3
  .description
  .icon {
  fill: #247b68;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-2
  .description
  .arrow-line,
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-3
  .description
  .arrow-line {
  background: #247b68;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-2:after {
  background: #247b68;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-2:before {
  background: #19604b;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-3:after {
  background: transparent;
}
.tile[href*="/risikomodelle-fuer-low-default-portfolien/"].variant-3:before {
  background: #529163;
}
.tile[href*="/vdpkommunalscore/"].variant-1 {
  background: #0f6ea0;
}
.tile[href*="/vdpkommunalscore/"].variant-1:after {
  background: #1a8ec1;
}
.tile[href*="/vdpkommunalscore/"].variant-1:before, .tile[href*="/vdpkommunaldaten/"].variant-2:before {
  background: #095181;
}
.tile[href*="/vdpkommunalscore/"].variant-2:after, .tile[href*="/vdpkommunaldaten/"].variant-2:after {
  background: #1a8ec1;
}

.tile[href*="/vdpkommunaldaten/"].variant-2 .description .icon {fill: #0f6ea0;}
.tile[href*="/vdpkommunaldaten/"].variant-2 .description .arrow .arrow-line {background: #0f6ea0;}

.tile[href*="/vdpkommunalscore/"].variant-2:before {
  background: #095181;
}
.tile[href*="/vdpkommunalscore/"].variant-2 .description .icon,
.tile[href*="/vdpkommunalscore/"].variant-3 .description .icon {
  fill: #0f6ea0;
}
.tile[href*="/vdpkommunalscore/"].variant-2 .description .arrow-line,
.tile[href*="/vdpkommunalscore/"].variant-3 .description .arrow-line {
  background: #0f6ea0;
}
.tile[href*="/vdpkommunalscore/"].variant-3:after {
  background: transparent;
}
.tile[href*="/vdpkommunalscore/"].variant-3:before {
  background: #1a8ec1;
}
.tile[href*="/pfandbriefakademie/"].variant-1 {
  background: #554696;
}
.tile[href*="/pfandbriefakademie/"].variant-1:after {
  background: #7f5da4;
}
.tile[href*="/pfandbriefakademie/"].variant-1:before {
  background: #433684;
}
.tile[href*="/pfandbriefakademie/"].variant-2:after {
  background: #7f5da4;
}
.tile[href*="/pfandbriefakademie/"].variant-2:before {
  background: #433684;
}
.tile[href*="/pfandbriefakademie/"].variant-2 .description .icon,
.tile[href*="/pfandbriefakademie/"].variant-3 .description .icon {
  fill: #554696;
}
.tile[href*="/pfandbriefakademie/"].variant-2 .description .arrow-line,
.tile[href*="/pfandbriefakademie/"].variant-3 .description .arrow-line {
  background: #554696;
}
.tile[href*="/pfandbriefakademie/"].variant-3:after {
  background: transparent;
}
.tile[href*="/pfandbriefakademie/"].variant-3:before {
  background: #7f5da4;
}
.tile .title {
  color: #575656;
}
.tile .description {
  display: flex;
}
.tile .description .icon {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  transform: translateX(-4px);
}
.tile .description .text {
  font-size: 95%;
}
.tile.variant-1 {
  color: #fff;
}
.tile.variant-1 .title {
  color: #fff;
}
.tile.variant-1 .description .icon {
  fill: #fff;
}
.tile.variant-1 .arrow-line {
  background: #fff;
}

.tile {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 48em) and (max-width: 61.99em) {
  .tile {
    width: 50%;
  }
}
.tile .description {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 62em) {
  .page-template-front-page-grid-1 .tile {
    width: 33.333%;
  }
}

@media only screen and (min-width: 62em) {
  .page-template-front-page-grid-1 .tile:nth-of-type(10n + 1),
  .page-template-front-page-grid-1 .tile:nth-of-type(10n + 7) {
    width: 66.666%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 69.99em) {
  .page-template-front-page-grid-1 .tile:nth-of-type(10n + 1),
  .page-template-front-page-grid-1 .tile:nth-of-type(10n + 7) {
    padding-left: 6em;
    padding-right: 6em;
  }
}

@media only screen and (min-width: 70em) and (max-width: 89.99em) {
  .page-template-front-page-grid-1 .tile:nth-of-type(10n + 1),
  .page-template-front-page-grid-1 .tile:nth-of-type(10n + 7) {
    padding-left: 8em;
    padding-right: 8em;
  }
}

@media only screen and (min-width: 90em) {
  .page-template-front-page-grid-1 .tile:nth-of-type(10n + 1),
  .page-template-front-page-grid-1 .tile:nth-of-type(10n + 7) {
    padding-left: 15em;
    padding-right: 15em;
  }
}

@media only screen and (min-width: 62em) {
  .page-template-front-page-grid-2 .tile {
    width: 33.333%;
  }
}

@media only screen and (min-width: 62em) {
  .page-template-front-page-grid-2 .tile:nth-of-type(5n + 1) {
    width: 66.666%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 69.99em) {
  .page-template-front-page-grid-2 .tile:nth-of-type(5n + 1) {
    padding-left: 6em;
    padding-right: 6em;
  }
}

@media only screen and (min-width: 70em) and (max-width: 89.99em) {
  .page-template-front-page-grid-2 .tile:nth-of-type(5n + 1) {
    padding-left: 8em;
    padding-right: 8em;
  }
}

@media only screen and (min-width: 90em) {
  .page-template-front-page-grid-2 .tile:nth-of-type(5n + 1) {
    padding-left: 15em;
    padding-right: 15em;
  }
}

@media only screen and (min-width: 62em) {
  .page-template-front-page-grid-3 .tile {
    width: 33.333%;
  }
}

@media only screen and (min-width: 62em) {
  .page-template-front-page-grid-3 .tile:nth-of-type(4n + 1),
  .page-template-front-page-grid-3 .tile:nth-of-type(4n + 4) {
    width: 66.666%;
  }
}

@media only screen and (min-width: 62em) and (max-width: 69.99em) {
  .page-template-front-page-grid-3 .tile:nth-of-type(4n + 1),
  .page-template-front-page-grid-3 .tile:nth-of-type(4n + 4) {
    padding-left: 6em;
    padding-right: 6em;
  }
}

@media only screen and (min-width: 70em) and (max-width: 89.99em) {
  .page-template-front-page-grid-3 .tile:nth-of-type(4n + 1),
  .page-template-front-page-grid-3 .tile:nth-of-type(4n + 4) {
    padding-left: 8em;
    padding-right: 8em;
  }
}

@media only screen and (min-width: 90em) {
  .page-template-front-page-grid-3 .tile:nth-of-type(4n + 1),
  .page-template-front-page-grid-3 .tile:nth-of-type(4n + 4) {
    padding-left: 15em;
    padding-right: 15em;
  }
}

.tile {
  opacity: 0;
}
.tile.visible {
  animation: tileDrop 0.9s ease-out;
  opacity: 1;
}

@keyframes tileDrop {
  0% {
    opacity: 0;
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

.arrow-line {
  display: inline-block;
  width: 1.5em;
  height: 2px;
  transform: translateY(-0.7em);
  transition: width 1s ease-out;
  margin-right: -0.4em;
}

.tile.visible {
  transition: filter 0.2s;
}
.tile.visible:hover,
.tile.visible:focus {
  filter: brightness(1.1);
}
.tile.visible:hover .arrow-line,
.tile.visible:focus .arrow-line {
  width: 4em;
}

.map-container {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 62em) {
  .map-container {
    display: flex;
  }
}
.map-container .mir {
  width: 100%;
  height: 100%;
  left: 0;
}
@media only screen and (max-width: 47.99em) {
  .map-container .mir {
    min-height: 20em;
  }
}
@media only screen and (min-width: 48em) and (max-width: 61.99em) {
  .map-container .mir {
    min-height: 30em;
  }
}
@media only screen and (min-width: 62em) {
  .map-container .mir {
    position: absolute;
  }
}
.map-container .mir .map {
  width: 100%;
  height: 100%;
}
.map-container .adress-field {
  position: relative;
  padding: 1em 1em 2em 1em;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 62em) {
  .map-container .adress-field {
    width: 50%;
    margin-left: 50%;
  }
}
@media only screen and (min-width: 62em) {
  .map-container .adress-field {
    padding: 2em 4em;
    z-index: 2;
    color: #fff;
    background: #575656;
  }
}
@media only screen and (min-width: 62em) and (min-width: 62em) {
  .map-container .adress-field .page-title {
    color: #fff;
  }
}
@media only screen and (min-width: 62em) {
  .map-container .adress-field a {
    color: #fff;
  }
  .map-container .adress-field a:hover {
    color: #bfbfbf;
  }
  .map-container .adress-field h2,
  .map-container .adress-field h3,
  .map-container .adress-field h4,
  .map-container .adress-field h5,
  .map-container .adress-field h6 {
    color: #fff;
  }
}
.map-container .adress-field h2,
.map-container .adress-field h3,
.map-container .adress-field h4,
.map-container .adress-field h5,
.map-container .adress-field h6 {
  margin-bottom: 0.5em;
}
.map-container .adress-field h2 + p,
.map-container .adress-field h3 + p,
.map-container .adress-field h4 + p,
.map-container .adress-field h5 + p,
.map-container .adress-field h6 + p {
  margin-top: 0em;
}
.map-container .adress-field .adress-container {
  width: 100%;
  max-width: 42em;
  margin: 0 auto;
}

.contact-page {
  margin: 0;
  display: flex;
}
@media only screen and (min-width: 62em) {
  .contact-page {
    margin: 0;
    padding: 0;
  }
}

.accordion-item {
  margin-bottom: 2em;
}
.accordion-item + .accordion-item {
  margin-top: -1em;
}
.accordion-item .accordion-title {
  background: #f6f6f6;
  padding: 0.5em 4em 0.5em 0.75em;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  outline: none;
  color: #575656 !important;
  font-size: 1em;
}
.accordion-item .accordion-title:hover,
.accordion-item .accordion-title:focus {
  background: #f1f1f1;
}
.accordion-item .accordion-title .icon {
  position: absolute;
  right: 0.5em;
  top: 0;
  height: 100%;
  width: 1.5em;
  fill: #b21058;
  transition: transform 0.1s ease-in-out;
}
.page-id-22 .accordion-item .accordion-title .icon,
.parent-pageid-22 .accordion-item .accordion-title .icon {
  fill: #247b68;
}
.page-id-24 .accordion-item .accordion-title .icon,
.parent-pageid-24 .accordion-item .accordion-title .icon {
  fill: #0f6ea0;
}
.page-id-26 .accordion-item .accordion-title .icon,
.parent-pageid-26 .accordion-item .accordion-title .icon {
  fill: #554696;
}
.accordion-item.closed .accordion-title {
  border-radius: 4px;
}
.accordion-item.closed .accordion-title .icon {
  transform: scaleY(-1);
}
.accordion-item .accordion-content {
  display: none;
  padding: 1em;
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
}
.accordion-item .accordion-content p:empty {
  display: none;
}
.accordion-item .accordion-content p:first-of-type + h4,
.accordion-item .accordion-content p:first-of-type + h5,
.accordion-item .accordion-content p:first-of-type + h6 {
  margin-top: 1em;
}

a.pdf-download {
  display: inline-block;
  padding: 0.5em 1em;
  border-radius: 4px;
  color: #fff;
  background: #b21058;
  font-weight: 500;
  font-size: 1em;
}
.page-id-22 a.pdf-download,
.parent-pageid-22 a.pdf-download {
  color: #fff;
  background: #247b68;
}
.page-id-24 a.pdf-download,
.parent-pageid-24 a.pdf-download {
  color: #fff;
  background: #0f6ea0;
}
.page-id-26 a.pdf-download,
.parent-pageid-26 a.pdf-download {
  color: #fff;
  background: #554696;
}
a.pdf-download:hover {
  text-decoration: none;
  color: #fff;
  background: #861d48;
  transform: translateY(-1px);
}
.page-id-22 a.pdf-download:hover,
.parent-pageid-22 a.pdf-download:hover {
  text-decoration: none;
  color: #fff;
  background: #19604b;
}
.page-id-24 a.pdf-download:hover,
.parent-pageid-24 a.pdf-download:hover {
  text-decoration: none;
  color: #fff;
  background: #095181;
}
.page-id-26 a.pdf-download:hover,
.parent-pageid-26 a.pdf-download:hover {
  text-decoration: none;
  color: #fff;
  background: #433684;
}
a.pdf-download:active {
  transform: translateY(0);
}

.hero-slider {
  width: 100%;
}

.hero-banner {
  height: 308px !important;
  width: 100%;
  font-size: 0;
  color: white;
}

.hero-banner .col-full {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
}

.box-text {
  width: 100%;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.box-text h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 400;
}

.box-text h2 {
  margin: 0;
  font-size: 46px;
  font-weight: 400;
}

.box-text h3 {
  margin: 0;
  margin-top: -15px !important;
  font-size: 32px;
  font-weight: 400;
}

.box-text h4 {
  margin: 0;
  margin-top: -15px !important;
  font-size: 24px;
  font-weight: 400;
}

.box-text h5 {
  margin: 0;
  margin-top: -15px !important;
  font-size: 16px;
  font-weight: 400;
}

.box-text h6 {
  margin: 0;
  margin-top: -15px !important;
  font-size: 10px;
  font-weight: 400;
}

.box-text p {
  margin: 0 !important;
  font-size: 24px;
  font-weight: 300;
}

.hero-container {
  position: relative;
}
.hero-container a {
  color: #b21058;
}

.large-hero-slider .hero-slider {
  width: 100% !important;
  left: 0 !important;
}

.large-hero-slider .hero-banner {
  height: 380px !important;
}

.large-hero-slider .box-text h1 {
  margin: 0;
  margin-bottom: 15px;
  font-size: calc(20px + 4vw);
  font-weight: 400;
}

.large-hero-slider .box-text h2 {
  margin: 0;
  margin-bottom: 15px;
  font-size: calc(15px + 4vw);
  font-weight: 400;
}

.large-hero-slider .box-text h3 {
  margin: 0 !important;
  font-size: calc(15px + 3vw);
  font-weight: 400;
}

.large-hero-slider .box-text h4 {
  margin: 0 !important;
  font-size: calc(15px + 2vw);
  font-weight: 400;
}

.large-hero-slider .box-text h5 {
  margin: 0 !important;
  font-size: calc(15px + 1vw);
  font-weight: 400;
}

.large-hero-slider .box-text h6 {
  margin: 0 !important;
  font-size: 12px;
  font-weight: 400;
}

.large-hero-slider .box-text p {
  margin: 0 !important;
  font-size: calc(15px + 2vw);
  font-weight: 300;
}

.custom-slick-dots {
  position: absolute;
  bottom: 20px;
  right: 50%;
}
.custom-slick-dots ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.custom-slick-dots li {
  margin: 0 4px;
}
.custom-slick-dots li::before {
  content: none !important;
}
.custom-slick-dots li button {
  height: 10px;
  width: 10px;
  background-color: #434764;
  border-radius: 50%;
  font-size: 0;
  display: inline-block;
  border: 1px solid white;
  outline: none;
}
.custom-slick-dots li.slick-active button {
  background-color: #ff1e3c;
}

@media only screen and (min-width: 56.25em) {
  .hero-slider {
    left: -96px;
    width: 864px;
  }
  .large-hero-slider .box-text h1 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 70px !important;
    font-weight: 400;
  }
  .large-hero-slider .box-text h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 54px !important;
    font-weight: 400;
  }
  .large-hero-slider .box-text h3 {
    margin: 0 !important;
    font-size: 32px !important;
    font-weight: 400;
  }
  .large-hero-slider .box-text h4 {
    margin: 0 !important;
    font-size: 24px !important;
    font-weight: 400;
  }
  .large-hero-slider .box-text h5 {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 400;
  }
  .large-hero-slider .box-text h6 {
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 400;
  }
  .large-hero-slider .box-text p {
    margin: 0 !important;
    font-size: 24px;
    font-weight: 300;
  }
}

.title-text-box {
  position: relative;
  width: 100%;
  background: white;
  padding: 5% 0;
}

.title-text-box h3 {
  font-weight: 500;
  font-size: 1.5em;
}

.title-text-box h4 {
  font-weight: 400;
  font-size: 1.1em;
}

@media only screen and (min-width: 56.25em) {
  .title-text-box {
    left: -96px;
    width: 864px;
    padding: 5% 10%;
  }
  .title-text-box h3 {
    font-size: 1.7em;
  }
  .title-text-box h4 {
    font-size: 1.3em;
  }
}

.large-title-text-box .title-text-box {
  left: 0 !important;
  width: 100% !important;
  padding: 5% 10%;
}

.site-footer .copyright a img {display:inline-block; margin-right:15px;}

ul.wbp li::before {display:none;}
</pre></body></html>