@charset "UTF-8";
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/montserrat-v12-latin-regular.woff2") format("woff2"), url("../Fonts/montserrat-v12-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/montserrat-v12-latin-700.woff2") format("woff2"), url("../Fonts/montserrat-v12-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("../Fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../Fonts/open-sans-v15-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("../Fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../Fonts/open-sans-v15-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../Fonts/open-sans-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0; }

img {
  border-style: none; }

img, object, embed, video {
  height: auto;
  max-width: 100%; }

@media \0screen {
  img, object, embed, video {
    width: auto;
    /* for ie 8 */ } }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  @media (max-width: 979px) {
    .video {
      margin-bottom: 20px; } }

video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block; }

.invisible {
  display: none !important; }

.no-margin {
  margin: 0 !important; }

.right-float {
  float: right; }

.vertical-align-sub {
  vertical-align: sub; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-middle {
  vertical-align: middle; }

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); }

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

.mfp-counter {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  width: 90px;
  height: 110px;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  position: absolute;
  right: 10%;
  top: 20px;
  text-decoration: none;
  text-align: center;
  background: url(../Svgs/cross.svg) no-repeat center center;
  background-size: 50px auto;
  padding: 0 0 18px 10px;
  text-indent: 1000px;
  color: #fff; }
  @media screen and (max-width: 460px) {
    .mfp-close {
      right: 0;
      top: 0; } }

.mfp-arrow {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow-left {
  left: 10%;
  background: url(../Svgs/angle_left.svg) no-repeat center center;
  background-size: 55px auto; }

.mfp-arrow-right {
  right: 10%;
  background: url(../Svgs/angle_right.svg) no-repeat center center;
  background-size: 55px auto; }

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

.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: 80px 0 120px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  /*position: relative;*/
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 80px;
    bottom: 120px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /*box-shadow: $mfp-shadow;*/
    /*background: $mfp-image-background;*/ }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  height: 120px;
  padding: 10px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  cursor: auto; }

.mfp-title {
  text-align: center;
  line-height: 18px;
  max-width: 400px;
  margin: 0 auto;
  color: #000;
  word-wrap: break-word; }

.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 {
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

html {
  position: relative;
  min-height: 100%; }

body {
  margin: 0 0 200px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000000;
  background: #FFFFFF; }

a {
  color: #000000; }

p {
  margin: 0 0 1em 0;
  line-height: 1.4; }
  p:last-child {
    margin-bottom: 0; }

h1 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase; }

h2 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  text-transform: uppercase; }

h3 {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  text-transform: uppercase; }

@media screen and (max-width: 460px) {
  h1,
  h2,
  h3 {
    font-size: 15px;
    font-size: 0.9375rem; } }

.page {
  position: relative;
  *zoom: 1; }
  .page:before, .page:after {
    display: table;
    content: "";
    line-height: 0; }
  .page:after {
    clear: both; }

main .ce-space-before-medium {
  margin-top: 40px; }

main .ce-space-after-medium {
  margin-bottom: 40px; }

main .bodytext a,
main .news-list-view .bodytext a {
  text-decoration: underline; }

.page > header {
  overflow: hidden;
  padding: 35px 40px;
  margin: auto; }
  .page > header .header-title {
    position: relative;
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase; }
    .page > header .header-title a {
      text-decoration: none; }
    .page > header .header-title .header-title-small {
      font-weight: 400;
      font-size: 16px;
      font-size: 1rem;
      text-transform: none; }
  .page > header .logo {
    position: relative;
    float: right;
    width: 78px;
    z-index: 99; }
  .page > header .burger-icon {
    position: relative;
    float: right;
    width: 30px;
    margin: 10px 0 0 0;
    cursor: pointer;
    display: none;
    z-index: 99; }
    .page > header .burger-icon div {
      background: #000000;
      height: 2px;
      margin: 5px 0; }
  @media screen and (max-width: 720px) {
    .page > header {
      display: flex;
      justify-content: space-between; }
      .page > header .burger-icon {
        display: block;
        order: 3; }
      .page > header .header-title {
        padding-top: 18px;
        order: 2; }
      .page > header .logo {
        order: 1;
        margin-top: 10px; } }
  @media screen and (max-width: 550px) {
    .page > header {
      padding: 35px 20px; }
      .page > header .logo {
        width: 50px;
        position: relative;
        z-index: 8; }
      .page > header .header-title {
        font-size: 14px;
        font-size: 0.875rem; }
        .page > header .header-title .header-title-small {
          font-size: 12px;
          font-size: 0.75rem; } }

.nav-main {
  position: relative;
  max-width: 1020px;
  margin: auto;
  height: 100px; }
  .nav-main ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center; }
    .nav-main ul li {
      display: inline-block;
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      line-height: 25px;
      margin-right: 20px;
      text-align: center;
      text-transform: uppercase; }
      @media screen and (max-width: 550px) {
        .nav-main ul li {
          margin-right: 60px; } }
      .nav-main ul li a {
        color: #000000;
        text-decoration: none; }
        .nav-main ul li a.active {
          border-bottom: 1px solid #000000;
          font-weight: 700; }
  @media screen and (min-width: 720px) {
    .nav-main > ul > li:last-child {
      border-left: 1px solid #000;
      padding-left: 20px; }
    .nav-main .nav-main ul li ul li:first-child {
      padding-left: 16px; } }
  .nav-main > ul {
    height: 80px;
    padding-top: 10px; }
  .nav-main ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    display: none; }
    .nav-main ul li ul li {
      font-size: 14px;
      line-height: 22px;
      padding-right: 16px;
      margin: 0; }
  .nav-main ul li.open ul {
    display: block; }
  @media screen and (max-width: 720px) {
    .nav-main {
      display: none;
      position: absolute;
      z-index: 9;
      width: 100%;
      height: auto;
      background: #FFFFFF;
      padding-bottom: 10px; }
      .nav-main ul {
        height: auto; }
        .nav-main ul li {
          display: block;
          float: none;
          width: auto;
          text-align: center;
          padding: 5px 0; }
          .nav-main ul li ul {
            position: relative;
            left: auto;
            top: auto;
            padding-top: 10px; }
            .nav-main ul li ul li {
              padding: 5px 0; } }
  @media screen and (min-width: 720px) {
    .nav-main {
      display: block !important; } }

