@charset "UTF-8";
/* overpass-200 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/overpass-v2-latin-200.eot");
  /* IE9 Compat Modes */
  src: local("Overpass ExtraLight"), local("Overpass-ExtraLight"), url("../fonts/overpass-v2-latin-200.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v2-latin-200.woff2") format("woff2"), url("../fonts/overpass-v2-latin-200.woff") format("woff"), url("../fonts/overpass-v2-latin-200.ttf") format("truetype"), url("../fonts/overpass-v2-latin-200.svg#Overpass") format("svg");
  /* Legacy iOS */ }

/* overpass-200italic - latin */
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/overpass-v2-latin-200italic.eot");
  /* IE9 Compat Modes */
  src: local("Overpass ExtraLight Italic"), local("Overpass-ExtraLightItalic"), url("../fonts/overpass-v2-latin-200italic.eot?#iefix") format("embedded-opentype"), url("../fonts/overpass-v2-latin-200italic.woff2") format("woff2"), url("../fonts/overpass-v2-latin-200italic.woff") format("woff"), url("../fonts/overpass-v2-latin-200italic.ttf") format("truetype"), url("../fonts/overpass-v2-latin-200italic.svg#Overpass") format("svg");
  /* Legacy iOS */ }

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

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

/* ibm-plex-sans-500 - latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ibm-plex-sans-v2-latin-500.eot");
  /* IE9 Compat Modes */
  src: local("IBM Plex Sans Medium"), local("IBMPlexSans-Medium"), url("../fonts/ibm-plex-sans-v2-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/ibm-plex-sans-v2-latin-500.woff2") format("woff2"), url("../fonts/ibm-plex-sans-v2-latin-500.woff") format("woff"), url("../fonts/ibm-plex-sans-v2-latin-500.ttf") format("truetype"), url("../fonts/ibm-plex-sans-v2-latin-500.svg#IBMPlexSans") format("svg");
  /* Legacy iOS */ }

.mod_article, .ce_text {
  outline: 0; }

/*#main .inside .mod_article{ 
 @include media-query(screen-xs) {
    	border: 1px solid #00f; //blau
  	}
  @include media-query(screen-sm) {
       border: 1px solid #fff; //weiss
  }
  @include media-query(screen-md) {
       border: 1px solid #ff0; //gelb
  }
  @include media-query(screen-lg) {
    border: 1px solid #ccc;  //grau 
     }
  @include media-query(screen-xl) {
    border: 1px solid #0ff; //türkis
  }
}*/
@media screen and (min-width: 0) {
  .mod_article.band.band--whitegray .inside {
    padding-left: 2.8rem;
    padding-right: 2.8rem; } }

