@charset "UTF-8";
/**
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE
  *
  */
/** Contents
  *
  * SETTINGS
  * ...variables
  *
  *
  * MIXINS
  * ...general
  * ...responsive
  *
  *
  * GENERIC
  * ...normalize
  * ...contao-reset
  * ...box-sizing
  *
  *
  * BASE
  * ...shared
  * ...page
  * ...type
  * ...grid
  * ...layout
  *
  *
  * COMPONENTS
  * ...media
  * ...tables
  * ...accordion
  * ...links
  * ...events
  * ...faq
  * ...forms
  * ...navs
  * ...news
  * ...newsletter
  * ...slider
  * ...downloads
  *
  */
/*! 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,
.ce_sliderStart:after,
.news-list .layout_short:after,
.news-list .layout_latest:after,
.news-list .layout_simple:after,
.news-grid:after,
.news-list--highlight .content_container:after {
  content: "";
  display: table;
  clear: both; }

a {
  color: #f17a19; }

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

figure {
  margin: 0; }

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

img {
  margin: 0; }

html {
  font-family: "Fira Sans", sans-serif, sans-serif;
  font-size: 1em;
  line-height: 1.625;
  background-color: #fff;
  color: #595c63;
  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: 0.875em; } }
  @media screen and (min-width: 71.3125em) {
    html {
      font-size: 1.125em; } }

html,
body {
  text-rendering: optimizeLegibility; }

/* fira-sans-300 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Fira Sans Light"), local("FiraSans-Light"), url("../fonts/fira-sans-v9-latin-300.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* fira-sans-300italic - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Fira Sans Light Italic"), local("FiraSans-LightItalic"), url("../fonts/fira-sans-v9-latin-300italic.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url("../fonts/fira-sans-v9-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* fira-sans-italic - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Fira Sans Italic"), local("FiraSans-Italic"), url("../fonts/fira-sans-v9-latin-italic.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* fira-sans-500 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url("../fonts/fira-sans-v9-latin-500.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* fira-sans-500italic - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 500;
  src: local("Fira Sans Medium Italic"), local("FiraSans-MediumItalic"), url("../fonts/fira-sans-v9-latin-500italic.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url("../fonts/fira-sans-v9-latin-700.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* fira-sans-700italic - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Fira Sans Bold Italic"), local("FiraSans-BoldItalic"), url("../fonts/fira-sans-v9-latin-700italic.woff2") format("woff2"), url("../fonts/fira-sans-v9-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 15, 2019 */
@font-face {
  font-family: 'abugetregular';
  src: url("../fonts/abuget-webfont.woff2") format("woff2"), url("../fonts/abuget-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Fira Sans", 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,
.ce_text .heading--1 {
  font-size: 1.7rem;
  line-height: 1.55;
  margin-bottom: 1rem; }
  @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,
    .ce_text .heading--1 {
      font-size: 1.7rem; } }
  @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,
    .ce_text .heading--1 {
      font-size: 2.25rem; } }
  @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,
    .ce_text .heading--1 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 71.3125em) {
    .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,
    .ce_text .heading--1 {
      font-size: 2.25rem; } }

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

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

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

.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,
h2,
.ce_text .heading--2,
.news-list h1 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1rem; }
  @media screen and (min-width: 34.375em) {
    .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,
    h2,
    .ce_text .heading--2,
    .news-list h1 {
      font-size: 1.8rem; } }
  @media screen and (min-width: 48em) {
    .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,
    h2,
    .ce_text .heading--2,
    .news-list h1 {
      font-size: 1.8rem; } }
  @media screen and (min-width: 58.75em) {
    .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,
    h2,
    .ce_text .heading--2,
    .news-list h1 {
      font-size: 1.8rem; } }
  @media screen and (min-width: 71.3125em) {
    .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,
    h2,
    .ce_text .heading--2,
    .news-list h1 {
      font-size: 1.8rem; } }

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

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

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

