@charset "UTF-8";
/* scss reset https://github.com/andreymatin/scss-reset */
/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

/* Basic body setup for layout and text rendering optimization */
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;
}

/* Apply box-sizing globally for consistent element sizing */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Style unclassed links for better accessibility */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
 * URL: http://meyerweb.com/eric/tools/css/reset/
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
.heroImage .heroImageTxt .claim.titleclaim,
h2,
h3,
.accordion .accordion__header,
.icon-button-links a,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Add focus styles to improve accessibility */
:focus {
  outline: 0;
}

/* Normalize HTML5 elements for older browsers */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block;
}

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove default list styling */
ol,
ul {
  list-style: none;
}

/* Normalize quote styling */
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Reset and normalize form inputs */
input:required,
input {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Autofill styling for better compatibility */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Improve appearance of search inputs */
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;
}

video {
  background: #000;
}

/**
 * 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 media easier to work with
 */
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

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

/* Additional attribute handling for accessibility */
[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none;
}

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

/**
 * 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 and Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 */
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 */
/* Header Border Radius */
/* COLORS */
/* mixins */
/* Typo-Größen mixin */
/* vertikale Separator-Linien zwischen Spalten des Grid-Systems ... */
/* Clearfix */
/** Prefix Settings **/
/** BEM Mixins **/
/* fonts */
/* Font: Aktiv Grotesk */
@font-face {
  font-family: "AktivGrotesk";
  src: url("../../Public/Assets/Fonts/AktivGrotesk/WOFF2/AktivGrotesk_W_Rg.woff2") format("woff2"), url("../../Public/Assets/Fonts/AktivGrotesk/WOFF/AktivGrotesk_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../../Public/Assets/Fonts/AktivGrotesk/WOFF2/AktivGrotesk_W_It.woff2") format("woff2"), url("../../Public/Assets/Fonts/AktivGrotesk/WOFF/AktivGrotesk_W_It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../../Public/Assets/Fonts/AktivGrotesk/WOFF2/AktivGrotesk_W_SBd.woff2") format("woff2"), url("../../Public/Assets/Fonts/AktivGrotesk/WOFF/AktivGrotesk_W_SBd.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../../Public/Assets/Fonts/AktivGrotesk/WOFF2/AktivGrotesk_W_SBdIt.woff2") format("woff2"), url("../../Public/Assets/Fonts/AktivGrotesk/WOFF/AktivGrotesk_W_SBdIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "AktivGrotesk";
  src: url("../../Public/Assets/Fonts/AktivGrotesk/WOFF2/AktivGrotesk_W_Bd.woff2") format("woff2"), url("../../Public/Assets/Fonts/AktivGrotesk/WOFF/AktivGrotesk_W_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* color schemes */
.standard-colors, main.main-content section.standard-colors, body {
  color: #2f333e;
}
.standard-colors a, main.main-content section.standard-colors a, body a {
  color: #2f333e;
}
.standard-colors a:visited, main.main-content section.standard-colors a:visited, body a:visited {
  color: #2f333e;
}
.standard-colors a:hover, main.main-content section.standard-colors a:hover, body a:hover, .standard-colors a:active, main.main-content section.standard-colors a:active, body a:active {
  color: #2f333e;
}
.standard-colors .button, main.main-content section.standard-colors .button, body .button,
.standard-colors a.button,
.standard-colors .btn,
main.main-content section.standard-colors .btn,
body .btn,
.standard-colors .button--default,
main.main-content section.standard-colors .button--default,
body .button--default {
  color: #c0d4df;
  border-color: #2f333e;
  background-color: #2f333e;
}
.standard-colors .button:link, body .button:link, .standard-colors .button:visited, body .button:visited,
.standard-colors a.button:link,
.standard-colors a.button:visited,
.standard-colors .btn:link,
body .btn:link,
.standard-colors .btn:visited,
body .btn:visited,
.standard-colors .button--default:link,
body .button--default:link,
.standard-colors .button--default:visited,
body .button--default:visited {
  color: #c0d4df;
  border-color: #2f333e;
  background-color: #2f333e;
}
.standard-colors .button:hover, body .button:hover, .standard-colors .button:active, body .button:active,
.standard-colors a.button:hover,
.standard-colors a.button:active,
.standard-colors .btn:hover,
body .btn:hover,
.standard-colors .btn:active,
body .btn:active,
.standard-colors .button--default:hover,
body .button--default:hover,
.standard-colors .button--default:active,
body .button--default:active {
  color: #2f333e;
  background-color: transparent;
}
.standard-colors .button.powermail_submit, body .button.powermail_submit, .standard-colors .button[type=submit], body .button[type=submit],
.standard-colors a.button.powermail_submit,
.standard-colors a.button[type=submit],
.standard-colors .btn.powermail_submit,
body .btn.powermail_submit,
.standard-colors .btn[type=submit],
body .btn[type=submit],
.standard-colors .button--default.powermail_submit,
body .button--default.powermail_submit,
.standard-colors .button--default[type=submit],
body .button--default[type=submit] {
  background-color: #2f333e;
  border-color: #2f333e;
  color: #c0d4df;
}
.standard-colors .button.powermail_submit:hover, body .button.powermail_submit:hover, .standard-colors .button.powermail_submit:active, body .button.powermail_submit:active, .standard-colors .button[type=submit]:hover, body .button[type=submit]:hover, .standard-colors .button[type=submit]:active, body .button[type=submit]:active,
.standard-colors a.button.powermail_submit:hover,
.standard-colors a.button.powermail_submit:active,
.standard-colors a.button[type=submit]:hover,
.standard-colors a.button[type=submit]:active,
.standard-colors .btn.powermail_submit:hover,
body .btn.powermail_submit:hover,
.standard-colors .btn.powermail_submit:active,
body .btn.powermail_submit:active,
.standard-colors .btn[type=submit]:hover,
body .btn[type=submit]:hover,
.standard-colors .btn[type=submit]:active,
body .btn[type=submit]:active,
.standard-colors .button--default.powermail_submit:hover,
body .button--default.powermail_submit:hover,
.standard-colors .button--default.powermail_submit:active,
body .button--default.powermail_submit:active,
.standard-colors .button--default[type=submit]:hover,
body .button--default[type=submit]:hover,
.standard-colors .button--default[type=submit]:active,
body .button--default[type=submit]:active {
  background-color: transparent;
  color: #2f333e;
}
.standard-colors .powermail_form, main.main-content section.standard-colors .powermail_form, body .powermail_form {
  /* zweispaltiges Layout */
}
.standard-colors .powermail_form.layout1, body .powermail_form.layout1, .standard-colors .powermail_form.layout1 .powermail-moresteps-content-container, body .powermail_form.layout1 .powermail-moresteps-content-container,
.standard-colors .powermail_form .powermail_fieldset.layout1,
body .powermail_form .powermail_fieldset.layout1 {
  -webkit-column-rule-color: rgb(86, 86, 86);
     -moz-column-rule-color: rgb(86, 86, 86);
          column-rule-color: rgb(86, 86, 86);
  border-color: rgb(86, 86, 86);
}
.standard-colors blockquote, main.main-content section.standard-colors blockquote, body blockquote {
  border-left-color: rgb(190, 190, 190);
}
.standard-colors blockquote::before, main.main-content section.standard-colors blockquote::before, body blockquote::before {
  color: rgb(190, 190, 190);
}
.standard-colors hr, main.main-content section.standard-colors hr, body hr {
  border-bottom-color: #2f333e;
}
.standard-colors .ce-gallery .slick-dots li button, body .ce-gallery .slick-dots li button {
  border-color: #2f333e;
  background-color: transparent;
}
.standard-colors .ce-gallery .slick-dots li.slick-active button, body .ce-gallery .slick-dots li.slick-active button {
  border-color: #2f333e;
  background-color: #2f333e;
}
.standard-colors .ce-gallery.imageborder.slideshow, body .ce-gallery.imageborder.slideshow, .standard-colors .ce-gallery.imageborder.standard img, body .ce-gallery.imageborder.standard img {
  border-color: rgb(103, 103, 103);
}
.standard-colors, main.main-content section.standard-colors, body {
  /* Highlight Boxes */
}
.standard-colors .ce-table.ce-table-standard thead tr th, body .ce-table.ce-table-standard thead tr th, .standard-colors .ce-table.ce-table-bordered thead tr th, body .ce-table.ce-table-bordered thead tr th {
  border-color: rgb(86, 86, 86);
}
.standard-colors .ce-table.ce-table-standard thead th, body .ce-table.ce-table-standard thead th,
.standard-colors .ce-table.ce-table-standard thead td,
body .ce-table.ce-table-standard thead td,
.standard-colors .ce-table.ce-table-standard tbody th,
body .ce-table.ce-table-standard tbody th,
.standard-colors .ce-table.ce-table-standard tbody td,
body .ce-table.ce-table-standard tbody td,
.standard-colors .ce-table.ce-table-standard tfoot th,
body .ce-table.ce-table-standard tfoot th,
.standard-colors .ce-table.ce-table-standard tfoot td,
body .ce-table.ce-table-standard tfoot td, .standard-colors .ce-table.ce-table-bordered thead th, body .ce-table.ce-table-bordered thead th,
.standard-colors .ce-table.ce-table-bordered thead td,
body .ce-table.ce-table-bordered thead td,
.standard-colors .ce-table.ce-table-bordered tbody th,
body .ce-table.ce-table-bordered tbody th,
.standard-colors .ce-table.ce-table-bordered tbody td,
body .ce-table.ce-table-bordered tbody td,
.standard-colors .ce-table.ce-table-bordered tfoot th,
body .ce-table.ce-table-bordered tfoot th,
.standard-colors .ce-table.ce-table-bordered tfoot td,
body .ce-table.ce-table-bordered tfoot td {
  border-color: rgb(86, 86, 86);
}
.standard-colors .ce-table.ce-table-standard tbody tr th, body .ce-table.ce-table-standard tbody tr th,
.standard-colors .ce-table.ce-table-standard tbody tr td,
body .ce-table.ce-table-standard tbody tr td, .standard-colors .ce-table.ce-table-bordered tbody tr th, body .ce-table.ce-table-bordered tbody tr th,
.standard-colors .ce-table.ce-table-bordered tbody tr td,
body .ce-table.ce-table-bordered tbody tr td {
  border-color: rgb(86, 86, 86);
}
.standard-colors .ce-table.ce-table-standard tfoot tr th, body .ce-table.ce-table-standard tfoot tr th,
.standard-colors .ce-table.ce-table-standard tfoot tr td,
body .ce-table.ce-table-standard tfoot tr td, .standard-colors .ce-table.ce-table-bordered tfoot tr th, body .ce-table.ce-table-bordered tfoot tr th,
.standard-colors .ce-table.ce-table-bordered tfoot tr td,
body .ce-table.ce-table-bordered tfoot tr td {
  border-color: rgb(86, 86, 86);
}
.standard-colors .ce-table.ce-table-bordered, body .ce-table.ce-table-bordered {
  border-color: rgb(86, 86, 86);
}
.standard-colors .ce-table.ce-table-bordered caption, body .ce-table.ce-table-bordered caption {
  border-color: rgb(86, 86, 86);
}
.standard-colors .ce-table, main.main-content section.standard-colors .ce-table, body .ce-table {
  /* Design "gestreift" */
}

.inverted-colors, .csc-frame.highlight-box.highlight-box--anthracite, main.main-content section.inverted-colors, main.main-content section.highlight-box--anthracite {
  color: #ffffff;
}
.inverted-colors a, .csc-frame.highlight-box.highlight-box--anthracite a, main.main-content section.inverted-colors a, main.main-content section.highlight-box--anthracite a {
  color: #ffffff;
}
.inverted-colors a:visited, .csc-frame.highlight-box.highlight-box--anthracite a:visited, main.main-content section.inverted-colors a:visited, main.main-content section.highlight-box--anthracite a:visited {
  color: #ffffff;
}
.inverted-colors a:hover, .csc-frame.highlight-box.highlight-box--anthracite a:hover, main.main-content section.inverted-colors a:hover, main.main-content section.highlight-box--anthracite a:hover, .inverted-colors a:active, .csc-frame.highlight-box.highlight-box--anthracite a:active, main.main-content section.inverted-colors a:active, main.main-content section.highlight-box--anthracite a:active {
  color: #ffffff;
}
.inverted-colors .button, .csc-frame.highlight-box.highlight-box--anthracite .button, main.main-content section.inverted-colors .button, main.main-content section.highlight-box--anthracite .button,
.inverted-colors a.button,
.inverted-colors .btn,
.csc-frame.highlight-box.highlight-box--anthracite .btn,
main.main-content section.inverted-colors .btn,
main.main-content section.highlight-box--anthracite .btn,
.inverted-colors .button--default,
.csc-frame.highlight-box.highlight-box--anthracite .button--default,
main.main-content section.inverted-colors .button--default,
main.main-content section.highlight-box--anthracite .button--default {
  color: #2f333e;
  background-color: #c0d4df;
  border-color: #c0d4df;
}
.inverted-colors .button:link, .csc-frame.highlight-box.highlight-box--anthracite .button:link, main.main-content section.highlight-box--anthracite .button:link, .inverted-colors .button:visited, .csc-frame.highlight-box.highlight-box--anthracite .button:visited, main.main-content section.highlight-box--anthracite .button:visited,
.inverted-colors a.button:link,
.inverted-colors a.button:visited,
.inverted-colors .btn:link,
.csc-frame.highlight-box.highlight-box--anthracite .btn:link,
main.main-content section.highlight-box--anthracite .btn:link,
.inverted-colors .btn:visited,
.csc-frame.highlight-box.highlight-box--anthracite .btn:visited,
main.main-content section.highlight-box--anthracite .btn:visited,
.inverted-colors .button--default:link,
.csc-frame.highlight-box.highlight-box--anthracite .button--default:link,
main.main-content section.highlight-box--anthracite .button--default:link,
.inverted-colors .button--default:visited,
.csc-frame.highlight-box.highlight-box--anthracite .button--default:visited,
main.main-content section.highlight-box--anthracite .button--default:visited {
  color: #2f333e;
  background-color: #c0d4df;
  border-color: #c0d4df;
}
.inverted-colors .button:hover, .csc-frame.highlight-box.highlight-box--anthracite .button:hover, main.main-content section.highlight-box--anthracite .button:hover, .inverted-colors .button:active, .csc-frame.highlight-box.highlight-box--anthracite .button:active, main.main-content section.highlight-box--anthracite .button:active,
.inverted-colors a.button:hover,
.inverted-colors a.button:active,
.inverted-colors .btn:hover,
.csc-frame.highlight-box.highlight-box--anthracite .btn:hover,
main.main-content section.highlight-box--anthracite .btn:hover,
.inverted-colors .btn:active,
.csc-frame.highlight-box.highlight-box--anthracite .btn:active,
main.main-content section.highlight-box--anthracite .btn:active,
.inverted-colors .button--default:hover,
.csc-frame.highlight-box.highlight-box--anthracite .button--default:hover,
main.main-content section.highlight-box--anthracite .button--default:hover,
.inverted-colors .button--default:active,
.csc-frame.highlight-box.highlight-box--anthracite .button--default:active,
main.main-content section.highlight-box--anthracite .button--default:active {
  color: #c0d4df;
  background-color: transparent;
  border-color: #c0d4df;
}
.inverted-colors .button.powermail_submit, .csc-frame.highlight-box.highlight-box--anthracite .button.powermail_submit, main.main-content section.highlight-box--anthracite .button.powermail_submit, .inverted-colors .button[type=submit], .csc-frame.highlight-box.highlight-box--anthracite .button[type=submit], main.main-content section.highlight-box--anthracite .button[type=submit],
.inverted-colors a.button.powermail_submit,
.inverted-colors a.button[type=submit],
.inverted-colors .btn.powermail_submit,
.csc-frame.highlight-box.highlight-box--anthracite .btn.powermail_submit,
main.main-content section.highlight-box--anthracite .btn.powermail_submit,
.inverted-colors .btn[type=submit],
.csc-frame.highlight-box.highlight-box--anthracite .btn[type=submit],
main.main-content section.highlight-box--anthracite .btn[type=submit],
.inverted-colors .button--default.powermail_submit,
.csc-frame.highlight-box.highlight-box--anthracite .button--default.powermail_submit,
main.main-content section.highlight-box--anthracite .button--default.powermail_submit,
.inverted-colors .button--default[type=submit],
.csc-frame.highlight-box.highlight-box--anthracite .button--default[type=submit],
main.main-content section.highlight-box--anthracite .button--default[type=submit] {
  background-color: #c0d4df;
  border-color: #c0d4df;
  color: #2f333e;
}
.inverted-colors .button.powermail_submit:hover, .csc-frame.highlight-box.highlight-box--anthracite .button.powermail_submit:hover, main.main-content section.highlight-box--anthracite .button.powermail_submit:hover, .inverted-colors .button.powermail_submit:active, .csc-frame.highlight-box.highlight-box--anthracite .button.powermail_submit:active, main.main-content section.highlight-box--anthracite .button.powermail_submit:active, .inverted-colors .button[type=submit]:hover, .csc-frame.highlight-box.highlight-box--anthracite .button[type=submit]:hover, main.main-content section.highlight-box--anthracite .button[type=submit]:hover, .inverted-colors .button[type=submit]:active, .csc-frame.highlight-box.highlight-box--anthracite .button[type=submit]:active, main.main-content section.highlight-box--anthracite .button[type=submit]:active,
.inverted-colors a.button.powermail_submit:hover,
.inverted-colors a.button.powermail_submit:active,
.inverted-colors a.button[type=submit]:hover,
.inverted-colors a.button[type=submit]:active,
.inverted-colors .btn.powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--anthracite .btn.powermail_submit:hover,
main.main-content section.highlight-box--anthracite .btn.powermail_submit:hover,
.inverted-colors .btn.powermail_submit:active,
.csc-frame.highlight-box.highlight-box--anthracite .btn.powermail_submit:active,
main.main-content section.highlight-box--anthracite .btn.powermail_submit:active,
.inverted-colors .btn[type=submit]:hover,
.csc-frame.highlight-box.highlight-box--anthracite .btn[type=submit]:hover,
main.main-content section.highlight-box--anthracite .btn[type=submit]:hover,
.inverted-colors .btn[type=submit]:active,
.csc-frame.highlight-box.highlight-box--anthracite .btn[type=submit]:active,
main.main-content section.highlight-box--anthracite .btn[type=submit]:active,
.inverted-colors .button--default.powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--anthracite .button--default.powermail_submit:hover,
main.main-content section.highlight-box--anthracite .button--default.powermail_submit:hover,
.inverted-colors .button--default.powermail_submit:active,
.csc-frame.highlight-box.highlight-box--anthracite .button--default.powermail_submit:active,
main.main-content section.highlight-box--anthracite .button--default.powermail_submit:active,
.inverted-colors .button--default[type=submit]:hover,
.csc-frame.highlight-box.highlight-box--anthracite .button--default[type=submit]:hover,
main.main-content section.highlight-box--anthracite .button--default[type=submit]:hover,
.inverted-colors .button--default[type=submit]:active,
.csc-frame.highlight-box.highlight-box--anthracite .button--default[type=submit]:active,
main.main-content section.highlight-box--anthracite .button--default[type=submit]:active {
  background-color: transparent;
  border-color: #c0d4df;
  color: #2f333e;
}
.inverted-colors .ngbutton .button, .csc-frame.highlight-box.highlight-box--anthracite .ngbutton .button, main.main-content section.highlight-box--anthracite .ngbutton .button,
.inverted-colors .ngbutton a.button,
.inverted-colors .ngbutton .btn,
.csc-frame.highlight-box.highlight-box--anthracite .ngbutton .btn,
main.main-content section.highlight-box--anthracite .ngbutton .btn,
.inverted-colors .ngbutton .button--default,
.csc-frame.highlight-box.highlight-box--anthracite .ngbutton .button--default,
main.main-content section.highlight-box--anthracite .ngbutton .button--default, .inverted-colors.ngbutton .button, .ngbutton.csc-frame.highlight-box.highlight-box--anthracite .button, main.main-content section.ngbutton.highlight-box--anthracite .button,
.inverted-colors.ngbutton a.button,
.inverted-colors.ngbutton .btn,
.ngbutton.csc-frame.highlight-box.highlight-box--anthracite .btn,
main.main-content section.ngbutton.highlight-box--anthracite .btn,
.inverted-colors.ngbutton .button--default,
.ngbutton.csc-frame.highlight-box.highlight-box--anthracite .button--default,
main.main-content section.ngbutton.highlight-box--anthracite .button--default {
  color: #ffffff;
}
.inverted-colors .ngbutton .button:hover, .csc-frame.highlight-box.highlight-box--anthracite .ngbutton .button:hover, main.main-content section.highlight-box--anthracite .ngbutton .button:hover, .inverted-colors .ngbutton .button:active, .csc-frame.highlight-box.highlight-box--anthracite .ngbutton .button:active, main.main-content section.highlight-box--anthracite .ngbutton .button:active,
.inverted-colors .ngbutton a.button:hover,
.inverted-colors .ngbutton a.button:active,
.inverted-colors .ngbutton .btn:hover,
.csc-frame.highlight-box.highlight-box--anthracite .ngbutton .btn:hover,
main.main-content section.highlight-box--anthracite .ngbutton .btn:hover,
.inverted-colors .ngbutton .btn:active,
.csc-frame.highlight-box.highlight-box--anthracite .ngbutton .btn:active,
main.main-content section.highlight-box--anthracite .ngbutton .btn:active,
.inverted-colors .ngbutton .button--default:hover,
.csc-frame.highlight-box.highlight-box--anthracite .ngbutton .button--default:hover,
main.main-content section.highlight-box--anthracite .ngbutton .button--default:hover,
.inverted-colors .ngbutton .button--default:active,
.csc-frame.highlight-box.highlight-box--anthracite .ngbutton .button--default:active,
main.main-content section.highlight-box--anthracite .ngbutton .button--default:active, .inverted-colors.ngbutton .button:hover, .ngbutton.csc-frame.highlight-box.highlight-box--anthracite .button:hover, main.main-content section.ngbutton.highlight-box--anthracite .button:hover, .inverted-colors.ngbutton .button:active, .ngbutton.csc-frame.highlight-box.highlight-box--anthracite .button:active, main.main-content section.ngbutton.highlight-box--anthracite .button:active,
.inverted-colors.ngbutton a.button:hover,
.inverted-colors.ngbutton a.button:active,
.inverted-colors.ngbutton .btn:hover,
.ngbutton.csc-frame.highlight-box.highlight-box--anthracite .btn:hover,
main.main-content section.ngbutton.highlight-box--anthracite .btn:hover,
.inverted-colors.ngbutton .btn:active,
.ngbutton.csc-frame.highlight-box.highlight-box--anthracite .btn:active,
main.main-content section.ngbutton.highlight-box--anthracite .btn:active,
.inverted-colors.ngbutton .button--default:hover,
.ngbutton.csc-frame.highlight-box.highlight-box--anthracite .button--default:hover,
main.main-content section.ngbutton.highlight-box--anthracite .button--default:hover,
.inverted-colors.ngbutton .button--default:active,
.ngbutton.csc-frame.highlight-box.highlight-box--anthracite .button--default:active,
main.main-content section.ngbutton.highlight-box--anthracite .button--default:active {
  color: #ffffff;
}
.inverted-colors .ngbutton .button::before, .csc-frame.highlight-box.highlight-box--anthracite .ngbutton .button::before, main.main-content section.highlight-box--anthracite .ngbutton .button::before,
.inverted-colors .ngbutton a.button::before,
.inverted-colors .ngbutton .btn::before,
.csc-frame.highlight-box.highlight-box--anthracite .ngbutton .btn::before,
main.main-content section.highlight-box--anthracite .ngbutton .btn::before,
.inverted-colors .ngbutton .button--default::before,
.csc-frame.highlight-box.highlight-box--anthracite .ngbutton .button--default::before,
main.main-content section.highlight-box--anthracite .ngbutton .button--default::before, .inverted-colors.ngbutton .button::before, .ngbutton.csc-frame.highlight-box.highlight-box--anthracite .button::before, main.main-content section.ngbutton.highlight-box--anthracite .button::before,
.inverted-colors.ngbutton a.button::before,
.inverted-colors.ngbutton .btn::before,
.ngbutton.csc-frame.highlight-box.highlight-box--anthracite .btn::before,
main.main-content section.ngbutton.highlight-box--anthracite .btn::before,
.inverted-colors.ngbutton .button--default::before,
.ngbutton.csc-frame.highlight-box.highlight-box--anthracite .button--default::before,
main.main-content section.ngbutton.highlight-box--anthracite .button--default::before {
  content: "";
  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%20width%3D%2265%22%20height%3D%2244%22%20viewBox%3D%220%200%2065%2044%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M36.2763%2021.9431L18.8817%208.25344e-07L0%200L16.2494%2021.9431L-1.9233e-06%2044L18.8817%2044L36.2763%2021.9431ZM44.973%2021.9431L28.7237%2044L47.6053%2044L65%2021.9431L47.6053%202.0809e-06L28.7237%201.25555e-06L44.973%2021.9431Z%22%20fill%3D%22white%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
}
.inverted-colors .powermail_form, .csc-frame.highlight-box.highlight-box--anthracite .powermail_form, main.main-content section.inverted-colors .powermail_form, main.main-content section.highlight-box--anthracite .powermail_form {
  /* zweispaltiges Layout */
}
.inverted-colors .powermail_form.layout1, .csc-frame.highlight-box.highlight-box--anthracite .powermail_form.layout1, main.main-content section.highlight-box--anthracite .powermail_form.layout1, .inverted-colors .powermail_form.layout1 .powermail-moresteps-content-container, .csc-frame.highlight-box.highlight-box--anthracite .powermail_form.layout1 .powermail-moresteps-content-container, main.main-content section.highlight-box--anthracite .powermail_form.layout1 .powermail-moresteps-content-container,
.inverted-colors .powermail_form .powermail_fieldset.layout1,
.csc-frame.highlight-box.highlight-box--anthracite .powermail_form .powermail_fieldset.layout1,
main.main-content section.highlight-box--anthracite .powermail_form .powermail_fieldset.layout1 {
  -webkit-column-rule-color: #ffffff;
     -moz-column-rule-color: #ffffff;
          column-rule-color: #ffffff;
  border-color: #ffffff;
}
.inverted-colors blockquote, .csc-frame.highlight-box.highlight-box--anthracite blockquote, main.main-content section.inverted-colors blockquote, main.main-content section.highlight-box--anthracite blockquote {
  border-left-color: #ffffff;
}
.inverted-colors blockquote::before, .csc-frame.highlight-box.highlight-box--anthracite blockquote::before, main.main-content section.inverted-colors blockquote::before, main.main-content section.highlight-box--anthracite blockquote::before {
  color: #ffffff;
}
.inverted-colors hr, .csc-frame.highlight-box.highlight-box--anthracite hr, main.main-content section.inverted-colors hr, main.main-content section.highlight-box--anthracite hr {
  border-bottom-color: #ffffff;
}
.inverted-colors .ce-gallery .slick-dots li button, .csc-frame.highlight-box.highlight-box--anthracite .ce-gallery .slick-dots li button, main.main-content section.highlight-box--anthracite .ce-gallery .slick-dots li button {
  border-color: #ffffff;
  background-color: transparent;
}
.inverted-colors .ce-gallery .slick-dots li.slick-active button, .csc-frame.highlight-box.highlight-box--anthracite .ce-gallery .slick-dots li.slick-active button, main.main-content section.highlight-box--anthracite .ce-gallery .slick-dots li.slick-active button {
  border-color: #ffffff;
  background-color: #ffffff;
}
.inverted-colors .ce-gallery.imageborder.slideshow, .csc-frame.highlight-box.highlight-box--anthracite .ce-gallery.imageborder.slideshow, main.main-content section.highlight-box--anthracite .ce-gallery.imageborder.slideshow, .inverted-colors .ce-gallery.imageborder.standard img, .csc-frame.highlight-box.highlight-box--anthracite .ce-gallery.imageborder.standard img, main.main-content section.highlight-box--anthracite .ce-gallery.imageborder.standard img {
  border-color: #ffffff;
}
.inverted-colors, .csc-frame.highlight-box.highlight-box--anthracite, main.main-content section.inverted-colors, main.main-content section.highlight-box--anthracite {
  /* Highlight Boxes */
}
.inverted-colors .ce-table.ce-table-standard thead tr th, .csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-standard thead tr th, main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard thead tr th, .inverted-colors .ce-table.ce-table-bordered thead tr th, .csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered thead tr th, main.main-content section.highlight-box--anthracite .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--anthracite .ce-table.ce-table-standard thead th, main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard thead th,
.inverted-colors .ce-table.ce-table-standard thead td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-standard thead td,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard thead td,
.inverted-colors .ce-table.ce-table-standard tbody th,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-standard tbody th,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard tbody th,
.inverted-colors .ce-table.ce-table-standard tbody td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-standard tbody td,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard tbody td,
.inverted-colors .ce-table.ce-table-standard tfoot th,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-standard tfoot th,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard tfoot th,
.inverted-colors .ce-table.ce-table-standard tfoot td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-standard tfoot td,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard tfoot td, .inverted-colors .ce-table.ce-table-bordered thead th, .csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered thead th, main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered thead th,
.inverted-colors .ce-table.ce-table-bordered thead td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered thead td,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered thead td,
.inverted-colors .ce-table.ce-table-bordered tbody th,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered tbody th,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered tbody th,
.inverted-colors .ce-table.ce-table-bordered tbody td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered tbody td,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered tbody td,
.inverted-colors .ce-table.ce-table-bordered tfoot th,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered tfoot th,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered tfoot th,
.inverted-colors .ce-table.ce-table-bordered tfoot td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered tfoot td,
main.main-content section.highlight-box--anthracite .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--anthracite .ce-table.ce-table-standard tbody tr th, main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard tbody tr th,
.inverted-colors .ce-table.ce-table-standard tbody tr td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-standard tbody tr td,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard tbody tr td, .inverted-colors .ce-table.ce-table-bordered tbody tr th, .csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered tbody tr th, main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered tbody tr th,
.inverted-colors .ce-table.ce-table-bordered tbody tr td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered tbody tr td,
main.main-content section.highlight-box--anthracite .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--anthracite .ce-table.ce-table-standard tfoot tr th, main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard tfoot tr th,
.inverted-colors .ce-table.ce-table-standard tfoot tr td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-standard tfoot tr td,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-standard tfoot tr td, .inverted-colors .ce-table.ce-table-bordered tfoot tr th, .csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered tfoot tr th, main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered tfoot tr th,
.inverted-colors .ce-table.ce-table-bordered tfoot tr td,
.csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered tfoot tr td,
main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered tfoot tr td {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-bordered, .csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered, main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-bordered caption, .csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-bordered caption, main.main-content section.highlight-box--anthracite .ce-table.ce-table-bordered caption {
  border-color: #ffffff;
}
.inverted-colors .ce-table, .csc-frame.highlight-box.highlight-box--anthracite .ce-table, main.main-content section.inverted-colors .ce-table, main.main-content section.highlight-box--anthracite .ce-table {
  /* Design "gestreift" */
}
.inverted-colors .ce-table.ce-table-striped, .csc-frame.highlight-box.highlight-box--anthracite .ce-table.ce-table-striped, main.main-content section.highlight-box--anthracite .ce-table.ce-table-striped {
  border: 1px solid #ffffff;
}

/* color inversion interchange management */
/* typography & basic styles & elements */
body {
  font-family: AktivGrotesk, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  color: #2f333e;
  -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, .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, ul.csc-menu li {
  font-size: 22px;
  line-height: 28px;
}

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

.center p,
.text-center p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

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

.right p,
.text-right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-left: auto;
}

.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 {
  color: #2f333e;
  text-decoration: underline;
}
a:link, a:visited {
  color: #2f333e;
}
a:hover, a:active {
  color: #2f333e;
  text-decoration: none;
}

h2,
.h2-style,
.ce-headline-h2-style,
h3,
.accordion .accordion__header,
.icon-button-links a,
.h3-style,
.ce-headline-h3-style {
  font-weight: 600;
}
h2 b,
h2 strong,
.h2-style b,
.h2-style strong,
.ce-headline-h2-style b,
.ce-headline-h2-style strong,
h3 b,
.accordion .accordion__header b,
.icon-button-links a b,
h3 strong,
.accordion .accordion__header strong,
.icon-button-links a strong,
.h3-style b,
.h3-style strong,
.ce-headline-h3-style b,
.ce-headline-h3-style strong {
  font-weight: 700;
}

h1, .heroImage .heroImageTxt .claim.titleclaim,
.h1-style {
  font-family: AktivGrotesk, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 84px;
  line-height: 96px;
}
h1, .heroImage .heroImageTxt .claim.titleclaim,
.h1-style {
  margin-bottom: 1rem;
}

/* alternativer H1-Titel */
h2,
.h2-style,
.ce-headline-h1-style {
  font-family: AktivGrotesk, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 48px;
}
h2,
.h2-style,
.ce-headline-h1-style {
  margin-bottom: 1rem;
}

h3, .accordion .accordion__header, .icon-button-links a,
.h3-style,
.ce-headline-h2-style {
  font-family: AktivGrotesk, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0.75rem;
}

h4,
.h4-style,
.ce-headline-h3-style {
  font-size: 22px;
  line-height: 31px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}

h5,
.h5-style,
.ce-headline-h4-style {
  font-weight: 600;
  font-style: italic;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0.75rem;
}

h6,
.h6-style,
.ce-headline-h5-style,
.ce-headline-h6-style {
  font-weight: 400;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0.75rem;
}

/* Kein Abstand bei "zweizeiligen" Überschriften (h1, h2, h3) 
   (zwei Titel-CEs untereinander, die wie eine wirken sollen ... */
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header h1, .frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .heroImage .heroImageTxt .claim.titleclaim, .heroImage .heroImageTxt .frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .claim.titleclaim,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .h1-style {
  margin-top: -1rem;
}
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header {
  /* alternativer H1-Titel */
}
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header h2,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .h2-style,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .ce-headline-h1-style {
  margin-top: -1rem;
}
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header h3, .frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .accordion .accordion__header, .accordion .frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .accordion__header, .frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .icon-button-links a, .icon-button-links .frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header a,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .h3-style,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .ce-headline-h2-style {
  margin-top: -0.75rem;
}
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header h4,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .h4-style,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .ce-headline-h3-style {
  margin-top: -0.75rem;
}
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header h5,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .h5-style,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .ce-headline-h4-style {
  margin-top: -0.75rem;
}

/* Button Links */
.button, .btn,
input.btn,
input.button,
.button--default,
a.button {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  margin: 1px 6px 1px 0px;
}
.button:last-child, .btn:last-child,
.button--default:last-child,
a.button:last-child {
  margin-right: 0px;
}
.button, .btn,
input.btn,
input.button,
.button--default,
a.button {
  padding: 7px 14px;
  border: 2px solid;
  font-size: 16px;
  line-height: 20px;
}
.button, .btn,
input.btn,
input.button,
.button--default,
a.button {
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
}
.button:link, .btn:link,
.button--default:link, .button:visited, .btn:visited,
.button--default:visited,
a.button:link,
a.button:visited {
  text-decoration: none;
}
.button:hover, .btn:hover,
.button--default:hover, .button:active, .btn:active,
.button--default:active,
a.button:hover,
a.button:active {
  text-decoration: none;
}

/* NG Icon Button Links in Text CEs */
.icon-button-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2f333e;
  color: #c0d4df;
  font-weight: 600;
  text-align: left;
  -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;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  padding: 15px 15px 15px 107px;
  height: auto;
  min-height: 92px;
}
.icon-button-links a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 92px;
  background-color: #c0d4df;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.icon-button-links a:link, .icon-button-links a:visited {
  color: #c0d4df;
  text-decoration: none;
}
.icon-button-links a:hover, .icon-button-links a:active {
  background-color: #2f333e;
  color: #c0d4df;
  text-decoration: none;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.icon-button-links a {
  /* icon variations */
}
.icon-button-links a.file-link::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M63.0039%2071.165V76.625H29.4609V71.1641L63.0039%2071.165ZM45.9102%2065.7646L61.4238%2038.7695H67.8223L52.3682%2065.8564H39.4541L24%2038.7695H30.3975L45.9102%2065.7646ZM48.5557%2048.543H43.0957V15H48.5557V48.543Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.icon-button-links a.mail-link::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M71.2598%2067.7646H20.7412V62.0801H71.2588V29.7061L55.8984%2050.7129H48.8867L64.2627%2029.6836H27.7695L43.1455%2050.7129H48.8711V56.3965H43.1299V50.7129H36.1338L20.7568%2029.6836H20.7412V24H71.2598V29.6836H77V62.0801H71.2598V67.7646ZM20.7402%2062.0801H15V29.6836H20.7402V62.0801Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.icon-button-links a.external-link::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M65.6209%2026.3684L71%2031.8255L61.1732%2067.2696L55.8868%2061.9065L65.6209%2026.3684Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3Cpath%20d%3D%22M65.7085%2026.4571L60.3294%2021L24.9646%2030.5357L30.251%2035.8988L65.7085%2026.4571Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3Cpath%20d%3D%22M48.6683%2038.8275L53.2359%2043.4613L25.5676%2071L21%2066.3662L48.6683%2038.8275Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.icon-button-links a.submit-link::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M73.7557%2045.9924L73.7006%2053.6548L41.6892%2071.769L41.7434%2064.2387L73.7557%2045.9924Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3Cpath%20d%3D%22M73.7549%2046.1171L73.8101%2038.4547L42.0607%2020.1908L42.0064%2027.7211L73.7549%2046.1171Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3Cpath%20d%3D%22M52.9585%2042.8151L52.9116%2049.3214L13.8744%2049.2297L13.9213%2042.7234L52.9585%2042.8151Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.icon-button-links a.subscribe-link::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M20.2086%2025.5913L25.9%2019.9L60.6172%2054.6172L54.9259%2060.3086L20.2086%2025.5913ZM56.6329%2062.0156L62.3242%2056.3242L68.0156%2062.0156L69.1543%2068.8457L62.3242%2067.707L56.6329%2062.0156Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.icon-button-links {
  /* variant yellow */
}
.icon-button-links.icon-button-links--yellow a {
  color: #f8c711;
}
.icon-button-links.icon-button-links--yellow a::before {
  background-color: #f8c711;
}

/* Ticker text Title ... */
.csc-frame.ticker-title {
  position: relative;
}
.csc-frame.ticker-title:first-child {
  margin-top: -30px;
}
.csc-frame.ticker-title::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0px;
  left: -100%;
  left: -100vw;
  height: 100%;
  width: 300%;
  width: 300vw;
  background-color: #2f333e;
}
.csc-frame.ticker-title {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0px;
}
.csc-frame.ticker-title .csc-header {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.csc-frame.ticker-title .csc-header h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4.8rem;
  gap: 4.8rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: ticker;
          animation-name: ticker;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  font-size: 36px;
  line-height: 48px;
  color: #c0d4df;
  font-weight: 600;
  white-space: nowrap;
  margin: 0px;
}
.csc-frame.ticker-title .csc-header h2 a {
  color: #c0d4df;
  text-decoration: none;
}
.csc-frame.ticker-title .csc-header h2 a:link, .csc-frame.ticker-title .csc-header h2 a:visited {
  color: #c0d4df;
  text-decoration: none;
}
.csc-frame.ticker-title .csc-header h2 a:hover, .csc-frame.ticker-title .csc-header h2 a:active {
  color: #c0d4df;
  text-decoration: none;
}
.csc-frame.ticker-title {
  /* variant yellow */
}
.csc-frame.ticker-title.ticker-title--yellow .csc-header h2 {
  color: #f8c711;
}
.csc-frame.ticker-title.ticker-title--yellow .csc-header h2 a {
  color: #f8c711;
}

@-webkit-keyframes ticker {
  from {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  to {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}

@keyframes ticker {
  from {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  to {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
}
/* 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;
}
hr.ce-div {
  margin-bottom: 0;
}
hr {
  border: 0 none;
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
}
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;
}

/* Definition of Custom Properties ... */
:root {
  /* Colors ... */
  --black: #000000;
  --white: #ffffff;
  --pgcolor1: rgb(86, 86, 86);
  --pgcolor2: rgb(225, 225, 225);
  /* also possible: more complex definitions, like a box shadow ... */
}

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
}

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

/* Audio-Element (Korrektur des reset) */
audio {
  height: auto;
  min-height: 60px;
}

/* Skip-to-Content-Link */
.skip-to-content-link {
  left: 0;
  padding: 10px;
  position: absolute;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 1001;
  border-radius: 0 0 5px 0;
  background-color: #2f333e;
  color: #ffffff;
}
.skip-to-content-link:focus {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}

#scrollTop:focus-visible,
.topbar :focus-visible,
.skip-to-content-link:focus-visible,
.footer .footer-column--dark :focus-visible {
  outline-color: white;
}

a.teaserbox:focus-visible,
.skip-to-content-link:focus-visible,
a.plugin-list__item:focus-visible {
  outline-offset: -3px;
}

/* layout */
main.main-content {
  /* Sections */
  position: relative;
  width: 100%;
  overflow: hidden;
}
main.main-content section {
  padding-top: 30px;
  padding-bottom: 30px;
}
main.main-content section {
  scroll-snap-align: start;
  scroll-margin-top: 30px;
}
main.main-content section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main.main-content section > .sectionContent,
main.main-content section > .container-fluid {
  display: block;
  width: 100%;
  max-width: 1680px;
  margin: auto;
  padding: 0 15px;
}
main.main-content section.frame--indent > .sectionContent,
main.main-content section.frame--indent > .container-fluid {
  width: 75%;
  max-width: 1120px;
}
main.main-content section.frame--indent-left > .sectionContent > div,
main.main-content section.frame--indent-left > .container-fluid > div, main.main-content section.frame--indent-right > .sectionContent > div,
main.main-content section.frame--indent-right > .container-fluid > div {
  width: 87.5%;
  max-width: 1340px;
}
main.main-content section.frame--indent-left > .sectionContent > div,
main.main-content section.frame--indent-left > .container-fluid > div {
  margin-left: 0px;
  margin-right: auto;
}
main.main-content section.frame--indent-right > .sectionContent > div,
main.main-content section.frame--indent-right > .container-fluid > div {
  margin-left: auto;
  margin-right: 0px;
}
main.main-content section {
  /* Colored Sections */
}
main.main-content section.highlight-box--white {
  background-color: #ffffff;
}
main.main-content section.highlight-box--lightblue {
  background-color: #c0d4df;
}
main.main-content section.highlight-box--blue {
  background-color: #76afdc;
}
main.main-content section.highlight-box--green {
  background-color: #005b36;
}
main.main-content section.highlight-box--yellow {
  background-color: #f8c711;
}
main.main-content section.highlight-box--anthracite {
  background-color: #2f333e;
}
.csc-frame {
  display: block;
  width: 100%;
  /* default-Abstand vor dem Element */
  margin-top: 0px;
  /* optionale Abstände vor dem Element */
}
.csc-frame.frame-space-before-no-space {
  margin-top: 0px;
}
.csc-frame.frame-space-before-extra-small {
  margin-top: 15px;
}
.csc-frame.frame-space-before-small {
  margin-top: 30px;
}
.csc-frame.frame-space-before-medium {
  margin-top: 45px;
}
.csc-frame.frame-space-before-large {
  margin-top: 60px;
}
.csc-frame.frame-space-before-extra-large {
  margin-top: 75px;
}
.csc-frame {
  /* default-Abstand nach dem Element */
  margin-bottom: 15px;
  /* optionale Abstände nach dem Element */
}
.csc-frame.frame-space-after-no-space {
  margin-bottom: 0px;
}
.csc-frame.frame-space-after-extra-small {
  margin-bottom: 15px;
}
.csc-frame.frame-space-after-small {
  margin-bottom: 30px;
}
.csc-frame.frame-space-after-medium {
  margin-bottom: 45px;
}
.csc-frame.frame-space-after-large {
  margin-bottom: 60px;
}
.csc-frame.frame-space-after-extra-large {
  margin-bottom: 75px;
}
.csc-frame {
  /* Textabsatz ... */
}
.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-b13-2cols-with-header-container,
.csc-frame--type-b13-3cols-with-header-container,
.csc-frame--type-b13-4cols-with-header-container {
  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;
  margin: 0 -15px 15px;
  width: calc(100% + 30px);
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
}
.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-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-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-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;
}

/* Einspalter bzw. einfache Container-Box ... */
.frame-type-b13-container {
  width: 100%;
}

/* Gridboxen eingerückt ... */
.frame-type-b13-container.csc-frame-indent,
.csc-frame--type-b13-2cols-with-header-container.csc-frame-indent,
.csc-frame--type-b13-3cols-with-header-container.csc-frame-indent,
.csc-frame--type-b13-4cols-with-header-container.csc-frame-indent {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
}
.frame-type-b13-container.csc-frame-indent-left, .frame-type-b13-container.csc-frame-indent-right,
.csc-frame--type-b13-2cols-with-header-container.csc-frame-indent-left,
.csc-frame--type-b13-2cols-with-header-container.csc-frame-indent-right,
.csc-frame--type-b13-3cols-with-header-container.csc-frame-indent-left,
.csc-frame--type-b13-3cols-with-header-container.csc-frame-indent-right,
.csc-frame--type-b13-4cols-with-header-container.csc-frame-indent-left,
.csc-frame--type-b13-4cols-with-header-container.csc-frame-indent-right {
  width: 87.5%;
  max-width: 1340px;
}
.frame-type-b13-container.csc-frame-indent-left,
.csc-frame--type-b13-2cols-with-header-container.csc-frame-indent-left,
.csc-frame--type-b13-3cols-with-header-container.csc-frame-indent-left,
.csc-frame--type-b13-4cols-with-header-container.csc-frame-indent-left {
  margin-right: auto;
}
.frame-type-b13-container.csc-frame-indent-right,
.csc-frame--type-b13-2cols-with-header-container.csc-frame-indent-right,
.csc-frame--type-b13-3cols-with-header-container.csc-frame-indent-right,
.csc-frame--type-b13-4cols-with-header-container.csc-frame-indent-right {
  margin-left: auto;
}

.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: 15px;
}
.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: 15px 0;
  margin: 0 auto;
  width: 100%;
}
.csc-frame.highlight-box.highlight-box--white {
  background-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--lightblue {
  background-color: #c0d4df;
}
.csc-frame.highlight-box.highlight-box--blue {
  background-color: #76afdc;
}
.csc-frame.highlight-box.highlight-box--green {
  background-color: #005b36;
}
.csc-frame.highlight-box.highlight-box--yellow {
  background-color: #f8c711;
}
.csc-frame.highlight-box.highlight-box--anthracite {
  background-color: #2f333e;
}
.csc-frame {
  /* Spezial NG: Squared Box // N Box // G Box */
}
.csc-frame.squared-box {
  padding: 15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: calc(100% + 30px);
  aspect-ratio: 1/1;
  overflow-y: auto;
}
.csc-frame.box--n, .csc-frame.box--g {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.csc-frame.box--n {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22360%22%20height%3D%22360%22%20viewBox%3D%220%200%20360%20360%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M140.923%2049H72L221.333%20310.639H288.821L140.923%2049Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.csc-frame.box--n.standard-colors, body.csc-frame.box--n {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22360%22%20height%3D%22360%22%20viewBox%3D%220%200%20360%20360%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M140.923%2049H72L221.333%20310.639H288.821L140.923%2049Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.csc-frame.box--n.inverted-colors, main.main-content section.csc-frame.box--n.highlight-box--anthracite, .csc-frame.box--n.highlight-box.highlight-box--anthracite {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22360%22%20height%3D%22360%22%20viewBox%3D%220%200%20360%20360%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M140.923%2049H72L221.333%20310.639H288.821L140.923%2049Z%22%20fill%3D%22%23C0D4DF%22%2F%3E%0A%3C%2Fsvg%3E');
}
.csc-frame.box--g {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22360%22%20height%3D%22360%22%20viewBox%3D%220%200%20360%20360%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M247.159%20107.883H183.263C143.597%20107.883%20111.322%20140.32%20111.322%20180.191C111.322%20220.062%20143.597%20252.504%20183.263%20252.504H247.159V307.386H184.54C114.768%20307.386%2058.0003%20250.33%2058%20180.197C58%20110.062%20114.768%2053.0002%20184.54%2053H247.159V107.883ZM301.851%20252.222H247.131V197.215H301.851V252.222Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.csc-frame.box--g.standard-colors, body.csc-frame.box--g {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22360%22%20height%3D%22360%22%20viewBox%3D%220%200%20360%20360%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M247.159%20107.883H183.263C143.597%20107.883%20111.322%20140.32%20111.322%20180.191C111.322%20220.062%20143.597%20252.504%20183.263%20252.504H247.159V307.386H184.54C114.768%20307.386%2058.0003%20250.33%2058%20180.197C58%20110.062%20114.768%2053.0002%20184.54%2053H247.159V107.883ZM301.851%20252.222H247.131V197.215H301.851V252.222Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.csc-frame.box--g.inverted-colors, main.main-content section.csc-frame.box--g.highlight-box--anthracite, .csc-frame.box--g.highlight-box.highlight-box--anthracite {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22360%22%20height%3D%22360%22%20viewBox%3D%220%200%20360%20360%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M247.159%20107.883H183.263C143.597%20107.883%20111.322%20140.32%20111.322%20180.191C111.322%20220.062%20143.597%20252.504%20183.263%20252.504H247.159V307.386H184.54C114.768%20307.386%2058.0003%20250.33%2058%20180.197C58%20110.062%20114.768%2053.0002%20184.54%2053H247.159V107.883ZM301.851%20252.222H247.131V197.215H301.851V252.222Z%22%20fill%3D%22%23C0D4DF%22%2F%3E%0A%3C%2Fsvg%3E');
}

/* libs: slick carousel */
/* 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;
  padding-bottom: 40px;
}

.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

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

/*=================================
  Previous and Next icon buttons
==================================*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 11;
  display: block;
  padding: 0;
  height: 30px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}
.slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
  opacity: 0.25;
}

.slick-prev {
  left: 10px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 10px;
}

.slick-next {
  right: 10px;
}
[dir=rtl] .slick-next {
  left: 10px;
  right: auto;
}

/*==========================
  Slide navigation dots
===========================*/
.slick-dots {
  position: absolute;
  z-index: 10;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}
.slick-dots li button .slick-dot-icon {
  color: black;
  opacity: 0.25;
}
.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: black;
  opacity: 1;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: 0.75;
  background: none;
  border: 0;
  cursor: pointer;
  color: black;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: orange;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

/* content elements */
/* Wismar: Akkordeons */
.accordion {
  display: block;
}
.accordion .accordion__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  text-decoration: none;
  color: #2f333e;
  font-weight: 600;
  text-align: left;
  padding: 15px 15px 15px 107px;
  height: auto;
  min-height: 92px;
}
.accordion .accordion__header:hover, .accordion .accordion__header:active {
  text-decoration: underline;
  color: #2f333e;
}
.accordion .accordion__header::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 92px;
  width: 92px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 2;
}
.accordion .accordion__header::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 92px;
  height: 100%;
  z-index: 1;
}
.accordion {
  /*odd/even variants*/
}
.accordion:nth-child(odd) .accordion__header {
  background-color: #c0d4df;
  color: #2f333e;
}
.accordion:nth-child(odd) .accordion__header::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M67.9873%2045.7939L24%2023.6777L24%2014.5879L67.9893%2036.5449L67.9893%2055.043L24%2077L24%2067.9102L67.9873%2045.7939Z%22%20fill%3D%22%23C0D4DF%22%2F%3E%0A%3C%2Fsvg%3E');
}
.accordion:nth-child(odd) .accordion__header::after {
  background-color: #2f333e;
}
.accordion:nth-child(even) .accordion__header {
  background-color: #2f333e;
  color: #c0d4df;
}
.accordion:nth-child(even) .accordion__header::before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2292%22%20height%3D%2292%22%20viewBox%3D%220%200%2092%2092%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M67.9893%2045.793L67.9893%2055.043L24%2077L24%2067.9102L67.9893%2045.793ZM24%2014.5859L67.9893%2036.543L67.9893%2045.793L24%2023.6768L24%2014.5859Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}
.accordion:nth-child(even) .accordion__header::after {
  background-color: #c0d4df;
}
.accordion {
  /* Accordion Content Box */
}
.accordion .accordion__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: hidden;
  max-height: 0;
  background-color: rgb(225.8210526316, 235.0842105263, 240.1789473684);
  margin-left: 92px;
}
.accordion .accordion__content > .csc-frame {
  padding: 10px 15px;
  margin-bottom: 0px;
}
.accordion.accordion--open > .accordion__header::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
/* Akkordeon Varianten */
.tabpanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tabpanel__tablist:before, .tabpanel__tablist:after {
  content: " ";
  display: block;
}
.tabpanel__tablist:after {
  clear: both;
}
.tabpanel__tablist {
  margin: 0px;
  padding: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tabpanel__tablist li {
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 fit-content;
          flex: 0 1 fit-content;
  height: auto;
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-right: 5px;
}
.tabpanel__tablist li a {
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: balance;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-decoration: none;
  padding: 9px 12px;
  -webkit-transition: -webkit-text-decoration 0.2s ease-out;
  transition: -webkit-text-decoration 0.2s ease-out;
  transition: text-decoration 0.2s ease-out;
  transition: text-decoration 0.2s ease-out, -webkit-text-decoration 0.2s ease-out;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.tabpanel__tablist li:last-of-type {
  margin-right: 0px;
}
.tabpanel__content-wrapper {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.tabpanel__content:before, .tabpanel__content:after {
  content: " ";
  display: block;
}
.tabpanel__content:after {
  clear: both;
}
.tabpanel__content {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
}
.tabpanel__content .csc-frame:last-of-type {
  margin-bottom: 0;
}

/* fixBUGfix vom geerbten Akkordeon */
/* Varianten */
.frame-type-b13-tabs-container {
  padding: 0px;
}
.frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li a {
  border: 1px dashed #2f333e;
  background-color: transparent;
}
.frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li a:hover, .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li a:active {
  text-decoration: underline;
}
.frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a {
  border-style: solid;
}
.frame-type-b13-tabs-container .tabpanel .tabpanel__content-wrapper {
  border: 0px none;
}
.frame-type-b13-tabs-container.tab-variant .tabpanel .tabpanel__tablist li a {
  border: 0px none;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-transition: -webkit-filter 0.2s ease-out;
  transition: -webkit-filter 0.2s ease-out;
  transition: filter 0.2s ease-out;
  transition: filter 0.2s ease-out, -webkit-filter 0.2s ease-out;
}
.frame-type-b13-tabs-container.tab-variant .tabpanel .tabpanel__tablist li a:hover, .frame-type-b13-tabs-container.tab-variant .tabpanel .tabpanel__tablist li a:active {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  text-decoration: none;
}
.frame-type-b13-tabs-container.tab-variant .tabpanel .tabpanel__tablist li.active a {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.frame-type-b13-tabs-container.tab-variant.tab-white .tabpanel .tabpanel__tablist li a {
  background-color: #ffffff;
  color: #2f333e;
}
.frame-type-b13-tabs-container.tab-variant.tab-grey .tabpanel .tabpanel__tablist li a {
  background-color: rgb(225, 225, 225);
  color: #2f333e;
}
.frame-type-b13-tabs-container.tab-variant.tab-black .tabpanel .tabpanel__tablist li a {
  background-color: #2f333e;
  color: #ffffff;
}
.frame-type-b13-tabs-container.tab-variant.tab-black .tabpanel .tabpanel__tablist li a:hover, .frame-type-b13-tabs-container.tab-variant.tab-black .tabpanel .tabpanel__tablist li a:active {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.frame-type-b13-tabs-container.tab-variant.tab-black .tabpanel .tabpanel__tablist li.active a {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.frame-type-b13-tabs-container.tab-variant.tab-pgcolor1 .tabpanel .tabpanel__tablist li a {
  background-color: var(--pgcolor1, rgb(86, 86, 86));
  color: #2f333e;
}
.frame-type-b13-tabs-container.tab-variant.tab-pgcolor2 .tabpanel .tabpanel__tablist li a {
  background-color: var(--pgcolor2, rgb(225, 225, 225));
  color: #2f333e;
}
.frame-type-b13-tabs-container.tab-variant.tab-inverted .tabpanel .tabpanel__tablist li a {
  color: #ffffff;
}
.frame-type-b13-tabs-container.tab-variant.tab-inverted .tabpanel .tabpanel__tablist li a:hover, .frame-type-b13-tabs-container.tab-variant.tab-inverted .tabpanel .tabpanel__tablist li a:active {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.frame-type-b13-tabs-container.tab-variant.tab-inverted .tabpanel .tabpanel__tablist li.active a {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

@-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: 120px;
  max-width: 480px;
}

.iconLinks.size-1 .iconLink {
  height: 190px;
  max-width: 760px;
}

.iconLinks.size-2 .iconLink {
  height: 260px;
  max-width: 1040px;
}

.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);
  display: none;
}

.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--inverted .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-image */
.ce-image .ce-gallery.standard .ce-outer .ce-inner,
.ce-above .ce-gallery.standard .ce-outer .ce-inner,
.ce-below .ce-gallery.standard .ce-outer .ce-inner {
  position: relative;
  margin: -15px;
}
.ce-image .ce-gallery.standard .ce-outer .ce-inner figure,
.ce-above .ce-gallery.standard .ce-outer .ce-inner figure,
.ce-below .ce-gallery.standard .ce-outer .ce-inner figure {
  display: inline-block;
  padding: 15px;
}
.ce-image .ce-gallery.standard.columns_1 figure,
.ce-above .ce-gallery.standard.columns_1 figure,
.ce-below .ce-gallery.standard.columns_1 figure {
  width: calc(100% / 1);
}
.ce-image .ce-gallery.standard.columns_2 figure,
.ce-above .ce-gallery.standard.columns_2 figure,
.ce-below .ce-gallery.standard.columns_2 figure {
  width: calc(100% / 2);
}
.ce-image .ce-gallery.standard.columns_3 figure,
.ce-above .ce-gallery.standard.columns_3 figure,
.ce-below .ce-gallery.standard.columns_3 figure {
  width: calc(100% / 3);
}
.ce-image .ce-gallery.standard.columns_4 figure,
.ce-above .ce-gallery.standard.columns_4 figure,
.ce-below .ce-gallery.standard.columns_4 figure {
  width: calc(100% / 4);
}
.ce-image .ce-gallery.standard.columns_5 figure,
.ce-above .ce-gallery.standard.columns_5 figure,
.ce-below .ce-gallery.standard.columns_5 figure {
  width: calc(100% / 5);
}
.ce-image .ce-gallery.standard.columns_6 figure,
.ce-above .ce-gallery.standard.columns_6 figure,
.ce-below .ce-gallery.standard.columns_6 figure {
  width: calc(100% / 6);
}
.ce-image .ce-gallery.standard.columns_7 figure,
.ce-above .ce-gallery.standard.columns_7 figure,
.ce-below .ce-gallery.standard.columns_7 figure {
  width: calc(100% / 7);
}
.ce-image .ce-gallery.standard.columns_8 figure,
.ce-above .ce-gallery.standard.columns_8 figure,
.ce-below .ce-gallery.standard.columns_8 figure {
  width: calc(100% / 8);
}
.ce-image,
.ce-above,
.ce-below {
  /* Ausrichtungs-Varianten */
}
.ce-image.ce-center .ce-gallery.standard,
.ce-above.ce-center .ce-gallery.standard,
.ce-below.ce-center .ce-gallery.standard {
  text-align: center;
}
.ce-image.ce-right .ce-gallery.standard,
.ce-above.ce-right .ce-gallery.standard,
.ce-below.ce-right .ce-gallery.standard {
  text-align: right;
}
.ce-image.ce-above .ce-gallery,
.ce-above.ce-above .ce-gallery,
.ce-below.ce-above .ce-gallery {
  margin-bottom: 1em;
}
.ce-image.ce-below .ce-gallery,
.ce-above.ce-below .ce-gallery,
.ce-below.ce-below .ce-gallery {
  margin-top: 1em;
}

/* Varianten "intext" */
.ce-intext {
  display: block;
}
.ce-intext .ce-gallery {
  width: auto;
}
.ce-intext .ce-gallery.standard figure {
  margin-bottom: 0.75em;
}
.ce-intext .ce-bodytext {
  width: 100%;
}
.ce-intext {
  /* Medien neben dem Text, ohne Umbruch ... */
}
.ce-intext.ce-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ce-intext.ce-nowrap .ce-gallery {
  width: auto;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.ce-intext.ce-nowrap .ce-bodytext {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.ce-intext.ce-nowrap.ce-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ce-intext.ce-nowrap.ce-left .ce-bodytext {
  margin-left: 15px;
}
.ce-intext.ce-nowrap.ce-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.ce-intext.ce-nowrap.ce-right .ce-bodytext {
  margin-right: 15px;
}

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

.slideshow {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0px 0px 10px;
  padding: 0px;
  display: block;
  display: none;
}
.slideshow .slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  width: 27px;
  height: 40px;
}
.slideshow .slick-arrow {
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.slideshow .slick-arrow.slick-prev {
  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%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%20fill%3D%22none%22%3E%0A%20%20%3Crect%20width%3D%2240%22%20height%3D%2260%22%20fill%3D%22black%22%3E%3C%2Frect%3E%0A%20%20%3Cpath%20d%3D%22M33%204L7%2030L33%2056%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  left: 17px;
}
.slideshow .slick-arrow.slick-prev:hover {
  -webkit-transform: translateX(-3px);
      -ms-transform: translateX(-3px);
          transform: translateX(-3px);
}
.slideshow .slick-arrow.slick-next {
  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%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%20fill%3D%22none%22%3E%0A%20%20%3Crect%20width%3D%2240%22%20height%3D%2260%22%20fill%3D%22black%22%3E%3C%2Frect%3E%0A%20%20%3Cpath%20d%3D%22M7%204L33%2030L7%2056%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
  right: 17px;
}
.slideshow .slick-arrow.slick-next:hover {
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}
.slideshow .slick-dots {
  position: relative;
  bottom: 7px;
  margin-top: 5px;
}
.slideshow .slick-dots li button {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background-color: transparent;
  border: 1px solid #2f333e;
  -webkit-transition: width 80ms ease-out, background-color 80ms ease-out;
  transition: width 80ms ease-out, background-color 80ms ease-out;
}
.slideshow .slick-dots li button:hover, .slideshow .slick-dots li button:active {
  background-color: #2f333e;
}
.slideshow .slick-dots li.slick-active button {
  width: 30px;
  background-color: #2f333e;
}
.slideshow .slick-dots {
  /* dots Varianten */
}
.slideshow .slick-dots.dots-light li button {
  border: 1px solid #ffffff;
}
.slideshow .slick-dots.dots-light li button:hover, .slideshow .slick-dots.dots-light li button:active {
  background-color: #ffffff;
}
.slideshow .slick-dots.dots-light li.slick-active button {
  background-color: #ffffff;
}
.slideshow.slick-initialized {
  display: block;
}
.slideshow.imageborder {
  border: 1px solid rgb(103, 103, 103);
}
.slideshow.imageborder figcaption.image-caption {
  padding: 0 5px;
}

/* Sonder-Layout: Text links eingerückt ... */

.frame-type-uploads li a {
  display: inline;
}
.frame-type-uploads li {
  /* Link-Icons in Colorschemes */
}
.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;
}

ul.csc-menu {
  list-style: none;
  padding: 0px;
}
ul.csc-menu li {
  font-weight: 600;
}
ul.csc-menu li a {
  text-decoration: none;
}
ul.csc-menu li a:hover, ul.csc-menu li a:active {
  text-decoration: underline;
}

.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 {
  display: inline-block;
  /* TabellenTypo allg. */
  font-variant-numeric: lining-nums;
  /* entspricht .small */
  font-size: 14px;
  line-height: 18px;
}
.frame-type-table .ce-table {
  /* Tabellenunterschrift */
}
.frame-type-table .ce-table caption {
  margin: 0;
  padding: 8px 12px;
}
.frame-type-table .ce-table th,
.frame-type-table .ce-table td {
  padding: 8px 10px;
  text-align: left;
}
.frame-type-table .ce-table {
  /* Tabellenkopf, -fuß ... */
}
.frame-type-table .ce-table th,
.frame-type-table .ce-table tfoot td {
  font-weight: 600;
}
.frame-type-table .ce-table {
  /* Layout-Varianten */
  /* Design Standard, Bordered ... */
}
.frame-type-table .ce-table.ce-table-standard thead tr th, .frame-type-table .ce-table.ce-table-bordered thead tr th {
  border-bottom: 1.5px solid #2f333e;
}
.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: 1.5px solid #2f333e;
}
.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 dashed #2f333e;
}
.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: 1.5px solid #2f333e;
}
.frame-type-table .ce-table.ce-table-bordered {
  border: 3px solid #2f333e;
}
.frame-type-table .ce-table.ce-table-bordered caption {
  border-bottom: 1.5px solid #2f333e;
}
.frame-type-table .ce-table {
  /* Design "gestreift" */
}
.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: #2f333e;
  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: #2f333e;
  border-right: 1px solid transparent;
}
.frame-type-table .ce-table.ce-table-striped tbody tr td {
  color: #2f333e;
  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 ... */
/* Teaserbox */
.teaserbox {
  /* ... damit mehrere Boxen untereinander nen Grund-Abstand haben */
}
.teaserbox + .teaserbox {
  margin-top: 15px;
}
.teaserbox {
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.teaserbox__content {
  border: none;
  padding: 7.5px 0px 0px;
}
.teaserbox__content h3.h2-style, .teaserbox__content .icon-button-links a.h2-style, .icon-button-links .teaserbox__content a.h2-style, .teaserbox__content .accordion .h2-style.accordion__header, .accordion .teaserbox__content .h2-style.accordion__header {
  font-family: AktivGrotesk, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.teaserbox__content h3.h2-style, .teaserbox__content .icon-button-links a.h2-style, .icon-button-links .teaserbox__content a.h2-style, .teaserbox__content .accordion .h2-style.accordion__header, .accordion .teaserbox__content .h2-style.accordion__header {
  margin-bottom: 0.25em;
}

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 {
  -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-filter 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out, -webkit-filter 0.2s ease-out;
  transition: transform 0.2s ease-out, filter 0.2s ease-out;
  transition: transform 0.2s ease-out, filter 0.2s ease-out, -webkit-transform 0.2s ease-out, -webkit-filter 0.2s ease-out;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}
.teaserbox .teaserbox__content {
  background-color: transparent;
}
.teaserbox.teaserbox__image__frame .teaserbox__image {
  border: 1px solid rgb(190, 190, 190);
}
.teaserbox:hover, .teaserbox:active {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
/* Sections & HL-Boxes Farbvarianten */
.highlight-box > .teaserbox:first-child:last-child {
  margin: -15px;
}
.highlight-box .teaserbox .teaserbox__content {
  padding: 7.5px 7.5px 3.75px;
}
.highlight-box.highlight-box--white .teaserbox .teaserbox__content {
  background-color: #ffffff;
}
.highlight-box.highlight-box--white .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: rgb(190, 190, 190);
}
.highlight-box.highlight-box--grey .teaserbox .teaserbox__content {
  background-color: rgb(225, 225, 225);
}
.highlight-box.highlight-box--grey .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: rgb(190, 190, 190);
}
.highlight-box.highlight-box--black .teaserbox .teaserbox__content {
  background-color: #2f333e;
  color: #ffffff;
}
.highlight-box.highlight-box--black .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: #2f333e;
}
.highlight-box.highlight-box--black .teaserbox:hover, .highlight-box.highlight-box--black .teaserbox:active {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.highlight-box.highlight-box--pgcolor1 .teaserbox .teaserbox__content {
  background-color: var(--pgcolor1, rgb(86, 86, 86));
}
.highlight-box.highlight-box--pgcolor1 .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: var(--pgcolor1, rgb(86, 86, 86));
}
.highlight-box.highlight-box--pgcolor2 .teaserbox .teaserbox__content {
  background-color: var(--pgcolor2, rgb(225, 225, 225));
}
.highlight-box.highlight-box--pgcolor2 .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: var(--pgcolor2, rgb(225, 225, 225));
}
.highlight-box.standard-colors .teaserbox .teaserbox__content, body.highlight-box .teaserbox .teaserbox__content {
  color: #2f333e;
}
.highlight-box.standard-colors .teaserbox.teaserbox__image__frame .teaserbox__image, body.highlight-box .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: rgb(190, 190, 190);
}
.highlight-box.inverted-colors .teaserbox .teaserbox__content, main.main-content section.highlight-box.highlight-box--anthracite .teaserbox .teaserbox__content, .highlight-box.csc-frame.highlight-box--anthracite .teaserbox .teaserbox__content {
  color: #ffffff;
}
.highlight-box.inverted-colors .teaserbox.teaserbox__image__frame .teaserbox__image, main.main-content section.highlight-box.highlight-box--anthracite .teaserbox.teaserbox__image__frame .teaserbox__image, .highlight-box.csc-frame.highlight-box--anthracite .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: rgb(86, 86, 86);
}
.highlight-box.inverted-colors .teaserbox:hover, main.main-content section.highlight-box.highlight-box--anthracite .teaserbox:hover, .highlight-box.csc-frame.highlight-box--anthracite .teaserbox:hover, .highlight-box.inverted-colors .teaserbox:active, main.main-content section.highlight-box.highlight-box--anthracite .teaserbox:active, .highlight-box.csc-frame.highlight-box--anthracite .teaserbox:active {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

/* yt videos*/
.video .video__content-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  cursor: pointer;
  overflow: hidden;
  background: #2f333e;
}
.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;
}

.gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery .gallery__imagecolumn {
  margin-bottom: 15px;
}
.gallery .gallery__imagecolumn img {
  max-width: 100%;
  height: auto;
}

.gallery[data-xs-cols="1"] .gallery__imagecolumn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.gallery[data-xs-cols="2"] .gallery__imagecolumn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  margin-left: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.gallery[data-xs-cols="3"] .gallery__imagecolumn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  width: 33.3333333333%;
  max-width: 33.3333333333%;
  margin-left: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/* HSW Anpassungen Bildergalerie */
/* Thumbnail-Präsentation */
.gallery {
  margin: 0 !important;
}

.gallery .gallery__imagecolumn {
  padding: 0 !important;
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
}

.gallery .gallery__imagecolumn:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery .gallery__imagecolumn figure.media-element__image {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.gallery .gallery__imagecolumn figure.media-element__image a.image-lightbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.gallery .gallery__imagecolumn figure.media-element__image a.image-lightbox:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery .gallery__imagecolumn figure.media-element__image picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

.gallery .gallery__imagecolumn img {
  height: auto;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.tx_solr {
  /* Suchformular */
}
.tx_solr .search-form label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.tx_solr .search-form input {
  width: 100%;
  margin-bottom: 5px;
}
.tx_solr .search-form .button.button--left, .tx_solr .search-form .button--left.btn,
.tx_solr .search-form .button--left.button--default {
  float: left;
}
.tx_solr .search-form .button.button--right, .tx_solr .search-form .button--right.btn,
.tx_solr .search-form .button--right.button--default {
  float: right;
}
.tx_solr {
  /* Suchergebnisse */
}
.tx_solr .search-info {
  font-weight: 600;
}
.tx_solr .results-list {
  border-top: 1px solid rgb(86, 86, 86);
  border-bottom: 1px solid rgb(86, 86, 86);
  margin-bottom: 15px;
  padding: 15px 0px;
}
.tx_solr .results-list .search-item {
  border-bottom: 1px dashed rgb(86, 86, 86);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.tx_solr .results-list .search-item:last-child {
  border: 0px none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.tx_solr .results-list .search-item .search-result-item__icon img,
.tx_solr .results-list .search-item .search-result-item__image img {
  width: initial;
}
.tx_solr .pagination-search-result {
  margin-bottom: 15px;
}
.tx_solr .pagination-search ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.tx_solr .pagination-search ul li {
  display: inline-block;
  margin: 0px 5px 5px 0px;
}
.tx_solr .pagination-search ul li a {
  padding: 5px 10px;
}
.tx_solr .pagination-search ul li.current {
  font-weight: 600;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #2f333e;
  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;
  right: 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%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M3.5%2047.5L26%2025L48.5%202.5%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.51%22%20stroke-width%3D%223%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%0A%20%20%3Cpath%20d%3D%22M2.5%202.5L25%2025L47.5%2047.5%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.51%22%20stroke-width%3D%223%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%0A%20%20%3Cpath%20d%3D%22M3%2047L25.5%2024.5L48%202.00003%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%0A%20%20%3Cpath%20d%3D%22M3%202L25.5%2024.5L48%2047%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E');
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: transparent;
}

.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: -30px;
  padding: 0;
  width: 40px;
  height: 60px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.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%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M34%205L9%2030L34%2055%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.5%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%3E%3C%2Fpath%3E%0A%20%20%3Cpath%20d%3D%22M33%205L8%2030L33%2055%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%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%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M7%205L32%2030L7%2055%22%20stroke%3D%22black%22%20stroke-opacity%3D%220.5%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22square%22%3E%3C%2Fpath%3E%0A%20%20%3Cpath%20d%3D%22M8%205L33%2030L8%2055%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%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(47, 51, 62, 0.6);
          box-shadow: 0 0 8px rgba(47, 51, 62, 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(47, 51, 62, 0.6);
          box-shadow: 0 0 8px rgba(47, 51, 62, 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 */
/* modules ... */
/* Content beginnt generell erst unterhalb des Headers ... */
body {
  padding-top: 90px;
}

header.pageheader {
  background-color: #c0d4df;
  border-bottom: 1px solid #ffffff;
  position: fixed;
  z-index: 1000;
  width: 100%;
  left: 0px;
  top: 0px;
}
header.pageheader .innerHeader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1680px;
  margin: 0px auto;
  color: #2f333e;
  -webkit-transition: height 0.2s ease-out, padding 0.2s ease-out;
  transition: height 0.2s ease-out, padding 0.2s ease-out;
}
header.pageheader .headerLogo {
  display: inline-block;
  z-index: 1010;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%22337%22%20height%3D%2228%22%20viewBox%3D%220%200%20337%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1330_6085)%22%3E%0A%3Cpath%20d%3D%22M43.3076%200C51.024%200%2057.3027%206.27833%2057.3027%2013.9951C57.3027%2021.7117%2051.0241%2027.9893%2043.3076%2027.9893C35.5913%2027.9891%2029.3135%2021.7115%2029.3135%2013.9951C29.3135%206.27845%2035.5914%200.000197028%2043.3076%200ZM80.7881%206.11426H78.6934C75.8688%206.11451%2073.5792%208.40386%2073.5791%2011.2285V27.6729H67.7617V11.0293C67.7618%205.10179%2072.5667%200.296136%2078.4941%200.295898H80.7881V6.11426ZM242.791%206.11426H240.697C237.872%206.11426%20235.582%208.4037%20235.582%2011.2285V27.6729H229.765V11.0293C229.765%205.10165%20234.57%200.295898%20240.498%200.295898H242.791V6.11426ZM336.99%2027.6025H330.03L314.769%200.65625H321.729L336.99%2027.6025ZM213.51%206.26953H206.656C202.402%206.26975%20198.941%209.73138%20198.941%2013.9854C198.942%2018.239%20202.403%2021.7%20206.656%2021.7002H213.51V27.5566H206.794C199.311%2027.5566%20193.223%2021.4681%20193.223%2013.9854C193.223%206.50219%20199.311%200.414062%20206.794%200.414062H213.51V6.26953ZM272.228%206.26953H265.375C261.121%206.26965%20257.66%209.73131%20257.66%2013.9854C257.661%2018.2391%20261.121%2021.7001%20265.375%2021.7002H272.228V27.5566H265.513C258.03%2027.5566%20251.942%2021.4682%20251.941%2013.9854C251.942%206.50221%20258.03%200.414062%20265.513%200.414062H272.228V6.26953ZM304.026%206.26953H297.174C292.92%206.2698%20289.459%209.7314%20289.459%2013.9854C289.459%2018.239%20292.92%2021.6999%20297.174%2021.7002H304.026V27.5566H297.312C289.829%2027.5565%20283.74%2021.4681%20283.74%2013.9854C283.74%206.50232%20289.829%200.414228%20297.312%200.414062H304.026V6.26953ZM99.3828%200.414062C106.866%200.414062%20112.954%206.50152%20112.954%2013.9844C112.954%2021.4674%20106.866%2027.5557%2099.3828%2027.5557H92.668V21.7002H99.5205C103.774%2021.6999%20107.235%2018.2392%20107.235%2013.9854C107.235%209.73112%20103.774%206.26978%2099.5205%206.26953H92.668V0.414062H99.3828ZM161.876%206.26953H155.024C150.77%206.26953%20147.309%209.73039%20147.309%2013.9844C147.309%2018.2385%20150.77%2021.7002%20155.024%2021.7002H161.876V27.5557H155.161C147.678%2027.5556%20141.59%2021.4682%20141.59%2013.9854C141.59%206.50217%20147.678%200.414174%20155.161%200.414062H161.876V6.26953ZM130.204%2027.5352H124.34V0.411133H130.204V27.5352ZM22.2217%2027.4688H15.2617L0%200.521484H6.95996L22.2217%2027.4688ZM43.3076%205.79492C38.7863%205.79512%2035.1075%209.47375%2035.1074%2013.9951C35.1074%2018.5165%2038.7863%2022.1951%2043.3076%2022.1953C47.8291%2022.1953%2051.5078%2018.5166%2051.5078%2013.9951C51.5078%209.47363%2047.8291%205.79492%2043.3076%205.79492ZM219.374%2021.6709H213.506V15.8018H219.374V21.6709ZM272.216%2016.9199H266.348V11.0508H272.216V16.9199ZM304.016%2016.9199H298.146V11.0508H304.016V16.9199Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1330_6085%22%3E%0A%3Crect%20width%3D%22337%22%20height%3D%2228%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
  background-position: left center;
  background-size: auto 47%;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header.pageheader {
  /* Menü */
}
header.pageheader .mainmenu-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 40px;
  z-index: 1010;
}
header.pageheader .mainmenu-menu,
header.pageheader .mainmenu-functions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
}
header.pageheader .mainmenu-menu ul.level-top,
header.pageheader .mainmenu-functions ul.level-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0px;
}
header.pageheader .mainmenu-menu .menu-item,
header.pageheader .mainmenu-functions .menu-item {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: auto 20px;
  padding-top: 2px;
  text-align: center;
}
header.pageheader .mainmenu-menu .menu-item a,
header.pageheader .mainmenu-functions .menu-item a {
  color: #2f333e;
  text-decoration: none;
  padding-bottom: 5px;
}
header.pageheader .mainmenu-menu .menu-item a:link, header.pageheader .mainmenu-menu .menu-item a:visited,
header.pageheader .mainmenu-functions .menu-item a:link,
header.pageheader .mainmenu-functions .menu-item a:visited {
  color: #2f333e;
}
header.pageheader .mainmenu-menu .menu-item a:hover, header.pageheader .mainmenu-menu .menu-item a:active,
header.pageheader .mainmenu-functions .menu-item a:hover,
header.pageheader .mainmenu-functions .menu-item a:active {
  text-decoration: underline;
}
header.pageheader .mainmenu-menu .menu-item.active a, header.pageheader .mainmenu-menu .menu-item.current a,
header.pageheader .mainmenu-functions .menu-item.active a,
header.pageheader .mainmenu-functions .menu-item.current a {
  color: #005b36;
  font-weight: 700;
}
header.pageheader .mainmenu-functions .menu-item {
  margin: auto 5px;
}
header.pageheader {
  /*
     * Suchleiste
     */
  /*
     * MobilMenü-Container
     */
}
header.pageheader .mainmenu-mobile-container {
  position: absolute;
  z-index: 1010;
  top: 90px;
  left: 0px;
  right: 0px;
  bottom: 90px;
  width: auto;
  height: auto;
  display: none;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s, overflow-y 0s linear 0.3s;
  transition: opacity 0.3s ease-out 0s, overflow-y 0s linear 0.3s;
}
header.pageheader .mainmenu-mobile-container .mainmenu-menu,
header.pageheader .mainmenu-mobile-container .mainmenu-menu .level-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header.pageheader .mainmenu-mobile-container .mainmenu-menu {
  height: auto;
  margin-bottom: 50px;
}
header.pageheader .mainmenu-mobile-container .mainmenu-functions {
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  width: 100%;
}
header.pageheader .mainmenu-mobile-container .mainmenu-functions .menu-item,
header.pageheader .mainmenu-mobile-container .mainmenu-menu .menu-item {
  margin: 20px auto;
}
header.pageheader {
  /**
     * Mobile Menu Toggle
     */
}
header.pageheader .toggleNav {
  display: none;
  position: absolute;
  z-index: 1010;
  right: 30px;
  top: 10px;
  height: 40px;
  width: 40px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M27%2030H20V24H27V30ZM27%2018H20V12H27V18ZM27%206H20V0H27V6Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
  background-position: right center;
  background-size: auto 75%;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
header.pageheader {
  /* Maße Header (resp.) */
}
header.pageheader .innerHeader {
  height: 90px;
  padding: 15px;
}
header.pageheader .headerLogo {
  width: 340px;
  height: 60px;
  margin: 0px 15px;
}
header.pageheader {
  /**
     * flacherer Header on Page Scroll + mobile
     * + mobiler Header (Grund-Setup)
     */
}
header.pageheader.scrolled .innerHeader {
  height: 60px;
  padding: 10px;
}
header.pageheader.scrolled .headerLogo {
  width: 225px;
  height: 40px;
}
header.pageheader {
  /* aktives Menü (mobile) */
}
header.pageheader.active .toggleNav {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2230%22%20height%3D%2230%22%20viewBox%3D%220%200%2030%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2230%22%20height%3D%2230%22%20fill%3D%22%23C0D4DF%22%2F%3E%0A%3Cpath%20d%3D%22M17.001%2030H10V24H17.001V30ZM10.001%2018H3V12H10.001V18ZM24.001%206H17V0H24.001V6Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
}

/**
 * Hochkontrastmodus: Header
 */
.heroImage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 768px;
  max-height: 80vh;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heroImage picture {
  width: 100%;
  height: auto;
}
.heroImage picture img {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroImage .heroImageTxt {
  display: block;
  width: 100%;
  max-width: 1680px;
  margin: auto;
  padding: 0 15px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.heroImage .heroImageTxt .ngLogo {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%221368%22%20height%3D%22114%22%20viewBox%3D%220%200%201368%20114%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M175.81%200C207.134%200%20232.619%2025.4848%20232.619%2056.8105C232.619%2088.1352%20207.134%20113.62%20175.81%20113.62C144.485%20113.62%20119.001%2088.1352%20119.001%2056.8105C119.001%2025.4849%20144.485%200.000118102%20175.81%200ZM327.958%2024.8154H319.457C307.99%2024.8154%20298.693%2034.1117%20298.693%2045.5791V112.334H275.078V44.7705C275.078%2020.7073%20294.585%201.2002%20318.648%201.2002H327.958V24.8154ZM985.6%2024.8154H977.098C965.63%2024.8156%20956.334%2034.1118%20956.334%2045.5791V112.334H932.719V44.7705C932.719%2020.7073%20952.226%201.20028%20976.289%201.2002H985.6V24.8154ZM1368%20112.05H1339.75L1277.79%202.66113H1306.04L1368%20112.05ZM403.441%201.67676C433.818%201.67691%20458.532%2026.3903%20458.532%2056.7666C458.532%2087.1431%20433.818%20111.858%20403.441%20111.858H376.182V88.0898H403.997C421.266%2088.0898%20435.317%2074.0386%20435.317%2056.7695C435.317%2039.4992%20421.266%2025.4482%20403.997%2025.4482H376.182V1.67676H403.441ZM657.13%2025.4482H629.313C612.045%2025.4484%20597.994%2039.4976%20597.994%2056.7666C597.994%2074.0357%20612.045%2088.0867%20629.313%2088.0869H657.13V111.858H629.87C599.494%20111.858%20574.779%2087.1459%20574.779%2056.7695C574.779%2026.3918%20599.494%201.67676%20629.87%201.67676H657.13V25.4482ZM866.73%2025.4482H838.912C821.643%2025.4483%20807.592%2039.4984%20807.592%2056.7676C807.592%2074.0365%20821.643%2088.0879%20838.912%2088.0879H866.73V111.858H839.469C809.093%20111.858%20784.378%2087.1459%20784.378%2056.7695C784.378%2026.3919%20809.092%201.67676%20839.469%201.67676H866.73V25.4482ZM1105.09%2025.4482H1077.27C1060.01%2025.4484%201045.95%2039.4984%201045.95%2056.7676C1045.95%2074.0365%201060.01%2088.0878%201077.27%2088.0879H1105.09V111.858H1077.83C1047.45%20111.858%201022.74%2087.1457%201022.74%2056.7695C1022.74%2026.3921%201047.45%201.67797%201077.83%201.67773H1105.09V25.4482ZM1234.18%2025.4482H1206.36C1189.09%2025.4482%201175.04%2039.4983%201175.04%2056.7676C1175.04%2074.0365%201189.09%2088.0879%201206.36%2088.0879H1234.18V111.858H1206.92C1176.54%20111.858%201151.83%2087.1457%201151.83%2056.7695C1151.83%2026.392%201176.54%201.67702%201206.92%201.67676H1234.18V25.4482ZM528.559%20111.772H504.752V1.66602H528.559V111.772ZM90.207%20111.505H61.9551L0%202.11621H28.2549L90.207%20111.505ZM175.81%2023.5234C157.455%2023.5236%20142.522%2038.456%20142.521%2056.8105C142.521%2075.1652%20157.455%2090.0995%20175.81%2090.0996C194.164%2090.0996%20209.098%2075.1653%20209.098%2056.8105C209.098%2038.4559%20194.164%2023.5234%20175.81%2023.5234ZM890.543%2087.9658H866.72V64.1406H890.543V87.9658ZM1105.04%2068.6826H1081.22V44.8555H1105.04V68.6826ZM1234.13%2068.6826H1210.3V44.8555H1234.13V68.6826Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  aspect-ratio: 12/1;
  color: transparent;
  font-size: 0;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 1400px;
}
.heroImage .heroImageTxt .claim {
  display: block;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
  width: 100%;
  max-width: 1400px;
}
.heroImage .heroImageTxt .claim.titleclaim {
  color: #005b36;
}
.heroImage .heroImageTxt .subclaim {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 0.5rem;
}

.breadcrumb-container {
  border-bottom: 1px dashed rgb(225, 225, 225);
}
.breadcrumb-container .breadcrumb {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: block;
  padding: 15px;
}
.breadcrumb-container .breadcrumb .breadcrumb__item {
  display: inline-block;
}
.breadcrumb-container .breadcrumb .breadcrumb__item::after {
  content: "▸";
  margin: 0px 5px;
}
.breadcrumb-container .breadcrumb .breadcrumb__item:last-child::after {
  content: "";
}

footer.footer .footer-column {
  position: relative;
  width: 100%;
  display: block;
}
footer.footer .footer-column.footer-column--dark {
  background-color: #c0d4df;
}
footer.footer .footer-column.footer-column--light {
  background-color: #ffffff;
}
footer.footer .footer__content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 15px;
  /* (c) Hinweis unten */
}
footer.footer .footer__content-wrapper.copyright p {
  margin: 0px;
}
footer.footer .footer__content-wrapper.copyright {
  text-align: center;
  padding: 15px 0px;
}

/* infomailButton */
/* ToTopButton */
#scrollTop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: -180px;
  -webkit-transition: bottom 0.2s ease-out;
  transition: bottom 0.2s ease-out;
  height: 168px;
  width: 92px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2292%22%20height%3D%22168%22%20viewBox%3D%220%200%2092%20168%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2292%22%20height%3D%2292%22%20fill%3D%22%232F333E%22%2F%3E%0A%3Cpath%20d%3D%22M45.9111%2016.1191L26.0244%2050.7246L17.8223%2050.7246L37.6328%2016.001L54.1894%2016.001L74%2050.7246L65.7978%2050.7246L45.9111%2016.1191ZM42.5%2038L50%2038L50%20168L42.5%20168L42.5%2038Z%22%20fill%3D%22%23F8C711%22%2F%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  color: transparent;
  font-size: 0px;
}
#scrollTop:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 92px;
  width: 92px;
  background-color: transparent;
  -webkit-box-shadow: 3px 3px 14px 6px rgba(47, 51, 62, 0.15);
          box-shadow: 3px 3px 14px 6px rgba(47, 51, 62, 0.15);
}
#scrollTop.scrollTop--active {
  bottom: -46px;
}
#scrollTop.scrollTop--active:hover, #scrollTop.scrollTop--active:active {
  bottom: -28px;
}

.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);
  backdrop-filter: blur(5px);
  z-index: 50;
}
.navigation-slidecontainer .navigation-slidecontainer__content {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 15px;
}
.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;
}