.nav-language {
  position: absolute;
  top: 11px;
  right: 18px; }
  .nav-language ul {
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    .nav-language ul li {
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 400;
      display: inline-block;
      padding-left: 5px; }
      .nav-language ul li a {
        color: #000000;
        text-decoration: none; }
  @media screen and (max-width: 720px) {
    .nav-language {
      top: 38px;
      right: 22px; }
      .nav-language ul li {
        display: block; } }

main {
  max-width: 660px;
  margin: 0 auto 0 auto;
  padding: 0 0 50px 0;
  *zoom: 1; }
  main:before, main:after {
    display: table;
    content: "";
    line-height: 0; }
  main:after {
    clear: both; }
  @media screen and (max-width: 720px) {
    main {
      margin-top: 0;
      padding: 20px; } }

/* Breites Layout */
.page-layout-1 main {
  max-width: inherit;
  padding-left: 15%;
  padding-right: 10%; }

@media screen and (max-width: 1050px) {
  .page-layout-1 main {
    padding-left: 10%;
    padding-right: 7%; } }

@media screen and (max-width: 840px) {
  .page-layout-1 main {
    padding-left: 5%;
    padding-right: 5%; } }

@media screen and (max-width: 720px) {
  .page-layout-1 main {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 1050px) {
  .page-id-8 main,
  .page-id-1 main {
    margin-top: 0; } }

body > footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
  width: 100%;
  text-align: center;
  z-index: 99999; }
  body > footer .footer-inner {
    position: relative; }
    body > footer .footer-inner .supporter-bar {
      position: absolute;
      left: 40px;
      bottom: 0; }
    body > footer .footer-inner ul {
      margin: 0;
      padding: 10px 0; }
      body > footer .footer-inner ul li {
        display: inline-block;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
        padding-left: 15px; }
        body > footer .footer-inner ul li:first-child {
          padding-left: 0; }
        body > footer .footer-inner ul li a {
          color: #000000;
          text-decoration: none;
          text-transform: uppercase; }

@media screen and (min-width: 720px) {
  body > footer {
    position: fixed;
    background: #fff;
    height: 100px;
    padding: 20px 0 0 0; } }

@media screen and (max-width: 1050px) {
  body > footer .footer-inner .supporter-bar {
    bottom: -90px;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0 0 20px 20px; } }

@media screen and (max-width: 460px) {
  body > footer .footer-inner ul li {
    display: block;
    padding: 0 0 5px 0; } }

/* Formular */
form fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.powermail_fieldwrap {
  padding: 0 0 10px 0; }

.powermail_fieldwrap label {
  text-align: right;
  padding: 5px 0 0 0; }

.powermail_fieldwrap input[type="text"],
.powermail_fieldwrap input[type="email"],
.powermail_fieldwrap input[type="tel"],
.powermail_fieldwrap select {
  width: 100%;
  border: 1px solid #d3d3d3;
  padding: 3px;
  height: 26px;
  box-sizing: border-box; }

.powermail_fieldwrap select {
  border-radius: 0;
  padding: 0;
  height: 26px; }

.powermail_fieldwrap input[type="submit"] {
  text-align: center;
  border: none;
  border-radius: 0;
  background: #d3d3d3;
  padding: 5px 20px; }

.powermail_fieldwrap ul.parsley-errors-list {
  padding: 0;
  margin: 0; }

.powermail_fieldwrap ul.parsley-errors-list li {
  padding: 0;
  list-style: none;
  font-size: 0.8em; }

/* Login */
.tx-felogin-pi1 > div {
  float: right;
  padding-left: 20px;
  width: 425px;
  padding-bottom: 20px; }

.tx-felogin-pi1 legend {
  display: none; }

.tx-felogin-pi1 form {
  clear: both; }

.tx-felogin-pi1 form fieldset > div {
  clear: both;
  width: 100%; }

.tx-felogin-pi1 label {
  text-align: right;
  padding: 5px 0 0 0;
  clear: left;
  float: left;
  width: 235px; }

.tx-felogin-pi1 input[type="text"],
.tx-felogin-pi1 input[type="password"] {
  width: 100%;
  border: 1px solid #d3d3d3;
  padding: 3px;
  height: 26px;
  box-sizing: border-box;
  float: right;
  margin: 0 0 10px 20px;
  width: 400px; }

.tx-felogin-pi1 input[type="submit"] {
  text-align: center;
  border: none;
  border-radius: 0;
  background: #d3d3d3;
  padding: 5px 20px;
  margin-left: 260px; }

@media screen and (max-width: 720px) {
  .tx-felogin-pi1 > div {
    float: none;
    padding-left: 0;
    width: auto; }
  .tx-felogin-pi1 label,
  .ce-text-with-images label.ce-text-with-images-wrap {
    width: 30% !important;
    padding-left: 3%;
    float: left; }
  .tx-felogin-pi1 input,
  .tx-felogin-pi1 select,
  .ce-text-with-images .bodytext.powermail_field {
    width: 67% !important;
    margin-left: 0 !important;
    float: right; }
  input[type="submit"] {
    float: right !important; } }

@media screen and (max-width: 460px) {
  .tx-felogin-pi1 label,
  .ce-text-with-images label.ce-text-with-images-wrap {
    width: 100% !important;
    padding-left: 0;
    float: none;
    padding-bottom: 5px;
    margin: 0;
    text-align: left !important; }
  .tx-felogin-pi1 input,
  .tx-felogin-pi1 select,
  .ce-text-with-images .bodytext.powermail_field {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
    margin-bottom: 10px; }
  input[type="submit"] {
    float: none !important;
    width: 100% !important; } }

/**/
.powermail_create p {
  width: 425px !important;
  padding-left: 20px;
  float: right; }

.powermail_create table {
  width: 100%; }

.powermail_create table td.powermail_all_label {
  text-align: right; }

.powermail_create table td.powermail_all_value {
  width: 425px !important;
  padding-left: 20px; }

@media screen and (max-width: 460px) {
  .powermail_create table td {
    diplay: block;
    width: 100% !important; }
  .powermail_create table td.powermail_all_label {
    text-align: left; }
  .powermail_create table td.powermail_all_value {
    padding: 0 0 5px 0; } }

.tx-powermail h3,
.tx-powermail legend {
  display: none; }

.mfp-content .powermail_fieldwrap_type_text {
  font-size: 12px;
  font-size: 0.75rem; }

/* Slick Slider CSS */
/*** Slick Slider ***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-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; }

.news .slick-slider {
  width: 75%;
  margin: 80px auto 0; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

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

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -25px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 1; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1; }

.slick-prev {
  background: url("../Svgs/angle_left.svg") no-repeat center center;
  background-size: 100%; }

.slick-next {
  background: url("../Svgs/angle_right.svg") no-repeat center center;
  background-size: 100%; }

.slick-prev {
  left: -80px; }

.slick-next {
  right: -80px; }

.news .slick-prev, .news .slick-next {
  height: 20px;
  width: 20px;
  top: 20px;
  margin-top: 0; }

.news .slick-prev {
  left: 10px; }

.news .slick-next {
  right: 10px; }

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

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 38px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

.slick-slider .csc-textpic-imagecolumn {
  float: none !important; }
  .slick-slider .csc-textpic-imagecolumn figure.csc-textpic-imagewrap {
    display: block !important; }

@media screen and (max-width: 840px) {
  .slick-prev {
    left: 0; }
  .slick-next {
    right: 0; } }

@media screen and (max-width: 460px) {
  .slick-slider {
    padding-top: 50px; }
  .slick-prev,
  .slick-next {
    top: 0;
    margin-top: 0;
    height: 50px; }
  .slick-prev {
    background-position: left center; }
  .slick-next {
    background-position: right center; } }

.ce-text-with-images {
  overflow: hidden; }
  .ce-text-with-images .ce-text-with-images-wrap {
    float: left;
    clear: left;
    width: 235px; }
  .ce-text-with-images .bodytext {
    float: right;
    padding-left: 20px;
    width: 425px; }
  .ce-text-with-images .header-content {
    display: inline-block;
    position: relative;
    background-color: #d3d3d3;
    float: right;
    width: 405px;
    margin: 55px 0 20px 20px;
    overflow: hidden;
    padding: 20px; }
    .ce-text-with-images .header-content .header-topic {
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      text-transform: uppercase; }
    .ce-text-with-images .header-content h1 {
      margin: 0; }
    .ce-text-with-images .header-content h2 {
      margin: 0; }
    .ce-text-with-images .header-content h3 {
      margin: 0; }
  .ce-text-with-images figure {
    /*
	span {
		display:block;
		line-height:0;
		padding:0 0 10px 0;
	

		img {
		  display: block;
		  float:right;
		}
	}*/ }
    .ce-text-with-images figure a,
    .ce-text-with-images figure a:link,
    .ce-text-with-images figure a:visited,
    .ce-text-with-images figure a:active,
    .ce-text-with-images figure a:hover,
    .ce-text-with-images figure img {
      display: block;
      margin-bottom: 10px; }
  .ce-text-with-images figcaption {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 15px;
    text-align: right;
    padding: 0 0 20px 0;
    text-transform: uppercase; }
  @media screen and (max-width: 720px) {
    .ce-text-with-images .header-content {
      display: block;
      width: auto;
      float: none;
      margin: 0 0 15px 0; }
    .ce-text-with-images .ce-text-with-images-wrap {
      display: block;
      width: auto;
      float: none;
      padding: 0;
      margin-bottom: 15px; }
    .ce-text-with-images .bodytext {
      display: block;
      width: auto;
      float: none;
      padding: 0; }
    .ce-text-with-images figcaption {
      text-align: left; } }