.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,
h3,
.ce_text .heading--3,
.news-list h2 {
  font-size: 1.275rem;
  line-height: 1.25;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    .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,
    h3,
    .ce_text .heading--3,
    .news-list h2 {
      font-size: 1.275rem; } }
  @media screen and (min-width: 48em) {
    .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,
    h3,
    .ce_text .heading--3,
    .news-list h2 {
      font-size: 1.33333rem; } }
  @media screen and (min-width: 58.75em) {
    .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,
    h3,
    .ce_text .heading--3,
    .news-list h2 {
      font-size: 1.33333rem; } }
  @media screen and (min-width: 71.3125em) {
    .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,
    h3,
    .ce_text .heading--3,
    .news-list h2 {
      font-size: 1.33333rem; } }

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

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

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

.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,
h4,
.ce_text .heading--4 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    .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,
    h4,
    .ce_text .heading--4 {
      font-size: 1rem; } }
  @media screen and (min-width: 48em) {
    .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,
    h4,
    .ce_text .heading--4 {
      font-size: 1rem; } }
  @media screen and (min-width: 58.75em) {
    .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,
    h4,
    .ce_text .heading--4 {
      font-size: 1rem; } }
  @media screen and (min-width: 71.3125em) {
    .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,
    h4,
    .ce_text .heading--4 {
      font-size: 1rem; } }

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

.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,
h5,
.ce_text .heading--5 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    .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,
    h5,
    .ce_text .heading--5 {
      font-size: 1rem; } }
  @media screen and (min-width: 48em) {
    .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,
    h5,
    .ce_text .heading--5 {
      font-size: 1rem; } }
  @media screen and (min-width: 58.75em) {
    .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,
    h5,
    .ce_text .heading--5 {
      font-size: 1rem; } }
  @media screen and (min-width: 71.3125em) {
    .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,
    h5,
    .ce_text .heading--5 {
      font-size: 1rem; } }

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: -0.5rem; }


h6 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem; }
  @media screen and (min-width: 34.375em) {
    
    h6 {
      font-size: 1rem; } }
  @media screen and (min-width: 48em) {
    
    h6 {
      font-size: 1rem; } }
  @media screen and (min-width: 58.75em) {
    
    h6 {
      font-size: 1rem; } }
  @media screen and (min-width: 71.3125em) {
    
    h6 {
      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: #f17a19;
    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: #f17a19; }

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

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

.ce_text {
  margin-bottom: 1.625rem; }

::-moz-selection {
  background: #6ea325;
  color: #fff;
  opacity: 1; }

::selection {
  background: #6ea325;
  color: #fff;
  opacity: 1; }

h1, h2, h3, h4, h5, h6 {
  color: #525b6e; }

h1,
h2 {
  text-transform: initial;
  font-weight: 500; }

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

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

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

h1 + h2,
h1 + .ce_text h2,
h2 + h3,
h2 + .ce_text h3 {
  margin-bottom: 1.625rem !important; }

h2 + h3 {
  margin-top: 0; }

p,
ul,
ol,
li {
  font-weight: 400; }

.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: 71.3125em) {
  .clear-lg {
    clear: none; } }

@media screen and (min-width: 71.3125em) {
  .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: 71.3125em) {
  .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: 71.3125em) {
  .pull-right-xl {
    float: right; }
  .pull-left-xl {
    float: left; } }

@media screen and (min-width: 71.3125em) {
  .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; }
  .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; }
  .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; }

/**
  * Erdmann & Freunde - Nutshell
  * Starterkit
  * erdmann-freunde.de/nutshell/
  *
  * Lizenziert unter MIT OPEN SOURCE
  *
  */
[id="header"] {
  background: #ffffff;
  color: #595c63; }
  [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; }

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;
  min-height: 100%; }