/* High Contrast Mode */
/* GRID TEST */

@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%;
  }
  .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;
  }
  .frame-type-b13-tabs-container .tabpanel .tabpanel__content .accordion__content {
    margin-bottom: 0px;
  }
  .frame-type-b13-tabs-container .tabpanel .tabpanel__content.accordion .accordion__content {
    border: 0px none;
  }
  .js .tabpanel__content {
    display: none;
    opacity: 0;
  }
  .js .tabpanel__content.active {
    display: block;
    -webkit-animation: tabOpacity 0.8s;
            animation: tabOpacity 0.8s;
    opacity: 1;
  }
  .ce-intext {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ce-intext .ce-gallery {
    width: 50%;
    float: left;
  }
  .ce-intext.ce-left .ce-gallery {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
  }
  .ce-intext.ce-right .ce-gallery {
    float: right;
    margin-left: 15px;
    padding-left: 15px;
  }
  .ce-intext.ce-nowrap .ce-gallery {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    float: none;
  }
  .ce-intext.ce-nowrap .ce-bodytext {
    width: 50%;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .ce-intext.ce-nowrap.ce-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ce-intext.ce-nowrap.ce-left .ce-gallery {
    float: none;
    margin-right: 15px;
    padding-right: 15px;
  }
  .ce-intext.ce-nowrap.ce-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .ce-intext.ce-nowrap.ce-right .ce-gallery {
    float: none;
    margin-left: 15px;
    padding-left: 15px;
  }
  .gallery[data-sm-cols="1"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-sm-cols="2"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-sm-cols="3"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-sm-cols="4"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 768px){
  h1, .heroImage .heroImageTxt .claim.titleclaim,
  .h1-style {
    font-size: 128px;
    line-height: 144px;
  }
  h2,
  .h2-style,
  .ce-headline-h1-style {
    font-size: 48px;
    line-height: 60px;
  }
  .button, .btn,
  input.btn,
  input.button,
  .button--default,
  a.button {
    font-size: 18px;
    line-height: 22px;
  }
  main.main-content section {
    min-height: 40vh;
  }
  main.main-content section {
    scroll-margin-top: 60px;
  }
  .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: -15px;
  }
  .ce-intext .ce-gallery.standard.columns_3 figure {
    display: inline-block;
    padding: 0 15px;
  }
  .ce-intext .ce-gallery.standard.columns_4 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_4 .ce-outer .ce-inner {
    position: relative;
    margin: -15px;
  }
  .ce-intext .ce-gallery.standard.columns_4 figure {
    display: inline-block;
    padding: 0 15px;
  }
  .ce-intext .ce-gallery.standard.columns_5 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_5 .ce-outer .ce-inner {
    position: relative;
    margin: -15px;
  }
  .ce-intext .ce-gallery.standard.columns_5 figure {
    display: inline-block;
    padding: 0 15px;
  }
  .ce-intext .ce-gallery.standard.columns_6 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_6 .ce-outer .ce-inner {
    position: relative;
    margin: -15px;
  }
  .ce-intext .ce-gallery.standard.columns_6 figure {
    display: inline-block;
    padding: 0 15px;
  }
  .ce-intext .ce-gallery.standard.columns_7 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_7 .ce-outer .ce-inner {
    position: relative;
    margin: -15px;
  }
  .ce-intext .ce-gallery.standard.columns_7 figure {
    display: inline-block;
    padding: 0 15px;
  }
  .ce-intext .ce-gallery.standard.columns_8 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_8 .ce-outer .ce-inner {
    position: relative;
    margin: -15px;
  }
  .ce-intext .ce-gallery.standard.columns_8 figure {
    display: inline-block;
    padding: 0 15px;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_3 {
    width: 66.667%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_4 {
    width: 66.667%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_5 {
    width: 66.667%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_6 {
    width: 66.667%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_7 {
    width: 66.667%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_8 {
    width: 66.667%;
  }
  .indented .ce-bodytext {
    margin-left: 25%;
  }
  .frame-type-table .ce-table {
    font-size: 16px;
    line-height: 20px;
  }
  .teaserbox__content h3.h2-style, .teaserbox__content .icon-button-links a.h2-style, .icon-button-links .teaserbox__content a.h2-style, .teaserbox__content .accordion .h2-style.accordion__header, .accordion .teaserbox__content .h2-style.accordion__header {
    font-size: 22px;
    line-height: 28px;
  }
  .gallery[data-md-cols="1"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-md-cols="2"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-md-cols="3"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-md-cols="4"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-md-cols="5"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-md-cols="6"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media (min-width: 1024px){
  .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%;
  }
  .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%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_4 {
    width: 75%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_5 {
    width: 75%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_6 {
    width: 75%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_7 {
    width: 75%;
  }
  .ce-intext.ce-nowrap .ce-bodytext.image-columns_8 {
    width: 75%;
  }
  .slideshow .slick-arrow {
    top: calc(50% - 30px);
    width: 40px;
    height: 60px;
  }
  .slideshow .slick-arrow.slick-prev {
    left: 20px;
  }
  .slideshow .slick-arrow.slick-prev:hover {
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  .slideshow .slick-arrow.slick-next {
    right: 20px;
  }
  .slideshow .slick-arrow.slick-next:hover {
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .indented .ce-bodytext {
    margin-left: 33.33%;
  }
  .gallery[data-lg-cols="1"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-lg-cols="2"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-lg-cols="3"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-lg-cols="4"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    max-width: 25%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-lg-cols="5"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .gallery[data-lg-cols="6"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    width: 16.6666666667%;
    max-width: 16.6666666667%;
    margin-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@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-image .ce-gallery.standard.columns_7 figure,
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 16.665%;
  }
  .ce-image .ce-gallery.standard.columns_8 figure,
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 16.665%;
  }
}

@media (max-width: 1023px){
  main.main-content section.frame--indent > .sectionContent,
  main.main-content section.frame--indent > .container-fluid {
    width: 87.5%;
  }
  main.main-content section.frame--indent-left > .sectionContent > div,
  main.main-content section.frame--indent-left > .container-fluid > div, main.main-content section.frame--indent-right > .sectionContent > div,
  main.main-content section.frame--indent-right > .container-fluid > div {
    width: 93.75%;
  }
  .frame-type-b13-container.csc-frame-indent,
  .csc-frame--type-b13-2cols-with-header-container.csc-frame-indent,
  .csc-frame--type-b13-3cols-with-header-container.csc-frame-indent,
  .csc-frame--type-b13-4cols-with-header-container.csc-frame-indent {
    width: 87.5%;
  }
  .frame-type-b13-container.csc-frame-indent-left, .frame-type-b13-container.csc-frame-indent-right,
  .csc-frame--type-b13-2cols-with-header-container.csc-frame-indent-left,
  .csc-frame--type-b13-2cols-with-header-container.csc-frame-indent-right,
  .csc-frame--type-b13-3cols-with-header-container.csc-frame-indent-left,
  .csc-frame--type-b13-3cols-with-header-container.csc-frame-indent-right,
  .csc-frame--type-b13-4cols-with-header-container.csc-frame-indent-left,
  .csc-frame--type-b13-4cols-with-header-container.csc-frame-indent-right {
    width: 93.75%;
  }
  .ce-image .ce-gallery.standard.columns_5 figure,
  .ce-above .ce-gallery.standard.columns_5 figure,
  .ce-below .ce-gallery.standard.columns_5 figure {
    width: 25%;
  }
  .ce-image .ce-gallery.standard.columns_6 figure,
  .ce-above .ce-gallery.standard.columns_6 figure,
  .ce-below .ce-gallery.standard.columns_6 figure {
    width: 25%;
  }
  .ce-image .ce-gallery.standard.columns_7 figure,
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 25%;
  }
  .ce-image .ce-gallery.standard.columns_8 figure,
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 25%;
  }
  body {
    padding-top: 60px;
  }
  header.pageheader .innerHeader {
    height: 60px;
    padding: 10px;
  }
  header.pageheader .headerLogo {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2250%22%20height%3D%2228%22%20viewBox%3D%220%200%2050%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_1331_6184)%22%3E%0A%3Cpath%20d%3D%22M44.5088%205.85547H37.6562C33.4023%205.85556%2029.9414%209.31723%2029.9414%2013.5713C29.9418%2017.825%2033.4025%2021.286%2037.6562%2021.2861H44.5088V27.1426H37.793C30.3105%2027.1423%2024.2229%2021.0539%2024.2227%2013.5713C24.2228%206.08831%2030.3104%200.000263735%2037.793%200H44.5088V5.85547ZM22.2217%2027.0547H15.2617L0%200.107422H6.95996L22.2217%2027.0547ZM50.374%2021.2568H44.5059V15.3877H50.374V21.2568Z%22%20fill%3D%22%232F333E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_1331_6184%22%3E%0A%3Crect%20width%3D%2250%22%20height%3D%2228%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
    background-position: left center;
    background-size: auto 70%;
    width: 60px;
    height: 40px;
  }
  header.pageheader.scrolled .headerLogo {
    width: 60px;
  }
  header.pageheader .toggleNav {
    display: block;
  }
  header.pageheader .mainmenu-container {
    display: none;
  }
  header.pageheader .mainmenu-mobile-container {
    display: block;
  }
  header.pageheader.active .innerHeader {
    height: 100%;
    height: 100vh;
  }
  header.pageheader.active .mainmenu-mobile-container {
    overflow-y: auto;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out 0.15s, overflow-y 0s linear 0.3s;
    transition: opacity 0.3s ease-out 0.15s, overflow-y 0s linear 0.3s;
  }
}

@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 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 section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main.main-content section.frame--indent > .sectionContent,
  main.main-content section.frame--indent > .container-fluid {
    width: 100%;
  }
  main.main-content section.frame--indent-left > .sectionContent > div,
  main.main-content section.frame--indent-left > .container-fluid > div, main.main-content section.frame--indent-right > .sectionContent > div,
  main.main-content section.frame--indent-right > .container-fluid > div {
    width: 100%;
  }
  .frame-type-b13-container.csc-frame-indent,
  .csc-frame--type-b13-2cols-with-header-container.csc-frame-indent,
  .csc-frame--type-b13-3cols-with-header-container.csc-frame-indent,
  .csc-frame--type-b13-4cols-with-header-container.csc-frame-indent {
    width: 100%;
  }
  .frame-type-b13-container.csc-frame-indent-left, .frame-type-b13-container.csc-frame-indent-right,
  .csc-frame--type-b13-2cols-with-header-container.csc-frame-indent-left,
  .csc-frame--type-b13-2cols-with-header-container.csc-frame-indent-right,
  .csc-frame--type-b13-3cols-with-header-container.csc-frame-indent-left,
  .csc-frame--type-b13-3cols-with-header-container.csc-frame-indent-right,
  .csc-frame--type-b13-4cols-with-header-container.csc-frame-indent-left,
  .csc-frame--type-b13-4cols-with-header-container.csc-frame-indent-right {
    width: 100%;
  }
  .ce-image .ce-gallery.standard.columns_4 figure,
  .ce-above .ce-gallery.standard.columns_4 figure,
  .ce-below .ce-gallery.standard.columns_4 figure {
    width: 33.333%;
  }
  .ce-image .ce-gallery.standard.columns_5 figure,
  .ce-above .ce-gallery.standard.columns_5 figure,
  .ce-below .ce-gallery.standard.columns_5 figure {
    width: 33.333%;
  }
  .ce-image .ce-gallery.standard.columns_6 figure,
  .ce-above .ce-gallery.standard.columns_6 figure,
  .ce-below .ce-gallery.standard.columns_6 figure {
    width: 33.333%;
  }
  .ce-image .ce-gallery.standard.columns_7 figure,
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 33.333%;
  }
  .ce-image .ce-gallery.standard.columns_8 figure,
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 33.333%;
  }
  .heroImage .heroImageTxt .ngLogo {
    margin-bottom: 1.5rem;
  }
  .heroImage .heroImageTxt .claim {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 0.5rem;
  }
  .heroImage .heroImageTxt .subclaim {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 639px){
  .tabpanel--mobile-accordion .tabpanel__tablist {
    display: none;
  }
  .tabpanel--mobile-accordion .tabpanel__content {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
    position: relative;
    display: block !important;
    opacity: 1;
    visibility: visible;
  }
  .ce-image .ce-gallery.standard.columns_3 figure,
  .ce-above .ce-gallery.standard.columns_3 figure,
  .ce-below .ce-gallery.standard.columns_3 figure {
    width: 50%;
  }
  .ce-image .ce-gallery.standard.columns_4 figure,
  .ce-above .ce-gallery.standard.columns_4 figure,
  .ce-below .ce-gallery.standard.columns_4 figure {
    width: 50%;
  }
  .ce-image .ce-gallery.standard.columns_5 figure,
  .ce-above .ce-gallery.standard.columns_5 figure,
  .ce-below .ce-gallery.standard.columns_5 figure {
    width: 50%;
  }
  .ce-image .ce-gallery.standard.columns_6 figure,
  .ce-above .ce-gallery.standard.columns_6 figure,
  .ce-below .ce-gallery.standard.columns_6 figure {
    width: 50%;
  }
  .ce-image .ce-gallery.standard.columns_7 figure,
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 50%;
  }
  .ce-image .ce-gallery.standard.columns_8 figure,
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 50%;
  }
  .ce-intext.ce-nowrap.ce-left .ce-bodytext {
    margin-left: 0px;
  }
  .ce-intext.ce-nowrap.ce-right .ce-bodytext {
    margin-right: 0px;
  }
}

@media (max-width: 575px){
  .ce-image .ce-gallery.standard.columns_2 figure,
  .ce-above .ce-gallery.standard.columns_2 figure,
  .ce-below .ce-gallery.standard.columns_2 figure {
    width: 100%;
  }
  .ce-image .ce-gallery.standard.columns_3 figure,
  .ce-above .ce-gallery.standard.columns_3 figure,
  .ce-below .ce-gallery.standard.columns_3 figure {
    width: 100%;
  }
  .ce-image .ce-gallery.standard.columns_4 figure,
  .ce-above .ce-gallery.standard.columns_4 figure,
  .ce-below .ce-gallery.standard.columns_4 figure {
    width: 100%;
  }
  .ce-image .ce-gallery.standard.columns_5 figure,
  .ce-above .ce-gallery.standard.columns_5 figure,
  .ce-below .ce-gallery.standard.columns_5 figure {
    width: 100%;
  }
  .ce-image .ce-gallery.standard.columns_6 figure,
  .ce-above .ce-gallery.standard.columns_6 figure,
  .ce-below .ce-gallery.standard.columns_6 figure {
    width: 100%;
  }
  .ce-image .ce-gallery.standard.columns_7 figure,
  .ce-above .ce-gallery.standard.columns_7 figure,
  .ce-below .ce-gallery.standard.columns_7 figure {
    width: 100%;
  }
  .ce-image .ce-gallery.standard.columns_8 figure,
  .ce-above .ce-gallery.standard.columns_8 figure,
  .ce-below .ce-gallery.standard.columns_8 figure {
    width: 100%;
  }
}

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