@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,
h2,
h3,
h4,
legend.powermail_legend,
.frame-type-felogin_login form fieldset > legend,
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 */
/* LRK MV */
/* mixins */
/* Typo-Größen mixin */
/* vertikale Separator-Linien zwischen Spalten des Grid-Systems ... */
/* Clearfix */
/** Prefix Settings **/
/** BEM Mixins **/
/* fonts */
/* Font: Rethink Sans + Extended */
/*. 
   Roboto
 */
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-100-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-100-normal.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-100-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-100-italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-200-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-200-normal.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-200-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-200-italic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-300-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-300-normal.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-300-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-300-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-400-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-400-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-500-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-500-normal.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-500-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-500-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-600-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-600-normal.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-600-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-600-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-700-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-700-normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-700-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-700-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-800-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-800-normal.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-800-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-800-italic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-900-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-900-normal.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../Public/Assets/Fonts/Roboto/roboto-latin-900-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/Roboto/roboto-latin-900-italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/*. 
   Roboto Condensed
 */
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-100-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-100-normal.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-100-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-100-italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-200-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-200-normal.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-200-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-200-italic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-300-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-300-normal.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-300-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-300-italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-400-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-400-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-400-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-400-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-500-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-500-normal.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-500-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-500-italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-600-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-600-normal.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-600-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-600-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-700-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-700-normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-700-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-700-italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-800-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-800-normal.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-800-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-800-italic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-900-normal.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-900-normal.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "RobotoCondensed";
  src: url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-900-italic.woff2") format("woff2"), url("../../Public/Assets/Fonts/RobotoCondensed/roboto-condensed-latin-900-italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/* color schemes */