.content-deco {
  float: left;
  margin: 0;
  padding: 0 0 20px 126px;
  width: 235px; }
  .content-deco .content-deco-box {
    background-color: #d3d3d3;
    height: 80px;
    width: 108px; }
  @media screen and (max-width: 720px) {
    .content-deco {
      display: none; } }

@media screen and (max-width: 720px) {
  section {
    padding-bottom: 40px; }
  .ce-text-with-images figure a img,
  .ce-text-with-images figure a:link img,
  .ce-text-with-images figure a:visited img,
  .ce-text-with-images figure a:active img,
  .ce-text-with-images figure a:hover img,
  .ce-text-with-images figure span img {
    float: none; } }

section .content-deco .content-deco-box {
  background: none; }

section:first-child .content-deco .content-deco-box,
section.header-layout-type-4 .content-deco .content-deco-box {
  background: #d3d3d3; }

section.header-layout-type-4 {
  padding-top: 40px; }

.header-layout-type-3 .content-deco-box {
  background-color: transparent; }

/* Aussnahmen fuer Kuenstler */
.kuenstler > .content-deco {
  display: none; }

.kuenstler > .ce-text-with-images-wrap figure:first-child {
  float: left;
  margin: 0;
  padding: 0 0 10px 126px;
  width: 235px; }

/* nicht aber fuer weitere Zustiftungen */
#page-56 .kuenstler > .content-deco {
  display: block; }

