@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/muli-v19-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/muli-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/muli-v19-latin-regular.woff2") format("woff2"), url("../Fonts/muli-v19-latin-regular.woff") format("woff"), url("../Fonts/muli-v19-latin-regular.ttf") format("truetype"), url("../Fonts/muli-v19-latin-regular.svg#Muli") format("svg");
  /* Legacy iOS */ }

/* muli-700 - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/muli-v19-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/muli-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/muli-v19-latin-700.woff2") format("woff2"), url("../Fonts/muli-v19-latin-700.woff") format("woff"), url("../Fonts/muli-v19-latin-700.ttf") format("truetype"), url("../Fonts/muli-v19-latin-700.svg#Muli") format("svg");
  /* Legacy iOS */ }

/* muli-italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/muli-v19-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/muli-v19-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/muli-v19-latin-italic.woff2") format("woff2"), url("../Fonts/muli-v19-latin-italic.woff") format("woff"), url("../Fonts/muli-v19-latin-italic.ttf") format("truetype"), url("../Fonts/muli-v19-latin-italic.svg#Muli") format("svg");
  /* Legacy iOS */ }

/* muli-700italic - latin */
@font-face {
  font-family: 'Muli';
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/muli-v19-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Fonts/muli-v19-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/muli-v19-latin-700italic.woff2") format("woff2"), url("../Fonts/muli-v19-latin-700italic.woff") format("woff"), url("../Fonts/muli-v19-latin-700italic.ttf") format("truetype"), url("../Fonts/muli-v19-latin-700italic.svg#Muli") format("svg");
  /* Legacy iOS */ }

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/noto-serif-v8-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Noto Serif"), local("NotoSerif"), url("../Fonts/noto-serif-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/noto-serif-v8-latin-regular.woff2") format("woff2"), url("../Fonts/noto-serif-v8-latin-regular.woff") format("woff"), url("../Fonts/noto-serif-v8-latin-regular.ttf") format("truetype"), url("../Fonts/noto-serif-v8-latin-regular.svg#NotoSerif") format("svg");
  /* Legacy iOS */ }

/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url("../Fonts/noto-serif-v8-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local("Noto Serif Italic"), local("NotoSerif-Italic"), url("../Fonts/noto-serif-v8-latin-italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/noto-serif-v8-latin-italic.woff2") format("woff2"), url("../Fonts/noto-serif-v8-latin-italic.woff") format("woff"), url("../Fonts/noto-serif-v8-latin-italic.ttf") format("truetype"), url("../Fonts/noto-serif-v8-latin-italic.svg#NotoSerif") format("svg");
  /* Legacy iOS */ }

/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/noto-serif-v8-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Noto Serif Bold"), local("NotoSerif-Bold"), url("../Fonts/noto-serif-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../Fonts/noto-serif-v8-latin-700.woff2") format("woff2"), url("../Fonts/noto-serif-v8-latin-700.woff") format("woff"), url("../Fonts/noto-serif-v8-latin-700.ttf") format("truetype"), url("../Fonts/noto-serif-v8-latin-700.svg#NotoSerif") format("svg");
  /* Legacy iOS */ }

/* noto-serif-700italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url("../Fonts/noto-serif-v8-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local("Noto Serif Bold Italic"), local("NotoSerif-BoldItalic"), url("../Fonts/noto-serif-v8-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../Fonts/noto-serif-v8-latin-700italic.woff2") format("woff2"), url("../Fonts/noto-serif-v8-latin-700italic.woff") format("woff"), url("../Fonts/noto-serif-v8-latin-700italic.ttf") format("truetype"), url("../Fonts/noto-serif-v8-latin-700italic.svg#NotoSerif") format("svg");
  /* Legacy iOS */ }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

html, body {
  margin: 0;
  padding: 0; }

html.noscroll body {
  overflow: hidden; }