@media screen and (min-width: 48em) {
  .mod_article.band.band--whitegray .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 0) {
  .mod_article.band .inside,
  .mod_article .inside,
  .projekte .mod_article .inside {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (min-width: 48em) {
  .mod_article.band .inside,
  .mod_article .inside,
  .projekte .mod_article .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 0) {
  #footer .inside {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (min-width: 48em) {
  #footer .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit; }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0; }

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

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 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.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  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; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

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

.float_left {
  float: left; }

.float_right {
  float: right; }

.block {
  overflow: hidden; }

.clear {
  height: 0.1px;
  font-size: 0.1px;
  line-height: 0.1px;
  clear: both; }

.invisible {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.8125rem; }

ul, ol, dl,
blockquote, p, address,
hr,
fieldset, figure,
pre {
  margin-bottom: 1.625rem; }

ul, ol, dd {
  margin-left: 1.625rem; }

.clearfix:after, [id="header"] .inside:after, .ce_gallery ul:after,
.row:after,
[id="footer"] > .inside:after,
.nav--horizontal ul:after,
.nav--breadcrumb ul:after,
.pagination:after,
.news-list .layout_short:after,
.news-list .layout_latest:after,
.news-list .layout_simple:after,
.news-grid:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: #eaff96; }

:not(p) a {
  text-decoration: none; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

html {
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif, sans-serif;
  font-size: 1em;
  line-height: 1.625;
  background-color: #fff;
  color: #707070;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 34.3125em) {
    html {
      font-size: 1em; } }
  @media screen and (min-width: 68.75em) {
    html {
      font-size: 1.25em; } }

.euf_overlay {
  z-index: 9999; }

.euf_overlay__content {
  max-width: 600px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif; }

.heading--1.ce_headline, .heading--1 > h1:first-child, .heading--1 h2:first-child, .heading--1 h3:first-child, .heading--1 h4:first-child, .heading--1 h5:first-child, .heading--1 h6:first-child,
h1 {
  font-size: 1.85rem;
  line-height: 1.2;
  margin-bottom: 2rem; }
  @media screen and (min-width: 34.375em) {
    .heading--1.ce_headline, .heading--1 > h1:first-child, .heading--1 h2:first-child, .heading--1 h3:first-child, .heading--1 h4:first-child, .heading--1 h5:first-child, .heading--1 h6:first-child,
    h1 {
      font-size: 1.85rem; } }
  @media screen and (min-width: 48em) {
    .heading--1.ce_headline, .heading--1 > h1:first-child, .heading--1 h2:first-child, .heading--1 h3:first-child, .heading--1 h4:first-child, .heading--1 h5:first-child, .heading--1 h6:first-child,
    h1 {
      font-size: 1.85rem; } }
  @media screen and (min-width: 58.75em) {
    .heading--1.ce_headline, .heading--1 > h1:first-child, .heading--1 h2:first-child, .heading--1 h3:first-child, .heading--1 h4:first-child, .heading--1 h5:first-child, .heading--1 h6:first-child,
    h1 {
      font-size: 1.85rem; } }
  @media screen and (min-width: 68.75em) {
    .heading--1.ce_headline, .heading--1 > h1:first-child, .heading--1 h2:first-child, .heading--1 h3:first-child, .heading--1 h4:first-child, .heading--1 h5:first-child, .heading--1 h6:first-child,
    h1 {
      font-size: 1.85rem; } }

p + h1,
ul + h1,
ol + h1 {
  margin-top: 2rem; }

.ce_text + .ce_text h1:first-child {
  margin-top: 0.375rem; }

h1 + h2 {
  margin-top: -2rem; }


h2,
.heading--2.ce_headline,
.heading--2 > h1:first-child,
.heading--2 h2:first-child,
.heading--2 h3:first-child,
.heading--2 h4:first-child,
.heading--2 h5:first-child,
.heading--2 h6:first-child {
  font-size: 1.55rem;
  line-height: 1.25;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h2,
    .heading--2.ce_headline,
    .heading--2 > h1:first-child,
    .heading--2 h2:first-child,
    .heading--2 h3:first-child,
    .heading--2 h4:first-child,
    .heading--2 h5:first-child,
    .heading--2 h6:first-child {
      font-size: 1.55rem; } }
  @media screen and (min-width: 48em) {
    
    h2,
    .heading--2.ce_headline,
    .heading--2 > h1:first-child,
    .heading--2 h2:first-child,
    .heading--2 h3:first-child,
    .heading--2 h4:first-child,
    .heading--2 h5:first-child,
    .heading--2 h6:first-child {
      font-size: 1.55rem; } }
  @media screen and (min-width: 58.75em) {
    
    h2,
    .heading--2.ce_headline,
    .heading--2 > h1:first-child,
    .heading--2 h2:first-child,
    .heading--2 h3:first-child,
    .heading--2 h4:first-child,
    .heading--2 h5:first-child,
    .heading--2 h6:first-child {
      font-size: 1.55rem; } }
  @media screen and (min-width: 68.75em) {
    
    h2,
    .heading--2.ce_headline,
    .heading--2 > h1:first-child,
    .heading--2 h2:first-child,
    .heading--2 h3:first-child,
    .heading--2 h4:first-child,
    .heading--2 h5:first-child,
    .heading--2 h6:first-child {
      font-size: 1.55rem; } }

p + h2,
ul + h2,
ol + h2 {
  margin-top: 2rem; }

.ce_text + .ce_text h2:first-child {
  margin-top: 0.375rem; }

h2 + h3 {
  margin-top: -1.5rem; }

.news-grid .layout_latest h1, .news-grid .layout_latest h2, .news-grid .layout_latest h3, .news-grid .layout_latest h4, .news-grid .layout_latest h5, .news-grid .layout_latest h6,
h3,
.heading--3.ce_headline,
.heading--3 > h1:first-child,
.heading--3 h2:first-child,
.heading--3 h3:first-child,
.heading--3 h4:first-child,
.heading--3 h5:first-child,
.heading--3 h6:first-child {
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 34.375em) {
    .news-grid .layout_latest h1, .news-grid .layout_latest h2, .news-grid .layout_latest h3, .news-grid .layout_latest h4, .news-grid .layout_latest h5, .news-grid .layout_latest h6,
    h3,
    .heading--3.ce_headline,
    .heading--3 > h1:first-child,
    .heading--3 h2:first-child,
    .heading--3 h3:first-child,
    .heading--3 h4:first-child,
    .heading--3 h5:first-child,
    .heading--3 h6:first-child {
      font-size: 1.4rem; } }
  @media screen and (min-width: 48em) {
    .news-grid .layout_latest h1, .news-grid .layout_latest h2, .news-grid .layout_latest h3, .news-grid .layout_latest h4, .news-grid .layout_latest h5, .news-grid .layout_latest h6,
    h3,
    .heading--3.ce_headline,
    .heading--3 > h1:first-child,
    .heading--3 h2:first-child,
    .heading--3 h3:first-child,
    .heading--3 h4:first-child,
    .heading--3 h5:first-child,
    .heading--3 h6:first-child {
      font-size: 1.4rem; } }
  @media screen and (min-width: 58.75em) {
    .news-grid .layout_latest h1, .news-grid .layout_latest h2, .news-grid .layout_latest h3, .news-grid .layout_latest h4, .news-grid .layout_latest h5, .news-grid .layout_latest h6,
    h3,
    .heading--3.ce_headline,
    .heading--3 > h1:first-child,
    .heading--3 h2:first-child,
    .heading--3 h3:first-child,
    .heading--3 h4:first-child,
    .heading--3 h5:first-child,
    .heading--3 h6:first-child {
      font-size: 1.4rem; } }
  @media screen and (min-width: 68.75em) {
    .news-grid .layout_latest h1, .news-grid .layout_latest h2, .news-grid .layout_latest h3, .news-grid .layout_latest h4, .news-grid .layout_latest h5, .news-grid .layout_latest h6,
    h3,
    .heading--3.ce_headline,
    .heading--3 > h1:first-child,
    .heading--3 h2:first-child,
    .heading--3 h3:first-child,
    .heading--3 h4:first-child,
    .heading--3 h5:first-child,
    .heading--3 h6:first-child {
      font-size: 1.4rem; } }

p + h3,
ul + h3,
ol + h3 {
  margin-top: 2rem; }

.ce_text + .ce_text h3:first-child {
  margin-top: 0.375rem; }

h3 + h4 {
  margin-top: -1.5rem; }

.text--alert h1, .text--alert h2, .text--alert h3, .text--alert h4, .text--alert h5, .text--alert h6,
h4,
.heading--4.ce_headline,
.heading--4 > h1:first-child,
.heading--4 h2:first-child,
.heading--4 h3:first-child,
.heading--4 h4:first-child,
.heading--4 h5:first-child,
.heading--4 h6:first-child {
  font-size: 1.3rem;
  line-height: 1.25;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    .text--alert h1, .text--alert h2, .text--alert h3, .text--alert h4, .text--alert h5, .text--alert h6,
    h4,
    .heading--4.ce_headline,
    .heading--4 > h1:first-child,
    .heading--4 h2:first-child,
    .heading--4 h3:first-child,
    .heading--4 h4:first-child,
    .heading--4 h5:first-child,
    .heading--4 h6:first-child {
      font-size: 1.3rem; } }
  @media screen and (min-width: 48em) {
    .text--alert h1, .text--alert h2, .text--alert h3, .text--alert h4, .text--alert h5, .text--alert h6,
    h4,
    .heading--4.ce_headline,
    .heading--4 > h1:first-child,
    .heading--4 h2:first-child,
    .heading--4 h3:first-child,
    .heading--4 h4:first-child,
    .heading--4 h5:first-child,
    .heading--4 h6:first-child {
      font-size: 1.3rem; } }
  @media screen and (min-width: 58.75em) {
    .text--alert h1, .text--alert h2, .text--alert h3, .text--alert h4, .text--alert h5, .text--alert h6,
    h4,
    .heading--4.ce_headline,
    .heading--4 > h1:first-child,
    .heading--4 h2:first-child,
    .heading--4 h3:first-child,
    .heading--4 h4:first-child,
    .heading--4 h5:first-child,
    .heading--4 h6:first-child {
      font-size: 1.3rem; } }
  @media screen and (min-width: 68.75em) {
    .text--alert h1, .text--alert h2, .text--alert h3, .text--alert h4, .text--alert h5, .text--alert h6,
    h4,
    .heading--4.ce_headline,
    .heading--4 > h1:first-child,
    .heading--4 h2:first-child,
    .heading--4 h3:first-child,
    .heading--4 h4:first-child,
    .heading--4 h5:first-child,
    .heading--4 h6:first-child {
      font-size: 1.3rem; } }

p + h4,
ul + h4,
ol + h4 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h4:first-child {
  margin-top: -0.125rem; }

h4 + h5 {
  margin-top: -0.5rem; }

.news-menu > h1, .news-menu > h2, .news-menu > h3, .news-menu > h4, .news-menu > h5, .news-menu > h6,
h5,
.heading--5.ce_headline,
.heading--5 > h1:first-child,
.heading--5 h2:first-child,
.heading--5 h3:first-child,
.heading--5 h4:first-child,
.heading--5 h5:first-child,
.heading--5 h6:first-child {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 34.375em) {
    .news-menu > h1, .news-menu > h2, .news-menu > h3, .news-menu > h4, .news-menu > h5, .news-menu > h6,
    h5,
    .heading--5.ce_headline,
    .heading--5 > h1:first-child,
    .heading--5 h2:first-child,
    .heading--5 h3:first-child,
    .heading--5 h4:first-child,
    .heading--5 h5:first-child,
    .heading--5 h6:first-child {
      font-size: 1.2rem; } }
  @media screen and (min-width: 48em) {
    .news-menu > h1, .news-menu > h2, .news-menu > h3, .news-menu > h4, .news-menu > h5, .news-menu > h6,
    h5,
    .heading--5.ce_headline,
    .heading--5 > h1:first-child,
    .heading--5 h2:first-child,
    .heading--5 h3:first-child,
    .heading--5 h4:first-child,
    .heading--5 h5:first-child,
    .heading--5 h6:first-child {
      font-size: 1.2rem; } }
  @media screen and (min-width: 58.75em) {
    .news-menu > h1, .news-menu > h2, .news-menu > h3, .news-menu > h4, .news-menu > h5, .news-menu > h6,
    h5,
    .heading--5.ce_headline,
    .heading--5 > h1:first-child,
    .heading--5 h2:first-child,
    .heading--5 h3:first-child,
    .heading--5 h4:first-child,
    .heading--5 h5:first-child,
    .heading--5 h6:first-child {
      font-size: 1.2rem; } }
  @media screen and (min-width: 68.75em) {
    .news-menu > h1, .news-menu > h2, .news-menu > h3, .news-menu > h4, .news-menu > h5, .news-menu > h6,
    h5,
    .heading--5.ce_headline,
    .heading--5 > h1:first-child,
    .heading--5 h2:first-child,
    .heading--5 h3:first-child,
    .heading--5 h4:first-child,
    .heading--5 h5:first-child,
    .heading--5 h6:first-child {
      font-size: 1.2rem; } }

p + h5,
ul + h5,
ol + h5 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h5:first-child {
  margin-top: -0.125rem; }

h5 + h6 {
  margin-top: -1.5rem; }


h6,
.heading--6.ce_headline,
.heading--6 > h1:first-child,
.heading--6 h2:first-child,
.heading--6 h3:first-child,
.heading--6 h4:first-child,
.heading--6 h5:first-child,
.heading--6 h6:first-child {
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h6,
    .heading--6.ce_headline,
    .heading--6 > h1:first-child,
    .heading--6 h2:first-child,
    .heading--6 h3:first-child,
    .heading--6 h4:first-child,
    .heading--6 h5:first-child,
    .heading--6 h6:first-child {
      font-size: 1rem; } }
  @media screen and (min-width: 48em) {
    
    h6,
    .heading--6.ce_headline,
    .heading--6 > h1:first-child,
    .heading--6 h2:first-child,
    .heading--6 h3:first-child,
    .heading--6 h4:first-child,
    .heading--6 h5:first-child,
    .heading--6 h6:first-child {
      font-size: 1rem; } }
  @media screen and (min-width: 58.75em) {
    
    h6,
    .heading--6.ce_headline,
    .heading--6 > h1:first-child,
    .heading--6 h2:first-child,
    .heading--6 h3:first-child,
    .heading--6 h4:first-child,
    .heading--6 h5:first-child,
    .heading--6 h6:first-child {
      font-size: 1rem; } }
  @media screen and (min-width: 68.75em) {
    
    h6,
    .heading--6.ce_headline,
    .heading--6 > h1:first-child,
    .heading--6 h2:first-child,
    .heading--6 h3:first-child,
    .heading--6 h4:first-child,
    .heading--6 h5:first-child,
    .heading--6 h6:first-child {
      font-size: 1rem; } }

p + h6,
ul + h6,
ol + h6 {
  margin-top: 1.5rem; }

.ce_text + .ce_text h6:first-child {
  margin-top: -0.125rem; }

p,
ul,
ol {
  margin-top: 0; }
  p a,
  ul a,
  ol a {
    color: #707070;
    text-decoration: underline; }
    p a:hover,
    ul a:hover,
    ol a:hover {
      text-decoration: none; }
  p:last-child,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0; }

code {
  color: #eaff96; }

pre {
  padding: 1rem;
  background: #555;
  color: #fff;
  overflow-x: scroll; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid currentColor; }

.li--block {
  margin-bottom: 1rem; }

.ce_text {
  margin-bottom: 1.625rem; }

::-moz-selection {
  background: #952b6a;
  color: #fff;
  opacity: 1; }

::selection {
  background: #952b6a;
  color: #fff;
  opacity: 1; }

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

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

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

h1 {
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4; }
  @media screen and (min-width: 53em) {
    h1 {
      hyphens: none;
      -webkit-hyphens: none;
      -ms-hyphens: none; } }

h3.heading--green {
  color: #BFDE40; }

p a {
  color: #707070;
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

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

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

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

.text--attention {
  font-size: 1.25em;
  line-height: 1.6; }

.text--alert {
  background: #e093c1;
  padding: 1.625rem;
  border-radius: 4px;
  border: 1px solid #d46baa; }
  .text--alert h1, .text--alert h2, .text--alert h3, .text--alert h4, .text--alert h5, .text--alert h6 {
    margin-top: 0 !important; }

ul,
ol {
  padding: 0;
  margin-top: 0; }

.mod_article ul li,
.mod_article ol li {
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.425;
  margin-bottom: 0.8rem; }

blockquote {
  margin: 1.625rem 0;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  display: block;
  padding-left: 1rem;
  padding-right: 1rem; }
  blockquote p:before {
    content: open-quote;
    position: absolute;
    z-index: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  blockquote p:after {
    content: close-quote; }

code {
  background: #f8f8f4;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px; }
  pre code {
    background: none;
    color: inherit; }

.typewriter p {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid #952b6a;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em;
  /* Adjust as needed */
  -webkit-animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite;
  animation: typing 3.5s steps(40, end), blink-caret 0.75s step-end infinite; }

/* The typing effect */
@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: #952b6a; } }
@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: #952b6a; } }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%; }

@media screen and (min-width: 0) {
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-12 {
    width: 100%; } }

@media screen and (min-width: 0) {
  .offset-xs-0 {
    margin-left: 0%; }
  .offset-xs-1 {
    margin-left: 8.33333%; }
  .offset-xs-2 {
    margin-left: 16.66667%; }
  .offset-xs-3 {
    margin-left: 25%; }
  .offset-xs-4 {
    margin-left: 33.33333%; }
  .offset-xs-5 {
    margin-left: 41.66667%; }
  .offset-xs-6 {
    margin-left: 50%; }
  .offset-xs-7 {
    margin-left: 58.33333%; }
  .offset-xs-8 {
    margin-left: 66.66667%; }
  .offset-xs-9 {
    margin-left: 75%; }
  .offset-xs-10 {
    margin-left: 83.33333%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 0) {
  .pull-right-xs {
    float: right; }
  .pull-left-xs {
    float: left; } }

@media screen and (min-width: 0) {
  .clear-xs {
    clear: both; } }

@media screen and (min-width: 34.375em) {
  .clear-xs {
    clear: none; } }

@media screen and (min-width: 34.375em) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; } }

@media screen and (min-width: 34.375em) {
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 34.375em) {
  .pull-right-sm {
    float: right; }
  .pull-left-sm {
    float: left; } }

@media screen and (min-width: 34.375em) {
  .clear-sm {
    clear: both; } }

@media screen and (min-width: 48em) {
  .clear-sm {
    clear: none; } }

@media screen and (min-width: 48em) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media screen and (min-width: 48em) {
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 48em) {
  .pull-right-md {
    float: right; }
  .pull-left-md {
    float: left; } }

@media screen and (min-width: 48em) {
  .clear-md {
    clear: both; } }

@media screen and (min-width: 58.75em) {
  .clear-md {
    clear: none; } }

@media screen and (min-width: 58.75em) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

@media screen and (min-width: 58.75em) {
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 58.75em) {
  .pull-right-lg {
    float: right; }
  .pull-left-lg {
    float: left; } }

@media screen and (min-width: 58.75em) {
  .clear-lg {
    clear: both; } }

@media screen and (min-width: 68.75em) {
  .clear-lg {
    clear: none; } }

@media screen and (min-width: 68.75em) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; } }

@media screen and (min-width: 68.75em) {
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media screen and (min-width: 68.75em) {
  .pull-right-xl {
    float: right; }
  .pull-left-xl {
    float: left; } }

@media screen and (min-width: 68.75em) {
  .clear-xl {
    clear: both; } }

.row {
  min-width: 100%; }

.row--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .row--flex > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row--flex .align-bottom {
    margin-bottom: 0;
    margin-top: auto; }

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

[id="header"] {
  background: #fff;
  color: #707070; }
  [id="header"] .inside {
    max-width: 66.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

.mod_article {
  max-width: 66.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  position: relative; }

.article--full {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0; }

[id="footer"] > .inside {
  max-width: 66.625em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

@media screen and (max-width: 52.9375em) {
  html.html--fixed {
    overflow-y: hidden;
    position: relative; } }

body {
  height: 100vh; }

[id="wrapper"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

[id="header"] {
  background: #fff;
  position: fixed;
  z-index: 1001;
  left: 0;
  right: 0;
  height: 4rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #707070; }
  [id="header"] .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  [id="header"] .nav-up {
    top: -4rem; }

[id="container"] {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  margin-top: 0; }

.container-top [id="container"] {
  margin-top: 4rem;
  padding-top: 0; }

.mod_article {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem; }
  @media screen and (min-width: 58.75em) {
    .mod_article {
      padding-top: 3.25rem;
      padding-bottom: 3.25rem; } }
  @media screen and (min-width: 68.75em) {
    .mod_article {
      padding-top: 3.25rem;
      padding-bottom: 3.25rem; } }
  .mod_article .inside > .last {
    margin-bottom: 0; }

.article--full {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

[id="footer"] {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-top: 2px solid #f8f8f4; }
  [id="footer"] .inside {
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem; }

.band {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .band .inside {
    max-width: 66.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }

.band--highlight {
  background-color: #eaff96; }
  .band--highlight a {
    color: #707070;
    text-decoration: underline; }

.band--gray {
  background-color: #f8f8f4; }

.band--whitegray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #f8f8f4));
  background: -o-linear-gradient(top, #ffffff 50%, #f8f8f4 50%);
  background: linear-gradient(180deg, #ffffff 50%, #f8f8f4 50%); }

.band--green {
  background: #f8fae8; }

.band--green2 {
  background: #f4f7e1; }

.band--violett {
  background: #F2E9EF; }

.band--violett2 {
  background: #EADFE6; }

.teaser--wrapper {
  padding-left: 0.2rem;
  padding-right: 0.2rem; }

.teaser {
  padding: 1.625rem; }

.bg-teaser-green1 {
  background-color: #f8fae8;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.bg-teaser-green2 {
  background-color: #f4f7e1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.bg-teaser-green3 {
  background-color: #edf0df;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.bg-teaser-violett1 {
  background-color: #F2E9EF;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.bg-teaser-violett2 {
  background-color: #EADFE6;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.image--left img {
  text-align: left;
  margin-left: 0; }

.image--right img {
  text-align: right;
  margin-right: 0; }

.image--center img {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.ce_gallery ul {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  padding: 0;
  list-style-type: none; }

.ce_gallery li {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem; }

.ce_gallery .cols_2 li {
  width: 50%; }

.ce_gallery .cols_3 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_3 li {
      width: 33.33333%; } }

.ce_gallery .cols_4 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_4 li {
      width: 25%; } }

.ce_gallery .cols_5 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_5 li {
      width: 20%; } }

.ce_gallery .cols_6 li {
  width: 50%; }
  @media screen and (min-width: 48em) {
    .ce_gallery .cols_6 li {
      width: 16.66667%; } }

.ce_gallery img {
  display: block; }

.ce_player .inside,
.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .inside,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  margin-left: auto;
  margin-right: auto; }

.ce_player .mejs-video,
.ce_player .mejs__video,
.ce_youtube .mejs-video,
.ce_youtube .mejs__video {
  width: 100% !important;
  height: auto !important;
  padding-top: 56.25%; }

.ce_player .mejs-audio,
.ce_player .mejs__audio,
.ce_youtube .mejs-audio,
.ce_youtube .mejs__audio {
  margin-top: 30px; }
  .ce_player .mejs-audio audio,
  .ce_player .mejs__audio audio,
  .ce_youtube .mejs-audio audio,
  .ce_youtube .mejs__audio audio {
    height: auto; }

.ce_player .mejs-overlay,
.ce_player .mejs-poster,
.ce_player .mejs__overlay,
.ce_player .mejs__poster,
.ce_youtube .mejs-overlay,
.ce_youtube .mejs-poster,
.ce_youtube .mejs__overlay,
.ce_youtube .mejs__poster {
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs-video .mejs-mediaelement video,
.ce_player .mejs-video .mejs-mediaelement .me-plugin,
.ce_player .mejs-video .mejs-mediaelement embed,
.ce_youtube .mejs-video .mejs-mediaelement video,
.ce_youtube .mejs-video .mejs-mediaelement .me-plugin,
.ce_youtube .mejs-video .mejs-mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_player .mejs__video .mejs__mediaelement video,
.ce_player .mejs__video .mejs__mediaelement .me__plugin,
.ce_player .mejs__video .mejs__mediaelement embed,
.ce_youtube .mejs__video .mejs__mediaelement video,
.ce_youtube .mejs__video .mejs__mediaelement .me__plugin,
.ce_youtube .mejs__video .mejs__mediaelement embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important; }

.ce_youtube {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto; }
  .ce_youtube iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important; }

.ce_image {
  margin-bottom: 1.625rem; }

.ce_gallery {
  overflow: visible; }
  .ce_gallery img {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.25); }

.img_rounded {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%; }

.ce_text img {
  border: 1px solid #ccc; }

.image--object-fit .image_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .image--object-fit .image_container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.compat-object-fit {
  background-size: cover;
  background-position: center center; }
  .compat-object-fit img {
    opacity: 0; }

.image_container .mejs-container {
  display: none; }

.ce_youtube h1, .ce_youtube h2, .ce_youtube h3, .ce_youtube h4, .ce_youtube h5, .ce_youtube h6 {
  position: absolute;
  z-index: 1001;
  background: #e093c1; }
  .ce_youtube h1:after, .ce_youtube h2:after, .ce_youtube h3:after, .ce_youtube h4:after, .ce_youtube h5:after, .ce_youtube h6:after {
    content: " +++ Warning: do not use headlines inside ce_youtube, see _media.scss +++"; }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, input.submit,
button.submit {
  border-radius: 4px;
  padding: 0.8125rem 1.625rem;
  display: inline-block;
  border: 1px solid transparent;
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  text-align: center;
  background: transparent;
  background-image: none;
  white-space: nowrap; }

a.btn,
span.btn,
button.btn {
  margin-bottom: 1.625rem; }

a.btn--primary,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit {
  background: #eaff96;
  color: #707070; }
  a.btn--primary:hover,
  span.btn--primary:hover,
  button.btn--primary:hover,
  input.submit:hover,
  button.submit:hover {
    background: #e0ff63; }

div.btn:not(:last-child),
.ce_toplink:not(:last-child),
.toplink:not(:last-child) {
  margin-bottom: 1.625rem; }

div.btn--primary > a,
div.btn--primary > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button {
  background: #eaff96;
  color: #707070; }
  div.btn--primary > a:hover,
  div.btn--primary > button:hover,
  .ce_toplink > a:hover,
  .ce_toplink > button:hover,
  .toplink > a:hover,
  .toplink > button:hover {
    background: #e0ff63; }

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

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

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

.btn--floated {
  float: left;
  margin-right: 0.40625rem; }

.ce_toplink a,
.toplink a {
  text-decoration: none; }

.back {
  border-top: 1px solid currentColor;
  margin-top: 1.625rem;
  padding-top: 0.8125rem; }
  .back a {
    text-decoration: none; }
    .back a:before {
      font-size: 0.75rem;
      line-height: 1.4;
      padding-bottom: 0.25rem;
      display: inline-block;
      content: "◄";
      vertical-align: middle;
      margin-right: 0.40625rem; }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, input.submit,
button.submit {
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  cursor: pointer; }

a.btn--primary,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit,
.more a {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  p a.btn--primary, p
  span.btn--primary, p button.btn--primary, p input.submit,
  p button.submit, p
  .more a {
    margin-bottom: 0.5rem;
    text-decoration: none; }

div.btn--primary {
  border-radius: 4px;
  display: inline-block;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer; }
  .band--highlight div.btn--primary a {
    background: #707070;
    color: #fff; }

.band--highlight .btn--primary {
  background: #FFF;
  color: #707070; }

a.btn--secondary,
span.btn--secondary,
button.btn--secondary {
  border-radius: 4px;
  color: #707070;
  border: 1px solid currentColor;
  background-color: transparent;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  cursor: pointer; }
  a.btn--secondary:hover,
  span.btn--secondary:hover,
  button.btn--secondary:hover {
    color: #b5e300;
    border-color: #b5e300;
    background-color: transparent; }
  .band--highlight a.btn--secondary, .band--highlight
  span.btn--secondary, .band--highlight
  button.btn--secondary {
    color: #fff;
    border-color: #fff; }
    .band--highlight a.btn--secondary:hover, .band--highlight
    span.btn--secondary:hover, .band--highlight
    button.btn--secondary:hover {
      opacity: 0.5; }

div.btn--secondary a {
  border-radius: 4px;
  color: #707070;
  margin-bottom: 0.5rem;
  border: 1px solid currentColor;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  div.btn--secondary a:hover {
    color: #b5e300;
    border-color: #b5e300; }
  .band--highlight div.btn--secondary a {
    color: #fff;
    border-color: #fff; }
    .band--highlight div.btn--secondary a:hover {
      opacity: 0.5; }

div.btn--feedback {
  position: fixed;
  right: 0;
  top: 6.5rem;
  -webkit-transform: rotate(-90deg) translateY(0.40625rem);
  -ms-transform: rotate(-90deg) translateY(0.40625rem);
  transform: rotate(-90deg) translateY(0.40625rem);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.1s;
  transition: -webkit-transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s;
  transition: transform 0.1s, -webkit-transform 0.1s; }
  div.btn--feedback:hover {
    -webkit-transform: rotate(-90deg) translateY(0);
    -ms-transform: rotate(-90deg) translateY(0);
    transform: rotate(-90deg) translateY(0); }
  div.btn--feedback a {
    padding: 0.40625rem 0.8125rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid currentColor;
    border-bottom: 0; }

.more a {
  background: #eaff96;
  color: #707070;
  margin-bottom: 1.625rem;
  border-radius: 4px;
  padding: 0.8125rem 1.625rem;
  display: inline-block;
  border: 1px solid transparent;
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.625;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer; }
  .more a:hover {
    background: #e0ff63; }

.back {
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 0;
  border: none; }
  .back a {
    display: block;
    text-decoration: none;
    color: #707070;
    font-size: 0.8rem; }
    .back a:before {
      font-family: 'FontAwesome';
      content: "\f137";
      font-size: 1.2rem;
      margin-left: 0.1rem;
      color: #952b6a;
      margin-right: 0.40625rem; }
    .back a:hover {
      color: #952b6a; }

.cookiebar {
  background-color: #707070;
  font-size: 0.8rem; }
  .cookiebar .cookiebar__button {
    background-color: #eaff96;
    color: #707070; }
    .cookiebar .cookiebar__button:hover {
      background-color: #e0ff63; }

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.nav a {
  text-decoration: none; }

@media screen and (min-width: 53em) {
  .nav--horizontal li {
    float: left; } }

.nav--horizontal a,
.nav--horizontal span.active,
.nav--horizontal span.trail,
.nav--horizontal strong.active,
.nav--horizontal strong.trail {
  display: block;
  padding: 0.40625rem 0.8125rem; }

.nav--right {
  float: right; }

.nav--vertical a,
.nav--vertical span.active,
.nav--vertical span.trail,
.nav--vertical strong.active,
.nav--vertical strong.trail {
  display: block;
  padding: 0.40625rem 0.8125rem; }

.nav--border {
  border: 1px solid currentColor; }
  .nav--border a,
  .nav--border span.active,
  .nav--border span.trail,
  .nav--border strong.active,
  .nav--border strong.trail {
    padding: 0.8125rem 0.8125rem;
    border-bottom: 1px solid currentColor; }
    .nav--border a.last,
    .nav--border span.active.last,
    .nav--border span.trail.last,
    .nav--border strong.active.last,
    .nav--border strong.trail.last {
      border-bottom: 0; }

.nav--breadcrumb {
  border: 1px solid currentColor;
  padding: 0.8125rem 1.625rem; }
  @media screen and (min-width: 53em) {
    .nav--breadcrumb li {
      float: left;
      padding-right: 1.625rem; } }
  .nav--breadcrumb a:after {
    font-size: 0.75rem;
    display: inline-block;
    content: "►";
    vertical-align: middle;
    padding-left: 1.625rem; }

.nav--select select {
  -webkit-appearance: none;
  background: transparent;
  border: 1px solid currentColor;
  padding: 0.40625rem 0.8125rem; }

.nav--select .submit {
  vertical-align: middle;
  padding: 0.40625rem 0.8125rem; }

.nav--pager ul {
  text-align: center; }

.nav--pager li {
  display: inline-block; }

.nav--pager .empty {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

.nav--pager a {
  padding: 0.8125rem; }

.pagination {
  margin-top: 1.625rem;
  clear: both;
  text-align: center;
  line-height: 1; }
  .pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination a {
    text-decoration: none; }
  .pagination p {
    padding: 0.40625rem;
    padding-left: 0;
    margin: 0.40625rem;
    margin-left: 0;
    border-top: 1px solid transparent; }
  .pagination li {
    display: inline; }
  .pagination a,
  .pagination span {
    display: inline-block;
    padding: 0.40625rem;
    margin: 0.40625rem; }
  .pagination span {
    border: 1px solid currentColor; }
  .pagination a.next {
    margin-right: 0;
    padding-right: 0; }
  @media screen and (min-width: 34.375em) {
    .pagination p {
      float: left; }
    .pagination p + ul {
      float: right; } }

.nav--main {
  line-height: 1em;
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200; }
  .nav--main a,
  .nav--main span.active,
  .nav--main span.trail,
  .nav--main strong.active,
  .nav--main strong.trail {
    padding: 0.40625rem;
    text-decoration: none;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }
    @media screen and (min-width: 53em) {
      .nav--main a,
      .nav--main span.active,
      .nav--main span.trail,
      .nav--main strong.active,
      .nav--main strong.trail {
        padding: calc((4rem - 1em) / 4) 0.40625rem;
        margin: calc((4rem - 1em) / 4) 0.8125rem 0; } }
  .nav--main a {
    color: inherit; }
    .nav--main a:hover {
      color: #952b6a; }
  .nav--main span.active,
  .nav--main span.trail,
  .nav--main strong.active,
  .nav--main strong.trail,
  .nav--main .submenu.trail {
    color: #952b6a; }
  .nav--main .level_1 .trail .trail span {
    color: #952b6a;
    font-weight: bolder; }
  .nav--main .level_2 {
    z-index: 1001;
    font-size: 0.85rem;
    overflow: hidden; }
    @media screen and (min-width: 53em) {
      .nav--main .level_2 {
        max-height: 0;
        opacity: 0;
        position: absolute;
        padding: 0 0.8125rem;
        -webkit-transition: opacity 0.2s 0.3s, max-height 0s 0.6s;
        -o-transition: opacity 0.2s 0.3s, max-height 0s 0.6s;
        transition: opacity 0.2s 0.3s, max-height 0s 0.6s; } }
    .nav--main .level_2 > li {
      float: none;
      padding: 0; }
      @media screen and (min-width: 53em) {
        .nav--main .level_2 > li {
          background: #fff; } }
    @media screen and (min-width: 53em) {
      .nav--main .level_2 > li.first {
        padding-top: 0.40625rem; }
      .nav--main .level_2 > li.last {
        padding-bottom: 0.40625rem; }
      .nav--main .level_2 a {
        color: #707070; }
        .nav--main .level_2 a:hover {
          color: #952b6a; } }
    .nav--main .level_2 a,
    .nav--main .level_2 span.active,
    .nav--main .level_2 span.trail,
    .nav--main .level_2 strong.active,
    .nav--main .level_2 strong.trail {
      padding: 0.40625rem 0.8125rem;
      margin: 0; }
  .nav--main li.submenu:hover .level_2 {
    z-index: 1004;
    max-height: 9999px;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  @media screen and (min-width: 53em) {
    .nav--main .level_3 {
      margin-left: 0.8125rem; } }
  .nav--main .level_3 li {
    float: none; }
  .nav--main .level_3 a,
  .nav--main .level_3 span.active,
  .nav--main .level_3 span.trail,
  .nav--main .level_3 strong.active,
  .nav--main .level_3 strong.trail {
    text-transform: none; }

@media screen and (max-width: 52.9375em) {
  .nav--mobile {
    max-height: 0;
    visibility: hidden;
    -webkit-transition: max-height 0s 3s, background 0.3s;
    -o-transition: max-height 0s 3s, background 0.3s;
    transition: max-height 0s 3s, background 0.3s;
    background: transparent;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -1;
    visibility: visible;
    font-size: 1.5rem;
    text-shadow: 0.025rem 0.025rem 2rem rgba(0, 0, 0, 0.8); }
    .nav--mobile > ul {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      max-height: 100%;
      padding-top: 4rem;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -ms-touch-action: touch;
      -ms-overflow-style: none; }
    .nav--mobile > ul > li {
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      opacity: 0; } }
    @media screen and (max-width: 52.9375em) and (min-width: 53em) {
      .nav--mobile > ul > li {
        opacity: 1; } }

@media screen and (max-width: 52.9375em) {
    .nav--mobile a {
      color: #fff; } }

.ie9 .nav--mobile > ul {
  overflow-y: auto; }

@media screen and (max-width: 52.9375em) {
  .nav--mobile--active {
    max-height: 100%;
    -webkit-transition: max-height 0s, background 0.3s;
    -o-transition: max-height 0s, background 0.3s;
    transition: max-height 0s, background 0.3s;
    background: rgba(0, 0, 0, 0.8); }
    .nav--mobile--active > ul > li {
      -webkit-transform: translateY(-0.8125rem);
      -ms-transform: translateY(-0.8125rem);
      transform: translateY(-0.8125rem);
      opacity: 1; }
      .nav--mobile--active > ul > li:nth-child(1) {
        -webkit-transition-delay: 0.125s;
        -o-transition-delay: 0.125s;
        transition-delay: 0.125s; }
      .nav--mobile--active > ul > li:nth-child(2) {
        -webkit-transition-delay: 0.25s;
        -o-transition-delay: 0.25s;
        transition-delay: 0.25s; }
      .nav--mobile--active > ul > li:nth-child(3) {
        -webkit-transition-delay: 0.375s;
        -o-transition-delay: 0.375s;
        transition-delay: 0.375s; }
      .nav--mobile--active > ul > li:nth-child(4) {
        -webkit-transition-delay: 0.5s;
        -o-transition-delay: 0.5s;
        transition-delay: 0.5s; }
      .nav--mobile--active > ul > li .level_2 li a,
      .nav--mobile--active > ul > li .level_2 li strong {
        font-size: 1rem; } }

.nav-toggler {
  font-family: sans-serif;
  float: right;
  position: absolute;
  top: 0;
  right: 0.9375rem;
  height: 4rem; }
  @media screen and (min-width: 53em) {
    .nav-toggler {
      display: none; } }

.nav-toggler__button {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: 1px solid currentColor;
  outline: none;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  color: currentColor;
  padding: 0.20312rem 0.40625rem; }

.html--fixed .nav-toggler__button {
  color: #fff; }

.menu-icon {
  position: relative;
  width: 1.25rem;
  height: 1.625rem;
  display: inline-block;
  vertical-align: top; }

.menu-icon__inner {
  width: 100%;
  background-color: currentcolor;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease; }
  .menu-icon__inner:after, .menu-icon__inner:before {
    background-color: currentcolor;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    -webkit-transition: opacity 0.15s, -webkit-transform 0.15s ease;
    transition: opacity 0.15s, -webkit-transform 0.15s ease;
    -o-transition: transform 0.15s ease, opacity 0.15s;
    transition: transform 0.15s ease, opacity 0.15s;
    transition: transform 0.15s ease, opacity 0.15s, -webkit-transform 0.15s ease; }
  .menu-icon__inner:before {
    top: -6px; }
  .menu-icon__inner:after {
    bottom: -6px; }
  .html--fixed .menu-icon__inner {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    .html--fixed .menu-icon__inner:before {
      opacity: 0; }
    .html--fixed .menu-icon__inner:after {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      bottom: 0; }

.nav--meta {
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200;
  float: left;
  margin-top: 2rem;
  clear: both;
  margin-left: 2.8rem; }
  .nav--meta a {
    color: #707070;
    text-decoration: none; }
    .nav--meta a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 53em) {
    .nav--meta {
      float: right;
      clear: none;
      margin-top: 0; } }
  .nav--meta li {
    display: inline-block; }
  .nav--meta a,
  .nav--meta span.active,
  .nav--meta span.trail,
  .nav--meta strong.active,
  .nav--meta strong.trail {
    padding: 0 0.8125rem;
    text-decoration: none; }
    .nav--meta a.first,
    .nav--meta span.active.first,
    .nav--meta span.trail.first,
    .nav--meta strong.active.first,
    .nav--meta strong.trail.first {
      padding-left: 0; }

.pagination {
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  width: 100%; }
  .pagination ul {
    text-align: left;
    margin-top: 0.3rem; }
  .pagination span {
    border-radius: 50%;
    width: 1.6rem;
    color: #952b6a;
    padding: 0.2rem;
    margin: 0.2rem; }
  .pagination a {
    padding: 0.2rem;
    margin: 0.2rem; }
    .pagination a:hover {
      color: #952b6a; }
  .pagination a.next {
    margin-right: 0.2rem;
    padding-right: 0.2rem; }
  @media screen and (min-width: 0) {
    .pagination p {
      float: right; }
    .pagination p + ul {
      float: left; } }

.slider {
  position: relative; }
  .slider .slider-control {
    position: static;
    height: 0; }
  .slider .slider-control a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 32px;
    line-height: 1;
    position: absolute;
    display: block;
    color: inherit;
    font-family: Arial; }
    .slider .slider-control a:before {
      padding: 0.8125rem;
      display: block; }
    .slider .slider-control a:hover {
      opacity: 0.5; }
  .slider .slider-prev:before {
    content: "◄"; }
  .slider .slider-next:before {
    content: "►"; }
  .slider .slider-menu {
    font-size: 3rem;
    line-height: 1;
    top: auto;
    bottom: 0; }
    .slider .slider-menu b {
      color: inherit; }
    .slider .slider-menu b.active {
      color: #707070; }
    .slider .slider-menu b:hover {
      opacity: 0.5; }

.slider .slider-wrapper > * {
  margin-bottom: 3.25rem; }

.slider .slider-control a {
  width: calc(32px + 0.8125rem * 2);
  height: calc(32px + 0.8125rem * 2);
  overflow: hidden; }

@media screen and (min-width: 0) {
  .slider .slider-menu {
    font-size: 2rem;
    bottom: 3rem; } }

@media screen and (min-width: 58.75em) {
  .slider .slider-menu {
    bottom: 4rem; } }

@media screen and (min-width: 68.75em) {
  .slider .slider-menu {
    bottom: 5rem; } }

.slider .slider-menu b {
  color: #ccc; }

.slider .slider-control a:before {
  color: #ccc; }

.slider-control .slider-menu {
  top: inherit;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  font-size: 27px;
  text-align: center; }

.slider--hero {
  min-height: inherit;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .slider--hero .content-slider,
  .slider--hero .slider-wrapper,
  .slider--hero .slider-wrapper > *,
  .slider--hero .image_container {
    min-height: inherit; }
    .slider--hero .content-slider .image_container,
    .slider--hero .slider-wrapper .image_container,
    .slider--hero .slider-wrapper > * .image_container,
    .slider--hero .image_container .image_container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .slider--hero .content-slider img,
    .slider--hero .slider-wrapper img,
    .slider--hero .slider-wrapper > * img,
    .slider--hero .image_container img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

@media screen and (min-width: 0) {
  .content-slider .slider--text_content {
    position: relative;
    margin-left: 0.8rem;
    top: 2rem;
    /*float: left;
	  		width: 100%; */ }
    .content-slider .slider--text_content p:first-child {
      float: left;
      margin-right: 2rem; } }

@media screen and (min-width: 58.75em) {
  .content-slider .slider--text_content {
    position: absolute;
    right: 3rem;
    bottom: 0.5rem;
    top: initial;
    text-align: left; }
    .content-slider .slider--text_content p:first-child {
      float: none;
      margin-right: 0; } }

@media screen and (min-width: 0) {
  .content-slider figure {
    padding-bottom: base-spacing-unit; } }

@media screen and (min-width: 58.75em) {
  .content-slider figure {
    padding-bottom: 0; } }

@media screen and (min-width: 0) {
  .content-slider .ce_text {
    padding-bottom: 2rem; } }

@media screen and (min-width: 58.75em) {
  .content-slider .ce_text {
    padding-bottom: 0; } }

@media screen and (min-width: 0) {
  .slider h1 {
    margin-top: 1.625rem;
    margin-left: 1rem;
    margin-bottom: 0;
    text-align: left; } }

@media screen and (min-width: 58.75em) {
  .slider h1 {
    text-align: right;
    margin-top: 0; } }

.news-list {
  margin-bottom: 1.625rem; }
  .news-list > h1, .news-list > h2, .news-list > h3, .news-list > h4, .news-list > h5, .news-list > h6 {
    margin-bottom: 0; }
    .news-list > h1:after, .news-list > h2:after, .news-list > h3:after, .news-list > h4:after, .news-list > h5:after, .news-list > h6:after {
      border-top: 1px solid currentColor;
      content: "";
      display: block; }
  .news-list .info {
    margin-bottom: 0;
    font-weight: 700; }
  .news-list .image_container {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem; }
  .news-list .float_left {
    margin-right: 1.625rem; }
  .news-list .float_right {
    margin-left: 1.625rem; }
  .news-list .layout_short > h1, .news-list .layout_short > h2, .news-list .layout_short > h3, .news-list .layout_short > h4, .news-list .layout_short > h5, .news-list .layout_short > h6,
  .news-list .layout_latest > h1,
  .news-list .layout_latest > h2,
  .news-list .layout_latest > h3,
  .news-list .layout_latest > h4,
  .news-list .layout_latest > h5,
  .news-list .layout_latest > h6,
  .news-list .layout_simple > h1,
  .news-list .layout_simple > h2,
  .news-list .layout_simple > h3,
  .news-list .layout_simple > h4,
  .news-list .layout_simple > h5,
  .news-list .layout_simple > h6 {
    margin-top: 1.625rem; }
  .news-list .layout_short:after,
  .news-list .layout_latest:after,
  .news-list .layout_simple:after {
    border-bottom: 1px solid currentColor;
    margin-top: 1.625rem;
    content: "";
    display: block; }
  .news-list .layout_simple time,
  .news-list .layout_simple a,
  .news-list .layout_upcoming time,
  .news-list .layout_upcoming a {
    padding-top: 1.625rem;
    display: inline-block; }
  .news-list .header {
    margin-top: 1.625rem; }

.news-grid {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-bottom: 1.625rem; }
  .news-grid > h1, .news-grid > h2, .news-grid > h3, .news-grid > h4, .news-grid > h5, .news-grid > h6 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    .news-grid > h1:after, .news-grid > h2:after, .news-grid > h3:after, .news-grid > h4:after, .news-grid > h5:after, .news-grid > h6:after {
      border-top: 1px solid currentColor;
      content: "";
      display: block; }
  .news-grid .layout_short,
  .news-grid .layout_latest,
  .news-grid .layout_simple {
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 1.625rem; }
    @media screen and (min-width: 34.375em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%; }
        .news-grid .layout_short:nth-of-type(2n + 1),
        .news-grid .layout_latest:nth-of-type(2n + 1),
        .news-grid .layout_simple:nth-of-type(2n + 1) {
          clear: both; } }
    @media screen and (min-width: 48em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%; }
        .news-grid .layout_short:nth-of-type(n),
        .news-grid .layout_latest:nth-of-type(n),
        .news-grid .layout_simple:nth-of-type(n) {
          clear: none; }
        .news-grid .layout_short:nth-of-type(2n + 1),
        .news-grid .layout_latest:nth-of-type(2n + 1),
        .news-grid .layout_simple:nth-of-type(2n + 1) {
          clear: both; } }
    @media screen and (min-width: 58.75em) {
      .news-grid .layout_short,
      .news-grid .layout_latest,
      .news-grid .layout_simple {
        float: left;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 50%; }
        .news-grid .layout_short:nth-of-type(n),
        .news-grid .layout_latest:nth-of-type(n),
        .news-grid .layout_simple:nth-of-type(n) {
          clear: none; }
        .news-grid .layout_short:nth-of-type(2n + 1),
        .news-grid .layout_latest:nth-of-type(2n + 1),
        .news-grid .layout_simple:nth-of-type(2n + 1) {
          clear: both; } }
  .news-grid .layout_simple time {
    display: block; }

.news-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.news-menu a {
  text-decoration: none; }

.news-menu > h1:after, .news-menu > h2:after, .news-menu > h3:after, .news-menu > h4:after, .news-menu > h5:after, .news-menu > h6:after {
  border-top: 1px solid currentColor;
  content: "";
  display: block; }

.news-menu .year {
  margin-bottom: 0.8125rem; }
  .news-menu .year > a,
  .news-menu .year > .active {
    color: inherit;
    font-weight: 700;
    font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif; }

.news-menu .level_2 li {
  margin-bottom: 0.40625rem; }

.news-grid {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .news-grid .layout_latest {
    margin-top: 0;
    margin-bottom: 0.4rem;
    background-color: #fff; }
    @media screen and (min-width: 0) {
      .news-grid .layout_latest {
        width: 100%;
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
    @media screen and (min-width: 39.8em) {
      .news-grid .layout_latest {
        width: 49%;
        margin-left: 0.2rem;
        margin-right: 0.2rem; } }
    .news-grid .layout_latest .layout_latest__wrapper {
      padding: 1.625rem 0.8125rem 0.8125rem 0.8125rem; }
    .news-grid .layout_latest h1 a, .news-grid .layout_latest h2 a, .news-grid .layout_latest h3 a, .news-grid .layout_latest h4 a, .news-grid .layout_latest h5 a, .news-grid .layout_latest h6 a {
      color: inherit; }
    .news-grid .layout_latest h2 {
      margin-bottom: 1.625rem;
      margin-top: 0.8125rem; }
  .news-grid .image_container {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
    float: none;
    overflow: hidden; }
  .news-grid .info {
    padding-top: 0.8125rem;
    font-size: 0.85em;
    font-weight: 700;
    font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
    color: #555; }
  .news-grid .pagination {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  @media screen and (min-width: 0) {
    .news-grid .even {
      bottom: 0; } }
  @media screen and (min-width: 39.8em) {
    .news-grid .even {
      position: relative;
      bottom: 40px; } }
  @media screen and (min-width: 0) {
    .news-grid .even.first {
      margin-top: 1.625rem; } }
  @media screen and (min-width: 39.8em) {
    .news-grid .even.first {
      position: relative;
      top: 0px;
      margin-bottom: 48px;
      margin-top: 0; } }
  .news-grid .info {
    margin-top: auto; }

.news-list--hero {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 90vh;
  min-height: calc(90vh - 6.5rem); }
  .news-list--hero .layout_latest:after {
    display: none; }
  .news-list--hero > * {
    height: 100%;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news-list--hero h1 {
    line-height: 1.25; }
  .news-list--hero .image_container,
  .news-list--hero .float_left,
  .news-list--hero .float_right,
  .news-list--hero .float_above,
  .news-list--hero .float_below {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0; }
  .news-list--hero .hero__image .image_container {
    background-color: #f8fae8;
    max-width: none; }
  .news-list--hero .hero__image .image_container:not(.compat-object-fit) img {
    opacity: 0.3; }
  .news-list--hero .hero__image .image_container.compat-object-fit {
    opacity: 0.3; }
  .news-list--hero .hero__text {
    margin-top: 4rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1000;
    color: #fff;
    text-align: left; }
    .news-list--hero .hero__text a {
      color: #fff; }
    .news-list--hero .hero__text.float_above {
      max-width: 44.41667em;
      max-width: calc(44.41667em - 1.875rem);
      margin-left: auto;
      margin-right: auto;
      margin-left: 0;
      margin-right: auto; }
    .news-list--hero .hero__text.float_below {
      max-width: 44.41667em;
      max-width: calc(44.41667em - 1.875rem);
      margin-left: auto;
      margin-right: auto;
      -ms-flex-item-align: end;
      align-self: flex-end; }
    .news-list--hero .hero__text.float_left {
      margin-left: 33.33333%; }
    .news-list--hero .hero__text.float_right {
      margin-right: 33.33333%; }
  .news-list--hero .info {
    font-weight: 700;
    font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif; }
  .news-list--hero .teaser {
    font-size: 1.25rem;
    line-height: 1.6; }
  .news-list--hero .more {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.news-full {
  margin-top: 3rem; }
  @media screen and (min-width: 53em) {
    .news-full {
      margin-top: 0; } }
  .news-full h2, .news-full h3, .news-full h4, .news-full h5, .news-full h6 {
    margin-bottom: 0.8rem;
    margin-top: 3rem;
    line-height: 1.2;
    color: #707070; }
  .news-full .mod_article .inside {
    padding-left: 0;
    padding-right: 0; }
  .news-full h2 + h3 {
    margin-top: 1rem; }
  .news-full .info {
    font-weight: 300; }
  .news-full .back {
    font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif; }
    .news-full .back a {
      display: block;
      text-decoration: none; }
      .news-full .back a:before {
        font-family: 'FontAwesome';
        content: "\f137";
        font-size: 1.2rem;
        margin-left: 0.1rem;
        color: #952b6a;
        margin-right: 0.40625rem; }
      .news-full .back a:hover {
        color: #952b6a; }
  .news-full ol, .news-full ul {
    margin-left: 1.6rem; }
  .news-full .band {
    padding: 1.625rem;
    margin-top: 3.25rem; }

.news-full--hero {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  overflow: visible; }
  .news-full--hero .layout_full {
    overflow: visible; }
  .news-full--hero .hero {
    background-color: #f8fae8;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 0;
    min-height: 80vh;
    min-height: calc(80vh - 6.5rem);
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 3.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .ie9 .news-full--hero .hero {
      height: calc(80vh - 6.5rem); }
  .news-full--hero .hero__image .image_container img {
    opacity: 0.3; }
  .news-full--hero .hero__image .image_container.compat-object-fit img {
    opacity: 0; }
  .news-full--hero .hero__image .image_container.compat-object-fit {
    opacity: 0.3; }
  .news-full--hero .text_container {
    max-width: 49.96875em;
    max-width: calc(49.96875em - 1.875rem);
    margin-left: auto;
    margin-right: auto; }
  .news-full--hero .hero__text {
    max-width: 49.96875em;
    max-width: calc(49.96875em - 1.875rem);
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 4rem;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1000; }
    .ie9 .news-full--hero .hero__text {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: 0;
      margin-bottom: 0; }
    @media screen and (min-width: 48em) {
      .news-full--hero .hero__text {
        max-width: 55.52083em;
        max-width: calc(55.52083em - 1.875rem);
        margin-left: auto;
        margin-right: auto; } }
  .news-full--hero .back {
    max-width: 49.96875em;
    max-width: calc(49.96875em - 1.875rem);
    margin-left: auto;
    margin-right: auto;
    font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif; }
    .news-full--hero .back a {
      display: block;
      text-decoration: none; }
      @media screen and (min-width: 34.375em) {
        .news-full--hero .back a {
          max-width: 49.96875em;
          max-width: calc(49.96875em - 1.875rem);
          margin-left: auto;
          margin-right: auto; } }
      .news-full--hero .back a:before {
        font-family: 'FontAwesome';
        content: "\f137";
        font-size: 1.2rem;
        margin-left: 0.1rem;
        color: #952b6a;
        margin-right: 0.40625rem; }
      .news-full--hero .back a:hover {
        color: #952b6a; }
  @media screen and (min-width: 34.375em) {
    .news-full--hero .ce_comments {
      max-width: 49.96875em;
      max-width: calc(49.96875em - 1.875rem);
      margin-left: auto;
      margin-right: auto; } }

.news-menu > h1:after, .news-menu > h2:after, .news-menu > h3:after, .news-menu > h4:after, .news-menu > h5:after, .news-menu > h6:after {
  margin-top: 0.40625rem; }

.news-menu a,
.news-menu .active {
  text-decoration: none;
  color: inherit;
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif; }

.news-menu .level_2 a,
.news-menu .level_2 span.active {
  vertical-align: middle;
  text-decoration: none; }
  .news-menu .level_2 a:before,
  .news-menu .level_2 span.active:before {
    content: "»";
    margin-right: 0.20312rem; }

.news-menu .year > a,
.news-menu .year > .active {
  font-weight: 700; }

#blog {
  padding-top: 3rem; }
  @media screen and (min-width: 53em) {
    #blog {
      padding-top: 8rem; } }
  #blog .news-grid {
    margin-right: 0;
    padding-top: 0; }
    @media screen and (min-width: 53em) {
      #blog .news-grid {
        margin-right: 3rem;
        padding-top: 6rem; } }
  #blog .layout_latest__wrapper {
    padding: 0 0.8125rem 0.8125rem 0.8125rem; }
    #blog .layout_latest__wrapper h2 {
      font-size: 1.3rem; }
  #blog .border-top {
    padding-bottom: 2rem;
    width: 50%; }
  #blog .border-bottom {
    padding-top: 1rem;
    padding-bottom: 2rem; }

.ce_form {
  overflow: visible; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.40625rem;
  font-weight: bold; }

input.text,
input.captcha,
textarea {
  display: block;
  width: 100%;
  padding: 0.8125rem 1.625rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-clip: padding-box;
  background-image: none; }

textarea.textarea {
  height: auto; }

.widget-text,
.widget-textarea {
  margin-bottom: 1.625rem; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="file"] {
  display: block;
  vertical-align: middle;
  line-height: 1; }

input.radio,
input.checkbox {
  margin: 0.40625rem 0 0;
  margin-left: 1px;
  margin-top: 1px \9;
  line-height: normal; }
  input.radio + label,
  input.checkbox + label {
    margin-right: 0.40625rem;
    font-weight: normal; }

select.select {
  margin-left: 0.40625rem; }

.widget-radio,
.widget-checkbox,
.widget-select,
.widget-upload {
  margin-bottom: 1.625rem; }
  .widget-radio legend,
  .widget-checkbox legend,
  .widget-select legend,
  .widget-upload legend {
    font-weight: 700; }

.radio_container > span,
.checkbox_container > span {
  display: inline-block; }

span.mandatory {
  color: #952b6a; }

p.error {
  margin-bottom: 0; }

input.text,
input.captcha,
textarea {
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

input.radio,
input.checkbox {
  vertical-align: top; }

.widget-radio--list .radio_container > span {
  display: block; }

.widget-checkbox--list .checkbox_container > span {
  display: block; }

@media screen and (min-width: 48em) {
  .form__seo-check {
    width: 100%; } }

@media screen and (min-width: 58.75em) {
  .form__seo-check {
    width: 120%; } }

.form__seo-analyse,
.form__webhosting,
.form__seo-workshop {
  display: none; }

.ce_accordion {
  margin-bottom: 0.40625rem; }
  .ce_accordion .toggler {
    font-size: 24px;
    cursor: pointer;
    background: #eaff96;
    color: #707070;
    padding: 0.8125rem;
    border: 2px solid transparent; }
    .ce_accordion .toggler:hover {
      color: rgba(112, 112, 112, 0.5); }
    .ce_accordion .toggler:focus {
      outline: 0; }
  .ce_accordion .accordion {
    padding: 0.8125rem;
    background: transparent; }

.ce_accordion .toggler {
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  padding: 0.40625rem 0.8125rem;
  vertical-align: middle;
  -webkit-transition: border-radius 0.3s;
  -o-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
  color: #707070; }

.ce_accordion .ui-accordion-header-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ce_accordion .ui-accordion-header-icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  float: right;
  display: inline-block;
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25); }
  .ce_accordion .ui-accordion-header-icon:before {
    content: "+"; }

.ce_accordion .ui-icon-triangle-1-s {
  -webkit-transform: rotate(45deg) scale(1.25);
  -ms-transform: rotate(45deg) scale(1.25);
  transform: rotate(45deg) scale(1.25); }

.ce_accordion .ce_text:last-child {
  margin-bottom: 0; }

.ce_download,
.ce_downloads {
  margin-bottom: 1rem; }
  .ce_download .mime_icon,
  .ce_downloads .mime_icon {
    display: inline-block;
    vertical-align: middle; }
  .ce_download a,
  .ce_downloads a {
    display: inline-block;
    color: inherit;
    text-decoration: none; }

.ce_downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.ce_downloads a {
  text-decoration: none; }

table {
  margin-bottom: 1.625rem;
  width: 100%;
  padding: 0;
  border-spacing: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc; }
  table th,
  table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px; }

thead {
  text-align: left;
  background: rgba(204, 204, 204, 0.2); }

tfoot {
  font-style: italic; }

.table--striped .even {
  background: rgba(204, 204, 204, 0.2); }

.table--overflow {
  overflow-x: scroll;
  -ms-overflow-x: auto; }

.pricetable {
  padding: 2rem 1rem; }
  @media screen and (min-width: 53em) {
    .pricetable {
      padding: 2rem 6rem; } }
  .pricetable h1, .pricetable h2, .pricetable h3, .pricetable h4, .pricetable h5, .pricetable h6 {
    text-align: center;
    border-bottom: 1px solid #952b6a;
    padding-bottom: 1rem;
    color: #707070;
    margin-bottom: 3rem; }
  .pricetable ul {
    padding: 0 1.4rem 0.5rem 1.4rem; }
  .pricetable .pricedetails {
    border-top: 1px solid #952b6a;
    text-align: center;
    padding-top: 1rem; }
    .pricetable .pricedetails .price {
      font-size: 1.4rem;
      margin-bottom: 0; }

.pricetable--3 {
  padding: 2rem 1rem; }
  .pricetable--3 h1, .pricetable--3 h2, .pricetable--3 h3, .pricetable--3 h4, .pricetable--3 h5, .pricetable--3 h6 {
    color: #952b6a; }
  .pricetable--3 .pricedetails .price {
    color: #952b6a; }

.pricetable.check__icon ul li,
.pricetable--3.check__icon ul li {
  margin-left: 0; }

.logo {
  float: left;
  width: 10rem;
  margin-top: 1.1rem; }
  .logo a {
    color: inherit;
    text-decoration: none; }

.logo span {
  width: 0;
  height: 0;
  left: -1000px;
  top: -9000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

a.svg {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none; }

a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none; }

object {
  width: 100%; }

.mod_article.hero {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #707070;
  color: #fff;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  z-index: 0; }
  .mod_article.hero > .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    max-width: 66.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    min-height: inherit;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .mod_article.hero--full {
    min-height: 100vh;
    min-height: calc(100vh - 6.5rem);
    height: inherit; }
    .ie10 .mod_article.hero--full > .inside,
    .ie11 .mod_article.hero--full > .inside {
      height: calc(100vh - 6.5rem); }
    .ie9 .mod_article.hero--full > .inside {
      height: calc(100vh - 6.5rem); }
    @media screen and (min-height: 800px) {
      .mod_article.hero--full {
        min-height: 90vh;
        min-height: calc(90vh - 6.5rem); }
        .ie10 .mod_article.hero--full > .inside,
        .ie11 .mod_article.hero--full > .inside {
          height: calc(90vh - 6.5rem); }
        .ie9 .mod_article.hero--full > .inside {
          height: calc(90vh - 6.5rem); } }
  @media screen and (min-width: 0) {
    .mod_article.hero--small {
      min-height: 500px;
      margin-top: 0; } }
  @media screen and (min-width: 34.375em) {
    .mod_article.hero--small {
      min-height: 48vh;
      margin-top: 0; } }
  @media screen and (min-width: 48em) {
    .mod_article.hero--small {
      min-height: 52vh;
      margin-top: 3.3rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 68.75em) {
    .mod_article.hero--small {
      min-height: 52vh;
      margin-top: 4rem;
      margin-bottom: 4rem; } }

.hero__text {
  margin-top: 1.625rem;
  position: relative;
  z-index: 1000;
  text-align: center;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media screen and (min-width: 48em) {
    .hero__text {
      -ms-flex-item-align: center;
      align-self: center; } }
  @media screen and (max-width: 34.3125em) {
    .hero__text h1 {
      font-size: 1.5rem; } }
  .hero__text--left {
    text-align: left; }
  .hero__text--right {
    text-align: right; }
  .hero__text--top {
    top: 0;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .hero__text--bottom {
    bottom: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 0; }
  .ie9 .hero--full .hero__text {
    position: absolute;
    bottom: 1.625rem; }
  @media screen and (min-width: 48em) {
    .ie9 .hero--full .hero__text {
      position: relative;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .ie10 .hero__text {
    max-width: 100%; }

.hero__image .image_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }
  .hero__image .image_container img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

/*.hero__image--half .image_container {
	position: relative;
}*/
.mod_article.hero__half {
  min-height: 500px; }
  @media screen and (min-width: 53em) {
    .mod_article.hero__half {
      padding-left: 0rem; } }
  .mod_article.hero__half .hero__text--half {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    padding: 1.6rem 1.6rem 0 1.6rem; }
    @media screen and (min-width: 0) {
      .mod_article.hero__half .hero__text--half {
        width: 86.5%;
        bottom: 1rem; } }
    @media screen and (min-width: 35em) {
      .mod_article.hero__half .hero__text--half {
        width: 88%; } }
    @media screen and (min-width: 38em) {
      .mod_article.hero__half .hero__text--half {
        width: 90%; } }
    @media screen and (min-width: 48em) {
      .mod_article.hero__half .hero__text--half {
        width: 50%; } }
    @media screen and (min-width: 53em) {
      .mod_article.hero__half .hero__text--half {
        margin-top: 10%;
        background: rgba(255, 255, 255, 0.8);
        padding: 1.625rem;
        margin-left: -4.8rem;
        position: relative;
        top: 0;
        bottom: 0; } }
  .mod_article.hero__half .m-l-2 {
    margin-left: 0; }
    @media screen and (min-width: 53em) {
      .mod_article.hero__half .m-l-2 {
        margin-left: 3rem; } }
  .mod_article.hero__half .hero__image {
    margin-bottom: 0; }
    .mod_article.hero__half .hero__image .image_container {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
      @media screen and (min-width: 53em) {
        .mod_article.hero__half .hero__image .image_container {
          position: relative; } }
      .mod_article.hero__half .hero__image .image_container img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
        @media screen and (min-width: 53em) {
          .mod_article.hero__half .hero__image .image_container img {
            max-width: 100%;
            height: auto; } }

.hero__text--left--green {
  margin-left: 0;
  bottom: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0;
  padding: 1.6rem 1.6rem 0 1.6rem;
  background: #f8fae8; }
  @media screen and (min-width: 0) {
    .hero__text--left--green {
      width: 86.5%;
      bottom: 1rem;
      position: absolute; } }
  @media screen and (min-width: 35em) {
    .hero__text--left--green {
      width: 88%; } }
  @media screen and (min-width: 38em) {
    .hero__text--left--green {
      width: 90%; } }
  @media screen and (min-width: 48em) {
    .hero__text--left--green {
      position: relative;
      margin-left: 3rem;
      margin-top: 5rem;
      bottom: 0;
      width: 50%; } }
  @media screen and (min-width: 58.75em) {
    .hero__text--left--green {
      bottom: 5rem;
      margin-left: 3rem;
      width: 33.333%; } }
  @media screen and (min-width: 53em) {
    .hero__text--left--green {
      padding: 1.625rem; } }

.hero__text--left--violett {
  margin-left: 0;
  bottom: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0;
  padding: 1.625rem 1.625rem 0 1.625rem;
  background: #F2E9EF; }
  @media screen and (min-width: 0) {
    .hero__text--left--violett {
      width: 86.5%;
      bottom: 1rem;
      position: absolute; } }
  @media screen and (min-width: 35em) {
    .hero__text--left--violett {
      width: 88%; } }
  @media screen and (min-width: 38em) {
    .hero__text--left--violett {
      width: 90%; } }
  @media screen and (min-width: 48em) {
    .hero__text--left--violett {
      position: relative;
      margin-left: 3rem;
      margin-top: 5rem;
      bottom: 0;
      width: 50%; } }
  @media screen and (min-width: 58.75em) {
    .hero__text--left--violett {
      bottom: 5rem;
      margin-left: 3rem;
      width: 33.333%; } }
  @media screen and (min-width: 53em) {
    .hero__text--left--violett {
      padding: 1.625rem; } }

.hero__text--left--white {
  margin-left: 0;
  bottom: 0;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0;
  padding: 1.625rem 1.625rem 0 1.625rem;
  background: rgba(255, 255, 255, 0.8); }
  @media screen and (min-width: 0) {
    .hero__text--left--white {
      width: 86.5%;
      bottom: 1rem;
      position: absolute; } }
  @media screen and (min-width: 35em) {
    .hero__text--left--white {
      width: 88%; } }
  @media screen and (min-width: 38em) {
    .hero__text--left--white {
      width: 90%; } }
  @media screen and (min-width: 48em) {
    .hero__text--left--white {
      position: relative;
      margin-left: 3rem;
      margin-top: 5rem;
      bottom: 0;
      width: 50%; } }
  @media screen and (min-width: 58.75em) {
    .hero__text--left--white {
      bottom: 5rem;
      margin-left: 3rem;
      width: 33.333%; } }
  @media screen and (min-width: 53em) {
    .hero__text--left--white {
      padding: 1.625rem; } }

.portfolio {
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  overflow: visible; }
  .portfolio .image_container {
    position: relative;
    /*img {
      box-shadow: $base-img-shadow;
    }*/ }
    .portfolio .image_container a::before {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      content: attr(title);
      position: absolute;
      z-index: 1;
      color: #fff;
      text-align: center;
      width: 100%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s 0.1s;
      -o-transition: all 0.3s 0.1s;
      transition: all 0.3s 0.1s;
      padding: 1.625rem;
      pointer-events: none; }
    .portfolio .image_container a:after {
      content: "";
      background: rgba(0, 0, 0, 0.8);
      display: block;
      vertical-align: middle;
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .portfolio .image_container a {
      position: relative;
      z-index: 1;
      display: block; }
  .portfolio .caption {
    text-align: center;
    width: 100%;
    padding: 0.40625rem; }
  .portfolio:hover .image_container a:before,
  .portfolio:hover .image_container a:after {
    visibility: visible;
    opacity: 1; }
  .portfolio:hover .image_container a:before {
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%); }

.portfolio--hover .image_container {
  position: relative; }
  .portfolio--hover .image_container a:before {
    display: none; }
  .portfolio--hover .image_container:after {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.portfolio--hover .caption {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  transition: all 0.3s 0.1s;
  padding: 0 1.625rem;
  pointer-events: none; }

.portfolio--hover:hover .image_container:after,
.portfolio--hover:hover .image_container a:after {
  visibility: visible;
  opacity: 1; }

.portfolio--hover:hover .caption {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%); }

.portfolio--background,
.img--background figure {
  background-color: #fff;
  padding: 0.40625rem;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 1rem; }

/*.projekte {
	.col-md-4 {
			width: 60%;
		}
	
		.col-md-6{
			width: 100%;
		}
		
		.col-md-2{
			width: 40%;
		}	
		
	@include media-query(screen-offcanvas) {
		.col-md-4 {
			width: 28%;
			position: absolute;
			margin-left: 55%;
			bottom: 1.7rem;
			}
	
		.col-md-6{
			width: 55%;;
		}
		
		.col-md-2{
			width: 16.66667%;
			position: absolute;
			margin-left: 83%;
			bottom: 1.7rem;			
		}	
	}
}

.web {
	
	.col-md-1{
			width: 60%;
				
		}
		
		.col-md-2 {
			width: 40%;
		}
		
			
		.col-md-5{
			width: 100%;
		}
		
		.col-md-3{
			display: none;			
		}	
		
		.col-md-4 {
			display: none;
		}

	
		
	@include media-query(screen-offcanvas) {
		.col-md-1{
			width: 19.583325%;
			position: absolute;
			margin-left: 0;			
			bottom: 5rem;	
				
		}
		
		.col-md-2 {
			width: 9.583325%;
			position: absolute;
			margin-left: 19.583325%;
			bottom: 5rem;
		}
		
			
		.col-md-5{
			margin-left: 29.16665%;
			width: 41.66667%;
		}
		
		.col-md-3{
			width: 19.583325%;
			position: absolute;
			margin-left: 70.83335%;			
			bottom: 5rem;
			display: block;			
		}	
		
		.col-md-4 {
			width: 9.583325%;
			position: absolute;
			margin-left: 90.416675%;
			bottom: 5rem;
			display: block;
		}

		
			
	}
}*/
@media screen and (min-width: 0) {
  .flex .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    /*-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;*/ } }

@media screen and (min-width: 48em) {
  .flex .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; } }

@media screen and (min-width: 0) {
  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 58.75em) {
  .top-xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media screen and (min-width: 0) {
  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 58.75em) {
  .middle-xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

@media screen and (min-width: 0) {
  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media screen and (min-width: 58.75em) {
  .bottom-xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }

/*.col-xs-1 {
    -webkit-flex-basis: 8.333%;
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -webkit-flex-basis: 16.666%;
    -ms-flex-preferred-size: 16.666%;
    flex-basis: 16.666%;
    max-width: 16.666%
}

.col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    ;
    max-width: 33.333%
}

.col-xs-5 {
    -webkit-flex-basis: 41.667%;
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -webkit-flex-basis: 58.333%;
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -webkit-flex-basis: 66.667%;
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -webkit-flex-basis: 83.333%;
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -webkit-flex-basis: 91.667%;
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}*/
.testimonial .image_container img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0.8125rem; }

.testimonial .image_container .caption {
  text-align: center;
  font-style: italic; }

.testimonial .image_container.float_left {
  margin-right: 3.25rem; }
  @media screen and (max-width: 47.9375em) {
    .testimonial .image_container.float_left {
      float: none;
      margin-right: 0; } }

.testimonial .image_container.float_right {
  margin-left: 3.25rem; }
  @media screen and (max-width: 47.9375em) {
    .testimonial .image_container.float_right {
      float: none;
      margin-left: 0; } }

.testimonial blockquote {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .testimonial blockquote p:before,
  .testimonial blockquote p:after {
    font-weight: 700; }
  .testimonial blockquote p:before {
    content: open-quote;
    z-index: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .testimonial blockquote p:after {
    content: close-quote; }
  .testimonial blockquote footer {
    margin-top: 1.625rem;
    font-size: 1rem; }

.testimonial .float_above ~ blockquote,
.testimonial blockquote:first-child {
  max-width: 44.41667em;
  max-width: calc(44.41667em - 1.875rem);
  margin-left: auto;
  margin-right: auto; }

.social {
  text-align: center; }

.social__icons {
  font-size: 2rem;
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  display: inline-block;
  padding-left: 1.625rem;
  padding-right: 1.625rem; }
  .social__icons a {
    color: inherit; }
    .social__icons a:hover {
      color: #952b6a; }

.footer__note {
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200;
  margin-bottom: 1rem; }
  .footer__note a {
    color: #707070;
    text-decoration: none; }
    .footer__note a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 53em) {
    .footer__note {
      float: left;
      margin-bottom: 0; } }
  .footer__note .footer__image {
    width: 1.4rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5rem; }
  .footer__note .footer__content {
    display: inline-block; }

.social-media {
  margin-left: 2.5rem; }
  .social-media a {
    display: inline-block;
    float: left;
    margin-left: 0.4rem;
    margin-top: 1rem; }
  .social-media img {
    width: 24px;
    height: auto; }

.icon li {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Overpass", "Helvetica Neue", Helvetica, sans-serif;
  display: block; }

.check__icon ul {
  margin-top: 0.6rem; }
  .check__icon ul li {
    list-style-type: none;
    margin-left: 2rem; }
    @media screen and (min-width: 53em) {
      .check__icon ul li {
        margin-left: 4rem; } }
    .check__icon ul li:before {
      font-family: 'FontAwesome';
      content: "\f058";
      color: #952b6a;
      margin-left: -0.9rem;
      position: relative;
      left: -0.7rem; }

.text--inverted,
.text--inverted * {
  color: #fff; }

.text--color, .text--color a {
  color: #707070; }

.disabled, .disabled a,
figcaption {
  color: #a3a3a3;
  font-size: 0.8rem;
  padding-bottom: 1.6rem; }

.mod_newslist figcaption {
  display: none; }

.mod_newsreader figcaption {
  padding-bottom: 0; }

.border-top {
  border-top: 1px solid currentColor; }

.border-bottom {
  border-bottom: 1px solid currentColor; }

hr {
  padding-bottom: 0.6rem; }

hr.border-half {
  border-top: 1px solid currentColor;
  padding-top: 0.6rem;
  width: 50%; }

.block--center {
  margin-left: auto;
  margin-right: auto; }

.rotate--left {
  -webkit-transform: perspective(800px) rotateY(20deg);
  transform: perspective(800px) rotateY(20deg); }

.rotate--right {
  -webkit-transform: perspective(800px) rotateY(-20deg);
  transform: perspective(800px) rotateY(-20deg); }

.box--shadow {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.m-t-0,
.mod_article.m-t-0 {
  margin-top: 0rem; }

.m-r-0,
.mod_article.m-r-0 {
  margin-right: 0rem; }

.m-b-0,
.mod_article.m-b-0 {
  margin-bottom: 0rem; }

.m-l-0,
.mod_article.m-l-0 {
  margin-left: 0rem; }

.p-t-0,
.mod_article.p-t-0 {
  padding-top: 0rem; }

.p-r-0,
.mod_article.p-r-0 {
  padding-right: 0rem; }

.p-b-0,
.mod_article.p-b-0 {
  padding-bottom: 0rem; }

.p-l-0,
.mod_article.p-l-0 {
  padding-left: 0rem; }

.m-t-1,
.mod_article.m-t-1 {
  margin-top: 1.625rem; }

.m-r-1,
.mod_article.m-r-1 {
  margin-right: 1.625rem; }

.m-b-1,
.mod_article.m-b-1 {
  margin-bottom: 1.625rem; }

.m-l-1,
.mod_article.m-l-1 {
  margin-left: 1.625rem; }

.p-t-1,
.mod_article.p-t-1 {
  padding-top: 1.625rem; }

.p-r-1,
.mod_article.p-r-1 {
  padding-right: 1.625rem; }

.p-b-1,
.mod_article.p-b-1 {
  padding-bottom: 1.625rem; }

.p-l-1,
.mod_article.p-l-1 {
  padding-left: 1.625rem; }

.m-t-2,
.mod_article.m-t-2 {
  margin-top: 3.25rem; }

.m-r-2,
.mod_article.m-r-2 {
  margin-right: 3.25rem; }

.m-b-2,
.mod_article.m-b-2 {
  margin-bottom: 3.25rem; }

.m-l-2,
.mod_article.m-l-2 {
  margin-left: 3.25rem; }

.p-t-2,
.mod_article.p-t-2 {
  padding-top: 3.25rem; }

.p-r-2,
.mod_article.p-r-2 {
  padding-right: 3.25rem; }

.p-b-2,
.mod_article.p-b-2 {
  padding-bottom: 3.25rem; }

.p-l-2,
.mod_article.p-l-2 {
  padding-left: 3.25rem; }

.m-t-3,
.mod_article.m-t-3 {
  margin-top: 4.875rem; }

.m-r-3,
.mod_article.m-r-3 {
  margin-right: 4.875rem; }

.m-b-3,
.mod_article.m-b-3 {
  margin-bottom: 4.875rem; }

.m-l-3,
.mod_article.m-l-3 {
  margin-left: 4.875rem; }

.p-t-3,
.mod_article.p-t-3 {
  padding-top: 4.875rem; }

.p-r-3,
.mod_article.p-r-3 {
  padding-right: 4.875rem; }

.p-b-3,
.mod_article.p-b-3 {
  padding-bottom: 4.875rem; }

.p-l-3,
.mod_article.p-l-3 {
  padding-left: 4.875rem; }

.m-t-4,
.mod_article.m-t-4 {
  margin-top: 6.5rem; }

.m-r-4,
.mod_article.m-r-4 {
  margin-right: 6.5rem; }

.m-b-4,
.mod_article.m-b-4 {
  margin-bottom: 6.5rem; }

.m-l-4,
.mod_article.m-l-4 {
  margin-left: 6.5rem; }

.p-t-4,
.mod_article.p-t-4 {
  padding-top: 6.5rem; }

.p-r-4,
.mod_article.p-r-4 {
  padding-right: 6.5rem; }

.p-b-4,
.mod_article.p-b-4 {
  padding-bottom: 6.5rem; }

.p-l-4,
.mod_article.p-l-4 {
  padding-left: 6.5rem; }

.m-t-5,
.mod_article.m-t-5 {
  margin-top: 8.125rem; }

.m-r-5,
.mod_article.m-r-5 {
  margin-right: 8.125rem; }

.m-b-5,
.mod_article.m-b-5 {
  margin-bottom: 8.125rem; }

.m-l-5,
.mod_article.m-l-5 {
  margin-left: 8.125rem; }

.p-t-5,
.mod_article.p-t-5 {
  padding-top: 8.125rem; }

.p-r-5,
.mod_article.p-r-5 {
  padding-right: 8.125rem; }

.p-b-5,
.mod_article.p-b-5 {
  padding-bottom: 8.125rem; }

.p-l-5,
.mod_article.p-l-5 {
  padding-left: 8.125rem; }

.width70 .inside {
  max-width: 70em; }

@media screen and (min-width: 0) {
  .article-lg-10 .inside {
    padding-left: 2rem;
    padding-right: 2rem; } }

@media screen and (min-width: 48em) {
  .article-lg-10 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.article-xs-1 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-1 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-2 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-2 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-3 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-3 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-4 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-4 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-5 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-5 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-6 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-6 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-7 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-7 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-8 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-8 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-9 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-9 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-10 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-10 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-11 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-11 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xs-12 {
  padding-left: 0;
  padding-right: 0; }
  .article-xs-12 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 0) {
  .article-xs-1 .inside {
    width: 8.33333%;
    max-width: 5.55208em; }
  .article-xs-2 .inside {
    width: 16.66667%;
    max-width: 11.10417em; }
  .article-xs-3 .inside {
    width: 25%;
    max-width: 16.65625em; }
  .article-xs-4 .inside {
    width: 33.33333%;
    max-width: 22.20833em; }
  .article-xs-5 .inside {
    width: 41.66667%;
    max-width: 27.76042em; }
  .article-xs-6 .inside {
    width: 50%;
    max-width: 33.3125em; }
  .article-xs-7 .inside {
    width: 58.33333%;
    max-width: 38.86458em; }
  .article-xs-8 .inside {
    width: 66.66667%;
    max-width: 44.41667em; }
  .article-xs-9 .inside {
    width: 75%;
    max-width: 49.96875em; }
  .article-xs-10 .inside {
    width: 83.33333%;
    max-width: 55.52083em; }
  .article-xs-11 .inside {
    width: 91.66667%;
    max-width: 61.07292em; }
  .article-xs-12 .inside {
    width: 100%;
    max-width: 66.625em; } }

.article-sm-1 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-1 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-2 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-2 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-3 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-3 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-4 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-4 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-5 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-5 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-6 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-6 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-7 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-7 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-8 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-8 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-9 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-9 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-10 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-10 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-11 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-11 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-sm-12 {
  padding-left: 0;
  padding-right: 0; }
  .article-sm-12 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 34.375em) {
  .article-sm-1 .inside {
    width: 8.33333%;
    max-width: 5.55208em; }
  .article-sm-2 .inside {
    width: 16.66667%;
    max-width: 11.10417em; }
  .article-sm-3 .inside {
    width: 25%;
    max-width: 16.65625em; }
  .article-sm-4 .inside {
    width: 33.33333%;
    max-width: 22.20833em; }
  .article-sm-5 .inside {
    width: 41.66667%;
    max-width: 27.76042em; }
  .article-sm-6 .inside {
    width: 50%;
    max-width: 33.3125em; }
  .article-sm-7 .inside {
    width: 58.33333%;
    max-width: 38.86458em; }
  .article-sm-8 .inside {
    width: 66.66667%;
    max-width: 44.41667em; }
  .article-sm-9 .inside {
    width: 75%;
    max-width: 49.96875em; }
  .article-sm-10 .inside {
    width: 83.33333%;
    max-width: 55.52083em; }
  .article-sm-11 .inside {
    width: 91.66667%;
    max-width: 61.07292em; }
  .article-sm-12 .inside {
    width: 100%;
    max-width: 66.625em; } }

.article-md-1 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-1 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-2 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-2 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-3 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-3 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-4 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-4 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-5 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-5 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-6 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-6 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-7 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-7 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-8 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-8 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-9 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-9 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-10 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-10 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-11 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-11 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-md-12 {
  padding-left: 0;
  padding-right: 0; }
  .article-md-12 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 48em) {
  .article-md-1 .inside {
    width: 8.33333%;
    max-width: 5.55208em; }
  .article-md-2 .inside {
    width: 16.66667%;
    max-width: 11.10417em; }
  .article-md-3 .inside {
    width: 25%;
    max-width: 16.65625em; }
  .article-md-4 .inside {
    width: 33.33333%;
    max-width: 22.20833em; }
  .article-md-5 .inside {
    width: 41.66667%;
    max-width: 27.76042em; }
  .article-md-6 .inside {
    width: 50%;
    max-width: 33.3125em; }
  .article-md-7 .inside {
    width: 58.33333%;
    max-width: 38.86458em; }
  .article-md-8 .inside {
    width: 66.66667%;
    max-width: 44.41667em; }
  .article-md-9 .inside {
    width: 75%;
    max-width: 49.96875em; }
  .article-md-10 .inside {
    width: 83.33333%;
    max-width: 55.52083em; }
  .article-md-11 .inside {
    width: 91.66667%;
    max-width: 61.07292em; }
  .article-md-12 .inside {
    width: 100%;
    max-width: 66.625em; } }

.article-lg-1 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-1 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-2 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-2 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-3 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-3 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-4 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-4 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-5 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-5 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-6 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-6 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-7 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-7 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-8 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-8 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-9 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-9 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-10 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-10 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-11 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-11 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-lg-12 {
  padding-left: 0;
  padding-right: 0; }
  .article-lg-12 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 58.75em) {
  .article-lg-1 .inside {
    width: 8.33333%;
    max-width: 5.55208em; }
  .article-lg-2 .inside {
    width: 16.66667%;
    max-width: 11.10417em; }
  .article-lg-3 .inside {
    width: 25%;
    max-width: 16.65625em; }
  .article-lg-4 .inside {
    width: 33.33333%;
    max-width: 22.20833em; }
  .article-lg-5 .inside {
    width: 41.66667%;
    max-width: 27.76042em; }
  .article-lg-6 .inside {
    width: 50%;
    max-width: 33.3125em; }
  .article-lg-7 .inside {
    width: 58.33333%;
    max-width: 38.86458em; }
  .article-lg-8 .inside {
    width: 66.66667%;
    max-width: 44.41667em; }
  .article-lg-9 .inside {
    width: 75%;
    max-width: 49.96875em; }
  .article-lg-10 .inside {
    width: 83.33333%;
    max-width: 55.52083em; }
  .article-lg-11 .inside {
    width: 91.66667%;
    max-width: 61.07292em; }
  .article-lg-12 .inside {
    width: 100%;
    max-width: 66.625em; } }

.article-xl-1 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-1 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-2 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-2 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-3 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-3 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-4 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-4 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-5 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-5 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-6 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-6 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-7 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-7 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-8 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-8 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-9 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-9 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-10 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-10 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-11 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-11 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

.article-xl-12 {
  padding-left: 0;
  padding-right: 0; }
  .article-xl-12 .inside {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-left: auto;
    margin-right: auto; }

@media screen and (min-width: 68.75em) {
  .article-xl-1 .inside {
    width: 8.33333%;
    max-width: 5.55208em; }
  .article-xl-2 .inside {
    width: 16.66667%;
    max-width: 11.10417em; }
  .article-xl-3 .inside {
    width: 25%;
    max-width: 16.65625em; }
  .article-xl-4 .inside {
    width: 33.33333%;
    max-width: 22.20833em; }
  .article-xl-5 .inside {
    width: 41.66667%;
    max-width: 27.76042em; }
  .article-xl-6 .inside {
    width: 50%;
    max-width: 33.3125em; }
  .article-xl-7 .inside {
    width: 58.33333%;
    max-width: 38.86458em; }
  .article-xl-8 .inside {
    width: 66.66667%;
    max-width: 44.41667em; }
  .article-xl-9 .inside {
    width: 75%;
    max-width: 49.96875em; }
  .article-xl-10 .inside {
    width: 83.33333%;
    max-width: 55.52083em; }
  .article-xl-11 .inside {
    width: 91.66667%;
    max-width: 61.07292em; }
  .article-xl-12 .inside {
    width: 100%;
    max-width: 66.625em; } }

@media screen and (min-width: 58.75em) {
  .right-6 {
    position: relative;
    right: 0; } }

@media screen and (min-width: 68.75em) {
  .right-6 {
    right: -6em; } }

@media screen and (min-width: 58.75em) {
  .left-6 {
    position: relative;
    left: 0; } }

@media screen and (min-width: 68.75em) {
  .left-6 {
    left: -6em; } }

@media screen and (min-width: 34.375em) {
  .top-2 {
    position: relative;
    top: 0; } }

@media screen and (min-width: 48em) {
  .top-2 {
    top: 2em; } }

@media screen and (min-width: 34.375em) {
  .top-4 {
    position: relative;
    top: 0; } }

@media screen and (min-width: 48em) {
  .top-4 {
    top: 4em; } }

/*.anchor::before {
        display: block;
        content: "";
        height:7rem;
        margin: -7rem 0 0;
    }*/
.anchor {
  margin-top: -5rem;
  padding-top: 5rem; }

@media print {
  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 1rem;
    font-weight: normal; }
  abbr[title]:after {
    content: " (" attr(title) ")";
    font-size: 1rem;
    font-weight: normal; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  div.btn a,
  a.btn,
  input.submit {
    color: #000 !important;
    border-color: #000 !important; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .logo a[href]:after,
  .ce_gallery a[href]:after {
    content: ""; }
  .nav,
  .nav-toggler,
  .hero__image,
  .ce_comments .form {
    display: none; }
  .hero,
  .mod_article.hero--full,
  .news-list--hero,
  .news-full--hero .hero {
    min-height: 0; }
  .band {
    margin-top: -1px;
    border-top: 1px solid #f8f8f4;
    border-bottom: 1px solid #f8f8f4; }
  .news-full--hero .hero__text,
  .news-list--hero .hero__text {
    margin-bottom: 0; }
  .news-grid > div {
    width: 33.33333%; }
    .news-grid > div .image_container a:after {
      content: ""; }
  .news-full--hero .text_container,
  .ce_comments {
    max-width: 66.625em;
    max-width: calc(66.625em - 1.875rem);
    margin-left: auto;
    margin-right: auto; }
  .ce_accordion .accordion {
    display: block !important; }
  .ce_accordion .ui-accordion-header-icon {
    display: none; }
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xl-6 {
    width: 50%; }
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xl-4 {
    width: 33.33333%; } }

.show-grid {
  background-color: #555;
  padding-top: 1.625rem;
  margin-bottom: 1.625rem;
  position: relative; }
  .show-grid:before {
    font-size: 1rem;
    padding: 0 0.40625rem;
    border-radius: 0 4px 4px 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    top: 0;
    content: "screen-xs"; }
  @media screen and (min-width: 34.375em) {
    .show-grid:before {
      content: "screen-sm"; } }
  @media screen and (min-width: 48em) {
    .show-grid:before {
      content: "screen-md"; } }
  @media screen and (min-width: 58.75em) {
    .show-grid:before {
      content: "screen-lg"; } }
  @media screen and (min-width: 68.75em) {
    .show-grid:before {
      content: "screen-xl"; } }
  .show-grid [class*="col-"] > * {
    background-color: #f8f8f4;
    padding: 0.40625rem;
    border-radius: 4px; }

.color-palette {
  border-radius: 4px;
  padding: 0.8125rem;
  margin-bottom: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  .color-palette--bordered {
    border: 1px solid #f8f8f4; }

.bg-highlight {
  background-color: #eaff96; }

.bg-violett {
  background: #F2E9EF; }

.bg-green {
  background: #f8fae8; }

.bg-overlay {
  background: rgba(0, 0, 0, 0.8); }

.bg-gray {
  background-color: #f8f8f4; }

.hide--Dokumentation .link--dokumentation {
  display: none; }

.hide--Demo .link--demo {
  display: none; }

/*# sourceMappingURL=../maps/default.css.map */