#page-56 .kuenstler > .ce-text-with-images-wrap figure:first-child {
  float: none;
  padding: 0;
  width: auto; }

@media screen and (max-width: 720px) {
  .kuenstler > .ce-text-with-images-wrap figure:first-child {
    float: none;
    margin: 0;
    padding: 0 0 0 0;
    width: auto; } }

/* Galerie Ansicht mit Slider */
/*
.gallery-slider,
.gallery-slider .slick-list 					{position:relative;height:700px;}

.gallery-slider button 							{position:absolute;bottom:0;top:auto;background-size:auto 100%;width:20px;height:20px;}
.gallery-slider button.slick-prev				{left:0;}
.gallery-slider button.slick-next				{right:0;}

.gallery-slider ul.slick-dots 					{margin:0;left:10%;width:80%;}
.gallery-slider ul.slick-dots li 				{display:none;margin:0;}
.gallery-slider ul.slick-dots li.slick-active,
.gallery-slider ul.slick-dots li.counter		{display:inline-block;}

@media screen and (min-width: $size-L) {
	.gallery-slider .slick-slide 					{height:340px;width:225px !important;margin-left:10px;}
	.gallery-slider .slick-slide:nth-child(odd) 	{}
	.gallery-slider .slick-slide:nth-child(even) 	{position:relative;top:340px;margin-left:-225px;}
}
@media screen and (max-width: $size-L) {
	.gallery-slider,
	.slick-list 									{height:auto;}
	.ce-text-with-images .gallery-slider.ce-text-with-images-wrap {padding-bottom:35px;}

	.gallery-slider .slick-slide 					{}
	.gallery-slider .slick-slide:nth-child(even) 	{}
	.gallery-slider .slick-slide:nth-child(odd) a 	{padding-right:10px;}
	.gallery-slider .slick-slide:nth-child(even) a 	{padding-left:10px;}
}
@media screen and (max-width: $size-S) {
	.gallery-slider .slick-slide:nth-child(odd) a,
	.gallery-slider .slick-slide:nth-child(even) a 	{padding:0 0 10px 0;}
}
*/
/* Galerie Ansicht NEU */
.gallery .content-deco {
  width: auto;
  padding-left: 0; }

.gallery.ce-text-with-images .header-content {
  float: left; }

.gallery.ce-text-with-images .bodytext {
  float: none;
  clear: both;
  width: 533px;
  padding: 0 0 20px 126px; }

.gallery.ce-text-with-images .ce-text-with-images-wrap {
  padding: 0 0 40px 126px;
  width: 100%;
  margin-right: -20px;
  display: flex;
  flex-flow: row wrap; }

.gallery.ce-text-with-images .ce-text-with-images-wrap figure {
  float: left;
  width: 25%;
  position: relative; }

.gallery.ce-text-with-images .ce-text-with-images-wrap figure .placeholder {
  padding-top: 95.5%; }

.gallery.ce-text-with-images .ce-text-with-images-wrap figure .background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px 0; }

.gallery.ce-text-with-images .ce-text-with-images-wrap figure .background div {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed; }

.gallery.ce-text-with-images .ce-text-with-images-wrap figure .background div a {
  background: #D3D3D3;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: table-cell;
  vertical-align: middle; }

.gallery.ce-text-with-images .ce-text-with-images-wrap figure .background div a img {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  margin: 0 auto;
  float: none; }

.gallery.ce-text-with-images .ce-text-with-images-wrap figure.links a {
  background: #D3D3D3;
  display: inline-block;
  width: auto;
  position: relative;
  line-height: inherit;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 0 10px 0; }

@media screen and (max-width: 1500px) {
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure .background div a img {
    max-height: 150px; } }

@media screen and (max-width: 1050px) {
  .gallery.ce-text-with-images .bodytext {
    width: 100%; }
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure {
    width: calc(100% / 3); } }

@media screen and (max-width: 840px) {
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure {
    width: 50%; }
  .gallery.ce-text-with-images .ce-text-with-images-wrap {
    padding: 0 0 40px 0; }
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure .background div a img {
    max-height: 220px; } }

@media screen and (max-width: 720px) {
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure {
    width: 50%; }
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure .background div a img {
    max-height: 220px; } }

@media screen and (max-width: 650px) {
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure {
    width: 100%; }
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure .placeholder {
    padding-top: 0; }
  .gallery.ce-text-with-images .ce-text-with-images-wrap figure .background {
    position: relative;
    height: auto;
    padding-right: 0; } }

.gallery-download-links {
  padding: 0 0 0 126px; }
  .gallery-download-links a {
    display: block;
    background: #D3D3D3;
    padding: 10px;
    margin-bottom: 20px;
    max-width: 305px;
    text-decoration: none; }

.ce-image-grid {
  overflow: hidden;
  margin-top: 20px;
  margin-left: 235px;
  padding-left: 20px; }
  .ce-image-grid .ce-image-grid-wrap {
    overflow: hidden;
    margin-left: -19px; }
    .ce-image-grid .ce-image-grid-wrap figure {
      float: left;
      width: 50%;
      margin-bottom: 20px;
      padding-left: 19px; }
      .ce-image-grid .ce-image-grid-wrap figure img {
        display: block; }
  @media screen and (max-width: 720px) {
    .ce-image-grid {
      margin-left: 0;
      padding-left: 0; } }
  @media screen and (max-width: 460px) {
    .ce-image-grid .ce-image-grid-wrap {
      margin-left: 0; }
      .ce-image-grid .ce-image-grid-wrap figure {
        float: none;
        width: auto;
        padding-left: 0; } }

