@charset "UTF-8";
/* scss reset https://github.com/andreymatin/scss-reset */
/**
 * Modern CSS Reset Tweaks
 * ================================================== */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Box sizing normalization */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0-modified | 20110126
 * License: none (public domain)
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.teaserbox .teaserbox__content h3.h2-style,
h4,
legend.powermail_legend,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

/**
 * Input Reset
 */
input:required,
input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

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

/* Make images easier to work with */
img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/* Make pictures easier to work with */
picture {
  display: inline-block;
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

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

[disabled] {
  pointer-events: none;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 75%;
}

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

sub {
  bottom: -5px;
}

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/*
 * Misc
 * ========================================================================== */
template {
  display: none;
}

/* variables */
/* Variables */
/* Typography */
/* Breakpoints Gaps & Widths */
/* COLORS */
/* mixins */
/* Typo-Größen mixin */
/* vertikale Separator-Linien zwischen Spalten des Grid-Systems ... */
/* Clearfix */
/* fonts */
/* Font: General Sans */
/**
 * @license
 *
 * Font Family: General Sans
 * Designed by: Frode Helland
 * URL: https://www.fontshare.com/fonts/general-sans
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * General Sans Variable(Variable font)
 * General Sans Variable Italic(Variable font)
 * General Sans Extralight
 * General Sans Extralight Italic
 * General Sans Light
 * General Sans Light Italic
 * General Sans Regular
 * General Sans Italic
 * General Sans Medium
 * General Sans Medium Italic
 * General Sans Semibold
 * General Sans Semibold Italic
 * General Sans Bold
 * General Sans Bold Italic
 *
*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/
/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Extralight.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Extralight.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-ExtralightItalic.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-ExtralightItalic.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-ExtralightItalic.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Light.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Light.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-LightItalic.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-LightItalic.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Regular.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Regular.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Italic.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Medium.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Medium.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-MediumItalic.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-MediumItalic.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Semibold.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Semibold.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-SemiboldItalic.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-SemiboldItalic.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Bold.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Bold.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-BoldItalic.woff2") format("woff2"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-BoldItalic.woff") format("woff"), url("../../Public/Assets/Fonts/GeneralSans/GeneralSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
/* color schemes */
.standard-colors, footer.footer .footer-column.footer-column--light, .powermail_form.powermail_morestep .powermail_fieldset,
footer .footer-column--light, .csc-frame.highlight-box.highlight-box--yellow, .csc-frame.highlight-box.highlight-box--white {
  color: #000000;
}
.standard-colors a, footer.footer .footer-column.footer-column--light a, .powermail_form.powermail_morestep .powermail_fieldset a,
footer .footer-column--light a, .csc-frame.highlight-box.highlight-box--yellow a, .csc-frame.highlight-box.highlight-box--white a {
  color: #000000;
}
.standard-colors a:link, footer.footer .footer-column.footer-column--light a:link, .powermail_form.powermail_morestep .powermail_fieldset a:link,
footer .footer-column--light a:link, .csc-frame.highlight-box.highlight-box--yellow a:link, .csc-frame.highlight-box.highlight-box--white a:link, .standard-colors a:visited, footer.footer .footer-column.footer-column--light a:visited, .powermail_form.powermail_morestep .powermail_fieldset a:visited,
footer .footer-column--light a:visited, .csc-frame.highlight-box.highlight-box--yellow a:visited, .csc-frame.highlight-box.highlight-box--white a:visited {
  color: #000000;
}
.standard-colors a:hover, footer.footer .footer-column.footer-column--light a:hover, .powermail_form.powermail_morestep .powermail_fieldset a:hover,
footer .footer-column--light a:hover, .csc-frame.highlight-box.highlight-box--yellow a:hover, .csc-frame.highlight-box.highlight-box--white a:hover, .standard-colors a:active, footer.footer .footer-column.footer-column--light a:active, .powermail_form.powermail_morestep .powermail_fieldset a:active,
footer .footer-column--light a:active, .csc-frame.highlight-box.highlight-box--yellow a:active, .csc-frame.highlight-box.highlight-box--white a:active {
  color: #000000;
}
.standard-colors h1, footer.footer .footer-column.footer-column--light h1, .powermail_form.powermail_morestep .powermail_fieldset h1,
footer .footer-column--light h1, .csc-frame.highlight-box.highlight-box--yellow h1, .csc-frame.highlight-box.highlight-box--white h1,
.standard-colors .h1-style,
footer.footer .footer-column.footer-column--light .h1-style,
.powermail_form.powermail_morestep .powermail_fieldset .h1-style,
footer .footer-column--light .h1-style,
.csc-frame.highlight-box.highlight-box--yellow .h1-style,
.csc-frame.highlight-box.highlight-box--white .h1-style,
.standard-colors h2,
footer.footer .footer-column.footer-column--light h2,
.powermail_form.powermail_morestep .powermail_fieldset h2,
footer .footer-column--light h2,
.csc-frame.highlight-box.highlight-box--yellow h2,
.csc-frame.highlight-box.highlight-box--white h2,
.standard-colors .h2-style,
footer.footer .footer-column.footer-column--light .h2-style,
.powermail_form.powermail_morestep .powermail_fieldset .h2-style,
footer .footer-column--light .h2-style,
.csc-frame.highlight-box.highlight-box--yellow .h2-style,
.csc-frame.highlight-box.highlight-box--white .h2-style,
.standard-colors h3,
footer.footer .footer-column.footer-column--light h3,
.powermail_form.powermail_morestep .powermail_fieldset h3,
footer .footer-column--light h3,
.standard-colors .teaserbox .teaserbox__content h3.h2-style,
footer .footer-column--light .teaserbox .teaserbox__content h3.h2-style,
.teaserbox .teaserbox__content .standard-colors h3.h2-style,
.teaserbox .teaserbox__content footer .footer-column--light h3.h2-style,
footer .teaserbox .teaserbox__content .footer-column--light h3.h2-style,
.csc-frame.highlight-box.highlight-box--yellow h3,
.csc-frame.highlight-box.highlight-box--white h3,
.standard-colors .h3-style,
footer.footer .footer-column.footer-column--light .h3-style,
.powermail_form.powermail_morestep .powermail_fieldset .h3-style,
footer .footer-column--light .h3-style,
.csc-frame.highlight-box.highlight-box--yellow .h3-style,
.csc-frame.highlight-box.highlight-box--white .h3-style,
.standard-colors h4,
footer.footer .footer-column.footer-column--light h4,
.standard-colors legend.powermail_legend,
footer.footer .footer-column.footer-column--light legend.powermail_legend,
.powermail_form.powermail_morestep .powermail_fieldset h4,
.powermail_form.powermail_morestep .powermail_fieldset legend.powermail_legend,
footer .footer-column--light h4,
footer .footer-column--light legend.powermail_legend,
.csc-frame.highlight-box.highlight-box--yellow h4,
.csc-frame.highlight-box.highlight-box--yellow legend.powermail_legend,
.csc-frame.highlight-box.highlight-box--white h4,
.csc-frame.highlight-box.highlight-box--white legend.powermail_legend,
.standard-colors .h4-style,
footer.footer .footer-column.footer-column--light .h4-style,
.powermail_form.powermail_morestep .powermail_fieldset .h4-style,
footer .footer-column--light .h4-style,
.csc-frame.highlight-box.highlight-box--yellow .h4-style,
.csc-frame.highlight-box.highlight-box--white .h4-style,
.standard-colors h5,
footer.footer .footer-column.footer-column--light h5,
.powermail_form.powermail_morestep .powermail_fieldset h5,
footer .footer-column--light h5,
.csc-frame.highlight-box.highlight-box--yellow h5,
.csc-frame.highlight-box.highlight-box--white h5,
.standard-colors .h5-style,
footer.footer .footer-column.footer-column--light .h5-style,
.powermail_form.powermail_morestep .powermail_fieldset .h5-style,
footer .footer-column--light .h5-style,
.csc-frame.highlight-box.highlight-box--yellow .h5-style,
.csc-frame.highlight-box.highlight-box--white .h5-style,
.standard-colors h6,
footer.footer .footer-column.footer-column--light h6,
.powermail_form.powermail_morestep .powermail_fieldset h6,
footer .footer-column--light h6,
.csc-frame.highlight-box.highlight-box--yellow h6,
.csc-frame.highlight-box.highlight-box--white h6,
.standard-colors .h6-style,
footer.footer .footer-column.footer-column--light .h6-style,
.powermail_form.powermail_morestep .powermail_fieldset .h6-style,
footer .footer-column--light .h6-style,
.csc-frame.highlight-box.highlight-box--yellow .h6-style,
.csc-frame.highlight-box.highlight-box--white .h6-style {
  color: rgb(79, 52, 118);
}
.standard-colors h1 a, footer.footer .footer-column.footer-column--light h1 a, .powermail_form.powermail_morestep .powermail_fieldset h1 a,
footer .footer-column--light h1 a, .csc-frame.highlight-box.highlight-box--yellow h1 a, .csc-frame.highlight-box.highlight-box--white h1 a,
.standard-colors .h1-style a,
footer.footer .footer-column.footer-column--light .h1-style a,
.powermail_form.powermail_morestep .powermail_fieldset .h1-style a,
footer .footer-column--light .h1-style a,
.csc-frame.highlight-box.highlight-box--yellow .h1-style a,
.csc-frame.highlight-box.highlight-box--white .h1-style a,
.standard-colors h2 a,
footer.footer .footer-column.footer-column--light h2 a,
.powermail_form.powermail_morestep .powermail_fieldset h2 a,
footer .footer-column--light h2 a,
.csc-frame.highlight-box.highlight-box--yellow h2 a,
.csc-frame.highlight-box.highlight-box--white h2 a,
.standard-colors .h2-style a,
footer.footer .footer-column.footer-column--light .h2-style a,
.powermail_form.powermail_morestep .powermail_fieldset .h2-style a,
footer .footer-column--light .h2-style a,
.csc-frame.highlight-box.highlight-box--yellow .h2-style a,
.csc-frame.highlight-box.highlight-box--white .h2-style a,
.standard-colors h3 a,
footer.footer .footer-column.footer-column--light h3 a,
.powermail_form.powermail_morestep .powermail_fieldset h3 a,
footer .footer-column--light h3 a,
.standard-colors .teaserbox .teaserbox__content h3.h2-style a,
footer .footer-column--light .teaserbox .teaserbox__content h3.h2-style a,
.teaserbox .teaserbox__content .standard-colors h3.h2-style a,
.teaserbox .teaserbox__content footer .footer-column--light h3.h2-style a,
footer .teaserbox .teaserbox__content .footer-column--light h3.h2-style a,
.csc-frame.highlight-box.highlight-box--yellow h3 a,
.csc-frame.highlight-box.highlight-box--white h3 a,
.standard-colors .h3-style a,
footer.footer .footer-column.footer-column--light .h3-style a,
.powermail_form.powermail_morestep .powermail_fieldset .h3-style a,
footer .footer-column--light .h3-style a,
.csc-frame.highlight-box.highlight-box--yellow .h3-style a,
.csc-frame.highlight-box.highlight-box--white .h3-style a,
.standard-colors h4 a,
footer.footer .footer-column.footer-column--light h4 a,
.standard-colors legend.powermail_legend a,
footer.footer .footer-column.footer-column--light legend.powermail_legend a,
.powermail_form.powermail_morestep .powermail_fieldset h4 a,
.powermail_form.powermail_morestep .powermail_fieldset legend.powermail_legend a,
footer .footer-column--light h4 a,
footer .footer-column--light legend.powermail_legend a,
.csc-frame.highlight-box.highlight-box--yellow h4 a,
.csc-frame.highlight-box.highlight-box--yellow legend.powermail_legend a,
.csc-frame.highlight-box.highlight-box--white h4 a,
.csc-frame.highlight-box.highlight-box--white legend.powermail_legend a,
.standard-colors .h4-style a,
footer.footer .footer-column.footer-column--light .h4-style a,
.powermail_form.powermail_morestep .powermail_fieldset .h4-style a,
footer .footer-column--light .h4-style a,
.csc-frame.highlight-box.highlight-box--yellow .h4-style a,
.csc-frame.highlight-box.highlight-box--white .h4-style a,
.standard-colors h5 a,
footer.footer .footer-column.footer-column--light h5 a,
.powermail_form.powermail_morestep .powermail_fieldset h5 a,
footer .footer-column--light h5 a,
.csc-frame.highlight-box.highlight-box--yellow h5 a,
.csc-frame.highlight-box.highlight-box--white h5 a,
.standard-colors .h5-style a,
footer.footer .footer-column.footer-column--light .h5-style a,
.powermail_form.powermail_morestep .powermail_fieldset .h5-style a,
footer .footer-column--light .h5-style a,
.csc-frame.highlight-box.highlight-box--yellow .h5-style a,
.csc-frame.highlight-box.highlight-box--white .h5-style a,
.standard-colors h6 a,
footer.footer .footer-column.footer-column--light h6 a,
.powermail_form.powermail_morestep .powermail_fieldset h6 a,
footer .footer-column--light h6 a,
.csc-frame.highlight-box.highlight-box--yellow h6 a,
.csc-frame.highlight-box.highlight-box--white h6 a,
.standard-colors .h6-style a,
footer.footer .footer-column.footer-column--light .h6-style a,
.powermail_form.powermail_morestep .powermail_fieldset .h6-style a,
footer .footer-column--light .h6-style a,
.csc-frame.highlight-box.highlight-box--yellow .h6-style a,
.csc-frame.highlight-box.highlight-box--white .h6-style a {
  color: rgb(79, 52, 118);
}
.standard-colors h1 a:link, footer.footer .footer-column.footer-column--light h1 a:link, .powermail_form.powermail_morestep .powermail_fieldset h1 a:link,
footer .footer-column--light h1 a:link, .csc-frame.highlight-box.highlight-box--yellow h1 a:link, .csc-frame.highlight-box.highlight-box--white h1 a:link, .standard-colors h1 a:visited, footer.footer .footer-column.footer-column--light h1 a:visited, .powermail_form.powermail_morestep .powermail_fieldset h1 a:visited,
footer .footer-column--light h1 a:visited, .csc-frame.highlight-box.highlight-box--yellow h1 a:visited, .csc-frame.highlight-box.highlight-box--white h1 a:visited,
.standard-colors .h1-style a:link,
.powermail_form.powermail_morestep .powermail_fieldset .h1-style a:link,
footer .footer-column--light .h1-style a:link,
.csc-frame.highlight-box.highlight-box--yellow .h1-style a:link,
.csc-frame.highlight-box.highlight-box--white .h1-style a:link,
.standard-colors .h1-style a:visited,
.powermail_form.powermail_morestep .powermail_fieldset .h1-style a:visited,
footer .footer-column--light .h1-style a:visited,
.csc-frame.highlight-box.highlight-box--yellow .h1-style a:visited,
.csc-frame.highlight-box.highlight-box--white .h1-style a:visited,
.standard-colors h2 a:link,
footer.footer .footer-column.footer-column--light h2 a:link,
.powermail_form.powermail_morestep .powermail_fieldset h2 a:link,
footer .footer-column--light h2 a:link,
.csc-frame.highlight-box.highlight-box--yellow h2 a:link,
.csc-frame.highlight-box.highlight-box--white h2 a:link,
.standard-colors h2 a:visited,
footer.footer .footer-column.footer-column--light h2 a:visited,
.powermail_form.powermail_morestep .powermail_fieldset h2 a:visited,
footer .footer-column--light h2 a:visited,
.csc-frame.highlight-box.highlight-box--yellow h2 a:visited,
.csc-frame.highlight-box.highlight-box--white h2 a:visited,
.standard-colors .h2-style a:link,
.powermail_form.powermail_morestep .powermail_fieldset .h2-style a:link,
footer .footer-column--light .h2-style a:link,
.csc-frame.highlight-box.highlight-box--yellow .h2-style a:link,
.csc-frame.highlight-box.highlight-box--white .h2-style a:link,
.standard-colors .h2-style a:visited,
.powermail_form.powermail_morestep .powermail_fieldset .h2-style a:visited,
footer .footer-column--light .h2-style a:visited,
.csc-frame.highlight-box.highlight-box--yellow .h2-style a:visited,
.csc-frame.highlight-box.highlight-box--white .h2-style a:visited,
.standard-colors h3 a:link,
footer.footer .footer-column.footer-column--light h3 a:link,
.powermail_form.powermail_morestep .powermail_fieldset h3 a:link,
footer .footer-column--light h3 a:link,
.csc-frame.highlight-box.highlight-box--yellow h3 a:link,
.csc-frame.highlight-box.highlight-box--white h3 a:link,
.standard-colors h3 a:visited,
footer.footer .footer-column.footer-column--light h3 a:visited,
.powermail_form.powermail_morestep .powermail_fieldset h3 a:visited,
footer .footer-column--light h3 a:visited,
.csc-frame.highlight-box.highlight-box--yellow h3 a:visited,
.csc-frame.highlight-box.highlight-box--white h3 a:visited,
.standard-colors .h3-style a:link,
.powermail_form.powermail_morestep .powermail_fieldset .h3-style a:link,
footer .footer-column--light .h3-style a:link,
.csc-frame.highlight-box.highlight-box--yellow .h3-style a:link,
.csc-frame.highlight-box.highlight-box--white .h3-style a:link,
.standard-colors .h3-style a:visited,
.powermail_form.powermail_morestep .powermail_fieldset .h3-style a:visited,
footer .footer-column--light .h3-style a:visited,
.csc-frame.highlight-box.highlight-box--yellow .h3-style a:visited,
.csc-frame.highlight-box.highlight-box--white .h3-style a:visited,
.standard-colors h4 a:link,
footer.footer .footer-column.footer-column--light h4 a:link,
.standard-colors legend.powermail_legend a:link,
.powermail_form.powermail_morestep .powermail_fieldset h4 a:link,
.powermail_form.powermail_morestep .powermail_fieldset legend.powermail_legend a:link,
footer .footer-column--light h4 a:link,
footer .footer-column--light legend.powermail_legend a:link,
.csc-frame.highlight-box.highlight-box--yellow h4 a:link,
.csc-frame.highlight-box.highlight-box--yellow legend.powermail_legend a:link,
.csc-frame.highlight-box.highlight-box--white h4 a:link,
.csc-frame.highlight-box.highlight-box--white legend.powermail_legend a:link,
.standard-colors h4 a:visited,
footer.footer .footer-column.footer-column--light h4 a:visited,
.standard-colors legend.powermail_legend a:visited,
.powermail_form.powermail_morestep .powermail_fieldset h4 a:visited,
.powermail_form.powermail_morestep .powermail_fieldset legend.powermail_legend a:visited,
footer .footer-column--light h4 a:visited,
footer .footer-column--light legend.powermail_legend a:visited,
.csc-frame.highlight-box.highlight-box--yellow h4 a:visited,
.csc-frame.highlight-box.highlight-box--yellow legend.powermail_legend a:visited,
.csc-frame.highlight-box.highlight-box--white h4 a:visited,
.csc-frame.highlight-box.highlight-box--white legend.powermail_legend a:visited,
.standard-colors .h4-style a:link,
.powermail_form.powermail_morestep .powermail_fieldset .h4-style a:link,
footer .footer-column--light .h4-style a:link,
.csc-frame.highlight-box.highlight-box--yellow .h4-style a:link,
.csc-frame.highlight-box.highlight-box--white .h4-style a:link,
.standard-colors .h4-style a:visited,
.powermail_form.powermail_morestep .powermail_fieldset .h4-style a:visited,
footer .footer-column--light .h4-style a:visited,
.csc-frame.highlight-box.highlight-box--yellow .h4-style a:visited,
.csc-frame.highlight-box.highlight-box--white .h4-style a:visited,
.standard-colors h5 a:link,
footer.footer .footer-column.footer-column--light h5 a:link,
.powermail_form.powermail_morestep .powermail_fieldset h5 a:link,
footer .footer-column--light h5 a:link,
.csc-frame.highlight-box.highlight-box--yellow h5 a:link,
.csc-frame.highlight-box.highlight-box--white h5 a:link,
.standard-colors h5 a:visited,
footer.footer .footer-column.footer-column--light h5 a:visited,
.powermail_form.powermail_morestep .powermail_fieldset h5 a:visited,
footer .footer-column--light h5 a:visited,
.csc-frame.highlight-box.highlight-box--yellow h5 a:visited,
.csc-frame.highlight-box.highlight-box--white h5 a:visited,
.standard-colors .h5-style a:link,
.powermail_form.powermail_morestep .powermail_fieldset .h5-style a:link,
footer .footer-column--light .h5-style a:link,
.csc-frame.highlight-box.highlight-box--yellow .h5-style a:link,
.csc-frame.highlight-box.highlight-box--white .h5-style a:link,
.standard-colors .h5-style a:visited,
.powermail_form.powermail_morestep .powermail_fieldset .h5-style a:visited,
footer .footer-column--light .h5-style a:visited,
.csc-frame.highlight-box.highlight-box--yellow .h5-style a:visited,
.csc-frame.highlight-box.highlight-box--white .h5-style a:visited,
.standard-colors h6 a:link,
footer.footer .footer-column.footer-column--light h6 a:link,
.powermail_form.powermail_morestep .powermail_fieldset h6 a:link,
footer .footer-column--light h6 a:link,
.csc-frame.highlight-box.highlight-box--yellow h6 a:link,
.csc-frame.highlight-box.highlight-box--white h6 a:link,
.standard-colors h6 a:visited,
footer.footer .footer-column.footer-column--light h6 a:visited,
.powermail_form.powermail_morestep .powermail_fieldset h6 a:visited,
footer .footer-column--light h6 a:visited,
.csc-frame.highlight-box.highlight-box--yellow h6 a:visited,
.csc-frame.highlight-box.highlight-box--white h6 a:visited,
.standard-colors .h6-style a:link,
.powermail_form.powermail_morestep .powermail_fieldset .h6-style a:link,
footer .footer-column--light .h6-style a:link,
.csc-frame.highlight-box.highlight-box--yellow .h6-style a:link,
.csc-frame.highlight-box.highlight-box--white .h6-style a:link,
.standard-colors .h6-style a:visited,
.powermail_form.powermail_morestep .powermail_fieldset .h6-style a:visited,
footer .footer-column--light .h6-style a:visited,
.csc-frame.highlight-box.highlight-box--yellow .h6-style a:visited,
.csc-frame.highlight-box.highlight-box--white .h6-style a:visited {
  color: rgb(79, 52, 118);
}
.standard-colors h1 a:hover, footer.footer .footer-column.footer-column--light h1 a:hover, .powermail_form.powermail_morestep .powermail_fieldset h1 a:hover,
footer .footer-column--light h1 a:hover, .csc-frame.highlight-box.highlight-box--yellow h1 a:hover, .csc-frame.highlight-box.highlight-box--white h1 a:hover, .standard-colors h1 a:active, footer.footer .footer-column.footer-column--light h1 a:active, .powermail_form.powermail_morestep .powermail_fieldset h1 a:active,
footer .footer-column--light h1 a:active, .csc-frame.highlight-box.highlight-box--yellow h1 a:active, .csc-frame.highlight-box.highlight-box--white h1 a:active,
.standard-colors .h1-style a:hover,
.powermail_form.powermail_morestep .powermail_fieldset .h1-style a:hover,
footer .footer-column--light .h1-style a:hover,
.csc-frame.highlight-box.highlight-box--yellow .h1-style a:hover,
.csc-frame.highlight-box.highlight-box--white .h1-style a:hover,
.standard-colors .h1-style a:active,
.powermail_form.powermail_morestep .powermail_fieldset .h1-style a:active,
footer .footer-column--light .h1-style a:active,
.csc-frame.highlight-box.highlight-box--yellow .h1-style a:active,
.csc-frame.highlight-box.highlight-box--white .h1-style a:active,
.standard-colors h2 a:hover,
footer.footer .footer-column.footer-column--light h2 a:hover,
.powermail_form.powermail_morestep .powermail_fieldset h2 a:hover,
footer .footer-column--light h2 a:hover,
.csc-frame.highlight-box.highlight-box--yellow h2 a:hover,
.csc-frame.highlight-box.highlight-box--white h2 a:hover,
.standard-colors h2 a:active,
footer.footer .footer-column.footer-column--light h2 a:active,
.powermail_form.powermail_morestep .powermail_fieldset h2 a:active,
footer .footer-column--light h2 a:active,
.csc-frame.highlight-box.highlight-box--yellow h2 a:active,
.csc-frame.highlight-box.highlight-box--white h2 a:active,
.standard-colors .h2-style a:hover,
.powermail_form.powermail_morestep .powermail_fieldset .h2-style a:hover,
footer .footer-column--light .h2-style a:hover,
.csc-frame.highlight-box.highlight-box--yellow .h2-style a:hover,
.csc-frame.highlight-box.highlight-box--white .h2-style a:hover,
.standard-colors .h2-style a:active,
.powermail_form.powermail_morestep .powermail_fieldset .h2-style a:active,
footer .footer-column--light .h2-style a:active,
.csc-frame.highlight-box.highlight-box--yellow .h2-style a:active,
.csc-frame.highlight-box.highlight-box--white .h2-style a:active,
.standard-colors h3 a:hover,
footer.footer .footer-column.footer-column--light h3 a:hover,
.powermail_form.powermail_morestep .powermail_fieldset h3 a:hover,
footer .footer-column--light h3 a:hover,
.csc-frame.highlight-box.highlight-box--yellow h3 a:hover,
.csc-frame.highlight-box.highlight-box--white h3 a:hover,
.standard-colors h3 a:active,
footer.footer .footer-column.footer-column--light h3 a:active,
.powermail_form.powermail_morestep .powermail_fieldset h3 a:active,
footer .footer-column--light h3 a:active,
.csc-frame.highlight-box.highlight-box--yellow h3 a:active,
.csc-frame.highlight-box.highlight-box--white h3 a:active,
.standard-colors .h3-style a:hover,
.powermail_form.powermail_morestep .powermail_fieldset .h3-style a:hover,
footer .footer-column--light .h3-style a:hover,
.csc-frame.highlight-box.highlight-box--yellow .h3-style a:hover,
.csc-frame.highlight-box.highlight-box--white .h3-style a:hover,
.standard-colors .h3-style a:active,
.powermail_form.powermail_morestep .powermail_fieldset .h3-style a:active,
footer .footer-column--light .h3-style a:active,
.csc-frame.highlight-box.highlight-box--yellow .h3-style a:active,
.csc-frame.highlight-box.highlight-box--white .h3-style a:active,
.standard-colors h4 a:hover,
footer.footer .footer-column.footer-column--light h4 a:hover,
.standard-colors legend.powermail_legend a:hover,
.powermail_form.powermail_morestep .powermail_fieldset h4 a:hover,
.powermail_form.powermail_morestep .powermail_fieldset legend.powermail_legend a:hover,
footer .footer-column--light h4 a:hover,
footer .footer-column--light legend.powermail_legend a:hover,
.csc-frame.highlight-box.highlight-box--yellow h4 a:hover,
.csc-frame.highlight-box.highlight-box--yellow legend.powermail_legend a:hover,
.csc-frame.highlight-box.highlight-box--white h4 a:hover,
.csc-frame.highlight-box.highlight-box--white legend.powermail_legend a:hover,
.standard-colors h4 a:active,
footer.footer .footer-column.footer-column--light h4 a:active,
.standard-colors legend.powermail_legend a:active,
.powermail_form.powermail_morestep .powermail_fieldset h4 a:active,
.powermail_form.powermail_morestep .powermail_fieldset legend.powermail_legend a:active,
footer .footer-column--light h4 a:active,
footer .footer-column--light legend.powermail_legend a:active,
.csc-frame.highlight-box.highlight-box--yellow h4 a:active,
.csc-frame.highlight-box.highlight-box--yellow legend.powermail_legend a:active,
.csc-frame.highlight-box.highlight-box--white h4 a:active,
.csc-frame.highlight-box.highlight-box--white legend.powermail_legend a:active,
.standard-colors .h4-style a:hover,
.powermail_form.powermail_morestep .powermail_fieldset .h4-style a:hover,
footer .footer-column--light .h4-style a:hover,
.csc-frame.highlight-box.highlight-box--yellow .h4-style a:hover,
.csc-frame.highlight-box.highlight-box--white .h4-style a:hover,
.standard-colors .h4-style a:active,
.powermail_form.powermail_morestep .powermail_fieldset .h4-style a:active,
footer .footer-column--light .h4-style a:active,
.csc-frame.highlight-box.highlight-box--yellow .h4-style a:active,
.csc-frame.highlight-box.highlight-box--white .h4-style a:active,
.standard-colors h5 a:hover,
footer.footer .footer-column.footer-column--light h5 a:hover,
.powermail_form.powermail_morestep .powermail_fieldset h5 a:hover,
footer .footer-column--light h5 a:hover,
.csc-frame.highlight-box.highlight-box--yellow h5 a:hover,
.csc-frame.highlight-box.highlight-box--white h5 a:hover,
.standard-colors h5 a:active,
footer.footer .footer-column.footer-column--light h5 a:active,
.powermail_form.powermail_morestep .powermail_fieldset h5 a:active,
footer .footer-column--light h5 a:active,
.csc-frame.highlight-box.highlight-box--yellow h5 a:active,
.csc-frame.highlight-box.highlight-box--white h5 a:active,
.standard-colors .h5-style a:hover,
.powermail_form.powermail_morestep .powermail_fieldset .h5-style a:hover,
footer .footer-column--light .h5-style a:hover,
.csc-frame.highlight-box.highlight-box--yellow .h5-style a:hover,
.csc-frame.highlight-box.highlight-box--white .h5-style a:hover,
.standard-colors .h5-style a:active,
.powermail_form.powermail_morestep .powermail_fieldset .h5-style a:active,
footer .footer-column--light .h5-style a:active,
.csc-frame.highlight-box.highlight-box--yellow .h5-style a:active,
.csc-frame.highlight-box.highlight-box--white .h5-style a:active,
.standard-colors h6 a:hover,
footer.footer .footer-column.footer-column--light h6 a:hover,
.powermail_form.powermail_morestep .powermail_fieldset h6 a:hover,
footer .footer-column--light h6 a:hover,
.csc-frame.highlight-box.highlight-box--yellow h6 a:hover,
.csc-frame.highlight-box.highlight-box--white h6 a:hover,
.standard-colors h6 a:active,
footer.footer .footer-column.footer-column--light h6 a:active,
.powermail_form.powermail_morestep .powermail_fieldset h6 a:active,
footer .footer-column--light h6 a:active,
.csc-frame.highlight-box.highlight-box--yellow h6 a:active,
.csc-frame.highlight-box.highlight-box--white h6 a:active,
.standard-colors .h6-style a:hover,
.powermail_form.powermail_morestep .powermail_fieldset .h6-style a:hover,
footer .footer-column--light .h6-style a:hover,
.csc-frame.highlight-box.highlight-box--yellow .h6-style a:hover,
.csc-frame.highlight-box.highlight-box--white .h6-style a:hover,
.standard-colors .h6-style a:active,
.powermail_form.powermail_morestep .powermail_fieldset .h6-style a:active,
footer .footer-column--light .h6-style a:active,
.csc-frame.highlight-box.highlight-box--yellow .h6-style a:active,
.csc-frame.highlight-box.highlight-box--white .h6-style a:active {
  color: rgb(79, 52, 118);
}
.standard-colors .button, footer.footer .footer-column.footer-column--light .button, .standard-colors .powermail_submit, footer.footer .footer-column.footer-column--light .powermail_submit, .powermail_form.powermail_morestep .powermail_fieldset .button, .powermail_form.powermail_morestep .powermail_fieldset .powermail_submit,
footer .footer-column--light .button,
footer .footer-column--light .powermail_submit, .standard-colors input[type=submit], footer.footer .footer-column.footer-column--light input[type=submit], .powermail_form.powermail_morestep .powermail_fieldset input[type=submit],
footer .footer-column--light input[type=submit], .csc-frame.highlight-box.highlight-box--yellow .button, .csc-frame.highlight-box.highlight-box--yellow .powermail_submit, .csc-frame.highlight-box.highlight-box--yellow input[type=submit], .csc-frame.highlight-box.highlight-box--white .button, .csc-frame.highlight-box.highlight-box--white .powermail_submit, .csc-frame.highlight-box.highlight-box--white input[type=submit], .standard-colors .btn, footer.footer .footer-column.footer-column--light .btn, .powermail_form.powermail_morestep .powermail_fieldset .btn,
footer .footer-column--light .btn, .csc-frame.highlight-box.highlight-box--yellow .btn, .csc-frame.highlight-box.highlight-box--white .btn,
.standard-colors .button--default,
footer.footer .footer-column.footer-column--light .button--default,
.powermail_form.powermail_morestep .powermail_fieldset .button--default,
footer .footer-column--light .button--default,
.csc-frame.highlight-box.highlight-box--yellow .button--default,
.csc-frame.highlight-box.highlight-box--white .button--default,
.standard-colors a.button {
  color: #ffffff;
  background-color: rgb(79, 52, 118);
}
.standard-colors .button:link, .standard-colors .powermail_submit:link, .powermail_form.powermail_morestep .powermail_fieldset .button:link, .powermail_form.powermail_morestep .powermail_fieldset .powermail_submit:link,
footer .footer-column--light .button:link,
footer .footer-column--light .powermail_submit:link, .standard-colors input[type=submit]:link, .powermail_form.powermail_morestep .powermail_fieldset input[type=submit]:link,
footer .footer-column--light input[type=submit]:link, .csc-frame.highlight-box.highlight-box--yellow .button:link, .csc-frame.highlight-box.highlight-box--yellow .powermail_submit:link, .csc-frame.highlight-box.highlight-box--yellow input[type=submit]:link, .csc-frame.highlight-box.highlight-box--white .button:link, .csc-frame.highlight-box.highlight-box--white .powermail_submit:link, .csc-frame.highlight-box.highlight-box--white input[type=submit]:link, .standard-colors .btn:link, .powermail_form.powermail_morestep .powermail_fieldset .btn:link,
footer .footer-column--light .btn:link, .csc-frame.highlight-box.highlight-box--yellow .btn:link, .csc-frame.highlight-box.highlight-box--white .btn:link,
.standard-colors .button--default:link,
.powermail_form.powermail_morestep .powermail_fieldset .button--default:link,
footer .footer-column--light .button--default:link,
.csc-frame.highlight-box.highlight-box--yellow .button--default:link,
.csc-frame.highlight-box.highlight-box--white .button--default:link, .standard-colors .button:visited, .standard-colors .powermail_submit:visited, .powermail_form.powermail_morestep .powermail_fieldset .button:visited, .powermail_form.powermail_morestep .powermail_fieldset .powermail_submit:visited,
footer .footer-column--light .button:visited,
footer .footer-column--light .powermail_submit:visited, .standard-colors input[type=submit]:visited, .powermail_form.powermail_morestep .powermail_fieldset input[type=submit]:visited,
footer .footer-column--light input[type=submit]:visited, .csc-frame.highlight-box.highlight-box--yellow .button:visited, .csc-frame.highlight-box.highlight-box--yellow .powermail_submit:visited, .csc-frame.highlight-box.highlight-box--yellow input[type=submit]:visited, .csc-frame.highlight-box.highlight-box--white .button:visited, .csc-frame.highlight-box.highlight-box--white .powermail_submit:visited, .csc-frame.highlight-box.highlight-box--white input[type=submit]:visited, .standard-colors .btn:visited, .powermail_form.powermail_morestep .powermail_fieldset .btn:visited,
footer .footer-column--light .btn:visited, .csc-frame.highlight-box.highlight-box--yellow .btn:visited, .csc-frame.highlight-box.highlight-box--white .btn:visited,
.standard-colors .button--default:visited,
.powermail_form.powermail_morestep .powermail_fieldset .button--default:visited,
footer .footer-column--light .button--default:visited,
.csc-frame.highlight-box.highlight-box--yellow .button--default:visited,
.csc-frame.highlight-box.highlight-box--white .button--default:visited,
.standard-colors a.button:link,
.standard-colors a.button:visited {
  color: #ffffff;
  background-color: rgb(79, 52, 118);
}
.standard-colors .button:hover, .standard-colors .powermail_submit:hover, .powermail_form.powermail_morestep .powermail_fieldset .button:hover, .powermail_form.powermail_morestep .powermail_fieldset .powermail_submit:hover,
footer .footer-column--light .button:hover,
footer .footer-column--light .powermail_submit:hover, .standard-colors input[type=submit]:hover, .powermail_form.powermail_morestep .powermail_fieldset input[type=submit]:hover,
footer .footer-column--light input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--yellow .button:hover, .csc-frame.highlight-box.highlight-box--yellow .powermail_submit:hover, .csc-frame.highlight-box.highlight-box--yellow input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--white .button:hover, .csc-frame.highlight-box.highlight-box--white .powermail_submit:hover, .csc-frame.highlight-box.highlight-box--white input[type=submit]:hover, .standard-colors .btn:hover, .powermail_form.powermail_morestep .powermail_fieldset .btn:hover,
footer .footer-column--light .btn:hover, .csc-frame.highlight-box.highlight-box--yellow .btn:hover, .csc-frame.highlight-box.highlight-box--white .btn:hover,
.standard-colors .button--default:hover,
.powermail_form.powermail_morestep .powermail_fieldset .button--default:hover,
footer .footer-column--light .button--default:hover,
.csc-frame.highlight-box.highlight-box--yellow .button--default:hover,
.csc-frame.highlight-box.highlight-box--white .button--default:hover, .standard-colors .button:active, .standard-colors .powermail_submit:active, .powermail_form.powermail_morestep .powermail_fieldset .button:active, .powermail_form.powermail_morestep .powermail_fieldset .powermail_submit:active,
footer .footer-column--light .button:active,
footer .footer-column--light .powermail_submit:active, .standard-colors input[type=submit]:active, .powermail_form.powermail_morestep .powermail_fieldset input[type=submit]:active,
footer .footer-column--light input[type=submit]:active, .csc-frame.highlight-box.highlight-box--yellow .button:active, .csc-frame.highlight-box.highlight-box--yellow .powermail_submit:active, .csc-frame.highlight-box.highlight-box--yellow input[type=submit]:active, .csc-frame.highlight-box.highlight-box--white .button:active, .csc-frame.highlight-box.highlight-box--white .powermail_submit:active, .csc-frame.highlight-box.highlight-box--white input[type=submit]:active, .standard-colors .btn:active, .powermail_form.powermail_morestep .powermail_fieldset .btn:active,
footer .footer-column--light .btn:active, .csc-frame.highlight-box.highlight-box--yellow .btn:active, .csc-frame.highlight-box.highlight-box--white .btn:active,
.standard-colors .button--default:active,
.powermail_form.powermail_morestep .powermail_fieldset .button--default:active,
footer .footer-column--light .button--default:active,
.csc-frame.highlight-box.highlight-box--yellow .button--default:active,
.csc-frame.highlight-box.highlight-box--white .button--default:active,
.standard-colors a.button:hover,
.standard-colors a.button:active {
  color: #ffffff;
  background-color: rgb(96.6, 72.3, 131.7);
}
.standard-colors blockquote, footer.footer .footer-column.footer-column--light blockquote, .powermail_form.powermail_morestep .powermail_fieldset blockquote,
footer .footer-column--light blockquote, .csc-frame.highlight-box.highlight-box--yellow blockquote, .csc-frame.highlight-box.highlight-box--white blockquote {
  border-left-color: rgb(190, 190, 190);
}
.standard-colors blockquote::before, footer.footer .footer-column.footer-column--light blockquote::before, .powermail_form.powermail_morestep .powermail_fieldset blockquote::before,
footer .footer-column--light blockquote::before, .csc-frame.highlight-box.highlight-box--yellow blockquote::before, .csc-frame.highlight-box.highlight-box--white blockquote::before {
  color: rgb(190, 190, 190);
}
.standard-colors hr, footer.footer .footer-column.footer-column--light hr, .powermail_form.powermail_morestep .powermail_fieldset hr,
footer .footer-column--light hr, .csc-frame.highlight-box.highlight-box--yellow hr, .csc-frame.highlight-box.highlight-box--white hr {
  border-bottom-color: rgb(79, 52, 118);
}
.standard-colors .ce-gallery .slick-dots li button, .powermail_form.powermail_morestep .powermail_fieldset .ce-gallery .slick-dots li button,
footer .footer-column--light .ce-gallery .slick-dots li button, .csc-frame.highlight-box.highlight-box--yellow .ce-gallery .slick-dots li button, .csc-frame.highlight-box.highlight-box--white .ce-gallery .slick-dots li button {
  background-color: rgb(103, 103, 103);
}
.standard-colors .ce-gallery.imageborder.slideshow, .powermail_form.powermail_morestep .powermail_fieldset .ce-gallery.imageborder.slideshow,
footer .footer-column--light .ce-gallery.imageborder.slideshow, .csc-frame.highlight-box.highlight-box--yellow .ce-gallery.imageborder.slideshow, .csc-frame.highlight-box.highlight-box--white .ce-gallery.imageborder.slideshow, .standard-colors .ce-gallery.imageborder.standard img, .powermail_form.powermail_morestep .powermail_fieldset .ce-gallery.imageborder.standard img,
footer .footer-column--light .ce-gallery.imageborder.standard img, .csc-frame.highlight-box.highlight-box--yellow .ce-gallery.imageborder.standard img, .csc-frame.highlight-box.highlight-box--white .ce-gallery.imageborder.standard img {
  border-color: rgb(103, 103, 103);
}
.standard-colors .ce-table, footer.footer .footer-column.footer-column--light .ce-table, .powermail_form.powermail_morestep .powermail_fieldset .ce-table,
footer .footer-column--light .ce-table, .csc-frame.highlight-box.highlight-box--yellow .ce-table, .csc-frame.highlight-box.highlight-box--white .ce-table {
  /* Design "gestreift" */
}
.standard-colors .ce-table.ce-table-standard thead tr th, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard thead tr th,
footer .footer-column--light .ce-table.ce-table-standard thead tr th, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard thead tr th, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard thead tr th, .standard-colors .ce-table.ce-table-bordered thead tr th, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered thead tr th,
footer .footer-column--light .ce-table.ce-table-bordered thead tr th, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered thead tr th, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered thead tr th {
  border-color: rgb(103, 103, 103);
}
.standard-colors .ce-table.ce-table-standard thead th, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard thead th,
footer .footer-column--light .ce-table.ce-table-standard thead th, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard thead th, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard thead th,
.standard-colors .ce-table.ce-table-standard thead td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard thead td,
footer .footer-column--light .ce-table.ce-table-standard thead td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard thead td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard thead td,
.standard-colors .ce-table.ce-table-standard tbody th,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard tbody th,
footer .footer-column--light .ce-table.ce-table-standard tbody th,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard tbody th,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard tbody th,
.standard-colors .ce-table.ce-table-standard tbody td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard tbody td,
footer .footer-column--light .ce-table.ce-table-standard tbody td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard tbody td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard tbody td,
.standard-colors .ce-table.ce-table-standard tfoot th,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard tfoot th,
footer .footer-column--light .ce-table.ce-table-standard tfoot th,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard tfoot th,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard tfoot th,
.standard-colors .ce-table.ce-table-standard tfoot td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard tfoot td,
footer .footer-column--light .ce-table.ce-table-standard tfoot td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard tfoot td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard tfoot td, .standard-colors .ce-table.ce-table-bordered thead th, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered thead th,
footer .footer-column--light .ce-table.ce-table-bordered thead th, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered thead th, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered thead th,
.standard-colors .ce-table.ce-table-bordered thead td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered thead td,
footer .footer-column--light .ce-table.ce-table-bordered thead td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered thead td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered thead td,
.standard-colors .ce-table.ce-table-bordered tbody th,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered tbody th,
footer .footer-column--light .ce-table.ce-table-bordered tbody th,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered tbody th,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered tbody th,
.standard-colors .ce-table.ce-table-bordered tbody td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered tbody td,
footer .footer-column--light .ce-table.ce-table-bordered tbody td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered tbody td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered tbody td,
.standard-colors .ce-table.ce-table-bordered tfoot th,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered tfoot th,
footer .footer-column--light .ce-table.ce-table-bordered tfoot th,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered tfoot th,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered tfoot th,
.standard-colors .ce-table.ce-table-bordered tfoot td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered tfoot td,
footer .footer-column--light .ce-table.ce-table-bordered tfoot td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered tfoot td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered tfoot td {
  border-color: rgb(103, 103, 103);
}
.standard-colors .ce-table.ce-table-standard tbody tr th, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard tbody tr th,
footer .footer-column--light .ce-table.ce-table-standard tbody tr th, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard tbody tr th, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard tbody tr th,
.standard-colors .ce-table.ce-table-standard tbody tr td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard tbody tr td,
footer .footer-column--light .ce-table.ce-table-standard tbody tr td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard tbody tr td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard tbody tr td, .standard-colors .ce-table.ce-table-bordered tbody tr th, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered tbody tr th,
footer .footer-column--light .ce-table.ce-table-bordered tbody tr th, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered tbody tr th, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered tbody tr th,
.standard-colors .ce-table.ce-table-bordered tbody tr td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered tbody tr td,
footer .footer-column--light .ce-table.ce-table-bordered tbody tr td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered tbody tr td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered tbody tr td {
  border-color: rgb(103, 103, 103);
}
.standard-colors .ce-table.ce-table-standard tfoot tr th, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard tfoot tr th,
footer .footer-column--light .ce-table.ce-table-standard tfoot tr th, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard tfoot tr th, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard tfoot tr th,
.standard-colors .ce-table.ce-table-standard tfoot tr td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-standard tfoot tr td,
footer .footer-column--light .ce-table.ce-table-standard tfoot tr td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-standard tfoot tr td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-standard tfoot tr td, .standard-colors .ce-table.ce-table-bordered tfoot tr th, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered tfoot tr th,
footer .footer-column--light .ce-table.ce-table-bordered tfoot tr th, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered tfoot tr th, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered tfoot tr th,
.standard-colors .ce-table.ce-table-bordered tfoot tr td,
.powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered tfoot tr td,
footer .footer-column--light .ce-table.ce-table-bordered tfoot tr td,
.csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered tfoot tr td,
.csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered tfoot tr td {
  border-color: rgb(103, 103, 103);
}
.standard-colors .ce-table.ce-table-bordered, .powermail_form.powermail_morestep .powermail_fieldset .ce-table.ce-table-bordered,
footer .footer-column--light .ce-table.ce-table-bordered, .csc-frame.highlight-box.highlight-box--yellow .ce-table.ce-table-bordered, .csc-frame.highlight-box.highlight-box--white .ce-table.ce-table-bordered {
  border-color: rgb(103, 103, 103);
}

.inverted-colors, .csc-frame.highlight-box.highlight-box--turqois, .csc-frame.highlight-box.highlight-box--pink, .csc-frame.highlight-box.highlight-box--purple, body {
  color: #ffffff;
}
.inverted-colors a, .csc-frame.highlight-box.highlight-box--turqois a, .csc-frame.highlight-box.highlight-box--pink a, .csc-frame.highlight-box.highlight-box--purple a, body a {
  color: #ffffff;
}
.inverted-colors a:link, .csc-frame.highlight-box.highlight-box--turqois a:link, .csc-frame.highlight-box.highlight-box--pink a:link, .csc-frame.highlight-box.highlight-box--purple a:link, body a:link, .inverted-colors a:visited, .csc-frame.highlight-box.highlight-box--turqois a:visited, .csc-frame.highlight-box.highlight-box--pink a:visited, .csc-frame.highlight-box.highlight-box--purple a:visited, body a:visited {
  color: #ffffff;
}
.inverted-colors a:hover, .csc-frame.highlight-box.highlight-box--turqois a:hover, .csc-frame.highlight-box.highlight-box--pink a:hover, .csc-frame.highlight-box.highlight-box--purple a:hover, body a:hover, .inverted-colors a:active, .csc-frame.highlight-box.highlight-box--turqois a:active, .csc-frame.highlight-box.highlight-box--pink a:active, .csc-frame.highlight-box.highlight-box--purple a:active, body a:active {
  color: #ffffff;
}
.inverted-colors h1, .csc-frame.highlight-box.highlight-box--turqois h1, .csc-frame.highlight-box.highlight-box--pink h1, .csc-frame.highlight-box.highlight-box--purple h1, body h1,
.inverted-colors .h1-style,
.csc-frame.highlight-box.highlight-box--turqois .h1-style,
.csc-frame.highlight-box.highlight-box--pink .h1-style,
.csc-frame.highlight-box.highlight-box--purple .h1-style,
body .h1-style,
.inverted-colors h2,
.csc-frame.highlight-box.highlight-box--turqois h2,
.csc-frame.highlight-box.highlight-box--pink h2,
.csc-frame.highlight-box.highlight-box--purple h2,
body h2,
.inverted-colors .h2-style,
.csc-frame.highlight-box.highlight-box--turqois .h2-style,
.csc-frame.highlight-box.highlight-box--pink .h2-style,
.csc-frame.highlight-box.highlight-box--purple .h2-style,
body .h2-style,
.inverted-colors h3,
.inverted-colors .teaserbox .teaserbox__content h3.h2-style,
.teaserbox .teaserbox__content .inverted-colors h3.h2-style,
.csc-frame.highlight-box.highlight-box--turqois h3,
.csc-frame.highlight-box.highlight-box--pink h3,
.csc-frame.highlight-box.highlight-box--purple h3,
body h3,
body .teaserbox .teaserbox__content h3.h2-style,
.teaserbox .teaserbox__content body h3.h2-style,
.inverted-colors .h3-style,
.csc-frame.highlight-box.highlight-box--turqois .h3-style,
.csc-frame.highlight-box.highlight-box--pink .h3-style,
.csc-frame.highlight-box.highlight-box--purple .h3-style,
body .h3-style,
.inverted-colors h4,
.inverted-colors legend.powermail_legend,
.csc-frame.highlight-box.highlight-box--turqois h4,
.csc-frame.highlight-box.highlight-box--turqois legend.powermail_legend,
.csc-frame.highlight-box.highlight-box--pink h4,
.csc-frame.highlight-box.highlight-box--pink legend.powermail_legend,
.csc-frame.highlight-box.highlight-box--purple h4,
.csc-frame.highlight-box.highlight-box--purple legend.powermail_legend,
body h4,
body legend.powermail_legend,
.inverted-colors .h4-style,
.csc-frame.highlight-box.highlight-box--turqois .h4-style,
.csc-frame.highlight-box.highlight-box--pink .h4-style,
.csc-frame.highlight-box.highlight-box--purple .h4-style,
body .h4-style,
.inverted-colors h5,
.csc-frame.highlight-box.highlight-box--turqois h5,
.csc-frame.highlight-box.highlight-box--pink h5,
.csc-frame.highlight-box.highlight-box--purple h5,
body h5,
.inverted-colors .h5-style,
.csc-frame.highlight-box.highlight-box--turqois .h5-style,
.csc-frame.highlight-box.highlight-box--pink .h5-style,
.csc-frame.highlight-box.highlight-box--purple .h5-style,
body .h5-style,
.inverted-colors h6,
.csc-frame.highlight-box.highlight-box--turqois h6,
.csc-frame.highlight-box.highlight-box--pink h6,
.csc-frame.highlight-box.highlight-box--purple h6,
body h6,
.inverted-colors .h6-style,
.csc-frame.highlight-box.highlight-box--turqois .h6-style,
.csc-frame.highlight-box.highlight-box--pink .h6-style,
.csc-frame.highlight-box.highlight-box--purple .h6-style,
body .h6-style {
  color: #ffffff;
}
.inverted-colors h1 a, .csc-frame.highlight-box.highlight-box--turqois h1 a, .csc-frame.highlight-box.highlight-box--pink h1 a, .csc-frame.highlight-box.highlight-box--purple h1 a, body h1 a,
.inverted-colors .h1-style a,
.csc-frame.highlight-box.highlight-box--turqois .h1-style a,
.csc-frame.highlight-box.highlight-box--pink .h1-style a,
.csc-frame.highlight-box.highlight-box--purple .h1-style a,
body .h1-style a,
.inverted-colors h2 a,
.csc-frame.highlight-box.highlight-box--turqois h2 a,
.csc-frame.highlight-box.highlight-box--pink h2 a,
.csc-frame.highlight-box.highlight-box--purple h2 a,
body h2 a,
.inverted-colors .h2-style a,
.csc-frame.highlight-box.highlight-box--turqois .h2-style a,
.csc-frame.highlight-box.highlight-box--pink .h2-style a,
.csc-frame.highlight-box.highlight-box--purple .h2-style a,
body .h2-style a,
.inverted-colors h3 a,
.inverted-colors .teaserbox .teaserbox__content h3.h2-style a,
.teaserbox .teaserbox__content .inverted-colors h3.h2-style a,
.csc-frame.highlight-box.highlight-box--turqois h3 a,
.csc-frame.highlight-box.highlight-box--pink h3 a,
.csc-frame.highlight-box.highlight-box--purple h3 a,
body h3 a,
body .teaserbox .teaserbox__content h3.h2-style a,
.teaserbox .teaserbox__content body h3.h2-style a,
.inverted-colors .h3-style a,
.csc-frame.highlight-box.highlight-box--turqois .h3-style a,
.csc-frame.highlight-box.highlight-box--pink .h3-style a,
.csc-frame.highlight-box.highlight-box--purple .h3-style a,
body .h3-style a,
.inverted-colors h4 a,
.inverted-colors legend.powermail_legend a,
.csc-frame.highlight-box.highlight-box--turqois h4 a,
.csc-frame.highlight-box.highlight-box--turqois legend.powermail_legend a,
.csc-frame.highlight-box.highlight-box--pink h4 a,
.csc-frame.highlight-box.highlight-box--pink legend.powermail_legend a,
.csc-frame.highlight-box.highlight-box--purple h4 a,
.csc-frame.highlight-box.highlight-box--purple legend.powermail_legend a,
body h4 a,
body legend.powermail_legend a,
.inverted-colors .h4-style a,
.csc-frame.highlight-box.highlight-box--turqois .h4-style a,
.csc-frame.highlight-box.highlight-box--pink .h4-style a,
.csc-frame.highlight-box.highlight-box--purple .h4-style a,
body .h4-style a,
.inverted-colors h5 a,
.csc-frame.highlight-box.highlight-box--turqois h5 a,
.csc-frame.highlight-box.highlight-box--pink h5 a,
.csc-frame.highlight-box.highlight-box--purple h5 a,
body h5 a,
.inverted-colors .h5-style a,
.csc-frame.highlight-box.highlight-box--turqois .h5-style a,
.csc-frame.highlight-box.highlight-box--pink .h5-style a,
.csc-frame.highlight-box.highlight-box--purple .h5-style a,
body .h5-style a,
.inverted-colors h6 a,
.csc-frame.highlight-box.highlight-box--turqois h6 a,
.csc-frame.highlight-box.highlight-box--pink h6 a,
.csc-frame.highlight-box.highlight-box--purple h6 a,
body h6 a,
.inverted-colors .h6-style a,
.csc-frame.highlight-box.highlight-box--turqois .h6-style a,
.csc-frame.highlight-box.highlight-box--pink .h6-style a,
.csc-frame.highlight-box.highlight-box--purple .h6-style a,
body .h6-style a {
  color: #ffffff;
}
.inverted-colors h1 a:link, .csc-frame.highlight-box.highlight-box--turqois h1 a:link, .csc-frame.highlight-box.highlight-box--pink h1 a:link, .csc-frame.highlight-box.highlight-box--purple h1 a:link, body h1 a:link, .inverted-colors h1 a:visited, .csc-frame.highlight-box.highlight-box--turqois h1 a:visited, .csc-frame.highlight-box.highlight-box--pink h1 a:visited, .csc-frame.highlight-box.highlight-box--purple h1 a:visited, body h1 a:visited,
.inverted-colors .h1-style a:link,
.csc-frame.highlight-box.highlight-box--turqois .h1-style a:link,
.csc-frame.highlight-box.highlight-box--pink .h1-style a:link,
.csc-frame.highlight-box.highlight-box--purple .h1-style a:link,
body .h1-style a:link,
.inverted-colors .h1-style a:visited,
.csc-frame.highlight-box.highlight-box--turqois .h1-style a:visited,
.csc-frame.highlight-box.highlight-box--pink .h1-style a:visited,
.csc-frame.highlight-box.highlight-box--purple .h1-style a:visited,
body .h1-style a:visited,
.inverted-colors h2 a:link,
.csc-frame.highlight-box.highlight-box--turqois h2 a:link,
.csc-frame.highlight-box.highlight-box--pink h2 a:link,
.csc-frame.highlight-box.highlight-box--purple h2 a:link,
body h2 a:link,
.inverted-colors h2 a:visited,
.csc-frame.highlight-box.highlight-box--turqois h2 a:visited,
.csc-frame.highlight-box.highlight-box--pink h2 a:visited,
.csc-frame.highlight-box.highlight-box--purple h2 a:visited,
body h2 a:visited,
.inverted-colors .h2-style a:link,
.csc-frame.highlight-box.highlight-box--turqois .h2-style a:link,
.csc-frame.highlight-box.highlight-box--pink .h2-style a:link,
.csc-frame.highlight-box.highlight-box--purple .h2-style a:link,
body .h2-style a:link,
.inverted-colors .h2-style a:visited,
.csc-frame.highlight-box.highlight-box--turqois .h2-style a:visited,
.csc-frame.highlight-box.highlight-box--pink .h2-style a:visited,
.csc-frame.highlight-box.highlight-box--purple .h2-style a:visited,
body .h2-style a:visited,
.inverted-colors h3 a:link,
.csc-frame.highlight-box.highlight-box--turqois h3 a:link,
.csc-frame.highlight-box.highlight-box--pink h3 a:link,
.csc-frame.highlight-box.highlight-box--purple h3 a:link,
body h3 a:link,
body .teaserbox .teaserbox__content h3.h2-style a:link,
.teaserbox .teaserbox__content body h3.h2-style a:link,
.inverted-colors h3 a:visited,
.csc-frame.highlight-box.highlight-box--turqois h3 a:visited,
.csc-frame.highlight-box.highlight-box--pink h3 a:visited,
.csc-frame.highlight-box.highlight-box--purple h3 a:visited,
body h3 a:visited,
body .teaserbox .teaserbox__content h3.h2-style a:visited,
.teaserbox .teaserbox__content body h3.h2-style a:visited,
.inverted-colors .h3-style a:link,
.csc-frame.highlight-box.highlight-box--turqois .h3-style a:link,
.csc-frame.highlight-box.highlight-box--pink .h3-style a:link,
.csc-frame.highlight-box.highlight-box--purple .h3-style a:link,
body .h3-style a:link,
.inverted-colors .h3-style a:visited,
.csc-frame.highlight-box.highlight-box--turqois .h3-style a:visited,
.csc-frame.highlight-box.highlight-box--pink .h3-style a:visited,
.csc-frame.highlight-box.highlight-box--purple .h3-style a:visited,
body .h3-style a:visited,
.inverted-colors h4 a:link,
.inverted-colors legend.powermail_legend a:link,
.csc-frame.highlight-box.highlight-box--turqois h4 a:link,
.csc-frame.highlight-box.highlight-box--turqois legend.powermail_legend a:link,
.csc-frame.highlight-box.highlight-box--pink h4 a:link,
.csc-frame.highlight-box.highlight-box--pink legend.powermail_legend a:link,
.csc-frame.highlight-box.highlight-box--purple h4 a:link,
.csc-frame.highlight-box.highlight-box--purple legend.powermail_legend a:link,
body h4 a:link,
body legend.powermail_legend a:link,
.inverted-colors h4 a:visited,
.inverted-colors legend.powermail_legend a:visited,
.csc-frame.highlight-box.highlight-box--turqois h4 a:visited,
.csc-frame.highlight-box.highlight-box--turqois legend.powermail_legend a:visited,
.csc-frame.highlight-box.highlight-box--pink h4 a:visited,
.csc-frame.highlight-box.highlight-box--pink legend.powermail_legend a:visited,
.csc-frame.highlight-box.highlight-box--purple h4 a:visited,
.csc-frame.highlight-box.highlight-box--purple legend.powermail_legend a:visited,
body h4 a:visited,
body legend.powermail_legend a:visited,
.inverted-colors .h4-style a:link,
.csc-frame.highlight-box.highlight-box--turqois .h4-style a:link,
.csc-frame.highlight-box.highlight-box--pink .h4-style a:link,
.csc-frame.highlight-box.highlight-box--purple .h4-style a:link,
body .h4-style a:link,
.inverted-colors .h4-style a:visited,
.csc-frame.highlight-box.highlight-box--turqois .h4-style a:visited,
.csc-frame.highlight-box.highlight-box--pink .h4-style a:visited,
.csc-frame.highlight-box.highlight-box--purple .h4-style a:visited,
body .h4-style a:visited,
.inverted-colors h5 a:link,
.csc-frame.highlight-box.highlight-box--turqois h5 a:link,
.csc-frame.highlight-box.highlight-box--pink h5 a:link,
.csc-frame.highlight-box.highlight-box--purple h5 a:link,
body h5 a:link,
.inverted-colors h5 a:visited,
.csc-frame.highlight-box.highlight-box--turqois h5 a:visited,
.csc-frame.highlight-box.highlight-box--pink h5 a:visited,
.csc-frame.highlight-box.highlight-box--purple h5 a:visited,
body h5 a:visited,
.inverted-colors .h5-style a:link,
.csc-frame.highlight-box.highlight-box--turqois .h5-style a:link,
.csc-frame.highlight-box.highlight-box--pink .h5-style a:link,
.csc-frame.highlight-box.highlight-box--purple .h5-style a:link,
body .h5-style a:link,
.inverted-colors .h5-style a:visited,
.csc-frame.highlight-box.highlight-box--turqois .h5-style a:visited,
.csc-frame.highlight-box.highlight-box--pink .h5-style a:visited,
.csc-frame.highlight-box.highlight-box--purple .h5-style a:visited,
body .h5-style a:visited,
.inverted-colors h6 a:link,
.csc-frame.highlight-box.highlight-box--turqois h6 a:link,
.csc-frame.highlight-box.highlight-box--pink h6 a:link,
.csc-frame.highlight-box.highlight-box--purple h6 a:link,
body h6 a:link,
.inverted-colors h6 a:visited,
.csc-frame.highlight-box.highlight-box--turqois h6 a:visited,
.csc-frame.highlight-box.highlight-box--pink h6 a:visited,
.csc-frame.highlight-box.highlight-box--purple h6 a:visited,
body h6 a:visited,
.inverted-colors .h6-style a:link,
.csc-frame.highlight-box.highlight-box--turqois .h6-style a:link,
.csc-frame.highlight-box.highlight-box--pink .h6-style a:link,
.csc-frame.highlight-box.highlight-box--purple .h6-style a:link,
body .h6-style a:link,
.inverted-colors .h6-style a:visited,
.csc-frame.highlight-box.highlight-box--turqois .h6-style a:visited,
.csc-frame.highlight-box.highlight-box--pink .h6-style a:visited,
.csc-frame.highlight-box.highlight-box--purple .h6-style a:visited,
body .h6-style a:visited {
  color: #ffffff;
}
.inverted-colors h1 a:hover, .csc-frame.highlight-box.highlight-box--turqois h1 a:hover, .csc-frame.highlight-box.highlight-box--pink h1 a:hover, .csc-frame.highlight-box.highlight-box--purple h1 a:hover, body h1 a:hover, .inverted-colors h1 a:active, .csc-frame.highlight-box.highlight-box--turqois h1 a:active, .csc-frame.highlight-box.highlight-box--pink h1 a:active, .csc-frame.highlight-box.highlight-box--purple h1 a:active, body h1 a:active,
.inverted-colors .h1-style a:hover,
.csc-frame.highlight-box.highlight-box--turqois .h1-style a:hover,
.csc-frame.highlight-box.highlight-box--pink .h1-style a:hover,
.csc-frame.highlight-box.highlight-box--purple .h1-style a:hover,
body .h1-style a:hover,
.inverted-colors .h1-style a:active,
.csc-frame.highlight-box.highlight-box--turqois .h1-style a:active,
.csc-frame.highlight-box.highlight-box--pink .h1-style a:active,
.csc-frame.highlight-box.highlight-box--purple .h1-style a:active,
body .h1-style a:active,
.inverted-colors h2 a:hover,
.csc-frame.highlight-box.highlight-box--turqois h2 a:hover,
.csc-frame.highlight-box.highlight-box--pink h2 a:hover,
.csc-frame.highlight-box.highlight-box--purple h2 a:hover,
body h2 a:hover,
.inverted-colors h2 a:active,
.csc-frame.highlight-box.highlight-box--turqois h2 a:active,
.csc-frame.highlight-box.highlight-box--pink h2 a:active,
.csc-frame.highlight-box.highlight-box--purple h2 a:active,
body h2 a:active,
.inverted-colors .h2-style a:hover,
.csc-frame.highlight-box.highlight-box--turqois .h2-style a:hover,
.csc-frame.highlight-box.highlight-box--pink .h2-style a:hover,
.csc-frame.highlight-box.highlight-box--purple .h2-style a:hover,
body .h2-style a:hover,
.inverted-colors .h2-style a:active,
.csc-frame.highlight-box.highlight-box--turqois .h2-style a:active,
.csc-frame.highlight-box.highlight-box--pink .h2-style a:active,
.csc-frame.highlight-box.highlight-box--purple .h2-style a:active,
body .h2-style a:active,
.inverted-colors h3 a:hover,
.csc-frame.highlight-box.highlight-box--turqois h3 a:hover,
.csc-frame.highlight-box.highlight-box--pink h3 a:hover,
.csc-frame.highlight-box.highlight-box--purple h3 a:hover,
body h3 a:hover,
body .teaserbox .teaserbox__content h3.h2-style a:hover,
.teaserbox .teaserbox__content body h3.h2-style a:hover,
.inverted-colors h3 a:active,
.csc-frame.highlight-box.highlight-box--turqois h3 a:active,
.csc-frame.highlight-box.highlight-box--pink h3 a:active,
.csc-frame.highlight-box.highlight-box--purple h3 a:active,
body h3 a:active,
body .teaserbox .teaserbox__content h3.h2-style a:active,
.teaserbox .teaserbox__content body h3.h2-style a:active,
.inverted-colors .h3-style a:hover,
.csc-frame.highlight-box.highlight-box--turqois .h3-style a:hover,
.csc-frame.highlight-box.highlight-box--pink .h3-style a:hover,
.csc-frame.highlight-box.highlight-box--purple .h3-style a:hover,
body .h3-style a:hover,
.inverted-colors .h3-style a:active,
.csc-frame.highlight-box.highlight-box--turqois .h3-style a:active,
.csc-frame.highlight-box.highlight-box--pink .h3-style a:active,
.csc-frame.highlight-box.highlight-box--purple .h3-style a:active,
body .h3-style a:active,
.inverted-colors h4 a:hover,
.inverted-colors legend.powermail_legend a:hover,
.csc-frame.highlight-box.highlight-box--turqois h4 a:hover,
.csc-frame.highlight-box.highlight-box--turqois legend.powermail_legend a:hover,
.csc-frame.highlight-box.highlight-box--pink h4 a:hover,
.csc-frame.highlight-box.highlight-box--pink legend.powermail_legend a:hover,
.csc-frame.highlight-box.highlight-box--purple h4 a:hover,
.csc-frame.highlight-box.highlight-box--purple legend.powermail_legend a:hover,
body h4 a:hover,
body legend.powermail_legend a:hover,
.inverted-colors h4 a:active,
.inverted-colors legend.powermail_legend a:active,
.csc-frame.highlight-box.highlight-box--turqois h4 a:active,
.csc-frame.highlight-box.highlight-box--turqois legend.powermail_legend a:active,
.csc-frame.highlight-box.highlight-box--pink h4 a:active,
.csc-frame.highlight-box.highlight-box--pink legend.powermail_legend a:active,
.csc-frame.highlight-box.highlight-box--purple h4 a:active,
.csc-frame.highlight-box.highlight-box--purple legend.powermail_legend a:active,
body h4 a:active,
body legend.powermail_legend a:active,
.inverted-colors .h4-style a:hover,
.csc-frame.highlight-box.highlight-box--turqois .h4-style a:hover,
.csc-frame.highlight-box.highlight-box--pink .h4-style a:hover,
.csc-frame.highlight-box.highlight-box--purple .h4-style a:hover,
body .h4-style a:hover,
.inverted-colors .h4-style a:active,
.csc-frame.highlight-box.highlight-box--turqois .h4-style a:active,
.csc-frame.highlight-box.highlight-box--pink .h4-style a:active,
.csc-frame.highlight-box.highlight-box--purple .h4-style a:active,
body .h4-style a:active,
.inverted-colors h5 a:hover,
.csc-frame.highlight-box.highlight-box--turqois h5 a:hover,
.csc-frame.highlight-box.highlight-box--pink h5 a:hover,
.csc-frame.highlight-box.highlight-box--purple h5 a:hover,
body h5 a:hover,
.inverted-colors h5 a:active,
.csc-frame.highlight-box.highlight-box--turqois h5 a:active,
.csc-frame.highlight-box.highlight-box--pink h5 a:active,
.csc-frame.highlight-box.highlight-box--purple h5 a:active,
body h5 a:active,
.inverted-colors .h5-style a:hover,
.csc-frame.highlight-box.highlight-box--turqois .h5-style a:hover,
.csc-frame.highlight-box.highlight-box--pink .h5-style a:hover,
.csc-frame.highlight-box.highlight-box--purple .h5-style a:hover,
body .h5-style a:hover,
.inverted-colors .h5-style a:active,
.csc-frame.highlight-box.highlight-box--turqois .h5-style a:active,
.csc-frame.highlight-box.highlight-box--pink .h5-style a:active,
.csc-frame.highlight-box.highlight-box--purple .h5-style a:active,
body .h5-style a:active,
.inverted-colors h6 a:hover,
.csc-frame.highlight-box.highlight-box--turqois h6 a:hover,
.csc-frame.highlight-box.highlight-box--pink h6 a:hover,
.csc-frame.highlight-box.highlight-box--purple h6 a:hover,
body h6 a:hover,
.inverted-colors h6 a:active,
.csc-frame.highlight-box.highlight-box--turqois h6 a:active,
.csc-frame.highlight-box.highlight-box--pink h6 a:active,
.csc-frame.highlight-box.highlight-box--purple h6 a:active,
body h6 a:active,
.inverted-colors .h6-style a:hover,
.csc-frame.highlight-box.highlight-box--turqois .h6-style a:hover,
.csc-frame.highlight-box.highlight-box--pink .h6-style a:hover,
.csc-frame.highlight-box.highlight-box--purple .h6-style a:hover,
body .h6-style a:hover,
.inverted-colors .h6-style a:active,
.csc-frame.highlight-box.highlight-box--turqois .h6-style a:active,
.csc-frame.highlight-box.highlight-box--pink .h6-style a:active,
.csc-frame.highlight-box.highlight-box--purple .h6-style a:active,
body .h6-style a:active {
  color: #ffffff;
}
.inverted-colors .button, .inverted-colors .powermail_submit, .inverted-colors input[type=submit], .csc-frame.highlight-box.highlight-box--turqois .button, .csc-frame.highlight-box.highlight-box--turqois .powermail_submit, .csc-frame.highlight-box.highlight-box--turqois input[type=submit], .csc-frame.highlight-box.highlight-box--pink .button, .csc-frame.highlight-box.highlight-box--pink .powermail_submit, .csc-frame.highlight-box.highlight-box--pink input[type=submit], .csc-frame.highlight-box.highlight-box--purple .button, .csc-frame.highlight-box.highlight-box--purple .powermail_submit, .csc-frame.highlight-box.highlight-box--purple input[type=submit], body .button, body .powermail_submit, body input[type=submit], .inverted-colors .btn, .csc-frame.highlight-box.highlight-box--turqois .btn, .csc-frame.highlight-box.highlight-box--pink .btn, .csc-frame.highlight-box.highlight-box--purple .btn, body .btn,
.inverted-colors .button--default,
.csc-frame.highlight-box.highlight-box--turqois .button--default,
.csc-frame.highlight-box.highlight-box--pink .button--default,
.csc-frame.highlight-box.highlight-box--purple .button--default,
body .button--default,
.inverted-colors a.button {
  color: rgb(79, 52, 118);
  background-color: #ffffff;
}
.inverted-colors .button:link, .inverted-colors .powermail_submit:link, .inverted-colors input[type=submit]:link, .csc-frame.highlight-box.highlight-box--turqois .button:link, .csc-frame.highlight-box.highlight-box--turqois .powermail_submit:link, .csc-frame.highlight-box.highlight-box--turqois input[type=submit]:link, .csc-frame.highlight-box.highlight-box--pink .button:link, .csc-frame.highlight-box.highlight-box--pink .powermail_submit:link, .csc-frame.highlight-box.highlight-box--pink input[type=submit]:link, .csc-frame.highlight-box.highlight-box--purple .button:link, .csc-frame.highlight-box.highlight-box--purple .powermail_submit:link, .csc-frame.highlight-box.highlight-box--purple input[type=submit]:link, body .button:link, body .powermail_submit:link, body input[type=submit]:link, .inverted-colors .btn:link, .csc-frame.highlight-box.highlight-box--turqois .btn:link, .csc-frame.highlight-box.highlight-box--pink .btn:link, .csc-frame.highlight-box.highlight-box--purple .btn:link, body .btn:link,
.inverted-colors .button--default:link,
.csc-frame.highlight-box.highlight-box--turqois .button--default:link,
.csc-frame.highlight-box.highlight-box--pink .button--default:link,
.csc-frame.highlight-box.highlight-box--purple .button--default:link,
body .button--default:link, .inverted-colors .button:visited, .inverted-colors .powermail_submit:visited, .inverted-colors input[type=submit]:visited, .csc-frame.highlight-box.highlight-box--turqois .button:visited, .csc-frame.highlight-box.highlight-box--turqois .powermail_submit:visited, .csc-frame.highlight-box.highlight-box--turqois input[type=submit]:visited, .csc-frame.highlight-box.highlight-box--pink .button:visited, .csc-frame.highlight-box.highlight-box--pink .powermail_submit:visited, .csc-frame.highlight-box.highlight-box--pink input[type=submit]:visited, .csc-frame.highlight-box.highlight-box--purple .button:visited, .csc-frame.highlight-box.highlight-box--purple .powermail_submit:visited, .csc-frame.highlight-box.highlight-box--purple input[type=submit]:visited, body .button:visited, body .powermail_submit:visited, body input[type=submit]:visited, .inverted-colors .btn:visited, .csc-frame.highlight-box.highlight-box--turqois .btn:visited, .csc-frame.highlight-box.highlight-box--pink .btn:visited, .csc-frame.highlight-box.highlight-box--purple .btn:visited, body .btn:visited,
.inverted-colors .button--default:visited,
.csc-frame.highlight-box.highlight-box--turqois .button--default:visited,
.csc-frame.highlight-box.highlight-box--pink .button--default:visited,
.csc-frame.highlight-box.highlight-box--purple .button--default:visited,
body .button--default:visited,
.inverted-colors a.button:link,
.inverted-colors a.button:visited {
  color: rgb(79, 52, 118);
  background-color: #ffffff;
}
.inverted-colors .button:hover, .inverted-colors .powermail_submit:hover, .inverted-colors input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--turqois .button:hover, .csc-frame.highlight-box.highlight-box--turqois .powermail_submit:hover, .csc-frame.highlight-box.highlight-box--turqois input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--pink .button:hover, .csc-frame.highlight-box.highlight-box--pink .powermail_submit:hover, .csc-frame.highlight-box.highlight-box--pink input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--purple .button:hover, .csc-frame.highlight-box.highlight-box--purple .powermail_submit:hover, .csc-frame.highlight-box.highlight-box--purple input[type=submit]:hover, body .button:hover, body .powermail_submit:hover, body input[type=submit]:hover, .inverted-colors .btn:hover, .csc-frame.highlight-box.highlight-box--turqois .btn:hover, .csc-frame.highlight-box.highlight-box--pink .btn:hover, .csc-frame.highlight-box.highlight-box--purple .btn:hover, body .btn:hover,
.inverted-colors .button--default:hover,
.csc-frame.highlight-box.highlight-box--turqois .button--default:hover,
.csc-frame.highlight-box.highlight-box--pink .button--default:hover,
.csc-frame.highlight-box.highlight-box--purple .button--default:hover,
body .button--default:hover, .inverted-colors .button:active, .inverted-colors .powermail_submit:active, .inverted-colors input[type=submit]:active, .csc-frame.highlight-box.highlight-box--turqois .button:active, .csc-frame.highlight-box.highlight-box--turqois .powermail_submit:active, .csc-frame.highlight-box.highlight-box--turqois input[type=submit]:active, .csc-frame.highlight-box.highlight-box--pink .button:active, .csc-frame.highlight-box.highlight-box--pink .powermail_submit:active, .csc-frame.highlight-box.highlight-box--pink input[type=submit]:active, .csc-frame.highlight-box.highlight-box--purple .button:active, .csc-frame.highlight-box.highlight-box--purple .powermail_submit:active, .csc-frame.highlight-box.highlight-box--purple input[type=submit]:active, body .button:active, body .powermail_submit:active, body input[type=submit]:active, .inverted-colors .btn:active, .csc-frame.highlight-box.highlight-box--turqois .btn:active, .csc-frame.highlight-box.highlight-box--pink .btn:active, .csc-frame.highlight-box.highlight-box--purple .btn:active, body .btn:active,
.inverted-colors .button--default:active,
.csc-frame.highlight-box.highlight-box--turqois .button--default:active,
.csc-frame.highlight-box.highlight-box--pink .button--default:active,
.csc-frame.highlight-box.highlight-box--purple .button--default:active,
body .button--default:active,
.inverted-colors a.button:hover,
.inverted-colors a.button:active {
  color: rgb(79, 52, 118);
  background-color: rgb(237.4, 234.7, 241.3);
}
.inverted-colors blockquote, .csc-frame.highlight-box.highlight-box--turqois blockquote, .csc-frame.highlight-box.highlight-box--pink blockquote, .csc-frame.highlight-box.highlight-box--purple blockquote, body blockquote {
  border-left-color: #ffffff;
}
.inverted-colors blockquote::before, .csc-frame.highlight-box.highlight-box--turqois blockquote::before, .csc-frame.highlight-box.highlight-box--pink blockquote::before, .csc-frame.highlight-box.highlight-box--purple blockquote::before, body blockquote::before {
  color: #ffffff;
}
.inverted-colors hr, .csc-frame.highlight-box.highlight-box--turqois hr, .csc-frame.highlight-box.highlight-box--pink hr, .csc-frame.highlight-box.highlight-box--purple hr, body hr {
  border-bottom-color: #ffffff;
}
.inverted-colors .ce-gallery .slick-dots li button, .csc-frame.highlight-box.highlight-box--turqois .ce-gallery .slick-dots li button, .csc-frame.highlight-box.highlight-box--pink .ce-gallery .slick-dots li button, .csc-frame.highlight-box.highlight-box--purple .ce-gallery .slick-dots li button, body .ce-gallery .slick-dots li button {
  background-color: #ffffff;
}
.inverted-colors .ce-gallery.imageborder.slideshow, .csc-frame.highlight-box.highlight-box--turqois .ce-gallery.imageborder.slideshow, .csc-frame.highlight-box.highlight-box--pink .ce-gallery.imageborder.slideshow, .csc-frame.highlight-box.highlight-box--purple .ce-gallery.imageborder.slideshow, body .ce-gallery.imageborder.slideshow, .inverted-colors .ce-gallery.imageborder.standard img, .csc-frame.highlight-box.highlight-box--turqois .ce-gallery.imageborder.standard img, .csc-frame.highlight-box.highlight-box--pink .ce-gallery.imageborder.standard img, .csc-frame.highlight-box.highlight-box--purple .ce-gallery.imageborder.standard img, body .ce-gallery.imageborder.standard img {
  border-color: #ffffff;
}
.inverted-colors .ce-table, .csc-frame.highlight-box.highlight-box--turqois .ce-table, .csc-frame.highlight-box.highlight-box--pink .ce-table, .csc-frame.highlight-box.highlight-box--purple .ce-table, body .ce-table {
  /* Design "gestreift" */
}
.inverted-colors .ce-table.ce-table-standard thead tr th, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard thead tr th, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard thead tr th, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard thead tr th, body .ce-table.ce-table-standard thead tr th, .inverted-colors .ce-table.ce-table-bordered thead tr th, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered thead tr th, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered thead tr th, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered thead tr th, body .ce-table.ce-table-bordered thead tr th {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-standard thead th, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard thead th, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard thead th, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard thead th, body .ce-table.ce-table-standard thead th,
.inverted-colors .ce-table.ce-table-standard thead td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard thead td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard thead td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard thead td,
body .ce-table.ce-table-standard thead td,
.inverted-colors .ce-table.ce-table-standard tbody th,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard tbody th,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard tbody th,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard tbody th,
body .ce-table.ce-table-standard tbody th,
.inverted-colors .ce-table.ce-table-standard tbody td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard tbody td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard tbody td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard tbody td,
body .ce-table.ce-table-standard tbody td,
.inverted-colors .ce-table.ce-table-standard tfoot th,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard tfoot th,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard tfoot th,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard tfoot th,
body .ce-table.ce-table-standard tfoot th,
.inverted-colors .ce-table.ce-table-standard tfoot td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard tfoot td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard tfoot td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard tfoot td,
body .ce-table.ce-table-standard tfoot td, .inverted-colors .ce-table.ce-table-bordered thead th, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered thead th, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered thead th, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered thead th, body .ce-table.ce-table-bordered thead th,
.inverted-colors .ce-table.ce-table-bordered thead td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered thead td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered thead td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered thead td,
body .ce-table.ce-table-bordered thead td,
.inverted-colors .ce-table.ce-table-bordered tbody th,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered tbody th,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered tbody th,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered tbody th,
body .ce-table.ce-table-bordered tbody th,
.inverted-colors .ce-table.ce-table-bordered tbody td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered tbody td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered tbody td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered tbody td,
body .ce-table.ce-table-bordered tbody td,
.inverted-colors .ce-table.ce-table-bordered tfoot th,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered tfoot th,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered tfoot th,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered tfoot th,
body .ce-table.ce-table-bordered tfoot th,
.inverted-colors .ce-table.ce-table-bordered tfoot td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered tfoot td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered tfoot td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered tfoot td,
body .ce-table.ce-table-bordered tfoot td {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-standard tbody tr th, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard tbody tr th, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard tbody tr th, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard tbody tr th, body .ce-table.ce-table-standard tbody tr th,
.inverted-colors .ce-table.ce-table-standard tbody tr td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard tbody tr td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard tbody tr td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard tbody tr td,
body .ce-table.ce-table-standard tbody tr td, .inverted-colors .ce-table.ce-table-bordered tbody tr th, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered tbody tr th, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered tbody tr th, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered tbody tr th, body .ce-table.ce-table-bordered tbody tr th,
.inverted-colors .ce-table.ce-table-bordered tbody tr td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered tbody tr td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered tbody tr td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered tbody tr td,
body .ce-table.ce-table-bordered tbody tr td {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-standard tfoot tr th, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard tfoot tr th, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard tfoot tr th, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard tfoot tr th, body .ce-table.ce-table-standard tfoot tr th,
.inverted-colors .ce-table.ce-table-standard tfoot tr td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-standard tfoot tr td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-standard tfoot tr td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-standard tfoot tr td,
body .ce-table.ce-table-standard tfoot tr td, .inverted-colors .ce-table.ce-table-bordered tfoot tr th, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered tfoot tr th, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered tfoot tr th, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered tfoot tr th, body .ce-table.ce-table-bordered tfoot tr th,
.inverted-colors .ce-table.ce-table-bordered tfoot tr td,
.csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered tfoot tr td,
.csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered tfoot tr td,
.csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered tfoot tr td,
body .ce-table.ce-table-bordered tfoot tr td {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-bordered, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-bordered, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-bordered, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-bordered, body .ce-table.ce-table-bordered {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-striped, .csc-frame.highlight-box.highlight-box--turqois .ce-table.ce-table-striped, .csc-frame.highlight-box.highlight-box--pink .ce-table.ce-table-striped, .csc-frame.highlight-box.highlight-box--purple .ce-table.ce-table-striped, body .ce-table.ce-table-striped {
  border: 1px solid #ffffff;
}

/* typography & basic styles & elements */
body {
  font-family: GeneralSans, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-hyphens: auto;
      hyphens: auto;
}

b,
strong {
  font-weight: 600;
}

i,
em {
  font-style: italic;
}

.supersmall, .ce-gallery figure figcaption {
  font-size: 12px;
  line-height: 16px;
}

.small, footer.footer .footer__content-wrapper.copyright, .powermail_field label, .tx-powermail .powermail_fieldset .powermail-errors-list > li, .video .video__privacy, .frame-type-menu_abstract ul li p, .frame-type-uploads li span.ce-uploads-filesize {
  font-size: 14px;
  line-height: 18px;
}

.large {
  font-size: 22px;
  line-height: 28px;
}

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

.right,
.text-right {
  text-align: right;
}

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

p,
ul,
ol {
  margin-bottom: 0.75em;
}

blockquote {
  font-style: italic;
  padding: 0 1.25rem;
  border-left: 5px solid rgb(207, 207, 207);
  position: relative;
}
blockquote::before {
  content: "„";
  position: absolute;
  top: -2px;
  left: 4px;
  font-weight: 800;
  font-size: 1.5em;
}

/* Links ... */
a {
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

h1 b,
h1 strong, .h1-style b,
.h1-style strong,
h2 b,
h2 strong, .h2-style b,
.h2-style strong,
h3 b,
.teaserbox .teaserbox__content h3.h2-style b,
h3 strong,
.teaserbox .teaserbox__content h3.h2-style strong, .h3-style b,
.h3-style strong,
h4 b,
legend.powermail_legend b,
h4 strong,
legend.powermail_legend strong, .h4-style b,
.h4-style strong,
h5 b,
h5 strong, .h5-style b,
.h5-style strong,
h6 b,
h6 strong, .h6-style b,
.h6-style strong {
  font-weight: 600;
}
h1 a, .h1-style a,
h2 a, .h2-style a,
h3 a,
.teaserbox .teaserbox__content h3.h2-style a, .h3-style a,
h4 a,
legend.powermail_legend a, .h4-style a,
h5 a, .h5-style a,
h6 a, .h6-style a {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
h1 a:hover, h1 a:active, .h1-style a:hover, .h1-style a:active,
h2 a:hover,
h2 a:active, .h2-style a:hover, .h2-style a:active,
h3 a:hover,
.teaserbox .teaserbox__content h3.h2-style a:hover,
h3 a:active,
.teaserbox .teaserbox__content h3.h2-style a:active, .h3-style a:hover, .h3-style a:active,
h4 a:hover,
legend.powermail_legend a:hover,
h4 a:active,
legend.powermail_legend a:active, .h4-style a:hover, .h4-style a:active,
h5 a:hover,
h5 a:active, .h5-style a:hover, .h5-style a:active,
h6 a:hover,
h6 a:active, .h6-style a:hover, .h6-style a:active {
  text-decoration: none;
}

h1,
.h1-style {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 1rem;
}

h2, .h2-style {
  font-weight: 200;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 1rem;
}

h3, .teaserbox .teaserbox__content h3.h2-style, .h3-style {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0.75rem;
}

h4, legend.powermail_legend,
.h4-style {
  font-weight: 200;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0.75rem;
}

h5,
.h5-style {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0.75rem;
}

h6,
.h6-style {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0.75rem;
}

/* Button Links */
.btn, .button, .powermail_submit, input.powermail_submit, input[type=submit], input.btn, input.button,
.button--default, a.button {
  display: inline-block;
  text-decoration: none;
  margin: 1px 6px 1px 0px;
  padding: 6px 14px 8px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.btn:last-child, .button:last-child, .powermail_submit:last-child, input[type=submit]:last-child,
.button--default:last-child, a.button:last-child {
  margin-right: 0px;
}
.btn:link, .btn:visited, .button:link, .powermail_submit:link, input[type=submit]:link,
.button--default:link, .button:visited, .powermail_submit:visited, input[type=submit]:visited,
.button--default:visited, a.button:link, a.button:visited {
  text-decoration: none;
}
.btn:hover, .btn:active, .button:hover, .powermail_submit:hover, input[type=submit]:hover,
.button--default:hover, .button:active, .powermail_submit:active, input[type=submit]:active,
.button--default:active, a.button:hover, a.button:active {
  text-decoration: none;
}

/* Links mit Icon */
/* Links mit Icon rechts */
/* Button-Links mit Icon */
/* Icon-Link-Button-Right */
/* Listen */
main ul,
main ol,
footer ul,
footer ol {
  padding-left: 1.5em;
}
main ul li,
main ol li,
footer ul li,
footer ol li {
  margin-bottom: 0.25em;
}
main ul,
footer ul {
  list-style: disc;
}
main ol,
footer ol {
  list-style: decimal;
}
main dl dt,
footer dl dt {
  font-weight: 700;
}
main dl dd,
footer dl dd {
  padding-left: 1.5em;
  margin-bottom: 0.25em;
}

/* horizontale Linie */
hr {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 1em;
  border: 0 none;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
hr.ce-div {
  margin-bottom: 0;
}
hr.dotted {
  border-bottom-style: dotted;
}
hr.dashed {
  border-bottom-style: dashed;
}

.frame-dotted hr {
  border-bottom-style: dotted;
}

.frame-dashed hr {
  border-bottom-style: dashed;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: rgb(79, 52, 118);
}

/* Bilder */
img {
  width: 100%;
  height: auto;
}

/* layout */
main.main-content {
  /* Sections */
  position: relative;
  width: 100%;
  /* alles rund um LandingPage Akkordeon-Sections ... */
}
main.main-content section {
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 150px 0 0;
}
main.main-content section:last-of-type {
  padding-bottom: 150px;
}
main.main-content section > .sectionContent,
main.main-content section > .container-fluid {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
main.main-content.mobile-accordion section {
  overflow: hidden;
}
main.main-content.mobile-accordion section > .sectionHeader,
main.main-content.mobile-accordion section > .sectionContent {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
main.main-content.mobile-accordion section > .sectionHeader {
  display: none;
  color: #ffffff;
  background-color: rgba(79, 52, 118, 0.5);
  padding: 15px 10px;
  margin: 0px 0px -1px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}
main.main-content.mobile-accordion section > .sectionHeader:hover, main.main-content.mobile-accordion section > .sectionHeader:active {
  text-decoration: underline;
}
main.main-content.mobile-accordion section > .sectionHeader::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 12px;
  width: 30px;
  height: 30px;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2215%2020.4%2024%209.6%206%209.6%2015%2020.4%22%3E%3C%2Fpolygon%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
main.main-content.mobile-accordion section.accordion--open > .sectionHeader {
  color: rgb(79, 52, 118);
  background-color: #ffffff;
}
main.main-content.mobile-accordion section.accordion--open > .sectionHeader::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%234f3476%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2215%2020.4%2024%209.6%206%209.6%2015%2020.4%22%3E%3C%2Fpolygon%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.csc-frame {
  display: table;
  width: 100%;
  /* optionale Abstände vor dem Element */
  /* default-Abstand nach dem Element */
  margin-bottom: 20px;
  /* optionale Abstände nach dem Element */
}
.csc-frame p {
  max-width: 920px;
}

/* Headline-Varianten center, right */
.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

/* Container Elements */
/* Primär-Spaltenvarianten */
.csc-frame--type-gridelements_pi1,
.csc-frame--type-b13-2cols-with-header-container,
.csc-frame--type-b13-3cols-with-header-container,
.csc-frame--type-b13-4cols-with-header-container {
  display: table;
  margin: 0 -10px 10px;
  width: calc(100% + 20px);
}
.csc-frame--type-gridelements_pi1 .grid__column,
.csc-frame--type-b13-2cols-with-header-container .grid__column,
.csc-frame--type-b13-3cols-with-header-container .grid__column,
.csc-frame--type-b13-4cols-with-header-container .grid__column {
  display: table;
  float: left;
  vertical-align: top;
  padding: 0 10px;
}
.csc-frame--type-gridelements_pi1 .grid__column:last-child,
.csc-frame--type-b13-2cols-with-header-container .grid__column:last-child,
.csc-frame--type-b13-3cols-with-header-container .grid__column:last-child,
.csc-frame--type-b13-4cols-with-header-container .grid__column:last-child {
  margin-right: 0;
}
.csc-frame--type-gridelements_pi1.grid--stretch,
.csc-frame--type-b13-2cols-with-header-container.grid--stretch,
.csc-frame--type-b13-3cols-with-header-container.grid--stretch,
.csc-frame--type-b13-4cols-with-header-container.grid--stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.csc-frame--type-gridelements_pi1.grid--stretch > .grid__column,
.csc-frame--type-b13-2cols-with-header-container.grid--stretch > .grid__column,
.csc-frame--type-b13-3cols-with-header-container.grid--stretch > .grid__column,
.csc-frame--type-b13-4cols-with-header-container.grid--stretch > .grid__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.csc-frame--type-gridelements_pi1.grid--stretch > .grid__column > .csc-frame,
.csc-frame--type-b13-2cols-with-header-container.grid--stretch > .grid__column > .csc-frame,
.csc-frame--type-b13-3cols-with-header-container.grid--stretch > .grid__column > .csc-frame,
.csc-frame--type-b13-4cols-with-header-container.grid--stretch > .grid__column > .csc-frame {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* Falls Content in Container-Boxen liegt ... */
}
.csc-frame--type-gridelements_pi1.grid--stretch > .grid__column > .csc-frame .grid__column,
.csc-frame--type-b13-2cols-with-header-container.grid--stretch > .grid__column > .csc-frame .grid__column,
.csc-frame--type-b13-3cols-with-header-container.grid--stretch > .grid__column > .csc-frame .grid__column,
.csc-frame--type-b13-4cols-with-header-container.grid--stretch > .grid__column > .csc-frame .grid__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.csc-frame--type-gridelements_pi1.grid--stretch > .grid__column > .csc-frame .grid__column > .frame,
.csc-frame--type-b13-2cols-with-header-container.grid--stretch > .grid__column > .csc-frame .grid__column > .frame,
.csc-frame--type-b13-3cols-with-header-container.grid--stretch > .grid__column > .csc-frame .grid__column > .frame,
.csc-frame--type-b13-4cols-with-header-container.grid--stretch > .grid__column > .csc-frame .grid__column > .frame {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/* Ausnahme: Einspalter bzw. reine Container-Box nicht gestalten ... */
.frame-type-content-1cols-container > .grid__column {
  padding: 0px;
  width: 100%;
}

.grid__column.grid__column--xs-1 {
  width: 8.3333333333%;
  max-width: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
}
.grid__column.grid__column--xs-2 {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
.grid__column.grid__column--xs-3 {
  width: 25%;
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.grid__column.grid__column--xs-4 {
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
.grid__column.grid__column--xs-5 {
  width: 41.6666666667%;
  max-width: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
}
.grid__column.grid__column--xs-6 {
  width: 50%;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.grid__column.grid__column--xs-7 {
  width: 58.3333333333%;
  max-width: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
}
.grid__column.grid__column--xs-8 {
  width: 66.6666666667%;
  max-width: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
.grid__column.grid__column--xs-9 {
  width: 75%;
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
.grid__column.grid__column--xs-10 {
  width: 83.3333333333%;
  max-width: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
}
.grid__column.grid__column--xs-11 {
  width: 91.6666666667%;
  max-width: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
}
.grid__column.grid__column--xs-12 {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.csc-frame.highlight-box {
  padding: 20px;
}
.csc-frame.highlight-box.csc-frame--type-gridelements_pi1, .csc-frame.highlight-box.csc-frame--type-b13-2cols-with-header-container, .csc-frame.highlight-box.csc-frame--type-b13-3cols-with-header-container, .csc-frame.highlight-box.csc-frame--type-b13-4cols-with-header-container {
  padding: 20px 10px 0px;
  margin: 0 0 20px;
  width: 100%;
}
.csc-frame.highlight-box.highlight-box--bordered {
  border: 2px solid #ffffff;
}
.csc-frame.highlight-box.highlight-box--white {
  background-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--yellow {
  background-color: rgb(241, 222, 0);
}
.csc-frame.highlight-box.highlight-box--purple {
  background-color: rgb(79, 52, 118);
}
.csc-frame.highlight-box.highlight-box--pink {
  background-color: rgb(223, 29, 132);
}
.csc-frame.highlight-box.highlight-box--turqois {
  background-color: rgb(0, 173, 170);
}

/* content elements */
/* Wismar: Akkordeons */
.accordion-container {
  border-top: 1px solid #ffffff;
}

.accordion {
  display: block;
}
.accordion .accordion__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: background-color 0.1s ease-out, color 0.1s ease-out;
  transition: background-color 0.1s ease-out, color 0.1s ease-out;
  padding: 10px 30px 10px 5px;
}
.accordion .accordion__header:hover, .accordion .accordion__header:active {
  text-decoration: underline;
}
.accordion .accordion__header::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 11px;
  height: 18px;
  width: 18px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2215%2020.4%2024%209.6%206%209.6%2015%2020.4%22%3E%3C%2Fpolygon%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: background-image 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion .accordion__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ffffff;
  display: block;
  overflow: hidden;
  max-height: 0;
}
.accordion .accordion__content > .csc-frame {
  padding: 10px 5px;
  margin-bottom: 0px;
}
.accordion.accordion--open > .accordion__header {
  background-color: #ffffff;
  color: rgb(79, 52, 118);
}
.accordion.accordion--open > .accordion__header::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%234f3476%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2215%2020.4%2024%209.6%206%209.6%2015%2020.4%22%3E%3C%2Fpolygon%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
/* REFLEKTOR Spezial-Akkordeon */
.accordion-container.specialaccordion {
  border: 0px none;
  position: relative;
  display: block;
  margin-bottom: 80px;
  height: auto !important;
}
.accordion-container.specialaccordion .accordion {
  width: 100%;
}

.tabpanel {
  display: block;
}
.tabpanel__tablist {
  display: block;
  margin: 0;
  padding-left: 0;
}
.tabpanel__tablist:before, .tabpanel__tablist:after {
  content: " ";
  display: block;
}
.tabpanel__tablist:after {
  clear: both;
}
.tabpanel__tablist li {
  position: relative;
  float: left;
  display: block;
  margin-bottom: 0px;
  z-index: 2;
}
.tabpanel__tablist li a {
  z-index: 2;
  font-weight: 500;
  border-radius: 0;
  background-color: rgb(173, 173, 173);
  color: #ffffff;
  border-color: rgb(173, 173, 173);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  border-width: 1px 1px 0 1px;
  border-style: solid solid none solid;
  padding: 10px;
  margin-top: 3px;
  margin-right: 3px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
.tabpanel__tablist li a:hover, .tabpanel__tablist li a:active {
  background-color: rgb(173, 173, 173);
}
.tabpanel__tablist li:first-of-type {
  margin-left: 0;
}
.tabpanel__tablist li.active a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: rgb(68, 68, 68);
}
.tabpanel__tablist li.active a:hover, .tabpanel__tablist li.active a:active {
  background-color: #ffffff;
}
.tabpanel__content-wrapper {
  display: block;
  position: relative;
  border: 1px solid #ffffff;
  padding: 10px;
  margin-bottom: 0;
}
.tabpanel__content {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
}
.tabpanel__content:before, .tabpanel__content:after {
  content: " ";
  display: block;
}
.tabpanel__content:after {
  clear: both;
}
.tabpanel__content .csc-frame:last-of-type {
  margin-bottom: 0;
}

@-webkit-keyframes tabOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabOpacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* DCE "Icon Links" */
.iconLinks {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.iconLinks.align-left {
  text-align: left;
}

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

.iconLinks.align-right {
  text-align: right;
}

.iconLinks .iconLink {
  border: 0 none !important;
  color: rgba(0, 0, 0, 0) !important;
  display: inline-block;
  font-size: 0 !important;
  height: 40px;
  margin: 5px 10px 5px 0;
  max-width: 300px;
  overflow: hidden;
  position: relative;
  width: auto;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.iconLinks.size-0 .iconLink {
  height: 40px;
  max-width: 280px;
}

.iconLinks.size-1 .iconLink {
  height: 60px;
  max-width: 490px;
}

.iconLinks.size-2 .iconLink {
  height: 90px;
  max-width: 700px;
}

.iconLinks.align-left .iconLink {
  margin: 10px 20px 10px 0;
}

.iconLinks.align-center .iconLink {
  margin: 10px;
}

.iconLinks.align-right .iconLink {
  margin: 10px 0 10px 20px;
}

.iconLinks .iconLink:first-child {
  margin-left: 0;
}
.iconLinks .iconLink:last-child {
  margin-right: 0;
}

.iconLinks .iconLink span.title {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
}

.iconLinks a.iconLink:hover,
.iconLinks a.iconLink:active {
  opacity: 0.5;
}

.iconLinks .iconLink > img {
  height: 100%;
  width: auto;
}

/* Gallerie ... */
/* Primär-Spaltenvarianten */
.ce-gallery {
  position: relative;
}
.ce-gallery img, .ce-gallery picture {
  width: 100%;
  height: auto;
  display: block;
}
.ce-gallery figure figcaption {
  text-align: left;
}
.ce-gallery.standard figure {
  vertical-align: top;
}
.ce-gallery.standard.imageborder img {
  border: 1px solid #ffffff;
}

.highlight-box--white .ce-gallery.standard.imageborder img,
.highlight-box--yellow .ce-gallery.standard.imageborder img,
.powermail_form.powermail_morestep .powermail_fieldset .ce-gallery.standard.imageborder img,
footer .footer-column--light .ce-gallery.standard.imageborder img {
  border-color: rgb(68, 68, 68);
}

/* Variante "Standard", über & unter Text oder single */
.ce-above,
.ce-below {
  /* Ausrichtungs-Varianten */
}
.ce-above .ce-gallery.standard .ce-outer .ce-inner,
.ce-below .ce-gallery.standard .ce-outer .ce-inner {
  position: relative;
  margin: -10px;
}
.ce-above .ce-gallery.standard .ce-outer .ce-inner figure,
.ce-below .ce-gallery.standard .ce-outer .ce-inner figure {
  display: inline-block;
  padding: 10px;
}
.ce-above .ce-gallery.standard.columns_1 figure,
.ce-below .ce-gallery.standard.columns_1 figure {
  width: calc(100% / 1);
}
.ce-above .ce-gallery.standard.columns_2 figure,
.ce-below .ce-gallery.standard.columns_2 figure {
  width: calc(100% / 2);
}
.ce-above .ce-gallery.standard.columns_3 figure,
.ce-below .ce-gallery.standard.columns_3 figure {
  width: calc(100% / 3);
}
.ce-above .ce-gallery.standard.columns_4 figure,
.ce-below .ce-gallery.standard.columns_4 figure {
  width: calc(100% / 4);
}
.ce-above .ce-gallery.standard.columns_5 figure,
.ce-below .ce-gallery.standard.columns_5 figure {
  width: calc(100% / 5);
}
.ce-above .ce-gallery.standard.columns_6 figure,
.ce-below .ce-gallery.standard.columns_6 figure {
  width: calc(100% / 6);
}
.ce-above .ce-gallery.standard.columns_7 figure,
.ce-below .ce-gallery.standard.columns_7 figure {
  width: calc(100% / 7);
}
.ce-above .ce-gallery.standard.columns_8 figure,
.ce-below .ce-gallery.standard.columns_8 figure {
  width: calc(100% / 8);
}
.ce-above.ce-center .ce-gallery.standard,
.ce-below.ce-center .ce-gallery.standard {
  text-align: center;
}
.ce-above.ce-right .ce-gallery.standard,
.ce-below.ce-right .ce-gallery.standard {
  text-align: right;
}
.ce-above.ce-above .ce-gallery,
.ce-below.ce-above .ce-gallery {
  margin-bottom: 1em;
}
.ce-above.ce-below .ce-gallery,
.ce-below.ce-below .ce-gallery {
  margin-top: 1em;
}

/* Varianten "intext" */
.ce-intext {
  /* Medien neben dem Text, ohne Umbruch ... */
}
.ce-intext .ce-gallery {
  width: 50%;
}
.ce-intext .ce-gallery.standard figure {
  margin-bottom: 0.75em;
}
.ce-intext.ce-left .ce-gallery {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
.ce-intext.ce-right .ce-gallery {
  float: right;
  margin-left: 10px;
  padding-left: 10px;
}
.ce-intext.ce-nowrap .ce-bodytext {
  width: 50%;
}
.ce-intext.ce-nowrap.ce-left .ce-bodytext {
  padding-left: 10px;
}
.ce-intext.ce-nowrap.ce-right .ce-bodytext {
  padding-right: 10px;
}

/* Slideshow */
.slideshowContainer {
  position: relative;
  display: block;
  width: 100%;
}

.slideshow {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  display: none;
}
.slideshow .slick-prev,
.slideshow .slick-next {
  width: 40px;
  height: 40px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.slideshow .slick-prev:before,
.slideshow .slick-next:before {
  display: none;
}
.slideshow .slick-prev:hover, .slideshow .slick-prev:focus,
.slideshow .slick-next:hover,
.slideshow .slick-next:focus {
  opacity: 1;
  background: inherit;
}
.slideshow .slick-prev.slick-disabled,
.slideshow .slick-next.slick-disabled {
  opacity: 0.2;
}
.slideshow .slick-prev {
  left: 0px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Content%22%20viewBox%3D%220%200%2050%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.49%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-2%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.31%2C29.08l11.18%2C11.17-2.95%2C2.95L8.33%2C27%2C24.54%2C10.8l2.95%2C2.95-11.18%2C11.18h25.36v4.17H16.31Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.31%2C27.08l11.18%2C11.17-2.95%2C2.95L8.33%2C25%2C24.54%2C8.8l2.95%2C2.95-11.18%2C11.18h25.36v4.17H16.31Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
}
.slideshow .slick-next {
  right: 0px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Content%22%20viewBox%3D%220%200%2050%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.49%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-2%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M33.69%2C24.92l-11.17-11.18%2C2.95-2.95%2C16.2%2C16.2-16.2%2C16.2-2.95-2.95%2C11.18-11.17H8.33s0-4.17%2C0-4.17h25.36Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M33.69%2C22.92l-11.17-11.18%2C2.95-2.95%2C16.2%2C16.2-16.2%2C16.2-2.95-2.95%2C11.18-11.17H8.33s0-4.17%2C0-4.17h25.36Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
}
.slideshow .slick-dots {
  position: relative;
  bottom: auto;
  margin-top: 5px;
}
.slideshow .slick-dots li {
  vertical-align: top;
  height: 16px;
  width: 16px;
}
.slideshow .slick-dots li button {
  height: 8px;
  width: 8px;
  margin: 3px;
  padding: 0px;
  border-radius: 50%;
  background-color: rgb(103, 103, 103);
  opacity: 0.5;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, -webkit-transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
  transition: opacity 0.1s ease-out, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.slideshow .slick-dots li button:before {
  display: none;
}
.slideshow .slick-dots li button:hover, .slideshow .slick-dots li button:active {
  opacity: 0.5;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slideshow .slick-dots li.slick-active button {
  background-color: rgb(103, 103, 103);
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.slideshow.slick-initialized {
  display: block;
}
.slideshow.imageborder {
  border: 1px solid rgb(103, 103, 103);
}
.slideshow.imageborder figcaption.image-caption {
  padding: 0 5px;
}

/* Reflektor Spezial Textpic: leicht überlagert ... */
.textImageLayered {
  position: relative;
}
.textImageLayered .ce-gallery {
  position: relative;
  left: 0;
  width: 100%;
  margin-bottom: 1em;
}
.textImageLayered .ce-gallery figure {
  margin-bottom: 10px;
}
.textImageLayered .ce-gallery figure picture {
  position: relative;
  display: block;
}
.textImageLayered .ce-gallery figure picture::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.textImageLayered .ce-gallery figure figcaption {
  width: 100%;
}
.textImageLayered .ce-bodytext {
  position: relative;
  right: 0;
  width: 100%;
  margin: 0px;
  text-shadow: 2px 2px 0px rgb(79, 52, 118), 2px -1px 0px rgb(79, 52, 118), -1px 2px 0px rgb(79, 52, 118), -1px -1px 0px rgb(79, 52, 118);
}

.frame-type-uploads li {
  /* Link-Icons in Colorschemes */
}
.frame-type-uploads li a {
  display: inline;
}
.frame-type-uploads li span.ce-uploads-filesize {
  display: inline-block;
  margin-left: 5px;
}
.frame-type-uploads li span.ce-uploads-filesize:before {
  content: "(";
}
.frame-type-uploads li span.ce-uploads-filesize:after {
  content: ")";
}
.frame-type-uploads li span.ce-uploads-fileName.usesFilename {
  word-break: break-all;
}
.frame-type-uploads li span.ce-uploads-description::before {
  content: "";
  display: block;
}

.frame-type-menu_abstract ul li p {
  margin-bottom: 0;
}

.frame-type-table .table-container {
  width: 100%;
  contain: inline-size;
  overflow-y: visible;
  overflow-x: auto;
  padding: 1px 0;
}
.frame-type-table .ce-table {
  margin: 0.25em 0;
  /* TabellenTypo allg. */
  font-variant-numeric: lining-nums;
  /* entspricht .small */
  font-size: 14px;
  line-height: 18px;
  /* Tabellenunterschrift */
  /* Tabellenkopf, -fuß ... */
  /* Layout-Varianten */
  /* Design Standard, Bordered ... */
  /* Design "gestreift" */
}
.frame-type-table .ce-table caption {
  margin: 0.25em 0;
}
.frame-type-table .ce-table th,
.frame-type-table .ce-table td {
  padding: 5px 8px;
  text-align: left;
}
.frame-type-table .ce-table th,
.frame-type-table .ce-table tfoot td {
  font-weight: 600;
}
.frame-type-table .ce-table.ce-table-standard thead tr th, .frame-type-table .ce-table.ce-table-bordered thead tr th {
  border-bottom: 2px solid #ffffff;
}
.frame-type-table .ce-table.ce-table-standard thead th,
.frame-type-table .ce-table.ce-table-standard thead td,
.frame-type-table .ce-table.ce-table-standard tbody th,
.frame-type-table .ce-table.ce-table-standard tbody td,
.frame-type-table .ce-table.ce-table-standard tfoot th,
.frame-type-table .ce-table.ce-table-standard tfoot td, .frame-type-table .ce-table.ce-table-bordered thead th,
.frame-type-table .ce-table.ce-table-bordered thead td,
.frame-type-table .ce-table.ce-table-bordered tbody th,
.frame-type-table .ce-table.ce-table-bordered tbody td,
.frame-type-table .ce-table.ce-table-bordered tfoot th,
.frame-type-table .ce-table.ce-table-bordered tfoot td {
  border-right: 1px solid #ffffff;
}
.frame-type-table .ce-table.ce-table-standard thead th:last-child,
.frame-type-table .ce-table.ce-table-standard thead td:last-child,
.frame-type-table .ce-table.ce-table-standard tbody th:last-child,
.frame-type-table .ce-table.ce-table-standard tbody td:last-child,
.frame-type-table .ce-table.ce-table-standard tfoot th:last-child,
.frame-type-table .ce-table.ce-table-standard tfoot td:last-child, .frame-type-table .ce-table.ce-table-bordered thead th:last-child,
.frame-type-table .ce-table.ce-table-bordered thead td:last-child,
.frame-type-table .ce-table.ce-table-bordered tbody th:last-child,
.frame-type-table .ce-table.ce-table-bordered tbody td:last-child,
.frame-type-table .ce-table.ce-table-bordered tfoot th:last-child,
.frame-type-table .ce-table.ce-table-bordered tfoot td:last-child {
  border-right: 0px none transparent;
}
.frame-type-table .ce-table.ce-table-standard tbody tr th,
.frame-type-table .ce-table.ce-table-standard tbody tr td, .frame-type-table .ce-table.ce-table-bordered tbody tr th,
.frame-type-table .ce-table.ce-table-bordered tbody tr td {
  border-bottom: 1px dotted #ffffff;
}
.frame-type-table .ce-table.ce-table-standard tbody tr:last-child th,
.frame-type-table .ce-table.ce-table-standard tbody tr:last-child td, .frame-type-table .ce-table.ce-table-bordered tbody tr:last-child th,
.frame-type-table .ce-table.ce-table-bordered tbody tr:last-child td {
  border-bottom: 0px none transparent;
}
.frame-type-table .ce-table.ce-table-standard tfoot tr th,
.frame-type-table .ce-table.ce-table-standard tfoot tr td, .frame-type-table .ce-table.ce-table-bordered tfoot tr th,
.frame-type-table .ce-table.ce-table-bordered tfoot tr td {
  border-top: 2px solid #ffffff;
}
.frame-type-table .ce-table.ce-table-bordered {
  border: 2px solid #ffffff;
}
.frame-type-table .ce-table.ce-table-striped thead tr th,
.frame-type-table .ce-table.ce-table-striped thead tr td,
.frame-type-table .ce-table.ce-table-striped tfoot tr th,
.frame-type-table .ce-table.ce-table-striped tfoot tr td {
  background-color: rgb(79, 52, 118);
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
.frame-type-table .ce-table.ce-table-striped thead tr th:last-child,
.frame-type-table .ce-table.ce-table-striped thead tr td:last-child,
.frame-type-table .ce-table.ce-table-striped tfoot tr th:last-child,
.frame-type-table .ce-table.ce-table-striped tfoot tr td:last-child {
  border-right: 0px none transparent;
}
.frame-type-table .ce-table.ce-table-striped tbody tr th {
  color: #000000;
  border-right: 1px solid transparent;
}
.frame-type-table .ce-table.ce-table-striped tbody tr td {
  color: #000000;
  border-right: 1px solid rgb(207, 207, 207);
}
.frame-type-table .ce-table.ce-table-striped tbody tr td:last-child {
  border-right: 0px none transparent;
}
.frame-type-table .ce-table.ce-table-striped tbody tr:nth-child(odd) th {
  background-color: rgb(207, 207, 207);
}
.frame-type-table .ce-table.ce-table-striped tbody tr:nth-child(odd) td {
  background-color: rgb(225, 225, 225);
}
.frame-type-table .ce-table.ce-table-striped tbody tr:nth-child(even) th {
  background-color: rgb(225, 225, 225);
}
.frame-type-table .ce-table.ce-table-striped tbody tr:nth-child(even) td {
  background-color: rgb(242, 242, 242);
}

.frame-type-table .table-container.align-center table {
  margin: 0.25em auto;
}

.frame-type-table .table-container.align-right table {
  margin: 0.25em 0 0.25em auto;
}

/* Sections & HL-Boxes Farbvarianten */
/* ... notiert in content-colorschemes ... */
.frame-type-table .ce-table.ce-table-bordered {
  background-color: rgb(79, 52, 118);
}

.highlight-box.highlight-box--white .frame-type-table .ce-table.ce-table-bordered {
  background-color: #ffffff;
}
.highlight-box.highlight-box--yellow .frame-type-table .ce-table.ce-table-bordered {
  background-color: rgb(241, 222, 0);
}
.highlight-box.highlight-box--pink .frame-type-table .ce-table.ce-table-bordered {
  background-color: rgb(223, 29, 132);
}
.highlight-box.highlight-box--turqois .frame-type-table .ce-table.ce-table-bordered {
  background-color: rgb(0, 173, 170);
}

/* Teaserbox */
.teaserbox {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.teaserbox .teaserbox__content {
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  border: none;
  padding: 10px;
}
.teaserbox .teaserbox__content * {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
html.touch a.teaserbox:hover {
  text-decoration: none;
}
html.touch a.teaserbox:hover * {
  text-decoration: none;
}

/* Teaserboxen in Flexbox-Grids */
.grid--stretch .teaserbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.grid--stretch .teaserbox .teaserbox__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* Teaserbox-Farb-Varianten */
.teaserbox .teaserbox__content {
  background-color: #ffffff;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  color: #000000;
}
.teaserbox .teaserbox__content h3.h2-style {
  color: rgb(79, 52, 118) !important;
}
.teaserbox .teaserbox__image + .teaserbox__content {
  border-color: transparent #ffffff #ffffff;
  border-width: 0px 1px 1px;
  border-style: none solid solid;
}
.teaserbox.teaserbox__image__frame {
  border: 1px solid #ffffff;
}
.teaserbox.teaserbox__image__frame .teaserbox__content {
  border-color: transparent;
  border-width: 0px;
  border-style: none;
}
.teaserbox:hover .teaserbox__content, .teaserbox:active .teaserbox__content {
  background-color: rgb(79, 52, 118);
}
.teaserbox:hover .teaserbox__content h3.h2-style, .teaserbox:active .teaserbox__content h3.h2-style {
  color: #ffffff !important;
}
.teaserbox:hover .teaserbox__content p, .teaserbox:active .teaserbox__content p {
  color: #ffffff;
}

/* Sections & HL-Boxes Farbvarianten */
.highlight-box--white .teaserbox .teaserbox__content,
.highlight-box--yellow .teaserbox .teaserbox__content,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox .teaserbox__content,
footer .footer-column--light .teaserbox .teaserbox__content {
  background-color: rgb(86, 86, 86);
  border-color: rgb(86, 86, 86);
  color: #ffffff;
}
.highlight-box--white .teaserbox .teaserbox__content h3.h2-style,
.highlight-box--yellow .teaserbox .teaserbox__content h3.h2-style,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox .teaserbox__content h3.h2-style,
footer .footer-column--light .teaserbox .teaserbox__content h3.h2-style {
  color: #ffffff !important;
}
.highlight-box--white .teaserbox .teaserbox__image + .teaserbox__content,
.highlight-box--yellow .teaserbox .teaserbox__image + .teaserbox__content,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox .teaserbox__image + .teaserbox__content,
footer .footer-column--light .teaserbox .teaserbox__image + .teaserbox__content {
  border-color: transparent rgb(86, 86, 86) rgb(86, 86, 86);
}
.highlight-box--white .teaserbox.teaserbox__image__frame,
.highlight-box--yellow .teaserbox.teaserbox__image__frame,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox.teaserbox__image__frame,
footer .footer-column--light .teaserbox.teaserbox__image__frame {
  border: 1px solid rgb(86, 86, 86);
}
.highlight-box--white .teaserbox.teaserbox__image__frame .teaserbox__content,
.highlight-box--yellow .teaserbox.teaserbox__image__frame .teaserbox__content,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox.teaserbox__image__frame .teaserbox__content,
footer .footer-column--light .teaserbox.teaserbox__image__frame .teaserbox__content {
  border-color: transparent;
}
.highlight-box--white .teaserbox:hover .teaserbox__content, .highlight-box--white .teaserbox:active .teaserbox__content,
.highlight-box--yellow .teaserbox:hover .teaserbox__content,
.highlight-box--yellow .teaserbox:active .teaserbox__content,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox:hover .teaserbox__content,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox:active .teaserbox__content,
footer .footer-column--light .teaserbox:hover .teaserbox__content,
footer .footer-column--light .teaserbox:active .teaserbox__content {
  background-color: #ffffff;
}
.highlight-box--white .teaserbox:hover .teaserbox__content h3.h2-style, .highlight-box--white .teaserbox:active .teaserbox__content h3.h2-style,
.highlight-box--yellow .teaserbox:hover .teaserbox__content h3.h2-style,
.highlight-box--yellow .teaserbox:active .teaserbox__content h3.h2-style,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox:hover .teaserbox__content h3.h2-style,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox:active .teaserbox__content h3.h2-style,
footer .footer-column--light .teaserbox:hover .teaserbox__content h3.h2-style,
footer .footer-column--light .teaserbox:active .teaserbox__content h3.h2-style {
  color: rgb(68, 68, 68) !important;
}
.highlight-box--white .teaserbox:hover .teaserbox__content p, .highlight-box--white .teaserbox:active .teaserbox__content p,
.highlight-box--yellow .teaserbox:hover .teaserbox__content p,
.highlight-box--yellow .teaserbox:active .teaserbox__content p,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox:hover .teaserbox__content p,
.powermail_form.powermail_morestep .powermail_fieldset .teaserbox:active .teaserbox__content p,
footer .footer-column--light .teaserbox:hover .teaserbox__content p,
footer .footer-column--light .teaserbox:active .teaserbox__content p {
  color: rgb(68, 68, 68);
}

/* yt videos*/
.video .video__content-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  cursor: pointer;
  overflow: hidden;
  background: #000000;
}
.video .video__content-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.video .video__content-wrapper.video__content-wrapper--overlay::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96.46 70'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eplay-icon_1%3C/title%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='Ebene_1-2' data-name='Ebene 1'%3E%3Crect class='cls-1' x='27' y='14' width='45' height='40'/%3E%3Cpath class='cls-1' d='M94.52,10.94a84.84,84.84,0,0,1,1.77,15L96.46,35l-.17,9.11a85.83,85.83,0,0,1-1.77,15.13,12.8,12.8,0,0,1-3.18,5.47A12.1,12.1,0,0,1,85.86,68q-4.59,1.29-21.55,1.83L48.23,70l-16.08-.18Q15.2,69.27,10.6,68a12.1,12.1,0,0,1-5.48-3.28,12.8,12.8,0,0,1-3.18-5.47A86,86,0,0,1,.18,44.11L0,35q0-4,.18-9.11A85,85,0,0,1,1.94,10.94,12.74,12.74,0,0,1,5.12,5.29,12.1,12.1,0,0,1,10.6,2Q15.19.72,32.15.18L48.23,0,64.31.18Q81.28.74,85.86,2a12.1,12.1,0,0,1,5.48,3.28A12.74,12.74,0,0,1,94.52,10.94ZM38.34,50,63.6,35,38.34,20.23Z'/%3E%3Cpath d='M90.16,13.66a72.74,72.74,0,0,1,1.61,13.21l.16,8.05-.16,8a73.68,73.68,0,0,1-1.61,13.37,11.44,11.44,0,0,1-7.89,7.73q-4.18,1.13-19.65,1.61L48,65.84l-14.65-.16q-15.47-.48-19.65-1.61a11.44,11.44,0,0,1-7.89-7.73A73.68,73.68,0,0,1,4.16,43l-.16-8c0-2.36,0-5.05.16-8A72.74,72.74,0,0,1,5.77,13.66a11.27,11.27,0,0,1,7.89-7.89q4.18-1.12,19.65-1.61L48,4l14.66.16q15.47.48,19.65,1.61a11.27,11.27,0,0,1,7.89,7.89ZM39,48.13,62,34.92l-23-13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0.75;
}
.video .video__content-wrapper.video__content-wrapper--overlay:hover::before {
  opacity: 1;
}

.video .video__privacy {
  margin-top: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-figure .mfp-close {
  position: fixed;
  top: 24px;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 24px;
  opacity: 0.65;
  color: transparent;
  font-size: 0px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Content%22%20viewBox%3D%220%200%2050%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.49%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-2%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M25%2C24.05l10.31-10.31%2C2.95%2C2.95-10.31%2C10.31%2C10.31%2C10.31-2.95%2C2.95-10.31-10.31-10.31%2C10.31-2.95-2.95%2C10.31-10.31-10.31-10.31%2C2.95-2.95%2C10.31%2C10.31Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M25%2C22.05l10.31-10.31%2C2.95%2C2.95-10.31%2C10.31%2C10.31%2C10.31-2.95%2C2.95-10.31-10.31-10.31%2C10.31-2.95-2.95%2C10.31-10.31L11.74%2C14.69l2.95-2.95%2C10.31%2C10.31Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow-left {
  left: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Content%22%20viewBox%3D%220%200%2050%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.49%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-2%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M16.31%2C29.08l11.18%2C11.17-2.95%2C2.95L8.33%2C27%2C24.54%2C10.8l2.95%2C2.95-11.18%2C11.18h25.36v4.17H16.31Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M16.31%2C27.08l11.18%2C11.17-2.95%2C2.95L8.33%2C25%2C24.54%2C8.8l2.95%2C2.95-11.18%2C11.18h25.36v4.17H16.31Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
}

.mfp-arrow-right {
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Content%22%20viewBox%3D%220%200%2050%2050%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.49%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-2%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M33.69%2C24.92l-11.17-11.18%2C2.95-2.95%2C16.2%2C16.2-16.2%2C16.2-2.95-2.95%2C11.18-11.17H8.33s0-4.17%2C0-4.17h25.36Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M33.69%2C22.92l-11.17-11.18%2C2.95-2.95%2C16.2%2C16.2-16.2%2C16.2-2.95-2.95%2C11.18-11.17H8.33s0-4.17%2C0-4.17h25.36Z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* form stuff */
/* form elements generell */
input,
textarea,
select {
  border: 2px solid #ffffff;
  padding: 8px 12px;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  background-color: rgb(79, 52, 118);
  color: #ffffff;
  border-radius: 3px;
  text-overflow: ellipsis;
}

/* Buttons: definiert in _typography.scss */
/* Checkboxes & Radio Buttons */
input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 none;
  background-color: transparent;
}
input[type=checkbox]::before,
input[type=radio]::before {
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  background-color: rgb(79, 52, 118);
  display: block;
  content: "";
  float: left;
  margin-right: 2px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

input[type=checkbox]::before {
  border-radius: 3px;
}
input[type=checkbox]:checked::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20id%3D%22Content%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20clip-path%3A%20url(%23clippath)%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.55%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%2C%20.cls-5%2C%20.cls-6%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23477f7e%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-5%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.5%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-6%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.45%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%2263%22%20y%3D%22-40%22%20width%3D%22960%22%20height%3D%22600%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-3%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-4%22%20points%3D%22-55.5%20-40%20-122.17%20-40%20-60.83%2026.67%205.83%2026.67%20-55.5%20-40%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-5%22%20points%3D%2211.17%20-40%20-55.5%20-40%205.83%2026.67%2072.5%2026.67%2011.17%20-40%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-6%22%20points%3D%2277.83%20-40%2011.17%20-40%2072.5%2026.67%20139.17%2026.67%2077.83%20-40%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpolyline%20class%3D%22cls-2%22%20points%3D%224%209%208.69%2012.69%2014%204%22%3E%3C%2Fpolyline%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

/* Radio Buttons */
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 none;
  background-color: transparent;
}
input[type=radio]::before {
  border-radius: 50%;
}
input[type=radio]:checked::before {
  -webkit-box-shadow: inset 0px 0px 0px 3px rgb(79, 52, 118);
          box-shadow: inset 0px 0px 0px 3px rgb(79, 52, 118);
  background-color: #ffffff;
}

/* Datei-Uploads */
input[type=file] {
  cursor: pointer;
}
input[type=file]::-webkit-file-upload-button {
  padding: 6px 14px 8px;
  border-radius: 2px;
  border: 0 none;
  margin: -2px 10px -2px -6px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  color: rgb(79, 52, 118);
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
input[type=file]::file-selector-button {
  padding: 6px 14px 8px;
  border-radius: 2px;
  border: 0 none;
  margin: -2px 10px -2px -6px;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  color: rgb(79, 52, 118);
  background-color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
input[type=file]::-webkit-file-upload-button:hover, input[type=file]::-webkit-file-upload-button:active {
  background-color: rgb(225, 225, 225);
  color: rgb(79, 52, 118);
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:active {
  background-color: rgb(225, 225, 225);
  color: rgb(79, 52, 118);
}

/* Selectboxen: für Powermail definiert in /Powermail/_Customizing.scss */
/* Footer & Powermail Pages & HL-Boxes Farbvarianten */
.highlight-box--white,
.highlight-box--yellow,
.powermail_form.powermail_morestep .powermail_fieldset,
footer .footer-column--light {
  /* form elements generell */
  /* Buttons: definiert in _typography.scss */
  /* Checkboxes & Radio Buttons */
  /* Radio Buttons */
  /* Datei-Uploads */
}
.highlight-box--white input,
.highlight-box--white textarea,
.highlight-box--white select,
.highlight-box--yellow input,
.highlight-box--yellow textarea,
.highlight-box--yellow select,
.powermail_form.powermail_morestep .powermail_fieldset input,
.powermail_form.powermail_morestep .powermail_fieldset textarea,
.powermail_form.powermail_morestep .powermail_fieldset select,
footer .footer-column--light input,
footer .footer-column--light textarea,
footer .footer-column--light select {
  border-color: rgb(79, 52, 118);
  background-color: #ffffff;
  color: rgb(79, 52, 118);
}
.highlight-box--white input[type=checkbox],
.highlight-box--white input[type=radio],
.highlight-box--yellow input[type=checkbox],
.highlight-box--yellow input[type=radio],
.powermail_form.powermail_morestep .powermail_fieldset input[type=checkbox],
.powermail_form.powermail_morestep .powermail_fieldset input[type=radio],
footer .footer-column--light input[type=checkbox],
footer .footer-column--light input[type=radio] {
  background-color: transparent;
}
.highlight-box--white input[type=checkbox]::before,
.highlight-box--white input[type=radio]::before,
.highlight-box--yellow input[type=checkbox]::before,
.highlight-box--yellow input[type=radio]::before,
.powermail_form.powermail_morestep .powermail_fieldset input[type=checkbox]::before,
.powermail_form.powermail_morestep .powermail_fieldset input[type=radio]::before,
footer .footer-column--light input[type=checkbox]::before,
footer .footer-column--light input[type=radio]::before {
  border-color: rgb(79, 52, 118);
  background-color: #ffffff;
}
.highlight-box--white input[type=checkbox]:checked::before,
.highlight-box--yellow input[type=checkbox]:checked::before,
.powermail_form.powermail_morestep .powermail_fieldset input[type=checkbox]:checked::before,
footer .footer-column--light input[type=checkbox]:checked::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Content%22%20viewBox%3D%220%200%2018%2018%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%234f3476%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%224%209%208.69%2012.69%2014%204%22%3E%3C%2Fpolyline%3E%0A%3C%2Fsvg%3E');
}
.highlight-box--white input[type=radio]:checked::before,
.highlight-box--yellow input[type=radio]:checked::before,
.powermail_form.powermail_morestep .powermail_fieldset input[type=radio]:checked::before,
footer .footer-column--light input[type=radio]:checked::before {
  -webkit-box-shadow: inset 0px 0px 0px 3px #ffffff;
          box-shadow: inset 0px 0px 0px 3px #ffffff;
  background-color: rgb(79, 52, 118);
}
.highlight-box--white input[type=file]::-webkit-file-upload-button, .highlight-box--yellow input[type=file]::-webkit-file-upload-button, .powermail_form.powermail_morestep .powermail_fieldset input[type=file]::-webkit-file-upload-button, footer .footer-column--light input[type=file]::-webkit-file-upload-button {
  color: #ffffff;
  background-color: rgb(79, 52, 118);
}
.highlight-box--white input[type=file]::file-selector-button,
.highlight-box--yellow input[type=file]::file-selector-button,
.powermail_form.powermail_morestep .powermail_fieldset input[type=file]::file-selector-button,
footer .footer-column--light input[type=file]::file-selector-button {
  color: #ffffff;
  background-color: rgb(79, 52, 118);
}
.highlight-box--white input[type=file]::-webkit-file-upload-button:hover, .highlight-box--white input[type=file]::-webkit-file-upload-button:active, .highlight-box--yellow input[type=file]::-webkit-file-upload-button:hover, .highlight-box--yellow input[type=file]::-webkit-file-upload-button:active, .powermail_form.powermail_morestep .powermail_fieldset input[type=file]::-webkit-file-upload-button:hover, .powermail_form.powermail_morestep .powermail_fieldset input[type=file]::-webkit-file-upload-button:active, footer .footer-column--light input[type=file]::-webkit-file-upload-button:hover, footer .footer-column--light input[type=file]::-webkit-file-upload-button:active {
  background-color: rgb(96.6, 72.3, 131.7);
  color: #ffffff;
}
.highlight-box--white input[type=file]::file-selector-button:hover, .highlight-box--white input[type=file]::file-selector-button:active,
.highlight-box--yellow input[type=file]::file-selector-button:hover,
.highlight-box--yellow input[type=file]::file-selector-button:active,
.powermail_form.powermail_morestep .powermail_fieldset input[type=file]::file-selector-button:hover,
.powermail_form.powermail_morestep .powermail_fieldset input[type=file]::file-selector-button:active,
footer .footer-column--light input[type=file]::file-selector-button:hover,
footer .footer-column--light input[type=file]::file-selector-button:active {
  background-color: rgb(96.6, 72.3, 131.7);
  color: #ffffff;
}

.tx-powermail {
  /* Progress Bar for AJAX Submit */
  /* Fieldset generell ... */
  /* Fieldwrap generell ... */
  /* List uploaded files */
  /**
   * Serverside Validation
   */
}
.tx-powermail .powermail_fieldset {
  /**
   * JS Form Validation
   */
}
.tx-powermail .powermail_fieldset .powermail-errors-list {
  display: none;
  margin: 4px 0 0.5em 0;
  padding: 0;
  list-style-type: none;
  background-color: rgb(252.2048192771, 222.9951807229, 228.3060240964);
  border: 1px solid rgb(253, 206, 216.25);
  width: 100%;
  float: right;
  clear: left;
}
.tx-powermail .powermail_fieldset .powermail-errors-list.filled {
  display: block;
}
.tx-powermail .powermail_fieldset .powermail-errors-list > li {
  color: rgb(179, 18, 47);
  padding: 5px 10px;
}
.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset div.error {
  background-color: rgb(253, 206, 216.25);
  color: rgb(179, 18, 47);
}
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list {
  width: 100%;
  margin-bottom: 0;
  background-color: rgb(253, 206, 216.25);
  border: none;
}
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list > li {
  padding-left: 5px;
}
.tx-powermail .powermail_progressbar {
  width: 100%;
  height: 5px;
  float: right;
  border: 1px solid #EEEEEE;
  clear: both;
}
.tx-powermail .powermail_progressbar.disable {
  display: none;
}
.tx-powermail .powermail_progressbar > .powermail_progress {
  background: rgb(15, 65, 145);
  width: 0%;
  max-width: 100%;
  -webkit-animation: progress 5s 1 forwards;
  animation: progress 5s 1 forwards;
}
.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progress_inner {
  height: 5px;
  width: 100%;
  overflow: hidden;
  background: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
  filter: alpha(opacity=25);
}
.tx-powermail .powermail_fieldset {
  min-width: 0;
  width: 100%;
}
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 0.5em;
  max-width: 1024px;
}
.tx-powermail .powermail_fieldwrap input[type=text],
.tx-powermail .powermail_fieldwrap input[type=email],
.tx-powermail .powermail_fieldwrap input[type=password],
.tx-powermail .powermail_fieldwrap input[type=tel],
.tx-powermail .powermail_fieldwrap input[type=file],
.tx-powermail .powermail_fieldwrap textarea {
  width: 100%;
}
.tx-powermail .powermail_fieldwrap .powermail_captchaimage {
  width: auto;
  margin-top: 6px;
}
.tx-powermail ul.powermail_fieldwrap_file_list {
  background-color: #ffffff;
  border: 1px solid rgb(207, 207, 207);
  float: right;
  padding: 3px;
  width: 100%;
  list-style: none;
  border-radius: 4px;
  margin: 0;
}
.tx-powermail ul.powermail_fieldwrap_file_list > li {
  margin: 5px;
}
.tx-powermail ul.powermail_fieldwrap_file_list > li .deleteAllFiles {
  color: rgb(207, 207, 207);
  cursor: pointer;
}
.tx-powermail ul.powermail_fieldwrap_file_list > li .deleteAllFiles:hover {
  text-decoration: underline;
}
.tx-powermail .powermail_confirmation .powermail_progressbar {
  width: 100%;
}
.tx-powermail .powermail_message,
.tx-powermail .parsley-errors-list.filled {
  margin-top: 3px;
  padding: 5px 5px 2px 25px;
  background-color: rgb(253, 206, 216.25);
  border: 1px solid rgb(179, 18, 47);
  list-style: circle;
}
.tx-powermail .powermail_message li,
.tx-powermail .parsley-errors-list.filled li {
  border: none;
  background: none;
  color: rgb(179, 18, 47);
}
.tx-powermail .powermail_message.powermail_message_ok,
.tx-powermail .parsley-errors-list.filled.powermail_message_ok {
  background-color: rgb(198.5898203593, 255, 141.5);
  border: 1px solid rgb(51, 102, 0);
}
.tx-powermail .powermail_message.powermail_message_ok li,
.tx-powermail .parsley-errors-list.filled.powermail_message_ok li {
  color: rgb(51, 102, 0);
}
.tx-powermail .powermail_message.powermail_message_note,
.tx-powermail .parsley-errors-list.filled.powermail_message_note {
  background-color: rgb(255, 239.96, 214.2);
  border: 1px solid rgb(204, 129, 0);
}
.tx-powermail .powermail_message.powermail_message_note li,
.tx-powermail .parsley-errors-list.filled.powermail_message_note li {
  color: rgb(204, 129, 0);
}
.tx-powermail .powermail_fieldset .powermail_tab_navigation {
  margin-top: 2em;
}
.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next,
.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_previous {
  background-color: rgb(173, 173, 173);
  display: inline-block;
  padding: 5px 30px;
  text-decoration: none;
  color: white;
  border: 1px solid rgb(207, 207, 207);
  font-weight: bold;
}
.tx-powermail .powermail_fieldset .powermail_tab_navigation .powermail_tab_navigation_next {
  background-color: rgb(15, 65, 145);
  float: right;
}
.tx-powermail .powermail_form.nolabel > h3 {
  display: none;
}
.tx-powermail .powermail_fieldset.nolabel > legend {
  display: none;
}
.tx-powermail .powermail_fieldwrap.nolabel {
  padding-top: 10px;
}
.tx-powermail .powermail_fieldwrap.nolabel > label {
  display: none;
}
.tx-powermail .powermail_fieldwrap.nolabel > fieldset > legend {
  display: none;
}

@-webkit-keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  to {
    width: 100%;
  }
}
/* Powermail Costomizing */
/* Labels */
.powermail_label, div[class^=powermail_fieldwrap_] > label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

/* Label Textarea */
div[class^=powermail_fieldwrap_] > label {
  display: block;
}

/* Optionslabels */
/* Selectboxen */
.powermail_fieldwrap_type_select .powermail_field,
.powermail_fieldwrap_type_country .powermail_field {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.powermail_fieldwrap_type_select .powermail_field select,
.powermail_fieldwrap_type_country .powermail_field select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  outline: none;
  cursor: pointer;
  padding: 8px 40px 8px 12px;
}
.powermail_fieldwrap_type_select .powermail_field::after,
.powermail_fieldwrap_type_country .powermail_field::after {
  content: "";
  display: block;
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20id%3D%22Content%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%2C%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20clip-path%3A%20url(%23clippath)%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.6%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%2C%20.cls-5%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23477f7e%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-5%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.55%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%22169%22%20y%3D%22-40%22%20width%3D%22960%22%20height%3D%22600%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-3%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-4%22%20points%3D%22-16.17%20-40%20-82.83%20-40%20-21.5%2026.67%2045.17%2026.67%20-16.17%20-40%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-5%22%20points%3D%2250.5%20-40%20-16.17%20-40%2045.17%2026.67%20111.83%2026.67%2050.5%20-40%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpolyline%20class%3D%22cls-2%22%20points%3D%2218%209%2012%2015%206%209%22%3E%3C%2Fpolyline%3E%0A%3C%2Fsvg%3E');
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* speziell Powermail Buttons */
.powermail_fieldwrap_type_reset {
  display: inline-block;
  float: left;
}

.powermail_fieldwrap_type_submit {
  display: inline-block;
  float: right;
}

input.powermail_reset,
input.powermail_submit,
.powermail_tab_navigation .btn {
  padding: 6px 14px 8px;
}

.powermail_tab_navigation .btn {
  font-size: 0px;
}
.powermail_tab_navigation .btn::after {
  content: "";
  height: 14px;
  width: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 5px;
  position: relative;
}

.powermail_tab_navigation {
  border-top: 1px solid rgb(103, 103, 103);
  margin-top: 1em;
  padding-top: 1em;
  width: 100%;
  height: 50px;
  display: table;
}
.powermail_tab_navigation .pull-right {
  float: right;
}
.powermail_tab_navigation .pull-right::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20id%3D%22Content%22%20viewBox%3D%220%200%2020%2018%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20clip-path%3A%20url(%23clippath)%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.3%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%2C%20.cls-5%2C%20.cls-6%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23477f7e%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-5%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.4%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-6%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.35%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%22153%22%20y%3D%22-300%22%20width%3D%22960%22%20height%3D%22600%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-2%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-5%22%20points%3D%22-53.5%20-33.33%20-120.17%20-33.33%20-58.83%2033.33%207.83%2033.33%20-53.5%20-33.33%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-6%22%20points%3D%2213.17%20-33.33%20-53.5%20-33.33%207.83%2033.33%2074.5%2033.33%2013.17%20-33.33%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-4%22%20points%3D%2279.83%20-33.33%2013.17%20-33.33%2074.5%2033.33%20141.17%2033.33%2079.83%20-33.33%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpolygon%20class%3D%22cls-3%22%20points%3D%2213.06%204.13%2011.79%205.4%2016.55%2010.16%202%2010.16%202%2011.96%2016.55%2011.96%2011.79%2016.73%2013.06%2018%2020%2011.06%2013.06%204.13%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E');
}
.powermail_tab_navigation .btn-warning,
.powermail_tab_navigation .pull-left {
  float: left;
}
.powermail_tab_navigation .btn-warning::after,
.powermail_tab_navigation .pull-left::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20id%3D%22Content%22%20viewBox%3D%220%200%2020%2018%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-2%20%7B%0A%20%20%20%20%20%20%20%20clip-path%3A%20url(%23clippath)%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-3%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.3%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-4%2C%20.cls-5%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23477f7e%3B%0A%20%20%20%20%20%20%7D%0A%0A%20%20%20%20%20%20.cls-5%20%7B%0A%20%20%20%20%20%20%20%20opacity%3A%20.35%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clippath%22%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%22103%22%20y%3D%22-300%22%20width%3D%22960%22%20height%3D%22600%22%3E%3C%2Frect%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20class%3D%22cls-2%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-5%22%20points%3D%22-36.83%20-33.33%20-103.5%20-33.33%20-42.17%2033.33%2024.5%2033.33%20-36.83%20-33.33%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-4%22%20points%3D%2229.83%20-33.33%20-36.83%20-33.33%2024.5%2033.33%2091.17%2033.33%2029.83%20-33.33%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cpolygon%20class%3D%22cls-3%22%20points%3D%226.94%204.13%208.21%205.4%203.45%2010.16%2018%2010.16%2018%2011.96%203.45%2011.96%208.21%2016.73%206.94%2018%200%2011.06%206.94%204.13%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E');
}

.powermail_fieldwrap.powermail_tab_navigation {
  max-width: 100%;
}

/* Sections & HL-Boxes Farbvarianten */
.highlight-box,
.powermail_form.powermail_morestep .powermail_fieldset,
footer .footer-column--light {
  /* Labels */
  /* Selectboxen */
}
.highlight-box .powermail_label, .highlight-box div[class^=powermail_fieldwrap_] > label,
.powermail_form.powermail_morestep .powermail_fieldset .powermail_label,
.powermail_form.powermail_morestep .powermail_fieldset div[class^=powermail_fieldwrap_] > label,
footer .footer-column--light .powermail_label,
footer .footer-column--light div[class^=powermail_fieldwrap_] > label {
  color: rgb(68, 68, 68);
}
.highlight-box .powermail_fieldwrap_type_select .powermail_field::after,
.highlight-box .powermail_fieldwrap_type_country .powermail_field::after,
.powermail_form.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_select .powermail_field::after,
.powermail_form.powermail_morestep .powermail_fieldset .powermail_fieldwrap_type_country .powermail_field::after,
footer .footer-column--light .powermail_fieldwrap_type_select .powermail_field::after,
footer .footer-column--light .powermail_fieldwrap_type_country .powermail_field::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Content%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%234f3476%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2218%209%2012%2015%206%209%22%3E%3C%2Fpolyline%3E%0A%3C%2Fsvg%3E');
}

/* Formular-Seiten Titel */
legend.powermail_legend {
  margin-bottom: 0.5em;
}

/* Formular-Seiten */
.powermail_form .powermail_fieldset {
  margin-bottom: 2em;
}
.powermail_form .powermail_fieldset:last-of-type {
  margin-bottom: 0;
}
.powermail_form.powermail_morestep > .btn-group {
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.powermail_form.powermail_morestep > .btn-group > .btn {
  border-radius: 0;
  background-color: rgb(173, 173, 173);
  color: #ffffff;
  border-color: rgb(173, 173, 173);
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  border-width: 1px 1px 0 1px;
  border-style: solid solid none solid;
  display: block;
  padding: 10px;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: 0px;
  z-index: 2;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.powermail_form.powermail_morestep > .btn-group > .btn:hover, .powermail_form.powermail_morestep > .btn-group > .btn:active {
  background-color: rgb(173, 173, 173);
}
.powermail_form.powermail_morestep > .btn-group > .btn.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: rgb(68, 68, 68);
}
.powermail_form.powermail_morestep > .btn-group > .btn.btn-primary:hover, .powermail_form.powermail_morestep > .btn-group > .btn.btn-primary:active {
  background-color: #ffffff;
}
.powermail_form.powermail_morestep > .powermail_fieldset {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  margin-bottom: 0;
}
.powermail_form.powermail_morestep > .powermail_fieldset legend.powermail_legend {
  display: none;
}

/* modules ... */
.parallaxLetters {
  position: fixed;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.parallaxLetters span {
  position: absolute;
  top: 0px;
  height: 100%;
  display: inline-block;
  font-size: 0;
  color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.parallaxLetters span:nth-child(1) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20234%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23df1b83%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M86.84%2C439.98c0-65.38%2C20.23-101.31%2C61.66-110.13%2C14.03-2.99%2C39.09%2C.14%2C58.11%2C6.76l25.59-51.16c-22.82-13.64-44.68-20.46-65.59-20.46-15.76%2C0-29.4%2C2.94-40.93%2C8.82-11.29%2C5.65-24.23%2C16.12-38.81%2C31.4v-40.23H4.65v205.94H86.85v-30.93Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 0%;
  width: 12.1875%;
}
.parallaxLetters span:nth-child(2) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20334%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%2300aca9%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M164.04%2C336.49h-.07c-42.29%2C0-68.96%2C21.14-80%2C63.43h80.07v70.98H2.49l-.28-24.82c0-56.62%2C14.57-100.9%2C43.72-132.86%2C29.04-31.83%2C68.42-47.91%2C118.14-48.26l-.03%2C71.52Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M164.04%2C561.87c22.97-1.09%2C41.97-9.26%2C57.02-24.51%2C16.04-16.5%2C25.18-38.65%2C27.41-66.43h82.22c-3.27%2C45.93-18.55%2C83.47-45.84%2C112.62-30.47%2C32.35-70.74%2C48.78-120.81%2C49.31v-70.99Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 12.1875%;
  width: 17.3958333%;
}
.parallaxLetters span:nth-child(3) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20201%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23f0de00%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M197.82%2C264.97H112.69v-111.96c0-28.22-1.17-34.93%2C3.78-44.81%2C4.94-10.11%2C13.69-18.42%2C29.65-21.94%2C10.79-2.37%2C26.35-1.21%2C43.52%2C7.49l8.12%2C4.23V16.84c-21.41-8.23-39.17-12.34-53.28-12.35-39.51%2C0-69.62%2C12.47-90.32%2C37.4-15.05%2C17.89-23.68%2C41.82-23.68%2C101.32v121.76H3.39v71.55H197.82v-71.55Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 23.5416667%;
  width: 10.46875%;
}
.parallaxLetters span:nth-child(4) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2089%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23df1b83%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%223.1%22%20y%3D%224.49%22%20width%3D%2282.39%22%20height%3D%22557.38%22%3E%3C%2Frect%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 36.5625%;
  width: 4.63541667%;
}
.parallaxLetters span:nth-child(5) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20335%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%2300aca9%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M169.88%2C498.42h.07c42.28%2C0%2C68.95%2C21.14%2C80%2C63.43h-80.07v70.98h161.55l.28-24.82c0-56.62-14.57-100.9-43.72-132.86-29.03-31.83-68.41-47.91-118.13-48.26l.03%2C71.52Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M169.75%2C723.79c-22.97-1.09-41.97-9.26-57.02-24.51-16.04-16.5-25.18-38.65-27.41-66.43H3.08c3.26%2C45.93%2C18.55%2C83.47%2C45.84%2C112.62%2C30.47%2C32.35%2C70.74%2C48.79%2C120.81%2C49.32l.03-70.99Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 36.5625%;
  width: 17.44791667%;
}
.parallaxLetters span:nth-child(6) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20298%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23f0de00%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22293.28%20208.62%20197.99%20208.62%2086.2%20336.48%2086.15%20336.48%2086.15%204.48%203.93%204.48%203.93%20336.48%20181.47%20336.48%20293.28%20208.62%22%3E%3C%2Fpolygon%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 45.2083334%;
  width: 15.52083334%;
}
.parallaxLetters span:nth-child(7) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20203%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23df1b83%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%223.28%20336.49%2036.69%20336.49%2036.68%20561.87%20118.54%20561.87%20118.55%20336.49%20199.95%20336.49%20199.95%20264.97%203.28%20264.97%203.28%20336.49%22%3E%3C%2Fpolygon%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 60.3125%;
  width: 10.57291667%;
}
.parallaxLetters span:nth-child(8) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20372%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%2300aca9%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M315.47%2C97.08c-35.71-35.01-79.18-52.51-130.4-52.51S90.86%2C61.95%2C55.38%2C96.73C23.8%2C127.68%2C7.02%2C165.94%2C3.54%2C208.62H84.95c2.88-24.12%2C11.22-45.81%2C26.5-62.21%2C18.79-20.2%2C43.34-30.3%2C73.65-30.3%2C30.78%2C0%2C55.57%2C10.1%2C74.36%2C30.3%2C18.55%2C19.97%2C27.82%2C46.64%2C27.82%2C80s-9.27%2C60.03-27.82%2C80c-16.99%2C18.28-39.21%2C28.53-66.63%2C30.08v70.5c47.94-1.93%2C88.71-19.14%2C122.3-51.62%2C35.47-34.77%2C53.21-77.88%2C53.22-129.33-.02-50.96-17.65-93.95-52.89-128.97Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 66.5625%;
  width: 19.375%;
}
.parallaxLetters span:nth-child(9) {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20236%20800%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23f0de00%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%203px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M84.8%2C439.98c0-65.38%2C20.23-101.31%2C61.66-110.13%2C14.02-2.99%2C39.09%2C.14%2C58.11%2C6.76l25.59-51.16c-22.82-13.64-44.69-20.46-65.62-20.46-15.76%2C0-29.4%2C2.94-40.93%2C8.82-11.29%2C5.65-24.23%2C16.12-38.81%2C31.4v-40.23H2.94v205.94H84.8v-30.93Z%22%3E%3C%2Fpath%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  left: 87.7083334%;
  width: 12.291667%;
}

header.pageheader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  height: 100vh;
  /* hero Image */
  /* Hauptmenü */
  /* Header Logo */
  /* Section Menu */
  /* Link auf erste Section */
  /* Störer für Infomail-Abo */
}
header.pageheader::before {
  content: "";
  width: 100%;
  height: 120px;
  position: fixed;
  z-index: 10;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 52, 118, 0.95)), color-stop(65%, rgba(79, 52, 118, 0.7)), to(rgba(79, 52, 118, 0)));
  background-image: linear-gradient(to bottom, rgba(79, 52, 118, 0.95) 0%, rgba(79, 52, 118, 0.7) 65%, rgba(79, 52, 118, 0) 100%);
}
header.pageheader.smallHeader {
  height: auto;
  min-height: 115px;
}
header.pageheader div.heroImage {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
header.pageheader div.heroImage:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
header.pageheader div.heroImage picture {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.pageheader div.heroImage picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
header.pageheader #mainmenu {
  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: opacity 0.5s ease-out, z-index 0s linear 0.5s;
  transition: opacity 0.5s ease-out, z-index 0s linear 0.5s;
  cursor: pointer;
}
header.pageheader #mainmenu.active {
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
header.pageheader #mainmenu .mainmenu-inner {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding: 60px;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu {
  font-size: 22px;
  line-height: 28px;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu a {
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu a:hover, header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu a:active {
  text-decoration: none;
  color: rgb(190, 190, 190);
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu .homelink {
  font-weight: 600;
  position: relative;
  border-bottom: 1px dashed #ffffff;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu .homelink a {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0.5em 1.5em;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu ul {
  margin-bottom: 0px;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu ul li {
  position: relative;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu ul li a {
  display: inline-block;
  margin-bottom: 2px;
  padding: 0.5em 1.5em;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu ul.level-top > li {
  font-weight: 600;
  border-bottom: 1px dashed #ffffff;
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu ul.level-sub li {
  font-weight: 300;
}
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu .homelink.current::before,
header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu ul li.current::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 30px;
  top: 0.5em;
  left: 5px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%0A%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%2212%2015%200%205%200%2025%2012%2015%22%3E%3C%2Fpolygon%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
header.pageheader #mainmenu-toggleNav {
  position: fixed;
  display: block;
  z-index: 1500;
  height: 48px;
  width: 48px;
  top: 25px;
  right: 10px;
  color: transparent;
  font-size: 0px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22parallax_letters%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22parallaxLetters_boundingBoxes%22%20data-name%3D%22parallaxLetters%20boundingBoxes%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cline%20class%3D%22cls-1%22%20y1%3D%2215%22%20x2%3D%2240%22%20y2%3D%2215%22%3E%3C%2Fline%3E%0A%20%20%20%20%3Cline%20class%3D%22cls-1%22%20y1%3D%225%22%20x2%3D%2240%22%20y2%3D%225%22%3E%3C%2Fline%3E%0A%20%20%20%20%3Cline%20class%3D%22cls-1%22%20y1%3D%2225%22%20x2%3D%2240%22%20y2%3D%2225%22%3E%3C%2Fline%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-size: 40px 30px;
  background-position: center;
  background-repeat: no-repeat;
}
header.pageheader #mainmenu-toggleNav.active {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2030%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22parallax_letters%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22parallaxLetters_boundingBoxes%22%20data-name%3D%22parallaxLetters%20boundingBoxes%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%225.86%22%20y1%3D%2229.14%22%20x2%3D%2234.14%22%20y2%3D%22.86%22%3E%3C%2Fline%3E%0A%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%225.86%22%20y1%3D%22.86%22%20x2%3D%2234.14%22%20y2%3D%2229.14%22%3E%3C%2Fline%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
}
header.pageheader .headerLogo {
  display: block;
  position: absolute;
  z-index: 30;
  width: 750px;
  height: 435px;
  top: 0px;
  margin-left: calc(50% - 375px);
  margin-top: calc(50vh - 250px);
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20750%20315%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22parallax_letters%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22parallaxLetters_boundingBoxes%22%20data-name%3D%22parallaxLetters%20boundingBoxes%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Crect%20class%3D%22cls-1%22%20x%3D%22275.12%22%20y%3D%222.3%22%20width%3D%2232.36%22%20height%3D%22218.92%22%3E%3C%2Frect%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M32.28%2C173.35c0-25.68%2C7.95-39.79%2C24.22-43.25%2C5.51-1.17%2C15.35%2C.05%2C22.82%2C2.66l10.05-20.1c-8.96-5.36-17.55-8.04-25.76-8.04-6.19%2C0-11.55%2C1.15-16.08%2C3.46-4.43%2C2.22-9.51%2C6.33-15.24%2C12.33v-15.8H0v80.89H32.28v-12.15Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M253.4%2C104.61h-33.44V60.63c0-11.08-.46-13.72%2C1.48-17.6%2C1.94-3.97%2C5.38-7.24%2C11.64-8.62%2C4.24-.93%2C10.35-.47%2C17.09%2C2.94l3.19%2C1.66V7.15c-8.41-3.23-15.38-4.85-20.93-4.85-15.52%2C0-27.34%2C4.9-35.47%2C14.69-5.91%2C7.03-9.3%2C16.43-9.3%2C39.8v47.82h-10.64v28.1h76.37v-28.1Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M340.62%2C196.3h.03c16.61%2C0%2C27.08%2C8.3%2C31.42%2C24.92h-31.45v27.88h63.45l.11-9.75c0-22.24-5.72-39.63-17.17-52.18-11.4-12.5-26.87-18.82-46.4-18.96v28.09Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M340.57%2C284.82c-9.02-.43-16.49-3.64-22.4-9.63-6.3-6.48-9.89-15.18-10.76-26.09h-32.3c1.28%2C18.04%2C7.28%2C32.79%2C18.01%2C44.24%2C11.97%2C12.71%2C27.79%2C19.16%2C47.45%2C19.37v-27.88Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22454.29%20132.7%20467.41%20132.7%20467.41%20221.23%20499.56%20221.23%20499.56%20132.7%20531.54%20132.7%20531.54%20104.61%20454.29%20104.61%20454.29%20132.7%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M622.08%2C38.67c-14.03-13.75-31.1-20.62-51.22-20.62s-37.01%2C6.83-50.94%2C20.49c-12.4%2C12.16-19%2C27.18-20.36%2C43.95h31.97c1.13-9.47%2C4.41-17.99%2C10.41-24.43%2C7.38-7.93%2C17.02-11.9%2C28.93-11.9%2C12.09%2C0%2C21.83%2C3.97%2C29.21%2C11.9%2C7.29%2C7.84%2C10.93%2C18.32%2C10.93%2C31.42s-3.64%2C23.58-10.93%2C31.42c-6.67%2C7.18-15.4%2C11.21-26.17%2C11.82v27.69c18.83-.76%2C34.84-7.52%2C48.04-20.28%2C13.93-13.66%2C20.9-30.59%2C20.9-50.8%2C0-20.02-6.93-36.9-20.77-50.65Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M692.91%2C173.35c0-25.68%2C7.95-39.79%2C24.22-43.25%2C5.51-1.17%2C15.35%2C.05%2C22.82%2C2.66l10.05-20.1c-8.96-5.36-17.55-8.04-25.77-8.04-6.19%2C0-11.55%2C1.15-16.08%2C3.46-4.43%2C2.22-9.51%2C6.33-15.24%2C12.33v-15.8h-32.15v80.89h32.15v-12.15Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpolygon%20class%3D%22cls-1%22%20points%3D%22454.29%2082.48%20416.86%2082.48%20372.94%20132.7%20372.94%202.3%20340.64%202.3%20340.64%20132.7%20410.38%20132.7%20454.29%2082.48%22%3E%3C%2Fpolygon%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M154.51%2C132.7h-.03c-16.61%2C0-27.09%2C8.3-31.42%2C24.92h31.45v27.88h-63.45l-.11-9.75c0-22.24%2C5.72-39.63%2C17.17-52.18%2C11.41-12.5%2C26.87-18.82%2C46.4-18.96v28.09Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%20%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M154.51%2C221.23c9.02-.43%2C16.49-3.64%2C22.4-9.63%2C6.3-6.48%2C9.89-15.18%2C10.76-26.09h32.29c-1.29%2C18.04-7.29%2C32.79-18.01%2C44.24-11.97%2C12.71-27.79%2C19.16-47.45%2C19.37v-27.88Z%22%3E%3C%2Fpath%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  -webkit-transition: margin 0.3s ease-out, width 0.3s ease-out, height 0s linear;
  transition: margin 0.3s ease-out, width 0.3s ease-out, height 0s linear;
}
header.pageheader .headerLogo span.subhead,
header.pageheader .headerLogo span.date,
header.pageheader .headerLogo span.organizer {
  color: #ffffff;
  font-size: 38px;
  line-height: 42px;
  -ms-hyphens: none;
      hyphens: none;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 0px;
  left: 49%;
  right: 0%;
  width: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out, font-size 0.3s ease-out, line-height 0.3s ease-out, margin 0.3s ease-out, top 0s linear;
  transition: opacity 0.3s ease-out, font-size 0.3s ease-out, line-height 0.3s ease-out, margin 0.3s ease-out, top 0s linear;
}
header.pageheader .headerLogo span.subhead {
  text-transform: uppercase;
  margin-top: 278px;
}
header.pageheader .headerLogo span.date {
  margin-top: 362px;
  white-space: nowrap;
}
header.pageheader .headerLogo span.organizer {
  margin-top: 410px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 26px;
}
header.pageheader .headerLogo.sticky, header.pageheader .headerLogo.smallHeaderLogo {
  -webkit-transition: margin-left 0.3s ease-out, width 0.3s ease-out, height 0s linear 0.3s;
  transition: margin-left 0.3s ease-out, width 0.3s ease-out, height 0s linear 0.3s;
  position: fixed;
  margin-top: 20px;
  margin-left: 15px;
  width: 200px;
  height: 85px;
}
header.pageheader .headerLogo.sticky span.subhead,
header.pageheader .headerLogo.sticky span.date,
header.pageheader .headerLogo.sticky span.organizer, header.pageheader .headerLogo.smallHeaderLogo span.subhead,
header.pageheader .headerLogo.smallHeaderLogo span.date,
header.pageheader .headerLogo.smallHeaderLogo span.organizer {
  top: -35px;
  font-size: 11px;
  line-height: 13px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, font-size 0.3s ease-out, line-height 0.3s ease-out, margin 0.3s ease-out, top 0s linear 0.3s;
  transition: opacity 0.3s ease-out, font-size 0.3s ease-out, line-height 0.3s ease-out, margin 0.3s ease-out, top 0s linear 0.3s;
}
header.pageheader .headerLogo.sticky span.subhead, header.pageheader .headerLogo.smallHeaderLogo span.subhead {
  margin-top: 74px;
}
header.pageheader .headerLogo.sticky span.date, header.pageheader .headerLogo.smallHeaderLogo span.date {
  margin-top: 100px;
}
header.pageheader .headerLogo.sticky span.organizer, header.pageheader .headerLogo.smallHeaderLogo span.organizer {
  font-size: 5px;
  line-height: 8px;
  margin-top: 113px;
}
header.pageheader ul.sectionMenu {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 0px;
  margin: calc(50vh + 250px) 0 0;
  z-index: 20;
  padding: 0px;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
  text-align: center;
}
header.pageheader ul.sectionMenu.sticky {
  position: fixed;
  bottom: auto;
  margin-top: 25px;
  padding: 0px 200px;
}
header.pageheader ul.sectionMenu li.menuItem {
  display: inline-block;
}
header.pageheader ul.sectionMenu li.menuItem a {
  display: block;
  border: 1px solid #ffffff;
  background-color: rgba(79, 52, 118, 0.5);
  color: #ffffff;
  padding: 10px 15px;
  margin: 1px;
  text-decoration: none;
}
header.pageheader ul.sectionMenu li.menuItem a:hover, header.pageheader ul.sectionMenu li.menuItem a:active {
  text-decoration: underline;
}
header.pageheader ul.sectionMenu li.menuItem.current a {
  background-color: #ffffff;
  color: rgb(79, 52, 118);
}
header.pageheader .firstSectionLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.pageheader .firstSectionLink a {
  z-index: 5;
  width: 40px;
  height: 60px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2060%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cg%3E%0A%20%20%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%2220%22%20x2%3D%2220%22%20y2%3D%2258%22%3E%3C%2Fline%3E%0A%20%20%20%20%20%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%2239%2039%2020%2058%201%2039%22%3E%3C%2Fpolyline%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  color: transparent;
  top: 0px;
  margin: calc(50vh + 350px) auto 0;
}
header.pageheader .stoerer.infomail {
  background-color: rgb(223, 29, 132);
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: absolute;
  overflow: hidden;
  margin-left: calc(50% - 410px);
  margin-top: calc(50vh + 30px);
  -webkit-transform: rotate(-15deg) scale(1);
      -ms-transform: rotate(-15deg) scale(1);
          transform: rotate(-15deg) scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.09, 0.82, 0.3, 1.46);
  transition: -webkit-transform 0.3s cubic-bezier(0.09, 0.82, 0.3, 1.46);
  transition: transform 0.3s cubic-bezier(0.09, 0.82, 0.3, 1.46);
  transition: transform 0.3s cubic-bezier(0.09, 0.82, 0.3, 1.46), -webkit-transform 0.3s cubic-bezier(0.09, 0.82, 0.3, 1.46);
  z-index: 30;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.7);
}
header.pageheader .stoerer.infomail span {
  margin: auto;
  padding: 5px 5px 10px;
}
header.pageheader .stoerer.infomail::after {
  content: "";
  height: 142px;
  width: 142px;
  border-radius: 50%;
  border: 3px dashed #ffffff;
  position: absolute;
  top: 4px;
  left: 4px;
}
header.pageheader .stoerer.infomail:active, header.pageheader .stoerer.infomail:hover {
  -webkit-transform: rotate(-15deg) scale(1.1);
      -ms-transform: rotate(-15deg) scale(1.1);
          transform: rotate(-15deg) scale(1.1);
}

footer.footer .footer-column {
  position: relative;
  width: 100%;
  display: block;
  padding: 40px 0 30px;
}
footer.footer .footer-column.footer-column--dark {
  background-color: rgb(86, 86, 86);
}
footer.footer .footer-column.footer-column--light {
  background-color: #ffffff;
}
footer.footer .footer__content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  /* (c) Hinweis unten */
}
footer.footer .footer__content-wrapper.copyright {
  text-align: center;
}

/* ToTopButton */
#scrollTop {
  position: fixed;
  right: 10px;
  bottom: -70px;
  -webkit-transition: bottom 0.2s ease-out;
  transition: bottom 0.2s ease-out;
  height: 60px;
  width: 30px;
  height: 70px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid rgb(79, 52, 118);
  -webkit-box-shadow: 2px 2px 0px 0px rgb(79, 52, 118);
          box-shadow: 2px 2px 0px 0px rgb(79, 52, 118);
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2030%2060%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20none%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%234f3476%3B%0A%20%20%20%20%20%20%20%20stroke-miterlimit%3A%2010%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20id%3D%22parallax_letters%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22parallaxLetters_boundingBoxes%22%20data-name%3D%22parallaxLetters%20boundingBoxes%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Logo___HeaderContent%22%20data-name%3D%22Logo%20%2F%20HeaderContent%22%3E%3C%2Fg%3E%0A%20%20%3Cg%20id%3D%22Content%22%3E%0A%20%20%20%20%3Cline%20class%3D%22cls-1%22%20x1%3D%2215%22%20y1%3D%2260%22%20x2%3D%2215%22%20y2%3D%222%22%3E%3C%2Fline%3E%0A%20%20%20%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221%2016%2015%202%2029%2016%22%3E%3C%2Fpolyline%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 30px 60px;
  background-position: center;
  color: transparent;
  font-size: 0px;
}
#scrollTop.scrollTop--active {
  bottom: 10px;
}
#scrollTop.scrollTop--active:hover, #scrollTop.scrollTop--active:active {
  bottom: 15px;
}

.navigation-slidecontainer {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 2px solid #ffffff;
  background-color: rgb(68, 68, 68);
  z-index: 50;
}
.navigation-slidecontainer .navigation-slidecontainer__content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px;
}
.navigation-slidecontainer .navigation-slidecontainer__content ul a, .navigation-slidecontainer .navigation-slidecontainer__content .csc-menu a {
  padding: 0;
  border-bottom: 0 none;
}
.navigation-slidecontainer .navigation-slidecontainer__content ul a:before, .navigation-slidecontainer .navigation-slidecontainer__content .csc-menu a:before {
  content: "";
  display: none;
}
.navigation-slidecontainer .sectionHeader {
  display: none;
}

.navigation-slidecontainer__close,
.navigation-slidecontainer__close:hover {
  background: #ffffff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media (min-width: 640px){
  .grid__column.grid__column--sm-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
  .grid__column.grid__column--sm-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
  .grid__column.grid__column--sm-3 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .grid__column.grid__column--sm-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .grid__column.grid__column--sm-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
  .grid__column.grid__column--sm-6 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .grid__column.grid__column--sm-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
  .grid__column.grid__column--sm-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
  .grid__column.grid__column--sm-9 {
    width: 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .grid__column.grid__column--sm-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
  .grid__column.grid__column--sm-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
  .grid__column.grid__column--sm-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .accordion-container.specialaccordion .accordion {
    max-height: 80px;
    overflow-y: visible !important;
  }
  .accordion-container.specialaccordion .accordion .accordion__header {
    background-color: transparent;
    padding: 0px;
    border: 0 none;
    margin-bottom: 0.75rem;
    left: 0px;
    position: relative;
    display: inline-block;
    z-index: 9;
    width: calc(25% - 10px);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
    -ms-hyphens: none;
        hyphens: none;
    -webkit-transition: font-size 0.2s ease-out, height 0.2s ease-out, line-height 0.2s ease-out, text-shadow 0.2s ease-out;
    transition: font-size 0.2s ease-out, height 0.2s ease-out, line-height 0.2s ease-out, text-shadow 0.2s ease-out;
    text-shadow: none;
  }
  .accordion-container.specialaccordion .accordion .accordion__header::after {
    display: none;
  }
  .accordion-container.specialaccordion .accordion:first-child {
    margin-top: 80px;
  }
  .accordion-container.specialaccordion .accordion .accordion__content {
    border: 0px none;
    display: inline-block;
    position: absolute;
    right: 0px;
    top: -80px;
    width: calc(75% - 10px);
    overflow: visible !important;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0s linear 0.5s !important;
    transition: opacity 0.25s ease-out, -webkit-transform 0s linear 0.5s !important;
    transition: transform 0s linear 0.5s, opacity 0.25s ease-out !important;
    transition: transform 0s linear 0.5s, opacity 0.25s ease-out, -webkit-transform 0s linear 0.5s !important;
  }
  .accordion-container.specialaccordion .accordion .accordion__content > .csc-frame {
    margin: 0;
    padding: 0;
  }
  .accordion-container.specialaccordion .accordion.accordion--open > .accordion__header {
    text-shadow: 2px 2px 6px rgb(79, 52, 118);
    color: #ffffff;
    text-decoration: underline;
    font-size: 30px;
    line-height: 36px;
    height: 36px;
  }
  .accordion-container.specialaccordion .accordion.accordion--open > .accordion__content {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out !important;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out !important;
  }
  .tabpanel--mobile-accordion .tabpanel__content.accordion {
    border: none;
  }
  .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__header {
    display: none;
  }
  .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__content {
    display: block;
    max-height: 10000px !important;
    border-bottom: 0 none;
  }
  .tabpanel--mobile-accordion .tabpanel__content.accordion > .accordion__content > .csc-frame {
    padding: 0;
  }
  .js .tabpanel__content {
    display: none;
    opacity: 0;
  }
  .js .tabpanel__content.active {
    display: block;
    -webkit-animation: tabOpacity 0.8s;
            animation: tabOpacity 0.8s;
    opacity: 1;
  }
  .textImageLayered .ce-gallery {
    width: 66.667%;
  }
  .textImageLayered .ce-gallery figure figcaption {
    width: 45%;
  }
  .textImageLayered .ce-bodytext {
    width: 66.667%;
    margin: -120px 0 0 33.333%;
  }
}

@media (min-width: 768px){
  body {
    font-size: 20px;
    line-height: 30px;
  }
  .supersmall, .ce-gallery figure figcaption {
    font-size: 14px;
    line-height: 18px;
  }
  .small, footer.footer .footer__content-wrapper.copyright, .powermail_field label, .tx-powermail .powermail_fieldset .powermail-errors-list > li, .video .video__privacy, .frame-type-menu_abstract ul li p, .frame-type-uploads li span.ce-uploads-filesize {
    font-size: 16px;
    line-height: 20px;
  }
  .large {
    font-size: 24px;
    line-height: 30px;
  }
  h1,
  .h1-style {
    font-size: 40px;
    line-height: 46px;
  }
  h2, .h2-style {
    font-size: 40px;
    line-height: 46px;
  }
  h3, .teaserbox .teaserbox__content h3.h2-style, .h3-style {
    font-size: 30px;
    line-height: 36px;
  }
  h4, legend.powermail_legend,
  .h4-style {
    font-size: 30px;
    line-height: 36px;
  }
  h5,
  .h5-style {
    font-size: 20px;
    line-height: 26px;
  }
  h6,
  .h6-style {
    font-size: 20px;
    line-height: 26px;
  }
  .btn, .button, .powermail_submit, input.powermail_submit, input[type=submit], input.btn, input.button,
  .button--default, a.button {
    font-size: 18px;
    line-height: 22px;
  }
  main.main-content {
    min-height: 75vh;
  }
  main.main-content.mobile-accordion section > .sectionContent {
    max-height: inherit !important;
  }
  .accordion .accordion__header {
    font-size: 16px;
    line-height: 20px;
  }
  .accordion-container.specialaccordion .accordion .accordion__header {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
  }
  .accordion-container.specialaccordion .accordion.accordion--open > .accordion__header {
    font-size: 40px;
    line-height: 46px;
    height: 46px;
  }
  .tabpanel__tablist li a {
    font-size: 16px;
    line-height: 20px;
  }
  .ce-intext .ce-gallery.standard.columns_3 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_3 .ce-outer .ce-inner {
    position: relative;
    margin: -10px;
  }
  .ce-intext .ce-gallery.standard.columns_3 figure {
    display: inline-block;
    padding: 0 10px;
  }
  .ce-intext .ce-gallery.standard.columns_4 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_4 .ce-outer .ce-inner {
    position: relative;
    margin: -10px;
  }
  .ce-intext .ce-gallery.standard.columns_4 figure {
    display: inline-block;
    padding: 0 10px;
  }
  .ce-intext .ce-gallery.standard.columns_5 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_5 .ce-outer .ce-inner {
    position: relative;
    margin: -10px;
  }
  .ce-intext .ce-gallery.standard.columns_5 figure {
    display: inline-block;
    padding: 0 10px;
  }
  .ce-intext .ce-gallery.standard.columns_6 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_6 .ce-outer .ce-inner {
    position: relative;
    margin: -10px;
  }
  .ce-intext .ce-gallery.standard.columns_6 figure {
    display: inline-block;
    padding: 0 10px;
  }
  .ce-intext .ce-gallery.standard.columns_7 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_7 .ce-outer .ce-inner {
    position: relative;
    margin: -10px;
  }
  .ce-intext .ce-gallery.standard.columns_7 figure {
    display: inline-block;
    padding: 0 10px;
  }
  .ce-intext .ce-gallery.standard.columns_8 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_8 .ce-outer .ce-inner {
    position: relative;
    margin: -10px;
  }
  .ce-intext .ce-gallery.standard.columns_8 figure {
    display: inline-block;
    padding: 0 10px;
  }
  .textImageLayered .ce-gallery {
    width: 50%;
  }
  .textImageLayered .ce-gallery figure figcaption {
    width: 62%;
  }
  .frame-type-table .ce-table {
    font-size: 16px;
    line-height: 20px;
  }
  input[type=file]::-webkit-file-upload-button {
    font-size: 16px;
    line-height: 20px;
  }
  input[type=file]::file-selector-button {
    font-size: 16px;
    line-height: 20px;
  }
  .powermail_label, div[class^=powermail_fieldwrap_] > label {
    font-size: 18px;
    line-height: 22px;
  }
  .powermail_tab_navigation {
    height: 55px;
  }
  .powermail_form.powermail_morestep > .btn-group > .btn {
    font-size: 16px;
    line-height: 20px;
  }
  header.pageheader #mainmenu .mainmenu-inner nav.mainmenu-menu {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (min-width: 1024px){
  h1,
  .h1-style {
    font-size: 50px;
    line-height: 56px;
  }
  h2, .h2-style {
    font-size: 50px;
    line-height: 56px;
  }
  h3, .teaserbox .teaserbox__content h3.h2-style, .h3-style {
    font-size: 36px;
    line-height: 42px;
  }
  h4, legend.powermail_legend,
  .h4-style {
    font-size: 36px;
    line-height: 42px;
  }
  .grid__column.grid__column--md-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
  .grid__column.grid__column--md-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
  .grid__column.grid__column--md-3 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .grid__column.grid__column--md-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .grid__column.grid__column--md-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
  .grid__column.grid__column--md-6 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .grid__column.grid__column--md-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
  .grid__column.grid__column--md-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
  .grid__column.grid__column--md-9 {
    width: 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .grid__column.grid__column--md-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
  .grid__column.grid__column--md-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
  .grid__column.grid__column--md-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .accordion-container.specialaccordion .accordion .accordion__header {
    font-size: 30px;
    line-height: 36px;
    height: 36px;
  }
  .accordion-container.specialaccordion .accordion.accordion--open > .accordion__header {
    font-size: 50px;
    line-height: 56px;
    height: 56px;
  }
  .ce-intext .ce-gallery.standard.columns_4 {
    width: 25%;
  }
  .ce-intext .ce-gallery.standard.columns_5 {
    width: 25%;
  }
  .ce-intext .ce-gallery.standard.columns_6 {
    width: 25%;
  }
  .ce-intext .ce-gallery.standard.columns_7 {
    width: 25%;
  }
  .ce-intext .ce-gallery.standard.columns_8 {
    width: 25%;
  }
  .textImageLayered .ce-gallery {
    width: 40%;
  }
  .textImageLayered .ce-gallery figure figcaption {
    width: 80%;
  }
}

@media (min-width: 1280px){
  .grid__column.grid__column--lg-1 {
    width: 8.3333333333%;
    max-width: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
  }
  .grid__column.grid__column--lg-2 {
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
  }
  .grid__column.grid__column--lg-3 {
    width: 25%;
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .grid__column.grid__column--lg-4 {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
  }
  .grid__column.grid__column--lg-5 {
    width: 41.6666666667%;
    max-width: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
  }
  .grid__column.grid__column--lg-6 {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .grid__column.grid__column--lg-7 {
    width: 58.3333333333%;
    max-width: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
  }
  .grid__column.grid__column--lg-8 {
    width: 66.6666666667%;
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
  .grid__column.grid__column--lg-9 {
    width: 75%;
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
  .grid__column.grid__column--lg-10 {
    width: 83.3333333333%;
    max-width: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
  }
  .grid__column.grid__column--lg-11 {
    width: 91.6666666667%;
    max-width: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
  }
  .grid__column.grid__column--lg-12 {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media (max-width: 1279px){
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 16.665%;
  }
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 16.665%;
  }
  header.pageheader ul.sectionMenu.sticky {
    padding: 0px 50px 0px 200px;
  }
}

@media (max-width: 1023px){
  .ce-above .ce-gallery.standard.columns_5 figure,
  .ce-below .ce-gallery.standard.columns_5 figure {
    width: 25%;
  }
  .ce-above .ce-gallery.standard.columns_6 figure,
  .ce-below .ce-gallery.standard.columns_6 figure {
    width: 25%;
  }
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 25%;
  }
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 25%;
  }
}

@media all and (max-width: 900px){
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 808px){
  header.pageheader .headerLogo {
    width: 620px;
    height: 360px;
    margin-left: calc(50% - 310px);
    margin-top: calc(50vh - 190px);
  }
  header.pageheader .headerLogo span.subhead,
  header.pageheader .headerLogo span.date,
  header.pageheader .headerLogo span.organizer {
    font-size: 32px;
    line-height: 36px;
  }
  header.pageheader .headerLogo span.subhead {
    margin-top: 228px;
  }
  header.pageheader .headerLogo span.date {
    margin-top: 300px;
  }
  header.pageheader .headerLogo span.organizer {
    font-size: 15px;
    line-height: 22px;
    margin-top: 340px;
  }
  header.pageheader .stoerer.infomail {
    margin-left: calc(50% - 330px);
    margin-top: calc(50vh + 30px);
    -webkit-transform: rotate(-15deg) scale(0.95);
        -ms-transform: rotate(-15deg) scale(0.95);
            transform: rotate(-15deg) scale(0.95);
  }
  header.pageheader .stoerer.infomail:active, header.pageheader .stoerer.infomail:hover {
    -webkit-transform: rotate(-15deg) scale(1.05);
        -ms-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 24px;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px){
  main.main-content.mobile-accordion section {
    padding: 0px;
    /* wenn es kein Anchor / Akkordeon ist ... */
  }
  main.main-content.mobile-accordion section > .sectionHeader {
    display: block;
  }
  main.main-content.mobile-accordion section > .sectionContent {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
  }
  main.main-content.mobile-accordion section > .sectionContent > .container-fluid {
    padding: 10px 0 0;
  }
  main.main-content.mobile-accordion section.sectionAccordion > .sectionContent {
    max-height: 0;
    -webkit-transition: max-height 300ms ease 0s;
    transition: max-height 300ms ease 0s;
  }
  main.main-content.mobile-accordion section.sectionAccordion + section.section {
    border-top: 1px solid #ffffff;
  }
  .ce-above .ce-gallery.standard.columns_4 figure,
  .ce-below .ce-gallery.standard.columns_4 figure {
    width: 33.333%;
  }
  .ce-above .ce-gallery.standard.columns_5 figure,
  .ce-below .ce-gallery.standard.columns_5 figure {
    width: 33.333%;
  }
  .ce-above .ce-gallery.standard.columns_6 figure,
  .ce-below .ce-gallery.standard.columns_6 figure {
    width: 33.333%;
  }
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 33.333%;
  }
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 33.333%;
  }
  .ce-intext .ce-gallery {
    width: 40%;
  }
  .ce-intext.ce-nowrap .ce-bodytext {
    width: 60%;
  }
  header.pageheader ul.sectionMenu {
    display: none;
  }
  header.pageheader .firstSectionLink a {
    margin: calc(60vh + 150px) auto 0;
  }
  footer.footer .footer-column {
    padding: 30px 0 20px;
  }
}

@media (max-width: 680px){
  header.pageheader .headerLogo {
    width: 420px;
    height: 250px;
    margin-left: calc(50% - 210px);
    margin-top: calc(50vh - 115px);
  }
  header.pageheader .headerLogo span.subhead,
  header.pageheader .headerLogo span.date,
  header.pageheader .headerLogo span.organizer {
    font-size: 22px;
    line-height: 25px;
  }
  header.pageheader .headerLogo span.subhead {
    margin-top: 155px;
  }
  header.pageheader .headerLogo span.date {
    margin-top: 205px;
  }
  header.pageheader .headerLogo span.organizer {
    font-size: 10.5px;
    line-height: 16px;
    margin-top: 233px;
  }
  header.pageheader .headerLogo.sticky, header.pageheader .headerLogo.smallHeaderLogo {
    width: 150px;
    height: 65px;
  }
  header.pageheader .headerLogo.sticky span.subhead,
  header.pageheader .headerLogo.sticky span.date,
  header.pageheader .headerLogo.sticky span.organizer, header.pageheader .headerLogo.smallHeaderLogo span.subhead,
  header.pageheader .headerLogo.smallHeaderLogo span.date,
  header.pageheader .headerLogo.smallHeaderLogo span.organizer {
    top: -60px;
    font-size: 8px;
    line-height: 10px;
    opacity: 0;
  }
  header.pageheader .headerLogo.sticky span.subhead, header.pageheader .headerLogo.smallHeaderLogo span.subhead {
    margin-top: 90px;
  }
  header.pageheader .headerLogo.sticky span.date, header.pageheader .headerLogo.smallHeaderLogo span.date {
    margin-top: 110px;
  }
  header.pageheader .headerLogo.sticky span.organizer, header.pageheader .headerLogo.smallHeaderLogo span.organizer {
    font-size: 4px;
    line-height: 6.5px;
    margin-top: 120px;
  }
  header.pageheader .stoerer.infomail {
    margin-left: calc(50% - 260px);
    margin-top: calc(50vh + 10px);
    -webkit-transform: rotate(-15deg) scale(0.8);
        -ms-transform: rotate(-15deg) scale(0.8);
            transform: rotate(-15deg) scale(0.8);
  }
  header.pageheader .stoerer.infomail:active, header.pageheader .stoerer.infomail:hover {
    -webkit-transform: rotate(-15deg) scale(0.9);
        -ms-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
}

@media (max-width: 640px){
  .tabpanel--mobile-accordion .tabpanel__tablist {
    display: none;
  }
  .tabpanel--mobile-accordion .tabpanel__content-wrapper {
    padding: 0;
    border: none;
  }
  .tabpanel--mobile-accordion .tabpanel__content {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    position: relative;
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 639px){
  .ce-above .ce-gallery.standard.columns_3 figure,
  .ce-below .ce-gallery.standard.columns_3 figure {
    width: 50%;
  }
  .ce-above .ce-gallery.standard.columns_4 figure,
  .ce-below .ce-gallery.standard.columns_4 figure {
    width: 50%;
  }
  .ce-above .ce-gallery.standard.columns_5 figure,
  .ce-below .ce-gallery.standard.columns_5 figure {
    width: 50%;
  }
  .ce-above .ce-gallery.standard.columns_6 figure,
  .ce-below .ce-gallery.standard.columns_6 figure {
    width: 50%;
  }
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 50%;
  }
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 50%;
  }
  .ce-intext .ce-gallery {
    width: 100%;
    margin-bottom: 0.25em;
  }
  .ce-intext.ce-left .ce-gallery {
    float: none;
    margin-right: 0px;
    padding-right: 0px;
  }
  .ce-intext.ce-right .ce-gallery {
    float: none;
    margin-left: 0px;
    padding-left: 0px;
  }
  .ce-intext.ce-nowrap .ce-bodytext {
    width: 100%;
  }
  .ce-intext.ce-nowrap.ce-left .ce-bodytext {
    padding-left: 0px;
  }
  .ce-intext.ce-nowrap.ce-right .ce-bodytext {
    padding-right: 0px;
  }
  header.pageheader #mainmenu .mainmenu-inner {
    padding: 30px 60px 30px 30px;
  }
  header.pageheader .firstSectionLink a {
    margin: calc(60vh + 100px) auto 0;
  }
}

@media (max-width: 616px){
  header.pageheader .stoerer.infomail {
    margin-left: calc(50% - 200px);
    margin-top: calc(50vh - 20px);
    -webkit-transform: rotate(-15deg) scale(0.7);
        -ms-transform: rotate(-15deg) scale(0.7);
            transform: rotate(-15deg) scale(0.7);
  }
  header.pageheader .stoerer.infomail:active, header.pageheader .stoerer.infomail:hover {
    -webkit-transform: rotate(-15deg) scale(0.8);
        -ms-transform: rotate(-15deg) scale(0.8);
            transform: rotate(-15deg) scale(0.8);
  }
}

@media (max-width: 575px){
  .ce-above .ce-gallery.standard.columns_2 figure,
  .ce-below .ce-gallery.standard.columns_2 figure {
    width: 100%;
  }
  .ce-above .ce-gallery.standard.columns_3 figure,
  .ce-below .ce-gallery.standard.columns_3 figure {
    width: 100%;
  }
  .ce-above .ce-gallery.standard.columns_4 figure,
  .ce-below .ce-gallery.standard.columns_4 figure {
    width: 100%;
  }
  .ce-above .ce-gallery.standard.columns_5 figure,
  .ce-below .ce-gallery.standard.columns_5 figure {
    width: 100%;
  }
  .ce-above .ce-gallery.standard.columns_6 figure,
  .ce-below .ce-gallery.standard.columns_6 figure {
    width: 100%;
  }
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 100%;
  }
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 100%;
  }
  header.pageheader .headerLogo {
    width: 320px;
    height: 190px;
    margin-left: calc(50% - 160px);
    margin-top: calc(50vh - 115px);
  }
  header.pageheader .headerLogo span.subhead,
  header.pageheader .headerLogo span.date,
  header.pageheader .headerLogo span.organizer {
    font-size: 17px;
    line-height: 19px;
  }
  header.pageheader .headerLogo span.subhead {
    margin-top: 119px;
  }
  header.pageheader .headerLogo span.date {
    margin-top: 157px;
  }
  header.pageheader .headerLogo span.organizer {
    font-size: 8px;
    line-height: 13px;
    margin-top: 177px;
  }
}

/*# sourceMappingURL=style-final.css.map */