body {
  font-size: 18px;
  font-weight: normal;
  font-family: "Muli", Verdana, Arial, sans-serif;
  color: #767676;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 20px; }

::-moz-selection {
  background: #A00027;
  text-shadow: none;
  color: #fff; }

::selection {
  background: #A00027;
  text-shadow: none;
  color: #fff; }

hr {
  display: block;
  height: 1px;
  background: #f8f8f8;
  margin: 1em 0;
  border: none; }

img:not(.is_svg), video {
  vertical-align: middle;
  max-width: 100%;
  height: inherit;
  width: 100%;
  min-height: 1px;
  min-width: 1px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.is_svg {
  display: inline-block;
  min-height: 1px;
  min-width: 1px; }

figure {
  margin: 0; }

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center; }
  .browsehappy a {
    color: #fff !important; }

a {
  color: #767676;
  text-decoration: none; }
  a:hover {
    color: #A00027; }

a[href*="//"] {
  position: relative; }
  a[href*="//"]:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
    height: 15px;
    min-width: 15px;
    background: url("../Images/external-link.svg") no-repeat center left;
    background-size: 100% auto;
    margin-right: 10px; }

figure a[href*="//"]:before {
  content: none; }

.allcont ul li {
  padding: 5px 10px 5px 25px;
  position: relative; }
  .allcont ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #A00027;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 15px; }
  .allcont ul li ul li {
    padding: 5px 10px 5px 20px; }
    .allcont ul li ul li::before {
      background: #d30033; }

.allcont ol {
  margin: 10px 0;
  counter-reset: item; }
  .allcont ol li {
    padding: 5px 0 5px 1.7em;
    counter-increment: item;
    position: relative; }
    .allcont ol li:before {
      content: counter(item) ".";
      display: inline-block;
      position: absolute;
      top: 5px;
      left: 0;
      font-weight: bold; }

.cont p img {
  width: auto;
  max-height: 250px; }
  @media screen and (max-width: 650px) {
    .cont p img {
      width: 100%;
      max-height: auto; } }
.allcont .ce-textpic .ce-gallery {
  margin-bottom: 0; }

.allcont .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 10px; }

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

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

.frame-space-before-extra-small {
  margin-top: 30px; }

.frame-space-before-small {
  margin-top: 45px; }

.frame-space-before-medium {
  margin-top: 70px; }

.frame-space-before-large {
  margin-top: 100px; }

.frame-space-before-extra-large {
  margin-top: 200px; }

.frame-space-after-extra-small {
  margin-bottom: 30px; }

.frame-space-after-small {
  margin-bottom: 45px; }

.frame-space-after-medium {
  margin-bottom: 70px; }

.frame-space-after-large {
  margin-bottom: 100px; }

.frame-space-after-extra-large {
  margin-bottom: 200px; }

@media screen and (max-width: 470px) {
  .frame-space-before-medium {
    margin-top: 50px; }
  .frame-space-before-large {
    margin-top: 80px; }
  .frame-space-before-extra-large {
    margin-top: 100px; }
  .frame-space-after-medium {
    margin-bottom: 50px; }
  .frame-space-after-large {
    margin-bottom: 80px; }
  .frame-space-after-extra-large {
    margin-bottom: 100px; } }

/*Textstile -----------------------------------------*/
.button, input[type=submit],
button,
.btn {
  display: inline-block;
  color: #ffffff;
  padding: 20px;
  text-decoration: none;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  background: #A00027;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .button:hover, input[type=submit]:hover,
  button:hover,
  .btn:hover {
    background-color: #53565B;
    color: #ffffff; }
  @media screen and (max-width: 470px) {
    .button, input[type=submit],
    button,
    .btn {
      padding: 15px 20px;
      font-size: 16px;
      margin-top: 20px; } }
.frame-mcbox .powermail_submit {
  display: inline-block;
  color: #A00027;
  padding: 20px;
  text-decoration: none;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  background: #ffffff;
  margin-top: 30px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out; }
  .frame-mcbox .powermail_submit:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff; }

.redtext {
  color: #b10000; }

.largetext {
  font-size: 1.5em; }

.uppercase {
  text-transform: uppercase; }

/*Rahmen -----------------------------------------*/
.frame-greybox {
  background: #f8f8f8;
  padding: 2%; }

.frame-mcbox {
  background: #A00027;
  padding: 2%;
  color: #ffffff; }
  .frame-mcbox h1, .frame-mcbox h2, .frame-mcbox h3, .frame-mcbox h4, .frame-mcbox h5, .frame-mcbox h6 {
    color: #ffffff; }
  .frame-mcbox .frame-type-menu_sitemap_pages .inner ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li {
      padding: 0; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li::before {
        display: none; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a span {
        font-size: 0; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*="/facebook"]::before,
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*=".facebook"]::before {
        content: '';
        background: url("../Icons/facebook.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 10px;
        height: 18px;
        display: inline-block;
        top: inherit;
        margin-right: 20px; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*="/twitter"]::before,
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*=".twitter"]::before {
        content: '';
        background: url("../Icons/twitter.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 22px;
        height: 18px;
        display: inline-block;
        top: inherit;
        margin-right: 20px; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*="/telegram"]::before,
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*=".telegram"]::before,
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*="/t.me"]::before {
        content: '';
        background: url("../Icons/telegram.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 18px;
        height: 18px;
        display: inline-block;
        top: inherit;
        margin-right: 20px; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*="/xing"]::before,
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*=".xing"]::before {
        content: '';
        background: url("../Icons/xing.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 15px;
        height: 18px;
        display: inline-block;
        top: inherit;
        margin-right: 20px; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*="/linkedin"]::before,
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*=".linkedin"]::before {
        content: '';
        background: url("../Icons/linkedin.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 20px;
        height: 18px;
        display: inline-block;
        top: inherit;
        margin-right: 20px; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*="/vk"]::before,
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*=".vk"]::before {
        content: '';
        background: url("../Icons/vk.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 30px;
        height: 18px;
        display: inline-block;
        top: inherit;
        margin-right: 20px; }
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*="/instagram"]::before,
      .frame-mcbox .frame-type-menu_sitemap_pages .inner ul li a[href*=".instagram"]::before {
        content: '';
        background: url("../Icons/instagram.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 18px;
        height: 18px;
        display: inline-block;
        top: inherit; }

.frame-ci_bg {
  background: #A00027;
  padding: 2%;
  color: #fff; }
  .frame-ci_bg h1, .frame-ci_bg h2, .frame-ci_bg h3, .frame-ci_bg h4, .frame-ci_bg h5 {
    color: #fff; }

/*Layouts -----------------------------------------*/
.head .inner,
.foot > .inner {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 650px) {
    .head .inner,
    .foot > .inner {
      width: 92%; } }
.cont > .frame {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 650px) {
    .cont > .frame {
      width: 92%; } }
.cont > .frame.frame-layout-10 {
  max-width: none;
  width: 100%; }
  .cont > .frame.frame-layout-10.frame-greybox {
    padding: 20px 0; }

.cont > .frame.frame-layout-20 {
  max-width: none;
  width: 100%; }
  .cont > .frame.frame-layout-20 > .inner {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 650px) {
      .cont > .frame.frame-layout-20 > .inner {
        width: 92%; } }
/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -webkit-flex; }
  .gridrow .col + .col {
    margin-left: 20px; }
  .gridrow.align__middle {
    align-items: center; }
  .gridrow.align__top {
    align-items: flex-start; }
  .gridrow.align__bottom {
    align-items: flex-end; }

/*Boxen 2er%*/
.grid2cols > .col {
  width: calc(50% - (20px / 2)); }

/*Boxen 3er%*/
.grid3cols > .col {
  width: calc(33.333% - (2 * 20px / 3)); }

/*Boxen 4er%*/
.grid4cols > .col {
  width: calc(25% - (3 * 20px / 4)); }

/*Boxen 5er%*/
.grid5cols > .col {
  width: calc(20% - (4 * 20px / 5)); }

/*Boxen 33%-66%*/
.col_pos_33-66 > .col.col1 {
  width: calc(33.333% - (20px / 2)); }

.col_pos_33-66 > .col.col2 {
  width: calc(66.666% - (20px / 2)); }

/*Boxen 66%-33%*/
.col_pos_66-33 > .col.col1 {
  width: calc(66.666% - (20px / 2)); }

.col_pos_66-33 > .col.col2 {
  width: calc(33.333% - (20px / 2)); }

/*Boxen 20%-80%*/
.col_pos_20-80 > .col.col1 {
  width: calc(20% - (20px / 2)); }

.col_pos_20-80 > .col.col2 {
  width: calc(80% - (20px / 2)); }

/*Boxen 80%-20%*/
.col_pos_80-20 > .col.col1 {
  width: calc(80% - (20px / 2)); }

.col_pos_80-20 > .col.col2 {
  width: calc(20% - (20px / 2)); }

@media all and (max-width: 1024px) {
  .gridrow {
    flex-direction: column-reverse; }
    .gridrow .col:nth-child(-n+2) {
      margin-left: 0;
      margin-top: 2%; }
  .grid2cols > .col,
  .grid3cols > .col,
  .grid4cols > .col,
  .grid5cols > .col {
    width: 100%; }
  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2,
  .col_pos_66-33 > .col.col1,
  .col_pos_66-33 > .col.col2,
  .col_pos_20-80 > .col.col1,
  .col_pos_20-80 > .col.col2,
  .col_pos_80-20 > .col.col1,
  .col_pos_80-20 > .col.col2 {
    width: 100%; } }

/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;
  margin: 0 auto;
  max-width: 2500px;
  box-shadow: 1px 3px 10px #c3c3c3; }
  .site .allcont {
    flex: 1 0 auto;
    padding: 0; }
    .site .allcont .cont > div:first-child:not(.frame-greybox) {
      margin-top: 100px; }
    .site .allcont .cont > div:last-child:not(.frame-type-pxworldeconomy_newsletterstage):not(.frame-mcbox) {
      margin-bottom: 80px; }
      .site .allcont .cont > div:last-child:not(.frame-type-pxworldeconomy_newsletterstage):not(.frame-mcbox).frame-greybox, .site .allcont .cont > div:last-child:not(.frame-type-pxworldeconomy_newsletterstage):not(.frame-mcbox).frame-type-pxworldeconomy_newsletterform {
        margin-bottom: 0; }

html.no-js .frame-topnewsbox .news-list-view a:not(:first-child) {
  display: none; }

html.no-js .searchtrigger {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  font-family: "Noto Serif", Verdana, Arial, sans-serif;
  line-height: 120%;
  color: #53565B; }
  h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + * {
    padding-top: 0.5em; }

h1 {
  font-size: 45px; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 35px; } }
  @media screen and (max-width: 550px) {
    h1 {
      font-size: 30px; } }
  @media screen and (max-width: 470px) {
    h1 {
      font-size: 25px; } }
  @media screen and (max-width: 400px) {
    h1 {
      font-size: 20px; } }
h2 {
  font-size: 30px;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-width: 550px) {
    h2 {
      font-size: 26px; } }
  @media screen and (max-width: 470px) {
    h2 {
      font-size: 22px; } }
  @media screen and (max-width: 400px) {
    h2 {
      font-size: 18px; } }
h3 {
  font-size: 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 28px; } }
  @media screen and (max-width: 550px) {
    h3 {
      font-size: 26px; } }
  @media screen and (max-width: 470px) {
    h3 {
      font-size: 22px; } }
  @media screen and (max-width: 400px) {
    h3 {
      font-size: 18px; } }
h4 {
  font-size: 25px;
  color: #53565B; }
  @media screen and (max-width: 768px) {
    h4 {
      font-size: 22px; } }
  @media screen and (max-width: 550px) {
    h4 {
      font-size: 20px; } }
  @media screen and (max-width: 470px) {
    h4 {
      font-size: 18px; } }
  @media screen and (max-width: 400px) {
    h4 {
      font-size: 16px; } }
h5 {
  font-size: 20px;
  color: #53565B; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + p {
  margin-top: 1em; }

p,
span,
b,
i {
  font-family: "Muli", Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 29px; }

i, em {
  font-style: italic; }

strong, b {
  font-weight: 700; }

a.link-external-blank,
a.link-external,
a.link-internal,
a.link-mail,
a {
  color: #A00027;
  transition: all 0.3s ease-in-out; }
  a.link-external-blank:hover,
  a.link-external:hover,
  a.link-internal:hover,
  a.link-mail:hover,
  a:hover {
    color: #53565B; }

a.link-content {
  color: #53565B;
  font-size: 20px;
  transition: all 0.3s ease-in-out; }
  a.link-content::after {
    content: '';
    background: url("../Icons/mc-arrow--right.svg");
    background-size: 100% auto;
    margin-left: 10px;
    display: inline-block;
    width: 17px;
    height: 15px;
    transition: all 0.3s ease-in-out; }
  a.link-content:hover {
    color: #A00027; }
    a.link-content:hover::after {
      margin-left: 20px; }

input, select, textarea {
  width: 100%;
  border: none;
  padding: 20px; }
  input:focus, select:focus, textarea:focus {
    background: #eee;
    outline: none; }

input[type="submit"] {
  width: auto;
  cursor: pointer; }

.frame-mcbox .powermail_submit {
  margin-top: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none;
  height: 150px; }

input[type='radio'], input[type='checkbox'] {
  width: auto;
  margin-right: 5px; }

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #000; }

::-webkit-input-placeholder {
  font-family: "Muli", Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #53565B; }

:-moz-placeholder {
  opacity: 1;
  color: #53565B; }

::-moz-placeholder {
  opacity: 1;
  color: #53565B; }

:-ms-input-placeholder {
  color: #53565B; }

:focus {
  outline: rgba(255, 255, 255, 0); }

/*Tabelle*/
.allcont table {
  width: 100%;
  margin: 10px 0px 5px;
  overflow-x: scroll; }
  .allcont table tr th {
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #A00027;
    padding: 10px 15px;
    border-right: 1px solid #fff; }
  .allcont table tr td {
    padding: 20px 10px;
    line-height: normal; }
  .allcont table tr:nth-child(odd) {
    background-color: #f8f8f8; }
  .allcont table thead + tbody tr:nth-child(even) {
    background-color: #f8f8f8; }
  .allcont table thead + tbody td {
    padding: 5px 15px;
    border-right: 1px solid #fff; }
  @media screen and (max-width: 400px) {
    .allcont table {
      display: block; } }
@media screen and (max-width: 470px) {
  table.contenttable {
    display: block;
    overflow-x: auto;
    white-space: nowrap; } }

.head {
  position: relative; }
  .head .head2 {
    transition: all 0.3s ease-in-out;
    background: #A00027;
    position: relative;
    z-index: 250;
    width: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-width: 2500px; }
    .head .head2 > .inner {
      transition: all 0.3s ease-in-out;
      max-width: 2500px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .head .head2 > .inner .logo {
        transition: all 0.3s ease-in-out;
        background: url(../Images/logo.png) no-repeat 0;
        background-size: 100% auto;
        width: 400px;
        height: 62px;
        margin: 30px auto; }
        .head .head2 > .inner .logo a {
          display: block;
          width: 100%;
          height: 100%; }
          .head .head2 > .inner .logo a span {
            display: none; }
        @media screen and (max-width: 1300px) {
          .head .head2 > .inner .logo {
            margin: 30px auto 30px 0; } }
        @media screen and (max-width: 875px) {
          .head .head2 > .inner .logo {
            margin: 30px auto; } }
        @media screen and (max-width: 768px) {
          .head .head2 > .inner .logo {
            width: 250px;
            height: 40px; } }
        @media screen and (max-width: 650px) {
          .head .head2 > .inner .logo {
            width: 250px;
            height: 40px;
            margin: 20px auto 10px 0; } }
        @media screen and (max-width: 400px) {
          .head .head2 > .inner .logo {
            width: 180px;
            height: 40px;
            margin: 10px auto 10px 0; } }
      @media screen and (max-width: 1300px) {
        .head .head2 > .inner {
          flex-direction: row-reverse; } }
      @media screen and (max-width: 875px) {
        .head .head2 > .inner {
          flex-direction: row; } }
      @media screen and (max-width: 650px) {
        .head .head2 > .inner {
          flex-wrap: wrap; } }
/* STICKY NAV */
.sticky-anchor {
  position: absolute;
  bottom: 0;
  left: 0; }

.head.stickyhead .head2 {
  position: fixed;
  bottom: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .head.stickyhead .head2 .inner .logo {
    height: 62px;
    width: 300px;
    margin: 30px auto; }
    @media screen and (max-width: 1300px) {
      .head.stickyhead .head2 .inner .logo {
        margin: 30px auto 30px 0; } }
    @media screen and (max-width: 875px) {
      .head.stickyhead .head2 .inner .logo {
        margin: 30px auto; } }
    @media screen and (max-width: 768px) {
      .head.stickyhead .head2 .inner .logo {
        width: 250px;
        height: 40px; } }
    @media screen and (max-width: 650px) {
      .head.stickyhead .head2 .inner .logo {
        margin: 20px auto 10px 0; } }
    @media screen and (max-width: 400px) {
      .head.stickyhead .head2 .inner .logo {
        width: 180px;
        height: 40px;
        margin: 10px auto 10px 0; } }
#subhead {
  position: relative; }
  #subhead #subhead2 {
    overflow: hidden;
    max-height: 600px; }
    #subhead #subhead2 .text_on_image .image {
      max-height: 600px; }

#uid1 #subhead #subhead2 {
  max-height: 800px; }
  #uid1 #subhead #subhead2 .text_on_image .image {
    max-height: 800px; }

/*headnav--------------------------------------*/
.head .nav {
  list-style-type: none;
  display: flex; }
  .head .nav > li {
    list-style: none;
    position: relative; }
    .head .nav > li a {
      display: block;
      text-decoration: none;
      color: #53565B;
      font-size: 18px;
      font-weight: 400; }
      .head .nav > li a span {
        transition: all 0.3s ease-in-out; }
    .head .nav > li > a {
      padding: 10px 15px;
      position: relative; }
    .head .nav > li.over > .subnav, .head .nav > li.over > a, .head .nav > li:hover > .subnav {
      display: flex; }
    .head .nav > li.over > a, .head .nav > li:hover > a span, .head .nav > li.active > a, .head .nav > li.act > a {
      color: #A00027; }
    .head .nav > li.act > a {
      font-weight: 700; }
    .head .nav > li .subnav {
      display: none;
      flex-direction: column;
      position: absolute;
      z-index: 100;
      top: 90%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      padding: 20px; }
      .head .nav > li .subnav a {
        color: #838383; }
      .head .nav > li .subnav a:hover,
      .head .nav > li .subnav .over > a,
      .head .nav > li .subnav .active > a,
      .head .nav > li .subnav .act > a {
        color: #A00027; }
    .head .nav > li > .subnav {
      background: #ffffff;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
      .head .nav > li > .subnav > li {
        text-align: center;
        border-bottom: 1px solid #A00027; }
        @media screen and (max-width: 875px) {
          .head .nav > li > .subnav > li {
            border-bottom: none; } }
        .head .nav > li > .subnav > li:last-child {
          border-bottom: none; }
        .head .nav > li > .subnav > li > a {
          padding: 10px 20px;
          font-weight: 400;
          white-space: nowrap;
          color: #53565B; }
          .head .nav > li > .subnav > li > a span {
            font-size: 16px; }
        .head .nav > li > .subnav > li > .subnav {
          left: calc(100% + 5px);
          top: 0; }

.head .navbar {
  background: #ffffff; }
  .head .navbar .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0; }
    @media screen and (max-width: 875px) {
      .head .navbar .inner {
        display: block;
        flex-direction: column;
        padding: 20px; } }
  @media screen and (max-width: 875px) {
    .head .navbar {
      display: none; } }
.showSub, .open_nav {
  display: none; }

#uid1.frame-type-menu_sitemap_pages li a::before {
  opacity: 0.9; }

.socialnav {
  width: 33%;
  display: flex;
  justify-content: flex-end; }
  .socialnav li:not(:last-child) {
    margin-right: 20px; }
  .socialnav li a::before {
    opacity: 0.9; }
  .socialnav a[href*="/facebook"],
  .socialnav a[href*=".facebook"] {
    font-size: 0; }
    .socialnav a[href*="/facebook"]::before,
    .socialnav a[href*=".facebook"]::before {
      content: '';
      background-image: url("../Icons/facebook.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 10px;
      height: 18px;
      display: inline-block;
      margin-right: 0; }
  .socialnav a[href*="/twitter"],
  .socialnav a[href*=".twitter"] {
    font-size: 0; }
    .socialnav a[href*="/twitter"]::before,
    .socialnav a[href*=".twitter"]::before {
      content: '';
      background-image: url("../Icons/twitter.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 22px;
      height: 18px;
      display: inline-block;
      margin-right: 0; }
  .socialnav a[href*="/telegram"],
  .socialnav a[href*=".telegram"],
  .socialnav a[href*="/t.me"] {
    font-size: 0; }
    .socialnav a[href*="/telegram"]::before,
    .socialnav a[href*=".telegram"]::before,
    .socialnav a[href*="/t.me"]::before {
      content: '';
      background-image: url("../Icons/telegram.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 18px;
      height: 18px;
      display: inline-block;
      margin-right: 0; }
  .socialnav a[href*="/xing"],
  .socialnav a[href*=".xing"] {
    font-size: 0; }
    .socialnav a[href*="/xing"]::before,
    .socialnav a[href*=".xing"]::before {
      content: '';
      background-image: url("../Icons/xing.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 15px;
      height: 18px;
      display: inline-block;
      margin-right: 0; }
  .socialnav a[href*="/linkedin"],
  .socialnav a[href*=".linkedin"] {
    font-size: 0; }
    .socialnav a[href*="/linkedin"]::before,
    .socialnav a[href*=".linkedin"]::before {
      content: '';
      background-image: url("../Icons/linkedin.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 19px;
      height: 18px;
      display: inline-block;
      margin-right: 0; }
  .socialnav a[href*="/vk"],
  .socialnav a[href*=".vk"] {
    font-size: 0; }
    .socialnav a[href*="/vk"]::before,
    .socialnav a[href*=".vk"]::before {
      content: '';
      background-image: url("../Icons/vk.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 31px;
      height: 18px;
      display: inline-block;
      margin-right: 0; }
  .socialnav a[href*="/instagram"],
  .socialnav a[href*=".instagram"] {
    font-size: 0; }
    .socialnav a[href*="/instagram"]::before,
    .socialnav a[href*=".instagram"]::before {
      content: '';
      background-image: url("../Icons/instagram.svg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      width: 18px;
      height: 18px;
      display: inline-block;
      margin-right: 0; }
  .socialnav.socialnav--mc {
    justify-content: flex-start; }
    .socialnav.socialnav--mc a[href*="/facebook"],
    .socialnav.socialnav--mc a[href*=".facebook"] {
      font-size: 0; }
      .socialnav.socialnav--mc a[href*="/facebook"]::before,
      .socialnav.socialnav--mc a[href*=".facebook"]::before {
        content: '';
        background-image: url("../Icons/socialnav--mc/facebook.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 10px;
        height: 18px;
        display: inline-block;
        margin-right: 0; }
    .socialnav.socialnav--mc a[href*="/twitter"],
    .socialnav.socialnav--mc a[href*=".twitter"] {
      font-size: 0; }
      .socialnav.socialnav--mc a[href*="/twitter"]::before,
      .socialnav.socialnav--mc a[href*=".twitter"]::before {
        content: '';
        background-image: url("../Icons/socialnav--mc/twitter.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 22px;
        height: 18px;
        display: inline-block;
        margin-right: 0; }
    .socialnav.socialnav--mc a[href*="/telegram"],
    .socialnav.socialnav--mc a[href*=".telegram"],
    .socialnav.socialnav--mc a[href*="/t.me"] {
      font-size: 0; }
      .socialnav.socialnav--mc a[href*="/telegram"]::before,
      .socialnav.socialnav--mc a[href*=".telegram"]::before,
      .socialnav.socialnav--mc a[href*="/t.me"]::before {
        content: '';
        background-image: url("../Icons/socialnav--mc/telegram.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-right: 0; }
    .socialnav.socialnav--mc a[href*="/xing"],
    .socialnav.socialnav--mc a[href*=".xing"] {
      font-size: 0; }
      .socialnav.socialnav--mc a[href*="/xing"]::before,
      .socialnav.socialnav--mc a[href*=".xing"]::before {
        content: '';
        background-image: url("../Icons/socialnav--mc/xing.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 15px;
        height: 18px;
        display: inline-block;
        margin-right: 0; }
    .socialnav.socialnav--mc a[href*="/linkedin"],
    .socialnav.socialnav--mc a[href*=".linkedin"] {
      font-size: 0; }
      .socialnav.socialnav--mc a[href*="/linkedin"]::before,
      .socialnav.socialnav--mc a[href*=".linkedin"]::before {
        content: '';
        background-image: url("../Icons/socialnav--mc/linkedin.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 19px;
        height: 18px;
        display: inline-block;
        margin-right: 0; }
    .socialnav.socialnav--mc a[href*="/vk"],
    .socialnav.socialnav--mc a[href*=".vk"] {
      font-size: 0; }
      .socialnav.socialnav--mc a[href*="/vk"]::before,
      .socialnav.socialnav--mc a[href*=".vk"]::before {
        content: '';
        background-image: url("../Icons/socialnav--mc/vk.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 31px;
        height: 18px;
        display: inline-block;
        margin-right: 0; }
    .socialnav.socialnav--mc a[href*="/instagram"],
    .socialnav.socialnav--mc a[href*=".instagram"] {
      font-size: 0; }
      .socialnav.socialnav--mc a[href*="/instagram"]::before,
      .socialnav.socialnav--mc a[href*=".instagram"]::before {
        content: '';
        background-image: url("../Icons/socialnav--mc/instagram.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 18px;
        height: 18px;
        display: inline-block;
        margin-right: 0; }
  @media screen and (max-width: 1300px) {
    .socialnav:not(.socialnav--mc) {
      display: none; } }
.loginnav {
  display: flex;
  flex-wrap: wrap;
  width: 33%; }
  .loginnav li a {
    color: #ffffff;
    border-bottom: 1px solid transparent;
    opacity: 0.85;
    transition: all 0.3s ease-in-out; }
    .loginnav li a:hover {
      color: #ffffff;
      border-bottom: 1px solid #ffffff; }
      @media screen and (max-width: 875px) {
        .loginnav li a:hover {
          border: none; } }
      @media screen and (max-width: 650px) {
        .loginnav li a:hover {
          border-bottom: 1px solid #ffffff; } }
      @media screen and (max-width: 470px) {
        .loginnav li a:hover {
          border: none; } }
    @media screen and (max-width: 1300px) {
      .loginnav li a {
        display: flex; } }
    @media screen and (max-width: 875px) {
      .loginnav li a {
        font-size: 0;
        border: none; } }
    @media screen and (max-width: 650px) {
      .loginnav li a {
        font-size: inherit;
        border-bottom: 1px solid transparent; } }
    @media screen and (max-width: 470px) {
      .loginnav li a {
        font-size: 0;
        border: none; } }
  .loginnav a[href*="/login"]::before,
  .loginnav a[href*="/anmelden"]::before {
    content: '';
    background-image: url("../Icons/login.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 20px;
    display: inline-block;
    margin-right: 10px; }
    @media screen and (max-width: 470px) {
      .loginnav a[href*="/login"]::before,
      .loginnav a[href*="/anmelden"]::before {
        margin-right: 0; } }
  .loginnav a[href*="/newsletter"]::before,
  .loginnav a[href*="/#newsletter"]::before {
    content: '';
    background-image: url("../Icons/newsletter.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 24px;
    height: 20px;
    display: inline-block;
    margin-right: 10px; }
    @media screen and (max-width: 470px) {
      .loginnav a[href*="/newsletter"]::before,
      .loginnav a[href*="/#newsletter"]::before {
        margin-right: 0; } }
  .loginnav a[href*="/regist"]::before {
    content: '';
    background-image: url("../Icons/register.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 21px;
    height: 20px;
    display: inline-block;
    margin-right: 10px; }
    @media screen and (max-width: 470px) {
      .loginnav a[href*="/regist"]::before {
        margin-right: 0; } }
  .loginnav li:first-child {
    width: 100%;
    margin-bottom: 15px; }
    @media screen and (max-width: 1300px) {
      .loginnav li:first-child {
        width: inherit;
        margin-bottom: 0; } }
    @media screen and (max-width: 875px) {
      .loginnav li:first-child {
        width: initial; } }
    @media screen and (max-width: 650px) {
      .loginnav li:first-child {
        width: initial;
        margin-bottom: 0; } }
  @media screen and (max-width: 875px) {
    .loginnav li:nth-child(n+2) {
      width: initial; } }
  @media screen and (max-width: 650px) {
    .loginnav li:nth-child(n+2) {
      width: initial; } }
  .loginnav li:nth-child(2) {
    margin-right: 20px; }
    @media screen and (max-width: 1300px) {
      .loginnav li:nth-child(2) {
        margin-right: 0; } }
  @media screen and (max-width: 1300px) {
    .loginnav li:not(:last-child) {
      margin-right: 20px; } }
  @media screen and (max-width: 1300px) {
    .loginnav {
      flex-wrap: nowrap;
      width: auto; } }
  @media screen and (max-width: 875px) {
    .loginnav {
      flex-direction: row;
      width: 33%; } }
  @media screen and (max-width: 650px) {
    .loginnav {
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 10px; } }
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #ffffff; }
  @media screen and (max-width: 650px) {
    .hamburger {
      padding: 0; } }
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 2px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

@media all and (max-width: 875px) {
  /*Nav*/
  .open_nav {
    display: flex;
    justify-content: flex-end;
    width: 33%; }
  .head .head2 .scrollwrap {
    height: 0;
    background: #ffffff;
    transition: all 0.5s ease-in-out; }
    .head .head2 .scrollwrap .navbar .nav {
      flex-direction: column; }
      .head .head2 .scrollwrap .navbar .nav li:hover > a:after, .head .head2 .scrollwrap .navbar .nav li.over > a:after {
        display: none !important; }
      .head .head2 .scrollwrap .navbar .nav li.over > .subnav, .head .head2 .scrollwrap .navbar .nav li:hover > .subnav {
        display: none; }
      .head .head2 .scrollwrap .navbar .nav li:hover > a, .head .head2 .scrollwrap .navbar .nav li.over > a, .head .head2 .scrollwrap .navbar .nav li.active > a, .head .head2 .scrollwrap .navbar .nav li.act > a {
        color: #A00027; }
      .head .head2 .scrollwrap .navbar .nav li a {
        border-bottom: 1px solid #53565B;
        padding: 20px; }
      .head .head2 .scrollwrap .navbar .nav li .subnav {
        -webkit-transform: translate(0);
                transform: translate(0);
        padding: 0;
        box-shadow: none; }
        .head .head2 .scrollwrap .navbar .nav li .subnav li a {
          padding: 10px 40px;
          color: #53565B; }
        .head .head2 .scrollwrap .navbar .nav li .subnav li:hover > a, .head .head2 .scrollwrap .navbar .nav li .subnav li.over > a, .head .head2 .scrollwrap .navbar .nav li .subnav li.active > a, .head .head2 .scrollwrap .navbar .nav li .subnav li.act > a {
          color: #A00027; }
        .head .head2 .scrollwrap .navbar .nav li .subnav li + li {
          margin-left: 0; }
      .head .head2 .scrollwrap .navbar .nav li .subnav,
      .head .head2 .scrollwrap .navbar .nav li .subnav.subnav2, .head .head2 .scrollwrap .navbar .nav li:last-child > .subnav, .head .head2 .scrollwrap .navbar .nav li:last-child > .subnav.subnav2 {
        position: inherit;
        left: inherit;
        top: inherit; }
      .head .head2 .scrollwrap .navbar .nav li:hover > .subnav, .head .head2 .scrollwrap .navbar .nav li.over > .subnav, .head .head2 .scrollwrap .navbar .nav li:hover > .subnav2.subnav, .head .head2 .scrollwrap .navbar .nav li.over > .subnav2.subnav, .head .head2 .scrollwrap .navbar .nav li.over > .subnav .subnav2, .head .head2 .scrollwrap .navbar .nav li:hover > .subnav .subnav2 {
        display: none; }
      .head .head2 .scrollwrap .navbar .nav li .showSub {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        cursor: pointer;
        width: 67px;
        height: 67px;
        line-height: 67px;
        background: transparent;
        text-align: center;
        transition: 0.25s ease; }
        .head .head2 .scrollwrap .navbar .nav li .showSub:after {
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          vertical-align: middle;
          border-top: 5px dashed #A00027;
          border-top: 6px solid\9;
          border-right: 5px solid transparent;
          border-left: 5px solid transparent;
          transition: 0.25s ease; }
        .head .head2 .scrollwrap .navbar .nav li .showSub.open:after {
          border-top-color: #53565B;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .head .head2 .scrollwrap .navbar .nav li .subnav2 li a {
        padding: 10px 10px 10px 40px; }
        .head .head2 .scrollwrap .navbar .nav li .subnav2 li a:before {
          display: none; }
      .head .head2 .scrollwrap .navbar .nav li .subnav2 .showSub {
        background: #2c3b42;
        height: 48px;
        line-height: 48px; }
    .head .head2 .scrollwrap.open {
      height: calc(100vh - 122px);
      overflow: scroll; } }

@media all and (max-width: 768px) {
  .head .head2 .scrollwrap.open {
    height: calc(100vh - 100px); } }

@media all and (max-width: 400px) {
  .head .head2 .scrollwrap.open {
    height: calc(100vh - 90px); } }

/*Accordion  ------------------------------------------------------- */
.accordion__container {
  position: relative; }
  .accordion__container .accordion {
    border-bottom: 1px solid #f8f8f8; }
    .accordion__container .accordion + .accordion {
      margin-top: 10px; }
    .accordion__container .accordion .accContent {
      display: none;
      padding: 10px; }
    .accordion__container .accordion .accTrigger {
      padding: 10px;
      cursor: pointer;
      position: relative; }
      .accordion__container .accordion .accTrigger h4 {
        padding: 0; }
      .accordion__container .accordion .accTrigger:before {
        content: "";
        display: block;
        width: 44px;
        height: 100%;
        background: url(../Images/arrow-down-blue.svg) no-repeat center center/15px auto;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
        transition: all 0.3s ease-in-out; }
      .accordion__container .accordion .accTrigger.active:before {
        -webkit-transform: rotate(0);
                transform: rotate(0); }
      .accordion__container .accordion .accTrigger:hover:before {
        -webkit-transform: rotate(0);
                transform: rotate(0); }

/*Tabs  ------------------------------------------------------- */
.tab__container .tabs {
  margin: 0; }
  .tab__container .tabs::after {
    display: block;
    clear: both;
    content: ""; }
  .tab__container .tabs > li {
    display: block;
    float: left;
    padding: 10px 30px;
    background: #f8f8f8;
    text-transform: uppercase;
    color: #A00027;
    cursor: pointer;
    list-style-type: none; }
    .tab__container .tabs > li + li {
      margin-left: 10px; }
    .tab__container .tabs > li.activetabnav, .tab__container .tabs > li:hover {
      background: #ebebeb; }
    .tab__container .tabs > li A {
      text-decoration: none; }
    .tab__container .tabs > li::before {
      content: none; }

.tab__container .tab_wrapper {
  padding: 30px 4% 20px;
  background: #ebebeb;
  position: relative;
  z-index: 10; }

.content__slider .slide {
  position: relative;
  display: none; }
  .content__slider .slide .text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    color: #767676; }
  .content__slider .slide img {
    margin: 0 auto; }
  .content__slider .slide:first-child {
    display: block; }

.content__slider.slick-initialized .slide {
  display: block; }

.mapbtn, .mapimage {
  display: inline-block; }

.mapimagewrap {
  position: relative;
  text-align: center; }
  .mapimagewrap .mapimagewrapinner {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    line-height: 0; }
    .mapimagewrap .mapimagewrapinner .mapbtn {
      position: absolute;
      top: 20px;
      left: 20px;
      width: calc(100% - 40px);
      background: rgba(167, 167, 167, 0.8);
      padding: 10px 20px 20px;
      color: #fff;
      box-sizing: border-box;
      line-height: 130%; }
      .mapimagewrap .mapimagewrapinner .mapbtn strong {
        display: block;
        text-align: center; }
      .mapimagewrap .mapimagewrapinner .mapbtn span {
        margin: 10px 0;
        display: block; }
        .mapimagewrap .mapimagewrapinner .mapbtn span a {
          color: #fff;
          text-decoration: underline; }
    .mapimagewrap .mapimagewrapinner .mapimage {
      max-width: 100%;
      height: auto;
      width: auto; }

.map {
  height: 440px;
  width: 100%; }

/*Text auf Bild  ------------------------------------------------------- */
.text_on_image {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .text_on_image .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .text_on_image .image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .text_on_image .text {
    font-size: 20px;
    z-index: 10;
    color: #fff;
    padding: 60px 40px; }
    .text_on_image .text h1, .text_on_image .text h2, .text_on_image .text h3, .text_on_image .text h4, .text_on_image .text h5, .text_on_image .text h6 {
      color: #fff; }

.sliderwiththumbs2.slick-slider {
  position: relative; }
  .sliderwiththumbs2.slick-slider .slick-track .slideelement img {
    width: 100%;
    height: auto; }
  .sliderwiththumbs2.slick-slider .slick-dots {
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    padding: 0;
    flex-flow: wrap;
    bottom: -110px; }
    .sliderwiththumbs2.slick-slider .slick-dots li {
      list-style: none;
      width: 100%;
      width: calc(16.666% - 10px);
      height: 100px;
      margin: 5px;
      cursor: pointer; }
      .sliderwiththumbs2.slick-slider .slick-dots li img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .sliderwiththumbs2.slick-slider.slick-dotted {
    margin-bottom: 130px; }

/*Text auf Bild  ------------------------------------------------------- */
.headimagewithtext {
  min-height: 250px;
  height: 25vw;
  overflow: hidden;
  display: flex;
  align-items: center; }
  .headimagewithtext .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15); }
  .headimagewithtext .image {
    width: 100%;
    height: 100%; }
    .headimagewithtext .image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    .headimagewithtext .image.image--top img {
      -o-object-position: top;
         object-position: top; }
    .headimagewithtext .image.image--middle img {
      -o-object-position: center;
         object-position: center; }
    .headimagewithtext .image.image--bottom img {
      -o-object-position: bottom;
         object-position: bottom; }
  .headimagewithtext .headline {
    z-index: 10;
    padding: 22px 35px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    right: calc((100vw - 1200px) / 2);
    bottom: -50px; }
    .headimagewithtext .headline h1 {
      color: #53565B;
      font-weight: 700;
      font-family: "Noto Serif", Verdana, Arial, sans-serif;
      font-size: 45px; }
      @media screen and (max-width: 768px) {
        .headimagewithtext .headline h1 {
          font-size: 35px; } }
      @media screen and (max-width: 550px) {
        .headimagewithtext .headline h1 {
          font-size: 30px; } }
      @media screen and (max-width: 470px) {
        .headimagewithtext .headline h1 {
          font-size: 25px; } }
      @media screen and (max-width: 400px) {
        .headimagewithtext .headline h1 {
          font-size: 20px; } }
    @media screen and (max-width: 1300px) {
      .headimagewithtext .headline {
        right: 0; } }
.contactstage .inner .col {
  width: 50%; }
  @media screen and (max-width: 1100px) {
    .contactstage .inner .col {
      width: 100%; } }
.contactstage .inner .col2 {
  background: #A00027;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 0;
  color: #ffffff;
  padding: 40px; }
  .contactstage .inner .col2 h2 {
    color: #ffffff; }
  .contactstage .inner .col2 p {
    max-width: 70%; }
    @media screen and (max-width: 550px) {
      .contactstage .inner .col2 p {
        max-width: inherit; } }
  .contactstage .inner .col2 .btn {
    background: #ffffff;
    color: #A00027;
    border: 2px solid transparent; }
    .contactstage .inner .col2 .btn:hover {
      background: transparent;
      color: #ffffff;
      border: 2px solid #ffffff; }
  @media screen and (max-width: 1100px) {
    .contactstage .inner .col2 {
      margin-top: 0;
      padding: 60px 40px; } }
@media screen and (max-width: 1100px) {
  .contactstage .inner {
    flex-direction: column; } }

.frame-type-pxworldeconomy_newsletterstage .newsletterstage {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  display: flex; }
  .frame-type-pxworldeconomy_newsletterstage .newsletterstage .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .frame-type-pxworldeconomy_newsletterstage .newsletterstage .image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      opacity: 0.2; }
  .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 10;
    color: #fff;
    padding: 60px 40px; }
    .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .newsLform {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .newsLform {
          flex-wrap: nowrap;
          flex-direction: column; } }
    .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field2 {
      width: calc(50% - 20px / 3); }
      .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field2 #nemail {
        background-color: #ffffff;
        border: 1px solid #979797; }
      .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field2 label {
        display: none; }
      @media screen and (max-width: 768px) {
        .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field2 {
          width: 100%; } }
    .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field3 {
      width: calc(30% - 20px / 3); }
      .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field3 label {
        color: #53565B; }
      .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field3 select {
        margin-top: 10px;
        background-color: #ffffff;
        border: 1px solid #979797; }
        .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field3 select option {
          color: #53565B; }
      @media screen and (max-width: 768px) {
        .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field3 {
          width: 100%;
          margin-top: 20px; } }
    .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .submit {
      margin-top: 0; }
      @media screen and (max-width: 768px) {
        .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .submit {
          margin-top: 20px; } }
    .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field4 {
      margin-top: 20px; }
      .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field4 label {
        font-size: 14px;
        color: #53565B; }
        .frame-type-pxworldeconomy_newsletterstage .newsletterstage .content .newsL .field4 label a {
          font-weight: 700;
          text-decoration: underline; }

.foot {
  background-color: #333333;
  color: #ffffff;
  padding: 50px 0;
  position: relative;
  font-size: 16px; }
  .foot a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease-in-out; }
    .foot a:hover {
      color: #b3b3b3; }
  .foot .footerlogo img {
    width: 100%;
    height: 100%;
    max-width: 258px;
    max-height: 40px; }
  .foot .footnav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .foot .footnav .footnavmenu li {
      display: inline-block; }
      .foot .footnav .footnavmenu li:not(:last-child) {
        margin-right: 10px; }
        .foot .footnav .footnavmenu li:not(:last-child) span {
          font-size: 16px; }
        @media screen and (max-width: 470px) {
          .foot .footnav .footnavmenu li:not(:last-child) {
            margin-right: 0;
            margin-bottom: 10px; } }
      @media screen and (max-width: 470px) {
        .foot .footnav .footnavmenu li:not(:last-child) {
          padding-bottom: 5px;
          border-bottom: 1px solid #ffffff; } }
    @media screen and (max-width: 470px) {
      .foot .footnav .footnavmenu {
        display: flex;
        flex-direction: column;
        text-align: center; } }
    .foot .footnav .copy {
      text-align: center; }
      .foot .footnav .copy p {
        font-size: 16px; }
        @media screen and (max-width: 400px) {
          .foot .footnav .copy p {
            font-size: 14px;
            line-height: 24px; } }
    @media screen and (max-width: 1100px) {
      .foot .footnav {
        flex-direction: column-reverse; } }
    @media screen and (max-width: 1100px) {
      .foot .footnav > div:not(:first-child),
      .foot .footnav .footnavmenu {
        margin-bottom: 20px; } }
.backtotop {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: #53565B;
  border-radius: 50px; }
  .backtotop::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background: url(../Images/arrow-down-white.svg) no-repeat center center;
    background-size: 10px auto;
    transition: all 0.3s ease-in-out; }
  .backtotop span {
    display: none; }
  .backtotop:hover {
    background-color: #47494e; }

.frame-topnewsbox .news-list-view {
  height: 650px; }
  .frame-topnewsbox .news-list-view .topnews {
    position: relative; }
    .frame-topnewsbox .news-list-view .topnews .news-img-wrap {
      background-color: #53565B; }
      .frame-topnewsbox .news-list-view .topnews .news-img-wrap img {
        opacity: 0.6;
        width: 100%;
        height: 550px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media screen and (max-width: 768px) {
          .frame-topnewsbox .news-list-view .topnews .news-img-wrap img {
            height: 350px; } }
    .frame-topnewsbox .news-list-view .topnews .inner {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      width: 90%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .frame-topnewsbox .news-list-view .topnews .inner .headline span {
        font-family: "Noto Serif", Verdana, Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #ffffff; }
        @media screen and (max-width: 768px) {
          .frame-topnewsbox .news-list-view .topnews .inner .headline span {
            font-size: 22px;
            line-height: normal; } }
      .frame-topnewsbox .news-list-view .topnews .inner .teaser-text {
        display: none; }
      .frame-topnewsbox .news-list-view .topnews .inner .news-list-date {
        color: #ffffff;
        font-family: "Noto Serif", Verdana, Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        font-style: italic; }
      .frame-topnewsbox .news-list-view .topnews .inner .slick-arrow {
        display: none; }
      .frame-topnewsbox .news-list-view .topnews .inner .col_pos_33-66 > .col.col1 {
        width: calc(20% - (20px / 2)); }
      .frame-topnewsbox .news-list-view .topnews .inner .col_pos_33-66 > .col.col2 {
        width: calc(80% - (20px / 2)); }
  .frame-topnewsbox .news-list-view .slick-list {
    height: 100%; }
    .frame-topnewsbox .news-list-view .slick-list .slick-slide.slick-current .topnews {
      -webkit-transform: translate(130px, 80px);
              transform: translate(130px, 80px); }
      @media screen and (max-width: 1024px) {
        .frame-topnewsbox .news-list-view .slick-list .slick-slide.slick-current .topnews {
          -webkit-transform: translate(50px, 80px);
                  transform: translate(50px, 80px); } }
      @media screen and (max-width: 768px) {
        .frame-topnewsbox .news-list-view .slick-list .slick-slide.slick-current .topnews {
          -webkit-transform: inherit;
                  transform: inherit; } }
  @media screen and (max-width: 768px) {
    .frame-topnewsbox .news-list-view {
      height: 100%; } }
.news-list-view {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .news-list-view .grid3cols {
    width: calc(33.333% - (2 * 60px / 3));
    display: block; }
    .news-list-view .grid3cols .col {
      width: auto; }
    .news-list-view .grid3cols .col > a .article .headline,
    .news-list-view .grid3cols > a .article .headline {
      margin-bottom: 10px;
      word-break: break-word; }
    .news-list-view .grid3cols .col > a:hover .article,
    .news-list-view .grid3cols > a:hover .article {
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }
    .news-list-view .grid3cols .col > a:hover .headline span,
    .news-list-view .grid3cols > a:hover .headline span {
      color: #A00027; }
    .news-list-view .grid3cols .col + .col {
      margin: 0; }
    .news-list-view .grid3cols .col:nth-child(n+2) {
      margin-top: 60px; }
      @media screen and (max-width: 1024px) {
        .news-list-view .grid3cols .col:nth-child(n+2) {
          margin-top: 40px; } }
    @media screen and (max-width: 1024px) {
      .news-list-view .grid3cols {
        width: 100%;
        max-width: 70vw;
        margin: 0 auto; } }
    @media screen and (max-width: 650px) {
      .news-list-view .grid3cols {
        max-width: 100%; } }
  @media screen and (max-width: 1024px) {
    .news-list-view .gridrow .col:nth-child(-n+2) {
      margin-top: 40px; } }
  .news-list-view .news-clear {
    display: none; }
  .news-list-view .article {
    background: #ffffff;
    transition: all 0.3s ease-in-out; }
    .news-list-view .article .inner {
      padding: 20px; }
      .news-list-view .article .inner .headline span {
        font-family: "Noto Serif", Verdana, Arial, sans-serif;
        font-weight: 400;
        line-height: normal;
        font-size: 25px;
        transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 470px) {
          .news-list-view .article .inner .headline span {
            font-size: 22px; } }
        @media screen and (max-width: 400px) {
          .news-list-view .article .inner .headline span {
            font-size: 18px; } }
      .news-list-view .article .inner .teaser-text {
        padding: 0 0 20px 0; }
        .news-list-view .article .inner .teaser-text p {
          font-size: 16px;
          line-height: 26px;
          color: #767676; }
      .news-list-view .article .inner .news-list-date {
        font-style: italic;
        color: #53565B;
        font-size: 16px; }
  .news-list-view .page-navigation {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    width: 100%; }
    .news-list-view .page-navigation ul {
      display: flex; }
      .news-list-view .page-navigation ul li {
        padding: 5px 10px 5px 10px; }
        .news-list-view .page-navigation ul li a {
          color: #A00027;
          transition: all 0.3s ease-in-out; }
          .news-list-view .page-navigation ul li a:hover {
            color: #53565B; }
        .news-list-view .page-navigation ul li.current {
          color: #53565B; }
        .news-list-view .page-navigation ul li::before {
          display: none; }
    .news-list-view .page-navigation:first-child {
      display: none; }

.news.news-single {
  max-width: 900px;
  margin: 0 auto; }
  .news.news-single .news-img-wrap .mediaelement {
    margin-bottom: 20px; }
    .news.news-single .news-img-wrap .mediaelement img {
      width: 100%;
      height: 350px;
      -o-object-fit: cover;
         object-fit: cover; }
  .news.news-single .news-img-wrap .news-img-caption {
    display: none; }
  .news.news-single .header {
    width: 96%;
    margin: 0 auto 30px auto; }
    .news.news-single .header h2 {
      font-family: "Noto Serif", Verdana, Arial, sans-serif;
      font-size: 35px;
      font-weight: 400; }
    @media screen and (max-width: 650px) {
      .news.news-single .header {
        width: 92%; } }
  .news.news-single .news-metahead {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 0 auto 40px auto; }
    .news.news-single .news-metahead .news-list-date {
      font-size: 16px;
      font-style: italic; }
    .news.news-single .news-metahead .news-list-author {
      font-size: 16px; }
      .news.news-single .news-metahead .news-list-author span {
        font-weight: 700; }
    @media screen and (max-width: 650px) {
      .news.news-single .news-metahead {
        width: 92%; } }
  .news.news-single .news-text-wrap {
    width: 96%;
    margin: 0 auto; }
    .news.news-single .news-text-wrap p,
    .news.news-single .news-text-wrap i {
      font-size: 16px;
      line-height: 26px; }
    .news.news-single .news-text-wrap p span.leftimg {
      float: left;
      margin: 15px 15px 15px 0; }
      @media screen and (max-width: 650px) {
        .news.news-single .news-text-wrap p span.leftimg {
          margin: 15px 0; } }
    .news.news-single .news-text-wrap p span.rightimg {
      float: right;
      margin: 15px 0 15px 15px; }
      @media screen and (max-width: 650px) {
        .news.news-single .news-text-wrap p span.rightimg {
          margin: 15px 0; } }
    @media screen and (max-width: 470px) {
      .news.news-single .news-text-wrap p a {
        word-break: break-all; } }
    @media screen and (max-width: 650px) {
      .news.news-single .news-text-wrap {
        width: 92%; } }
  .news.news-single .news-related-wrap {
    width: 96%;
    margin-top: 20px auto 0 auto; }
  .news.news-single .news-backlink-wrap {
    width: 96%;
    margin: 60px auto 0 auto; }
    .news.news-single .news-backlink-wrap a {
      display: inline-block;
      color: #ffffff;
      padding: 20px;
      text-decoration: none;
      border: 0;
      font-size: 18px;
      font-weight: 700;
      line-height: 100%;
      background: #A00027;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      .news.news-single .news-backlink-wrap a:hover {
        background-color: #53565B;
        color: #ffffff; }
    @media screen and (max-width: 650px) {
      .news.news-single .news-backlink-wrap {
        width: 92%; } }
  .news.news-single .socialnav--mc {
    width: 96%;
    margin: 40px auto 0 auto; }
    .news.news-single .socialnav--mc li {
      padding: 0; }
      .news.news-single .socialnav--mc li::before {
        display: none; }
    @media screen and (max-width: 650px) {
      .news.news-single .socialnav--mc {
        width: 92%; } }
/*Powermail*/
.tx-powermail {
  max-width: 950px;
  margin: 0 auto; }
  .tx-powermail .powermail_form h3 {
    display: none; }
  .tx-powermail .powermail_form .powermail_fieldset {
    margin-top: 10px; }
    .tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
      display: none; }
    .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
      padding: 3px 0;
      position: relative;
      margin: 10px 0; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error {
        border: 2px solid #A00027; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error {
        border: 2px solid #A00027; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
        cursor: pointer; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
        display: inline-block;
        margin-right: 2%; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit {
        margin: 50px 0 0 0; }
        .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
          text-align: center; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung {
        margin-top: 20px; }
        .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_label {
          font-family: "Noto Serif", Verdana, Arial, sans-serif;
          font-size: 20px; }
        .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field {
          font-size: 14px;
          line-height: 140%;
          opacity: 0.8; }
          .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
            color: #ffffff;
            font-weight: 700;
            text-decoration: underline; }
          .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox {
            padding: 10px;
            width: 100%; }
            .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error {
              background: #A00027;
              color: #fff; }
              .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error a {
                color: #fff; }
      .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
        color: #ffffff;
        font-family: "Noto Serif", Verdana, Arial, sans-serif;
        font-size: 17px; }
    .tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list {
      display: none; }
  .tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
  .tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
    display: none; }
  .tx-powermail .greyboxpowermail {
    background: #f8f8f8;
    padding: 2%; }
  .tx-powermail .width33powermail,
  .tx-powermail .width50powermail {
    width: 32%;
    float: left; }
  .tx-powermail .width50powermail {
    width: 49%; }
  .tx-powermail .width33powermail + .width33powermail,
  .tx-powermail .width50powermail + .width50powermail {
    margin-left: 2% !important; }
  .tx-powermail .width33powermail + :not(.width33powermail),
  .tx-powermail .width50powermail + :not(.width50powermail) {
    clear: both; }
  .tx-powermail .powermail_create table td {
    padding: 5px 10px; }

.powermail_fieldwrap_name .powermail_label,
.powermail_fieldwrap_ihrenachricht .powermail_label,
.powermail_fieldwrap_e_mail .powermail_label {
  display: none; }

.frame-mcbox .tx-powermail table tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2); }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.5; }
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  justify-content: center;
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 !important;
    cursor: pointer; }
    .slick-dots li button {
      border-radius: 50%;
      border: 0;
      background: #767676;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer;
      padding: 0;
      opacity: 0.5; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover {
        background: #A00027;
        opacity: 1; }
    .slick-dots li.slick-active button {
      opacity: 1;
      background: #A00027;
      height: 12px;
      width: 30px;
      border-radius: 20px; }
    .slick-dots li::before {
      content: none !important; }

.tx-felogin-pi1 h3 {
  margin-bottom: 20px; }

.tx-felogin-pi1 form {
  margin-top: 50px; }
  .tx-felogin-pi1 form legend {
    display: none; }
  .tx-felogin-pi1 form div + div {
    margin-top: 10px; }
  .tx-felogin-pi1 form #pass {
    margin: 10px 0 15px; }
  .tx-felogin-pi1 form label {
    display: block; }
  .tx-felogin-pi1 form input[type="submit"] {
    cursor: pointer;
    border: none; }
  .tx-felogin-pi1 form fieldset div:not(:last-child) input {
    margin-top: 10px; }

.tx-felogin-pi1 a:last-child {
  margin-top: 10px; }

.tx-femanager form fieldset legend {
  font-weight: 700;
  font-family: "Noto Serif", Verdana, Arial, sans-serif;
  line-height: 120%;
  color: #53565B;
  margin-bottom: 50px;
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .tx-femanager form fieldset legend {
      font-size: 28px; } }
  @media screen and (max-width: 550px) {
    .tx-femanager form fieldset legend {
      font-size: 26px; } }
  @media screen and (max-width: 470px) {
    .tx-femanager form fieldset legend {
      font-size: 22px; } }
  @media screen and (max-width: 400px) {
    .tx-femanager form fieldset legend {
      font-size: 18px; } }
.tx-femanager form div + div {
  margin-top: 20px; }

.tx-femanager form .femanager_fieldset input {
  margin-top: 10px; }

.tx-femanager form input[type="submit"] {
  cursor: pointer;
  border: none; }

.searchtrigger {
  display: flex;
  align-items: center;
  margin-left: 25px;
  cursor: pointer;
  font-size: 0; }
  .searchtrigger::after {
    content: '';
    background-image: url("../Images/search.svg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block; }
  @media screen and (max-width: 875px) {
    .searchtrigger {
      justify-content: center;
      margin-top: 20px; } }
/*suche*/
.head2 .tx-indexedsearch-searchbox {
  display: none;
  background: #f8f8f8; }
  .head2 .tx-indexedsearch-searchbox #tx_indexedsearch {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center; }
    .head2 .tx-indexedsearch-searchbox #tx_indexedsearch legend {
      text-align: center;
      color: #A00027;
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 20px; }
    .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .input-group {
      display: flex;
      flex-direction: row-reverse;
      align-items: center; }
      .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .input-group .btn {
        margin-top: 0;
        padding: 15px 20px; }
        .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .input-group .btn span {
          line-height: 100%; }
      .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .input-group .searchbox-sword {
        width: 100%;
        min-width: 400px;
        margin-right: 20px;
        padding: 15px 20px; }
        @media screen and (max-width: 550px) {
          .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .input-group .searchbox-sword {
            margin: 0 0 20px 0;
            min-width: 350px; } }
        @media screen and (max-width: 470px) {
          .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .input-group .searchbox-sword {
            margin: 0 0 20px 0;
            min-width: 250px; } }
      @media screen and (max-width: 550px) {
        .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .input-group {
          flex-direction: column-reverse; } }
    .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form label {
      display: none; }
    .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button {
      margin-top: 20px; }
      .head2 .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button:hover {
        background: #53565B; }

.tx-indexedsearch-searchbox {
  display: block; }
  .tx-indexedsearch-searchbox #tx_indexedsearch {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    .tx-indexedsearch-searchbox #tx_indexedsearch legend {
      text-align: center;
      color: #A00027;
      font-size: 30px;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 40px; }
    .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form label {
      display: none; }
    .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form input {
      width: 60vw;
      background: #f8f8f8; }
    .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit {
      display: flex;
      justify-content: center; }
      .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button {
        margin-top: 20px; }
        .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button:hover {
          background: #53565B; }

.tx-indexedsearch-res {
  background: #f8f8f8;
  padding: 20px 3%;
  margin-top: 20px; }
  .tx-indexedsearch-res h3 .tx-indexedsearch-title span, .tx-indexedsearch-res h3 .tx-indexedsearch-title a {
    display: block;
    text-decoration: none; }
  .tx-indexedsearch-res h3 .tx-indexedsearch-icon img {
    display: none; }
  .tx-indexedsearch-res .tx-indexedsearch-description {
    margin: 0 0 20px 0; }
    .tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
      color: #A00027; }
  .tx-indexedsearch-res dl {
    display: flex; }
    .tx-indexedsearch-res dl dt {
      margin-right: 5px; }
      @media screen and (max-width: 650px) {
        .tx-indexedsearch-res dl dt:not(:last-child) {
          margin-right: 0;
          margin-bottom: 5px; } }
    .tx-indexedsearch-res dl dd {
      margin-right: 15px;
      color: #A00027; }
      .tx-indexedsearch-res dl dd p {
        margin: 0; }
      @media screen and (max-width: 650px) {
        .tx-indexedsearch-res dl dd:not(:last-child) {
          margin-right: 0;
          margin-bottom: 15px; } }
    @media screen and (max-width: 650px) {
      .tx-indexedsearch-res dl {
        flex-direction: column; } }
.tx-indexedsearch-browsebox {
  margin: 10px 0; }

/* Cookiebot */
#CybotCookiebotDialog {
  padding: 10px !important;
  box-shadow: 0 40px 50px rgba(0, 0, 0, 0.1) !important; }

#CybotCookiebotDialogBody {
  align-items: center !important;
  flex-direction: column !important;
  padding-right: 0 !important;
  max-width: 1200px !important; }

#CybotCookiebotDialogPoweredbyLink {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: auto !important; }

#CybotCookiebotDialogBodyContent {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 20px 0 0 !important; }

#CybotCookiebotDialogBodyContentText {
  padding: 0 20px;
  text-align: center !important; }

#CybotCookiebotDialog a,
#CybotCookiebotDialog div,
#CybotCookiebotDialogBodyContentControls,
#CybotCookiebotDialogBodyContentTitle {
  font-family: 'Muli', Verdana, Arial, sans-serif !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1px; }

#CybotCookiebotDialogBodyContentTitle {
  text-align: center !important; }

/*Button*/
#CybotCookiebotDialogBodyLevelWrapper {
  display: flex !important;
  flex-direction: column !important; }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  order: 2 !important;
  display: flex !important;
  flex-direction: column !important; }

.CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogBodyLevelButtons {
  margin-left: 0 !important; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  padding: 10px 20px !important;
  width: 50% !important;
  margin: 0 auto !important;
  display: inline-block !important;
  border: 1px solid #A00027 !important;
  height: auto !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background: #f8f8f8 !important;
  transition: all .3s ease-in-out !important; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  /* darken main color */
  background: #A00027 !important;
  border: 1px solid #A00027 !important;
  transition: all .3s ease-in-out !important; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background: none !important;
  color: #767676 !important;
  border: 0px !important;
  font-weight: 400 !important;
  font-size: 12px !important; }

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
  font-weight: 700 !important; }

#CybotCookiebotDialogBodyLevelButtonsRow {
  display: block !important; }

#CybotCookiebotDialogBodyLevelButtonsTable {
  width: auto !important; }

#CybotCookiebotDialogBodyLevelButtonsSelectPane,
#CybotCookiebotDialogBodyLevelDetailsWrapper {
  border: 0px !important;
  padding: 6px 3px 3px 9px !important;
  background-color: transparent !important; }

a#CybotCookiebotDialogBodyLevelDetailsButton:hover {
  color: #A00027 !important; }

#CybotCookiebotDialogDetailBody {
  margin: 20px 0; }

#CybotCookiebotDialogBodyLevelButtonPreferences {
  display: unset !important; }

label[for=CybotCookiebotDialogBodyLevelButtonPreferences] {
  display: unset !important; }

#CybotCookiebotDialogDetailBodyContentCookieContainerPreference {
  display: unset !important; }

@media (max-width: 768px) {
  #CybotCookiebotDialog {
    width: 100vw !important; } }

#CybotCookiebotDialogPoweredbyLink {
  background: #A00027 url("../Images/logo.png") no-repeat center center/100% auto !important;
  width: 300px !important;
  height: 62px !important;
  margin-bottom: 20px;
  margin-left: 0 !important; }
  #CybotCookiebotDialogPoweredbyLink #CybotCookiebotDialogPoweredbyImage {
    display: none; }

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #A00027 !important; }

#CybotCookiebotDialogDetailFooter a {
  color: #A00027 !important; }

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #A00027 !important; }

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
#CybotCookiebotDialogBodyButtonDecline .CybotCookiebotDialogBodyButton {
  background-color: #f8f8f8 !important;
  border-color: #A00027 !important;
  color: #333 !important;
  background: none; }
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover,
  #CybotCookiebotDialogBodyButtonDecline .CybotCookiebotDialogBodyButton:hover {
    background-color: #A00027 !important; }

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #f8f8f8 !important;
  border-color: #A00027 !important;
  color: #333333 !important; }
  #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
    background-color: #A00027 !important; }

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  background-color: #f8f8f8 !important;
  border: 2px solid #A00027 !important;
  color: #333333 !important; }
  #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
    background-color: #A00027 !important; }

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #f8f8f8 !important;
  color: #333 !important; }

#CybotCookiebotDialog label,
#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified,
#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  color: #333 !important; }

#CybotCookiebotDialog label,
#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified,
#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  color: #333 !important; }

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  color: #A00027 !important; }

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover {
  color: unset !important; }

#CybotCookiebotDialog button:before {
  border-color: #A00027 !important; }

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw,
#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #A00027 !important;
  border-color: #A00027 !important;
  color: #f8f8f8 !important;
  transition-delay: .3s; }
  #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw:hover,
  #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover {
    background-color: #A00027 !important; }

#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #A00027 !important; }

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #A00027 !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  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;
  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-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: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  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;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.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%;
  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;
  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;
  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; }

@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;
    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: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

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

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

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

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

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

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

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