.ce-video {
  clear: both;
  padding-top: 20px; }

.video-area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .video-area iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }
  .video-area .external-video-consent {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 30px;
    display: none;
    font-size: 14px;
    font-size: 0.875rem; }
    @media only screen and (max-width: 550px) {
      .video-area .external-video-consent {
        font-size: 12px;
        font-size: 0.75rem; } }
    .video-area .external-video-consent.show {
      display: block; }
    .video-area .external-video-consent a {
      color: #000000; }
    .video-area .external-video-consent .btn-group {
      margin-top: 10px;
      display: flex;
      gap: 10px; }
    .video-area .external-video-consent button {
      border: none;
      background: rgba(119, 119, 119, 0.7);
      color: #FFFFFF;
      border-radius: 3px;
      padding: 6px 15px; }
      .video-area .external-video-consent button:hover {
        background: #777777; }

.video-keep-data-privacy {
  display: block;
  position: relative; }
  .video-keep-data-privacy img {
    display: block;
    max-width: none;
    width: 100%; }
  .video-keep-data-privacy::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../Images/youtube-play-button.svg") no-repeat center center;
    background-size: 80px;
    opacity: .8; }
  .video-keep-data-privacy:hover::after {
    opacity: 1; }

.save-youtube-consent-confirm {
  padding-top: 6px; }
  .save-youtube-consent-confirm label {
    padding-left: 6px; }

.ce-image-images.grid-2 {
  display: flex;
  margin: -10px;
  overflow: hidden; }
  .ce-image-images.grid-2 figure {
    width: 50%;
    padding: 10px; }

.ce-image-images.grid-3 {
  display: flex;
  margin: -5px;
  overflow: hidden; }
  .ce-image-images.grid-3 figure {
    width: calc(100% / 3);
    padding: 5px; }

.news-list-view a {
  text-decoration: none; }

.news-list-view .news-list-item-content {
  overflow: hidden;
  margin-bottom: 30px;
  background: #d3d3d3;
  min-height: 140px; }
  .news-list-view .news-list-item-content h2 {
    margin: 0; }
  .news-list-view .news-list-item-content h3 {
    margin: 0; }

.news-list-view .date-trenner {
  margin: 0;
  padding: 10px; }

.news-list-view .news-list-text {
  float: left;
  padding: 20px;
  box-sizing: border-box;
  width: 82%; }

.news-list-view .news-list-info {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  margin-bottom: 10px; }

.news-list-view .article-type-slider .news-list-item-content {
  height: 210px;
  padding-left: 20px;
  padding-right: 20px; }

.news-list-view .article-type-slider .news-list-date {
  width: 25%; }

.news-list-view .article-type-slider .news-list-text {
  width: 75%; }

@media screen and (max-width: 650px) {
  .news-list-view .article-type-slider .news-list-date {
    width: 30%; }
  .news-list-view .article-type-slider .news-list-text {
    width: 60%; } }

@media screen and (max-width: 550px) {
  .news-list-view .article-type-slider .news-list-date {
    width: 100%; }
  .news-list-view .article-type-slider .news-list-date > div {
    width: 30%;
    float: left; }
  .news-list-view .article-type-slider .news-list-date > p {
    width: 50px;
    text-align: center;
    float: left; }
  .news-list-view .article-type-slider .news-list-text {
    width: 100%; }
  .news-list-view .article-type-slider .news-list-item-content {
    height: 260px; } }

@media screen and (max-width: 460px) {
  .news .slick-slider {
    width: 100%; }
  .news-list-view .article-type-slider .news-list-date > div {
    width: 34%; } }

.news-list-date {
  float: left;
  padding: 20px;
  width: 115px;
  font-family: Montserrat, sans-serif;
  box-sizing: border-box;
  width: 18%; }

.news-list-date-day {
  font-size: 24px;
  font-size: 1.5rem; }

.news-list-date-month {
  font-size: 24px;
  font-size: 1.5rem;
  float: left; }

.news-list-date-weekday {
  float: right;
  transform: rotate(270deg);
  width: 28px;
  -ms-writing-mode: lr-tb;
      writing-mode: horizontal-tb; }

@media screen and (max-width: 650px) {
  .news-list-date {
    width: 20%; }
  .news-list-view .news-list-text {
    width: 80%; } }

@media screen and (max-width: 550px) {
  .news-list-date {
    width: 27%; }
  .news-list-view .news-list-text {
    width: 73%; } }

@media screen and (max-width: 460px) {
  .news-list-date {
    width: 100%; }
  .news-list-date > div {
    width: 30%;
    float: left; }
  .news-list-date > p {
    width: 50px;
    text-align: center;
    float: left; }
  .news-list-view .news-list-text {
    width: 100%; }
  .news-list-view .news-list-item-content h2,
  .news-list-view .news-list-item-content h3 {
    font-size: 15px; } }

.news-single .footer {
  margin: 20px 0 0 255px; }

.news-single .social-media {
  margin-top: 15px; }
  .news-single .social-media div {
    margin-bottom: 10px; }

.news-single .news-backlink-wrap {
  display: none; }

@media screen and (max-width: 720px) {
  .news-single .footer {
    margin: 0; } }

.supporter-bar .ce-image-grid {
  margin: auto;
  padding: 0;
  max-width: 660px; }

.supporter-bar h3 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none; }

.supporter-bar .ce-image-grid-sponsors-wrap {
  overflow: hidden;
  text-align: center; }
  .supporter-bar .ce-image-grid-sponsors-wrap figure {
    display: inline-block; }

.slider-element {
  max-width: 660px; }

.slider-element .slider-padding {
  padding: 20px; }