[id="header"] {
  background: #ffffff;
  top: 0;
  position: relative;
  z-index: 1005;
  left: 0;
  right: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #595c63; }
  [id="header"] .inside {
    padding: 0; }
    @media screen and (min-width: 48em) {
      [id="header"] .inside {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative; }
        [id="header"] .inside:after {
          display: none; } }
  .header--relative [id="header"] {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header--invert [id="header"] {
    color: #fff; }
  .header--background [id="header"] {
    background: #555;
    background: #555; }

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

.mod_article {
  width: 91%;
  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; } }
  .mod_article .inside > .last {
    margin-bottom: 0; }

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

.article--left-full {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0; }
  @media screen and (min-width: 34.375em) {
    .article--left-full {
      padding-left: 0;
      padding-right: 3.25rem; } }
  @media screen and (min-width: 71.3125em) {
    .article--left-full {
      padding-right: calc(((100vw - 66.625em) / 2) + 0.9375rem); } }

[id="footer"] {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  background: #ffffff;
  color: #525b6e;
  position: relative;
  z-index: 0; }
  [id="footer"] > .inside {
    width: 90%; }

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

.band--highlight {
  background: -webkit-gradient(linear, left top, left bottom, from(#8DA6BC), color-stop(50%, #71889f), to(#8DA6BC));
  background: -o-linear-gradient(top, #8DA6BC 0%, #71889f 50%, #8DA6BC 100%);
  background: linear-gradient(180deg, #8DA6BC 0%, #71889f 50%, #8DA6BC 100%);
  color: #fff; }
  .band--highlight a {
    color: inherit; }
  .band--highlight p {
    font-weight: 500; }

.band--light {
  background-color: #f5f5f5; }

.band--tint {
  background: -webkit-gradient(linear, left top, right top, from(#ee7814), to(#ef7814));
  background: -o-linear-gradient(left, #ee7814 0%, #ef7814 100%);
  background: linear-gradient(90deg, #ee7814 0%, #ef7814 100%); }

.band--bg {
  background-image: url(/files/theme/dist/img/windraeder.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain; }

.band--bg-image .inside {
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  padding: 4rem 0 8rem; }

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

.caption--right {
  text-align: right; }
  .caption--right img {
    margin-left: auto;
    margin-right: 0; }
  .caption--right .caption {
    text-align: right; }

.ce_gallery img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.40625rem; }

a.btn,
span.btn,
button.btn, div.btn > a,
div.btn > button,
.ce_toplink > a,
.ce_toplink > button,
.toplink > a,
.toplink > button, .news-list .more a, input.submit,
button.submit {
  border-radius: 2px;
  padding: 0.40625rem 1.625rem;
  display: inline-block;
  border: 1px solid transparent;
  font-family: "Fira Sans", 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, .news-list .more a,
span.btn--primary,
button.btn--primary,
input.submit,
button.submit {
  background: #6ea325;
  color: #ffffff; }
  a.btn--primary:hover, .news-list .more a:hover,
  span.btn--primary:hover,
  button.btn--primary:hover,
  input.submit:hover,
  button.submit:hover {
    background: #52791c; }

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: #6ea325;
  color: #ffffff; }
  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: #52791c; }

.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 rgba(0, 0, 0, 0.1);
  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, .news-list .more a, input.submit,
button.submit {
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 0.6rem 3.5rem 0.7rem 1.625rem;
  position: relative; }
  a.btn:after,
  span.btn:after,
  button.btn:after, div.btn > a:after,
  div.btn > button:after,
  .ce_toplink > a:after,
  .ce_toplink > button:after,
  .toplink > a:after,
  .toplink > button:after, .news-list .more a:after, input.submit:after,
  button.submit:after {
    color: #fff;
    content: '';
    width: 1.5rem;
    height: 100%;
    display: block;
    position: absolute;
    right: 1.3rem;
    top: 0;
    background-image: url(/files/theme/dist/img/icons/pfeil-kreis-rechts.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.hero a.btn--primary, .hero .news-list .more a, .news-list .more .hero a, .hero span.btn--primary, .hero button.btn--primary, .hero input.submit,
.hero button.submit {
  background: #6ea325;
  border-width: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: initial; }

.hero a.btn--secondary, .hero
span.btn--secondary, .hero
button.btn--secondary {
  background-color: #f17a19;
  border-width: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: initial; }

a.btn--tertiary,
span.btn--tertiary,
button.btn--tertiary {
  background-color: #525b6e; }

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

.nav a {
  text-decoration: none; }

@media screen and (min-width: 64em) {
  .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.8125rem 1.625rem; }

.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.8125rem 1.625rem; }

.nav--border {
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .nav--border a,
  .nav--border span.active,
  .nav--border span.trail,
  .nav--border strong.active,
  .nav--border strong.trail {
    padding: 1.625rem 1.625rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .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 rgba(0, 0, 0, 0.1);
  padding: 0.8125rem 1.625rem; }
  @media screen and (min-width: 64em) {
    .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 rgba(0, 0, 0, 0.1);
  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 strong {
    display: inline-block;
    padding: 0.40625rem;
    margin: 0.40625rem; }
  .pagination strong {
    border: 1px solid rgba(0, 0, 0, 0.1); font-weight: normal;}
  .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: "Fira Sans", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .nav--main a,
  .nav--main span.active,
  .nav--main span.trail,
  .nav--main strong.active,
  .nav--main strong.trail {
    padding: 0;
    text-decoration: none;
    font-weight: 500; }
  .nav--main a {
    color: inherit; }
  .nav--main span.active,
  .nav--main span.trail,
  .nav--main strong.active,
  .nav--main strong.trail {
    color: #6ea325; }
  .nav--main .level_1 > li {
    margin: 0 0.8rem; }
    .nav--main .level_1 > li > a,
    .nav--main .level_1 > li > strong {
      text-transform: uppercase;
      padding-top: 0.7rem;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid transparent; }
      @media screen and (min-width: 1141px) {
        .nav--main .level_1 > li > a,
        .nav--main .level_1 > li > strong {
          font-size: 1rem; } }
    .nav--main .level_1 > li:hover > a,
    .nav--main .level_1 > li:hover > strong {
      border-color: currentColor; }
  @media screen and (min-width: 64em) {
    .nav--main li.nav-portal {
      display: none; } }
  .nav--main .level_2 {
    z-index: 1001;
    overflow: hidden; }
    @media screen and (min-width: 64em) {
      .nav--main .level_2 {
        max-height: 0;
        opacity: 0;
        position: absolute;
        padding: 0 1.625rem;
        margin-left: -1.625rem;
        -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 0.8125rem;
      background: #fff; }
    @media screen and (min-width: 64em) {
      .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: inherit;
        background: url(/files/theme/dist/img/icons/navigation-arrow-right.svg) center left/0.40625rem no-repeat; }
        .nav--main .level_2 a:hover {
          color: #f17a19;
          background: url(/files/theme/dist/img/icons/navigation-arrow-right--highlight.svg) center left/0.40625rem no-repeat; }
      .nav--main .level_2 strong {
        color: #f17a19;
        background: url(/files/theme/dist/img/icons/navigation-arrow-right--highlight.svg) center left/0.40625rem no-repeat; } }
    .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.50781rem 0.71094rem;
      margin: 0;
      font-size: 0.9rem; }
  .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: 64em) {
    .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: 63.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%;
    z-index: -1;
    visibility: visible;
    font-size: 1.5rem; }
    .nav--mobile > ul {
      position: relative;
      top: 40%;
      width: 100%;
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      transform: translateY(-40%);
      max-height: 100%;
      padding-top: 5rem;
      padding-left: 1.625rem;
      padding-right: 1.625rem;
      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;
      margin-top: 1.625rem;
      margin-bottom: 1.625rem; } }
    @media screen and (max-width: 63.9375em) and (min-width: 64em) {
      .nav--mobile > ul > li {
        opacity: 1; } }

@media screen and (max-width: 63.9375em) {
    .nav--mobile .level_2 li {
      background: transparent;
      padding-left: 1.625rem; }
    .nav--mobile a,
    .nav--mobile strong.active,
    .nav--mobile strong.trail {
      padding-left: 1.625rem;
      padding-right: 1.625rem; }
    .nav--mobile a,
    .nav--mobile strong.active {
      background: url(/files/theme/dist/img/icons/navigation-arrow-right.svg) center left/0.73125rem no-repeat; }
    .nav--mobile strong.active,
    .nav--mobile strong.trail {
      background: url(/files/theme/dist/img/icons/navigation-arrow-right--highlight-green.svg) center left/0.73125rem no-repeat;
      color: #6ea325; }
    .nav--mobile .level_2 a,
    .nav--mobile .level_2 strong.active,
    .nav--mobile .level_2 strong.trail {
      background-size: 0.40625rem;
      padding-left: 0.8125rem;
      padding-right: 1.625rem; } }

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

@media screen and (max-width: 63.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(255, 255, 255, 0.9);
    z-index: 1004; }
    .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:nth-child(5) {
        -webkit-transition-delay: 0.625s;
        -o-transition-delay: 0.625s;
        transition-delay: 0.625s; }
      .nav--mobile--active > ul > li:nth-child(6) {
        -webkit-transition-delay: 0.75s;
        -o-transition-delay: 0.75s;
        transition-delay: 0.75s; }
      .nav--mobile--active > ul > li:nth-child(7) {
        -webkit-transition-delay: 0.875s;
        -o-transition-delay: 0.875s;
        transition-delay: 0.875s; } }

.nav-toggler {
  font-family: sans-serif;
  position: absolute;
  top: 0;
  right: 1.625rem;
  z-index: 1005;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  @media screen and (min-width: 64em) {
    .nav-toggler {
      display: none; } }

.nav-toggler__button {
  background: none;
  border: none;
  outline: none;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  color: currentColor;
  padding: 0.20312rem 0; }

.menu-icon {
  position: relative;
  width: 3rem;
  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: -3.5px;
  height: 7px;
  -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: 7px;
    -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: -14px; }
  .menu-icon__inner:after {
    bottom: -14px; }
  .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--footer {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  padding-top: 1.625rem;
  padding-bottom: 1.625rem; }
  @media screen and (min-width: 58.75em) {
    .nav--footer {
      float: left;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 25%; } }
  .nav--footer h6 {
    color: #fff;
    font-weight: 700; }
  .nav--footer a,
  .nav--footer strong {
    color: #f5f5f5;
    font-weight: 300;
    font-size: 0.8rem; }
  .nav--footer a:hover {
    color: #fff;
    text-decoration: underline; }

.nav--top {
  display: none;
  padding: 0 0.8125rem;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }
  @media screen and (min-width: 64em) {
    .nav--top {
      display: block; } }
  .nav--top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .nav--top a,
  .nav--top strong {
    color: #f17a19;
    display: block;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    padding: 0.7rem 0.8rem;
    text-decoration: none;
    text-transform: uppercase; }
    .nav--top a.icon,
    .nav--top strong.icon {
      position: relative; }
      .nav--top a.icon:before,
      .nav--top strong.icon:before {
        content: '';
        position: absolute;
        left: -18px;
        top: 0;
        color: #f17a19;
        width: 22px;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
    .nav--top a.icon--login:before,
    .nav--top strong.icon--login:before {
      background-image: url(/files/theme/dist/img/icons/sign-in.svg); }

.nav--meta {
  padding: 1.8125rem 0;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }
  @media screen and (min-width: 390px) {
    .nav--meta ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .nav--meta li {
    font-size: 1rem; }
    @media screen and (min-width: 390px) {
      .nav--meta li {
        font-size: 0.8rem; }
        .nav--meta li:not(:first-child):before {
          content: '|';
          padding-left: 0.40625rem;
          padding-right: 0.40625rem; } }
    @media screen and (min-width: 440px) {
      .nav--meta li {
        font-size: 1rem; } }
  .nav--meta a,
  .nav--meta strong {
    color: inherit;
    text-decoration: underline; }

.ce_sliderStart {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  overflow: visible; }

.slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  background: #6ea325; }
  .slick-slide.slick-active {
    opacity: 1;
    background: none; }

.slick-dots {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center; }
  .slick-dots li {
    display: inline-block; }
    .slick-dots li:focus {
      outline: none; }
  .slick-dots button {
    margin: 0 0.20312rem;
    background: transparent;
    border: 2px solid #595c63;
    padding: 0;
    text-indent: -9999px;
    border-radius: 50%;
    font-size: 1px;
    width: 14px;
    height: 14px; }
    .slick-dots button:focus {
      outline: none; }
  .slick-dots .slick-active button {
    background: #595c63; }

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

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .slick-track > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.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 rgba(0, 0, 0, 0.1);
      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 rgba(0, 0, 0, 0.1);
    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 rgba(0, 0, 0, 0.1);
      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: 33.33333%; }
        .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(3n + 1),
        .news-grid .layout_latest:nth-of-type(3n + 1),
        .news-grid .layout_simple:nth-of-type(3n + 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 rgba(0, 0, 0, 0.1);
  content: "";
  display: block; }

.news-menu .year {
  margin-bottom: 0.8125rem; }
  .news-menu .year > a,
  .news-menu .year > .active {
    color: inherit;
    font-weight: 400;
    font-family: "Fira Sans", sans-serif; }

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

.news-list h2 a {
  color: inherit; }

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

.news-list--highlight {
  padding-left: 6rem;
  position: relative; }
  .news-list--highlight:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 100%;
    display: block;
    background-image: url(/files/theme/dist/img/icons/bullhorn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 15%; }
    @media screen and (min-width: 48em) {
      .news-list--highlight:before {
        background-position: center center; } }
  .news-list--highlight .layout_latest {
    margin-bottom: 1.625rem; }
    .news-list--highlight .layout_latest:after {
      display: none; }
  .news-list--highlight .content_container {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    @media screen and (min-width: 48em) {
      .news-list--highlight .content_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .news-list--highlight h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500; }
  .news-list--highlight .ce_text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    @media screen and (min-width: 48em) {
      .news-list--highlight .ce_text {
        margin-bottom: 0; } }
    .news-list--highlight .ce_text p {
      color: inherit; }
  .news-list--highlight .more {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
    @media screen and (min-width: 48em) {
      .news-list--highlight .more {
        text-align: center; } }
    .news-list--highlight .more a {
      background: #465f77;
      color: #fff;
      border-width: 2px;
      text-decoration: none; }
      .news-list--highlight .more a:hover {
        background: rgba(255, 255, 255, 0.2); }

.news-full .info {
  font-weight: 700; }

.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: #6ea325; }

p.error {
  margin-bottom: 0; }

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

p.error {
  color: red; }

input.text,
input.captcha,
textarea {
  padding: 0.40625rem 0.8125rem; }

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

.widget-checkbox input.checkbox {
  float: left; }

.widget-checkbox input.checkbox {
  position: absolute;
  opacity: 0; }

.widget-checkbox label {
  display: block;
  overflow: hidden;
  margin-bottom: 0; }
  .widget-checkbox label::before {
    margin-top: 0.40625rem;
    margin-right: 1.625rem;
    content: ' ';
    text-align: center;
    color: #6ea325;
    float: left;
    display: block;
    width: 1rem;
    height: 1.62rem;
    font-size: 1.62em;
    line-height: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0.40625rem 0.8125rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background: #fff; }
  .widget-checkbox label .label__text {
    display: block;
    overflow: hidden; }
  .widget-checkbox label a {
    text-decoration: underline; }

.widget-checkbox input:checked + label::before {
  content: '✓'; }

.widget-checkbox--hidelabel legend {
  width: 0;
  height: 0;
  left: -1000px;
  top: -1000px;
  position: absolute;
  overflow: hidden;
  display: inline; }

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

.widget-checkbox--hidelabel input.checkbox {
  display: none; }

.widget-checkbox--hidelabel label {
  margin-left: 0; }
  .widget-checkbox--hidelabel label::before {
    display: none; }
  .widget-checkbox--hidelabel label::after {
    margin-top: 0.40625rem;
    content: ' ';
    text-align: center;
    color: #6ea325;
    display: block;
    width: 1rem;
    height: 1.62rem;
    font-size: 1.62em;
    line-height: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0.40625rem 0.8125rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background: #fff; }

.widget-checkbox--hidelabel input:checked + label::after {
  content: '✓'; }

.ce_accordion {
  margin-bottom: 0.40625rem; }
  .ce_accordion .toggler {
    font-size: 1rem;
    cursor: pointer;
    background: #ffffff;
    color: #595c63;
    padding: 0.8125rem;
    border: 2px solid transparent; }
    .ce_accordion .toggler:hover {
      color: rgba(89, 92, 99, 0.5); }
    .ce_accordion .toggler:focus {
      outline: 0; }
  .ce_accordion .accordion {
    padding: 0.8125rem;
    background: #ffffff; }

.ce_accordion.last {
  margin-bottom: 1.625rem; }

.ce_accordion .toggler {
  border: 1px solid #d4d4d4;
  color: #595c63;
  padding-right: 30px;
  padding-left: 2.5rem;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .ce_accordion .toggler:hover {
    color: #595c63; }
  .ce_accordion .toggler:after {
    content: "+";
    font-size: 2.5rem;
    position: absolute;
    right: 1.25rem;
    top: 0;
    height: 100%;
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ce_accordion .toggler:focus {
    outline: 0; }
  .ce_accordion .toggler.ui-state-active {
    background-color: #8aa1b9;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #ffffff; }
    .ce_accordion .toggler.ui-state-active:after {
      content: "–"; }

.ce_accordion .accordion {
  border: 1px solid #d4d4d4;
  border-top: 0;
  border-radius: 0;
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.ce_downloads ul {
  margin-left: 0;
  padding-left: 0; }

/*
.download-element {
	a {
		color: $color-brand;
		text-decoration: underline;
	}
}

*/
.logo {
  background-color: #ffffff;
  margin-right: 1.225rem;
  padding: 3rem 1.8rem 2rem;
  margin-top: -6rem;
  -webkit-transform: skew(0deg, -3deg);
  -ms-transform: skew(0deg, -3deg);
  transform: skew(0deg, -3deg);
  position: relative;
  top: 5rem;
  left: 0;
  z-index: 0;
  max-width: 24rem; }
  @media screen and (min-width: 1024px) and (max-width: 1300px) {
    .logo {
      margin-top: -5rem;
      max-width: 16rem;
      width: 100%; } }
  @media screen and (min-width: 1301px) {
    .logo {
      max-width: 100%; } }
  .logo a {
    color: inherit;
    display: block;
    -webkit-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg); }

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes scale-up {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes scale-up-down {
  0% {
    -webkit-transform: scale(0.9, 0);
    transform: scale(0.9, 0); }
  50% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  100% {
    -webkit-transform: scale(0.9, 0);
    transform: scale(0.9, 0); } }

@keyframes scale-up-down {
  0% {
    -webkit-transform: scale(0.9, 0);
    transform: scale(0.9, 0); }
  50% {
    -webkit-transform: scale(0.9, 1);
    transform: scale(0.9, 1); }
  100% {
    -webkit-transform: scale(0.9, 0);
    transform: scale(0.9, 0); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.mod_article.hero {
  max-width: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  min-height: 50vh;
  color: #595c63;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 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;
    width: 90%;
    position: static;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.ce_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
  .ce_hero .content_container {
    background-color: rgba(82, 91, 110, 0.4);
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1000;
    margin-top: -6rem;
    padding: 6rem 1rem 3rem;
    -webkit-transform: skew(0deg, -3deg);
    -ms-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg); }
    @media screen and (min-width: 58.75em) {
      .ce_hero .content_container {
        padding: 6rem 2.5rem 3rem; } }
    .ce_hero .content_container--center {
      text-align: center; }
    .ie10 .ce_hero .content_container {
      max-width: 100%; }
  .ce_hero .teaser {
    -webkit-animation: fade-in 0.3s 0.5s;
    animation: fade-in 0.3s 0.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    margin-top: 6.5rem;
    -webkit-transform: skew(0deg, 3deg);
    -ms-transform: skew(0deg, 3deg);
    transform: skew(0deg, 3deg); }
    @media screen and (min-width: 48em) {
      .ce_hero .teaser {
        margin-top: 8rem; } }
  .ce_hero .headline {
    color: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Fira Sans", sans-serif;
    line-height: 1.8rem;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }
    @media screen and (min-width: 48em) {
      .ce_hero .headline {
        font-size: 2.5rem;
        line-height: 1.1em;
        margin-bottom: 0.7rem;
        word-spacing: 4px; } }
  .ce_hero .description {
    margin-bottom: 2.125rem; }
    .ce_hero .description p {
      color: inherit;
      font-size: 1.2rem;
      font-weight: 400; }
      @media screen and (min-width: 48em) {
        .ce_hero .description p {
          font-size: 1.8rem; } }
  .ce_hero .button_container .btn {
    margin: 0.40625rem 0.40625rem; }
  .ce_hero .image_container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
    .ce_hero .image_container img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.hero__image {
  position: relative; }
  .hero__image img {
    width: 100%;
    height: auto; }
  .hero__image .inside {
    max-width: 66.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%; }
  .hero__image .hero__text {
    max-width: 66.625em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10; }

.hero__text {
  text-align: right;
  margin-bottom: 0; }
  .hero__text--handwrite,
  .hero__text--handwrite * {
    color: #fff;
    font-family: "abugetregular", serif;
    font-size: 5rem;
    line-height: 6rem; }
    @media screen and (min-width: 48em) {
      .hero__text--handwrite,
      .hero__text--handwrite * {
        font-size: 8rem;
        line-height: 9.5rem; } }

.download-element a {
  background-image: none;
  padding-left: 0;
}
.ext-pdf {
  background-image: url(/files/theme/dist/img/icons/pdf.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 12px 6px 12px 64px; }

.ext-zip {
  background-image: url(/files/theme/dist/img/icons/icon_zip.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 12px 6px 12px 64px; }

.ext-xls,
.ext-xlsx {
  background-image: url(/files/theme/dist/img/icons/icon_xls.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 12px 6px 12px 64px; }

/**
 * @component 			Image Text
 * @project 			Gemeindewerke St. Michel
 * @last-modified		2019-05-15
 * @authors				Yannick Herzog <info@hit-services.net>
 */
.image-text {
  overflow: visible; }
  .image-text--horz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .image-text__image-container {
    width: 100%;
    max-width: 3rem;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%); }
    @media screen and (min-width: 58.75em) {
      .image-text__image-container {
        min-width: 5rem;
        max-width: 5rem;
        -webkit-transform: translateY(-15%);
        -ms-transform: translateY(-15%);
        transform: translateY(-15%); } }
  .image-text__content-container {
    margin-left: 1.5rem; }
    @media screen and (min-width: 58.75em) {
      .image-text__content-container {
        margin-left: 1rem; } }
  .image-text + .btn {
    margin-left: 4.5rem; }
    @media screen and (min-width: 58.75em) {
      .image-text + .btn {
        margin-left: 6rem; } }

/**
 * @component 			Quote
 * @project 			Gemeindewerke St. Michel
 * @last-modified		2019-05-15
 * @authors				Yannick Herzog <info@hit-services.net>
 */
.quote .text_container {
  margin-top: 1rem;
  margin-left: 1.8rem;
  position: relative; }
  .quote .text_container:before {
    content: '"';
    font-family: "Fira Sans", sans-serif;
    font-size: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-transform: translate(-1.8rem, -1.8rem);
    -ms-transform: translate(-1.8rem, -1.8rem);
    transform: translate(-1.8rem, -1.8rem); }

/**
 * @component 			List
 * @project 			Gemeindewerke St. Michel
 * @last-modified		2019-05-15
 * @authors				Yannick Herzog <info@hit-services.net>
 */
.list--numbered ol,
.list--numbered ul {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-left: 0; }
  @media screen and (min-width: 48em) {
    .list--numbered ol,
    .list--numbered ul {
      padding-left: 1.625rem;
      margin-left: 1.625rem; } }

.list--numbered li {
  counter-increment: my-awesome-counter;
  font-size: 0.9rem;
  line-height: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  .list--numbered li:not(:first-child) {
    margin-top: 1.2rem; }
  .list--numbered li:before {
    content: "0" counter(my-awesome-counter) " /";
    font-weight: bold;
    font-size: 1.6rem;
    margin-right: 1.8rem; }

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

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.article-xs-left > .inside {
  margin-left: 0; }

.article-xs-right > .inside {
  margin-right: 0; }

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

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

.article-sm-left > .inside {
  margin-left: 0; }

.article-sm-right > .inside {
  margin-right: 0; }

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

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

.article-md-left > .inside {
  margin-left: 0; }

.article-md-right > .inside {
  margin-right: 0; }

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

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

.article-lg-left > .inside {
  margin-left: 0; }

.article-lg-right > .inside {
  margin-right: 0; }

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

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

.article-xl-left > .inside {
  margin-left: 0; }

.article-xl-right > .inside {
  margin-right: 0; }

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

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.pos-r {
  position: relative; }

.ce_text .image_container.float_below {
  margin-top: 1.5rem;
}

.ce_text .image_container.float_left {
  margin-right: 1rem;
}  

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