/* Import Bootstrap Mixings*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.homepage h3,
.homepage h4,
.homepage h5,
.homepage .h3,
.homepage .h4,
.homepage .h5 {
  color: #004993;
}
.homepage a:link,
.homepage a:visited {
  color: #004993;
}
.homepage a:hover,
.homepage a:focus,
.homepage a.active {
  color: #96c972;
}
.homepage blockquote .quelle {
  color: #004993;
}
.homepage {
  font-size: 16px;
  line-height: 32px;
  color: #353535;
  font-family: 'PT Sans', sans-serif;
}
.homepage a:hover,
.homepage a:focus,
.homepage a.active {
  text-decoration: none;
}
.homepage h1,
.homepage h2,
.homepage h3,
.homepage h4,
.homepage h5,
.homepage h6,
.homepage .h1,
.homepage .h2,
.homepage .h3,
.homepage .h4,
.homepage .h5,
.homepage .h6 {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 300;
  display: block;
}
.homepage h1,
.homepage .h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}
.homepage h2,
.homepage .h2 {
  font-size: 24px;
  line-height: 32px;
}
.homepage h3,
.homepage .h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
.homepage h4,
.homepage .h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.homepage h5,
.homepage .h5 {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
}
.homepage h6,
.homepage .h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.homepage p {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
.homepage ul {
  list-style: none;
}
.homepage ul > li,
.homepage ol > li {
  margin-bottom: 0.7em;
  padding-left: .5em;
}
.homepage ul > li:before {
  font-family: 'Bistum-Limburg-Iconfont';
  content: "\e910";
  color: #004993;
  display: inline-block;
  position: absolute;
  margin-left: -2.5em;
  margin-top: 0.2em;
  font-size: .5em;
}
.homepage blockquote {
  padding: 0;
  color: #355766;
  font-size: 32px;
  font-style: italic;
  line-height: 40px;
  border: none;
  margin: 40px 40px;
  display: block;
  font-family: 'PT Serif', serif;
}
@media (min-width: 992px) {
  .homepage blockquote {
    margin: 60px 80px;
  }
}
.homepage blockquote .blockquote-icon {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #e9e9e9;
  z-index: 0;
  font-style: normal;
  text-indent: -30px;
}
.homepage blockquote p {
  display: block;
  z-index: 2;
  margin-bottom: 0;
}
.homepage blockquote .quelle {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'PT Sans Narrow', sans-serif;
  font-style: normal;
  font-weight: bold;
  vertical-align: 15px;
}
.homepage .mask-ce-blockquote blockquote p {
  margin-top: -38px;
}
.homepage .align-center {
  text-align: center;
}
.homepage .align-left {
  text-align: left;
}
.homepage .align-right {
  text-align: right;
}
.homepage .align-justify {
  text-align: justify;
}
.homepage .nowrap {
  white-space: nowrap;
}
.homepage *[class*="ci-button-primary"] {
  border-color: #004993 !important;
  background-color: #004993 !important;
}
.homepage *[class*="ci-button-primary"]:hover,
.homepage *[class*="ci-button-primary"]:focus,
.homepage *[class*="ci-button-primary"]:active {
  border-color: #96c972 !important;
  background-color: #96c972 !important;
}
.homepage button,
header button,
.search-results button,
.homepage input[type="button"],
header input[type="button"],
.search-results input[type="button"],
.homepage input[type="submit"],
header input[type="submit"],
.search-results input[type="submit"],
.homepage input[type="reset"],
header input[type="reset"],
.search-results input[type="reset"],
.homepage [class*="ci-button"],
header [class*="ci-button"],
.search-results [class*="ci-button"] {
  background: none;
  padding: 0;
  height: auto;
  width: auto;
  display: inline-block;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  line-height: 20px !important;
  padding: 12px 32px;
  background-color: #d6e1e4;
  color: #353535;
  font-weight: bold;
  border: 2px solid #d6e1e4;
  text-align: center;
}
.homepage button:link,
header button:link,
.search-results button:link,
.homepage input[type="button"]:link,
header input[type="button"]:link,
.search-results input[type="button"]:link,
.homepage input[type="submit"]:link,
header input[type="submit"]:link,
.search-results input[type="submit"]:link,
.homepage input[type="reset"]:link,
header input[type="reset"]:link,
.search-results input[type="reset"]:link,
.homepage [class*="ci-button"]:link,
header [class*="ci-button"]:link,
.search-results [class*="ci-button"]:link,
.homepage button:visited,
header button:visited,
.search-results button:visited,
.homepage input[type="button"]:visited,
header input[type="button"]:visited,
.search-results input[type="button"]:visited,
.homepage input[type="submit"]:visited,
header input[type="submit"]:visited,
.search-results input[type="submit"]:visited,
.homepage input[type="reset"]:visited,
header input[type="reset"]:visited,
.search-results input[type="reset"]:visited,
.homepage [class*="ci-button"]:visited,
header [class*="ci-button"]:visited,
.search-results [class*="ci-button"]:visited {
  color: #353535;
}
.homepage button:hover,
header button:hover,
.search-results button:hover,
.homepage input[type="button"]:hover,
header input[type="button"]:hover,
.search-results input[type="button"]:hover,
.homepage input[type="submit"]:hover,
header input[type="submit"]:hover,
.search-results input[type="submit"]:hover,
.homepage input[type="reset"]:hover,
header input[type="reset"]:hover,
.search-results input[type="reset"]:hover,
.homepage [class*="ci-button"]:hover,
header [class*="ci-button"]:hover,
.search-results [class*="ci-button"]:hover,
.homepage button:focus,
header button:focus,
.search-results button:focus,
.homepage input[type="button"]:focus,
header input[type="button"]:focus,
.search-results input[type="button"]:focus,
.homepage input[type="submit"]:focus,
header input[type="submit"]:focus,
.search-results input[type="submit"]:focus,
.homepage input[type="reset"]:focus,
header input[type="reset"]:focus,
.search-results input[type="reset"]:focus,
.homepage [class*="ci-button"]:focus,
header [class*="ci-button"]:focus,
.search-results [class*="ci-button"]:focus,
.homepage button:active,
header button:active,
.search-results button:active,
.homepage input[type="button"]:active,
header input[type="button"]:active,
.search-results input[type="button"]:active,
.homepage input[type="submit"]:active,
header input[type="submit"]:active,
.search-results input[type="submit"]:active,
.homepage input[type="reset"]:active,
header input[type="reset"]:active,
.search-results input[type="reset"]:active,
.homepage [class*="ci-button"]:active,
header [class*="ci-button"]:active,
.search-results [class*="ci-button"]:active {
  color: #353535;
  border: 2px solid #4a90e2;
}
.homepage *[class*="ci-button-primary"],
header *[class*="ci-button-primary"],
.search-results *[class*="ci-button-primary"] {
  color: white !important;
  border-radius: 48px;
  padding: 8px 48px !important;
}
.homepage *[class*="ci-button-ghost"],
header *[class*="ci-button-ghost"],
.search-results *[class*="ci-button-ghost"] {
  color: white !important;
  border-radius: 48px;
  padding: 8px 48px !important;
  border-color: white;
  background: none;
}
.homepage *[class*="ci-button-ghost"]:link,
header *[class*="ci-button-ghost"]:link,
.search-results *[class*="ci-button-ghost"]:link,
.homepage *[class*="ci-button-ghost"]:visited,
header *[class*="ci-button-ghost"]:visited,
.search-results *[class*="ci-button-ghost"]:visited {
  color: white;
}
.homepage *[class*="ci-button-ghost"]:hover,
header *[class*="ci-button-ghost"]:hover,
.search-results *[class*="ci-button-ghost"]:hover,
.homepage *[class*="ci-button-ghost"]:focus,
header *[class*="ci-button-ghost"]:focus,
.search-results *[class*="ci-button-ghost"]:focus,
.homepage *[class*="ci-button-ghost"]:active,
header *[class*="ci-button-ghost"]:active,
.search-results *[class*="ci-button-ghost"]:active {
  color: white;
  border: 2px solid white;
  background: rgba(255, 255, 255, 0.1);
}
.homepage *[class*="ci-button-primary-100"],
header *[class*="ci-button-primary-100"],
.search-results *[class*="ci-button-primary-100"],
.homepage *[class*="ci-button-ghost-100"],
header *[class*="ci-button-ghost-100"],
.search-results *[class*="ci-button-ghost-100"],
.homepage *[class*="ci-button-100"],
header *[class*="ci-button-100"],
.search-results *[class*="ci-button-100"] {
  width: 100% !important;
}
.homepage input[type="text"],
header input[type="text"],
.search-results input[type="text"],
.homepage textarea,
header textarea,
.search-results textarea {
  font-family: 'PT Sans', sans-serif;
  background: none;
  padding: 0;
  width: 100%;
  display: block;
  border: 2px solid #d6e1e4;
  color: #353535;
  line-height: 20px !important;
  padding: 12px;
}
.homepage input[type="text"].success,
header input[type="text"].success,
.search-results input[type="text"].success,
.homepage textarea.success,
header textarea.success,
.search-results textarea.success {
  border: 2px solid #7ed321;
}
.homepage input[type="text"].error,
header input[type="text"].error,
.search-results input[type="text"].error,
.homepage textarea.error,
header textarea.error,
.search-results textarea.error {
  border: 2px solid #de4313;
}
.homepage input[type="text"].focus,
header input[type="text"].focus,
.search-results input[type="text"].focus,
.homepage textarea.focus,
header textarea.focus,
.search-results textarea.focus,
.homepage input[type="text"]:focus,
header input[type="text"]:focus,
.search-results input[type="text"]:focus,
.homepage textarea:focus,
header textarea:focus,
.search-results textarea:focus,
.homepage input[type="text"]:active,
header input[type="text"]:active,
.search-results input[type="text"]:active,
.homepage textarea:active,
header textarea:active,
.search-results textarea:active {
  border: 2px solid #4a90e2;
}
.homepage button[disabled],
header button[disabled],
.search-results button[disabled],
.homepage input[disabled],
header input[disabled],
.search-results input[disabled],
.homepage textarea[disabled],
header textarea[disabled],
.search-results textarea[disabled],
.homepage a[class*="ci-button"][disabled],
header a[class*="ci-button"][disabled],
.search-results a[class*="ci-button"][disabled],
.homepage button.disabled,
header button.disabled,
.search-results button.disabled,
.homepage input.disabled,
header input.disabled,
.search-results input.disabled,
.homepage textarea.disabled,
header textarea.disabled,
.search-results textarea.disabled,
.homepage a[class*="ci-button"].disabled,
header a[class*="ci-button"].disabled,
.search-results a[class*="ci-button"].disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.homepage button:hover,
header button:hover,
.search-results button:hover,
.homepage input:hover,
header input:hover,
.search-results input:hover,
.homepage textarea:hover,
header textarea:hover,
.search-results textarea:hover,
.homepage a[class*="ci-button"]:hover,
header a[class*="ci-button"]:hover,
.search-results a[class*="ci-button"]:hover,
.homepage button:focus,
header button:focus,
.search-results button:focus,
.homepage input:focus,
header input:focus,
.search-results input:focus,
.homepage textarea:focus,
header textarea:focus,
.search-results textarea:focus,
.homepage a[class*="ci-button"]:focus,
header a[class*="ci-button"]:focus,
.search-results a[class*="ci-button"]:focus,
.homepage button:active,
header button:active,
.search-results button:active,
.homepage input:active,
header input:active,
.search-results input:active,
.homepage textarea:active,
header textarea:active,
.search-results textarea:active,
.homepage a[class*="ci-button"]:active,
header a[class*="ci-button"]:active,
.search-results a[class*="ci-button"]:active {
  outline: none;
}
.homepage *[class*="ci-button-ghost"][disabled],
header *[class*="ci-button-ghost"][disabled],
.search-results *[class*="ci-button-ghost"][disabled],
.homepage *[class*="ci-button-ghost"].disabled,
header *[class*="ci-button-ghost"].disabled,
.search-results *[class*="ci-button-ghost"].disabled {
  opacity: 0.35 !important;
  cursor: not-allowed;
  color: #353535;
  border-color: #353535;
}
.homepage *[class*="ci-button-ghost"][disabled]:link,
header *[class*="ci-button-ghost"][disabled]:link,
.search-results *[class*="ci-button-ghost"][disabled]:link,
.homepage *[class*="ci-button-ghost"].disabled:link,
header *[class*="ci-button-ghost"].disabled:link,
.search-results *[class*="ci-button-ghost"].disabled:link,
.homepage *[class*="ci-button-ghost"][disabled]:visited,
header *[class*="ci-button-ghost"][disabled]:visited,
.search-results *[class*="ci-button-ghost"][disabled]:visited,
.homepage *[class*="ci-button-ghost"].disabled:visited,
header *[class*="ci-button-ghost"].disabled:visited,
.search-results *[class*="ci-button-ghost"].disabled:visited {
  color: #353535 !important;
}
.homepage *[class*="ci-button-ghost"][disabled]:hover,
header *[class*="ci-button-ghost"][disabled]:hover,
.search-results *[class*="ci-button-ghost"][disabled]:hover,
.homepage *[class*="ci-button-ghost"].disabled:hover,
header *[class*="ci-button-ghost"].disabled:hover,
.search-results *[class*="ci-button-ghost"].disabled:hover,
.homepage *[class*="ci-button-ghost"][disabled]:focus,
header *[class*="ci-button-ghost"][disabled]:focus,
.search-results *[class*="ci-button-ghost"][disabled]:focus,
.homepage *[class*="ci-button-ghost"].disabled:focus,
header *[class*="ci-button-ghost"].disabled:focus,
.search-results *[class*="ci-button-ghost"].disabled:focus,
.homepage *[class*="ci-button-ghost"][disabled]:active,
header *[class*="ci-button-ghost"][disabled]:active,
.search-results *[class*="ci-button-ghost"][disabled]:active,
.homepage *[class*="ci-button-ghost"].disabled:active,
header *[class*="ci-button-ghost"].disabled:active,
.search-results *[class*="ci-button-ghost"].disabled:active {
  color: #353535;
  background: none;
}
.homepage ::-webkit-input-placeholder,
header ::-webkit-input-placeholder,
.search-results ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9b9b;
  font-style: italic;
}
.homepage ::-moz-placeholder,
header ::-moz-placeholder,
.search-results ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9b9b;
  font-style: italic;
}
.homepage :-ms-input-placeholder,
header :-ms-input-placeholder,
.search-results :-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9b9b;
  font-style: italic;
}
.homepage :-moz-placeholder,
header :-moz-placeholder,
.search-results :-moz-placeholder {
  /* Firefox 18- */
  color: #9b9b9b;
  font-style: italic;
}
.homepage .img-100 {
  width: 100%;
  height: auto;
}
.limburg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99998;
  transform: scale(0.01, 0.01);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.limburg-overlay.active {
  transform: scale(1, 1);
  opacity: 1;
}
.limburg-overlay .limburg-overlay-close {
  position: absolute;
  top: 14px;
  right: 14px;
  content: '\e91e';
  font-family: 'Bistum-Limburg-Iconfont';
  color: white;
  display: block;
  z-index: 99999;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.limburg-overlay .blocked-container {
  max-width: 500px;
  margin: 60px auto 0;
}
.limburg-overlay .video-container {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .limburg-overlay .video-container {
    margin-top: 0;
  }
}
.article-list .container-color-wrap {
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.article-list .container-color-wrap + .container-color-wrap {
  margin-top: -30px;
}
.article-list .container-color-wrap + .info-box {
  margin-top: -30px;
}
.article-list .slider-box + .container-color-wrap {
  margin-top: -40px;
}
.article-list .slider-box + .info-box {
  margin-top: -70px;
}
.article-list > .just-a-container:first-child {
  margin-top: 50px;
}
.other-articles-wrap {
  margin-top: 50px;
}
.other-articles-wrap .other-articles .other-articles-headline {
  font-weight: 300;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #355766;
  font-size: 32px;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.other-articles-wrap .other-articles-control {
  text-align: center;
}
#loading,
.while-load {
  text-align: center;
}
#loading #Box,
.while-load #Box {
  animation: fuenf 2s infinite;
}
#loading #Fluegel-A,
.while-load #Fluegel-A {
  animation: vier 2s infinite;
}
#loading #Fluegel-B,
.while-load #Fluegel-B {
  animation: drei 2s infinite;
}
#loading #Dom,
.while-load #Dom {
  animation: zwei 2s infinite;
}
#loading #Tor,
.while-load #Tor {
  animation: eins 2s infinite;
}
@keyframes eins {
  40%,
  90% {
    opacity: 1;
  }
  0%,
  91%,
  100% {
    opacity: 0.1;
  }
}
@keyframes zwei {
  0%,
  20%,
  91%,
  100% {
    opacity: 0.1;
  }
  60%,
  90% {
    opacity: 1;
  }
}
@keyframes drei {
  0%,
  40%,
  91%,
  100% {
    opacity: 0.1;
  }
  80%,
  90% {
    opacity: 1;
  }
}
@keyframes drei {
  0%,
  40%,
  91%,
  100% {
    opacity: 0.1;
  }
  80%,
  90% {
    opacity: 1;
  }
}
@keyframes vier {
  0%,
  40%,
  91%,
  100% {
    opacity: 0.1;
  }
  80%,
  90% {
    opacity: 1;
  }
}
@keyframes fuenf {
  0%,
  40%,
  91%,
  100% {
    opacity: 0.1;
  }
  80%,
  90% {
    opacity: 1;
  }
}
.detail-view .detail-header .detail-header-headline-wrap .detail-header-headline {
  color: #004993;
}
.detail-view h2,
.detail-view h3,
.detail-view h4,
.detail-view h5,
.detail-view h6,
.detail-view .h2,
.detail-view .h3,
.detail-view .h4,
.detail-view .h5,
.detail-view .h6 {
  text-transform: uppercase;
}
.detail-view .ce-item,
.detail-view .frame-type-videoce_videocontent {
  margin-bottom: 30px;
}
.detail-view .isGalleryItem {
  display: none;
}
.detail-view .detail-view-content {
  background-color: white;
  padding-bottom: 30px;
}
.detail-view .detail-view-content .detail-header {
  padding-bottom: 20px;
}
.detail-view .detail-view-content .detail-header .detail-header-image {
  position: relative;
  z-index: 1;
  /*margin-bottom: -28px*/
  margin-top: 15px;
}
.detail-view .detail-view-content .detail-header .detail-header-headline-wrap {
  position: relative;
  z-index: 2;
}
.detail-view .detail-view-content .detail-header .detail-header-headline-wrap .detail-header-headline {
  background-color: white;
  display: inline-block;
  font-size: 40px;
  line-height: 1em;
  font-weight: 300;
  font-family: 'PT Sans Narrow', sans-serif;
  margin: 0;
  padding: 8px 15px;
}
@media (min-width: 992px) {
  .detail-view .detail-view-content .detail-header .detail-header-headline-wrap .detail-header-headline {
    padding: 8px 62px;
  }
}
.detail-view .detail-view-content .detail-header .detail-header-text {
  font-size: 24px;
  line-height: 1.4em;
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 8px 15px 0px;
}
@media (min-width: 992px) {
  .detail-view .detail-view-content .detail-header .detail-header-text {
    padding: 0px 62px 0px;
  }
}
.detail-view .detail-view-content .detail-content {
  padding: 8px 15px;
}
.detail-view .detail-view-content .detail-content .article-date {
  color: #999999;
  font-weight: 600;
}
@media (min-width: 992px) {
  .detail-view .detail-view-content .detail-content {
    padding: 8px 100px;
  }
}
.detail-view .detail-view-content .teaser-copyright-description {
  line-height: 20px;
  margin-top: 5px;
  display: table;
  width: 100%;
}
.detail-view .detail-view-content .teaser-copyright-description .teaser-description {
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  padding-left: 20px;
  color: #4A4A4A;
}
.detail-view .detail-view-content .teaser-copyright-description .teaser-copyright {
  display: table-cell;
  text-align: right;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #706F6F;
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* PULSE */
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sidebar .sidebar-head {
  background-color: #96c972;
}
.sidebar .sidebar-content .sidebar-content-headline,
.sidebar .sidebar-control {
  color: #96c972;
}
.sidebar .sidebar-content .sidebar-address a:link,
.sidebar .sidebar-content .sidebar-address a:visited {
  color: #96c972;
}
.sidebar-related-articles ul li .sidebar-article .sidebar-article-r a:hover,
.sidebar-related-articles ul li .sidebar-article .sidebar-article-r a:focus,
.sidebar-related-articles ul li .sidebar-article .sidebar-article-r a:active {
  color: #96c972 !important;
}
body.sidebar-open {
  overflow: hidden !important;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 0%;
  z-index: 9000;
}
.sidebar-overlay.open {
  max-width: 100%;
}
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background-color: #292727;
  width: 360px;
  z-index: 9000;
  transition: all 0.5s;
  margin-left: -360px;
}
.sidebar .sidebar-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.sidebar .sidebar-control {
  transform: translateX(-100%);
  animation: 1s ease-out 2s 1 slideInFromLeft;
  animation-fill-mode: forwards;
  height: 100px;
  width: 30px;
  position: absolute;
  right: -30px;
  top: 50vh;
  margin-top: -80px;
  background-color: #292727;
  line-height: 100px;
  text-align: center;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sidebar .sidebar-control {
    height: 160px;
    line-height: 160px;
  }
}
.sidebar .sidebar-control .sidebar-control-icon {
  animation: pulse 2s linear 3;
  animation-delay: 2s;
  line-height: 100px;
  display: block;
}
@media (min-width: 768px) {
  .sidebar .sidebar-control .sidebar-control-icon {
    line-height: 160px;
  }
}
.sidebar.open {
  margin-left: 0px;
  max-width: 100%;
}
.sidebar.open .sidebar-control {
  right: 0;
  border: 1px solid white;
  border-radius: 10px 0 0 10px;
  border-right: none;
}
@media (min-width: 768px) {
  .sidebar.open .sidebar-control {
    right: -30px;
    border-radius: 0 10px 10px 0;
    border: none;
  }
}
.sidebar.open .sidebar-control .sidebar-control-icon:before {
  content: "\e920";
}
.sidebar .sidebar-head {
  padding: 60px 15px 15px;
  font-family: 'PT Serif', serif;
  font-size: 32px;
  color: white;
  overflow: hidden;
  font-style: italic;
}
.sidebar .sidebar-content .sidebar-content-headline {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 15px 5px;
}
.sidebar .sidebar-content .sidebar-content-contact {
  padding: 8px 15px 8px;
}
.sidebar .sidebar-content .sidebar-content-contact p {
  color: #FFFFFF;
  font-family: "PT Sans Narrow";
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
}
.sidebar .sidebar-content .sidebar-content-contact p.department,
.sidebar .sidebar-content .sidebar-content-contact p.title {
  font-weight: bold;
}
.sidebar .sidebar-content .sidebar-content-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .sidebar-content .sidebar-content-categories ul li {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid white;
}
.sidebar .sidebar-content .sidebar-content-categories ul li:last-child {
  border: none;
}
.sidebar .sidebar-content .sidebar-content-categories ul li a:link,
.sidebar .sidebar-content .sidebar-content-categories ul li a:visited {
  display: block;
  color: white;
  padding: 8px 40px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
}
.sidebar .sidebar-content .sidebar-content-categories ul li a:hover,
.sidebar .sidebar-content .sidebar-content-categories ul li a:focus,
.sidebar .sidebar-content .sidebar-content-categories ul li a:active {
  background-color: #96c972;
}
.sidebar .sidebar-content .sidebar-address {
  color: white;
  font-family: 'PT Sans', sans-serif;
  line-height: 20px;
  padding: 15px;
}
.sidebar .sidebar-content .sidebar-address a:hover,
.sidebar .sidebar-content .sidebar-address a:focus,
.sidebar .sidebar-content .sidebar-address a:active {
  color: white;
}
.sidebar-related-articles ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-related-articles ul li {
  padding: 0;
  margin: 0;
}
.sidebar-related-articles ul li:before {
  display: none;
}
.sidebar-related-articles ul li .sidebar-article {
  margin: 20px 15px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 2px solid white;
}
.sidebar-related-articles ul li .sidebar-article .sidebar-article-l {
  width: 40%;
  float: left;
}
.sidebar-related-articles ul li .sidebar-article .sidebar-article-l a {
  display: block;
  margin-right: 15px;
}
.sidebar-related-articles ul li .sidebar-article .sidebar-article-r {
  width: 60%;
  float: right;
}
.sidebar-related-articles ul li .sidebar-article .sidebar-article-r .sidebar-article-datum {
  color: white;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
}
.sidebar-related-articles ul li .sidebar-article .sidebar-article-r a {
  display: block;
}
.sidebar-related-articles ul li .sidebar-article .sidebar-article-r a:link,
.sidebar-related-articles ul li .sidebar-article .sidebar-article-r a:visited {
  color: white;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 20px;
  font-weight: bold;
}
.datepicker {
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  padding: 30px;
  font-family: 'PT Sans', sans-serif;
}
.datepicker .table-condensed {
  text-align: center;
}
.datepicker .table-condensed thead .datepicker-switch {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.datepicker .table-condensed thead .prev {
  cursor: pointer;
  text-align: center;
}
.datepicker .table-condensed thead .next {
  cursor: pointer;
  text-align: center;
}
.datepicker .table-condensed tbody td.day {
  padding: 8px;
  font-size: 13px;
  cursor: pointer;
  font-weight: bold;
}
.datepicker .table-condensed tbody td.day.active {
  color: #004993;
}
.datepicker .table-condensed tbody td.day.old {
  opacity: 0.3;
}
.datepicker .table-condensed tbody td.day.new {
  opacity: 0.3;
}
.datepicker .table-condensed tbody .month {
  padding: 8px;
  font-size: 13px;
}
.datepicker .table-condensed tbody .year {
  padding: 8px;
  font-size: 13px;
}
.overview_link {
  margin-top: 15px;
  background-color: #EEEEEE;
  border: 1px solid #E5E5E5;
  height: 40px;
  font-size: 25px;
  text-align: center;
  max-width: 40px;
  padding: 0;
  padding-top: 3px;
}
.overview_link a {
  color: #70706f;
}
.overview_link a:hover {
  text-decoration: none;
}
header.homepage-header .mobile-control ul#navbar-mobil li.overview_link {
  line-height: inherit;
  margin-top: 12px;
}
.overview_form {
  padding-left: 5px;
}
@media (max-width: 768px) {
  .overview_form {
    padding-left: 15px;
  }
}
.search-results-wrap {
  position: fixed;
  z-index: 50;
  width: 100%;
}
.search-results-wrap .container .search-results-col .search-results {
  margin: 190px 0 0;
  display: none;
  -webkit-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .search-results-wrap .container .search-results-col .search-results {
    margin: 80px 0 0;
  }
}
.search-results-wrap .container .search-results-col .search-results .results {
  border-bottom: 1px solid #d6e1e4;
  background-color: #f3f3f3;
  display: table;
  width: 100%;
}
.search-results-wrap .container .search-results-col .search-results .results .left {
  padding: 10px;
  font-family: 'PT Sans', sans-serif;
  color: #96c972;
  font-size: 12px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: top;
}
@media (min-width: 768px) {
  .search-results-wrap .container .search-results-col .search-results .results .left {
    display: table-cell;
    width: 150px;
    font-size: 14px;
    padding: 16px;
  }
}
.search-results-wrap .container .search-results-col .search-results .results .right {
  display: table-cell;
  border-left: 1px solid #d6e1e4;
  background-color: white;
}
.search-results-wrap .container .search-results-col .search-results .results .right .icon-Download {
  color: #96c972;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person {
  display: table;
  width: 100%;
  padding: 16px;
  border-bottom: 1px solid #d6e1e4;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article:hover,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person:hover {
  text-decoration: none;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article:last-child,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person:last-child {
  border-bottom: none !important;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-article-img,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-article-img,
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-person-img,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-img {
  display: table-cell;
  width: 85px;
  vertical-align: top;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-article-img img,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-article-img img,
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-person-img img,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-img img {
  display: block;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-article-content,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-article-content,
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-person-content,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-content {
  display: table-cell;
  vertical-align: top;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-article-content .result-article-head,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-article-content .result-article-head,
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-person-content .result-article-head,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-content .result-article-head {
  font-size: 16px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  color: #4A4A4A;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-article-content .result-article-text,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-article-content .result-article-text,
.search-results-wrap .container .search-results-col .search-results .results .right .result-article .result-person-content .result-article-text,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-content .result-article-text {
  font-size: 16px;
  font-family: 'PT Sans', sans-serif;
  color: #45616F;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-article.event .result-article-content .result-article-head,
.search-results-wrap .container .search-results-col .search-results .results .right .result-person.event .result-article-content .result-article-head {
  color: #EA5455 !important;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-person {
  background-color: #D6E1E4;
  color: #45616F;
  font-family: "PT Sans";
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 480px) {
  .search-results-wrap .container .search-results-col .search-results .results .right .result-person {
    display: block;
  }
}
@media (max-width: 480px) {
  .search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-img {
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-content {
    display: block;
  }
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-person a {
  color: #45616F;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-name {
  font-size: 16px;
  line-height: 24px;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-position {
  font-style: italic;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-email {
  font-weight: bold;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-email a span {
  word-break: break-all;
  display: inline-block;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-www {
  font-weight: bold;
  line-height: 1.4;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-person .result-person-adress .street {
  margin-right: 10px;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-tags {
  padding: 16px;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-tags .result-tag:link,
.search-results-wrap .container .search-results-col .search-results .results .right .result-tags .result-tag:visited {
  font-family: 'PT Sans', sans-serif;
  color: #706F6F;
  font-weight: bold;
  font-size: 14px;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-tags .result-tag:active,
.search-results-wrap .container .search-results-col .search-results .results .right .result-tags .result-tag:focus,
.search-results-wrap .container .search-results-col .search-results .results .right .result-tags .result-tag:hover {
  text-decoration: none;
  color: #96c972;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-platforms {
  padding: 16px;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-platforms .result-platform,
.search-all {
  display: inline-block;
  background-color: #706F6F;
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  line-height: 22px;
  border-radius: 11px;
  padding: 0 16px;
}
.search-results-wrap .container .search-results-col .search-results .results .right .result-platforms .result-platform:active,
.search-results-wrap .container .search-results-col .search-results .results .right .result-platforms .result-platform:focus,
.search-results-wrap .container .search-results-col .search-results .results .right .result-platforms .result-platform:hover,
.search-all:active,
.search-all:focus,
.search-all:hover {
  text-decoration: none;
  background-color: #96c972;
}
.search-results-wrap .container .search-results-col .search-results .results .right .no-result {
  font-family: 'PT Sans', sans-serif;
  color: #706F6F;
  font-weight: bold;
  font-size: 14px;
}
.search-results-wrap .container .search-results-col .search-results .results .right .no-result.no-result-padding {
  padding: 16px;
}
.search-results-wrap .container .search-results-col .search-results .result-items {
  overflow-y: auto;
}
.search-results-wrap .container .search-results-col .search-results .results-fuss {
  background-color: #96c972;
  padding: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .search-results-wrap .container .search-results-col .search-results .results {
    display: block;
  }
  .search-results-wrap .container .search-results-col .search-results .results .right {
    display: table;
    width: 100%;
  }
}
.tx-ig-content {
  position: relative;
}
.tx-ig-content .limburg-overlay {
  z-index: 49;
  transform: translate(0, -1%);
}
.tx-ig-content .limburg-overlay.active {
  transform: translate(0);
}
.tx-ig-content .search-list {
  margin-top: 0;
}
.tx-ig-content h1.header-result {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 300;
  line-height: 56px;
}
.tx-ig-content h1.header-result .search-word {
  font-weight: 600;
}
.tx-ig-content .search-content .kalender-box {
  margin-bottom: 20px;
}
.tx-ig-content .search-box {
  padding: 25px 25px 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.tx-ig-content .search-box .search-container {
  position: relative;
}
.tx-ig-content .search-box .checkbox-inline {
  margin-right: 20px;
  margin-left: 0;
  /*input[type="checkbox"]{
        position: relative;
      }*/
}
.tx-ig-content .search-box .flip-control {
  padding-left: 0 !important;
  padding-right: 46px;
  margin-right: 0;
}
.tx-ig-content .search-box .switch {
  position: absolute;
  right: 0;
  top: 4px;
  display: inline-block;
  width: 36px;
  height: 16px;
}
.tx-ig-content .search-box .switch input {
  display: none;
}
.tx-ig-content .search-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.tx-ig-content .search-box .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 1px;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.tx-ig-content .search-box input:checked + .slider {
  background-color: #326e35;
}
.tx-ig-content .search-box input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.tx-ig-content .search-box input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.tx-ig-content .search-box .slider.round {
  border-radius: 20px;
}
.tx-ig-content .search-box .slider.round:before {
  border-radius: 50%;
}
.tx-ig-content .search-box .control {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 1199px) {
  .tx-ig-content .search-box .control {
    display: table;
    margin-bottom: 20px;
    margin-left: 10px;
  }
}
.tx-ig-content .search-box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.tx-ig-content .search-box .control input:checked ~ .control_indicator {
  background: #326e35;
}
.tx-ig-content .search-box .control input:checked ~ .control_indicator:after {
  display: block;
}
.tx-ig-content .search-box .control:hover input ~ .control_indicator {
  background: #cccccc;
}
.tx-ig-content .search-box .control:hover input:not([disabled]):checked ~ .control_indicator {
  background-color: #0e6647;
}
.tx-ig-content .search-box .control_indicator {
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #F8F8F8;
  border: 1px solid #D6E1E4;
}
.tx-ig-content .search-box .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.tx-ig-content .search-box .control-radio .control_indicator {
  border-radius: 50%;
}
.tx-ig-content .search-box .control-checkbox .control_indicator:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.tx-ig-content .search-box .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}
.tx-ig-content .search-box .legend {
  padding: 0;
  margin-left: 0;
}
.search-all {
  font-size: 12px;
  float: right;
  background-color: #96c972;
  font-weight: normal;
}
@media (min-width: 768px) {
  .search-all {
    margin-top: 6px;
    float: none;
    font-size: 10px;
  }
}
.tx-ku-portal {
  background: #ffffff;
  padding: 8px 15px;
}
@media (min-width: 992px) {
  .tx-ku-portal {
    padding: 8px 100px;
  }
}
.teaser-box {
  display: block;
  background-color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
}
.teaser-box a {
  display: block;
}
.teaser-box .box-header {
  position: relative;
}
.teaser-box .box-header .topic {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 16px;
  background: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 2em;
  color: #004993;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
}
.teaser-box.teaser-kalender-box .box-header {
  overflow: hidden;
  background-color: #004993;
  color: #ffffff;
  padding: 8px 16px 16px;
}
.teaser-box .box-content {
  padding: 15px;
}
.teaser-box .box-content audio {
  width: 100%;
  margin-top: 20px;
}
.teaser-box .box-content .box-content-header {
  color: #353535;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  margin-bottom: 8px;
}
.teaser-box .box-content .box-content-header :link,
.teaser-box .box-content .box-content-header :visited {
  color: #353535;
}
.teaser-box .box-content .box-content-header :link,
.teaser-box .box-content .box-content-header :visited {
  color: #353535;
}
.teaser-box .box-content .box-content-header :hover,
.teaser-box .box-content .box-content-header :focus,
.teaser-box .box-content .box-content-header:active {
  color: #353535;
}
.teaser-box .box-content .box-content-text,
.teaser-box .box-content .box-content-text a {
  line-height: 1.5em;
  color: #45616f;
  margin-bottom: 0;
}
.teaser-box.teaser-kalender-box .box-content {
  font-family: 'PT Sans Narrow', sans-serif;
}
.teaser-box.teaser-kalender-box .box-content .box-content-header {
  font-size: 28px;
  margin-top: 10px;
}
.teaser-box.teaser-kalender-box .box-content .kalender-icon {
  display: inline-block;
  font-size: 22px;
  margin-top: 5px;
  margin-right: 5px;
}
.teaser-box.teaser-kalender-box .box-content .kalender-icon:link,
.teaser-box.teaser-kalender-box .box-content .kalender-icon:visited {
  color: #9B9B9B;
}
.teaser-box.teaser-kalender-box .box-content p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Source Sans Pro', sans-serif;
}
.teaser-box.teaser-kalender-box .box-content .box-date {
  margin-bottom: 5px;
  margin-top: 10px;
}
.teaser-box.teaser-kalender-box .box-content .box-date .box-date-left {
  text-align: center;
  width: 34px;
  float: left;
}
.teaser-box.teaser-kalender-box .box-content .box-date .box-date-left .box-date-day {
  font-size: 28px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  color: #D0021B;
  line-height: 30px;
}
.teaser-box.teaser-kalender-box .box-content .box-date .box-date-left .box-date-month,
.teaser-box.teaser-kalender-box .box-content .box-date .box-date-left .box-date-year {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #4A4A4A;
  line-height: 20px;
}
.teaser-box.teaser-kalender-box .box-content .box-date .box-date-right {
  margin-left: 50px;
}
.teaser-box.teaser-kalender-box .box-content .box-date .box-date-right .box-date-time {
  line-height: 24px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #4A4A4A;
  font-weight: bold;
}
.teaser-box.teaser-kalender-box .box-content .category {
  line-height: 18px;
  font-weight: bold;
  color: #004993;
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  height: 18px;
}
.teaser-box.teaser-kalender-box .box-content .box-address,
.teaser-box.teaser-kalender-box .box-content .box-address a {
  line-height: 24px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #9B9B9B;
  font-weight: bold;
}
.teaser-box.atype-2,
.teaser-box.atype-4 {
  background-color: #3B5998;
  display: flex;
  flex-direction: column;
}
.teaser-box.atype-2 .box-header,
.teaser-box.atype-4 .box-header {
  padding: 27px 0 19px;
}
.teaser-box.atype-2 .box-header .social-icon,
.teaser-box.atype-4 .box-header .social-icon {
  display: block;
  text-align: center;
  font-size: 32px;
  color: #fff;
}
.teaser-box.atype-2 .box-content,
.teaser-box.atype-4 .box-content {
  padding: 8px 20px 20px;
}
.teaser-box.atype-2 .box-content .box-content-text,
.teaser-box.atype-4 .box-content .box-content-text {
  color: #FFFFFF;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  text-align: center;
}
.teaser-box.atype-2 .box-footer,
.teaser-box.atype-4 .box-footer {
  padding: 0 20px;
  margin-top: auto;
}
.teaser-box.atype-2 .box-footer a,
.teaser-box.atype-4 .box-footer a {
  border-top: 2px solid #ffffff;
  width: 100%;
  display: block;
  color: #FFFFFF;
  font-family: "PT Serif";
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}
.teaser-box.atype-4 {
  background-color: #1DA1F2;
}
.teaser-box.ftype-pdf,
.teaser-box.ftype-mp3,
.teaser-box.ftype-mp4,
.teaser-box.ftype-ogg,
.teaser-box.ftype-avi,
.teaser-box.ftype-youtube,
.teaser-box.ftype-webm,
.teaser-box.ftype-zip,
.teaser-box.ftype-doc,
.teaser-box.ftype-xls,
.teaser-box.ftype-docx,
.teaser-box.ftype-xlsx {
  /* padding-bottom: 10px; */
}
.teaser-box.ftype-pdf .box-header .social-icon,
.teaser-box.ftype-mp3 .box-header .social-icon,
.teaser-box.ftype-mp4 .box-header .social-icon,
.teaser-box.ftype-ogg .box-header .social-icon,
.teaser-box.ftype-avi .box-header .social-icon,
.teaser-box.ftype-youtube .box-header .social-icon,
.teaser-box.ftype-webm .box-header .social-icon,
.teaser-box.ftype-zip .box-header .social-icon,
.teaser-box.ftype-doc .box-header .social-icon,
.teaser-box.ftype-xls .box-header .social-icon,
.teaser-box.ftype-docx .box-header .social-icon,
.teaser-box.ftype-xlsx .box-header .social-icon {
  padding: 27px 0 19px;
  display: block;
  text-align: center;
  font-size: 72px;
  color: #fff;
}
.teaser-box.ftype-pdf .box-content,
.teaser-box.ftype-mp3 .box-content,
.teaser-box.ftype-mp4 .box-content,
.teaser-box.ftype-ogg .box-content,
.teaser-box.ftype-avi .box-content,
.teaser-box.ftype-youtube .box-content,
.teaser-box.ftype-webm .box-content,
.teaser-box.ftype-zip .box-content,
.teaser-box.ftype-doc .box-content,
.teaser-box.ftype-xls .box-content,
.teaser-box.ftype-docx .box-content,
.teaser-box.ftype-xlsx .box-content {
  display: block;
  text-align: center;
  color: #ffffff;
}
.teaser-box.ftype-pdf .box-content h2,
.teaser-box.ftype-mp3 .box-content h2,
.teaser-box.ftype-mp4 .box-content h2,
.teaser-box.ftype-ogg .box-content h2,
.teaser-box.ftype-avi .box-content h2,
.teaser-box.ftype-youtube .box-content h2,
.teaser-box.ftype-webm .box-content h2,
.teaser-box.ftype-zip .box-content h2,
.teaser-box.ftype-doc .box-content h2,
.teaser-box.ftype-xls .box-content h2,
.teaser-box.ftype-docx .box-content h2,
.teaser-box.ftype-xlsx .box-content h2,
.teaser-box.ftype-pdf .box-content .box-content-text,
.teaser-box.ftype-mp3 .box-content .box-content-text,
.teaser-box.ftype-mp4 .box-content .box-content-text,
.teaser-box.ftype-ogg .box-content .box-content-text,
.teaser-box.ftype-avi .box-content .box-content-text,
.teaser-box.ftype-youtube .box-content .box-content-text,
.teaser-box.ftype-webm .box-content .box-content-text,
.teaser-box.ftype-zip .box-content .box-content-text,
.teaser-box.ftype-doc .box-content .box-content-text,
.teaser-box.ftype-xls .box-content .box-content-text,
.teaser-box.ftype-docx .box-content .box-content-text,
.teaser-box.ftype-xlsx .box-content .box-content-text {
  color: #ffffff;
}
.teaser-box.ftype-pdf .box-content p,
.teaser-box.ftype-mp3 .box-content p,
.teaser-box.ftype-mp4 .box-content p,
.teaser-box.ftype-ogg .box-content p,
.teaser-box.ftype-avi .box-content p,
.teaser-box.ftype-youtube .box-content p,
.teaser-box.ftype-webm .box-content p,
.teaser-box.ftype-zip .box-content p,
.teaser-box.ftype-doc .box-content p,
.teaser-box.ftype-xls .box-content p,
.teaser-box.ftype-docx .box-content p,
.teaser-box.ftype-xlsx .box-content p {
  border-top: 2px solid #ffffff;
  padding-top: 10px;
}
.teaser-box.ftype-pdf .box-content .dl-button,
.teaser-box.ftype-mp3 .box-content .dl-button,
.teaser-box.ftype-mp4 .box-content .dl-button,
.teaser-box.ftype-ogg .box-content .dl-button,
.teaser-box.ftype-avi .box-content .dl-button,
.teaser-box.ftype-youtube .box-content .dl-button,
.teaser-box.ftype-webm .box-content .dl-button,
.teaser-box.ftype-zip .box-content .dl-button,
.teaser-box.ftype-doc .box-content .dl-button,
.teaser-box.ftype-xls .box-content .dl-button,
.teaser-box.ftype-docx .box-content .dl-button,
.teaser-box.ftype-xlsx .box-content .dl-button {
  margin-top: 28px;
}
.teaser-box.ftype-pdf .box-content .social-icon,
.teaser-box.ftype-mp3 .box-content .social-icon,
.teaser-box.ftype-mp4 .box-content .social-icon,
.teaser-box.ftype-ogg .box-content .social-icon,
.teaser-box.ftype-avi .box-content .social-icon,
.teaser-box.ftype-youtube .box-content .social-icon,
.teaser-box.ftype-webm .box-content .social-icon,
.teaser-box.ftype-zip .box-content .social-icon,
.teaser-box.ftype-doc .box-content .social-icon,
.teaser-box.ftype-xls .box-content .social-icon,
.teaser-box.ftype-docx .box-content .social-icon,
.teaser-box.ftype-xlsx .box-content .social-icon {
  font-size: 40px;
}
.teaser-box.ftype-pdf .box-content a:link,
.teaser-box.ftype-mp3 .box-content a:link,
.teaser-box.ftype-mp4 .box-content a:link,
.teaser-box.ftype-ogg .box-content a:link,
.teaser-box.ftype-avi .box-content a:link,
.teaser-box.ftype-youtube .box-content a:link,
.teaser-box.ftype-webm .box-content a:link,
.teaser-box.ftype-zip .box-content a:link,
.teaser-box.ftype-doc .box-content a:link,
.teaser-box.ftype-xls .box-content a:link,
.teaser-box.ftype-docx .box-content a:link,
.teaser-box.ftype-xlsx .box-content a:link,
.teaser-box.ftype-pdf .box-content a:visited,
.teaser-box.ftype-mp3 .box-content a:visited,
.teaser-box.ftype-mp4 .box-content a:visited,
.teaser-box.ftype-ogg .box-content a:visited,
.teaser-box.ftype-avi .box-content a:visited,
.teaser-box.ftype-youtube .box-content a:visited,
.teaser-box.ftype-webm .box-content a:visited,
.teaser-box.ftype-zip .box-content a:visited,
.teaser-box.ftype-doc .box-content a:visited,
.teaser-box.ftype-xls .box-content a:visited,
.teaser-box.ftype-docx .box-content a:visited,
.teaser-box.ftype-xlsx .box-content a:visited {
  color: #ffffff;
  width: 40px;
  margin: auto;
}
.teaser-box.ftype-pdf .box-content a:hover,
.teaser-box.ftype-mp3 .box-content a:hover,
.teaser-box.ftype-mp4 .box-content a:hover,
.teaser-box.ftype-ogg .box-content a:hover,
.teaser-box.ftype-avi .box-content a:hover,
.teaser-box.ftype-youtube .box-content a:hover,
.teaser-box.ftype-webm .box-content a:hover,
.teaser-box.ftype-zip .box-content a:hover,
.teaser-box.ftype-doc .box-content a:hover,
.teaser-box.ftype-xls .box-content a:hover,
.teaser-box.ftype-docx .box-content a:hover,
.teaser-box.ftype-xlsx .box-content a:hover {
  color: #004993;
}
.teaser-box.ftype-docx,
.teaser-box.ftype-xlsx,
.teaser-box.ftype-doc,
.teaser-box.ftype-xls,
.teaser-box.ftype-zip,
.teaser-box.ftype-pdf {
  background-color: #4C7C91;
}
.teaser-box.ftype-mp3,
.teaser-box.ftype-ogg {
  background-color: #439147;
}
.teaser-box.ftype-mp4,
.teaser-box.ftype-avi,
.teaser-box.ftype-youtube,
.teaser-box.ftype-webm {
  background-color: #F2C321;
}
.teaser-box audio {
  width: 100%;
}
.teaser-box .teaserlink {
  width: auto !important;
}
.teaser-platform-wrap {
  width: 100%;
  margin-bottom: 30px;
}
.teaser-platform-wrap .teaser-platform {
  background-color: #ffffff;
  text-align: center;
  padding: 0 15px;
  width: 100%;
  -webkit-box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
}
.teaser-platform-wrap .teaser-platform .thumb-header {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
  height: 150px;
  margin: 0 -15px;
}
.teaser-platform-wrap .teaser-platform .thumb-header img {
  max-width: 100%;
  padding: 0 0 1px;
}
@media (max-width: 500px) {
  .teaser-platform-wrap .teaser-platform .thumb-header {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}
.teaser-platform-wrap .teaser-platform .teaser-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: calc(100% - 150px);
}
.teaser-platform-wrap .teaser-platform .teaser-text a {
  color: #004993;
  font-family: "PT Sans";
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
}
.teaser-platform-wrap .teaser-platform .domain {
  font-size: 12px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-video {
  cursor: pointer;
  display: block;
}
.play-overlay {
  position: absolute;
  z-index: 99;
  top: 35%;
  left: 45%;
  color: #fff;
  font-size: 40px;
  opacity: 0.7;
}
.play-overlay:hover {
  opacity: 1;
}
video {
  width: 100% !important;
  height: auto !important;
}
.icon-icon_zip:before {
  content: "\e93a";
}
.slider-head .slider-item .slider-item-text .slider-item-text-top {
  color: #004993;
}
.slider-head.owl-carousel .owl-dots .owl-dot.active {
  background-color: #004993 !important;
}
.slider-box {
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .slider-box {
    margin-bottom: 30px;
  }
}
.slider-box .slider-head .slider-item {
  position: relative;
  max-height: 660px;
  overflow: hidden;
  /*picture{
        &:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-image: linear-gradient(to bottom right,#000,#000);
          opacity: .3;
          //text-shadow: 1px 1px 1px rgba(0,0,0,1)
        }
      }*/
}
.slider-box .slider-head .slider-item .slider-item-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .slider-box .slider-head .slider-item .slider-item-text {
    margin-bottom: 55px;
  }
}
.slider-box .slider-head .slider-item .slider-item-text .slider-item-text-top {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
.slider-box .slider-head .slider-item .slider-item-text .slider-item-text-headline {
  font-size: 24px;
  line-height: 1em;
  padding-bottom: 0.2em;
  font-family: 'PT Sans Narrow', sans-serif;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: 200;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .slider-box .slider-head .slider-item .slider-item-text .slider-item-text-headline {
    line-height: 1.2em;
    padding-bottom: 0;
    font-size: 48px;
  }
}
.slider-box .slider-head .slider-item .slider-item-text .slider-item-text-content {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  line-height: 1em;
  padding-bottom: 0.2em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
  color: white;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  margin-left: -20px;
}
@media (min-width: 768px) {
  .slider-box .slider-head .slider-item .slider-item-text .slider-item-text-content {
    line-height: 1.2em;
    padding-bottom: 0;
    font-size: 24px;
  }
}
.slider-box .slider-head.owl-carousel .owl-stage-outer {
  z-index: -1;
}
.slider-box .slider-head.owl-carousel .owl-dots {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -35px;
}
.slider-box .slider-head.owl-carousel .owl-dots.disabled {
  display: none;
}
@media (min-width: 768px) {
  .slider-box .slider-head.owl-carousel .owl-dots {
    margin-top: -70px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .slider-box .slider-head.owl-carousel .owl-dots {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .slider-box .slider-head.owl-carousel .owl-dots {
    width: 1170px;
  }
}
.slider-box .slider-head.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #706f6f;
  margin-left: 8px;
  border: none !important;
  padding: 0 !important;
}
.article-list .slider-box + .container-color-wrap {
  margin-top: -70px;
}
@media (max-width: 768px) {
  .article-list .slider-box + .container-color-wrap {
    margin-top: -30px;
  }
}
.textbild-box {
  padding: 0;
}
.textbild-box .textbild-box-bild {
  margin-bottom: 30px;
}
.textbild-box .textbild-box-text {
  margin-bottom: 30px;
  color: white;
}
.textbild-box .textbild-box-text .textbild-box-text-top {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.textbild-box .textbild-box-text .textbild-box-text-top span {
  position: relative;
  padding-bottom: 10px;
}
.textbild-box .textbild-box-text .textbild-box-text-top span:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  width: 100%;
  border-top: 2px solid white;
}
.textbild-box .textbild-box-text .textbild-box-text-headline {
  font-family: 'PT Sans', sans-serif;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 10px;
}
.textbild-box .textbild-box-text .textbild-box-text-content {
  margin-bottom: 30px;
}
.textbild-box .textbild-box-text .textbild-box-text-link a {
  text-transform: uppercase;
}
.textbild-box .textbild-box-text.text-center .textbild-box-text-top span {
  display: block;
}
.textbild-box .textbild-box-text.text-center .textbild-box-text-top span:after {
  left: 0;
}
.info-box {
  position: relative;
  width: 100%;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  padding: 40px 0 60px;
  margin-bottom: 30px;
  filter: grayscale(100%);
}
.info-box + .container-color-wrap {
  margin-top: -30px;
}
.info-box + .info-box {
  margin-top: -30px;
}
.info-box .info-box-color-trans {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
}
.info-box .info-box-headline {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 48px;
  line-height: 1em;
  margin-bottom: 16px;
  margin-top: 40px;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
}
.info-box .info-box-teaser {
  padding: 30px;
  border-left: 2px solid white;
  margin-top: 40px;
  font-size: 14px;
  left: 24px;
  font-style: italic;
  font-family: 'PT Sans', sans-serif;
  color: white;
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .info-box .info-box-teaser {
    border: none;
    border-right: 2px solid white;
    text-align: right;
  }
}
.info-box .info-box-content {
  color: white;
}
.kalender-box .kalenderCarousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: #004993 !important;
}
.kalender-box .kalender-box-headline:after {
  border-color: #004993 !important;
}
.kalender-box .kalender-box-date .KalenderDatepickerButton i {
  color: #004993 !important;
}
.kalender-box .kalender-box-headline {
  display: block;
  color: #355766;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 10px;
}
.kalender-box .kalender-box-headline:after {
  content: '';
  display: block;
  position: relative;
  border-bottom: 1px solid ;
  margin: 20px 76px 0;
}
.kalender-box .kalender-box-date {
  text-align: center;
  margin-bottom: 20px;
}
.kalender-box .kalender-box-date .KalenderDatepickerButton {
  cursor: pointer;
  display: inline-block;
  color: #355766;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.kalender-box .kalender-box-date .KalenderDatepicker {
  display: inline-block;
  width: 200px;
  border: none;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #706f6f;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
.kalender-box .kalender-box-date .KalenderDatepicker:focus,
.kalender-box .kalender-box-date .KalenderDatepicker:active {
  border: none;
}
.kalender-box .kalenderCarousel.owl-carousel .owl-stage-outer {
  z-index: -1;
}
.kalender-box .kalenderCarousel.owl-carousel .owl-dots {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .kalender-box .kalenderCarousel.owl-carousel .owl-dots {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .kalender-box .kalenderCarousel.owl-carousel .owl-dots {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .kalender-box .kalenderCarousel.owl-carousel .owl-dots {
    width: 1170px;
  }
}
.kalender-box .kalenderCarousel.owl-carousel .owl-dots .owl-dot {
  border: none;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #706f6f;
  margin-left: 8px;
}
.kalender-box .kalenderCarousel .all-events div {
  background-color: #96c972;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails .limburgGalleryThumbnailsCounter .ist {
  color: #004993;
}
.mask-ce-textimage {
  position: relative;
}
.mask-ce-textimage .isGalleryItem {
  display: none;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure {
  background-color: #f3f3f3;
  position: relative;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure img {
  margin: 0 auto;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure.zoomOn:hover .gallery-overlay {
  background-color: rgba(242, 100, 47, 0.6);
  transition: background-color ease 0.5s;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure.zoomOn:hover .gallery-overlay img {
  opacity: 1.0;
  transition: opacity ease 0.5s;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0px 3px 0px 3px;
  text-align: right;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure figcaption span {
  color: #f3f3f3;
  font-size: 14px;
  margin-bottom: 0;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure figcaption span:first-of-type {
  font-size: 10px;
  margin-bottom: 0px;
  display: inline-block;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure.image-in-text.zoomOn:after {
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  content: "";
  right: 0;
  display: none;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure .gallery-info {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 3px 0 3px;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure .gallery-info p {
  margin-bottom: 0;
  color: #F2642F;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-family: "PT Sans Narrow";
  font-weight: 800;
  display: flex;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure .gallery-info p img {
  margin-right: 4px;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] figure .gallery-info p span {
  color: #706F6F;
  text-transform: none;
  margin-left: 5px;
  font-weight: 300;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] .gallery-overlay {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: background-color ease 0.5s;
  display: grid;
  align-items: center;
  justify-content: center;
}
.mask-ce-textimage.is-gallery *[class*="image-container"] .gallery-overlay img {
  opacity: 0;
  transition: opacity ease 0.5s;
}
.mask-ce-textimage *[class*="image-container"] figure {
  margin: 0;
}
.mask-ce-textimage *[class*="image-container"] figure figcaption {
  color: #999999;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0px;
}
.mask-ce-textimage *[class*="image-container"] figure.image-in-text.zoomOn {
  cursor: pointer;
  position: relative;
}
.mask-ce-textimage *[class*="image-container"] figure.image-in-text.zoomOn:after {
  position: absolute;
  display: block;
  color: white;
  content: '\e922';
  font-family: 'Bistum-Limburg-Iconfont';
  width: 39px;
  height: 39px;
  padding: 4px;
  font-size: 33px;
  text-align: center;
  text-indent: -1px;
  top: 14px;
  right: 14px;
  cursor: pointer;
  background-color: rgba(150, 150, 150, 0.5);
}
.mask-ce-textimage .image-container-top {
  margin: 0 0 15px 0;
}
.mask-ce-textimage .image-container-right {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .mask-ce-textimage .image-container-right {
    width: 40%;
    float: right;
    margin: 0 0 15px 15px;
  }
  .mask-ce-textimage .image-container-right figure figcaption {
    padding: 5px 5px 5px 0;
  }
}
@media (min-width: 992px) {
  .mask-ce-textimage .image-container-right {
    width: 50%;
    float: right;
    margin-right: -100px;
  }
}
.mask-ce-textimage .image-container-left {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .mask-ce-textimage .image-container-left {
    margin: 0 15px 15px 0;
    width: 40%;
    float: left;
  }
  .mask-ce-textimage .image-container-left figure figcaption {
    padding: 5px 0 5px 5px;
  }
}
@media (min-width: 992px) {
  .mask-ce-textimage .image-container-left {
    width: 50%;
    float: left;
    margin-left: -100px;
  }
}
.mask-ce-textimage .image-container-bottom {
  margin: 0 0 15px 0;
}
.mask-ce-textimage.is-accordion {
  padding: 0 18px 32px;
  border-bottom: 1px solid #d6e1e4;
}
.mask-ce-textimage.is-accordion .collapse-header {
  cursor: pointer;
}
.mask-ce-textimage.is-accordion .collapse-header > *:first-child:before {
  font-family: 'Bistum-Limburg-Iconfont';
  display: inline-block;
  content: '\e918';
  margin: 0 32px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.mask-ce-textimage.is-accordion .collapse-header.collapsed > *:first-child:before {
  content: '\e907';
  font-size: 18px;
  font-weight: bold;
}
.mask-ce-textimage.is-accordion .collapse-area {
  opacity: 0;
}
.mask-ce-textimage.is-accordion .collapse-area .image-container-right {
  margin-right: -18px;
}
.mask-ce-textimage.is-accordion .collapse-area .image-container-left {
  margin-left: 0;
}
.mask-ce-textimage.is-accordion .collapse-area.in {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.mask-ce-textimage.is-gallery figure .figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
}
.article-date + .mask-ce-textimage.is-accordion {
  padding-top: 32px;
}
.limburg-overlay .limburgGallery {
  height: 100%;
}
.limburg-overlay .limburgGallery .limburgGalleryImage {
  background-color: #1C1C1C;
  height: 100%;
}
@media (min-width: 992px) {
  .limburg-overlay .limburgGallery .limburgGalleryImage {
    margin-right: 320px;
  }
}
.limburg-overlay .limburgGallery .limburgGalleryImage .limburgGalleryImage-owl {
  height: 100%;
  max-width: 100%;
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails {
  background-color: #292727;
  position: absolute;
  height: 100%;
  width: 320px;
  top: 0;
  right: 0;
  bottom: 150px;
  padding: 20px 30px 150px;
  overflow-y: auto;
  display: none;
}
@media (min-width: 992px) {
  .limburg-overlay .limburgGallery .limburgGalleryThumbnails {
    display: block;
  }
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails .limburgGalleryThumbnailsCounter {
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  line-height: 1em;
  color: white;
  margin-bottom: 50px;
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails .limburgGalleryItem {
  margin-bottom: 30px;
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails .limburgGalleryItem .LimburgGalleryThumbanail {
  border: 3px solid transparent;
  cursor: pointer;
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails .limburgGalleryItem .LimburgGalleryThumbanail.active {
  border: 3px solid white;
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails .limburgGalleryItem figcaption {
  display: none;
}
.limburg-overlay .limburgGallery .limburgGalleryItemCaption {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 320px;
  padding: 30px;
  background-color: #292727;
  display: none;
}
@media (min-width: 992px) {
  .limburg-overlay .limburgGallery .limburgGalleryItemCaption {
    display: block;
  }
}
.limburg-overlay .limburgGallery .limburgGalleryItemCaption figcaption {
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.limburg-overlay .limburgGallery .owl-carousel .owl-stage-outer {
  height: 100%;
}
.limburg-overlay .limburgGallery .owl-carousel .owl-stage-outer .owl-stage {
  position: relative;
  height: 100%;
}
.limburg-overlay .limburgGallery .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  padding: 15px;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.limburg-overlay .limburgGallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .limburgGalleryImageItem {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.limburg-overlay .limburgGallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .limburgGalleryImageItem .limburgGalleryItemCaption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
  padding: 0 15px 15px;
  background-color: rgba(28, 28, 28, 0.7);
  text-align: left;
}
@media (min-width: 992px) {
  .limburg-overlay .limburgGallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .limburgGalleryImageItem .limburgGalleryItemCaption {
    display: none;
  }
}
.limburg-overlay .limburgGallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .limburgGalleryImageItem .limburgGalleryItemCaption figcaption {
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .limburg-overlay .limburgGallery .owl-carousel .owl-stage-outer .owl-stage .owl-item .limburgGalleryImageItem .limburgGalleryItemCaption figcaption {
    font-size: 14px;
  }
}
.image-container-top .image-caption {
  line-height: 2rem;
  padding: 1rem 0 0 0;
}
.image-container-top .image-caption span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  color: #4a4a4a;
}
.image-container-left .image-caption {
  padding: 1rem 0 0 1rem;
  line-height: 2rem;
}
.image-container-left .image-caption span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  color: #4a4a4a;
}
.image-container-right .image-caption {
  padding: 1rem 1rem 0 0;
  line-height: 2rem;
}
.image-container-right .image-caption span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  color: #4a4a4a;
}
.image-container-bottom .image-caption {
  padding: 1rem 0 0 0;
  line-height: 2rem;
}
.image-container-bottom .image-caption span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 0;
  color: #4a4a4a;
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails .limburgGalleryThumbnailsCounter .ist {
  color: #004993;
}
.mask-ce-textvideo {
  position: relative;
}
.mask-ce-textvideo .isGalleryItem {
  display: none;
}
.mask-ce-textvideo .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.mask-ce-textvideo .embed-container iframe,
.mask-ce-textvideo .embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.mask-ce-textvideo audio {
  top: 0;
  left: 0;
  width: 100%;
  border: none;
}
.mask-ce-textvideo *[class*="image-container"] .image-in-text {
  margin: 0;
}
.mask-ce-textvideo *[class*="image-container"] .image-in-text figcaption {
  color: #999999;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 0px;
}
.mask-ce-textvideo *[class*="image-container"] .image-in-text.image-in-text.zoomOn {
  position: relative;
}
.mask-ce-textvideo *[class*="image-container"] .image-in-text.image-in-text.zoomOn:after {
  position: absolute;
  display: block;
  color: white;
  content: '\e922';
  font-family: 'Bistum-Limburg-Iconfont';
  width: 39px;
  height: 39px;
  padding: 4px;
  font-size: 33px;
  text-align: center;
  text-indent: -1px;
  top: 14px;
  right: 14px;
  cursor: pointer;
  background-color: rgba(150, 150, 150, 0.5);
}
.mask-ce-textvideo .image-container-top {
  margin: 0 0 15px 0;
}
.mask-ce-textvideo .image-container-right {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .mask-ce-textvideo .image-container-right {
    width: 40%;
    float: right;
    margin: 0 0 15px 15px;
  }
  .mask-ce-textvideo .image-container-right figure figcaption {
    padding: 5px 5px 5px 0;
  }
}
@media (min-width: 992px) {
  .mask-ce-textvideo .image-container-right {
    width: 50%;
    float: right;
    margin-right: -100px;
  }
}
.mask-ce-textvideo .image-container-left {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .mask-ce-textvideo .image-container-left {
    margin: 0 15px 15px 0;
    width: 40%;
    float: left;
  }
  .mask-ce-textvideo .image-container-left figure figcaption {
    padding: 5px 0 5px 5px;
  }
}
@media (min-width: 992px) {
  .mask-ce-textvideo .image-container-left {
    width: 50%;
    float: left;
    margin-left: -100px;
  }
}
.mask-ce-textvideo .image-container-bottom {
  margin: 0 0 15px 0;
}
.mask-ce-download .mask-ce-download-header {
  color: #004993;
}
.mask-ce-download {
  font-family: 'PT Sans', sans-serif;
}
.mask-ce-download ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mask-ce-download ul li {
  padding: 12px 0 0;
  margin: 0;
  display: block;
  border-bottom: 1px solid #d6e1e4;
}
.mask-ce-download ul li:before {
  content: none;
}
.mask-ce-download .mask-ce-download-header {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.mask-ce-download .download-item .file-file {
  font-size: 32px;
  margin-top: 10px;
  display: inline-block;
}
.mask-ce-download .download-item .file-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
}
.mask-ce-download .download-item .file-download {
  font-size: 40px;
  margin-top: 15px;
  display: inline-block;
}
.limburg-overlay .limburgGallery .limburgGalleryThumbnails .limburgGalleryThumbnailsCounter .ist {
  color: #004993;
}
.mask-ce-textbox {
  position: relative;
  overflow: hidden;
}
.mask-ce-textbox.box-offset-right .box-content {
  display: inline;
  width: 60%;
}
@media (min-width: 992px) {
  .mask-ce-textbox.box-offset-right .box-content {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .mask-ce-textbox.box-offset-right {
    overflow: visible;
  }
  .mask-ce-textbox.box-offset-right .text-container-right {
    margin-right: -100px;
  }
}
.mask-ce-textbox.box-offset-left .box-content {
  display: inline;
  width: 60%;
}
@media (min-width: 992px) {
  .mask-ce-textbox.box-offset-left .box-content {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .mask-ce-textbox.box-offset-left {
    overflow: visible;
  }
  .mask-ce-textbox.box-offset-left .text-container-left {
    margin-left: -100px;
  }
}
.mask-ce-textbox *[class*="text-container"] {
  background-color: #d6e1e4;
  color: #355766;
  font-family: 'PT Sans', sans-serif;
  padding: 24px 40px;
}
.mask-ce-textbox *[class*="text-container"] ul,
.mask-ce-textbox *[class*="text-container"] ol {
  padding-left: 20px;
}
.mask-ce-textbox *[class*="text-container"] ul li,
.mask-ce-textbox *[class*="text-container"] ol li {
  padding-left: 0;
}
.mask-ce-textbox .text-container-top {
  margin: 0 0 15px 0;
}
.mask-ce-textbox .text-container-right {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .mask-ce-textbox .text-container-right {
    width: 40%;
    float: right;
    margin: 0 0 15px 15px;
  }
  .mask-ce-textbox .text-container-right figure figcaption {
    padding: 5px 5px 5px 0;
  }
}
@media (min-width: 992px) {
  .mask-ce-textbox .text-container-right {
    width: 50%;
    float: right;
  }
}
.mask-ce-textbox .text-container-left {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .mask-ce-textbox .text-container-left {
    margin: 0 15px 15px 0;
    width: 40%;
    float: left;
  }
  .mask-ce-textbox .text-container-left figure figcaption {
    padding: 5px 0 5px 5px;
  }
}
@media (min-width: 992px) {
  .mask-ce-textbox .text-container-left {
    width: 50%;
    float: left;
  }
}
.mask-ce-textbox .text-container-bottom {
  margin: 0 0 15px 0;
}
.mask-ce-contact {
  background-color: #d6e1e4;
  padding: 30px;
  margin-bottom: 16px;
}
.mask-ce-contact .contact-box-links {
  display: block;
  text-align: center;
}
.mask-ce-contact .contact-box-links img {
  display: inline-block;
  margin-right: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mask-ce-contact .contact-box-links {
    display: table-cell;
    text-align: left;
  }
  .mask-ce-contact .contact-box-links img {
    display: block;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.mask-ce-contact .contact-box-rechts {
  color: #355766;
  line-height: 24px;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}
@media (min-width: 768px) {
  .mask-ce-contact .contact-box-rechts {
    text-align: left;
  }
}
.mask-ce-contact .contact-box-rechts .contact-box-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.mask-ce-contact .contact-box-rechts .contact-box-position {
  font-style: italic;
  margin-bottom: 10px;
}
.mask-ce-contact .contact-box-rechts .contact-box-email a span,
.mask-ce-contact .contact-box-rechts .contact-box-website a span {
  word-break: break-all;
  display: inline-block;
}
.mask-ce-contact .contact-box-rechts .contact-box-email a:link,
.mask-ce-contact .contact-box-rechts .contact-box-website a:link,
.mask-ce-contact .contact-box-rechts .contact-box-email a:visited,
.mask-ce-contact .contact-box-rechts .contact-box-website a:visited {
  font-weight: bold;
  color: #355766;
}
.mask-ce-contact .contact-box-rechts .contact-box-address .contact-box-street {
  margin-right: 12px;
  display: inline-block;
}
.mask-ce-contact .contact-box-rechts .contact-box-address .contact-box-zip {
  margin-right: 5px;
}
.mask-ce-contact .contact-box-rechts .contact-box-lable {
  display: inline-block;
  width: 35px;
}
.mask-ce-audio {
  max-width: 600px;
  margin: 0 auto;
}
.mask-ce-audio .audio-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .mask-ce-audio .audio-wrap {
    /* margin: 40px 0px;*/
  }
}
.mask-ce-audio .audio-wrap .teaser-copyright {
  right: 0;
  top: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 4;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  position: absolute;
}
.mask-ce-audio .audio-wrap .dark {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.33+1,0.65+25 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 1%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 1%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 0%, rgba(0, 0, 0, 0.33) 1%, rgba(0, 0, 0, 0.65) 25%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#54000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
}
.mask-ce-audio .audio-wrap .audio-player-wrap {
  background-color: #004993;
  bottom: 0%;
  width: 100%;
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 16px 28px;
}
.mask-ce-audio .audio-wrap .audio-player-wrap.image {
  position: absolute;
  background: none;
}
.mask-ce-audio .audio-wrap .audio-player-wrap .audio-headline {
  color: white;
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 5px;
}
.mask-ce-audio .audio-wrap .audio-player-wrap .audio-description {
  color: white;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.mask-ce-audio .audio-wrap .audio-player-wrap .audio-player {
  position: relative;
  z-index: 500;
  margin-top: 10px;
  width: 100%;
}
.mask-ce-akkordeon {
  margin-bottom: 32px;
}
.mask-ce-akkordeon .is-accordion {
  padding: 0 18px 32px;
  border-bottom: 1px solid #d6e1e4;
}
.mask-ce-akkordeon .is-accordion .collapse-header {
  cursor: pointer;
}
.mask-ce-akkordeon .is-accordion .collapse-header > *:first-child:before {
  font-family: 'Bistum-Limburg-Iconfont';
  display: inline-block;
  content: '\e918';
  margin: 0 32px 0 0;
  font-size: 18px;
  font-weight: bold;
}
.mask-ce-akkordeon .is-accordion .collapse-header.collapsed > *:first-child:before {
  content: '\e907';
  font-size: 18px;
  font-weight: bold;
}
.mask-ce-akkordeon .is-accordion .collapse-area {
  opacity: 0;
}
.mask-ce-akkordeon .is-accordion .collapse-area .image-container-right {
  margin-right: -18px;
}
.mask-ce-akkordeon .is-accordion .collapse-area .image-container-left {
  margin-left: 0;
}
.mask-ce-akkordeon .is-accordion .collapse-area.in {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.mask-ce-akkordeon .is-accordion .collapse-area {
  padding-top: 30px;
}
.mask-ce-akkordeon .is-accordion .ce-item ul li.download-item:last-child {
  border: none;
}
.mask-ce-akkordeon .is-accordion .ce-item.mask-ce-audio {
  max-width: 100%;
}
.mask-ce-akkordeon .is-accordion .ce-item.mask-ce-textbox .text-container-right {
  margin-right: 0;
}
.mask-ce-akkordeon .is-accordion .ce-item.mask-ce-textbox .text-container-left {
  margin-left: 0;
}
.is-accordion .collapse-header:not(.collapsed) {
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 5;
  padding-bottom: 10px;
}
.author-box {
  border-top: 1px solid #96c972;
  border-bottom: 1px solid #96c972;
}
.author-box .author-box-rechts .author-box-name {
  color: #96c972;
}
.author-box .author-box-rechts a:hover,
.author-box .author-box-rechts a:focus,
.author-box .author-box-rechts a:active {
  color: #96c972 !important;
}
.author-box {
  padding: 24px 0 16px;
  margin: 30px 0;
}
.author-box .author-box-links img {
  margin-right: 15px;
}
.author-box .author-box-rechts {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #45616f;
}
.author-box .author-box-rechts .author-box-name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 4px;
}
.author-box .author-box-rechts .author-box-position {
  font-weight: bold;
  margin-bottom: 8px;
}
.author-box .author-box-rechts .author-box-lable {
  width: 40px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.author-box .author-box-rechts a:link,
.author-box .author-box-rechts a:visited {
  color: #45616f;
}
.social-share .share {
  font-size: 32px;
  float: left;
  margin-right: 20px;
}
.social-share .share a:hover,
.social-share .share a:focus,
.social-share .share a:active {
  color: #9B9B9B !important;
}
.social-share .share.share-facebook a:link,
.social-share .share.share-facebook a:visited {
  color: #3B5998;
}
.social-share .share.share-twitter a:link,
.social-share .share.share-twitter a:visited {
  color: #1DA1F2;
}
.social-share .share.share-whatsapp a:link,
.social-share .share.share-whatsapp a:visited {
  color: #25D366;
}
.social-share .share.share-google a:link,
.social-share .share.share-google a:visited {
  color: #DD4B39;
}
.social-share .share.share-mail a:link,
.social-share .share.share-mail a:visited {
  color: #706F6F;
}
.teaser-contact {
  background-color: #d6e1e4;
  -webkit-box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 12px 25px -16px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.teaser-contact .teaser-contact-inner {
  padding: 16px;
  color: #45616f;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  font-size: 14px;
}
.teaser-contact .teaser-contact-inner .contact-teaser-image {
  text-align: center;
  margin-bottom: 16px;
}
.teaser-contact .teaser-contact-inner .contact-teaser-image img {
  max-height: 100px;
  max-width: 100px;
}
.teaser-contact .teaser-contact-inner .contact-teaser-name {
  font-size: 16px;
}
.teaser-contact .teaser-contact-inner .contact-teaser-contactposition {
  font-style: italic;
}
.teaser-contact .teaser-contact-inner .contact-teaser-contactemail a {
  color: #45616f;
  font-weight: bold;
}
.teaser-contact .teaser-contact-inner .contact-teaser-contactemail a span {
  word-break: break-all;
  display: inline-block;
}
.teaser-contact .teaser-contact-inner .contact-teaser-contactwww {
  line-height: 1.4;
}
.teaser-contact .teaser-contact-inner .contact-teaser-contactwww a {
  color: #45616f;
  font-weight: bold;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.box-debug {
  position: absolute;
  z-index: 5;
  line-height: 1em;
}
.box-debug .box-debug-control {
  display: block;
  float: left;
  cursor: pointer;
  padding: 3px;
}
.box-debug .box-debug-control > span {
  opacity: .5;
  color: white;
}
.box-debug .box-debug-control .box-debug-info {
  max-height: 0;
  overflow: hidden;
}
.box-debug .box-debug-control .box-debug-info .box-debug-info-content {
  background-color: white;
  padding: 30px;
  font-family: 'PT Sans', sans-serif;
}
.box-debug .box-debug-control > span:hover ~ .box-debug-info {
  max-height: 1000px;
}
body.no-search header.homepage-header .search-form {
  display: none;
}
header.homepage-header {
  position: fixed;
  width: 100%;
  z-index: 5000;
}
header.homepage-header nav {
  box-shadow: 0 -2px 5px 2px #555555;
  border: none;
  min-height: 63px;
  background-color: white;
}
@media (min-width: 768px) {
  header.homepage-header nav {
    min-height: 72px;
  }
}
@media (max-width: 767px) {
  header.homepage-header nav .col-logo {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.55);
  }
}
header.homepage-header nav .navbar-header .logo-container {
  margin-top: 10px;
  margin-bottom: 7px;
}
header.homepage-header nav .navbar-header .logo-container .logo.svg-height {
  height: 46px;
}
header.homepage-header nav .navbar-header .logo-container .logo img {
  max-height: 46px;
  height: 100%;
  width: auto;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
header.homepage-header nav .search-form,
.tx-ig-content .search-box {
  display: block;
  position: relative;
}
header.homepage-header nav .search-form #search-input,
.tx-ig-content .search-box #search-input {
  font-weight: bold;
  transition: 0.2s ease all;
}
@media (max-width: 767px) {
  header.homepage-header nav .search-form #search-input,
  .tx-ig-content .search-box #search-input {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
header.homepage-header nav .search-form #search-input:hover,
.tx-ig-content .search-box #search-input:hover {
  border-color: #D6E1E4;
  background: #EEEEEE;
  transition: 0.2s ease all;
}
header.homepage-header nav .search-form #search-input:focus,
.tx-ig-content .search-box #search-input:focus {
  background: #ffffff;
  transition: 0.2s ease all;
  border: 2px solid #0396FF;
}
header.homepage-header nav .search-form label,
.tx-ig-content .search-box label {
  line-height: 40px;
  font-size: 24px;
  position: absolute;
  margin-top: 1px;
  display: inline-block;
  left: 10px;
}
header.homepage-header nav .search-form .form-control,
.tx-ig-content .search-box .form-control {
  padding-left: 40px;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 15px;
  background-color: #EEEEEE;
  border: 1px solid #E5E5E5;
}
header.homepage-header nav ul#navbar-social {
  margin-top: 15px;
  margin-bottom: 7px;
  text-align: right;
  overflow: hidden;
}
header.homepage-header nav ul#navbar-social.navbar-right {
  margin-right: 0;
}
header.homepage-header nav ul#navbar-social li:first-child {
  padding-left: 0;
}
header.homepage-header nav ul#navbar-social li:last-child {
  padding-right: 0;
}
header.homepage-header nav ul#navbar-social li a.fb .fa-circle {
  color: #3B5998;
}
header.homepage-header nav ul#navbar-social li a.tw .fa-circle {
  color: #1DA1F2;
}
header.homepage-header nav ul#navbar-social li a.insta .fa-circle {
  color: #C13584;
}
header.homepage-header nav ul#navbar-social li a.youtube .fa-circle {
  color: #C4302B;
}
header.homepage-header nav ul#navbar-social i.fa-circle {
  color: #D8D8D8;
}
header.homepage-header .mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  header.homepage-header .mobile-hidden {
    display: block;
  }
}
header.homepage-header .mobile-control {
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
  border-left: 1px solid #E5E5E5;
  padding-left: 15px;
}
header.homepage-header .mobile-control ul#navbar-mobil {
  margin-bottom: 0;
}
header.homepage-header .mobile-control ul#navbar-mobil li {
  vertical-align: top;
  line-height: 63px;
}
header.homepage-header .mobile-control .icon-Lupe,
header.homepage-header .mobile-control .icon-Close {
  line-height: 63px;
  font-size: 32px;
  width: 32px;
  display: block;
  text-align: center;
}
header.homepage-header .mobile-control .icon-Close {
  font-size: 15px;
}
.navbar-transparent {
  padding-top: 15px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.navbar-default {
  background-color: #ffffff;
}
.homepage-footer .footer-nav {
  text-align: center;
}
@media (min-width: 992px) {
  .homepage-footer .footer-nav {
    text-align: right;
  }
}
.homepage-footer .footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.homepage-footer .footer-nav ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.homepage-footer .footer-nav ul li a:link,
.homepage-footer .footer-nav ul li a:visited {
  padding: 15px 20px 5px ;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: white;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .homepage-footer .footer-nav ul li a:link,
  .homepage-footer .footer-nav ul li a:visited {
    padding: 15px 20px 15px;
  }
}
.homepage-footer .footer-nav ul li a:hover,
.homepage-footer .footer-nav ul li a:focus,
.homepage-footer .footer-nav ul li a:active {
  text-decoration: underline;
}
nav .spendenbutton.in-first-line {
  display: none;
}
@media (min-width: 992px) {
  nav .spendenbutton.in-first-line {
    display: block;
    margin-top: 15px;
  }
}
nav .spendenbutton.mobile-control {
  display: none;
  top: 10px;
  border-left: none;
  padding-left: 0;
  right: calc( (100vw - 150px - 85px) / 2);
}
@media (min-width: 490px) {
  nav .spendenbutton.mobile-control {
    display: block;
  }
}
@media (min-width: 768px) {
  nav .spendenbutton.mobile-control {
    display: none;
  }
}
nav .spendenbutton.in-second-line {
  display: block;
}
@media (min-width: 490px) {
  nav .spendenbutton.in-second-line {
    display: none;
  }
}
@media (min-width: 768px) {
  nav .spendenbutton.in-second-line {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  nav .spendenbutton.in-second-line {
    display: none;
  }
}
@media (max-width: 490px) {
  nav .spendenbutton.in-second-line .donation-button-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  nav .spendenbutton.in-second-line .donation-button-wrapper.searchfield-is-visible {
    margin-top: 0;
  }
}
footer.homepage-footer {
  border-top: solid 8px #004993;
  background-color: #96c972;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #edf2f4;
}
body > .homepage {
  padding-top: 62px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body > .homepage {
    padding-top: 72px;
  }
}
footer.homepage-footer .top-footer {
  margin-top: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  footer.homepage-footer .top-footer {
    text-align: left;
  }
}
footer.homepage-footer .top-footer .logo-footer {
  width: 150px;
  height: auto;
}
footer.homepage-footer .top-footer .list-inline.footer-images {
  margin-left: -15px;
  margin-bottom: 0px;
}
footer.homepage-footer .top-footer .list-inline.footer-images li {
  padding-left: 15px;
  margin-bottom: 10px;
}
footer.homepage-footer .sub-footer {
  border-top: 1px solid white;
  text-align: center;
}
footer.homepage-footer .sub-footer .sub-footer-item {
  padding: 10px;
  display: inline-block;
  font-size: 12px;
  color: white;
  font-weight: bold;
  font-family: 'PT Sans Narrow', sans-serif;
}
.audio-button {
  margin-bottom: 20px;
}
.ui-slider-handle {
  border-radius: 50%;
  top: -6px !important;
  width: 15px !important;
  height: 15px !important;
  margin-left: -5px !important;
}
.login_layer {
  position: fixed;
  z-index: 999;
}
.login_layer_inner {
  position: fixed;
  height: 400px;
  width: 555px;
  background-color: transparent;
  box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.35);
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.login_upper_bg {
  height: 320px;
  width: 100%;
  background-color: #706F6F;
  box-shadow: 0 3px 35px 0 rgba(0, 0, 0, 0.35);
  border-radius: 10px 10px 0 0;
}
.login_form,
.login_upper_bg {
  text-align: center;
}
.login_lower_bg {
  height: 80px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #F3F3F3;
}
.login_upper_logo {
  width: 145px;
}
.login_upper_logo_seperator {
  height: 1px;
  width: 360px;
  background-color: #FFFFFF;
  margin-bottom: 40px;
}
.login_button {
  height: 40px;
  width: 300px;
  background-color: #F8941D;
  border-radius: 5px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  cursor: pointer;
}
.login_button_text {
  height: 100%;
  width: 300px;
  color: #FFFFFF;
  font-family: "PT Sans Narrow";
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
}
.login_form.logged {
  font-family: "PT Sans Narrow";
  color: #ffffff;
}
.login_form input {
  margin: 0 auto;
  margin-bottom: 30px;
  height: 48px;
  width: 360px;
  border: 2px solid #D6E1E4;
  background-color: #FFFFFF;
  font-family: "PT Sans Narrow";
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  color: #353535;
  padding-left: 60px;
}
.login_form img {
  margin-top: 40px;
}
.inverted {
  filter: brightness(150%);
}
.login_form div:before {
  position: absolute;
  height: 44px;
  width: 46px;
  background-color: #F3F3F3;
  font-size: 24px;
  font-family: "FontAwesome";
  left: 99px;
  margin-top: 2px;
  padding-top: 6px;
}
.login_form div.login_layer_input:before {
  content: "\f007";
}
.login_form div.login_layer_pass:before {
  content: "\f023";
}
.login_hint {
  position: absolute;
  z-index: 9998;
  top: -10px;
  left: 20px;
  background-color: #F2642F;
  color: #ffffff;
  font-size: 12px;
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 10px 20px;
  opacity: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.login_hint:before {
  content: "";
  position: absolute;
  right: 45%;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #F2642F transparent;
  z-index: 9998;
}
.login_hint.search_hint {
  left: 0;
  padding: 10px 65px;
}
.login_hint.search_hint:before {
  right: 50%;
}
@media (max-width: 768px) {
  .login_hint {
    display: none;
  }
}
.pickerwrap:after {
  font-family: 'Bistum-Limburg-Iconfont' !important;
  content: "\e91b";
  position: absolute;
  top: 45px;
  right: 30px;
  color: #F2642F;
}
#musicform input,
#musicform textarea {
  margin-bottom: 21px;
}
.requiredwrap.err:after {
  font-family: 'Bistum-Limburg-Iconfont' !important;
  content: "\e926";
  position: absolute;
  top: 45px;
  right: 30px;
  color: #DE4313;
}
.requiredwrap.valid:after {
  font-family: 'Bistum-Limburg-Iconfont' !important;
  content: "\e927";
  position: absolute;
  top: 45px;
  right: 30px;
  color: #7ED321;
}
.requiredwrap.err:hover .errmsg {
  /* display: block !important; */
  border: 2px solid #de4313;
  color: #de4313;
  text-align: center;
  padding: 6px;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  top: 83px;
  right: 15px;
}
#errmsg {
  transition: transform 0.23s;
}
.requiredwrap.valid input,
.requiredwrap.valid textarea {
  border: 2px solid #7ED321;
}
.requiredwrap textarea {
  color: #9B9B9B;
  font-family: "PT Serif";
  font-size: 16px;
  font-style: italic;
  line-height: 24px !important;
}
.fwowrap input.form_inactive,
.cdmwrap input.form_inactive {
  background-color: #F3F3F3;
  cursor: default;
}
.fwowrap .pickerwrap.form_inactive:after,
.cdmwrap .pickerwrap.form_inactive:after {
  color: #D2D2D2;
}
/* label (container) */
.checkboxwrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 16px;
}
/* hide default checkbox */
.checkboxwrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 2px solid #d6e1e4;
}
.checkboxwrap.err .checkmark {
  border: 2px solid #de4313;
}
.requiredwrap .err:after,
.checkboxwrap.err:after {
  font-family: 'Bistum-Limburg-Iconfont' !important;
  content: "\e926";
  position: absolute;
  top: 0px;
  right: 15px;
  font-weight: normal;
  color: #DE4313;
}
.requiredwrap .valid:after,
.checkboxwrap.valid:after {
  font-family: 'Bistum-Limburg-Iconfont' !important;
  content: "\e927";
  position: absolute;
  top: 0px;
  right: 15px;
  font-weight: normal;
  color: #7ED321;
}
/* mouse-over */
.checkboxwrap:hover input ~ .checkmark {
  background-color: #fff;
  border-color: #326E35;
}
/* checked */
.checkboxwrap input:checked ~ .checkmark {
  background-color: #326E35;
  border-color: #326E35;
}
/* checkmark/indicator */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* checkmark/indicator */
.checkboxwrap .checkmark:after {
  left: 4px;
  top: -2px;
  width: 5px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* show checkmark when checked */
.checkboxwrap input:checked ~ .checkmark:after {
  display: block;
}
.owl-carousel .owl-dots.disabled {
  display: block;
  height: 0;
  visibility: hidden;
  margin-top: 40px;
  margin-bottom: 100px;
}
.btn-primary {
  background-color: #004993;
  border-color: #003060;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
  border-color: #003060;
  background-color: #0062c6;
  outline: none;
}
#cat-list {
  margin-top: 20px;
}