.slider-element .slider_wrap {
  display: block;
  text-decoration: none;
  padding-top: 60.5%;
  overflow: hidden;
  height: 0;
  position: relative; }

.slider-element.mask .slider_wrap {
  padding-top: 57.9%; }

/* ************************ */
/* 		Datum 				*/
/* ************************ */
.slider-element .date {
  padding: 0 0 20px 0; }

.slider-element .date .start-date,
.slider-element .date .end-date {
  float: left;
  max-width: 50px; }

.slider-element .date .date-trenner {
  display: block;
  padding: 0 60px 0 0;
  margin: 0 -20px;
  float: left;
  transform: rotate(-90deg);
  font-size: 1.5rem; }

.slider-element .date.nur_bis .date-trenner {
  margin: 0 -20px 0 -35px; }

/* ************************ */
/* 		Ueberschrift 		*/
/* ************************ */
.slider-element h2,
.slider-element h3 {
  margin: 0;
  padding: 0; }

.slider-element .headline h3 {
  padding-top: 5px; }

/* nur wenn auch h2 existiert */
.slider-element h2.size_klein,
.slider-element h3.size_klein {
  font-size: 1rem; }

.slider-element .hbox.rahmen_0 {
  border: 3px solid #000;
  padding: 10px 10px 5px 10px; }

.slider-element .hbox.positionbottom_1 {
  position: absolute;
  bottom: 20px; }

/* ************************ */
/* 		Text & Bild 		*/
/* ************************ */
.slider-element .text,
.slider-element .image {
  position: absolute;
  width: 50%; }

.slider-element .image img {
  width: 100%;
  height: auto; }

.slider-element .text {
  z-index: 10;
  height: 100%; }

.slider-element .image {
  z-index: 5; }

/* Text links // Bild rechts */
.slider-element .img-text-position_0 .text {
  top: 0;
  left: 0; }

.slider-element .img-text-position_0 .image {
  top: 0;
  right: 0; }

.slider-element .img-text-position_0 .text .date,
.slider-element .img-text-position_0 .text .hbox {
  margin-right: 20px; }

.slider-element .img-text-position_0 .text .hbox.positionbottom_1 {
  right: 20px;
  margin-left: 20px; }

/* Text rechts // Bild links */
.slider-element .img-text-position_1 .text {
  top: 0;
  right: 0; }

.slider-element .img-text-position_1 .image {
  top: 0;
  left: 0; }

.slider-element .img-text-position_1 .text .date,
.slider-element .img-text-position_1 .text .hbox {
  margin-left: 20px; }

.slider-element .img-text-position_1 .text .hbox.positionbottom_1 {
  left: 20px;
  margin-right: 20px; }

/* Randabfallend (Bild oder weisser Hintergrund) */
.slider-element.slider_1001 .slider-padding,
.slider-element.slider_0 .slider-padding,
.slider-element.slider_1013 .slider-padding,
.slider-element.slider_1014 .slider-padding {
  padding: 0; }

.slider-element.slider_1001 .slider_wrap,
.slider-element.slider_0 .slider_wrap,
.slider-element.slider_1013 .slider_wrap,
.slider-element.slider_1014 .slider_wrap {
  padding-top: 60.5%; }

.slider-element.slider_1001 .hbox.positionbottom_1 {
  bottom: 0; }

.slider-element.slider_1001 .img-text-position_0 .text .hbox.positionbottom_1 {
  margin-right: 20px;
  margin-left: 0;
  right: auto;
  left: 0; }

.slider-element.slider_1001 .img-text-position_1 .text .hbox.positionbottom_1 {
  margin-right: 0;
  margin-left: 20px;
  rigth: 0;
  left: auto; }

/* Bild als Hintergrund */
.slider-element.slider_1013,
.slider-element.slider_1014 {
  position: relative; }

.slider-element.slider_1013 .slider_wrap,
.slider-element.slider_1014 .slider_wrap {
  position: inherit; }

.slider-element.slider_1013 .image .img_inner,
.slider-element.slider_1014 .image .img_inner {
  margin: 0; }

.slider-element.slider_1013 .image,
.slider-element.slider_1014 .image {
  top: 0;
  left: 0;
  width: 100%;
  height: auto; }

.slider-element.slider_1013 .text,
.slider-element.slider_1014 .text {
  padding: 20px; }