.standard-colors, footer.footer .footer-column.footer-column--light, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light, .powermail_form.powermail_morestep > .powermail-moresteps-content-container, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container, .csc-frame.highlight-box.standard-colors, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors, body.csc-frame.highlight-box, main.main-content section.standard-colors, body {
  color: #000000;
}
.standard-colors a, footer.footer .footer-column.footer-column--light a, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a, .powermail_form.powermail_morestep > .powermail-moresteps-content-container a, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a, .csc-frame.highlight-box.standard-colors a, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors a, body.csc-frame.highlight-box a, main.main-content section.standard-colors a, body a {
  color: #000000;
}
.standard-colors a:visited, footer.footer .footer-column.footer-column--light a:visited, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a:visited, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a:visited, .powermail_form.powermail_morestep > .powermail-moresteps-content-container a:visited, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a:visited, .csc-frame.highlight-box.standard-colors a:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors a:visited, body.csc-frame.highlight-box a:visited, main.main-content section.standard-colors a:visited, body a:visited {
  color: #000000;
}
.standard-colors a:hover, footer.footer .footer-column.footer-column--light a:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container a:hover, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a:hover, .csc-frame.highlight-box.standard-colors a:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors a:hover, body.csc-frame.highlight-box a:hover, main.main-content section.standard-colors a:hover, body a:hover, .standard-colors a:active, footer.footer .footer-column.footer-column--light a:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a:active, .powermail_form.powermail_morestep > .powermail-moresteps-content-container a:active, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a:active, .csc-frame.highlight-box.standard-colors a:active, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors a:active, body.csc-frame.highlight-box a:active, main.main-content section.standard-colors a:active, body a:active {
  color: #000000;
}
.standard-colors .button, footer.footer .footer-column.footer-column--light .button, main.main-content footer.footer section.footer-column.footer-column--light .button, footer.footer main.main-content section.footer-column.footer-column--light .button, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button, .standard-colors .powermail_submit, footer.footer .footer-column.footer-column--light .powermail_submit, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_submit, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_submit, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit,
.standard-colors .powermail_form button[type=submit],
footer.footer .footer-column.footer-column--light .powermail_form button[type=submit],
main.main-content footer.footer section.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer main.main-content section.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit],
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form button[type=submit],
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_form button[type=submit],
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit],
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit],
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit],
.powermail_form .standard-colors button[type=submit],
.powermail_form footer.footer .footer-column.footer-column--light button[type=submit],
footer.footer .powermail_form .footer-column.footer-column--light button[type=submit],
.powermail_form main.main-content footer.footer section.footer-column.footer-column--light button[type=submit],
main.main-content footer.footer .powermail_form section.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer main.main-content section.footer-column.footer-column--light button[type=submit],
footer.footer main.main-content .powermail_form section.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit],
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container button[type=submit],
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit],
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit],
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit], .standard-colors input[type=submit], footer.footer .footer-column.footer-column--light input[type=submit], main.main-content footer.footer section.footer-column.footer-column--light input[type=submit], footer.footer main.main-content section.footer-column.footer-column--light input[type=submit], footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit], .powermail_form.powermail_morestep > .powermail-moresteps-content-container input[type=submit], main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container input[type=submit], .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit], main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit], .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit], .csc-frame.highlight-box.standard-colors .button, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light .button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light .button, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .button, .csc-frame.highlight-box.standard-colors .powermail_submit, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit, .csc-frame.highlight-box.standard-colors input[type=submit], footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit], .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors .button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .button, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit,
.news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors .powermail_form button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit],
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit],
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit],
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors button[type=submit],
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
footer.footer .powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
footer.footer .powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit], .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit], .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit], .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit], body.csc-frame.highlight-box .button, body.csc-frame.highlight-box .powermail_submit,
body.csc-frame.highlight-box .powermail_form button[type=submit],
.powermail_form body.csc-frame.highlight-box button[type=submit], body.csc-frame.highlight-box input[type=submit], main.main-content section.standard-colors .button, main.main-content footer.footer section.footer-column.footer-column--light .button, footer.footer main.main-content section.footer-column.footer-column--light .button, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button, main.main-content section.standard-colors .powermail_submit, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_submit, main.main-content section.standard-colors input[type=submit], main.main-content footer.footer section.footer-column.footer-column--light input[type=submit], footer.footer main.main-content section.footer-column.footer-column--light input[type=submit], main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container input[type=submit], body .button, body .powermail_submit,
body .powermail_form button[type=submit],
.powermail_form body button[type=submit], body input[type=submit],
.standard-colors a.button,
footer.footer .footer-column.footer-column--light a.button,
main.main-content footer.footer section.footer-column.footer-column--light a.button,
footer.footer main.main-content section.footer-column.footer-column--light a.button,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button,
.standard-colors .btn,
footer.footer .footer-column.footer-column--light .btn,
main.main-content footer.footer section.footer-column.footer-column--light .btn,
footer.footer main.main-content section.footer-column.footer-column--light .btn,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn,
.csc-frame.highlight-box.standard-colors .btn,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light .btn,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light .btn,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .btn,
.news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors .btn,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .btn,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn,
body.csc-frame.highlight-box .btn,
main.main-content section.standard-colors .btn,
main.main-content footer.footer section.footer-column.footer-column--light .btn,
footer.footer main.main-content section.footer-column.footer-column--light .btn,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn,
body .btn,
.standard-colors .button--default,
footer.footer .footer-column.footer-column--light .button--default,
main.main-content footer.footer section.footer-column.footer-column--light .button--default,
footer.footer main.main-content section.footer-column.footer-column--light .button--default,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default,
.csc-frame.highlight-box.standard-colors .button--default,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light .button--default,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--light .button--default,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .button--default,
.news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors .button--default,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.highlight-box.powermail-moresteps-content-container .button--default,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default,
body.csc-frame.highlight-box .button--default,
main.main-content section.standard-colors .button--default,
main.main-content footer.footer section.footer-column.footer-column--light .button--default,
footer.footer main.main-content section.footer-column.footer-column--light .button--default,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default,
body .button--default {
  color: #ffffff;
  border-color: hsl(215, 54%, 19%);
  background-color: hsl(215, 54%, 19%);
}
.standard-colors .button:link, footer.footer .footer-column.footer-column--light .button:link, main.main-content footer.footer section.footer-column.footer-column--light .button:link, footer.footer main.main-content section.footer-column.footer-column--light .button:link, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button:link, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button:link, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button:link, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button:link, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button:link, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button:link, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button:link, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button:link, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button:link, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button:link, .standard-colors .powermail_submit:link, footer.footer .footer-column.footer-column--light .powermail_submit:link, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit:link, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit:link, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:link, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:link, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:link, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:link, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:link, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_submit:link, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_submit:link, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:link, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:link, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit:link,
.standard-colors .powermail_form button[type=submit]:link,
footer.footer .footer-column.footer-column--light .powermail_form button[type=submit]:link,
main.main-content footer.footer section.footer-column.footer-column--light .powermail_form button[type=submit]:link,
footer.footer main.main-content section.footer-column.footer-column--light .powermail_form button[type=submit]:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:link,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form button[type=submit]:link,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_form button[type=submit]:link,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:link,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:link,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit]:link,
.powermail_form .standard-colors button[type=submit]:link,
.powermail_form footer.footer .footer-column.footer-column--light button[type=submit]:link,
footer.footer .powermail_form .footer-column.footer-column--light button[type=submit]:link,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--light button[type=submit]:link,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--light button[type=submit]:link,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--light button[type=submit]:link,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--light button[type=submit]:link,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:link,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:link,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:link,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:link,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:link,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:link,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:link,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:link,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:link,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:link,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit]:link,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container button[type=submit]:link,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:link,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:link,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit]:link, .standard-colors input[type=submit]:link, footer.footer .footer-column.footer-column--light input[type=submit]:link, main.main-content footer.footer section.footer-column.footer-column--light input[type=submit]:link, footer.footer main.main-content section.footer-column.footer-column--light input[type=submit]:link, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:link, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:link, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:link, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:link, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:link, .powermail_form.powermail_morestep > .powermail-moresteps-content-container input[type=submit]:link, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container input[type=submit]:link, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:link, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:link, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit]:link, body.csc-frame.highlight-box .button:link, body.csc-frame.highlight-box .powermail_submit:link, body.csc-frame.highlight-box input[type=submit]:link, body .button:link, body .powermail_submit:link,
body .powermail_form button[type=submit]:link,
.powermail_form body button[type=submit]:link, body input[type=submit]:link, .standard-colors .button:visited, footer.footer .footer-column.footer-column--light .button:visited, main.main-content footer.footer section.footer-column.footer-column--light .button:visited, footer.footer main.main-content section.footer-column.footer-column--light .button:visited, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button:visited, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button:visited, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button:visited, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button:visited, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button:visited, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button:visited, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button:visited, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button:visited, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button:visited, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button:visited, .standard-colors .powermail_submit:visited, footer.footer .footer-column.footer-column--light .powermail_submit:visited, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit:visited, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit:visited, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:visited, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:visited, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:visited, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:visited, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:visited, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_submit:visited, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_submit:visited, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:visited, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:visited, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit:visited,
.standard-colors .powermail_form button[type=submit]:visited,
footer.footer .footer-column.footer-column--light .powermail_form button[type=submit]:visited,
main.main-content footer.footer section.footer-column.footer-column--light .powermail_form button[type=submit]:visited,
footer.footer main.main-content section.footer-column.footer-column--light .powermail_form button[type=submit]:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:visited,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form button[type=submit]:visited,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_form button[type=submit]:visited,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:visited,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:visited,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit]:visited,
.powermail_form .standard-colors button[type=submit]:visited,
.powermail_form footer.footer .footer-column.footer-column--light button[type=submit]:visited,
footer.footer .powermail_form .footer-column.footer-column--light button[type=submit]:visited,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--light button[type=submit]:visited,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--light button[type=submit]:visited,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--light button[type=submit]:visited,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--light button[type=submit]:visited,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:visited,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:visited,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:visited,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:visited,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:visited,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:visited,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:visited,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:visited,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:visited,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:visited,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit]:visited,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container button[type=submit]:visited,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:visited,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:visited,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit]:visited, .standard-colors input[type=submit]:visited, footer.footer .footer-column.footer-column--light input[type=submit]:visited, main.main-content footer.footer section.footer-column.footer-column--light input[type=submit]:visited, footer.footer main.main-content section.footer-column.footer-column--light input[type=submit]:visited, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:visited, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:visited, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:visited, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:visited, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:visited, .powermail_form.powermail_morestep > .powermail-moresteps-content-container input[type=submit]:visited, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container input[type=submit]:visited, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:visited, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:visited, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit]:visited, body.csc-frame.highlight-box .button:visited, body.csc-frame.highlight-box .powermail_submit:visited, body.csc-frame.highlight-box input[type=submit]:visited, body .button:visited, body .powermail_submit:visited,
body .powermail_form button[type=submit]:visited,
.powermail_form body button[type=submit]:visited, body input[type=submit]:visited,
.standard-colors a.button:link,
footer.footer .footer-column.footer-column--light a.button:link,
main.main-content footer.footer section.footer-column.footer-column--light a.button:link,
footer.footer main.main-content section.footer-column.footer-column--light a.button:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button:link,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button:link,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button:link,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button:link,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button:link,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button:link,
.standard-colors a.button:visited,
footer.footer .footer-column.footer-column--light a.button:visited,
main.main-content footer.footer section.footer-column.footer-column--light a.button:visited,
footer.footer main.main-content section.footer-column.footer-column--light a.button:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button:visited,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button:visited,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button:visited,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button:visited,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button:visited,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button:visited,
.standard-colors .btn:link,
footer.footer .footer-column.footer-column--light .btn:link,
main.main-content footer.footer section.footer-column.footer-column--light .btn:link,
footer.footer main.main-content section.footer-column.footer-column--light .btn:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn:link,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn:link,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn:link,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn:link,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn:link,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn:link,
body.csc-frame.highlight-box .btn:link,
body .btn:link,
.standard-colors .btn:visited,
footer.footer .footer-column.footer-column--light .btn:visited,
main.main-content footer.footer section.footer-column.footer-column--light .btn:visited,
footer.footer main.main-content section.footer-column.footer-column--light .btn:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn:visited,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn:visited,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn:visited,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn:visited,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn:visited,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn:visited,
body.csc-frame.highlight-box .btn:visited,
body .btn:visited,
.standard-colors .button--default:link,
footer.footer .footer-column.footer-column--light .button--default:link,
main.main-content footer.footer section.footer-column.footer-column--light .button--default:link,
footer.footer main.main-content section.footer-column.footer-column--light .button--default:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default:link,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default:link,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default:link,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default:link,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default:link,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default:link,
body.csc-frame.highlight-box .button--default:link,
body .button--default:link,
.standard-colors .button--default:visited,
footer.footer .footer-column.footer-column--light .button--default:visited,
main.main-content footer.footer section.footer-column.footer-column--light .button--default:visited,
footer.footer main.main-content section.footer-column.footer-column--light .button--default:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default:visited,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default:visited,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default:visited,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default:visited,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default:visited,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default:visited,
body.csc-frame.highlight-box .button--default:visited,
body .button--default:visited {
  color: #ffffff;
  border-color: hsl(215, 54%, 19%);
  background-color: hsl(215, 54%, 19%);
}
.standard-colors .button:hover, footer.footer .footer-column.footer-column--light .button:hover, main.main-content footer.footer section.footer-column.footer-column--light .button:hover, footer.footer main.main-content section.footer-column.footer-column--light .button:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button:hover, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button:hover, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button:hover, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button:hover, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button:hover, .standard-colors .powermail_submit:hover, footer.footer .footer-column.footer-column--light .powermail_submit:hover, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit:hover, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_submit:hover, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_submit:hover, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:hover, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:hover, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit:hover,
.standard-colors .powermail_form button[type=submit]:hover,
footer.footer .footer-column.footer-column--light .powermail_form button[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
.powermail_form .standard-colors button[type=submit]:hover,
.powermail_form footer.footer .footer-column.footer-column--light button[type=submit]:hover,
footer.footer .powermail_form .footer-column.footer-column--light button[type=submit]:hover,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--light button[type=submit]:hover,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--light button[type=submit]:hover,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:hover,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:hover,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container button[type=submit]:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit]:hover, .standard-colors input[type=submit]:hover, footer.footer .footer-column.footer-column--light input[type=submit]:hover, main.main-content footer.footer section.footer-column.footer-column--light input[type=submit]:hover, footer.footer main.main-content section.footer-column.footer-column--light input[type=submit]:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container input[type=submit]:hover, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container input[type=submit]:hover, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:hover, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:hover, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit]:hover, body.csc-frame.highlight-box .button:hover, body.csc-frame.highlight-box .powermail_submit:hover, body.csc-frame.highlight-box input[type=submit]:hover, body .button:hover, body .powermail_submit:hover,
body .powermail_form button[type=submit]:hover,
.powermail_form body button[type=submit]:hover, body input[type=submit]:hover, .standard-colors .button:active, footer.footer .footer-column.footer-column--light .button:active, main.main-content footer.footer section.footer-column.footer-column--light .button:active, footer.footer main.main-content section.footer-column.footer-column--light .button:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button:active, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button:active, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button:active, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button:active, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button:active, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button:active, .standard-colors .powermail_submit:active, footer.footer .footer-column.footer-column--light .powermail_submit:active, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit:active, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:active, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_submit:active, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_submit:active, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:active, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:active, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit:active,
.standard-colors .powermail_form button[type=submit]:active,
footer.footer .footer-column.footer-column--light .powermail_form button[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--light .powermail_form button[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--light .powermail_form button[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_form button[type=submit]:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit]:active,
.powermail_form .standard-colors button[type=submit]:active,
.powermail_form footer.footer .footer-column.footer-column--light button[type=submit]:active,
footer.footer .powermail_form .footer-column.footer-column--light button[type=submit]:active,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--light button[type=submit]:active,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--light button[type=submit]:active,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--light button[type=submit]:active,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--light button[type=submit]:active,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:active,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:active,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:active,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container button[type=submit]:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit]:active, .standard-colors input[type=submit]:active, footer.footer .footer-column.footer-column--light input[type=submit]:active, main.main-content footer.footer section.footer-column.footer-column--light input[type=submit]:active, footer.footer main.main-content section.footer-column.footer-column--light input[type=submit]:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:active, .powermail_form.powermail_morestep > .powermail-moresteps-content-container input[type=submit]:active, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container input[type=submit]:active, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:active, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:active, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit]:active, body.csc-frame.highlight-box .button:active, body.csc-frame.highlight-box .powermail_submit:active, body.csc-frame.highlight-box input[type=submit]:active, body .button:active, body .powermail_submit:active,
body .powermail_form button[type=submit]:active,
.powermail_form body button[type=submit]:active, body input[type=submit]:active,
.standard-colors a.button:hover,
footer.footer .footer-column.footer-column--light a.button:hover,
main.main-content footer.footer section.footer-column.footer-column--light a.button:hover,
footer.footer main.main-content section.footer-column.footer-column--light a.button:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button:hover,
.standard-colors a.button:active,
footer.footer .footer-column.footer-column--light a.button:active,
main.main-content footer.footer section.footer-column.footer-column--light a.button:active,
footer.footer main.main-content section.footer-column.footer-column--light a.button:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button:active,
.standard-colors .btn:hover,
footer.footer .footer-column.footer-column--light .btn:hover,
main.main-content footer.footer section.footer-column.footer-column--light .btn:hover,
footer.footer main.main-content section.footer-column.footer-column--light .btn:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn:hover,
body.csc-frame.highlight-box .btn:hover,
body .btn:hover,
.standard-colors .btn:active,
footer.footer .footer-column.footer-column--light .btn:active,
main.main-content footer.footer section.footer-column.footer-column--light .btn:active,
footer.footer main.main-content section.footer-column.footer-column--light .btn:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn:active,
body.csc-frame.highlight-box .btn:active,
body .btn:active,
.standard-colors .button--default:hover,
footer.footer .footer-column.footer-column--light .button--default:hover,
main.main-content footer.footer section.footer-column.footer-column--light .button--default:hover,
footer.footer main.main-content section.footer-column.footer-column--light .button--default:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default:hover,
body.csc-frame.highlight-box .button--default:hover,
body .button--default:hover,
.standard-colors .button--default:active,
footer.footer .footer-column.footer-column--light .button--default:active,
main.main-content footer.footer section.footer-column.footer-column--light .button--default:active,
footer.footer main.main-content section.footer-column.footer-column--light .button--default:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default:active,
body.csc-frame.highlight-box .button--default:active,
body .button--default:active {
  color: hsl(215, 54%, 19%);
  background-color: transparent;
}
.standard-colors .button.powermail_submit, footer.footer .footer-column.footer-column--light .button.powermail_submit, main.main-content footer.footer section.footer-column.footer-column--light .button.powermail_submit, footer.footer main.main-content section.footer-column.footer-column--light .button.powermail_submit, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button.powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button.powermail_submit, .standard-colors .powermail_submit, footer.footer .footer-column.footer-column--light .powermail_submit, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_submit, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit, body.csc-frame.highlight-box .powermail_submit, body .powermail_submit, .standard-colors .button[type=submit], footer.footer .footer-column.footer-column--light .button[type=submit], main.main-content footer.footer section.footer-column.footer-column--light .button[type=submit], footer.footer main.main-content section.footer-column.footer-column--light .button[type=submit], footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit], main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit], footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button[type=submit], .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button[type=submit], .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button[type=submit],
.standard-colors .powermail_form button[type=submit],
footer.footer .footer-column.footer-column--light .powermail_form button[type=submit],
main.main-content footer.footer section.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer main.main-content section.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit],
.powermail_form .standard-colors button[type=submit],
.powermail_form footer.footer .footer-column.footer-column--light button[type=submit],
footer.footer .powermail_form .footer-column.footer-column--light button[type=submit],
.powermail_form main.main-content footer.footer section.footer-column.footer-column--light button[type=submit],
main.main-content footer.footer .powermail_form section.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer main.main-content section.footer-column.footer-column--light button[type=submit],
footer.footer main.main-content .powermail_form section.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit],
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit],
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit],
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit], .standard-colors input[type=submit], footer.footer .footer-column.footer-column--light input[type=submit], main.main-content footer.footer section.footer-column.footer-column--light input[type=submit], footer.footer main.main-content section.footer-column.footer-column--light input[type=submit], footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit], .powermail_form.powermail_morestep > .powermail-moresteps-content-container input[type=submit], .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit], body.csc-frame.highlight-box .button[type=submit],
body.csc-frame.highlight-box .powermail_form button[type=submit],
.powermail_form body.csc-frame.highlight-box button[type=submit], body.csc-frame.highlight-box input[type=submit], body .button[type=submit],
body .powermail_form button[type=submit],
.powermail_form body button[type=submit], body input[type=submit],
.standard-colors a.button.powermail_submit,
footer.footer .footer-column.footer-column--light a.button.powermail_submit,
main.main-content footer.footer section.footer-column.footer-column--light a.button.powermail_submit,
footer.footer main.main-content section.footer-column.footer-column--light a.button.powermail_submit,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button.powermail_submit,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button.powermail_submit,
.standard-colors a.button[type=submit],
footer.footer .footer-column.footer-column--light a.button[type=submit],
main.main-content footer.footer section.footer-column.footer-column--light a.button[type=submit],
footer.footer main.main-content section.footer-column.footer-column--light a.button[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button[type=submit],
.standard-colors .btn.powermail_submit,
footer.footer .footer-column.footer-column--light .btn.powermail_submit,
main.main-content footer.footer section.footer-column.footer-column--light .btn.powermail_submit,
footer.footer main.main-content section.footer-column.footer-column--light .btn.powermail_submit,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn.powermail_submit,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn.powermail_submit,
.standard-colors .btn[type=submit],
footer.footer .footer-column.footer-column--light .btn[type=submit],
main.main-content footer.footer section.footer-column.footer-column--light .btn[type=submit],
footer.footer main.main-content section.footer-column.footer-column--light .btn[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn[type=submit],
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn[type=submit],
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn[type=submit],
body.csc-frame.highlight-box .btn[type=submit],
body .btn[type=submit],
.standard-colors .button--default.powermail_submit,
footer.footer .footer-column.footer-column--light .button--default.powermail_submit,
main.main-content footer.footer section.footer-column.footer-column--light .button--default.powermail_submit,
footer.footer main.main-content section.footer-column.footer-column--light .button--default.powermail_submit,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default.powermail_submit,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default.powermail_submit,
.standard-colors .button--default[type=submit],
footer.footer .footer-column.footer-column--light .button--default[type=submit],
main.main-content footer.footer section.footer-column.footer-column--light .button--default[type=submit],
footer.footer main.main-content section.footer-column.footer-column--light .button--default[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default[type=submit],
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default[type=submit],
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default[type=submit],
body.csc-frame.highlight-box .button--default[type=submit],
body .button--default[type=submit] {
  background-color: hsl(215, 54%, 19%);
  border-color: hsl(215, 54%, 19%);
  color: #ffffff;
}
.standard-colors .button.powermail_submit:hover, footer.footer .footer-column.footer-column--light .button.powermail_submit:hover, main.main-content footer.footer section.footer-column.footer-column--light .button.powermail_submit:hover, footer.footer main.main-content section.footer-column.footer-column--light .button.powermail_submit:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button.powermail_submit:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button.powermail_submit:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button.powermail_submit:hover, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button.powermail_submit:hover, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button.powermail_submit:hover, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button.powermail_submit:hover, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button.powermail_submit:hover, .standard-colors .powermail_submit:hover, footer.footer .footer-column.footer-column--light .powermail_submit:hover, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit:hover, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_submit:hover, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_submit:hover, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:hover, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:hover, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit:hover, body .powermail_submit:hover, .standard-colors .button.powermail_submit:active, footer.footer .footer-column.footer-column--light .button.powermail_submit:active, main.main-content footer.footer section.footer-column.footer-column--light .button.powermail_submit:active, footer.footer main.main-content section.footer-column.footer-column--light .button.powermail_submit:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button.powermail_submit:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button.powermail_submit:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button.powermail_submit:active, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button.powermail_submit:active, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button.powermail_submit:active, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button.powermail_submit:active, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button.powermail_submit:active, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button.powermail_submit:active, .standard-colors .powermail_submit:active, footer.footer .footer-column.footer-column--light .powermail_submit:active, main.main-content footer.footer section.footer-column.footer-column--light .powermail_submit:active, footer.footer main.main-content section.footer-column.footer-column--light .powermail_submit:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_submit:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_submit:active, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_submit:active, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_submit:active, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:active, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_submit:active, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_submit:active, body .powermail_submit:active, .standard-colors .button[type=submit]:hover, footer.footer .footer-column.footer-column--light .button[type=submit]:hover, main.main-content footer.footer section.footer-column.footer-column--light .button[type=submit]:hover, footer.footer main.main-content section.footer-column.footer-column--light .button[type=submit]:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit]:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit]:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit]:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button[type=submit]:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button[type=submit]:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button[type=submit]:hover, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button[type=submit]:hover, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button[type=submit]:hover, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button[type=submit]:hover, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button[type=submit]:hover,
.standard-colors .powermail_form button[type=submit]:hover,
footer.footer .footer-column.footer-column--light .powermail_form button[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit]:hover,
.powermail_form .standard-colors button[type=submit]:hover,
.powermail_form footer.footer .footer-column.footer-column--light button[type=submit]:hover,
footer.footer .powermail_form .footer-column.footer-column--light button[type=submit]:hover,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--light button[type=submit]:hover,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--light button[type=submit]:hover,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:hover,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:hover,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container button[type=submit]:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit]:hover, .standard-colors input[type=submit]:hover, footer.footer .footer-column.footer-column--light input[type=submit]:hover, main.main-content footer.footer section.footer-column.footer-column--light input[type=submit]:hover, footer.footer main.main-content section.footer-column.footer-column--light input[type=submit]:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container input[type=submit]:hover, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container input[type=submit]:hover, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:hover, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:hover, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit]:hover, body .button[type=submit]:hover,
body .powermail_form button[type=submit]:hover,
.powermail_form body button[type=submit]:hover, body input[type=submit]:hover, .standard-colors .button[type=submit]:active, footer.footer .footer-column.footer-column--light .button[type=submit]:active, main.main-content footer.footer section.footer-column.footer-column--light .button[type=submit]:active, footer.footer main.main-content section.footer-column.footer-column--light .button[type=submit]:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit]:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit]:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button[type=submit]:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button[type=submit]:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button[type=submit]:active, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .button[type=submit]:active, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button[type=submit]:active, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button[type=submit]:active, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button[type=submit]:active, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button[type=submit]:active,
.standard-colors .powermail_form button[type=submit]:active,
footer.footer .footer-column.footer-column--light .powermail_form button[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--light .powermail_form button[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--light .powermail_form button[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .powermail_form button[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form button[type=submit]:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .powermail_form button[type=submit]:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .powermail_form button[type=submit]:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form button[type=submit]:active,
.powermail_form .standard-colors button[type=submit]:active,
.powermail_form footer.footer .footer-column.footer-column--light button[type=submit]:active,
footer.footer .powermail_form .footer-column.footer-column--light button[type=submit]:active,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--light button[type=submit]:active,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--light button[type=submit]:active,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--light button[type=submit]:active,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--light button[type=submit]:active,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--light button[type=submit]:active,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:active,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:active,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:active,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--light button[type=submit]:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container button[type=submit]:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container button[type=submit]:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container button[type=submit]:active, .standard-colors input[type=submit]:active, footer.footer .footer-column.footer-column--light input[type=submit]:active, main.main-content footer.footer section.footer-column.footer-column--light input[type=submit]:active, footer.footer main.main-content section.footer-column.footer-column--light input[type=submit]:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light input[type=submit]:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light input[type=submit]:active, .powermail_form.powermail_morestep > .powermail-moresteps-content-container input[type=submit]:active, main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container input[type=submit]:active, .powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:active, main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container input[type=submit]:active, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container input[type=submit]:active, body .button[type=submit]:active,
body .powermail_form button[type=submit]:active,
.powermail_form body button[type=submit]:active, body input[type=submit]:active,
.standard-colors a.button.powermail_submit:hover,
footer.footer .footer-column.footer-column--light a.button.powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--light a.button.powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--light a.button.powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button.powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button.powermail_submit:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button.powermail_submit:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button.powermail_submit:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button.powermail_submit:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button.powermail_submit:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button.powermail_submit:hover,
.standard-colors a.button.powermail_submit:active,
footer.footer .footer-column.footer-column--light a.button.powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--light a.button.powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--light a.button.powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button.powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button.powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button.powermail_submit:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button.powermail_submit:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button.powermail_submit:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button.powermail_submit:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button.powermail_submit:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button.powermail_submit:active,
.standard-colors a.button[type=submit]:hover,
footer.footer .footer-column.footer-column--light a.button[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--light a.button[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--light a.button[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button[type=submit]:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button[type=submit]:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button[type=submit]:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button[type=submit]:hover,
.standard-colors a.button[type=submit]:active,
footer.footer .footer-column.footer-column--light a.button[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--light a.button[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--light a.button[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light a.button[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light a.button[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light a.button[type=submit]:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container a.button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container a.button[type=submit]:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container a.button[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container a.button[type=submit]:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container a.button[type=submit]:active,
.standard-colors .btn.powermail_submit:hover,
footer.footer .footer-column.footer-column--light .btn.powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--light .btn.powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--light .btn.powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn.powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn.powermail_submit:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn.powermail_submit:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn.powermail_submit:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn.powermail_submit:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn.powermail_submit:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn.powermail_submit:hover,
.standard-colors .btn.powermail_submit:active,
footer.footer .footer-column.footer-column--light .btn.powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--light .btn.powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--light .btn.powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn.powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn.powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn.powermail_submit:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn.powermail_submit:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn.powermail_submit:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn.powermail_submit:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn.powermail_submit:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn.powermail_submit:active,
.standard-colors .btn[type=submit]:hover,
footer.footer .footer-column.footer-column--light .btn[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--light .btn[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--light .btn[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn[type=submit]:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn[type=submit]:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn[type=submit]:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn[type=submit]:hover,
body .btn[type=submit]:hover,
.standard-colors .btn[type=submit]:active,
footer.footer .footer-column.footer-column--light .btn[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--light .btn[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--light .btn[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .btn[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .btn[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .btn[type=submit]:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .btn[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .btn[type=submit]:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .btn[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .btn[type=submit]:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .btn[type=submit]:active,
body .btn[type=submit]:active,
.standard-colors .button--default.powermail_submit:hover,
footer.footer .footer-column.footer-column--light .button--default.powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--light .button--default.powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--light .button--default.powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default.powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default.powermail_submit:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default.powermail_submit:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default.powermail_submit:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default.powermail_submit:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default.powermail_submit:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default.powermail_submit:hover,
.standard-colors .button--default.powermail_submit:active,
footer.footer .footer-column.footer-column--light .button--default.powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--light .button--default.powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--light .button--default.powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default.powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default.powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default.powermail_submit:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default.powermail_submit:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default.powermail_submit:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default.powermail_submit:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default.powermail_submit:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default.powermail_submit:active,
.standard-colors .button--default[type=submit]:hover,
footer.footer .footer-column.footer-column--light .button--default[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--light .button--default[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--light .button--default[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default[type=submit]:hover,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default[type=submit]:hover,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default[type=submit]:hover,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default[type=submit]:hover,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default[type=submit]:hover,
body .button--default[type=submit]:hover,
.standard-colors .button--default[type=submit]:active,
footer.footer .footer-column.footer-column--light .button--default[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--light .button--default[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--light .button--default[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .button--default[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .button--default[type=submit]:active,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .button--default[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.powermail-moresteps-content-container .button--default[type=submit]:active,
.powermail_form.powermail_morestep > .csc-frame.highlight-box.powermail-moresteps-content-container .button--default[type=submit]:active,
main.main-content .powermail_form.powermail_morestep > section.csc-frame.highlight-box.powermail-moresteps-content-container .button--default[type=submit]:active,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .button--default[type=submit]:active,
body .button--default[type=submit]:active {
  background-color: #ffffff;
  color: hsl(215, 54%, 19%);
}
.standard-colors .powermail_form, footer.footer .footer-column.footer-column--light .powermail_form, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form, .csc-frame.highlight-box.standard-colors .powermail_form, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors .powermail_form, body.csc-frame.highlight-box .powermail_form, main.main-content section.standard-colors .powermail_form, body .powermail_form {
  /* zweispaltiges Layout */
}
.standard-colors .powermail_form.layout1, footer.footer .footer-column.footer-column--light .powermail_form.layout1, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form.layout1, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form.layout1, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form.layout1, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form.layout1, body.csc-frame.highlight-box .powermail_form.layout1, body .powermail_form.layout1, .standard-colors .powermail_form.layout1 .powermail-moresteps-content-container, footer.footer .footer-column.footer-column--light .powermail_form.layout1 .powermail-moresteps-content-container, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form.layout1 .powermail-moresteps-content-container, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form.layout1 .powermail-moresteps-content-container, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form.layout1 .powermail-moresteps-content-container, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .powermail_form.layout1 .powermail-moresteps-content-container, body .powermail_form.layout1 .powermail-moresteps-content-container,
.standard-colors .powermail_form .powermail_fieldset.layout1,
footer.footer .footer-column.footer-column--light .powermail_form .powermail_fieldset.layout1,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form .powermail_fieldset.layout1,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .powermail_form .powermail_fieldset.layout1,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .powermail_form .powermail_fieldset.layout1,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .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, footer.footer .footer-column.footer-column--light blockquote, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light blockquote, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light blockquote, .powermail_form.powermail_morestep > .powermail-moresteps-content-container blockquote, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container blockquote, .csc-frame.highlight-box.standard-colors blockquote, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors blockquote, body.csc-frame.highlight-box blockquote, main.main-content section.standard-colors blockquote, body blockquote {
  border-left-color: rgb(190, 190, 190);
}
.standard-colors blockquote::before, footer.footer .footer-column.footer-column--light blockquote::before, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light blockquote::before, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light blockquote::before, .powermail_form.powermail_morestep > .powermail-moresteps-content-container blockquote::before, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container blockquote::before, .csc-frame.highlight-box.standard-colors blockquote::before, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors blockquote::before, body.csc-frame.highlight-box blockquote::before, main.main-content section.standard-colors blockquote::before, body blockquote::before {
  color: rgb(190, 190, 190);
}
.standard-colors hr, footer.footer .footer-column.footer-column--light hr, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light hr, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light hr, .powermail_form.powermail_morestep > .powermail-moresteps-content-container hr, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container hr, .csc-frame.highlight-box.standard-colors hr, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors hr, body.csc-frame.highlight-box hr, main.main-content section.standard-colors hr, body hr {
  border-bottom-color: hsl(215, 54%, 19%);
}
.standard-colors .ce-gallery .slick-dots li button, footer.footer .footer-column.footer-column--light .ce-gallery .slick-dots li button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-gallery .slick-dots li button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-gallery .slick-dots li button, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-gallery .slick-dots li button, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-gallery .slick-dots li button, body.csc-frame.highlight-box .ce-gallery .slick-dots li button, body .ce-gallery .slick-dots li button {
  border-color: hsl(215, 54%, 19%);
  background-color: transparent;
}
.standard-colors .ce-gallery .slick-dots li.slick-active button, footer.footer .footer-column.footer-column--light .ce-gallery .slick-dots li.slick-active button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-gallery .slick-dots li.slick-active button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-gallery .slick-dots li.slick-active button, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-gallery .slick-dots li.slick-active button, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-gallery .slick-dots li.slick-active button, body .ce-gallery .slick-dots li.slick-active button {
  border-color: hsl(215, 54%, 19%);
  background-color: hsl(215, 54%, 19%);
}
.standard-colors .ce-gallery.imageborder.slideshow, footer.footer .footer-column.footer-column--light .ce-gallery.imageborder.slideshow, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-gallery.imageborder.slideshow, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-gallery.imageborder.slideshow, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-gallery.imageborder.slideshow, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-gallery.imageborder.slideshow, body .ce-gallery.imageborder.slideshow, .standard-colors .ce-gallery.imageborder.standard img, footer.footer .footer-column.footer-column--light .ce-gallery.imageborder.standard img, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-gallery.imageborder.standard img, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-gallery.imageborder.standard img, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-gallery.imageborder.standard img, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-gallery.imageborder.standard img, body .ce-gallery.imageborder.standard img {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors, footer.footer .footer-column.footer-column--light, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light, .powermail_form.powermail_morestep > .powermail-moresteps-content-container, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container, .csc-frame.highlight-box.standard-colors, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors, body.csc-frame.highlight-box, main.main-content section.standard-colors, body {
  /* Highlight Boxes */
}
.standard-colors .ce-table.ce-table-standard thead tr th, footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard thead tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard thead tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard thead tr th, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard thead tr th, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard thead tr th, body.csc-frame.highlight-box .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, footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered thead tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered thead tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered thead tr th, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered thead tr th, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered thead tr th, body.csc-frame.highlight-box .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, footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard thead th, main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-standard thead th, footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-standard thead th, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard thead th, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard thead th, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard thead th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard thead th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard thead th, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard thead th, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard thead th, body.csc-frame.highlight-box .ce-table.ce-table-standard thead th, body .ce-table.ce-table-standard thead th,
.standard-colors .ce-table.ce-table-standard thead td,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard thead td,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-standard thead td,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-standard thead td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard thead td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard thead td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard thead td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard thead td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard thead td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard thead td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard thead td,
body.csc-frame.highlight-box .ce-table.ce-table-standard thead td,
body .ce-table.ce-table-standard thead td,
.standard-colors .ce-table.ce-table-standard tbody th,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard tbody th,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-standard tbody th,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-standard tbody th,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tbody th,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tbody th,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tbody th,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tbody th,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tbody th,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard tbody th,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard tbody th,
body.csc-frame.highlight-box .ce-table.ce-table-standard tbody th,
body .ce-table.ce-table-standard tbody th,
.standard-colors .ce-table.ce-table-standard tbody td,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard tbody td,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-standard tbody td,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-standard tbody td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tbody td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tbody td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tbody td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tbody td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tbody td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard tbody td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard tbody td,
body.csc-frame.highlight-box .ce-table.ce-table-standard tbody td,
body .ce-table.ce-table-standard tbody td,
.standard-colors .ce-table.ce-table-standard tfoot th,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard tfoot th,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-standard tfoot th,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-standard tfoot th,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tfoot th,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tfoot th,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tfoot th,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tfoot th,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tfoot th,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard tfoot th,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard tfoot th,
body.csc-frame.highlight-box .ce-table.ce-table-standard tfoot th,
body .ce-table.ce-table-standard tfoot th,
.standard-colors .ce-table.ce-table-standard tfoot td,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard tfoot td,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-standard tfoot td,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-standard tfoot td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tfoot td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tfoot td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-standard tfoot td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tfoot td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tfoot td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard tfoot td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard tfoot td,
body.csc-frame.highlight-box .ce-table.ce-table-standard tfoot td,
body .ce-table.ce-table-standard tfoot td, .standard-colors .ce-table.ce-table-bordered thead th, footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered thead th, main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-bordered thead th, footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-bordered thead th, footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered thead th, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered thead th, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered thead th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered thead th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered thead th, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered thead th, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered thead th, body.csc-frame.highlight-box .ce-table.ce-table-bordered thead th, body .ce-table.ce-table-bordered thead th,
.standard-colors .ce-table.ce-table-bordered thead td,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered thead td,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-bordered thead td,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-bordered thead td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered thead td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered thead td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered thead td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered thead td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered thead td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered thead td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered thead td,
body.csc-frame.highlight-box .ce-table.ce-table-bordered thead td,
body .ce-table.ce-table-bordered thead td,
.standard-colors .ce-table.ce-table-bordered tbody th,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered tbody th,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-bordered tbody th,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-bordered tbody th,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tbody th,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tbody th,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tbody th,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tbody th,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tbody th,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered tbody th,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered tbody th,
body.csc-frame.highlight-box .ce-table.ce-table-bordered tbody th,
body .ce-table.ce-table-bordered tbody th,
.standard-colors .ce-table.ce-table-bordered tbody td,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered tbody td,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-bordered tbody td,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-bordered tbody td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tbody td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tbody td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tbody td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tbody td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tbody td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered tbody td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered tbody td,
body.csc-frame.highlight-box .ce-table.ce-table-bordered tbody td,
body .ce-table.ce-table-bordered tbody td,
.standard-colors .ce-table.ce-table-bordered tfoot th,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered tfoot th,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot th,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot th,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot th,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot th,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot th,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot th,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot th,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered tfoot th,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered tfoot th,
body.csc-frame.highlight-box .ce-table.ce-table-bordered tfoot th,
body .ce-table.ce-table-bordered tfoot th,
.standard-colors .ce-table.ce-table-bordered tfoot td,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered tfoot td,
main.main-content footer.footer section.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot td,
footer.footer main.main-content section.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered tfoot td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered tfoot td,
body.csc-frame.highlight-box .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, footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard tbody tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tbody tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tbody tr th, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard tbody tr th, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard tbody tr th, body.csc-frame.highlight-box .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,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard tbody tr td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tbody tr td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tbody tr td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard tbody tr td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard tbody tr td,
body.csc-frame.highlight-box .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, footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered tbody tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tbody tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tbody tr th, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered tbody tr th, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered tbody tr th, body.csc-frame.highlight-box .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,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered tbody tr td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tbody tr td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tbody tr td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered tbody tr td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered tbody tr td,
body.csc-frame.highlight-box .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, footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard tfoot tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tfoot tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tfoot tr th, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard tfoot tr th, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard tfoot tr th, body.csc-frame.highlight-box .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,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-standard tfoot tr td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tfoot tr td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-standard tfoot tr td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-standard tfoot tr td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-standard tfoot tr td,
body.csc-frame.highlight-box .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, footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered tfoot tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot tr th, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered tfoot tr th, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered tfoot tr th, body.csc-frame.highlight-box .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,
footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered tfoot tr td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot tr td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered tfoot tr td,
.powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered tfoot tr td,
.news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered tfoot tr td,
body.csc-frame.highlight-box .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, footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered, body.csc-frame.highlight-box .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, footer.footer .footer-column.footer-column--light .ce-table.ce-table-bordered caption, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered caption, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table.ce-table-bordered caption, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table.ce-table-bordered caption, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table.ce-table-bordered caption, body.csc-frame.highlight-box .ce-table.ce-table-bordered caption, body .ce-table.ce-table-bordered caption {
  border-color: rgb(86, 86, 86);
}
.standard-colors .ce-table, footer.footer .footer-column.footer-column--light .ce-table, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .ce-table, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .ce-table, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .ce-table, .csc-frame.highlight-box.standard-colors .ce-table, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors .ce-table, body.csc-frame.highlight-box .ce-table, main.main-content section.standard-colors .ce-table, body .ce-table {
  /* Design "gestreift" */
}
.standard-colors .frame-type-b13-accordion-container, footer.footer .footer-column.footer-column--light .frame-type-b13-accordion-container, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .frame-type-b13-accordion-container, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .frame-type-b13-accordion-container, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .frame-type-b13-accordion-container, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .frame-type-b13-accordion-container, .csc-frame.highlight-box.standard-colors .frame-type-b13-accordion-container, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors .frame-type-b13-accordion-container, body.csc-frame.highlight-box .frame-type-b13-accordion-container, main.main-content section.standard-colors .frame-type-b13-accordion-container, body .frame-type-b13-accordion-container {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors .frame-type-b13-accordion-container .tabpanel--mobile-accordion, footer.footer .footer-column.footer-column--light .frame-type-b13-accordion-container .tabpanel--mobile-accordion, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .frame-type-b13-accordion-container .tabpanel--mobile-accordion, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .frame-type-b13-accordion-container .tabpanel--mobile-accordion, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .frame-type-b13-accordion-container .tabpanel--mobile-accordion, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .frame-type-b13-accordion-container .tabpanel--mobile-accordion, body.csc-frame.highlight-box .frame-type-b13-accordion-container .tabpanel--mobile-accordion, body .frame-type-b13-accordion-container .tabpanel--mobile-accordion {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors .accordion:first-child, footer.footer .footer-column.footer-column--light .accordion:first-child, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .accordion:first-child, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .accordion:first-child, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .accordion:first-child, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .accordion:first-child, body.csc-frame.highlight-box .accordion:first-child, body .accordion:first-child {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors .accordion .accordion__content, footer.footer .footer-column.footer-column--light .accordion .accordion__content, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .accordion .accordion__content, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .accordion .accordion__content, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .accordion .accordion__content, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .accordion .accordion__content, body.csc-frame.highlight-box .accordion .accordion__content, body .accordion .accordion__content {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors .accordion.accordion--open > .accordion__content, footer.footer .footer-column.footer-column--light .accordion.accordion--open > .accordion__content, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .accordion.accordion--open > .accordion__content, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .accordion.accordion--open > .accordion__content, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .accordion.accordion--open > .accordion__content, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .accordion.accordion--open > .accordion__content, body .accordion.accordion--open > .accordion__content {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, footer.footer .footer-column.footer-column--light .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, body .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, footer.footer .footer-column.footer-column--light .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, body .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, footer.footer .footer-column.footer-column--light .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, .powermail_form.powermail_morestep > .powermail-moresteps-content-container .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, body .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper {
  border-color: hsl(215, 54%, 19%);
}
.standard-colors, footer.footer .footer-column.footer-column--light, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--light, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--light, .powermail_form.powermail_morestep > .powermail-moresteps-content-container, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.csc-frame.powermail-moresteps-content-container, .csc-frame.highlight-box.standard-colors, .news.news-single article.news-article .news-article__related > div.csc-frame.standard-colors, body.csc-frame.highlight-box, main.main-content section.standard-colors, body {
  /* Reflektor Speakers Carousel */
}
.inverted-colors, footer.footer .footer-column.footer-column--dark, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark, .csc-frame.highlight-box.inverted-colors, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors, .csc-frame.highlight-box.highlight-box--black, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black, .csc-frame.highlight-box.highlight-box--darkgrey, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey, main.main-content section.inverted-colors, main.main-content section.highlight-box--black, main.main-content section.highlight-box--darkgrey {
  color: #ffffff;
}
.inverted-colors a, footer.footer .footer-column.footer-column--dark a, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a, .csc-frame.highlight-box.inverted-colors a, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors a, .csc-frame.highlight-box.highlight-box--black a, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black a, .csc-frame.highlight-box.highlight-box--darkgrey a, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey a, main.main-content section.inverted-colors a, main.main-content section.highlight-box--black a, main.main-content section.highlight-box--darkgrey a {
  color: #ffffff;
}
.inverted-colors a:visited, footer.footer .footer-column.footer-column--dark a:visited, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a:visited, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a:visited, .csc-frame.highlight-box.inverted-colors a:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors a:visited, .csc-frame.highlight-box.highlight-box--black a:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black a:visited, .csc-frame.highlight-box.highlight-box--darkgrey a:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey a:visited, main.main-content section.inverted-colors a:visited, main.main-content section.highlight-box--black a:visited, main.main-content section.highlight-box--darkgrey a:visited {
  color: #ffffff;
}
.inverted-colors a:hover, footer.footer .footer-column.footer-column--dark a:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a:hover, .csc-frame.highlight-box.inverted-colors a:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors a:hover, .csc-frame.highlight-box.highlight-box--black a:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black a:hover, .csc-frame.highlight-box.highlight-box--darkgrey a:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey a:hover, main.main-content section.inverted-colors a:hover, main.main-content section.highlight-box--black a:hover, main.main-content section.highlight-box--darkgrey a:hover, .inverted-colors a:active, footer.footer .footer-column.footer-column--dark a:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a:active, .csc-frame.highlight-box.inverted-colors a:active, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors a:active, .csc-frame.highlight-box.highlight-box--black a:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black a:active, .csc-frame.highlight-box.highlight-box--darkgrey a:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey a:active, main.main-content section.inverted-colors a:active, main.main-content section.highlight-box--black a:active, main.main-content section.highlight-box--darkgrey a:active {
  color: #ffffff;
}
.inverted-colors .button, footer.footer .footer-column.footer-column--dark .button, main.main-content footer.footer section.footer-column.footer-column--dark .button, footer.footer main.main-content section.footer-column.footer-column--dark .button, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button, .inverted-colors .powermail_submit, footer.footer .footer-column.footer-column--dark .powermail_submit, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit,
.inverted-colors .powermail_form button[type=submit],
footer.footer .footer-column.footer-column--dark .powermail_form button[type=submit],
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit],
.powermail_form .inverted-colors button[type=submit],
.powermail_form footer.footer .footer-column.footer-column--dark button[type=submit],
footer.footer .powermail_form .footer-column.footer-column--dark button[type=submit],
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button[type=submit],
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button[type=submit],
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit], .inverted-colors input[type=submit], footer.footer .footer-column.footer-column--dark input[type=submit], main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit], footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit], footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit], .csc-frame.highlight-box.inverted-colors .button, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark .button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark .button, .csc-frame.highlight-box.inverted-colors .powermail_submit, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, .csc-frame.highlight-box.inverted-colors input[type=submit], footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors .button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit,
.news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors .powermail_form button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors button[type=submit],
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
footer.footer .powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
footer.footer .powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit], .csc-frame.highlight-box.highlight-box--black .button, .csc-frame.highlight-box.highlight-box--black .powermail_submit,
.csc-frame.highlight-box.highlight-box--black .powermail_form button[type=submit],
.powermail_form .csc-frame.highlight-box.highlight-box--black button[type=submit], .csc-frame.highlight-box.highlight-box--black input[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_submit,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input[type=submit], .csc-frame.highlight-box.highlight-box--darkgrey .button, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_submit,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button[type=submit],
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button[type=submit], .csc-frame.highlight-box.highlight-box--darkgrey input[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_submit,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input[type=submit], main.main-content section.inverted-colors .button, main.main-content footer.footer section.footer-column.footer-column--dark .button, footer.footer main.main-content section.footer-column.footer-column--dark .button, main.main-content section.inverted-colors .powermail_submit, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit, main.main-content section.inverted-colors input[type=submit], main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit], footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit], main.main-content section.highlight-box--black .button, main.main-content section.highlight-box--black .powermail_submit,
main.main-content section.highlight-box--black .powermail_form button[type=submit],
.powermail_form main.main-content section.highlight-box--black button[type=submit], main.main-content section.highlight-box--black input[type=submit], main.main-content section.highlight-box--darkgrey .button, main.main-content section.highlight-box--darkgrey .powermail_submit,
main.main-content section.highlight-box--darkgrey .powermail_form button[type=submit],
.powermail_form main.main-content section.highlight-box--darkgrey button[type=submit], main.main-content section.highlight-box--darkgrey input[type=submit],
.inverted-colors a.button,
footer.footer .footer-column.footer-column--dark a.button,
main.main-content footer.footer section.footer-column.footer-column--dark a.button,
footer.footer main.main-content section.footer-column.footer-column--dark a.button,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button,
.inverted-colors .btn,
footer.footer .footer-column.footer-column--dark .btn,
main.main-content footer.footer section.footer-column.footer-column--dark .btn,
footer.footer main.main-content section.footer-column.footer-column--dark .btn,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn,
.csc-frame.highlight-box.inverted-colors .btn,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark .btn,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark .btn,
.news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors .btn,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn,
.csc-frame.highlight-box.highlight-box--black .btn,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn,
.csc-frame.highlight-box.highlight-box--darkgrey .btn,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn,
main.main-content section.inverted-colors .btn,
main.main-content footer.footer section.footer-column.footer-column--dark .btn,
footer.footer main.main-content section.footer-column.footer-column--dark .btn,
main.main-content section.highlight-box--black .btn,
main.main-content section.highlight-box--darkgrey .btn,
.inverted-colors .button--default,
footer.footer .footer-column.footer-column--dark .button--default,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default,
.csc-frame.highlight-box.inverted-colors .button--default,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark .button--default,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box.footer-column.footer-column--dark .button--default,
.news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors .button--default,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default,
.csc-frame.highlight-box.highlight-box--black .button--default,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default,
main.main-content section.inverted-colors .button--default,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default,
main.main-content section.highlight-box--black .button--default,
main.main-content section.highlight-box--darkgrey .button--default {
  color: hsl(215, 54%, 19%);
  background-color: #ffffff;
  border-color: #ffffff;
}
.inverted-colors .button:link, footer.footer .footer-column.footer-column--dark .button:link, main.main-content footer.footer section.footer-column.footer-column--dark .button:link, footer.footer main.main-content section.footer-column.footer-column--dark .button:link, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button:link, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button:link, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button:link, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button:link, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button:link, .inverted-colors .powermail_submit:link, footer.footer .footer-column.footer-column--dark .powermail_submit:link, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit:link, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit:link, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:link, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:link, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:link, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:link, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:link,
.inverted-colors .powermail_form button[type=submit]:link,
footer.footer .footer-column.footer-column--dark .powermail_form button[type=submit]:link,
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button[type=submit]:link,
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button[type=submit]:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:link,
.powermail_form .inverted-colors button[type=submit]:link,
.powermail_form footer.footer .footer-column.footer-column--dark button[type=submit]:link,
footer.footer .powermail_form .footer-column.footer-column--dark button[type=submit]:link,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button[type=submit]:link,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button[type=submit]:link,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button[type=submit]:link,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button[type=submit]:link,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:link,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:link,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:link,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:link,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:link,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:link,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:link,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:link,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:link,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:link, .inverted-colors input[type=submit]:link, footer.footer .footer-column.footer-column--dark input[type=submit]:link, main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit]:link, footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit]:link, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:link, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:link, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:link, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:link, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:link, .csc-frame.highlight-box.highlight-box--black .button:link, .csc-frame.highlight-box.highlight-box--black .powermail_submit:link,
.csc-frame.highlight-box.highlight-box--black .powermail_form button[type=submit]:link,
.powermail_form .csc-frame.highlight-box.highlight-box--black button[type=submit]:link, .csc-frame.highlight-box.highlight-box--black input[type=submit]:link, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button:link, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_submit:link,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button[type=submit]:link,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button[type=submit]:link, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input[type=submit]:link, .csc-frame.highlight-box.highlight-box--darkgrey .button:link, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_submit:link,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button[type=submit]:link,
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button[type=submit]:link, .csc-frame.highlight-box.highlight-box--darkgrey input[type=submit]:link, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button:link, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_submit:link,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button[type=submit]:link,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button[type=submit]:link, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input[type=submit]:link, main.main-content section.highlight-box--black .button:link, main.main-content section.highlight-box--black .powermail_submit:link,
main.main-content section.highlight-box--black .powermail_form button[type=submit]:link,
.powermail_form main.main-content section.highlight-box--black button[type=submit]:link, main.main-content section.highlight-box--black input[type=submit]:link, main.main-content section.highlight-box--darkgrey .button:link, main.main-content section.highlight-box--darkgrey .powermail_submit:link,
main.main-content section.highlight-box--darkgrey .powermail_form button[type=submit]:link,
.powermail_form main.main-content section.highlight-box--darkgrey button[type=submit]:link, main.main-content section.highlight-box--darkgrey input[type=submit]:link, .inverted-colors .button:visited, footer.footer .footer-column.footer-column--dark .button:visited, main.main-content footer.footer section.footer-column.footer-column--dark .button:visited, footer.footer main.main-content section.footer-column.footer-column--dark .button:visited, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button:visited, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button:visited, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button:visited, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button:visited, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button:visited, .inverted-colors .powermail_submit:visited, footer.footer .footer-column.footer-column--dark .powermail_submit:visited, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit:visited, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit:visited, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:visited, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:visited, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:visited, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:visited, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:visited,
.inverted-colors .powermail_form button[type=submit]:visited,
footer.footer .footer-column.footer-column--dark .powermail_form button[type=submit]:visited,
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button[type=submit]:visited,
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button[type=submit]:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:visited,
.powermail_form .inverted-colors button[type=submit]:visited,
.powermail_form footer.footer .footer-column.footer-column--dark button[type=submit]:visited,
footer.footer .powermail_form .footer-column.footer-column--dark button[type=submit]:visited,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button[type=submit]:visited,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button[type=submit]:visited,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button[type=submit]:visited,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button[type=submit]:visited,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:visited,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:visited,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:visited,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:visited,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:visited,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:visited,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:visited,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:visited,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:visited,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:visited, .inverted-colors input[type=submit]:visited, footer.footer .footer-column.footer-column--dark input[type=submit]:visited, main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit]:visited, footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit]:visited, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:visited, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:visited, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:visited, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:visited, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:visited, .csc-frame.highlight-box.highlight-box--black .button:visited, .csc-frame.highlight-box.highlight-box--black .powermail_submit:visited,
.csc-frame.highlight-box.highlight-box--black .powermail_form button[type=submit]:visited,
.powermail_form .csc-frame.highlight-box.highlight-box--black button[type=submit]:visited, .csc-frame.highlight-box.highlight-box--black input[type=submit]:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_submit:visited,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button[type=submit]:visited,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button[type=submit]:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input[type=submit]:visited, .csc-frame.highlight-box.highlight-box--darkgrey .button:visited, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_submit:visited,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button[type=submit]:visited,
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button[type=submit]:visited, .csc-frame.highlight-box.highlight-box--darkgrey input[type=submit]:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_submit:visited,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button[type=submit]:visited,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button[type=submit]:visited, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input[type=submit]:visited, main.main-content section.highlight-box--black .button:visited, main.main-content section.highlight-box--black .powermail_submit:visited,
main.main-content section.highlight-box--black .powermail_form button[type=submit]:visited,
.powermail_form main.main-content section.highlight-box--black button[type=submit]:visited, main.main-content section.highlight-box--black input[type=submit]:visited, main.main-content section.highlight-box--darkgrey .button:visited, main.main-content section.highlight-box--darkgrey .powermail_submit:visited,
main.main-content section.highlight-box--darkgrey .powermail_form button[type=submit]:visited,
.powermail_form main.main-content section.highlight-box--darkgrey button[type=submit]:visited, main.main-content section.highlight-box--darkgrey input[type=submit]:visited,
.inverted-colors a.button:link,
footer.footer .footer-column.footer-column--dark a.button:link,
main.main-content footer.footer section.footer-column.footer-column--dark a.button:link,
footer.footer main.main-content section.footer-column.footer-column--dark a.button:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button:link,
.inverted-colors a.powermail_submit:link,
footer.footer .footer-column.footer-column--dark a.powermail_submit:link,
main.main-content footer.footer section.footer-column.footer-column--dark a.powermail_submit:link,
footer.footer main.main-content section.footer-column.footer-column--dark a.powermail_submit:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:link,
.inverted-colors a.button:visited,
footer.footer .footer-column.footer-column--dark a.button:visited,
main.main-content footer.footer section.footer-column.footer-column--dark a.button:visited,
footer.footer main.main-content section.footer-column.footer-column--dark a.button:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button:visited,
.inverted-colors a.powermail_submit:visited,
footer.footer .footer-column.footer-column--dark a.powermail_submit:visited,
main.main-content footer.footer section.footer-column.footer-column--dark a.powermail_submit:visited,
footer.footer main.main-content section.footer-column.footer-column--dark a.powermail_submit:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:visited,
.inverted-colors .btn:link,
footer.footer .footer-column.footer-column--dark .btn:link,
main.main-content footer.footer section.footer-column.footer-column--dark .btn:link,
footer.footer main.main-content section.footer-column.footer-column--dark .btn:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn:link,
.csc-frame.highlight-box.highlight-box--black .btn:link,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn:link,
.csc-frame.highlight-box.highlight-box--darkgrey .btn:link,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn:link,
main.main-content section.highlight-box--black .btn:link,
main.main-content section.highlight-box--darkgrey .btn:link,
.inverted-colors .btn:visited,
footer.footer .footer-column.footer-column--dark .btn:visited,
main.main-content footer.footer section.footer-column.footer-column--dark .btn:visited,
footer.footer main.main-content section.footer-column.footer-column--dark .btn:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn:visited,
.csc-frame.highlight-box.highlight-box--black .btn:visited,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn:visited,
.csc-frame.highlight-box.highlight-box--darkgrey .btn:visited,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn:visited,
main.main-content section.highlight-box--black .btn:visited,
main.main-content section.highlight-box--darkgrey .btn:visited,
.inverted-colors .button--default:link,
footer.footer .footer-column.footer-column--dark .button--default:link,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default:link,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default:link,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default:link,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default:link,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default:link,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default:link,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default:link,
.csc-frame.highlight-box.highlight-box--black .button--default:link,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default:link,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default:link,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default:link,
main.main-content section.highlight-box--black .button--default:link,
main.main-content section.highlight-box--darkgrey .button--default:link,
.inverted-colors .button--default:visited,
footer.footer .footer-column.footer-column--dark .button--default:visited,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default:visited,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default:visited,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default:visited,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default:visited,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default:visited,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default:visited,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default:visited,
.csc-frame.highlight-box.highlight-box--black .button--default:visited,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default:visited,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default:visited,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default:visited,
main.main-content section.highlight-box--black .button--default:visited,
main.main-content section.highlight-box--darkgrey .button--default:visited {
  color: hsl(215, 54%, 19%);
  background-color: #ffffff;
  border-color: #ffffff;
}
.inverted-colors .button:hover, footer.footer .footer-column.footer-column--dark .button:hover, main.main-content footer.footer section.footer-column.footer-column--dark .button:hover, footer.footer main.main-content section.footer-column.footer-column--dark .button:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button:hover, .inverted-colors .powermail_submit:hover, footer.footer .footer-column.footer-column--dark .powermail_submit:hover, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit:hover, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:hover,
.inverted-colors .powermail_form button[type=submit]:hover,
footer.footer .footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
.powermail_form .inverted-colors button[type=submit]:hover,
.powermail_form footer.footer .footer-column.footer-column--dark button[type=submit]:hover,
footer.footer .powermail_form .footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button[type=submit]:hover,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button[type=submit]:hover,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:hover,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:hover,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:hover, .inverted-colors input[type=submit]:hover, footer.footer .footer-column.footer-column--dark input[type=submit]:hover, main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit]:hover, footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit]:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--black .button:hover, .csc-frame.highlight-box.highlight-box--black .powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--black .powermail_form button[type=submit]:hover,
.powermail_form .csc-frame.highlight-box.highlight-box--black button[type=submit]:hover, .csc-frame.highlight-box.highlight-box--black input[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button[type=submit]:hover,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--darkgrey .button:hover, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button[type=submit]:hover,
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button[type=submit]:hover, .csc-frame.highlight-box.highlight-box--darkgrey input[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button[type=submit]:hover,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input[type=submit]:hover, main.main-content section.highlight-box--black .button:hover, main.main-content section.highlight-box--black .powermail_submit:hover,
main.main-content section.highlight-box--black .powermail_form button[type=submit]:hover,
.powermail_form main.main-content section.highlight-box--black button[type=submit]:hover, main.main-content section.highlight-box--black input[type=submit]:hover, main.main-content section.highlight-box--darkgrey .button:hover, main.main-content section.highlight-box--darkgrey .powermail_submit:hover,
main.main-content section.highlight-box--darkgrey .powermail_form button[type=submit]:hover,
.powermail_form main.main-content section.highlight-box--darkgrey button[type=submit]:hover, main.main-content section.highlight-box--darkgrey input[type=submit]:hover, .inverted-colors .button:active, footer.footer .footer-column.footer-column--dark .button:active, main.main-content footer.footer section.footer-column.footer-column--dark .button:active, footer.footer main.main-content section.footer-column.footer-column--dark .button:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button:active, .inverted-colors .powermail_submit:active, footer.footer .footer-column.footer-column--dark .powermail_submit:active, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit:active, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:active,
.inverted-colors .powermail_form button[type=submit]:active,
footer.footer .footer-column.footer-column--dark .powermail_form button[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
.powermail_form .inverted-colors button[type=submit]:active,
.powermail_form footer.footer .footer-column.footer-column--dark button[type=submit]:active,
footer.footer .powermail_form .footer-column.footer-column--dark button[type=submit]:active,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button[type=submit]:active,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button[type=submit]:active,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:active,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:active,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:active, .inverted-colors input[type=submit]:active, footer.footer .footer-column.footer-column--dark input[type=submit]:active, main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit]:active, footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit]:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:active, .csc-frame.highlight-box.highlight-box--black .button:active, .csc-frame.highlight-box.highlight-box--black .powermail_submit:active,
.csc-frame.highlight-box.highlight-box--black .powermail_form button[type=submit]:active,
.powermail_form .csc-frame.highlight-box.highlight-box--black button[type=submit]:active, .csc-frame.highlight-box.highlight-box--black input[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button[type=submit]:active,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input[type=submit]:active, .csc-frame.highlight-box.highlight-box--darkgrey .button:active, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_submit:active,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button[type=submit]:active,
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button[type=submit]:active, .csc-frame.highlight-box.highlight-box--darkgrey input[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button[type=submit]:active,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input[type=submit]:active, main.main-content section.highlight-box--black .button:active, main.main-content section.highlight-box--black .powermail_submit:active,
main.main-content section.highlight-box--black .powermail_form button[type=submit]:active,
.powermail_form main.main-content section.highlight-box--black button[type=submit]:active, main.main-content section.highlight-box--black input[type=submit]:active, main.main-content section.highlight-box--darkgrey .button:active, main.main-content section.highlight-box--darkgrey .powermail_submit:active,
main.main-content section.highlight-box--darkgrey .powermail_form button[type=submit]:active,
.powermail_form main.main-content section.highlight-box--darkgrey button[type=submit]:active, main.main-content section.highlight-box--darkgrey input[type=submit]:active,
.inverted-colors a.button:hover,
footer.footer .footer-column.footer-column--dark a.button:hover,
main.main-content footer.footer section.footer-column.footer-column--dark a.button:hover,
footer.footer main.main-content section.footer-column.footer-column--dark a.button:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button:hover,
.inverted-colors a.powermail_submit:hover,
footer.footer .footer-column.footer-column--dark a.powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--dark a.powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--dark a.powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:hover,
.inverted-colors a.button:active,
footer.footer .footer-column.footer-column--dark a.button:active,
main.main-content footer.footer section.footer-column.footer-column--dark a.button:active,
footer.footer main.main-content section.footer-column.footer-column--dark a.button:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button:active,
.inverted-colors a.powermail_submit:active,
footer.footer .footer-column.footer-column--dark a.powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--dark a.powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--dark a.powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:active,
.inverted-colors .btn:hover,
footer.footer .footer-column.footer-column--dark .btn:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .btn:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .btn:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn:hover,
.csc-frame.highlight-box.highlight-box--black .btn:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .btn:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn:hover,
main.main-content section.highlight-box--black .btn:hover,
main.main-content section.highlight-box--darkgrey .btn:hover,
.inverted-colors .btn:active,
footer.footer .footer-column.footer-column--dark .btn:active,
main.main-content footer.footer section.footer-column.footer-column--dark .btn:active,
footer.footer main.main-content section.footer-column.footer-column--dark .btn:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn:active,
.csc-frame.highlight-box.highlight-box--black .btn:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn:active,
.csc-frame.highlight-box.highlight-box--darkgrey .btn:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn:active,
main.main-content section.highlight-box--black .btn:active,
main.main-content section.highlight-box--darkgrey .btn:active,
.inverted-colors .button--default:hover,
footer.footer .footer-column.footer-column--dark .button--default:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default:hover,
.csc-frame.highlight-box.highlight-box--black .button--default:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default:hover,
main.main-content section.highlight-box--black .button--default:hover,
main.main-content section.highlight-box--darkgrey .button--default:hover,
.inverted-colors .button--default:active,
footer.footer .footer-column.footer-column--dark .button--default:active,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default:active,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default:active,
.csc-frame.highlight-box.highlight-box--black .button--default:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default:active,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default:active,
main.main-content section.highlight-box--black .button--default:active,
main.main-content section.highlight-box--darkgrey .button--default:active {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.inverted-colors .button.powermail_submit, footer.footer .footer-column.footer-column--dark .button.powermail_submit, main.main-content footer.footer section.footer-column.footer-column--dark .button.powermail_submit, footer.footer main.main-content section.footer-column.footer-column--dark .button.powermail_submit, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button.powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button.powermail_submit, .inverted-colors .powermail_submit, footer.footer .footer-column.footer-column--dark .powermail_submit, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit, .csc-frame.highlight-box.highlight-box--black .powermail_submit, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_submit, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_submit, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_submit, main.main-content section.highlight-box--black .powermail_submit, main.main-content section.highlight-box--darkgrey .powermail_submit, .inverted-colors .button[type=submit], footer.footer .footer-column.footer-column--dark .button[type=submit], main.main-content footer.footer section.footer-column.footer-column--dark .button[type=submit], footer.footer main.main-content section.footer-column.footer-column--dark .button[type=submit], footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit], main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit], footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button[type=submit],
.inverted-colors .powermail_form button[type=submit],
footer.footer .footer-column.footer-column--dark .powermail_form button[type=submit],
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit],
.powermail_form .inverted-colors button[type=submit],
.powermail_form footer.footer .footer-column.footer-column--dark button[type=submit],
footer.footer .powermail_form .footer-column.footer-column--dark button[type=submit],
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button[type=submit],
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button[type=submit],
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit],
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit],
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit], .inverted-colors input[type=submit], footer.footer .footer-column.footer-column--dark input[type=submit], main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit], footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit], footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit], .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit], footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit], .csc-frame.highlight-box.highlight-box--black .button[type=submit],
.csc-frame.highlight-box.highlight-box--black .powermail_form button[type=submit],
.powermail_form .csc-frame.highlight-box.highlight-box--black button[type=submit], .csc-frame.highlight-box.highlight-box--black input[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button[type=submit],
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input[type=submit], .csc-frame.highlight-box.highlight-box--darkgrey .button[type=submit],
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button[type=submit],
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button[type=submit], .csc-frame.highlight-box.highlight-box--darkgrey input[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button[type=submit],
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button[type=submit],
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button[type=submit], .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input[type=submit], main.main-content section.highlight-box--black .button[type=submit],
main.main-content section.highlight-box--black .powermail_form button[type=submit],
.powermail_form main.main-content section.highlight-box--black button[type=submit], main.main-content section.highlight-box--black input[type=submit], main.main-content section.highlight-box--darkgrey .button[type=submit],
main.main-content section.highlight-box--darkgrey .powermail_form button[type=submit],
.powermail_form main.main-content section.highlight-box--darkgrey button[type=submit], main.main-content section.highlight-box--darkgrey input[type=submit],
.inverted-colors a.button.powermail_submit,
footer.footer .footer-column.footer-column--dark a.button.powermail_submit,
main.main-content footer.footer section.footer-column.footer-column--dark a.button.powermail_submit,
footer.footer main.main-content section.footer-column.footer-column--dark a.button.powermail_submit,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button.powermail_submit,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button.powermail_submit,
.inverted-colors a.button[type=submit],
footer.footer .footer-column.footer-column--dark a.button[type=submit],
main.main-content footer.footer section.footer-column.footer-column--dark a.button[type=submit],
footer.footer main.main-content section.footer-column.footer-column--dark a.button[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button[type=submit],
.inverted-colors .btn.powermail_submit,
footer.footer .footer-column.footer-column--dark .btn.powermail_submit,
main.main-content footer.footer section.footer-column.footer-column--dark .btn.powermail_submit,
footer.footer main.main-content section.footer-column.footer-column--dark .btn.powermail_submit,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn.powermail_submit,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn.powermail_submit,
.inverted-colors .btn[type=submit],
footer.footer .footer-column.footer-column--dark .btn[type=submit],
main.main-content footer.footer section.footer-column.footer-column--dark .btn[type=submit],
footer.footer main.main-content section.footer-column.footer-column--dark .btn[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn[type=submit],
.csc-frame.highlight-box.highlight-box--black .btn[type=submit],
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn[type=submit],
.csc-frame.highlight-box.highlight-box--darkgrey .btn[type=submit],
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn[type=submit],
main.main-content section.highlight-box--black .btn[type=submit],
main.main-content section.highlight-box--darkgrey .btn[type=submit],
.inverted-colors .button--default.powermail_submit,
footer.footer .footer-column.footer-column--dark .button--default.powermail_submit,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default.powermail_submit,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default.powermail_submit,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default.powermail_submit,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default.powermail_submit,
.inverted-colors .button--default[type=submit],
footer.footer .footer-column.footer-column--dark .button--default[type=submit],
main.main-content footer.footer section.footer-column.footer-column--dark .button--default[type=submit],
footer.footer main.main-content section.footer-column.footer-column--dark .button--default[type=submit],
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit],
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit],
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit],
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default[type=submit],
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default[type=submit],
.csc-frame.highlight-box.highlight-box--black .button--default[type=submit],
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default[type=submit],
.csc-frame.highlight-box.highlight-box--darkgrey .button--default[type=submit],
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default[type=submit],
main.main-content section.highlight-box--black .button--default[type=submit],
main.main-content section.highlight-box--darkgrey .button--default[type=submit] {
  background-color: #ffffff;
  border-color: #ffffff;
  color: hsl(215, 54%, 19%);
}
.inverted-colors .button.powermail_submit:hover, footer.footer .footer-column.footer-column--dark .button.powermail_submit:hover, main.main-content footer.footer section.footer-column.footer-column--dark .button.powermail_submit:hover, footer.footer main.main-content section.footer-column.footer-column--dark .button.powermail_submit:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button.powermail_submit:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button.powermail_submit:hover, .inverted-colors .powermail_submit:hover, footer.footer .footer-column.footer-column--dark .powermail_submit:hover, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit:hover, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:hover,
.inverted-colors .powermail_form button.powermail_submit[type=submit]:hover,
footer.footer .footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:hover,
.powermail_form .inverted-colors button.powermail_submit[type=submit]:hover,
.powermail_form footer.footer .footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
footer.footer .powermail_form .footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button.powermail_submit[type=submit]:hover, .inverted-colors input.powermail_submit[type=submit]:hover, footer.footer .footer-column.footer-column--dark input.powermail_submit[type=submit]:hover, main.main-content footer.footer section.footer-column.footer-column--dark input.powermail_submit[type=submit]:hover, footer.footer main.main-content section.footer-column.footer-column--dark input.powermail_submit[type=submit]:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input.powermail_submit[type=submit]:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input.powermail_submit[type=submit]:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input.powermail_submit[type=submit]:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input.powermail_submit[type=submit]:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input.powermail_submit[type=submit]:hover, .csc-frame.highlight-box.highlight-box--black .powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--black .powermail_form button.powermail_submit[type=submit]:hover,
.powermail_form .csc-frame.highlight-box.highlight-box--black button.powermail_submit[type=submit]:hover, .csc-frame.highlight-box.highlight-box--black input.powermail_submit[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button.powermail_submit[type=submit]:hover,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button.powermail_submit[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input.powermail_submit[type=submit]:hover, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button.powermail_submit[type=submit]:hover,
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button.powermail_submit[type=submit]:hover, .csc-frame.highlight-box.highlight-box--darkgrey input.powermail_submit[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button.powermail_submit[type=submit]:hover,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button.powermail_submit[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input.powermail_submit[type=submit]:hover, main.main-content section.highlight-box--black .powermail_submit:hover,
main.main-content section.highlight-box--black .powermail_form button.powermail_submit[type=submit]:hover,
.powermail_form main.main-content section.highlight-box--black button.powermail_submit[type=submit]:hover, main.main-content section.highlight-box--black input.powermail_submit[type=submit]:hover, main.main-content section.highlight-box--darkgrey .powermail_submit:hover,
main.main-content section.highlight-box--darkgrey .powermail_form button.powermail_submit[type=submit]:hover,
.powermail_form main.main-content section.highlight-box--darkgrey button.powermail_submit[type=submit]:hover, main.main-content section.highlight-box--darkgrey input.powermail_submit[type=submit]:hover, .inverted-colors .button.powermail_submit:active, footer.footer .footer-column.footer-column--dark .button.powermail_submit:active, main.main-content footer.footer section.footer-column.footer-column--dark .button.powermail_submit:active, footer.footer main.main-content section.footer-column.footer-column--dark .button.powermail_submit:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button.powermail_submit:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button.powermail_submit:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button.powermail_submit:active, .inverted-colors .powermail_submit:active, footer.footer .footer-column.footer-column--dark .powermail_submit:active, main.main-content footer.footer section.footer-column.footer-column--dark .powermail_submit:active, footer.footer main.main-content section.footer-column.footer-column--dark .powermail_submit:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_submit:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_submit:active,
.inverted-colors .powermail_form button.powermail_submit[type=submit]:active,
footer.footer .footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button.powermail_submit[type=submit]:active,
.powermail_form .inverted-colors button.powermail_submit[type=submit]:active,
.powermail_form footer.footer .footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
footer.footer .powermail_form .footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button.powermail_submit[type=submit]:active,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button.powermail_submit[type=submit]:active, .inverted-colors input.powermail_submit[type=submit]:active, footer.footer .footer-column.footer-column--dark input.powermail_submit[type=submit]:active, main.main-content footer.footer section.footer-column.footer-column--dark input.powermail_submit[type=submit]:active, footer.footer main.main-content section.footer-column.footer-column--dark input.powermail_submit[type=submit]:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input.powermail_submit[type=submit]:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input.powermail_submit[type=submit]:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input.powermail_submit[type=submit]:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input.powermail_submit[type=submit]:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input.powermail_submit[type=submit]:active, .csc-frame.highlight-box.highlight-box--black .powermail_submit:active,
.csc-frame.highlight-box.highlight-box--black .powermail_form button.powermail_submit[type=submit]:active,
.powermail_form .csc-frame.highlight-box.highlight-box--black button.powermail_submit[type=submit]:active, .csc-frame.highlight-box.highlight-box--black input.powermail_submit[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button.powermail_submit[type=submit]:active,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button.powermail_submit[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input.powermail_submit[type=submit]:active, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_submit:active,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button.powermail_submit[type=submit]:active,
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button.powermail_submit[type=submit]:active, .csc-frame.highlight-box.highlight-box--darkgrey input.powermail_submit[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button.powermail_submit[type=submit]:active,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button.powermail_submit[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input.powermail_submit[type=submit]:active, main.main-content section.highlight-box--black .powermail_submit:active,
main.main-content section.highlight-box--black .powermail_form button.powermail_submit[type=submit]:active,
.powermail_form main.main-content section.highlight-box--black button.powermail_submit[type=submit]:active, main.main-content section.highlight-box--black input.powermail_submit[type=submit]:active, main.main-content section.highlight-box--darkgrey .powermail_submit:active,
main.main-content section.highlight-box--darkgrey .powermail_form button.powermail_submit[type=submit]:active,
.powermail_form main.main-content section.highlight-box--darkgrey button.powermail_submit[type=submit]:active, main.main-content section.highlight-box--darkgrey input.powermail_submit[type=submit]:active, .inverted-colors .button[type=submit]:hover, footer.footer .footer-column.footer-column--dark .button[type=submit]:hover, main.main-content footer.footer section.footer-column.footer-column--dark .button[type=submit]:hover, footer.footer main.main-content section.footer-column.footer-column--dark .button[type=submit]:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit]:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit]:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit]:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button[type=submit]:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button[type=submit]:hover, .inverted-colors [type=submit].powermail_submit:hover, footer.footer .footer-column.footer-column--dark [type=submit].powermail_submit:hover, main.main-content footer.footer section.footer-column.footer-column--dark [type=submit].powermail_submit:hover, footer.footer main.main-content section.footer-column.footer-column--dark [type=submit].powermail_submit:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark [type=submit].powermail_submit:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark [type=submit].powermail_submit:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark [type=submit].powermail_submit:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark [type=submit].powermail_submit:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark [type=submit].powermail_submit:hover,
.inverted-colors .powermail_form button[type=submit]:hover,
footer.footer .footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:hover,
.powermail_form .inverted-colors button[type=submit]:hover,
.powermail_form footer.footer .footer-column.footer-column--dark button[type=submit]:hover,
footer.footer .powermail_form .footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button[type=submit]:hover,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button[type=submit]:hover,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:hover,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:hover,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:hover,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:hover, .inverted-colors input[type=submit]:hover, footer.footer .footer-column.footer-column--dark input[type=submit]:hover, main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit]:hover, footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit]:hover, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:hover, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:hover, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:hover, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:hover, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--black .button[type=submit]:hover, .csc-frame.highlight-box.highlight-box--black [type=submit].powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--black .powermail_form button[type=submit]:hover,
.powermail_form .csc-frame.highlight-box.highlight-box--black button[type=submit]:hover, .csc-frame.highlight-box.highlight-box--black input[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black [type=submit].powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button[type=submit]:hover,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input[type=submit]:hover, .csc-frame.highlight-box.highlight-box--darkgrey .button[type=submit]:hover, .csc-frame.highlight-box.highlight-box--darkgrey [type=submit].powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button[type=submit]:hover,
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button[type=submit]:hover, .csc-frame.highlight-box.highlight-box--darkgrey input[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey [type=submit].powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button[type=submit]:hover,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button[type=submit]:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input[type=submit]:hover, main.main-content section.highlight-box--black .button[type=submit]:hover, main.main-content section.highlight-box--black [type=submit].powermail_submit:hover,
main.main-content section.highlight-box--black .powermail_form button[type=submit]:hover,
.powermail_form main.main-content section.highlight-box--black button[type=submit]:hover, main.main-content section.highlight-box--black input[type=submit]:hover, main.main-content section.highlight-box--darkgrey .button[type=submit]:hover, main.main-content section.highlight-box--darkgrey [type=submit].powermail_submit:hover,
main.main-content section.highlight-box--darkgrey .powermail_form button[type=submit]:hover,
.powermail_form main.main-content section.highlight-box--darkgrey button[type=submit]:hover, main.main-content section.highlight-box--darkgrey input[type=submit]:hover, .inverted-colors .button[type=submit]:active, footer.footer .footer-column.footer-column--dark .button[type=submit]:active, main.main-content footer.footer section.footer-column.footer-column--dark .button[type=submit]:active, footer.footer main.main-content section.footer-column.footer-column--dark .button[type=submit]:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit]:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit]:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button[type=submit]:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button[type=submit]:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button[type=submit]:active, .inverted-colors [type=submit].powermail_submit:active, footer.footer .footer-column.footer-column--dark [type=submit].powermail_submit:active, main.main-content footer.footer section.footer-column.footer-column--dark [type=submit].powermail_submit:active, footer.footer main.main-content section.footer-column.footer-column--dark [type=submit].powermail_submit:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark [type=submit].powermail_submit:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark [type=submit].powermail_submit:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark [type=submit].powermail_submit:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark [type=submit].powermail_submit:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark [type=submit].powermail_submit:active,
.inverted-colors .powermail_form button[type=submit]:active,
footer.footer .footer-column.footer-column--dark .powermail_form button[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form button[type=submit]:active,
.powermail_form .inverted-colors button[type=submit]:active,
.powermail_form footer.footer .footer-column.footer-column--dark button[type=submit]:active,
footer.footer .powermail_form .footer-column.footer-column--dark button[type=submit]:active,
.powermail_form main.main-content footer.footer section.footer-column.footer-column--dark button[type=submit]:active,
main.main-content footer.footer .powermail_form section.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form footer.footer main.main-content section.footer-column.footer-column--dark button[type=submit]:active,
footer.footer main.main-content .powermail_form section.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
footer.footer .powermail_form .csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
main.main-content footer.footer .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
footer.footer main.main-content .powermail_form section.csc-frame.highlight-box.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:active,
.news.news-single article.news-article footer.footer .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:active,
.powermail_form footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:active,
footer.footer .news.news-single article.news-article .powermail_form .news-article__related > div.csc-frame.footer-column.footer-column--dark button[type=submit]:active, .inverted-colors input[type=submit]:active, footer.footer .footer-column.footer-column--dark input[type=submit]:active, main.main-content footer.footer section.footer-column.footer-column--dark input[type=submit]:active, footer.footer main.main-content section.footer-column.footer-column--dark input[type=submit]:active, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:active, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:active, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark input[type=submit]:active, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:active, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark input[type=submit]:active, .csc-frame.highlight-box.highlight-box--black .button[type=submit]:active, .csc-frame.highlight-box.highlight-box--black [type=submit].powermail_submit:active,
.csc-frame.highlight-box.highlight-box--black .powermail_form button[type=submit]:active,
.powermail_form .csc-frame.highlight-box.highlight-box--black button[type=submit]:active, .csc-frame.highlight-box.highlight-box--black input[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black [type=submit].powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form button[type=submit]:active,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black button[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black input[type=submit]:active, .csc-frame.highlight-box.highlight-box--darkgrey .button[type=submit]:active, .csc-frame.highlight-box.highlight-box--darkgrey [type=submit].powermail_submit:active,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form button[type=submit]:active,
.powermail_form .csc-frame.highlight-box.highlight-box--darkgrey button[type=submit]:active, .csc-frame.highlight-box.highlight-box--darkgrey input[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey [type=submit].powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form button[type=submit]:active,
.powermail_form .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey button[type=submit]:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey input[type=submit]:active, main.main-content section.highlight-box--black .button[type=submit]:active, main.main-content section.highlight-box--black [type=submit].powermail_submit:active,
main.main-content section.highlight-box--black .powermail_form button[type=submit]:active,
.powermail_form main.main-content section.highlight-box--black button[type=submit]:active, main.main-content section.highlight-box--black input[type=submit]:active, main.main-content section.highlight-box--darkgrey .button[type=submit]:active, main.main-content section.highlight-box--darkgrey [type=submit].powermail_submit:active,
main.main-content section.highlight-box--darkgrey .powermail_form button[type=submit]:active,
.powermail_form main.main-content section.highlight-box--darkgrey button[type=submit]:active, main.main-content section.highlight-box--darkgrey input[type=submit]:active,
.inverted-colors a.button.powermail_submit:hover,
footer.footer .footer-column.footer-column--dark a.button.powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--dark a.button.powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--dark a.button.powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button.powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button.powermail_submit:hover,
.inverted-colors a.powermail_submit:hover,
footer.footer .footer-column.footer-column--dark a.powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--dark a.powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--dark a.powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:hover,
.inverted-colors a.button.powermail_submit:active,
footer.footer .footer-column.footer-column--dark a.button.powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--dark a.button.powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--dark a.button.powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button.powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button.powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button.powermail_submit:active,
.inverted-colors a.powermail_submit:active,
footer.footer .footer-column.footer-column--dark a.powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--dark a.powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--dark a.powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.powermail_submit:active,
.inverted-colors a.button[type=submit]:hover,
footer.footer .footer-column.footer-column--dark a.button[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--dark a.button[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--dark a.button[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button[type=submit]:hover,
.inverted-colors a[type=submit].powermail_submit:hover,
footer.footer .footer-column.footer-column--dark a[type=submit].powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--dark a[type=submit].powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--dark a[type=submit].powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a[type=submit].powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a[type=submit].powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a[type=submit].powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a[type=submit].powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a[type=submit].powermail_submit:hover,
.inverted-colors a.button[type=submit]:active,
footer.footer .footer-column.footer-column--dark a.button[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--dark a.button[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--dark a.button[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a.button[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a.button[type=submit]:active,
.inverted-colors a[type=submit].powermail_submit:active,
footer.footer .footer-column.footer-column--dark a[type=submit].powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--dark a[type=submit].powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--dark a[type=submit].powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark a[type=submit].powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark a[type=submit].powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark a[type=submit].powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark a[type=submit].powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark a[type=submit].powermail_submit:active,
.inverted-colors .btn.powermail_submit:hover,
footer.footer .footer-column.footer-column--dark .btn.powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .btn.powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .btn.powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn.powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn.powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--black .btn.powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn.powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .btn.powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn.powermail_submit:hover,
main.main-content section.highlight-box--black .btn.powermail_submit:hover,
main.main-content section.highlight-box--darkgrey .btn.powermail_submit:hover,
.inverted-colors .btn.powermail_submit:active,
footer.footer .footer-column.footer-column--dark .btn.powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--dark .btn.powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--dark .btn.powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn.powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn.powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn.powermail_submit:active,
.csc-frame.highlight-box.highlight-box--black .btn.powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn.powermail_submit:active,
.csc-frame.highlight-box.highlight-box--darkgrey .btn.powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn.powermail_submit:active,
main.main-content section.highlight-box--black .btn.powermail_submit:active,
main.main-content section.highlight-box--darkgrey .btn.powermail_submit:active,
.inverted-colors .btn[type=submit]:hover,
footer.footer .footer-column.footer-column--dark .btn[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .btn[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .btn[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn[type=submit]:hover,
.csc-frame.highlight-box.highlight-box--black .btn[type=submit]:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn[type=submit]:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .btn[type=submit]:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn[type=submit]:hover,
main.main-content section.highlight-box--black .btn[type=submit]:hover,
main.main-content section.highlight-box--darkgrey .btn[type=submit]:hover,
.inverted-colors .btn[type=submit]:active,
footer.footer .footer-column.footer-column--dark .btn[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--dark .btn[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--dark .btn[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .btn[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .btn[type=submit]:active,
.csc-frame.highlight-box.highlight-box--black .btn[type=submit]:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .btn[type=submit]:active,
.csc-frame.highlight-box.highlight-box--darkgrey .btn[type=submit]:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .btn[type=submit]:active,
main.main-content section.highlight-box--black .btn[type=submit]:active,
main.main-content section.highlight-box--darkgrey .btn[type=submit]:active,
.inverted-colors .button--default.powermail_submit:hover,
footer.footer .footer-column.footer-column--dark .button--default.powermail_submit:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default.powermail_submit:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default.powermail_submit:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default.powermail_submit:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default.powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--black .button--default.powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default.powermail_submit:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default.powermail_submit:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default.powermail_submit:hover,
main.main-content section.highlight-box--black .button--default.powermail_submit:hover,
main.main-content section.highlight-box--darkgrey .button--default.powermail_submit:hover,
.inverted-colors .button--default.powermail_submit:active,
footer.footer .footer-column.footer-column--dark .button--default.powermail_submit:active,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default.powermail_submit:active,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default.powermail_submit:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default.powermail_submit:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default.powermail_submit:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default.powermail_submit:active,
.csc-frame.highlight-box.highlight-box--black .button--default.powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default.powermail_submit:active,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default.powermail_submit:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default.powermail_submit:active,
main.main-content section.highlight-box--black .button--default.powermail_submit:active,
main.main-content section.highlight-box--darkgrey .button--default.powermail_submit:active,
.inverted-colors .button--default[type=submit]:hover,
footer.footer .footer-column.footer-column--dark .button--default[type=submit]:hover,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default[type=submit]:hover,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default[type=submit]:hover,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit]:hover,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit]:hover,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit]:hover,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default[type=submit]:hover,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default[type=submit]:hover,
.csc-frame.highlight-box.highlight-box--black .button--default[type=submit]:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default[type=submit]:hover,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default[type=submit]:hover,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default[type=submit]:hover,
main.main-content section.highlight-box--black .button--default[type=submit]:hover,
main.main-content section.highlight-box--darkgrey .button--default[type=submit]:hover,
.inverted-colors .button--default[type=submit]:active,
footer.footer .footer-column.footer-column--dark .button--default[type=submit]:active,
main.main-content footer.footer section.footer-column.footer-column--dark .button--default[type=submit]:active,
footer.footer main.main-content section.footer-column.footer-column--dark .button--default[type=submit]:active,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit]:active,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit]:active,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .button--default[type=submit]:active,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default[type=submit]:active,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .button--default[type=submit]:active,
.csc-frame.highlight-box.highlight-box--black .button--default[type=submit]:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .button--default[type=submit]:active,
.csc-frame.highlight-box.highlight-box--darkgrey .button--default[type=submit]:active,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .button--default[type=submit]:active,
main.main-content section.highlight-box--black .button--default[type=submit]:active,
main.main-content section.highlight-box--darkgrey .button--default[type=submit]:active {
  background-color: rgb(242, 242, 242);
  border-color: #ffffff;
  color: hsl(215, 54%, 19%);
}
.inverted-colors .powermail_form, footer.footer .footer-column.footer-column--dark .powermail_form, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form, .csc-frame.highlight-box.inverted-colors .powermail_form, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors .powermail_form, .csc-frame.highlight-box.highlight-box--black .powermail_form, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_form, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form, main.main-content section.inverted-colors .powermail_form, main.main-content section.highlight-box--black .powermail_form, main.main-content section.highlight-box--darkgrey .powermail_form {
  /* zweispaltiges Layout */
}
.inverted-colors .powermail_form.layout1, footer.footer .footer-column.footer-column--dark .powermail_form.layout1, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form.layout1, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form.layout1, .csc-frame.highlight-box.highlight-box--black .powermail_form.layout1, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form.layout1, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_form.layout1, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form.layout1, main.main-content section.highlight-box--black .powermail_form.layout1, main.main-content section.highlight-box--darkgrey .powermail_form.layout1, .inverted-colors .powermail_form.layout1 .powermail-moresteps-content-container, footer.footer .footer-column.footer-column--dark .powermail_form.layout1 .powermail-moresteps-content-container, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form.layout1 .powermail-moresteps-content-container, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form.layout1 .powermail-moresteps-content-container, .csc-frame.highlight-box.highlight-box--black .powermail_form.layout1 .powermail-moresteps-content-container, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form.layout1 .powermail-moresteps-content-container, .csc-frame.highlight-box.highlight-box--darkgrey .powermail_form.layout1 .powermail-moresteps-content-container, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form.layout1 .powermail-moresteps-content-container, main.main-content section.highlight-box--black .powermail_form.layout1 .powermail-moresteps-content-container, main.main-content section.highlight-box--darkgrey .powermail_form.layout1 .powermail-moresteps-content-container,
.inverted-colors .powermail_form .powermail_fieldset.layout1,
footer.footer .footer-column.footer-column--dark .powermail_form .powermail_fieldset.layout1,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form .powermail_fieldset.layout1,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .powermail_form .powermail_fieldset.layout1,
.csc-frame.highlight-box.highlight-box--black .powermail_form .powermail_fieldset.layout1,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .powermail_form .powermail_fieldset.layout1,
.csc-frame.highlight-box.highlight-box--darkgrey .powermail_form .powermail_fieldset.layout1,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .powermail_form .powermail_fieldset.layout1,
main.main-content section.highlight-box--black .powermail_form .powermail_fieldset.layout1,
main.main-content section.highlight-box--darkgrey .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, footer.footer .footer-column.footer-column--dark blockquote, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark blockquote, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark blockquote, .csc-frame.highlight-box.inverted-colors blockquote, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors blockquote, .csc-frame.highlight-box.highlight-box--black blockquote, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black blockquote, .csc-frame.highlight-box.highlight-box--darkgrey blockquote, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey blockquote, main.main-content section.inverted-colors blockquote, main.main-content section.highlight-box--black blockquote, main.main-content section.highlight-box--darkgrey blockquote {
  border-left-color: #ffffff;
}
.inverted-colors blockquote::before, footer.footer .footer-column.footer-column--dark blockquote::before, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark blockquote::before, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark blockquote::before, .csc-frame.highlight-box.inverted-colors blockquote::before, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors blockquote::before, .csc-frame.highlight-box.highlight-box--black blockquote::before, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black blockquote::before, .csc-frame.highlight-box.highlight-box--darkgrey blockquote::before, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey blockquote::before, main.main-content section.inverted-colors blockquote::before, main.main-content section.highlight-box--black blockquote::before, main.main-content section.highlight-box--darkgrey blockquote::before {
  color: #ffffff;
}
.inverted-colors hr, footer.footer .footer-column.footer-column--dark hr, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark hr, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark hr, .csc-frame.highlight-box.inverted-colors hr, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors hr, .csc-frame.highlight-box.highlight-box--black hr, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black hr, .csc-frame.highlight-box.highlight-box--darkgrey hr, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey hr, main.main-content section.inverted-colors hr, main.main-content section.highlight-box--black hr, main.main-content section.highlight-box--darkgrey hr {
  border-bottom-color: #ffffff;
}
.inverted-colors .ce-gallery .slick-dots li button, footer.footer .footer-column.footer-column--dark .ce-gallery .slick-dots li button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-gallery .slick-dots li button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-gallery .slick-dots li button, .csc-frame.highlight-box.highlight-box--black .ce-gallery .slick-dots li button, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-gallery .slick-dots li button, .csc-frame.highlight-box.highlight-box--darkgrey .ce-gallery .slick-dots li button, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-gallery .slick-dots li button, main.main-content section.highlight-box--black .ce-gallery .slick-dots li button, main.main-content section.highlight-box--darkgrey .ce-gallery .slick-dots li button {
  border-color: #ffffff;
  background-color: transparent;
}
.inverted-colors .ce-gallery .slick-dots li.slick-active button, footer.footer .footer-column.footer-column--dark .ce-gallery .slick-dots li.slick-active button, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-gallery .slick-dots li.slick-active button, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-gallery .slick-dots li.slick-active button, .csc-frame.highlight-box.highlight-box--black .ce-gallery .slick-dots li.slick-active button, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-gallery .slick-dots li.slick-active button, .csc-frame.highlight-box.highlight-box--darkgrey .ce-gallery .slick-dots li.slick-active button, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-gallery .slick-dots li.slick-active button, main.main-content section.highlight-box--black .ce-gallery .slick-dots li.slick-active button, main.main-content section.highlight-box--darkgrey .ce-gallery .slick-dots li.slick-active button {
  border-color: #ffffff;
  background-color: #ffffff;
}
.inverted-colors .ce-gallery.imageborder.slideshow, footer.footer .footer-column.footer-column--dark .ce-gallery.imageborder.slideshow, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-gallery.imageborder.slideshow, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-gallery.imageborder.slideshow, .csc-frame.highlight-box.highlight-box--black .ce-gallery.imageborder.slideshow, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-gallery.imageborder.slideshow, .csc-frame.highlight-box.highlight-box--darkgrey .ce-gallery.imageborder.slideshow, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-gallery.imageborder.slideshow, main.main-content section.highlight-box--black .ce-gallery.imageborder.slideshow, main.main-content section.highlight-box--darkgrey .ce-gallery.imageborder.slideshow, .inverted-colors .ce-gallery.imageborder.standard img, footer.footer .footer-column.footer-column--dark .ce-gallery.imageborder.standard img, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-gallery.imageborder.standard img, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-gallery.imageborder.standard img, .csc-frame.highlight-box.highlight-box--black .ce-gallery.imageborder.standard img, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-gallery.imageborder.standard img, .csc-frame.highlight-box.highlight-box--darkgrey .ce-gallery.imageborder.standard img, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-gallery.imageborder.standard img, main.main-content section.highlight-box--black .ce-gallery.imageborder.standard img, main.main-content section.highlight-box--darkgrey .ce-gallery.imageborder.standard img {
  border-color: #ffffff;
}
.inverted-colors, footer.footer .footer-column.footer-column--dark, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark, .csc-frame.highlight-box.inverted-colors, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors, .csc-frame.highlight-box.highlight-box--black, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black, .csc-frame.highlight-box.highlight-box--darkgrey, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey, main.main-content section.inverted-colors, main.main-content section.highlight-box--black, main.main-content section.highlight-box--darkgrey {
  /* Highlight Boxes */
}
.inverted-colors .ce-table.ce-table-standard thead tr th, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard thead tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard thead tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard thead tr th, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard thead tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard thead tr th, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard thead tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard thead tr th, main.main-content section.highlight-box--black .ce-table.ce-table-standard thead tr th, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard thead tr th, .inverted-colors .ce-table.ce-table-bordered thead tr th, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered thead tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered thead tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered thead tr th, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered thead tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered thead tr th, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered thead tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered thead tr th, main.main-content section.highlight-box--black .ce-table.ce-table-bordered thead tr th, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered thead tr th {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-standard thead th, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard thead th, main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-standard thead th, footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-standard thead th, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard thead th, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard thead th, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard thead th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard thead th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard thead th, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard thead th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard thead th, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard thead th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard thead th, main.main-content section.highlight-box--black .ce-table.ce-table-standard thead th, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard thead th,
.inverted-colors .ce-table.ce-table-standard thead td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard thead td,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-standard thead td,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-standard thead td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard thead td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard thead td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard thead td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard thead td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard thead td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard thead td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard thead td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard thead td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard thead td,
main.main-content section.highlight-box--black .ce-table.ce-table-standard thead td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard thead td,
.inverted-colors .ce-table.ce-table-standard tbody th,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard tbody th,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-standard tbody th,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-standard tbody th,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tbody th,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tbody th,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tbody th,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tbody th,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tbody th,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard tbody th,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard tbody th,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard tbody th,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard tbody th,
main.main-content section.highlight-box--black .ce-table.ce-table-standard tbody th,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard tbody th,
.inverted-colors .ce-table.ce-table-standard tbody td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard tbody td,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-standard tbody td,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-standard tbody td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tbody td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tbody td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tbody td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tbody td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tbody td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard tbody td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard tbody td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard tbody td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard tbody td,
main.main-content section.highlight-box--black .ce-table.ce-table-standard tbody td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard tbody td,
.inverted-colors .ce-table.ce-table-standard tfoot th,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard tfoot th,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot th,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot th,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot th,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot th,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot th,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot th,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot th,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard tfoot th,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard tfoot th,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard tfoot th,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard tfoot th,
main.main-content section.highlight-box--black .ce-table.ce-table-standard tfoot th,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard tfoot th,
.inverted-colors .ce-table.ce-table-standard tfoot td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard tfoot td,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot td,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard tfoot td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard tfoot td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard tfoot td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard tfoot td,
main.main-content section.highlight-box--black .ce-table.ce-table-standard tfoot td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard tfoot td, .inverted-colors .ce-table.ce-table-bordered thead th, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered thead th, main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-bordered thead th, footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-bordered thead th, footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered thead th, main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered thead th, footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered thead th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered thead th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered thead th, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered thead th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered thead th, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered thead th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered thead th, main.main-content section.highlight-box--black .ce-table.ce-table-bordered thead th, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered thead th,
.inverted-colors .ce-table.ce-table-bordered thead td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered thead td,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-bordered thead td,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-bordered thead td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered thead td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered thead td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered thead td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered thead td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered thead td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered thead td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered thead td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered thead td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered thead td,
main.main-content section.highlight-box--black .ce-table.ce-table-bordered thead td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered thead td,
.inverted-colors .ce-table.ce-table-bordered tbody th,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered tbody th,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody th,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody th,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody th,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody th,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody th,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody th,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody th,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered tbody th,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered tbody th,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered tbody th,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered tbody th,
main.main-content section.highlight-box--black .ce-table.ce-table-bordered tbody th,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered tbody th,
.inverted-colors .ce-table.ce-table-bordered tbody td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered tbody td,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody td,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered tbody td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered tbody td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered tbody td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered tbody td,
main.main-content section.highlight-box--black .ce-table.ce-table-bordered tbody td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered tbody td,
.inverted-colors .ce-table.ce-table-bordered tfoot th,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot th,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot th,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot th,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot th,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot th,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot th,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot th,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot th,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered tfoot th,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered tfoot th,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot th,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot th,
main.main-content section.highlight-box--black .ce-table.ce-table-bordered tfoot th,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot th,
.inverted-colors .ce-table.ce-table-bordered tfoot td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot td,
main.main-content footer.footer section.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot td,
footer.footer main.main-content section.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot td,
footer.footer .csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot td,
main.main-content footer.footer section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot td,
footer.footer main.main-content section.csc-frame.highlight-box.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered tfoot td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered tfoot td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot td,
main.main-content section.highlight-box--black .ce-table.ce-table-bordered tfoot td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot td {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-standard tbody tr th, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard tbody tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tbody tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tbody tr th, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard tbody tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard tbody tr th, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard tbody tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard tbody tr th, main.main-content section.highlight-box--black .ce-table.ce-table-standard tbody tr th, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard tbody tr th,
.inverted-colors .ce-table.ce-table-standard tbody tr td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard tbody tr td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tbody tr td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tbody tr td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard tbody tr td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard tbody tr td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard tbody tr td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard tbody tr td,
main.main-content section.highlight-box--black .ce-table.ce-table-standard tbody tr td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard tbody tr td, .inverted-colors .ce-table.ce-table-bordered tbody tr th, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered tbody tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody tr th, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered tbody tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered tbody tr th, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered tbody tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered tbody tr th, main.main-content section.highlight-box--black .ce-table.ce-table-bordered tbody tr th, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered tbody tr th,
.inverted-colors .ce-table.ce-table-bordered tbody tr td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered tbody tr td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody tr td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tbody tr td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered tbody tr td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered tbody tr td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered tbody tr td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered tbody tr td,
main.main-content section.highlight-box--black .ce-table.ce-table-bordered tbody tr td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered tbody tr td {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-standard tfoot tr th, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard tfoot tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot tr th, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard tfoot tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard tfoot tr th, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard tfoot tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard tfoot tr th, main.main-content section.highlight-box--black .ce-table.ce-table-standard tfoot tr th, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard tfoot tr th,
.inverted-colors .ce-table.ce-table-standard tfoot tr td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-standard tfoot tr td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot tr td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-standard tfoot tr td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-standard tfoot tr td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-standard tfoot tr td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-standard tfoot tr td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-standard tfoot tr td,
main.main-content section.highlight-box--black .ce-table.ce-table-standard tfoot tr td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-standard tfoot tr td, .inverted-colors .ce-table.ce-table-bordered tfoot tr th, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot tr th, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot tr th, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot tr th, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered tfoot tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered tfoot tr th, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot tr th, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot tr th, main.main-content section.highlight-box--black .ce-table.ce-table-bordered tfoot tr th, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot tr th,
.inverted-colors .ce-table.ce-table-bordered tfoot tr td,
footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot tr td,
.news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot tr td,
footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered tfoot tr td,
.csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered tfoot tr td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered tfoot tr td,
.csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot tr td,
.news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot tr td,
main.main-content section.highlight-box--black .ce-table.ce-table-bordered tfoot tr td,
main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered tfoot tr td {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-bordered, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered, main.main-content section.highlight-box--black .ce-table.ce-table-bordered, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered {
  border-color: #ffffff;
}
.inverted-colors .ce-table.ce-table-bordered caption, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-bordered caption, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered caption, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-bordered caption, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-bordered caption, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-bordered caption, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-bordered caption, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-bordered caption, main.main-content section.highlight-box--black .ce-table.ce-table-bordered caption, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-bordered caption {
  border-color: #ffffff;
}
.inverted-colors .ce-table, footer.footer .footer-column.footer-column--dark .ce-table, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table, .csc-frame.highlight-box.inverted-colors .ce-table, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors .ce-table, .csc-frame.highlight-box.highlight-box--black .ce-table, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table, main.main-content section.inverted-colors .ce-table, main.main-content section.highlight-box--black .ce-table, main.main-content section.highlight-box--darkgrey .ce-table {
  /* Design "gestreift" */
}
.inverted-colors .ce-table.ce-table-striped, footer.footer .footer-column.footer-column--dark .ce-table.ce-table-striped, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-striped, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .ce-table.ce-table-striped, .csc-frame.highlight-box.highlight-box--black .ce-table.ce-table-striped, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .ce-table.ce-table-striped, .csc-frame.highlight-box.highlight-box--darkgrey .ce-table.ce-table-striped, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .ce-table.ce-table-striped, main.main-content section.highlight-box--black .ce-table.ce-table-striped, main.main-content section.highlight-box--darkgrey .ce-table.ce-table-striped {
  border: 1px solid #ffffff;
}
.inverted-colors .frame-type-b13-accordion-container, footer.footer .footer-column.footer-column--dark .frame-type-b13-accordion-container, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .frame-type-b13-accordion-container, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .frame-type-b13-accordion-container, .csc-frame.highlight-box.inverted-colors .frame-type-b13-accordion-container, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors .frame-type-b13-accordion-container, .csc-frame.highlight-box.highlight-box--black .frame-type-b13-accordion-container, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .frame-type-b13-accordion-container, .csc-frame.highlight-box.highlight-box--darkgrey .frame-type-b13-accordion-container, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .frame-type-b13-accordion-container, main.main-content section.inverted-colors .frame-type-b13-accordion-container, main.main-content section.highlight-box--black .frame-type-b13-accordion-container, main.main-content section.highlight-box--darkgrey .frame-type-b13-accordion-container {
  border-color: #ffffff;
}
.inverted-colors .frame-type-b13-accordion-container .tabpanel--mobile-accordion, footer.footer .footer-column.footer-column--dark .frame-type-b13-accordion-container .tabpanel--mobile-accordion, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .frame-type-b13-accordion-container .tabpanel--mobile-accordion, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .frame-type-b13-accordion-container .tabpanel--mobile-accordion, .csc-frame.highlight-box.highlight-box--black .frame-type-b13-accordion-container .tabpanel--mobile-accordion, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .frame-type-b13-accordion-container .tabpanel--mobile-accordion, .csc-frame.highlight-box.highlight-box--darkgrey .frame-type-b13-accordion-container .tabpanel--mobile-accordion, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .frame-type-b13-accordion-container .tabpanel--mobile-accordion, main.main-content section.highlight-box--black .frame-type-b13-accordion-container .tabpanel--mobile-accordion, main.main-content section.highlight-box--darkgrey .frame-type-b13-accordion-container .tabpanel--mobile-accordion {
  border-color: #ffffff;
}
.inverted-colors .accordion:first-child, footer.footer .footer-column.footer-column--dark .accordion:first-child, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .accordion:first-child, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .accordion:first-child, .csc-frame.highlight-box.highlight-box--black .accordion:first-child, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .accordion:first-child, .csc-frame.highlight-box.highlight-box--darkgrey .accordion:first-child, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .accordion:first-child, main.main-content section.highlight-box--black .accordion:first-child, main.main-content section.highlight-box--darkgrey .accordion:first-child {
  border-color: #ffffff;
}
.inverted-colors .accordion .accordion__content, footer.footer .footer-column.footer-column--dark .accordion .accordion__content, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .accordion .accordion__content, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .accordion .accordion__content, .csc-frame.highlight-box.highlight-box--black .accordion .accordion__content, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .accordion .accordion__content, .csc-frame.highlight-box.highlight-box--darkgrey .accordion .accordion__content, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .accordion .accordion__content, main.main-content section.highlight-box--black .accordion .accordion__content, main.main-content section.highlight-box--darkgrey .accordion .accordion__content {
  border-color: #ffffff;
}
.inverted-colors .accordion.accordion--open > .accordion__content, footer.footer .footer-column.footer-column--dark .accordion.accordion--open > .accordion__content, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .accordion.accordion--open > .accordion__content, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .accordion.accordion--open > .accordion__content, .csc-frame.highlight-box.highlight-box--black .accordion.accordion--open > .accordion__content, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .accordion.accordion--open > .accordion__content, .csc-frame.highlight-box.highlight-box--darkgrey .accordion.accordion--open > .accordion__content, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .accordion.accordion--open > .accordion__content, main.main-content section.highlight-box--black .accordion.accordion--open > .accordion__content, main.main-content section.highlight-box--darkgrey .accordion.accordion--open > .accordion__content {
  border-color: #ffffff;
}
.inverted-colors .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, footer.footer .footer-column.footer-column--dark .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, .csc-frame.highlight-box.highlight-box--black .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, .csc-frame.highlight-box.highlight-box--darkgrey .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, main.main-content section.highlight-box--black .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist, main.main-content section.highlight-box--darkgrey .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist {
  border-color: #ffffff;
}
.inverted-colors .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, footer.footer .footer-column.footer-column--dark .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, .csc-frame.highlight-box.highlight-box--black .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, .csc-frame.highlight-box.highlight-box--darkgrey .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, main.main-content section.highlight-box--black .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a, main.main-content section.highlight-box--darkgrey .frame-type-b13-tabs-container .tabpanel .tabpanel__tablist li.active a {
  border-color: #ffffff;
}
.inverted-colors .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, footer.footer .footer-column.footer-column--dark .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, .csc-frame.highlight-box.highlight-box--black .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, .csc-frame.highlight-box.highlight-box--darkgrey .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, main.main-content section.highlight-box--black .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper, main.main-content section.highlight-box--darkgrey .frame-type-b13-tabs-container.tab-bordered .tabpanel .tabpanel__content-wrapper {
  border-color: #ffffff;
}
.inverted-colors, footer.footer .footer-column.footer-column--dark, .news.news-single article.news-article footer.footer .news-article__related > div.csc-frame.footer-column.footer-column--dark, footer.footer .news.news-single article.news-article .news-article__related > div.csc-frame.footer-column.footer-column--dark, .csc-frame.highlight-box.inverted-colors, .news.news-single article.news-article .news-article__related > div.csc-frame.inverted-colors, .csc-frame.highlight-box.highlight-box--black, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black, .csc-frame.highlight-box.highlight-box--darkgrey, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey, main.main-content section.inverted-colors, main.main-content section.highlight-box--black, main.main-content section.highlight-box--darkgrey {
  /* Reflektor Speakers Carousel */
}
/* color inversion interchange management */
/* typography & basic styles & elements */
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
}
body {
  font-weight: 400;
  font-style: normal;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-hyphens: auto;
      hyphens: auto;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

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

.small, footer.footer .footer__content-wrapper.copyright, .heroImage .heroImageClaim .subtitle, .powermail_field label, .powermail_label + .description, div[class^=powermail_fieldwrap_] > label + .description,
div[id^=powermail_fieldwrap] label + .description, .powermail_label, div[class^=powermail_fieldwrap_] > label,
div[id^=powermail_fieldwrap] label, .tx-powermail .powermail_fieldset .powermail-errors-list > li, .news.news-single article.news-article .news-article__main .news-article__media .media-element .media-element__image figcaption, .video .video__privacy, .frame-type-menu_abstract ul li p, .frame-type-uploads li span.ce-uploads-filesize {
  font-size: 12px;
  line-height: 14px;
}

.large {
  font-size: 20px;
  line-height: 26px;
}

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

.center p,
.text-center p {
  margin-left: auto;
  margin-right: auto;
}

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

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

h1, .h1-style, .ce-headline-h1-style,
h2, .h2-style, .ce-headline-h2-style,
h3, .h3-style, .ce-headline-h3-style,
h4,
legend.powermail_legend,
.frame-type-felogin_login form fieldset > legend, .h4-style, .ce-headline-h4-style,
h5, .h5-style, .ce-headline-h5-style,
h6, .h6-style, .ce-headline-h6-style {
  font-weight: 700;
}
h1 b,
h1 strong, .h1-style b,
.h1-style strong, .ce-headline-h1-style b,
.ce-headline-h1-style strong,
h2 b,
h2 strong, .h2-style b,
.h2-style strong, .ce-headline-h2-style b,
.ce-headline-h2-style strong,
h3 b,
h3 strong, .h3-style b,
.h3-style strong, .ce-headline-h3-style b,
.ce-headline-h3-style strong,
h4 b,
legend.powermail_legend b,
.frame-type-felogin_login form fieldset > legend b,
h4 strong,
legend.powermail_legend strong,
.frame-type-felogin_login form fieldset > legend strong, .h4-style b,
.h4-style strong, .ce-headline-h4-style b,
.ce-headline-h4-style strong,
h5 b,
h5 strong, .h5-style b,
.h5-style strong, .ce-headline-h5-style b,
.ce-headline-h5-style strong,
h6 b,
h6 strong, .h6-style b,
.h6-style strong, .ce-headline-h6-style b,
.ce-headline-h6-style strong {
  font-weight: 900;
}

h1,
.h1-style {
  font-family: RobotoCondensed, sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 50px;
}
h1,
.h1-style {
  margin-bottom: 1rem;
}

/* alternativer H1-Titel */
.h1-alt-style {
  font-family: Roboto, sans-serif;
  font-weight: 100;
  font-size: 50px;
  line-height: 58px;
}
.h1-alt-style {
  margin-bottom: 0px;
}

h2, .h2-style,
.ce-headline-h1-style {
  font-family: RobotoCondensed, sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
}
h2, .h2-style,
.ce-headline-h1-style {
  margin-bottom: 1rem;
}

h3, .h3-style,
.ce-headline-h2-style {
  font-family: RobotoCondensed, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
}
h3, .h3-style,
.ce-headline-h2-style {
  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 .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 .h1-alt-style {
  margin-top: 0px;
}
.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 .h3-style,
.frame-type-header.frame-space-after-no-space + .csc-frame > .csc-header .ce-headline-h2-style {
  margin-top: -0.75rem;
}

h4, legend.powermail_legend, .frame-type-felogin_login form fieldset > legend,
.h4-style,
.ce-headline-h3-style {
  font-size: 20px;
  line-height: 26px;
}
h4, legend.powermail_legend, .frame-type-felogin_login form fieldset > legend,
.h4-style,
.ce-headline-h3-style {
  margin-bottom: 0.75rem;
}

h5,
.h5-style,
.ce-headline-h4-style {
  font-size: 16px;
  line-height: 22px;
}
h5,
.h5-style,
.ce-headline-h4-style {
  margin-bottom: 0.75rem;
}

h6,
.h6-style,
.ce-headline-h5-style,
.ce-headline-h6-style {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 22px;
}
h6,
.h6-style,
.ce-headline-h5-style,
.ce-headline-h6-style {
  margin-bottom: 0.75rem;
}

/* Button Links */
.button, .powermail_submit,
.powermail_form button[type=submit], input.powermail_submit, input[type=submit], .btn, input.btn, input.button,
.button--default, a.button {
  display: inline-block;
  text-decoration: none;
  margin: 1px 6px 1px 0px;
}
.button:last-child, .powermail_submit:last-child,
.powermail_form button[type=submit]:last-child, input[type=submit]:last-child, .btn:last-child,
.button--default:last-child, a.button:last-child {
  margin-right: 0px;
}
.button, .powermail_submit,
.powermail_form button[type=submit], input.powermail_submit, input[type=submit], .btn, input.btn, input.button,
.button--default, a.button {
  padding: 7px 14px;
  border-radius: 5px;
  border: 2px solid;
  font-size: 16px;
  line-height: 20px;
}
.button, .powermail_submit,
.powermail_form button[type=submit], input.powermail_submit, input[type=submit], .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, .powermail_submit:link,
.powermail_form button[type=submit]:link, input[type=submit]:link, .btn:link,
.button--default:link, .button:visited, .powermail_submit:visited,
.powermail_form button[type=submit]:visited, input[type=submit]:visited, .btn:visited,
.button--default:visited, a.button:link, a.button:visited {
  text-decoration: none;
}
.button:hover, .powermail_submit:hover,
.powermail_form button[type=submit]:hover, input[type=submit]:hover, .btn:hover,
.button--default:hover, .button:active, .powermail_submit:active,
.powermail_form button[type=submit]:active, input[type=submit]:active, .btn:active,
.button--default:active, a.button:hover, a.button:active {
  text-decoration: none;
}

.button.backlink::before, .backlink.powermail_submit::before,
.powermail_form button.backlink[type=submit]::before, input.backlink[type=submit]::before, .backlink.btn::before,
.backlink.button--default::before {
  display: inline-block;
  font-weight: 700;
  margin-left: -3px;
  margin-right: 3px;
  content: "«";
}
.button.readmore::after, .readmore.powermail_submit::after,
.powermail_form button.readmore[type=submit]::after, input.readmore[type=submit]::after, .readmore.btn::after,
.readmore.button--default::after {
  display: inline-block;
  font-weight: 700;
  margin-right: -3px;
  margin-left: 3px;
  content: "»";
}

/* 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: #000000;
  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: 40px;
  padding-bottom: 40px;
}
main.main-content section {
  scroll-snap-align: start;
  scroll-margin-top: 40px;
}
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: 1920px;
  margin: auto;
  padding: 0 20px;
}
main.main-content section.frame--indent > .sectionContent,
main.main-content section.frame--indent > .container-fluid {
  width: 75%;
  max-width: 1280px;
}
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: 1520px;
}
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 */
  /*
  highlight-box--white
  highlight-box--lightgrey
  highlight-box--darkgrey
  highlight-box--black

  highlight-box--mv-blue
  highlight-box--mv-yellow
  highlight-box--mv-red
  highlight-box--mv-blue-dark
  highlight-box--mv-yellow-dark
  highlight-box--mv-red-dark
  highlight-box--mv-blue-light
  highlight-box--mv-yellow-light
  highlight-box--mv-red-light
  */
}
main.main-content section.highlight-box--white {
  background-color: #ffffff;
}
main.main-content section.highlight-box--lightgrey {
  background-color: rgb(225, 225, 225);
}
main.main-content section.highlight-box--darkgrey {
  background-color: rgb(86, 86, 86);
}
main.main-content section.highlight-box--black {
  background-color: #000000;
}
main.main-content section.highlight-box--mv-blue {
  background-color: hsl(218, 58%, 40%);
}
main.main-content section.highlight-box--mv-yellow {
  background-color: hsl(59, 100%, 49%);
}
main.main-content section.highlight-box--mv-red {
  background-color: hsl(349, 100%, 44%);
}
main.main-content section.highlight-box--mv-blue-dark {
  background-color: hsl(215, 54%, 19%);
}
main.main-content section.highlight-box--mv-yellow-dark {
  background-color: hsl(43, 100%, 37%);
}
main.main-content section.highlight-box--mv-red-dark {
  background-color: hsl(346, 100%, 25%);
}
main.main-content section.highlight-box--mv-blue-light {
  background-color: hsl(215, 37%, 68%);
}
main.main-content section.highlight-box--mv-yellow-light {
  background-color: hsl(56, 100%, 78%);
}
main.main-content section.highlight-box--mv-red-light {
  background-color: hsl(347, 100%, 75%);
}
.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 -20px 20px;
  width: calc(100% + 40px);
}
.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;
  vertical-align: top;
  padding: 0 20px;
}
.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: 1200px;
}
.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: 1520px;
}
.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, .news.news-single article.news-article .news-article__related > div.csc-frame {
  padding: 20px;
}
.csc-frame.highlight-box.csc-frame--type-b13-2cols-with-header-container, .news.news-single article.news-article .news-article__related > div.csc-frame.csc-frame--type-b13-2cols-with-header-container, .csc-frame.highlight-box.csc-frame--type-b13-3cols-with-header-container, .news.news-single article.news-article .news-article__related > div.csc-frame.csc-frame--type-b13-3cols-with-header-container, .csc-frame.highlight-box.csc-frame--type-b13-4cols-with-header-container, .news.news-single article.news-article .news-article__related > div.csc-frame.csc-frame--type-b13-4cols-with-header-container {
  padding: 20px 0;
  margin: 0 auto;
  width: 100%;
}
.csc-frame.highlight-box.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--bordered {
  border: 2px solid hsl(215, 54%, 19%);
}
.csc-frame.highlight-box.highlight-box--lightgrey, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--lightgrey {
  background-color: rgb(225, 225, 225);
}
.csc-frame.highlight-box.highlight-box--lightgrey.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--lightgrey.highlight-box--bordered {
  border-color: #000000;
}
.csc-frame.highlight-box.highlight-box--darkgrey, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey {
  background-color: rgb(86, 86, 86);
}
.csc-frame.highlight-box.highlight-box--darkgrey.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey.highlight-box--bordered {
  border-color: rgb(225, 225, 225);
}
.csc-frame.highlight-box.highlight-box--black, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black {
  background-color: #000000;
}
.csc-frame.highlight-box.highlight-box--black.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black.highlight-box--bordered {
  border-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--mv-blue, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-blue {
  background-color: hsl(218, 58%, 40%);
}
.csc-frame.highlight-box.highlight-box--mv-blue.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-blue.highlight-box--bordered {
  border-color: hsl(218, 58%, 40%);
  background-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--mv-yellow, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-yellow {
  background-color: hsl(59, 100%, 49%);
}
.csc-frame.highlight-box.highlight-box--mv-yellow.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-yellow.highlight-box--bordered {
  border-color: hsl(59, 100%, 49%);
  background-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--mv-red, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-red {
  background-color: hsl(349, 100%, 44%);
}
.csc-frame.highlight-box.highlight-box--mv-red.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-red.highlight-box--bordered {
  border-color: hsl(349, 100%, 44%);
  background-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--mv-blue-dark, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-blue-dark {
  background-color: hsl(215, 54%, 19%);
}
.csc-frame.highlight-box.highlight-box--mv-blue-dark.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-blue-dark.highlight-box--bordered {
  border-color: hsl(215, 54%, 19%);
  background-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--mv-yellow-dark, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-yellow-dark {
  background-color: hsl(43, 100%, 37%);
}
.csc-frame.highlight-box.highlight-box--mv-yellow-dark.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-yellow-dark.highlight-box--bordered {
  border-color: hsl(43, 100%, 37%);
  background-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--mv-red-dark, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-red-dark {
  background-color: hsl(346, 100%, 25%);
}
.csc-frame.highlight-box.highlight-box--mv-red-dark.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-red-dark.highlight-box--bordered {
  border-color: hsl(346, 100%, 25%);
  background-color: #ffffff;
}
.csc-frame.highlight-box.highlight-box--mv-blue-light, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-blue-light {
  background-color: hsl(215, 37%, 68%);
}
.csc-frame.highlight-box.highlight-box--mv-blue-light.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-blue-light.highlight-box--bordered {
  border-color: hsl(215, 54%, 19%);
}
.csc-frame.highlight-box.highlight-box--mv-yellow-light, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-yellow-light {
  background-color: hsl(56, 100%, 78%);
}
.csc-frame.highlight-box.highlight-box--mv-yellow-light.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-yellow-light.highlight-box--bordered {
  border-color: hsl(43, 100%, 37%);
}
.csc-frame.highlight-box.highlight-box--mv-red-light, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-red-light {
  background-color: hsl(347, 100%, 75%);
}
.csc-frame.highlight-box.highlight-box--mv-red-light.highlight-box--bordered, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--mv-red-light.highlight-box--bordered {
  border-color: hsl(346, 100%, 25%);
}
/* 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:first-child {
  border-top: 1px solid #000000;
}
.accordion .accordion__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.accordion .accordion__header {
  text-decoration: none;
  background-color: transparent;
  color: #000000;
  font-weight: 600;
  text-align: left;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
  padding: 10px 30px 10px 5px;
}
.accordion .accordion__header:hover, .accordion .accordion__header:active {
  text-decoration: underline;
  color: #000000;
}
.accordion .accordion__header::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 10px;
  height: 20px;
  width: 20px;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3%207L10%2014L17%207%22%20stroke%3D%22%23172D4C%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E');
  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);
}
.accordion .accordion__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #000000;
  display: block;
  overflow: hidden;
  max-height: 0;
}
.accordion .accordion__content > .csc-frame {
  padding: 10px 5px;
  margin-bottom: 0px;
}
.accordion.accordion--open > .accordion__header::after {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion.accordion--open > .accordion__content {
  border-top: 1px dashed #000000;
}

/* Akkordeon Varianten */
.tab-variant {
  border: 0px none;
}
.tab-variant .accordion {
  overflow: hidden;
}
.tab-variant .accordion:first-child {
  border-top: 0px none;
}
.tab-variant .accordion:last-child .accordion__content {
  border-bottom: 0px none;
}
.tab-variant .accordion .accordion__header {
  border-bottom: 1px solid transparent;
  -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;
  padding: 12px 45px 12px 15px;
}
.tab-variant .accordion .accordion__header::after {
  right: 12px;
  top: 15px;
}
.tab-variant .accordion .accordion__header:hover, .tab-variant .accordion .accordion__header:active {
  text-decoration: none;
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.tab-variant .accordion .accordion__content {
  border: 0px none;
  margin-bottom: 3px;
}
.tab-variant .accordion.accordion--open .accordion__header {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
.tab-variant .accordion:last-child .accordion__content {
  margin-bottom: 0px;
}
.tab-variant .accordion:last-child.accordion--open .accordion__content {
  margin-bottom: 0px;
}
.tab-variant.tab-white .accordion .accordion__header {
  background-color: #ffffff;
  color: #000000;
}
.tab-variant.tab-white .accordion .accordion__header::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3%207L10%2014L17%207%22%20stroke%3D%22%23172D4C%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E');
}
.tab-variant.tab-grey .accordion .accordion__header {
  background-color: rgb(225, 225, 225);
  color: #000000;
}
.tab-variant.tab-black .accordion .accordion__header {
  background-color: #000000;
  color: #ffffff;
}
.tab-variant.tab-black .accordion .accordion__header:hover, .tab-variant.tab-black .accordion .accordion__header:active {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.tab-variant.tab-black .accordion .accordion__header::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3%207L10%2014L17%207%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E');
}
.tab-variant.tab-black .accordion.accordion--open .accordion__header {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}
.tab-variant.tab-pgcolor1 .accordion .accordion__header {
  background-color: var(--pgcolor1, rgb(86, 86, 86));
  color: #000000;
}
.tab-variant.tab-pgcolor2 .accordion .accordion__header {
  background-color: var(--pgcolor2, rgb(225, 225, 225));
  color: #000000;
}
.tab-variant.tab-inverted .accordion .accordion__header {
  color: #ffffff;
}
.tab-variant.tab-inverted .accordion .accordion__header:hover, .tab-variant.tab-inverted .accordion .accordion__header:active {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}
.tab-variant.tab-inverted .accordion .accordion__header::after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M3%207L10%2014L17%207%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%2F%3E%0A%3C%2Fsvg%3E');
}
.tab-variant.tab-inverted .accordion.accordion--open .accordion__header {
  -webkit-filter: brightness(130%);
          filter: brightness(130%);
}

.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 #000000;
  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: #000000;
}
.frame-type-b13-tabs-container.tab-variant.tab-grey .tabpanel .tabpanel__tablist li a {
  background-color: rgb(225, 225, 225);
  color: #000000;
}
.frame-type-b13-tabs-container.tab-variant.tab-black .tabpanel .tabpanel__tablist li a {
  background-color: #000000;
  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: #000000;
}
.frame-type-b13-tabs-container.tab-variant.tab-pgcolor2 .tabpanel .tabpanel__tablist li a {
  background-color: var(--pgcolor2, rgb(225, 225, 225));
  color: #000000;
}
.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: 40px;
  max-width: 280px;
}

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

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

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

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

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

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

.iconLinks .iconLink span.title {
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  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: -20px;
}
.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: 20px;
}
.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: 20px;
}
.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: 20px;
}

/* 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,%3Csvg%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2240%22%20height%3D%2260%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M33%204L7%2030L33%2056%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%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,%3Csvg%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2240%22%20height%3D%2260%22%20fill%3D%22black%22%2F%3E%0A%3Cpath%20d%3D%22M7%204L33%2030L7%2056%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%2F%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 #000000;
  -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: #000000;
}
.slideshow .slick-dots li.slick-active button {
  width: 30px;
  background-color: #000000;
}
.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;
}

.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 #000000;
}
.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 #000000;
}
.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 #000000;
}
.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 #000000;
}
.frame-type-table .ce-table.ce-table-bordered {
  border: 3px solid #000000;
}
.frame-type-table .ce-table.ce-table-bordered caption {
  border-bottom: 1.5px solid #000000;
}
.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: #000000;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
.frame-type-table .ce-table.ce-table-striped thead tr th:last-child,
.frame-type-table .ce-table.ce-table-striped thead tr td:last-child,
.frame-type-table .ce-table.ce-table-striped tfoot tr th:last-child,
.frame-type-table .ce-table.ce-table-striped tfoot tr td:last-child {
  border-right: 0px none transparent;
}
.frame-type-table .ce-table.ce-table-striped tbody tr th {
  color: #000000;
  border-right: 1px solid transparent;
}
.frame-type-table .ce-table.ce-table-striped tbody tr td {
  color: #000000;
  border-right: 1px solid rgb(207, 207, 207);
}
.frame-type-table .ce-table.ce-table-striped tbody tr td:last-child {
  border-right: 0px none transparent;
}
.frame-type-table .ce-table.ce-table-striped tbody tr:nth-child(odd) th {
  background-color: rgb(207, 207, 207);
}
.frame-type-table .ce-table.ce-table-striped tbody tr:nth-child(odd) td {
  background-color: rgb(225, 225, 225);
}
.frame-type-table .ce-table.ce-table-striped tbody tr:nth-child(even) th {
  background-color: rgb(225, 225, 225);
}
.frame-type-table .ce-table.ce-table-striped tbody tr:nth-child(even) td {
  background-color: rgb(242, 242, 242);
}

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

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

/* Sections & HL-Boxes Farbvarianten */
/* ... notiert in content-colorschemes ... */
/* 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: 10px 0px 0px;
}
.teaserbox__content h3.h2-style {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.teaserbox__content h3.h2-style {
  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, .news.news-single article.news-article .news-article__related > div > .teaserbox:first-child:last-child {
  margin: -20px;
}
.highlight-box .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div .teaserbox .teaserbox__content {
  padding: 10px 10px 5px;
}
.highlight-box.highlight-box--white .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div.highlight-box--white .teaserbox .teaserbox__content {
  background-color: #ffffff;
}
.highlight-box.highlight-box--white .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article .news-article__related > div.highlight-box--white .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: rgb(190, 190, 190);
}
.highlight-box.highlight-box--grey .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div.highlight-box--grey .teaserbox .teaserbox__content {
  background-color: rgb(225, 225, 225);
}
.highlight-box.highlight-box--grey .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article .news-article__related > div.highlight-box--grey .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: rgb(190, 190, 190);
}
.highlight-box.highlight-box--black .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div.highlight-box--black .teaserbox .teaserbox__content {
  background-color: #000000;
  color: #ffffff;
}
.highlight-box.highlight-box--black .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article .news-article__related > div.highlight-box--black .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: #000000;
}
.highlight-box.highlight-box--black .teaserbox:hover, .news.news-single article.news-article .news-article__related > div.highlight-box--black .teaserbox:hover, .highlight-box.highlight-box--black .teaserbox:active, .news.news-single article.news-article .news-article__related > div.highlight-box--black .teaserbox:active {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}
.highlight-box.highlight-box--pgcolor1 .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div.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, .news.news-single article.news-article .news-article__related > div.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, .news.news-single article.news-article .news-article__related > div.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, .news.news-single article.news-article .news-article__related > div.highlight-box--pgcolor2 .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: var(--pgcolor2, rgb(225, 225, 225));
}
.highlight-box.standard-colors .teaserbox .teaserbox__content, footer.footer .highlight-box.footer-column.footer-column--light .teaserbox .teaserbox__content, .powermail_form.powermail_morestep > .highlight-box.powermail-moresteps-content-container .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div.standard-colors .teaserbox .teaserbox__content, .news.news-single article.news-article footer.footer .news-article__related > div.footer-column.footer-column--light .teaserbox .teaserbox__content, footer.footer .news.news-single article.news-article .news-article__related > div.footer-column.footer-column--light .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.powermail-moresteps-content-container .teaserbox .teaserbox__content, body.highlight-box .teaserbox .teaserbox__content {
  color: #000000;
}
.highlight-box.standard-colors .teaserbox.teaserbox__image__frame .teaserbox__image, footer.footer .highlight-box.footer-column.footer-column--light .teaserbox.teaserbox__image__frame .teaserbox__image, .powermail_form.powermail_morestep > .highlight-box.powermail-moresteps-content-container .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article .news-article__related > div.standard-colors .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article footer.footer .news-article__related > div.footer-column.footer-column--light .teaserbox.teaserbox__image__frame .teaserbox__image, footer.footer .news.news-single article.news-article .news-article__related > div.footer-column.footer-column--light .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article .news-article__related.powermail_form.powermail_morestep > div.powermail-moresteps-content-container .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, footer.footer .highlight-box.footer-column.footer-column--dark .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div.inverted-colors .teaserbox .teaserbox__content, .news.news-single article.news-article footer.footer .news-article__related > div.footer-column.footer-column--dark .teaserbox .teaserbox__content, footer.footer .news.news-single article.news-article .news-article__related > div.footer-column.footer-column--dark .teaserbox .teaserbox__content, main.main-content section.highlight-box.highlight-box--darkgrey .teaserbox .teaserbox__content, main.main-content section.highlight-box.highlight-box--black .teaserbox .teaserbox__content, .highlight-box.csc-frame.highlight-box--darkgrey .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .teaserbox .teaserbox__content, .highlight-box.csc-frame.highlight-box--black .teaserbox .teaserbox__content, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .teaserbox .teaserbox__content {
  color: #ffffff;
}
.highlight-box.inverted-colors .teaserbox.teaserbox__image__frame .teaserbox__image, footer.footer .highlight-box.footer-column.footer-column--dark .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article .news-article__related > div.inverted-colors .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article footer.footer .news-article__related > div.footer-column.footer-column--dark .teaserbox.teaserbox__image__frame .teaserbox__image, footer.footer .news.news-single article.news-article .news-article__related > div.footer-column.footer-column--dark .teaserbox.teaserbox__image__frame .teaserbox__image, main.main-content section.highlight-box.highlight-box--darkgrey .teaserbox.teaserbox__image__frame .teaserbox__image, main.main-content section.highlight-box.highlight-box--black .teaserbox.teaserbox__image__frame .teaserbox__image, .highlight-box.csc-frame.highlight-box--darkgrey .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .teaserbox.teaserbox__image__frame .teaserbox__image, .highlight-box.csc-frame.highlight-box--black .teaserbox.teaserbox__image__frame .teaserbox__image, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .teaserbox.teaserbox__image__frame .teaserbox__image {
  border-color: rgb(86, 86, 86);
}
.highlight-box.inverted-colors .teaserbox:hover, footer.footer .highlight-box.footer-column.footer-column--dark .teaserbox:hover, .news.news-single article.news-article .news-article__related > div.inverted-colors .teaserbox:hover, .news.news-single article.news-article footer.footer .news-article__related > div.footer-column.footer-column--dark .teaserbox:hover, footer.footer .news.news-single article.news-article .news-article__related > div.footer-column.footer-column--dark .teaserbox:hover, main.main-content section.highlight-box.highlight-box--darkgrey .teaserbox:hover, main.main-content section.highlight-box.highlight-box--black .teaserbox:hover, .highlight-box.csc-frame.highlight-box--darkgrey .teaserbox:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .teaserbox:hover, .highlight-box.csc-frame.highlight-box--black .teaserbox:hover, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .teaserbox:hover, .highlight-box.inverted-colors .teaserbox:active, footer.footer .highlight-box.footer-column.footer-column--dark .teaserbox:active, .news.news-single article.news-article .news-article__related > div.inverted-colors .teaserbox:active, .news.news-single article.news-article footer.footer .news-article__related > div.footer-column.footer-column--dark .teaserbox:active, footer.footer .news.news-single article.news-article .news-article__related > div.footer-column.footer-column--dark .teaserbox:active, main.main-content section.highlight-box.highlight-box--darkgrey .teaserbox:active, main.main-content section.highlight-box.highlight-box--black .teaserbox:active, .highlight-box.csc-frame.highlight-box--darkgrey .teaserbox:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--darkgrey .teaserbox:active, .highlight-box.csc-frame.highlight-box--black .teaserbox:active, .news.news-single article.news-article .news-article__related > div.csc-frame.highlight-box--black .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: #000000;
}
.video .video__content-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.video .video__content-wrapper.video__content-wrapper--overlay::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96.46 70'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Eplay-icon_1%3C/title%3E%3Cg id='Ebene_2' data-name='Ebene 2'%3E%3Cg id='Ebene_1-2' data-name='Ebene 1'%3E%3Crect class='cls-1' x='27' y='14' width='45' height='40'/%3E%3Cpath class='cls-1' d='M94.52,10.94a84.84,84.84,0,0,1,1.77,15L96.46,35l-.17,9.11a85.83,85.83,0,0,1-1.77,15.13,12.8,12.8,0,0,1-3.18,5.47A12.1,12.1,0,0,1,85.86,68q-4.59,1.29-21.55,1.83L48.23,70l-16.08-.18Q15.2,69.27,10.6,68a12.1,12.1,0,0,1-5.48-3.28,12.8,12.8,0,0,1-3.18-5.47A86,86,0,0,1,.18,44.11L0,35q0-4,.18-9.11A85,85,0,0,1,1.94,10.94,12.74,12.74,0,0,1,5.12,5.29,12.1,12.1,0,0,1,10.6,2Q15.19.72,32.15.18L48.23,0,64.31.18Q81.28.74,85.86,2a12.1,12.1,0,0,1,5.48,3.28A12.74,12.74,0,0,1,94.52,10.94ZM38.34,50,63.6,35,38.34,20.23Z'/%3E%3Cpath d='M90.16,13.66a72.74,72.74,0,0,1,1.61,13.21l.16,8.05-.16,8a73.68,73.68,0,0,1-1.61,13.37,11.44,11.44,0,0,1-7.89,7.73q-4.18,1.13-19.65,1.61L48,65.84l-14.65-.16q-15.47-.48-19.65-1.61a11.44,11.44,0,0,1-7.89-7.73A73.68,73.68,0,0,1,4.16,43l-.16-8c0-2.36,0-5.05.16-8A72.74,72.74,0,0,1,5.77,13.66a11.27,11.27,0,0,1,7.89-7.89q4.18-1.12,19.65-1.61L48,4l14.66.16q15.47.48,19.65,1.61a11.27,11.27,0,0,1,7.89,7.89ZM39,48.13,62,34.92l-23-13Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
  opacity: 0.75;
}
.video .video__content-wrapper.video__content-wrapper--overlay:hover::before {
  opacity: 1;
}

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

.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: -20px;
  margin-left: -20px;
}
.gallery .gallery__imagecolumn {
  margin-bottom: 20px;
}
.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: 20px;
  padding-left: 20px;
  -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: 20px;
  padding-left: 20px;
  -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: 20px;
  padding-left: 20px;
  -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.powermail_submit,
.tx_solr .search-form .powermail_form button.button--left[type=submit],
.powermail_form .tx_solr .search-form button.button--left[type=submit], .tx_solr .search-form input.button--left[type=submit], .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.powermail_submit,
.tx_solr .search-form .powermail_form button.button--right[type=submit],
.powermail_form .tx_solr .search-form button.button--right[type=submit], .tx_solr .search-form input.button--right[type=submit], .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;
}

/* Plugins etc. */
/* Test: NEWS Detailseiten Titel aus dem Plugin etwas umformatieren ... */
.frame-type-news_pi1 h1 {
  /*
   VIELLEICHT könnte man hier noch irgendwie auf obererer Ebene – bzw. im Template genau hier – unterscheiden ob die Listen- oder Detailansicht geladen wurde.
   Bitte mal prüfen!!
  */
}

/* NEWS Listenansicht */
.news .plugin-list .plugin-list__item.news_std {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.news .plugin-list .plugin-list__item.news_std {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid hsl(215, 54%, 19%);
  /* Bild ... */
  position: relative;
}
.news .plugin-list .plugin-list__item.news_std .plugin-list__image {
  padding-right: 15px;
  width: 33.33%;
}
.news .plugin-list .plugin-list__item.news_std .plugin-list__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.news .plugin-list .plugin-list__item.news_std .plugin-list__content {
  width: 66.67%;
}
.news .plugin-list .plugin-list__item.news_std .plugin-list__content {
  padding-bottom: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.news .plugin-list .plugin-list__item.news_std .button.readmore, .news .plugin-list .plugin-list__item.news_std .readmore.powermail_submit,
.news .plugin-list .plugin-list__item.news_std .powermail_form button.readmore[type=submit],
.powermail_form .news .plugin-list .plugin-list__item.news_std button.readmore[type=submit], .news .plugin-list .plugin-list__item.news_std input.readmore[type=submit], .news .plugin-list .plugin-list__item.news_std .readmore.btn,
.news .plugin-list .plugin-list__item.news_std .readmore.button--default {
  position: absolute;
  right: 0;
  bottom: 30px;
}

/* NEWS Listenansicht Paginierung */
.paginationwrapper {
  margin: 15px 0;
}
.paginationwrapper ul.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paginationwrapper ul.pagination li.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1px;
  font-weight: 600;
}
.paginationwrapper ul.pagination li.pagination__item > a, .paginationwrapper ul.pagination li.pagination__item > span {
  padding: 0.5em 0.75em;
}
.paginationwrapper ul.pagination li.pagination__item:first-child > a, .paginationwrapper ul.pagination li.pagination__item:first-child > span, .paginationwrapper ul.pagination li.pagination__item:first-child > span a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.paginationwrapper ul.pagination li.pagination__item:last-child > a, .paginationwrapper ul.pagination li.pagination__item:last-child > span, .paginationwrapper ul.pagination li.pagination__item:last-child > span a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.paginationwrapper ul.pagination li.pagination__item > span {
  background-color: rgb(190, 190, 190);
  color: hsl(215, 54%, 19%);
}
.paginationwrapper ul.pagination li.pagination__item > span:has(a) {
  padding: 0;
}
.paginationwrapper ul.pagination li.pagination__item > span a {
  padding: 0.5em 0.75em;
}
.paginationwrapper ul.pagination li.pagination__item > a, .paginationwrapper ul.pagination li.pagination__item > span a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: hsl(215, 54%, 19%);
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.paginationwrapper ul.pagination li.pagination__item > a:active, .paginationwrapper ul.pagination li.pagination__item > a:hover, .paginationwrapper ul.pagination li.pagination__item > span a:active, .paginationwrapper ul.pagination li.pagination__item > span a:hover {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.paginationwrapper ul.pagination li.pagination__item.pagination__item--current {
  font-weight: 700;
}
/* NEWS Detailansicht */
.news.news-single article.news-article .news-article__main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-areas: "MEDIA TEASER" "MEDIA CONTENT";
}
.news.news-single article.news-article .news-article__main {
  grid-template-rows: -webkit-min-content 1fr;
  grid-template-rows: min-content 1fr;
  grid-gap: 15px;
}
.news.news-single article.news-article .news-article__main .news-article__media {
  grid-area: MEDIA;
  display: grid;
  grid-gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
}
.news.news-single article.news-article .news-article__main .news-article__teaser {
  font-weight: 700;
  grid-area: TEASER;
}
.news.news-single article.news-article .news-article__main .news-article__content {
  grid-area: CONTENT;
}
.news.news-single article.news-article .news-article__main {
  margin-bottom: 15px;
}
.news.news-single article.news-article .news-article__related:has(div) {
  border-top: 1px dashed hsl(215, 54%, 19%);
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news.news-single article.news-article .news-article__related {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.news.news-single article.news-article .news-article__related {
  grid-gap: 15px;
}
.news.news-single article.news-article .news-article__related > div {
  padding: 20px;
  background-color: rgb(225, 225, 225);
}

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

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

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

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

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

.mfp-figure .mfp-close {
  position: fixed;
  top: 24px;
  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,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%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%2F%3E%0A%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%2F%3E%0A%3Cpath%20d%3D%22M3%2047L25.5%2024.5L48%202%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M3%202L25.5%2024.5L48%2047%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%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,%3Csvg%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%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%2F%3E%0A%3Cpath%20d%3D%22M33%205L8%2030L33%2055%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3C%2Fsvg%3E');
}

.mfp-arrow-right {
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2240%22%20height%3D%2260%22%20viewBox%3D%220%200%2040%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%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%2F%3E%0A%3Cpath%20d%3D%22M8%205L33%2030L8%2055%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3C%2Fsvg%3E');
}

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

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

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

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

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

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

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

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
/* form stuff */
/* form elements generell */
input,
textarea,
select {
  border: 2px solid hsl(215, 54%, 19%);
  padding: 8px 12px;
  margin: 1px;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  background-color: #ffffff;
  color: hsl(215, 54%, 19%);
  border-radius: 5px;
  text-overflow: ellipsis;
  width: auto;
  max-width: 100%;
}

textarea {
  border-bottom-right-radius: 0px;
  min-width: 60%;
}

/* select */
select {
  min-width: 40%;
}

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

/* Checkboxes */
input[type=checkbox]::before {
  border-radius: 5px;
}
input[type=checkbox]:checked::before {
  border-color: hsl(215, 54%, 19%);
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M4%209.5L8.5%2013.5L15%205%22%20stroke%3D%22%23172D4C%22%20stroke-width%3D%222%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px 18px;
}

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

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

/* Selectboxen: für Powermail definiert in /Powermail/_Customizing.scss */
/* Footer & Powermail Pages & HL-Boxes Farbvarianten */
/* Anmelde-Form */
.frame-type-felogin_login form {
  border: 2px solid hsl(215, 54%, 19%);
  padding: 20px;
}
.frame-type-felogin_login form fieldset {
  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-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.frame-type-felogin_login form fieldset > legend {
  margin-bottom: 0.25em;
}
.frame-type-felogin_login form fieldset > div {
  margin-bottom: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.frame-type-felogin_login form fieldset > div label {
  width: 100%;
}
.frame-type-felogin_login form fieldset > div label input {
  display: block;
  width: 100% !important;
}
.frame-type-felogin_login form fieldset > div:has(input[type=submit]) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
.frame-type-felogin_login form fieldset > div input[type=submit] {
  margin-bottom: 0;
}
.frame-type-felogin_login form fieldset > div.felogin-hidden {
  display: none;
}

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

@-webkit-keyframes progress {
  to {
    width: 100%;
  }
}
@keyframes progress {
  to {
    width: 100%;
  }
}
/* Powermail Costomizing */
/* Felder allg. */
.tx-powermail .powermail_fieldwrap,
.tx-powermail div[class^=powermail_fieldwrap],
.tx-powermail div[id^=powermail_fieldwrap] {
  max-width: 920px;
  margin-bottom: 1.5em;
  page-break-inside: avoid;
}

/* Labels */
.powermail_label, div[class^=powermail_fieldwrap_] > label,
div[id^=powermail_fieldwrap] label {
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
}
.powermail_label + .description, div[class^=powermail_fieldwrap_] > label + .description,
div[id^=powermail_fieldwrap] label + .description {
  margin-bottom: 0.25em;
}

/* Label Textarea */
/* Optionslabels */
/* Selectboxen */
.powermail_fieldwrap_type_select .powermail_field select,
.powermail_fieldwrap_type_country .powermail_field select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  outline: none;
  cursor: pointer;
  padding: 8px 40px 8px 12px;
}
.powermail_fieldwrap_type_select .powermail_field,
.powermail_fieldwrap_type_country .powermail_field {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.powermail_fieldwrap_type_select .powermail_field::after,
.powermail_fieldwrap_type_country .powermail_field::after {
  content: "";
  display: block;
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  pointer-events: none;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M9.26316%2012L4%207H14L9.26316%2012Z%22%20fill%3D%22%23172D4C%22%20stroke%3D%22%23172D4C%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
}

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

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

.powermail_submit,
.powermail_form button[type=submit] {
  font-weight: 500;
  background-color: hsl(215, 54%, 19%);
  border-color: hsl(215, 54%, 19%);
}
.powermail_submit:hover, .powermail_submit:active,
.powermail_form button[type=submit]:hover,
.powermail_form button[type=submit]:active {
  background-color: hsl(215, 50%, 12%);
  border-color: hsl(215, 50%, 12%);
  color: #ffffff;
}

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

.powermail_tab_navigation .btn {
  font-size: 0px;
  border-radius: 7px;
  border-color: hsl(215, 54%, 19%) !important;
  background-color: hsl(215, 54%, 19%) !important;
  color: #ffffff !important;
}
.powermail_tab_navigation .btn:hover, .powermail_tab_navigation .btn:active {
  color: #ffffff !important;
  border-color: hsl(215, 50%, 12%) !important;
  background-color: hsl(215, 50%, 12%) !important;
}
.powermail_tab_navigation .btn::after {
  font-size: initial;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 3px;
  position: relative;
  font-weight: 600;
}

.powermail_tab_navigation {
  border-top: 1px solid rgb(86, 86, 86);
  margin-top: 1em;
  padding-top: 1em;
  width: 100%;
  height: 50px;
}
.powermail_tab_navigation .pull-right {
  float: right;
}
.powermail_tab_navigation .pull-right::after {
  content: "➔";
}
.powermail_tab_navigation .btn-warning,
.powermail_tab_navigation .pull-left {
  float: left;
}
.powermail_tab_navigation .btn-warning::after,
.powermail_tab_navigation .pull-left::after {
  content: "➔";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 5px;
}

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

/* Captcha-Feld */
.powermail_fieldwrap_captcha .powermail_field .powermail_captcha {
  margin-right: 20px;
}
.powermail_fieldwrap_captcha img {
  width: 230px;
  height: auto;
  display: inline;
}

/* bissel Platz unter checkboxen und radios */
.checkbox,
.radio {
  padding-bottom: 5px;
}

/* Sections & HL-Boxes Farbvarianten */
/* Formular-Seiten Titel */
legend.powermail_legend {
  margin-bottom: 0.5em;
}

/* Formular-Seiten */
.powermail_form .powermail_fieldset {
  margin-bottom: 2em;
}
.powermail_form .powermail_fieldset:last-of-type {
  margin-bottom: 0;
}
.powermail_form {
  /* zweispaltiges Layout */
}
.powermail_form.layout1, .powermail_form.layout1 .powermail-moresteps-content-container,
.powermail_form .powermail_fieldset.layout1 {
  width: 100%;
  -webkit-columns: 400px 2;
     -moz-columns: 400px 2;
          columns: 400px 2;
  gap: 40px;
  -webkit-column-rule: 1px dashed rgb(86, 86, 86);
     -moz-column-rule: 1px dashed rgb(86, 86, 86);
          column-rule: 1px dashed rgb(86, 86, 86);
  border-bottom: 1px solid rgb(86, 86, 86);
  padding-bottom: 20px;
}
.powermail_form.layout1 .powermail_fieldwrap div[class^=powermail_fieldwrap_],
.powermail_form.layout1 div[id^=powermail_fieldwrap_], .powermail_form.layout1 .powermail-moresteps-content-container .powermail_fieldwrap div[class^=powermail_fieldwrap_],
.powermail_form.layout1 .powermail-moresteps-content-container div[id^=powermail_fieldwrap_],
.powermail_form .powermail_fieldset.layout1 .powermail_fieldwrap div[class^=powermail_fieldwrap_],
.powermail_form .powermail_fieldset.layout1 div[id^=powermail_fieldwrap_] {
  page-break-inside: avoid;
}
.powermail_form.layout1 .powermail-moresteps-content-container,
.powermail_form .powermail-moresteps-content-container .powermail_fieldset.layout1 {
  border-bottom: 0px none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.powermail_form.layout1 > div,
.powermail_form.layout1 > h3, .powermail_form.layout1 .powermail-moresteps-content-container > div,
.powermail_form.layout1 .powermail-moresteps-content-container > h3 {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
}
.powermail_form {
  /* Mehrschrittformular */
}
.powermail_form.powermail_morestep > .powermail-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group:before, .powermail_form.powermail_morestep > .powermail-tabs-container .btn-group:after {
  content: " ";
  display: block;
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group:after {
  clear: both;
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto 5px auto;
  border-radius: 7px;
  padding: 10px;
  background-color: hsl(215, 54%, 19%);
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group > .btn {
  position: relative;
  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: 10px;
  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%;
  border-radius: 5px;
  text-decoration: none;
  border: 0px none;
  padding: 9px 12px;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group > .btn {
  color: #ffffff;
  background-color: transparent;
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group > .btn.btn-primary {
  background-color: #ffffff;
  color: hsl(215, 54%, 19%);
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group > .btn.btn-primary:hover, .powermail_form.powermail_morestep > .powermail-tabs-container .btn-group > .btn.btn-primary:active {
  background-color: rgb(225, 225, 225);
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group > .btn:first-of-type {
  margin-left: 0;
}
.powermail_form.powermail_morestep > .powermail-tabs-container .btn-group > .btn:last-of-type {
  margin-right: 0;
}
.powermail_form.powermail_morestep > .powermail-moresteps-content-container {
  border-radius: 5px;
  background-color: #ffffff;
  border: 2px solid hsl(215, 54%, 19%);
  padding: 20px;
  margin-bottom: 0;
}
.powermail_form.powermail_morestep > .powermail-moresteps-content-container legend.powermail_legend {
  display: none;
}
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit] {
  background-color: hsl(215, 54%, 19%) !important;
  border-color: hsl(215, 54%, 19%) !important;
  color: #ffffff !important;
}
.powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit]:hover, .powermail_form.powermail_morestep > .powermail-moresteps-content-container button[type=submit]:active {
  background-color: hsl(215, 50%, 12%) !important;
  border-color: hsl(215, 50%, 12%) !important;
  color: #ffffff !important;
}

/* modules ... */
/* Content beginnt generell erst unterhalb des Headers ... */
body {
  padding-top: 90px;
}

header.pageheader {
  background-color: hsl(215, 50%, 12%);
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.5);
  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: 1920px;
  margin: 0px auto;
  color: #000000;
  -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%22145%22%20height%3D%2280%22%20viewBox%3D%220%200%20145%2080%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_2_259)%22%3E%0A%3Cpath%20d%3D%22M64.1093%2037.4563H80.4709V31.4363H64.1093V0H56.3915V37.4563H61.614H64.1093Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M90.8216%2023.59H96.951L104.044%2037.4563H112.302V37.096L104.195%2021.7256C105.244%2021.2521%20106.193%2020.6857%20107.042%2020.0272C108.268%2019.0755%20109.219%2017.8835%20109.897%2016.4511C110.574%2015.0194%20110.913%2013.2999%20110.913%2011.2932C110.913%208.84067%20110.356%206.77407%20109.241%205.09339C108.126%203.41272%20106.536%202.14365%20104.469%201.28619C102.402%200.42873%2099.9369%200%2097.0728%200H83.1038V37.4563H90.8216V23.59ZM97.0728%206.04569C98.4446%206.04569%2099.5852%206.27751%20100.494%206.74048C101.403%207.20346%20102.08%207.87257%20102.526%208.74715C102.972%209.62173%20103.196%2010.6596%20103.196%2011.8602C103.196%2012.9923%20102.968%2013.9867%20102.514%2014.8442C102.059%2015.7023%20101.386%2016.3708%20100.495%2016.8509C99.603%2017.331%2098.4795%2017.5714%2097.1248%2017.5714H90.8223V6.04569H97.0734H97.0728Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M121.728%2026.6557L125.748%2022.3335L135.389%2037.4563H144.521L130.86%2016.5749L144.161%200H134.694L125.15%2012.4766L121.728%2017.1604V0H114.011V37.4563H121.728V26.6557Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M89.2431%2042.5437H85.6927L76.0716%2070.0444L66.4506%2042.5437H62.9002H59.9162H56.3915V80H64.0836V69.3496L63.3157%2051.9541L73.4479%2080H78.6954L88.8275%2051.9541L88.0596%2069.3496V80H95.7774V42.5437H92.2271H89.2431Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M113.241%2061.0147H98.7067V66.8286H113.241V61.0147Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M127.266%2071.0546L118.802%2042.5437H110.261L123.227%2080H125.645H128.938H131.305L144.348%2042.5437H135.755L127.266%2071.0546Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0%200H49.1176V80H0%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M0%200H49.1176V21.3331H0%22%20fill%3D%22%232B58A3%22%2F%3E%0A%3Cpath%20d%3D%22M0%2037.3332H49.1176V42.6663H0%22%20fill%3D%22%23F9F400%22%2F%3E%0A%3Cpath%20d%3D%22M0%2058.6669H49.1176V80H0%22%20fill%3D%22%23DE0029%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_2_259%22%3E%0A%3Crect%20width%3D%22145%22%20height%3D%2280%22%20fill%3D%22white%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E');
  background-position: top left;
  background-size: auto 100%;
  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;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
header.pageheader .mainmenu-menu .menu-item a,
header.pageheader .mainmenu-functions .menu-item a {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 5px;
}
header.pageheader .mainmenu-menu .menu-item a::after,
header.pageheader .mainmenu-functions .menu-item a::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0%;
  height: 2.5px;
  background-color: #ffffff;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
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: #ffffff;
}
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 {
  color: #ffffff;
}
header.pageheader .mainmenu-menu .menu-item a:hover::after, header.pageheader .mainmenu-menu .menu-item a:active::after,
header.pageheader .mainmenu-functions .menu-item a:hover::after,
header.pageheader .mainmenu-functions .menu-item a:active::after {
  width: 100%;
}
header.pageheader .mainmenu-menu .menu-item.active a::after, header.pageheader .mainmenu-menu .menu-item.current a::after,
header.pageheader .mainmenu-functions .menu-item.active a::after,
header.pageheader .mainmenu-functions .menu-item.current a::after {
  width: 100%;
}
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%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M6%2020.5H27M6%2015.7609H16.5H27M6%2011H27%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  background-position: center center;
  background-size: 100% auto;
  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: 120px;
  height: 60px;
  margin: 0px 15px 0px 30px;
}
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: 80px;
  height: 40px;
  margin-left: 15px;
}
header.pageheader {
  /* aktives Menü (mobile) */
}
header.pageheader.active .toggleNav {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.07544%2023.1855L16.5001%2015.7609L23.9247%208.33624%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M9.07544%208.33624L16.5001%2015.7609L23.9247%2023.1855%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
}

/**
 * Hochkontrastmodus: Header
 */
.heroImage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 576px;
  max-height: 66.667vh;
  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 .heroImageClaim {
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.heroImage .heroImageClaim .title,
.heroImage .heroImageClaim .subtitle {
  width: 1920px;
  max-width: 100%;
  margin: auto;
  color: #ffffff;
}
.heroImage .heroImageClaim .title {
  font-family: RobotoCondensed, sans-serif;
  font-weight: 600;
  text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
  font-size: 7vw;
  line-height: 8.167vw;
}
.heroImage .heroImageClaim .title + div.subtitle {
  margin-top: 15px;
}

.breadcrumb-container {
  border-bottom: 1px dashed rgb(225, 225, 225);
}
.breadcrumb-container .breadcrumb {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}
.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;
  padding: 30px 0 15px;
}
footer.footer .footer-column.footer-column--dark {
  background-color: hsl(215, 50%, 12%);
}
footer.footer .footer-column.footer-column--light {
  background-color: hsl(215, 37%, 68%);
}
footer.footer .footer__content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 20px;
  /* (c) Hinweis unten */
}
footer.footer .footer__content-wrapper.copyright {
  text-align: center;
}

/* infomailButton */
/* ToTopButton */
#scrollTop {
  position: fixed;
  z-index: 10;
  left: 7px;
  bottom: -90px;
  -webkit-transition: bottom 0.2s ease-out;
  transition: bottom 0.2s ease-out;
  height: 80px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 0px 0px #000000;
          box-shadow: 2px 2px 0px 0px #000000;
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M32%2018L20%206L8%2018%22%20stroke%3D%22%23172D4C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%2F%3E%0A%3Cpath%20d%3D%22M20%2033L20%207.5%22%20stroke%3D%22%23172D4C%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  color: transparent;
  font-size: 0px;
}
#scrollTop.scrollTop--active {
  bottom: -40px;
}
#scrollTop.scrollTop--active:hover, #scrollTop.scrollTop--active:active {
  bottom: -30px;
}

.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: 1920px;
  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 */

@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: 20px;
    padding-right: 20px;
  }
  .ce-intext.ce-right .ce-gallery {
    float: right;
    margin-left: 20px;
    padding-left: 20px;
  }
  .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: 20px;
    padding-right: 20px;
  }
  .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: 20px;
    padding-left: 20px;
  }
  .gallery[data-sm-cols="1"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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){
  body {
    font-size: 18px;
    line-height: 24px;
  }
  .supersmall, .ce-gallery figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
  .small, footer.footer .footer__content-wrapper.copyright, .heroImage .heroImageClaim .subtitle, .powermail_field label, .powermail_label + .description, div[class^=powermail_fieldwrap_] > label + .description,
  div[id^=powermail_fieldwrap] label + .description, .powermail_label, div[class^=powermail_fieldwrap_] > label,
  div[id^=powermail_fieldwrap] label, .tx-powermail .powermail_fieldset .powermail-errors-list > li, .news.news-single article.news-article .news-article__main .news-article__media .media-element .media-element__image figcaption, .video .video__privacy, .frame-type-menu_abstract ul li p, .frame-type-uploads li span.ce-uploads-filesize {
    font-size: 14px;
    line-height: 18px;
  }
  .large {
    font-size: 22px;
    line-height: 28px;
  }
  h1,
  .h1-style {
    font-size: 50px;
    line-height: 60px;
  }
  .h1-alt-style {
    font-size: 90px;
    line-height: 98px;
  }
  h2, .h2-style,
  .ce-headline-h1-style {
    font-size: 44px;
    line-height: 54px;
  }
  h3, .h3-style,
  .ce-headline-h2-style {
    font-size: 36px;
    line-height: 44px;
  }
  h4, legend.powermail_legend, .frame-type-felogin_login form fieldset > legend,
  .h4-style,
  .ce-headline-h3-style {
    font-size: 22px;
    line-height: 28px;
  }
  h5,
  .h5-style,
  .ce-headline-h4-style {
    font-size: 18px;
    line-height: 24px;
  }
  h6,
  .h6-style,
  .ce-headline-h5-style,
  .ce-headline-h6-style {
    font-size: 18px;
    line-height: 24px;
  }
  .button, .powermail_submit,
  .powermail_form button[type=submit], input.powermail_submit, input[type=submit], .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: 80px;
  }
  .accordion .accordion__header {
    font-size: 16px;
    line-height: 20px;
  }
  .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: -20px;
  }
  .ce-intext .ce-gallery.standard.columns_3 figure {
    display: inline-block;
    padding: 0 20px;
  }
  .ce-intext .ce-gallery.standard.columns_4 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_4 .ce-outer .ce-inner {
    position: relative;
    margin: -20px;
  }
  .ce-intext .ce-gallery.standard.columns_4 figure {
    display: inline-block;
    padding: 0 20px;
  }
  .ce-intext .ce-gallery.standard.columns_5 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_5 .ce-outer .ce-inner {
    position: relative;
    margin: -20px;
  }
  .ce-intext .ce-gallery.standard.columns_5 figure {
    display: inline-block;
    padding: 0 20px;
  }
  .ce-intext .ce-gallery.standard.columns_6 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_6 .ce-outer .ce-inner {
    position: relative;
    margin: -20px;
  }
  .ce-intext .ce-gallery.standard.columns_6 figure {
    display: inline-block;
    padding: 0 20px;
  }
  .ce-intext .ce-gallery.standard.columns_7 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_7 .ce-outer .ce-inner {
    position: relative;
    margin: -20px;
  }
  .ce-intext .ce-gallery.standard.columns_7 figure {
    display: inline-block;
    padding: 0 20px;
  }
  .ce-intext .ce-gallery.standard.columns_8 {
    width: 33.333%;
  }
  .ce-intext .ce-gallery.standard.columns_8 .ce-outer .ce-inner {
    position: relative;
    margin: -20px;
  }
  .ce-intext .ce-gallery.standard.columns_8 figure {
    display: inline-block;
    padding: 0 20px;
  }
  .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 {
    font-size: 22px;
    line-height: 28px;
  }
  .gallery[data-md-cols="1"] .gallery__imagecolumn {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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;
  }
  input[type=file]::-webkit-file-upload-button {
    font-size: 16px;
    line-height: 20px;
  }
  input[type=file]::file-selector-button {
    font-size: 16px;
    line-height: 20px;
  }
  .powermail_tab_navigation {
    height: 55px;
  }
  .powermail_form.powermail_morestep > .powermail-tabs-container .btn-group > .btn {
    font-size: 16px;
    line-height: 20px;
  }
}

@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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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: 20px;
    padding-left: 20px;
    -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;
  }
  .heroImage .heroImageClaim .title {
    font-size: 74px;
    line-height: 82px;
  }
}

@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%;
  }
  .news .plugin-list .plugin-list__item.news_std .plugin-list__image {
    width: 50%;
  }
  .news .plugin-list .plugin-list__item.news_std .plugin-list__content {
    width: 50%;
  }
  .news.news-single article.news-article .news-article__main {
    grid-template-columns: 1fr 1fr;
  }
  .news.news-single article.news-article .news-article__related {
    grid-template-columns: 1fr 1fr;
  }
  body {
    padding-top: 60px;
  }
  header.pageheader .innerHeader {
    height: 60px;
    padding: 10px;
  }
  header.pageheader .headerLogo {
    width: 80px;
    height: 40px;
    margin-left: 15px;
  }
  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: 26.6666666667px;
    padding-bottom: 26.6666666667px;
  }
  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%;
  }
  .news .plugin-list .plugin-list__item.news_std {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news .plugin-list .plugin-list__item.news_std .plugin-list__image {
    padding-right: 0;
    padding-bottom: 15px;
    width: 100%;
  }
  .news .plugin-list .plugin-list__item.news_std .plugin-list__content {
    width: 100%;
  }
  .news.news-single article.news-article .news-article__main {
    grid-template-columns: 1fr;
    grid-template-areas: "MEDIA" "TEASER" "CONTENT";
  }
  .news.news-single article.news-article .news-article__related {
    grid-template-columns: 1fr;
  }
}

@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;
  }
  textarea {
    width: 100%;
  }
}

@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 */