/* ************************ */
/* 		Hintergrund 		*/
/* ************************ */
/* Hintergrundfarbe */
/* 1001 = weisser Hntergrund 		*/
.slider_1001, .slider_0 {
  background: #fff; }

/* 1002 = grauer Hintergrund 		*/
.slider_1002 {
  background: #bfbfbf; }

/* 1003 = schwarzer Hintergrund 	*/
.slider_1003 {
  background: #000; }

/* 1004 = gelber Hintergrund 		*/
.slider_1004 {
  background: #fffbcc; }

/* 1005 = hellblauer Hintergrund 	*/
.slider_1005 {
  background: #dbefee; }

/* 1006 = lila Hintergrund 			*/
.slider_1006 {
  background: #7277a6; }

/* 1007 = tuerkiser Hintergrund 	*/
.slider_1007 {
  background: #70ddc6; }

/* 1008 = pinker Hintergrund 		*/
.slider_1008 {
  background: #ed7198; }

/* 1009 = rosa Hintergrund 			*/
.slider_1009 {
  background: #fbe2e1; }

/* 1010 = oranger Hintergrund 		*/
.slider_1010 {
  background: #fb9650; }

/* 1011 = dunkelgelber Hintergrund 	*/
.slider_1011 {
  background: #c6be11; }

/* 1012 = blauer Hintergrund 		*/
.slider_1012 {
  background: #a0cdd9; }

/* Schriftfarbe */
.slider_1010 .hbox.hbox.rahmen_0,
.slider_1008 .hbox.hbox.rahmen_0,
.slider_1006 .hbox.hbox.rahmen_0,
.slider_1003 .hbox.hbox.rahmen_0,
.slider_1014 .hbox.hbox.rahmen_0 {
  border-color: #fff; }

.slider_1010,
.slider_1008,
.slider_1006,
.slider_1003,
.slider_1014,
.slider_1010 a,
.slider_1008 a,
.slider_1006 a,
.slider_1003 a,
.slider_1014 a {
  color: #fff !important; }

@media screen and (max-width: 600px) {
  .slider-element h2,
  .slider-element h3 {
    font-size: 15px; } }

@media screen and (max-width: 460px) {
  .slider-element .text {
    width: 100%;
    height: 100%; }
  .slider-element .image {
    width: 70%; }
  .slider-element .text .date {
    width: 25%;
    margin: 0 !important; }
  .slider-element .img-text-position_1 .text .date {
    float: right; }
  .slider-element .img-text-position_0 .text .date {
    float: left; }
  .slider-element .date .start-date,
  .slider-element .date .end-date {
    width: 40px;
    float: none;
    margin: 0 auto; }
  .slider-element .date .date-trenner {
    transform: none;
    float: none;
    text-align: center;
    padding: 5px 10px 5px 0; }
  .slider-element .img-text-position_1 .date .date-trenner {
    padding: 5px 10px 5px 0; }
  .slider-element .img-text-position_0 .date .date-trenner {
    padding: 5px 0 5px 10px; }
  .slider-element .img-text-position_1 .text .hbox,
  .slider-element .img-text-position_0 .text .hbox {
    clear: both;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0; }
  .slider_1014 .hbox.hbox.rahmen_0 {
    border-color: #000;
    color: #000 !important; } }

/* CSS Document */
.clear {
  clear: both; }

hr {
  border: none;
  margin: 0;
  padding: 0;
  padding-top: 40px; }

hr.layout_302 {
  padding-top: 80px; }

hr.layout_303 {
  padding-top: 120px; }

.zwischenueberschrift {
  font-weight: bold;
  text-transform: uppercase; }

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

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

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

strong {
  text-transform: uppercase; }

.ce-menu.ce-menu-1 {
  display: block;
  clear: both;
  background: url(../../../../../../fileadmin/user_upload/Logos/SKK_Logo_HG-Kuenstler.svg) no-repeat center center;
  background-size: 100% auto;
  min-height: 620px;
  margin: 0;
  padding: 0; }

.ce-menu.ce-menu-1 li {
  display: block;
  text-align: center;
  padding: 5px 0; }

.ce-menu.ce-menu-1 li.cycle_1,
.ce-menu.ce-menu-1 li.cycle_3 {
  float: left;
  width: 50%; }

.ce-menu.ce-menu-1 li.cycle_1.li_0,
.ce-menu.ce-menu-1 li.cycle_2 {
  clear: both;
  width: 100%; }

.ce-menu.ce-menu-1 li a,
.ce-menu.ce-menu-1 li a:link,
.ce-menu.ce-menu-1 li a:visited,
.ce-menu.ce-menu-1 li a:active,
.ce-menu.ce-menu-1 li a:hover {
  text-decoration: none;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase; }

.ce-menu.ce-menu-1 li a span.lastname {
  font-weight: 700;
  font-size: 34px; }

@media screen and (max-width: 550px) {
  .ce-menu.ce-menu-1 li a,
  .ce-menu.ce-menu-1 li a:link,
  .ce-menu.ce-menu-1 li a:visited,
  .ce-menu.ce-menu-1 li a:active,
  .ce-menu.ce-menu-1 li a:hover {
    font-size: 14px; }
  .ce-menu.ce-menu-1 li a span.lastname {
    font-size: 25px; } }

@media screen and (max-width: 460px) {
  .ce-menu.ce-menu-1 li.cycle_1,
  .ce-menu.ce-menu-1 li.cycle_3 {
    clear: both;
    width: 100%; } }

#page-36 main {
  max-width: 950px; }

#page-36 .ce-image-grid {
  float: left;
  width: auto;
  margin: 0;
  padding: 0; }

#page-36 .ce-image-grid div {
  float: none;
  margin: 0;
  padding: 0; }

#page-36 .ce-image-grid div figure {
  float: none;
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0 10px 10px 0;
  width: 100%; }

#page-36 .ce-image-grid div figure a {
  float: none;
  display: block;
  line-height: 0;
  margin: 0;
  padding: 0;
  clear: both; }

#page-36 .ce-image-grid div figure a img {
  max-width: 100%;
  height: auto; }

#page-36 .ce-image-grid:nth-child(1) div figure span img,
#page-36 .ce-image-grid:nth-child(1) div figure a img,
#page-36 .ce-image-grid:nth-child(2) div figure span img,
#page-36 .ce-image-grid:nth-child(2) div figure a img {
  float: right; }

#page-36 .ce-image-grid:nth-child(1) {
  max-width: 200px;
  width: 21%;
  /*padding-top:213px;*/
  padding-top: 22.00%; }

#page-36 .ce-image-grid:nth-child(2) {
  max-width: 200px;
  width: 21%;
  /*padding-top:100px;*/
  padding-top: 10.63%; }

#page-36 .ce-image-grid:nth-child(3) {
  max-width: 190px;
  width: 20%;
  padding-top: 0; }

#page-36 .ce-image-grid:nth-child(4) {
  max-width: 195px;
  width: 20.5%;
  /*padding-top:110px;*/
  padding-top: 20.74%; }

#page-36 .ce-image-grid:nth-child(5) {
  max-width: 155px;
  width: 16.5%;
  /*padding-top:265px;*/
  padding-top: 23.19%; }

@media screen and (max-width: 550px) {
  #page-36 .ce-image-grid {
    float: none;
    width: 100% !important;
    max-width: inherit !important;
    padding-top: 0 !important; }
  #page-36 .ce-image-grid div figure {
    padding: 0 0 10px 0; }
  #page-36 .ce-image-grid div figure a img {
    float: none !important;
    margin: 0 auto; } }

/*** PV Cookie Consent ***/
/* colors */
.pv-cookie-consent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-content: center;
  justify-content: center;
  color: #444444; }
  .pv-cookie-consent h3 {
    margin: 0 0 25px 0;
    font-size: 18px; }
    @media only screen and (min-width: 500px) {
      .pv-cookie-consent h3 {
        font-size: 24px; } }
  .pv-cookie-consent p {
    color: #666666; }

.pv-cookie-consent-inner {
  position: relative;
  width: 90%;
  max-height: 80vh;
  margin: auto 0;
  max-width: 650px;
  background: white;
  padding: 40px 20px 10px 20px;
  overflow-y: auto; }
  @media only screen and (min-width: 500px) {
    .pv-cookie-consent-inner {
      padding: 40px 40px 10px 40px; } }

.pv-cookie-settings {
  margin: 30px 0; }

.pv-cookie-settings-options label {
  display: block;
  position: relative;
  margin: 15px 0;
  padding-left: 30px;
  cursor: pointer; }
  .pv-cookie-settings-options label span {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #666666;
    width: 20px;
    height: 20px; }
  .pv-cookie-settings-options label input {
    visibility: hidden; }
  .pv-cookie-settings-options label input:checked + span::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #999999; }
  .pv-cookie-settings-options label:first-child {
    cursor: default; }
  .pv-cookie-settings-options label input[disabled] + span {
    opacity: .6; }

@media only screen and (min-width: 650px) {
  .pv-cookie-settings-options {
    display: flex; }
    .pv-cookie-settings-options label {
      margin: 0; }
    .pv-cookie-settings-options label:not(:first-child) {
      margin-left: 30px; } }

.pv-cookie-settings-btn-group {
  margin-top: 30px;
  display: flex;
  flex-flow: column;
  align-items: center; }
  .pv-cookie-settings-btn-group button {
    border: none;
    color: #FFFFFF;
    background: #808080;
    margin-bottom: 15px;
    padding: 10px 30px;
    border-radius: 4px;
    width: 230px;
    transition: background-color 400ms ease-in-out; }
    .pv-cookie-settings-btn-group button:hover {
      background: #676767; }
    .pv-cookie-settings-btn-group button.pv-cookie-consent-allow-all {
      background: #000000; }
      .pv-cookie-settings-btn-group button.pv-cookie-consent-allow-all:hover {
        background: black; }
  @media only screen and (min-width: 650px) {
    .pv-cookie-settings-btn-group {
      flex-flow: row;
      justify-content: space-between; }
      .pv-cookie-settings-btn-group button {
        margin-bottom: 0; } }

.pv-cookie-consent-details {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #999999; }

.pv-cookie-consent-show-group-info {
  background: none;
  border: none; }
  .pv-cookie-consent-show-group-info.active span {
    display: inline-block;
    transform: rotate(90deg); }

.pv-cookie-consent-legal-links {
  padding: 30px 0 30px 0;
  text-align: center; }
  .pv-cookie-consent-legal-links a {
    color: #444444; }

.pv-cookie-consent-group-info-wrap {
  margin-top: 30px;
  display: none; }
  .pv-cookie-consent-group-info-wrap.pvcc-show-group-info {
    display: block; }

.pv-cookie-consent-group-info {
  border: 1px solid grey;
  padding: 15px 20px;
  margin-top: 15px; }

.pv-cookie-consent-group-info-title {
  font-weight: 700; }

.pv-cookie-consent-group-info-details {
  max-height: 0;
  transition: max-height 400ms;
  overflow: hidden; }
  .pv-cookie-consent-group-info-details ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .pv-cookie-consent-group-info-details > ul > li {
    border-top: 1px solid grey;
    margin-top: 15px;
    padding-top: 15px; }
  .pv-cookie-consent-group-info-details a {
    color: #444444; }
  .pv-cookie-consent-group-info-details.pvcc-show-cookie-details {
    max-height: 1000px; }

.pv-cookie-consent-group-info-details-item {
  margin-top: 5px; }
  @media only screen and (min-width: 500px) {
    .pv-cookie-consent-group-info-details-item {
      display: flex; } }

.pv-cookie-consent-cookie-detail-label {
  font-weight: 700; }
  @media only screen and (min-width: 500px) {
    .pv-cookie-consent-cookie-detail-label {
      width: 120px;
      flex-shrink: 0;
      font-weight: 400; } }

.pv-cookie-consent-group-info-show-cookie-details {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  color: #444444; }
  .pv-cookie-consent-group-info-show-cookie-details.active span {
    display: inline-block;
    transform: rotate(90deg); }

.frame-99 {
  display: none; }
  .frame-99.show {
    display: block; }
  .frame-99 .powermail_fieldwrap_type_submit {
    margin-top: 15px; }
  .frame-99 .powermail_create p {
    width: auto;
    padding-left: 0;
    float: none; }
  .frame-99 h3 {
    margin-top: 0;
    text-transform: none;
    margin-bottom: 10px; }
  .frame-99 h4 {
    margin-top: 0; }

.newsletter-overlay .mfp-content {
  max-width: 400px;
  border: 1px solid #777777;
  box-shadow: #777777 10px 10px 10px;
  background: #FFFFFF;
  padding: 30px; }

/*# sourceMappingURL=main.css.map */
