/*! 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
          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;
}

/** Main Nav **/
.mainNavGroup {
  cursor: pointer;
}

.mainNavGroup span.icon {
  margin-right: 8px;
}

.navMenu {
  display: none;
  position: fixed;
  overflow: auto;
  height: 100%;
  width: 400px;
  top: 0;
  right: 0;
  z-index: 99999;
  background: white;
  -webkit-transition: 1s width;
  transition: 1s width;
}

@media (max-width: 400px) {
  .navMenu {
    width: 100%;
  }
}

.navMenu .menuHeader {
  min-width: 400px;
  padding: 20px 30px;
  line-height: 24px;
  background: #3c9296;
  color: white;
}

@media (max-width: 400px) {
  .navMenu .menuHeader {
    width: 100%;
  }
}

.navMenu .menuHeader span.icon {
  font-size: 23px;
  vertical-align: middle;
  cursor: pointer;
}

.navMenu .menuMain {
  margin: 26px 0;
}

.navMenu .menuMain ul li {
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: 500;
}

.navMenu .menuMain ul li.current > a {
  color: #3c9296;
}

.navMenu .menuMain ul li span {
  position: absolute;
}

.navMenu .menuMain ul li span.subNav {
  width: 30px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  cursor: pointer;
  top: 14px;
  right: 30px;
  font-family: dbk-icons;
  -webkit-transition: 0.6s color;
  transition: 0.6s color;
}

.navMenu .menuMain ul li span.subNav:hover {
  color: #3c9296;
}

.navMenu .menuMain ul li span.subNav.subNavClosed:before {
  content: "\e90d";
}

.navMenu .menuMain ul li span.subNav.subNavOpen:before {
  content: "\e90b";
  color: #3c9296;
}

.navMenu .menuMain ul li a {
  display: block;
  color: #333333;
}

.navMenu .menuMain ul li a:hover {
  color: #3c9296;
}

.navMenu .menuMain > ul > li {
  padding: 14px 60px 14px 30px;
  font-size: 24px;
  line-height: 30px;
}

.navMenu .menuMain > ul > li > ul {
  display: none;
}

.navMenu .menuMain > ul > li > ul > li {
  padding: 10px 0 10px 15px;
  font-size: 18px;
  line-height: 30px;
}

.navMenu .menuMain > ul > li > ul > li a {
  line-height: 24px;
  margin: 3px 0;
}

.navMenu .menuMain > ul > li > ul > li span.subNav {
  top: 10px;
  right: -30px;
}

.navMenu .menuMain > ul > li > ul > li > ul {
  display: none;
}

.navMenu .menuMain > ul > li > ul > li > ul > li {
  padding: 10px 0 10px 15px;
  font-size: 16px;
  line-height: 30px;
}

.navMenu .menuMain > ul > li > ul > li > ul > li a {
  line-height: 24px;
}

.navMenu .menuMain > ul > li > ul > li.active > ul {
  display: block;
}

.navMenu .menuMain > ul > li.active > ul {
  display: block;
}

.navMenu .menuMeta ul, .navMenu .menuMain ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.navMenu .menuMeta > ul, .navMenu .menuMain > ul {
  width: 400px;
}

@media (max-width: 400px) {
  .navMenu .menuMeta > ul, .navMenu .menuMain > ul {
    width: 100%;
  }
}

.navMenu .menuMeta {
  padding: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.navMenu .menuMeta > ul {
  width: 100%;
}

.navMenu .menuMeta > ul li {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
}

.navMenu .menuMeta > ul li:first-child {
  margin-top: 0;
}

.navMenu .menuMeta > ul li:last-child {
  margin-bottom: 0;
}

.navMenu .menuMeta > ul li a {
  color: #333333;
}

.navMenu .menuMeta > ul li a:hover {
  color: #3c9296;
}

.navMenu .menuMeta > ul li span.icon {
  vertical-align: text-top;
  display: inline-block;
  font-size: 16px;
  width: 16px;
  line-height: 20px;
  margin-right: 10px;
}

.navMenu .langSubMenu ul {
  list-style: none;
}

.navMenu .langSubMenu ul li {
  padding-left: 15px;
  margin: 8px 0;
  font-size: 16px;
  line-height: 20px;
}

.navMenu .langSubMenu ul li a {
  color: #333333;
}

.navMenu .langSubMenu ul li a:hover {
  color: #3c9296;
}

.navPageOverlay {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page {
  -webkit-transition: 1s -webkit-filter;
  transition: 1s -webkit-filter;
  transition: 1s filter;
  transition: 1s filter, 1s -webkit-filter;
}

.modalBlur {
  -webkit-filter: url("/typo3conf/ext/ig_project/Resources/Public/Css/resource.svg#blur");
          filter: url("/typo3conf/ext/ig_project/Resources/Public/Css/resource.svg#blur");
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

/** BREADCRUMB **/
.breadCrumb {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  line-height: 14px;
}

.breadCrumb ul.breadcrumbNav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.breadCrumb ul.breadcrumbNav li {
  font-family: 'Roboto', sans-serif;
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  line-height: 14px;
}

.breadCrumb ul.breadcrumbNav li a {
  color: #3c9296;
  height: 14px;
  display: block;
  line-height: 14px;
}

.breadCrumb ul.breadcrumbNav li a:hover {
  color: #72c3c6;
}

.breadCrumb ul.breadcrumbNav li .bcTrenner {
  font-size: 7px;
  line-height: 14px;
  color: #333333;
  vertical-align: middle;
}

/* latin */
@font-face {
  font-family: 'Droid Serif';
  font-style: italic;
  font-weight: 400;
  src: local("Droid Serif Italic"), local("DroidSerif-Italic"), url("../Fonts/DroidSerif/tDbK2oqRg1oM3QBjjcaDkOr4nAfcHi6FRUI.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Droid Serif';
  font-style: normal;
  font-weight: 400;
  src: local("Droid Serif Regular"), local("DroidSerif-Regular"), url("../Fonts/DroidSerif/tDbI2oqRg1oM3QBjjcaDkOr9rAXWGQyH.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light"), local("Roboto-Light"), url("../Fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../Fonts/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../Fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../Fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../Fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("../Fonts/Roboto/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../Fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../Fonts/Roboto/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'dbk-icons';
  src: url("../Fonts/Icons/dbk-icons.eot?vodss7");
  src: url("../Fonts/Icons/dbk-icons.eot?vodss7#iefix") format("embedded-opentype"), url("../Fonts/Icons/dbk-icons.woff2?vodss7") format("woff2"), url("../Fonts/Icons/dbk-icons.ttf?vodss7") format("truetype"), url("../Fonts/Icons/dbk-icons.woff?vodss7") format("woff"), url("../Fonts/Icons/dbk-icons.svg?vodss7#dbk-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dbk-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-faq:before {
  content: "\e92d";
}

.icon-home:before {
  content: "\e92e";
}

.icon-list:before {
  content: "\e928";
}

.icon-mosaik:before {
  content: "\e929";
}

.icon-webbanner:before {
  content: "\e92a";
}

.icon-readspeaker:before {
  content: "\e926";
}

.icon-pressemitteilung:before {
  content: "\e922";
}

.icon-seiteninhalt:before {
  content: "\e923";
}

.icon-DBKPreistrager:before {
  content: "\e924";
}

.icon-check:before {
  content: "\e920";
}

.icon-doc-download:before {
  content: "\e900";
}

.icon-doc-link:before {
  content: "\e901";
}

.icon-doc:before {
  content: "\e902";
}

.icon-english:before {
  content: "\e903";
}

.icon-menu:before {
  content: "\e904";
}

.icon-meta-a-z:before {
  content: "\e905";
}

.icon-meta-mail:before {
  content: "\e906";
}

.icon-meta-publikationen:before {
  content: "\e907";
}

.icon-meta-telefonseelsorge:before {
  content: "\e91f";
}

.icon-meta-kalender:before {
  content: "\e91b";
}

.icon-pfeil-xxl-links:before {
  content: "\e91c";
}

.icon-pfeil-xxl-rechts:before {
  content: "\e91d";
}

.icon-pfeil-gross-links:before {
  content: "\e908";
}

.icon-pfeil-gross-rechts:before {
  content: "\e909";
}

.icon-pfeil-gross-oben:before {
  content: "\e921";
}

.icon-pfeil-links:before {
  content: "\e90a";
}

.icon-pfeil-oben:before {
  content: "\e90b";
}

.icon-pfeil-rechts:before {
  content: "\e90c";
}

.icon-pfeil-unten:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90e";
}

.icon-plus:before {
  content: "\e90f";
}

.icon-x:before {
  content: "\e910";
}

.icon-download:before {
  content: "\e91e";
}

.icon-service-a-z:before {
  content: "\e911";
}

.icon-service-karriere:before {
  content: "\e930";
}

.icon-service-adressbuch:before {
  content: "\e912";
}

.icon-service-bibel:before {
  content: "\e913";
}

.icon-service-katechismus:before {
  content: "\e914";
}

.icon-service-katholisch-de:before {
  content: "\e915";
}

.icon-service-map:before {
  content: "\e916";
}

.icon-service-pfarreiensuche:before {
  content: "\e917";
}

.icon-service-termine:before {
  content: "\e918";
}

.icon-suche:before {
  content: "\e919";
}

.icon-video:before {
  content: "\e91a";
}

.icon-info:before {
  content: "\e927";
}

.icon-social-facebook:before {
  content: "\e925";
}

.icon-social-twitter:before {
  content: "\e92b";
}

.icon-social-youtube:before {
  content: "\e92c";
}

.icon-social-instagram:before {
  content: "\e92f";
  color: #4c4c4c;
}

.page.microsite .breadCrumb {
  margin-bottom: 40px;
}

.page.microsite .page-header {
  margin-bottom: 0;
}

.page.microsite .rsbtn {
  padding-bottom: 20px;
}

.page.microsite .page-content h1 {
  text-align: center;
}

.page.microsite .page-content .headerImage {
  min-height: 240px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  margin-bottom: 61px;
}

@media (min-width: 480px) {
  .page.microsite .page-content .headerImage {
    min-height: 400px;
  }
}

@media (min-width: 640px) {
  .page.microsite .page-content .headerImage {
    min-height: 400px;
  }
}

@media (min-width: 992px) {
  .page.microsite .page-content .headerImage {
    min-height: 500px;
  }
}

.page.microsite .page-content .micrositeNavBox {
  margin: 60px 0;
}

.page.microsite .page-content .micrositeNavBox .contentBox.bg-gray {
  margin: 90px 0 60px 0;
  padding-top: 100px;
  padding-bottom: 125px;
}

.page.microsite .page-content .micrositeNavBox .contentBox.bg-gray .frame.frame-indent {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .page.microsite .page-content .micrositeNavBox .contentBox.bg-gray .frame.frame-indent {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .page.microsite .page-content .micrositeNavBox .contentBox.bg-gray .frame.frame-indent {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .page.microsite .page-content .micrositeNavBox .contentBox.bg-gray .frame.frame-indent {
    width: 1170px;
  }
}

.page.microsite .page-content .micrositeNavBox .contentBox.bg-gray .frame.frame-indent header {
  margin-bottom: 3rem;
}

.page.microsite .page-content .micrositeNavBox .contentBox.bg-gray .frame.frame-indent .news:before {
  display: table;
  content: " ";
}

.page.microsite .page-content .micrositeNavBox .contentBox.bg-gray .frame.frame-indent .news:after {
  display: table;
  content: " ";
  clear: both;
}

.page.microsite .page-content .micrositeNavBox .msNavItem {
  margin-bottom: 30px;
}

.page.microsite .page-content .micrositeNavBox .msNavItem .teaserImage {
  overflow: hidden;
}

.page.microsite .page-content .micrositeNavBox .msNavItem .teaserImage img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}

.page.microsite .page-content .micrositeNavBox .msNavItem .teaserTitle {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin: 19px 0 10px 0;
}

.page.microsite .page-content .micrositeNavBox .msNavItem .teaserMore {
  position: relative;
  line-height: 20px;
  font-size: 18px;
  color: #EB274B;
  margin-top: 10px;
}

.page.microsite .page-content .micrositeNavBox .msNavItem .teaserMore i.icon {
  margin-left: 5px;
  line-height: 20px;
  height: 20px;
  vertical-align: text-bottom;
}

.page.microsite .page-content .micrositeNavBox .msNavItem:hover .teaserImage img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.page.microsite .page-footer {
  margin-top: 0;
}

.page.microsite.unterseite .page-content .headerImage {
  margin-bottom: 30px;
}

section.aktuelles {
  background: transparent;
  border-top: 1px solid #d6d6d6;
}

.news .news-list-view .article {
  border-bottom: 1px solid #d6d6d6;
  padding: 40px 40px 25px 0;
}

.news .news-list-view .article:first-child {
  border-top: 1px solid #d6d6d6;
}

.news .news-list-view .article a {
  color: #333333;
}

.news .news-list-view .article a:hover {
  color: #3c9296;
}

.news .news-list-view .article .header {
  margin-bottom: 15px;
}

.news .news-list-view .article .header p {
  font-family: 'Roboto', sans-serif;
  color: #3c9296;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
}

@media (min-width: 992px) {
  .news .news-list-view .article .header p {
    font-size: 18px;
    line-height: 26px;
    font-weight: inherit;
  }
}

.news .news-list-view .article .headline {
  margin-bottom: 15px;
}

.news .news-list-view .article .headline h3 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .news .news-list-view .article .headline h3 {
    font-size: 24px;
    line-height: 28px;
  }
}

.news .news-list-view .article .teaser-text {
  margin-bottom: 15px;
}

.news .news-list-view .article .teaser-text p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 992px) {
  .news .news-list-view .article .teaser-text p {
    font-size: 18px;
    line-height: 30px;
  }
}

.news .news-list-view .article .teaser-text p:last-child {
  margin-bottom: 0;
}

.news .news-list-view .page-navigation {
  margin-top: 40px;
}

.news .news-list-view .page-navigation ul {
  text-align: center;
}

.news .news-list-view .page-navigation ul li {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d6d6d6;
  color: #3c9296;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.6s border-color;
  transition: 0.6s border-color;
}

.news .news-list-view .page-navigation ul li:hover {
  border-color: #3c9296;
}

.news .news-list-view .page-navigation ul li a {
  display: block;
}

.news .news-list-view .page-navigation ul li.current {
  border-color: #333333;
  color: #333333;
}

.news .news-list-view .page-navigation ul li.previous, .news .news-list-view .page-navigation ul li.next, .news .news-list-view .page-navigation ul li.moreLess {
  border: none;
}

.news.news-single .article .header {
  margin-bottom: 15px;
}

.news.news-single .article .header p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #3c9296;
  line-height: 26px;
  margin: 0;
}

.news.news-single .article .headline {
  margin-bottom: 20px;
}

.news.news-single .article .headline h3 {
  font-size: 40px;
  line-height: 52px;
  margin: 0;
}

.news.news-single .article .teaser-text {
  font-family: "Droid Serif", serif;
  font-weight: 700;
}

.news.news-single .article .teaser-text p {
  font-family: "Droid Serif", serif;
  font-weight: 700;
}

.news.news-single .article .news-img-wrap .focuspoint {
  position: relative;
  overflow: hidden;
}

.news.news-single .article .news-img-wrap .focuspoint img {
  position: inherit;
}

.news.news-single .article .news-text-wrap p:last-child {
  margin-bottom: 0;
}

.news.news-single .article .news-related-wrap {
  margin-top: 60px;
}

.news.news-single .article .news-related-wrap .news-related {
  margin-bottom: 20px;
}

.news.news-single .article .news-related-wrap .news-related h4 {
  margin-bottom: 5px;
}

.news.news-single .article .news-related-wrap .news-related ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news.news-single .article .news-related-wrap .news-related ul li {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #D6D6D6;
}

.news.news-single .article .news-related-wrap .news-related ul li a {
  color: #333333;
}

.news.news-single .article .news-related-wrap .news-related ul li a:hover {
  color: #3c9296;
}

.news.news-single .article .news-related-wrap .news-related ul li .relatedItemIcon {
  display: inline;
  float: left;
}

.news.news-single .article .news-related-wrap .news-related ul li .relatedItemIcon span.icon {
  font-size: 86px;
}

.news.news-single .article .news-related-wrap .news-related ul li .relatedItemBody {
  margin-left: 93px;
}

.news.news-single .article .news-related-wrap .news-related ul li .relatedItemBody .relatedItemHeadline {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: #333333;
}

.news.news-single .article .news-related-wrap .news-related ul li .relatedItemBody .relatedItemLink a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #3c9296;
}

.news.news-single .article .news-related-wrap .news-related ul li:hover .relatedItemIcon a {
  color: #3c9296;
}

.news.news-single .article .news-related-wrap .news-related ul li:hover .relatedItemBody .relatedItemLink a {
  color: #72c3c6;
}

.news.news-single .article .news-backlink-wrap {
  margin-top: 30px;
  margin-bottom: 70px;
}

.news .startNewsWrapper {
  display: inline;
  float: left;
  width: 100%;
}

.news .startNewsWrapper .article .header p {
  margin-bottom: 0;
}

.news .startNewsWrapper .article .header p .news-list-date {
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
  color: #3c9296;
  margin-bottom: 15px;
}

.news .startNewsWrapper .article .headline {
  margin-bottom: 12px;
}

.news .startNewsWrapper .article .headline h3 {
  margin: 0;
}

.news .startNewsWrapper .article .headline h3 a {
  color: #333;
  font-size: 24px;
  line-height: 28px;
}

.news .startNewsWrapper .article .headline h3 a:hover {
  color: #72c3c6;
}

.news .startNewsWrapper .article .teaser-text .description p {
  font-size: 18px;
  line-height: 30px;
}

.news .startNewsWrapper .article .teaser-text .description p:last-child {
  margin-bottom: 0;
}

.news .startNewsWrapper .article .teaser-text .more {
  display: none;
}

.news .startNewsWrapper .weitereMeldungen {
  margin-top: 20px;
  text-align: right;
}

@media (max-width: 992px) {
  .news .startNewsWrapper .article .headline h3 a {
    font-size: 30px;
    line-height: 38px;
  }
  .news .startNewsWrapper .weitereMeldungen {
    margin-top: 20px;
    text-align: right;
  }
}

.news .owl-nav {
  position: absolute;
  top: 270px;
  margin-top: -35px;
  width: 100%;
}

.news .owl-nav .owl-next,
.news .owl-nav .owl-prev {
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.6);
  /*i {
        line-height: 70px;
        font-size: 26px;
        color: rgba(255,255,255,0.6);
        transition: 0.6s color;
      }*/
}

.news .owl-nav .owl-next.disabled,
.news .owl-nav .owl-prev.disabled {
  opacity: 0;
}

.news .owl-nav .owl-next:hover i,
.news .owl-nav .owl-prev:hover i {
  color: #3c9296;
}

.news .owl-nav .owl-prev {
  left: 10px;
}

.news .owl-nav .owl-next {
  right: 10px;
}

.news-menu-view {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .news .owl-nav {
    top: 40%;
  }
}

/* NEWS ICONS */
.newsIcon {
  display: none;
}

.tx-ig-termine .tx_igtermine .feditRow {
  display: inline-block;
  float: none;
  margin-bottom: 30px;
}

.tx-ig-termine .tx_igtermine .feditRow a {
  display: block;
  padding: 10px 44px 10px 20px;
  background-color: #3c9296;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  -webkit-transition: 0.6s background-color;
  transition: 0.6s background-color;
  border: none;
  border-radius: 0;
  transition: 0.6s background-color;
}

.tx-ig-termine .tx_igtermine .feditRow a:hover {
  color: #72c3c6;
}

.tx-ig-termine .tx_igtermine .terminFilter .terminKalender .terminWochenTageHeader .wTag {
  color: #3c9296;
}

.tx-ig-termine .tx_igtermine .terminFilter .terminKalender .terminWochenTage .woche .tag.today span {
  background: #3c9296;
  border-color: #3c9296;
}

.tx-ig-termine .tx_igtermine .terminFilter .terminKalender .kalenderNav #kalenderPrev, .tx-ig-termine .tx_igtermine .terminFilter .terminKalender .kalenderNav #kalenderNext {
  color: #3c9296;
}

.tx-ig-termine .tx_igtermine .termine .terminItem .terminHandle:after {
  color: #3c9296;
}

.tx-ig-termine .tx_igtermine .termine .terminItem .terminMeta {
  text-transform: none;
  color: #3c9296;
}

.tx-ig-termine .tx_igtermine .termine .terminItem .terminMeta.catSecondary {
  color: #a7235b;
}

.tx-kesearch-pi1 #form_kesearch_pi1 {
  margin-bottom: 0;
}

.tx-kesearch-pi1 .kesearchbox {
  margin-bottom: 45px;
  font-size: 0;
}

.tx-kesearch-pi1 .kesearchbox #ke_search_sword {
  width: 75%;
  border: 1px solid #333333;
  position: relative;
  top: inherit;
  font-size: 18px;
  font-weight: 500;
}

.tx-kesearch-pi1 .kesearchbox .submit {
  margin-left: 30px;
}

.tx-kesearch-pi1 .kesearchbox .submit:after {
  content: "\e909";
  font-family: "dbk-icons";
  line-height: 40px;
  right: 10px;
  top: 0;
}

.tx-kesearch-pi1 .kesearchbox #kesearch_submit {
  position: relative;
  top: inherit;
  height: 40px;
  width: auto;
  border: 0 none;
  padding: 10px 40px 10px 20px;
  left: inherit;
  font-size: 18px;
}

@media (max-width: 650px) {
  .tx-kesearch-pi1 .kesearchbox #ke_search_sword {
    width: 66%;
  }
  .tx-kesearch-pi1 .kesearchbox #kesearch_submit {
    position: relative;
    top: inherit;
    height: 40px;
    width: 100%;
    border: 0 none;
    padding: 10px 40px 10px 10px;
    left: inherit;
  }
  .tx-kesearch-pi1 .kesearchbox div.submit {
    margin-left: 0;
    width: 32%;
    display: inline-block;
    vertical-align: top;
  }
}

.tx-kesearch-pi1 #kesearch_filters {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #333333;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs {
  display: inline;
  float: left;
  margin-right: 5px;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs:last-child {
  margin-right: 0;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs .list {
  margin-bottom: 0;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs input[type="submit"] {
  display: block;
  padding: 15px 20px 15px 45px;
  background-color: #F2F2F2;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  -webkit-transition: 0.6s background-color;
  transition: 0.6s background-color;
  border: none;
  border-radius: 0;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs input[type="submit"].checked {
  color: #fff;
  background-color: #333333;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs a.searchPublikationen {
  position: relative;
  display: block;
  padding: 15px 20px 15px 45px;
  background-color: #F2F2F2;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  -webkit-transition: 0.6s background-color;
  transition: 0.6s background-color;
  border: none;
  border-radius: 0;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs a.searchPublikationen.checked {
  color: #fff;
  background-color: #333333;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs a.searchPublikationen:after {
  content: "\e914";
  font-family: dbk-icons;
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs .Seiteninhalte, .tx-kesearch-pi1 #kesearch_filters .search-form-tabs .Meldungen {
  position: relative;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs .Seiteninhalte:after, .tx-kesearch-pi1 #kesearch_filters .search-form-tabs .Meldungen:after {
  font-family: dbk-icons;
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs .Seiteninhalte.checked, .tx-kesearch-pi1 #kesearch_filters .search-form-tabs .Meldungen.checked {
  color: #fff;
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs .Seiteninhalte:after {
  content: "\e923";
}

.tx-kesearch-pi1 #kesearch_filters .search-form-tabs .Meldungen:after {
  content: "\e922";
}

@media (max-width: 557px) {
  .tx-kesearch-pi1 #kesearch_filters .search-form-tabs {
    width: 100%;
    margin-bottom: 5px;
  }
  .tx-kesearch-pi1 #kesearch_filters .search-form-tabs input {
    width: 100%;
    text-align: left;
  }
}

.tx-kesearch-pi1 #kesearch_num_results {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: #999999;
  margin-bottom: 20px;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item {
  border-top: 1px solid #D6D6D6;
  padding: 40px 0;
  margin: 0;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .resultDate {
  display: block;
  margin-bottom: 15px;
  color: #3c9296;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

@media (min-width: 992px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item .resultDate {
    font-size: 18px;
  }
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
}

@media (min-width: 992px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item .result-title {
    font-size: 24px;
    line-height: 30px;
  }
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .result-title a {
  color: #333333;
  text-decoration: none;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .result-title .hit {
  font-weight: 500;
  color: #3c9296;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser {
  display: block;
  font-family: "Droid Serif", serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser {
    font-size: 18px;
    line-height: 30px;
  }
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .result-teaser .hit {
  color: #333333;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .resultURL {
  display: block;
  color: #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px solid #D6D6D6;
  padding: 0;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser {
  display: inline-block;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li {
  position: relative;
  float: left;
  margin: 0 5px 15px 0;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li:last-child {
  margin-right: 0;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li a {
  font-size: 18px;
  padding: 0;
  position: relative;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li a.prev, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li a.next {
  background: none;
  color: transparent;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li a.prev:after, .tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li a.next:after {
  color: #3c9296;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  text-align: center;
  position: absolute;
  font-family: dbk-icons;
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li a.prev:after {
  content: "\e90a";
}

.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total .page-navigation .kesearch_pagebrowser ul li a.next:after {
  content: "\e90c";
}

.tx-ig-newsletter {
  margin: 30px 0 60px 0;
}

.tx-t3footnotes ol {
  list-style-type: none;
}

.tx-t3footnotes ol li {
  position: relative;
  font-size: 15px;
}

.tx-t3footnotes ol li a {
  position: absolute;
  left: -20px;
  font-size: 13px;
  top: -7px;
}

.tx-ig-mosaik {
  /*TABS*/
  /*Mosaik-Ansicht*/
  /*Kachel-Ansicht*/
}

.tx-ig-mosaik .start1 .overlay {
  top: 8%;
}

@media (max-width: 992px) {
  .tx-ig-mosaik .start1 .overlay {
    height: 45%;
  }
}

.tx-ig-mosaik form .small-label {
  font-weight: normal;
}

.tx-ig-mosaik form .file-label {
  margin-bottom: 25px;
}

.tx-ig-mosaik form .linkButton.mosaik_linkButton {
  background-color: #333333;
  -webkit-transition: 0.6s color, 0.6s background-color;
  transition: 0.6s color, 0.6s background-color;
}

.tx-ig-mosaik form .linkButton.mosaik_linkButton:hover {
  background-color: #3c9296;
  color: white;
}

.tx-ig-mosaik .tabs {
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 50px;
}

.tx-ig-mosaik .tabs > div {
  display: inline-block;
  padding: 15px;
  color: #3c9296;
  font-size: 18px;
}

.tx-ig-mosaik .tabs > div.act {
  border-bottom: 2px solid #3c9296;
}

.tx-ig-mosaik .tabs > div span {
  padding-right: 8px;
  font-size: 16px;
}

.tx-ig-mosaik .mosaik {
  position: relative;
  overflow: hidden;
  width: calc(100% + 160px);
  text-align: center;
  /*.mosaik_wrap{
      width: calc(~"100% + 16px");
    }*/
  /*.teilnehmer{
      float: left;
      height:10px;
      width: 10px;
      opacity: 0.65;*/
  /*}*/
  max-height: 375px;
}

.tx-ig-mosaik .mosaik img {
  max-width: 100%;
  float: left;
  height: 10px;
  width: 10px;
  opacity: 0.65;
}

.tx-ig-mosaik .mosaik .groupfiles img {
  width: auto;
}

.tx-ig-mosaik .overlay {
  position: absolute;
  top: 34%;
  left: 15%;
  width: 70%;
  height: 50%;
  background-image: url("/typo3conf/ext/ig_mosaik/Resources/Public/Images/logo-sw-mosaik-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

@media (max-width: 992px) {
  .tx-ig-mosaik .overlay {
    height: 55%;
  }
}

.tx-ig-mosaik .startListe {
  position: absolute;
  right: 0;
  top: 335px;
  padding: 10px 30px 10px 10px;
  height: 40px;
  width: 130px;
  background-color: rgba(49, 115, 190, 0.9);
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: white;
}

.tx-ig-mosaik .startListe span {
  padding-right: 28px;
  font-size: 16px;
}

.tx-ig-mosaik .liste {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.tx-ig-mosaik .liste .teilnehmer {
  padding: 15px;
  float: left;
  width: 50%;
}

.tx-ig-mosaik .liste .teilnehmer:nth-child(2n+1) {
  clear: both;
}

.tx-ig-mosaik .liste .teilnehmer img {
  width: 100%;
  height: 100%;
}

.tx-ig-mosaik .liste .teilnehmer .name {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.tx-ig-mosaik .textoverlay {
  background-color: white;
  padding: 30px;
  margin-bottom: 40px;
}

@media (min-width: 400px) {
  .tx-ig-mosaik .liste .teilnehmer {
    width: 33%;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(2n+1) {
    clear: none;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) {
  .tx-ig-mosaik .mosaik {
    max-height: 450px;
    min-height: 450px;
  }
  .tx-ig-mosaik .mosaik img {
    height: 13px;
    width: 13px;
  }
  .tx-ig-mosaik .startListe {
    top: 410px;
  }
  .tx-ig-mosaik .liste .teilnehmer {
    width: 25%;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(2n+1) {
    clear: none;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(3n+1) {
    clear: none;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(4n+1) {
    clear: both;
  }
  .tx-ig-mosaik .textoverlay {
    margin-top: -60px;
  }
}

@media (min-width: 992px) {
  .tx-ig-mosaik .mosaik {
    max-height: 697px;
    min-height: 697px;
  }
  .tx-ig-mosaik .mosaik img {
    height: 17px;
    width: 17px;
  }
  .tx-ig-mosaik .mosaik .groupfiles img {
    width: auto;
  }
  .tx-ig-mosaik .startListe {
    top: 657px;
  }
  .tx-ig-mosaik .liste .teilnehmer {
    width: 25%;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(2n+1) {
    clear: none;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(3n+1) {
    clear: none;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(4n+1) {
    clear: both;
  }
}

@media (min-width: 1200px) {
  .tx-ig-mosaik .liste .teilnehmer {
    width: 20%;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(2n+1) {
    clear: none;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(3n+1) {
    clear: none;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(4n+1) {
    clear: none;
  }
  .tx-ig-mosaik .liste .teilnehmer:nth-child(5n+1) {
    clear: both;
  }
}

.startseite .tx-ig-mosaik {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  overflow-x: hidden;
  margin-top: -60px;
}

.news .page-navigation,
.page-pagination,
.page-content .page-navigation {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
}

.news .page-navigation ul,
.page-pagination ul,
.page-content .page-navigation ul {
  text-align: center;
}

.news .page-navigation ul li,
.page-pagination ul li,
.page-content .page-navigation ul li {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #d6d6d6;
  color: #3c9296;
  line-height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.6s border-color;
  transition: 0.6s border-color;
}

.news .page-navigation ul li:hover,
.page-pagination ul li:hover,
.page-content .page-navigation ul li:hover {
  border-color: #3c9296;
}

.news .page-navigation ul li a,
.page-pagination ul li a,
.page-content .page-navigation ul li a {
  display: block;
}

.news .page-navigation ul li.current,
.page-pagination ul li.current,
.page-content .page-navigation ul li.current {
  border-color: #333333;
  color: #333333;
}

.news .page-navigation ul li.previous, .news .page-navigation ul li.next, .news .page-navigation ul li.moreLess,
.page-pagination ul li.previous,
.page-pagination ul li.next,
.page-pagination ul li.moreLess,
.page-content .page-navigation ul li.previous,
.page-content .page-navigation ul li.next,
.page-content .page-navigation ul li.moreLess {
  border: none;
}

.tx-ig-bildergalerie .owl-carousel .owl-item img {
  height: auto;
}

.tx-ig-bildergalerie .owl-carousel .owl-nav i {
  color: #3c9296;
}

.siteStoerer {
  background: #fbba00;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 800;
  overflow: hidden;
  padding: 20px;
  display: none;
}

.siteStoerer .stoererIcon {
  display: inline-block;
  width: 60px;
  vertical-align: top;
  color: white;
}

.siteStoerer .stoererIcon i {
  font-size: 44px;
}

.siteStoerer .stoererText {
  display: inline-block;
  color: #333333;
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: 400;
}

.siteStoerer .stoererBtn {
  text-align: center;
  display: inline-block;
  color: white;
  width: 30px;
  vertical-align: top;
  cursor: pointer;
}

.ce-textpic {
  margin-right: 10px;
}

.ce-textpic.ce-intext.ce-right .ce-gallery {
  margin-left: 30px;
}

.ce-textpic.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}

.ce-textpic.ce-intext.ce-left .ce-gallery, .ce-textpic.ce-intext.ce-right .ce-gallery {
  margin-bottom: 30px;
  max-width: 380px;
}

.ce-textpic.ce-intext.ce-left .ce-gallery .ce-column, .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column {
  width: 100%;
}

.ce-textpic .ce-gallery span.buCopyright {
  color: #333333;
  margin-bottom: 5px;
  text-align: right;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
}

.ce-textpic .ce-gallery img {
  max-width: 100%;
  height: auto;
}

.ce-textpic .ce-gallery figure {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 10px;
}

.ce-textpic .ce-gallery figure span.buCopyright {
  color: #333333;
  margin-bottom: 0;
  text-align: right;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
}

.ce-textpic .ce-gallery figure a {
  width: 100%;
  display: block;
}

.ce-textpic .ce-gallery figure figcaption {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .ce-textpic {
    margin-right: 0;
  }
  .ce-textpic.ce-intext.ce-left, .ce-textpic.ce-intext.ce-right {
    margin-right: 0;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery, .ce-textpic.ce-intext.ce-right .ce-gallery {
    margin: 0 0 30px 0;
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-left .ce-gallery img, .ce-textpic.ce-intext.ce-right .ce-gallery img {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .ce-textpic .ce-gallery figure span.buCopyright {
    padding: 0 5px;
  }
  .ce-textpic .ce-gallery figure figcaption {
    padding: 0 5px;
  }
}

form fieldset {
  border: none;
  margin: 0 0 40px 0;
  padding: 0;
}

form fieldset legend {
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 20px;
}

form fieldset.nolabel legend {
  display: none;
}

form fieldset > div {
  margin-bottom: 30px;
}

form fieldset > div.nolabel label.control-label {
  display: none;
}

form fieldset > div > div.emailfield {
  position: relative;
  display: inline-block;
  width: 100%;
}

form fieldset > div > div.emailfield:after {
  content: '\e906';
  font-family: 'dbk-icons';
  font-size: 20px;
  color: #3c9296;
  top: 0;
  right: 10px;
  position: absolute;
  line-height: 42px;
}

form fieldset > div > div.datepicker {
  position: relative;
  display: inline-block;
  width: 100%;
}

form fieldset > div > div.datepicker:after {
  content: "\e91b";
  font-family: 'dbk-icons';
  font-size: 20px;
  color: #3c9296;
  top: 0;
  right: 10px;
  position: absolute;
  line-height: 42px;
}

form fieldset .form-control {
  border-radius: 0;
  border: 1px solid #333333;
  padding: 9px 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 21px;
  font-size: 18px;
  font-weight: 500;
  min-height: 40px;
}

form fieldset .form-control.emailfield {
  padding-right: 40px;
}

form fieldset textarea.form-control {
  min-height: 260px;
}

form fieldset div.formHtml {
  min-height: 40px;
}

form .form-control {
  border-radius: 0;
  display: block;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  min-height: 40px;
  height: 40px;
  padding: 9px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #333333;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

form.form-horizontal .control-label {
  width: 100%;
  text-align: left;
  padding: 0 0 5px 0;
  font-weight: 500;
}

form textarea {
  resize: vertical;
}

form select, form select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0 50px 0 15px;
  border-radius: 0;
  min-height: 40px;
}

form select option, form select.form-control option {
  padding: 10px 15px;
  line-height: 24px;
  font-size: 18px;
  font-family: "Droid Serif", serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form select option:hover, form select.form-control option:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #3c9296;
  color: white;
}

form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  border-radius: 0;
}

form input[type="checkbox"].bg-grau {
  background-color: #999;
}

form input[type="checkbox"].bg-gelb {
  background-color: #3c9296;
}

form input[type="checkbox"]:after {
  -webkit-transition: 0.6s color;
  transition: 0.6s color;
}

form input[type="checkbox"]:checked {
  background: #3c9296;
  border-color: #3c9296;
}

form input[type="checkbox"]:checked.bg-grau {
  background-color: #999;
}

form input[type="checkbox"]:checked.bg-gelb {
  background-color: #3c9296;
}

form input[type="checkbox"]:checked:after {
  content: "\e920";
  font-family: 'dbk-icons';
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  width: 18px;
  height: 18px;
  display: block;
}

form input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  border-radius: 50%;
  -webkit-transition: 0.6s background-color;
  transition: 0.6s background-color;
  position: relative;
}

form input[type='radio']:checked {
  border-color: #3c9296;
}

form input[type='radio']:checked:after {
  content: "\e920";
  font-family: 'dbk-icons';
  width: 18px;
  height: 18px;
  background: #3c9296;
  color: white;
  border-radius: 50%;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

form .radio label, form .checkbox label {
  font-family: "Droid Serif", serif;
  font-weight: 400;
  padding-left: 30px;
}

form .checkbox input[type="checkbox"] {
  margin-left: -30px;
}

form .radio input[type="radio"] {
  margin-left: -30px;
}

form .select {
  position: relative;
  display: inline-block;
  width: 100%;
}

form .select:after {
  content: "\e90d";
  width: 30px;
  height: 44px;
  color: #3c9296;
  position: absolute;
  top: 0;
  right: 10px;
  font-family: 'dbk-icons';
  font-size: 24px;
  line-height: 44px;
  pointer-events: none;
}

form input[type="date"] {
  padding-right: 30px;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="date"] {
  min-height: 40px;
}

form input[type="submit"], form button[type="submit"] {
  display: block;
  padding: 10px 44px 10px 20px;
  background-color: #3c9296;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  -webkit-transition: 0.6s background-color;
  transition: 0.6s background-color;
  border: none;
  border-radius: 0;
}

form input[type="submit"]:after, form button[type="submit"]:after {
  content: "\e909";
  font-family: "dbk-icons";
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
}

form input[type="submit"]:hover, form button[type="submit"]:hover {
  background-color: #72c3c6;
}

form button[type="submit"]:after {
  display: none;
}

form .submit {
  display: inline-block;
  position: relative;
}

form .submit:after {
  content: "\e909";
  font-family: "dbk-icons";
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
}

form input[type="text"].hasError, form input[type="email"].hasError, form input[type="datepicker"].hasError, form textarea.hasError, form select.hasError {
  border: 1px solid #3c9296;
  color: #333333;
}

.page-content .alert {
  list-style: none;
  margin-left: 0;
}

.form-control:focus {
  border-color: #3c9296;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service .serviceItem {
  text-align: center;
  margin-bottom: 82px;
}

.service .serviceItem .serviceIcon {
  border: 1px solid #333333;
  border-radius: 50%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  color: #333333;
  font-size: 30px;
  line-height: 50px;
  margin: 0 auto 20px auto;
  -webkit-transition: 0.6s background-color, 0.5s border-color, 0.5s color;
  transition: 0.6s background-color, 0.5s border-color, 0.5s color;
  display: inline;
  float: left;
  margin-right: 20px;
}

.service .serviceItem .serviceIcon span {
  line-height: 50px;
  display: block;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}

.service .serviceItem .serviceTitle {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  -webkit-transition: 0.6s color;
  transition: 0.6s color;
  float: left;
  text-align: left;
  min-height: 56px;
}

.service .serviceItem:hover .serviceIcon {
  background-color: #f2f2f2;
  border-color: #3c9296;
  color: #3c9296;
}

.service .serviceItem:hover .serviceIcon span {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.service .serviceItem:hover .serviceTitle {
  color: #3c9296;
}

@media (min-width: 768px) {
  .service .serviceItem {
    text-align: center;
    margin-bottom: 82px;
  }
  .service .serviceItem .serviceIcon {
    width: 130px;
    height: 130px;
    font-size: 63px;
    line-height: 130px;
    margin: 0 auto 20px auto;
    float: none;
    display: block;
    text-align: center;
  }
  .service .serviceItem .serviceIcon span {
    line-height: 130px;
  }
  .service .serviceItem .serviceTitle {
    font-size: 24px;
    line-height: 1.16666666667em;
    float: none;
    display: block;
    text-align: center;
  }
}

.tx-ig-gebetsimpuls .gebetsImpuls, .tx-dce-pi1 .gebetsImpuls {
  position: relative;
}

.tx-ig-gebetsimpuls .gebetsImpuls .giWrapper, .tx-dce-pi1 .gebetsImpuls .giWrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 495px;
  text-align: center;
  padding-top: 170px;
  padding-bottom: 170px;
}

.tx-ig-gebetsimpuls .gebetsImpuls .giWrapper .giZitat, .tx-dce-pi1 .gebetsImpuls .giWrapper .giZitat {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 30px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
  .tx-ig-gebetsimpuls .gebetsImpuls .giWrapper .giZitat, .tx-dce-pi1 .gebetsImpuls .giWrapper .giZitat {
    font-size: 40px;
    line-height: 52px;
  }
}

.tx-ig-gebetsimpuls .gebetsImpuls .giWrapper .giName, .tx-dce-pi1 .gebetsImpuls .giWrapper .giName {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.tx-ig-gebetsimpuls .gebetsImpuls .giWrapper .giNameAlt, .tx-dce-pi1 .gebetsImpuls .giWrapper .giNameAlt {
  display: inline;
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 30px;
  color: white;
  font-size: 16px;
  font-style: italic;
}

@media (min-width: 992px) {
  .tx-ig-gebetsimpuls .gebetsImpuls .giWrapper .giNameAlt, .tx-dce-pi1 .gebetsImpuls .giWrapper .giNameAlt {
    right: 60px;
    width: auto;
  }
}

.tx-ig-gebetsimpuls .gebetsImpuls .giOverlay, .tx-dce-pi1 .gebetsImpuls .giOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.tx-ig-gebetsimpuls .gebetsImpuls .giOverlay .linkOverlay, .tx-dce-pi1 .gebetsImpuls .giOverlay .linkOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tx-ig-gebetsimpuls .archiv .gebetsImpuls, .tx-dce-pi1 .archiv .gebetsImpuls {
  position: relative;
  margin-bottom: 50px;
}

.tx-ig-gebetsimpuls .archiv .gebetsImpuls .giWrapper, .tx-dce-pi1 .archiv .gebetsImpuls .giWrapper {
  min-height: 237px;
  padding: 60px 15px;
}

.tx-ig-gebetsimpuls .archiv .gebetsImpuls .giWrapper .giZitat, .tx-dce-pi1 .archiv .gebetsImpuls .giWrapper .giZitat {
  font-size: 24px;
  line-height: 34px;
}

.tx-ig-gebetsimpuls .archiv .gebetsImpuls .giWrapper .giName, .tx-dce-pi1 .archiv .gebetsImpuls .giWrapper .giName {
  font-size: 14px;
}

.tx-ig-gebetsimpuls .archiv .gebetsImpuls .giWrapper .giNameAlt, .tx-dce-pi1 .archiv .gebetsImpuls .giWrapper .giNameAlt {
  font-size: 12px;
  bottom: 15px;
  right: 30px;
}

.teaserWrapper .teaserItem .teaserImage {
  overflow: hidden;
  margin-bottom: 20px;
}

.teaserWrapper .teaserItem .teaserImage img {
  height: auto;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}

.teaserWrapper .teaserItem .teaserTitle {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 500;
  color: #333333;
  -webkit-transition: 0.6s color;
  transition: 0.6s color;
}

.teaserWrapper .teaserItem:hover .teaserImage img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.teaserWrapper .teaserItem:hover .teaserTitle {
  color: #3c9296;
}

.teaserWrapper .owl-nav {
  -webkit-transform: translate3d(0, 0, 0);
}

.teaserWrapper .owl-nav .owl-next,
.teaserWrapper .owl-nav .owl-prev {
  width: 70px;
  height: 70px;
  text-align: center;
  position: absolute;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  -webkit-transform: translate3d(0, 0, 0);
}

.teaserWrapper .owl-nav .owl-next i,
.teaserWrapper .owl-nav .owl-prev i {
  line-height: 70px;
  font-size: 26px;
  color: #333333;
  -webkit-transition: 0.6s color;
  transition: 0.6s color;
}

.teaserWrapper .owl-nav .owl-next.disabled,
.teaserWrapper .owl-nav .owl-prev.disabled {
  opacity: 0;
}

.teaserWrapper .owl-nav .owl-next:hover i,
.teaserWrapper .owl-nav .owl-prev:hover i {
  color: #3c9296;
}

.teaserWrapper .owl-nav .owl-prev {
  left: 0;
}

.teaserWrapper .owl-nav .owl-next {
  right: 0;
}

@media (min-width: 1320px) {
  .teaserWrapper .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 100%;
  }
  .teaserWrapper .owl-nav .owl-prev, .teaserWrapper .owl-nav .owl-next {
    margin-top: -35px;
  }
  .teaserWrapper .owl-nav .owl-prev {
    left: -110px;
  }
  .teaserWrapper .owl-nav .owl-next {
    right: -110px;
  }
}

.verteilerTeaser .themenGruppe {
  float: left;
  width: 100%;
  clear: both;
}

.verteilerTeaser .themenItem {
  float: left;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .verteilerTeaser .themenItem {
    margin-bottom: 60px;
  }
}

.verteilerTeaser .themenItem .themaBild {
  margin-bottom: 20px;
  overflow: hidden;
}

.verteilerTeaser .themenItem .themaBild img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}

.verteilerTeaser .themenItem .themaHeadline {
  font-size: 24px;
  line-height: 1.25em;
  color: #333333;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .verteilerTeaser .themenItem .themaText {
    min-height: 100px;
  }
}

.verteilerTeaser .themenItem .themaLink {
  font-size: 18px;
  line-height: 20px;
  color: #3c9296;
}

.verteilerTeaser .themenItem .themaLink span.icon {
  margin-left: 5px;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}

.verteilerTeaser .themenItem:hover .themaBild img {
  width: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.verteilerTeaser .themenItem:hover .themaLink {
  color: #72c3c6;
}

@media (min-width: 992px) {
  .verteilerTeaser .themenItem.topThema .themaBild {
    margin-bottom: 0;
  }
}

.verteilerTeaser .themenItem.topThema .themaHeadline {
  font-size: 40px;
  line-height: 1.3em;
}

.verteilerTeaser .themenItem.listThema {
  clear: both;
  width: 100%;
}

.verteilerTeaser .themenItem.listThema .themaHeadline {
  margin-top: 10px;
}

.verteilerTeaser .themenItem.listThema .themaText {
  min-height: initial;
}

.downloadsUndInfos {
  margin: 30px 0 60px 0;
}

.downloadsUndInfos .diHeadline.sectionHeadline {
  margin-bottom: 20px;
}

.downloadsUndInfos .diItemsWrapper ul.diItems {
  list-style: none;
  margin: 0;
  padding: 0;
}

.downloadsUndInfos .diItemsWrapper ul.diItems li {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #D6D6D6;
}

.downloadsUndInfos .diItemsWrapper ul.diItems li .diItemIcon {
  display: inline;
  float: left;
}

.downloadsUndInfos .diItemsWrapper ul.diItems li .diItemIcon a {
  color: #333333;
}

.downloadsUndInfos .diItemsWrapper ul.diItems li .diItemIcon span.icon {
  font-size: 86px;
}

.downloadsUndInfos .diItemsWrapper ul.diItems li .diItemBody {
  margin-left: 93px;
  font-size: 16px;
  line-height: 24px;
}

.downloadsUndInfos .diItemsWrapper ul.diItems li .diItemBody .diItemHeadline {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.downloadsUndInfos .diItemsWrapper ul.diItems li .diItemBody .diItemLink a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

@media (min-width: 992px) {
  .downloadsUndInfos .diItemsWrapper ul.diItems li .diItemBody {
    font-size: 18px;
    line-height: 1.42857;
  }
  .downloadsUndInfos .diItemsWrapper ul.diItems li .diItemBody .diItemHeadline {
    font-size: 24px;
    line-height: 30px;
  }
}

.downloadsUndInfos .diItemsWrapper ul.diItems li:hover .diItemIcon a {
  color: #72c3c6;
}

.downloadsUndInfos .diItemsWrapper ul.diItems li:hover .diItemBody .diItemLink a {
  color: #72c3c6;
}

.dceSynodalStartTeaser {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .dceSynodalStartTeaser {
    margin-bottom: 30px;
  }
}

.dceSynodalStartTeaser .teaserLink {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 30px;
  width: calc(100% - 60px);
}

.dceSynodalStartTeaser .teaserLink .teaserHeadline {
  color: #333333;
  text-decoration: none;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}

.dceSynodalStartTeaser .teaserLink .teaserHeadline span {
  position: relative;
  top: 5px;
}

.dceSynodalStartTeaser .teaserLink .teaserHeadline span i {
  padding-left: 10px;
  color: #3c9296;
}

.dceSynodalStartTeaser .teaserBild {
  position: relative;
  overflow: hidden;
  max-height: 270px;
}

.dceSynodalStartTeaser .teaserBild .imgOverlay {
  display: none;
}

.dceSynodalStartTeaser .teaserBild img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}

.dceSynodalStartTeaser:hover .teaserBild img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.linkGroup, .page-content .linkGroup {
  margin-top: 30px;
  margin-bottom: 80px;
}

.linkGroup h2, .page-content .linkGroup h2 {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.linkGroup ul, .page-content .linkGroup ul {
  margin: 0;
  padding: 0;
}

.linkGroup ul li, .page-content .linkGroup ul li {
  list-style: none;
  display: block;
  border-top: 1px solid #D6D6D6;
  padding: 0;
  line-height: 24px;
  font-size: 18px;
  color: #EB274B;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin: 0;
}

.linkGroup ul li a, .page-content .linkGroup ul li a {
  display: block;
  position: relative;
  padding: 22px 40px 20px 10px;
}

.linkGroup ul li a:after, .page-content .linkGroup ul li a:after {
  content: "\e909";
  position: absolute;
  font-size: 18px;
  line-height: 20px;
  right: 10px;
  font-family: dbk-icons;
}

.startseite section.tupBanner {
  background-color: #333333;
  color: #ffffff;
  margin: -60px 0;
  padding: 0;
}

.startseite section.tupBanner .tuBody {
  background-origin: content-box;
  padding-top: 80px;
}

.startseite section.tupBanner .tuBody .tuHeadline {
  color: #3c9296;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 25px;
}

.startseite section.tupBanner .tuBody .tuText p {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 10px;
}

.startseite section.tupBanner .tuBody .tuText p:last-child {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.42857;
}

.startseite section.tupBanner .tuBody .tuButton {
  margin-bottom: 80px;
}

.startseite section.tupBanner .tuBody .tuButton a {
  padding: 10px 45px 10px 15px;
  color: #fff;
  background: #eb274b;
  position: relative;
  -webkit-transition: 0.7s background-color;
  transition: 0.7s background-color;
}

.startseite section.tupBanner .tuBody .tuButton a:hover {
  background-color: #72c3c6;
}

.startseite section.tupBanner .tuBody .tuButton a:after {
  position: absolute;
  right: 10px;
  content: "\e909";
  font-family: "dbk-icons";
  height: 42px;
  font-size: 21px;
  line-height: 42px;
  top: 0;
}

@media (max-width: 480px) {
  .startseite section.tupBanner {
    height: 92vh;
  }
  .startseite section.tupBanner .tuBody {
    padding-top: 40px;
    height: 92vh;
  }
}

.contentBox {
  padding: 30px;
  border-top: 1px solid #d6d6d6;
  margin: 30px 0 60px 0;
}

.contentBox h2, .contentBox h3 {
  margin-bottom: 10px;
}

.contentBox h2:first-child, .contentBox h3:first-child {
  margin-top: 0;
}

.contentBox.bg-gray {
  background-color: #f2f2f2;
}

.panel-group {
  margin: 10px 0 50px 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-group .panel {
  border: none;
  border-top: 1px solid #D6D6D6;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.panel-group .panel .panel-heading {
  background: transparent;
  padding: 0;
}

.panel-group .panel .panel-heading h4 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 992px) {
  .panel-group .panel .panel-heading h4 {
    line-height: 30px;
    font-size: 24px;
  }
}

.panel-group .panel .panel-heading h4 a {
  position: relative;
  width: 100%;
  display: block;
  padding: 20px 50px 20px 10px;
  background-color: #F2F2F2;
  -webkit-transition: 0.5s background-color;
  transition: 0.5s background-color;
  text-decoration: none;
}

.panel-group .panel .panel-heading h4 a:hover {
  text-decoration: none;
}

.panel-group .panel .panel-heading h4 a:after {
  content: "\e90b";
  font-family: dbk-icons;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 22px;
  margin-top: 0;
  color: #3c9296;
}

.panel-group .panel .panel-heading h4 a.collapsed {
  background: transparent;
}

.panel-group .panel .panel-heading h4 a.collapsed:after {
  content: "\e90d";
  color: #3c9296;
}

.panel-group .panel .panel-heading h4:hover {
  text-decoration: none;
}

.panel-group .panel .panel-collapse {
  background: #F2F2F2;
  padding: 20px 10px;
}

.panel-group .panel .panel-collapse .panel-body {
  border: none;
  padding: 0;
}

.igAkkordeon {
  margin: 0;
  -webkit-transition: 0.7s background-color;
  transition: 0.7s background-color;
  border-top: 1px solid #D6D6D6;
}

.igAkkordeon .akkHeader {
  position: relative;
  padding: 17px 10px;
  cursor: pointer;
}

.igAkkordeon .akkHeader .akkBtn {
  position: absolute;
  right: 8px;
  top: 15px;
  height: 26px;
  width: 26px;
  text-align: center;
}

.igAkkordeon .akkHeader .akkBtn:after {
  content: "\e90d";
  font-family: "dbk-icons";
  font-size: 16px;
  line-height: 26px;
  color: #3c9296;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

.igAkkordeon .akkHeader .akkHeadline {
  line-height: 26px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding-right: 35px;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
  color: #333333;
}

@media (min-width: 992px) {
  .igAkkordeon .akkHeader .akkHeadline {
    line-height: 30px;
    font-size: 24px;
  }
}

.igAkkordeon .akkHeader .akkTeaser {
  font-size: 16px;
  line-height: 24px;
}

.igAkkordeon .akkHeader:hover .akkHeadline {
  color: #3c9296;
}

.igAkkordeon .akkHeader:hover .akkBtn:after {
  color: #3c9296;
}

.igAkkordeon.open {
  background: #F2F2F2;
}

.igAkkordeon.open .akkHeader .akkHeadline {
  color: #3c9296;
}

.igAkkordeon.open .akkHeader .akkBtn:after {
  content: "\e90b";
}

.igAkkordeon .akkBody {
  display: none;
  padding: 0 20px;
}

.igAkkordeon .akkBody .akkImage {
  float: left;
  margin: 0 20px 15px 0;
}

.igAkkordeon .akkBody .akkImage img {
  max-width: 100%;
  height: auto;
}

.readSpeaker .readSpeakerOpen {
  display: none;
}

.rsFileBtn, .rsbtn {
  display: none;
}

.dceUkaHeroStart {
  background-color: red;
  width: 100%;
  position: relative;
  background: url("/typo3conf/ext/ig_project/Resources/Public/Img/UKA/uka-background-gradient.jpg") no-repeat center center;
  background-size: cover;
}

@media (min-width: 1200px) {
  .dceUkaHeroStart {
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    padding-top: clamp(500px, 56.25%, 770px);
  }
}

.dceUkaHeroStart__content {
  padding: 80px 0 160px;
}

@media (min-width: 1200px) {
  .dceUkaHeroStart__content {
    padding: 10% 0 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.dceUkaHeroStart__header {
  color: white;
  font-family: Roboto;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px;
  letter-spacing: 0;
  text-align: center;
}

@media (min-width: 1200px) {
  .dceUkaHeroStart__header {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 40px;
  }
}

.dceUkaHeroStart hr {
  height: 6px;
  width: 120px;
  background-color: white;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .dceUkaHeroStart hr {
    margin-bottom: 40px;
  }
}

.dceUkaHeroStart__bodytext {
  color: white;
  font-family: "Droid Serif";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}

@media (min-width: 1200px) {
  .dceUkaHeroStart__bodytext {
    font-size: 18px;
    line-height: 30px;
  }
}

.startseite section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.startseite section.teaser {
  padding-top: 0;
  margin-top: -80px;
}

.startseite section.container-fluid {
  padding: 0;
}

.startseite section:first-child {
  padding-top: 0;
}

.startseite section.service {
  display: none;
}

.startseite section.gebetsImpulsS {
  padding: 0;
}

.startseite section.socialwall {
  padding-bottom: 0;
  background-color: #3173BE;
}

.startseite section.videoTeaser {
  padding-bottom: 0;
  padding-top: 0;
}

.startseite section.socialwall {
  margin-bottom: -100px;
}

@media (max-width: 992px) {
  .startseite section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .startseite section.themen {
    margin-top: -30px;
  }
}

.newsStartButton {
  display: none;
}

.page-uka_startseite .page-header {
  margin: 0;
}

.sn .page-uka_startseite .page-content {
  padding-top: 0;
}

.tx-ig-mediaplayer .mediaElements .mediaItem, .tx-ig-mediaplayer .mediaElement .mediaItem {
  margin: 30px 0 60px 0;
}

.tx-ig-mediaplayer .mediaElements .mediaItem .playerHeadline, .tx-ig-mediaplayer .mediaElement .mediaItem .playerHeadline {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 992px) {
  .tx-ig-mediaplayer .mediaElements .mediaItem .playerHeadline, .tx-ig-mediaplayer .mediaElement .mediaItem .playerHeadline {
    font-size: 30px;
    line-height: 38px;
  }
}

.tx-ig-mediaplayer .mediaElements .mediaItem .playerHeadline a, .tx-ig-mediaplayer .mediaElement .mediaItem .playerHeadline a {
  color: #333333;
  text-decoration: none;
}

.tx-ig-mediaplayer .mediaElements .mediaItem .playerHeadline span.itemDate, .tx-ig-mediaplayer .mediaElement .mediaItem .playerHeadline span.itemDate {
  color: #3c9296;
  font-size: 18px;
  line-height: 20px;
  display: block;
  margin-bottom: 5px;
}

.tx-ig-mediaplayer .mediaElements .mediaItem .playerBody .video-js .vjs-big-play-button, .tx-ig-mediaplayer .mediaElement .mediaItem .playerBody .video-js .vjs-big-play-button {
  font-size: 6em;
  line-height: 1em;
  height: 1em;
  width: 1em;
  top: 50%;
  left: 50%;
  border: 2px solid #fff;
  margin: -32px 0 0 -32px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  border-radius: 50%;
}

.tx-ig-mediaplayer .mediaElements .mediaItem .playerDescription, .tx-ig-mediaplayer .mediaElement .mediaItem .playerDescription {
  min-height: 50px;
}

.tx-ig-mediaplayer .teaserItems {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem {
  margin-bottom: 40px;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .teaserImage {
  margin-bottom: 20px;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .teaserImage a {
  display: block;
  overflow: hidden;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .teaserImage img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .teaserImage img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .subHeadline {
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 15px;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .headline {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkButton {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-transition: 0.6s background-color;
  transition: 0.6s background-color;
  background-color: white;
  color: #3c9296;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkButton a {
  color: #3c9296;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkButton:after {
  top: 10px;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkButton:hover {
  color: white;
  background-color: #72c3c6;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkButton:hover a {
  color: white;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkMore2 {
  margin-top: 5px;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkMore a, .tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkMore2 a {
  position: relative;
  color: white;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkMore a:after, .tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkMore2 a:after {
  content: "\e909";
  font-family: dbk-icons;
  font-size: 18px;
  right: -27px;
  top: -1px;
  position: absolute;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkMore a:hover, .tx-ig-mediaplayer .teaserItems .videoTeaserItem .linkMore2 a:hover {
  color: #72c3c6;
}

.tx-ig-mediaplayer .teaserItems .videoTeaserItem:last-child {
  margin-bottom: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ######################################## ALLGEMEIN ######################################## */
p {
  font-family: "Droid Serif", serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  p {
    font-size: 18px;
    line-height: 1.6667em;
  }
}

span.ausgegraut, p.ausgegraut, ul.ausgegraut {
  opacity: 0.5;
}

a {
  color: #3c9296;
  -webkit-transition: 0.6s color;
  transition: 0.6s color;
}

a:focus {
  color: #3c9296;
}

a:hover {
  color: #72c3c6;
  text-decoration: none;
}

.linkButton {
  display: inline-block;
  padding: 10px 44px 10px 20px;
  color: white;
  background: #3c9296;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}

.linkButton:after {
  content: "\e909";
  font-family: dbk-icons;
  font-size: 18px;
  right: 20px;
  top: 12px;
  position: absolute;
}

.uploadButton span.small {
  margin-left: 15px;
}

.bg-primary {
  background-color: #3c9296;
}

.bg-rot {
  background-color: #3c9296;
}

.bg-gelb {
  background-color: #fbba00;
}

.bg-light-yellow {
  background-color: rgba(251, 186, 0, 0.5);
}

.bg-grau {
  background-color: #999;
}

.bg-grau-box {
  background-color: #F2F2F2;
}

/** Headlines **/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 30px;
}

h1, .h1 {
  font-size: 30px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 30px;
}

.verteilerseite h1, .verteilerseite .h1 {
  margin-bottom: 30px;
}

h2, .h2 {
  font-size: 24px;
  line-height: 30px;
}

h3, .h3 {
  font-size: 18px;
  line-height: 26px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 24px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 21px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 15px;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 52px;
  }
  h2, .h2 {
    font-size: 40px;
    line-height: 52px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4, .h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5, .h5 {
    font-size: 18px;
    line-height: 21px;
  }
  h6, .h6 {
    font-size: 12px;
    line-height: 15px;
  }
}

blockquote {
  margin: 20px 0;
  padding: 0;
  border: none;
  background: transparent;
  font-family: 'Droid Serif', serif;
  font-size: 1.44444444em;
  line-height: 1.38461538em;
  font-style: italic;
  color: #3c9296;
}

blockquote p {
  margin: 0;
  font-size: 1em;
  line-height: 1.38461538em;
}

blockquote span.zitatname {
  font-size: 16px;
  font-style: italic;
  color: #333333;
}

figcaption {
  font-family: "Droid Serif", serif;
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 30px 0;
  color: #333333;
}

@media (min-width: 992px) {
  figcaption {
    font-size: 16px;
    line-height: 1.5em;
  }
}

.page-content .focuspoint img {
  position: relative;
}

.page-content ul, .page-content ol {
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.page-content ul li, .page-content ol li {
  margin-left: 20px;
  line-height: 1.66666666667em;
  margin-bottom: 15px;
}

.page-content ol.ce-bullets, .page-content ul.ce-bullets {
  list-style: none;
}

.page-content ol.ce-bullets li, .page-content ul.ce-bullets li {
  padding-left: 20px;
  margin-left: 0;
  position: relative;
}

.page-content ol.ce-bullets {
  counter-reset: oliste;
}

.page-content ol.ce-bullets li:before {
  color: #3c9296;
  position: absolute;
  left: 0;
  counter-increment: oliste;
  content: counters(oliste, ".") ". ";
}

.page-content ul.ce-bullets li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 8px;
  height: 8px;
  background-color: #3c9296;
  border-radius: 50%;
}

.page-content .ce-bodytext ol, .page-content .ce-bodytext ul {
  list-style: none;
}

.page-content .ce-bodytext ol li, .page-content .ce-bodytext ul li {
  padding-left: 20px;
  margin-left: 0;
  position: relative;
}

.page-content .ce-bodytext ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 8px;
  height: 8px;
  background-color: #3c9296;
  border-radius: 50%;
}

.page-content .ce-bodytext ol {
  counter-reset: oliste;
}

.page-content .ce-bodytext ol li:before {
  color: #3c9296;
  position: absolute;
  left: 0;
  counter-increment: oliste;
  content: counters(oliste, ".") ". ";
}

.sn .page-content {
  padding-top: 210px;
}

.sectionHeadline {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 21px;
  margin: 0 0 30px 0;
  border: none;
  color: #333333;
}

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

/* ######################################## HEADER ######################################## */
.page-header {
  min-height: 140px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 60px 0;
  padding: 30px 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.7s height, 0.7s padding,0.7s background-color;
  transition: 0.7s height, 0.7s padding,0.7s background-color;
  position: relative;
}

.page-header.stoerer {
  margin-bottom: 100px;
}

.page-header .headerTop .headerLang {
  text-align: right;
  height: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}

.page-header .headerTop .headerLang ul {
  padding: 0;
  margin: 0;
}

.page-header .headerTop .headerLang ul li {
  list-style: none;
}

.page-header .headerTop .headerLang a {
  color: #333333;
}

.page-header .headerTop .headerLang a:hover {
  color: #3c9296;
  text-decoration: none;
}

.page-header .headerTop .headerLang .icon {
  vertical-align: top;
  font-size: 16px;
  line-height: 16px;
  margin-right: 5px;
}

.page-header .headerTop .headerLogo img {
  -webkit-transition: 0.7s width, 0.7s height;
  transition: 0.7s width, 0.7s height;
}

.page-header .headerTop .headerNav {
  margin-top: 25px;
  -webkit-transition: 0.7s margin-top;
  transition: 0.7s margin-top;
}

.page-header .headerTop .headerNav .mainNavWrapper {
  text-align: right;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup {
  display: inline-block;
  border-left: 1px solid #d6d6d6;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  vertical-align: middle;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup:first-child {
  border: none;
  padding-left: 0;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup:last-child {
  padding-right: 0;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup nav {
  line-height: 31px;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup nav .icon {
  font-size: 30px;
  vertical-align: top;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup nav .mText {
  line-height: 30px;
  margin-left: 5px;
  vertical-align: top;
  display: inline-block;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup .searchWrapper .searchInputWrap {
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  vertical-align: top;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup .searchWrapper .searchInputWrap input {
  width: 0;
  padding: 0;
  font-size: 14px;
  height: 30px;
  font-weight: 300;
  border: 1px solid white;
  margin-right: 0;
  -webkit-transition: 0.6s border-color;
  transition: 0.6s border-color;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup .searchWrapper .searchInputWrap input.open {
  border-bottom: 1px solid #d6d6d6;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0 10px;
  margin-right: 20px;
  -webkit-transition: 0.6s border-color;
  transition: 0.6s border-color;
}

.page-header .headerTop .headerNav .mainNavWrapper .mainNavGroup .searchWrapper button.icon {
  border: none;
  background: transparent;
  font-size: 20px;
  padding: 0;
  line-height: 30px;
  vertical-align: top;
}

@media (max-width: 992px) {
  .page-header {
    min-height: 80px;
    padding: 10px 0;
    width: 100%;
  }
  .page-header .headerTop .headerLogo img {
    height: 60px;
    width: auto;
  }
  .page-header .headerTop .headerNav {
    margin-top: 15px;
  }
}

.page-header.sticky {
  position: fixed;
  z-index: 8000;
  min-height: 80px;
  padding: 10px 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-transform: translate3d(0, 0, 0);
}

.page-header.sticky .headerTop .headerLogo img {
  height: 60px;
  width: auto;
}

.page-header.sticky .headerTop .headerNav {
  margin-top: 15px;
}

/* ######################################## PAGE ######################################## */
*.bg-gray {
  background: #f2f2f2;
}

figure {
  margin: 0;
}

/* Content Hauptbild */
.imageContent figure, .news-single figure {
  margin: 0 0 20px 0;
}

.imageContent figure img, .news-single figure img {
  /*margin-bottom: 20px;*/
  max-width: 100%;
  height: auto;
}

.imageContent figure .buCopyright, .news-single figure .buCopyright {
  text-align: right;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
}

.imageContent figure figcaption, .news-single figure figcaption {
  margin-bottom: 20px;
}

.additionalContent {
  padding-top: 100px;
  border-top: 1px solid #d6d6d6;
  margin-top: 100px;
}

/* Verteilerseite */
.verteilerseite .verteilerTextTop {
  margin-bottom: 60px;
  padding: 70px 0;
}

.verteilerseite .verteilerTextTop h1, .verteilerseite .verteilerTextTop h2 {
  text-align: center;
}

/* ######################################## FOOTER ######################################## */
.page-footer {
  border-top: 1px solid #d6d6d6;
  margin: 100px 0;
}

.page-footer a {
  color: #333333;
}

.page-footer a:hover {
  color: #3c9296;
  text-decoration: none;
}

.page-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-footer .footerTop {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.page-footer .footerTop img {
  width: 100%;
  max-width: 150px;
}

.page-footer .footerTop .socialButtons {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .page-footer .footerTop .socialButtons {
    text-align: right;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .page-footer .footerTop .socialButtons {
    text-align: right;
    margin-top: 0;
  }
}

.page-footer .footerTop .socialButtons div {
  display: inline-block;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
}

.page-footer .footerTop .socialButtons div i {
  line-height: 60px;
  font-size: 28px;
  text-align: center;
}

.page-footer .footerTop .socialButtons a:last-child div {
  margin-right: 0;
}

.page-footer .footerTop .socialButtons .socialFacebook {
  color: #3C5A96;
}

.page-footer .footerTop .socialButtons .socialTwitter {
  color: #51ABE1;
}

.page-footer .footerTop .toTop {
  display: none;
  height: 50px;
  width: 50px;
  border: 1px solid #d6d6d6;
  position: absolute;
  right: 15px;
  top: -85px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}

.page-footer .footerTop .toTop:hover:after {
  opacity: 1;
}

.page-footer .footerTop .toTop:after {
  display: block;
  font-size: 17px;
  font-family: dbk-icons;
  content: "\e91c";
  line-height: 46px;
  text-align: center;
  color: #3c9296;
  opacity: 0.5;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.page-footer .footerTop .rubrikHeadline {
  display: block;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.page-footer .footerTop .rubrikHeadline .headlineInner {
  position: relative;
}

.page-footer .footerTop ul {
  margin-bottom: 30px;
  display: none;
}

.page-footer .footerTop ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  text-align: center;
}

.page-footer .footerTop ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .page-footer .footerTop .rubrikHeadline .headlineInner:after {
    font-family: 'dbk-icons';
    content: "\e90d";
    position: absolute;
    top: 0;
    right: -24px;
    font-size: 14px;
    width: 14px;
    height: 21px;
    line-height: 21px;
    color: #3c9296;
  }
  .page-footer .footerTop .rubrikHeadline .headlineInner.open:after {
    content: "\e90b";
  }
}

@media (min-width: 992px) {
  .page-footer .footerTop {
    margin-bottom: 100px;
  }
  .page-footer .footerTop .rubrikHeadline {
    text-align: left;
    cursor: inherit;
  }
  .page-footer .footerTop ul {
    display: block;
    margin-bottom: 0;
  }
  .page-footer .footerTop ul li {
    text-align: left;
  }
  .page-footer .footerTop ul li:last-child {
    margin-bottom: 0;
  }
}

.page-footer .footerNav {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  border-top: 1px solid #d6d6d6;
  padding-top: 15px;
}

@media (min-width: 992px) {
  .page-footer .footerNav {
    padding: 30px 0;
    border-top: none;
  }
}

.page-footer .footerNav .footerNavMenu {
  display: inline-block;
  text-align: center;
}

.page-footer .footerNav .footerNavMenu li {
  display: inline-block;
  margin: 0;
  text-align: center;
}

.page-footer .footerNav .footerNavMenu li a {
  padding: 15px 20px;
  display: block;
}

@media (min-width: 768px) {
  .page-footer .footerNav .footerNavMenu {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .page-footer .footerNav .footerNavMenu {
    display: inline-block;
  }
  .page-footer .footerNav .footerNavMenu li {
    text-align: left;
    float: left;
    margin-right: 35px;
  }
  .page-footer .footerNav .footerNavMenu li a {
    padding: inherit;
    display: inherit;
  }
  .page-footer .footerNav .footerNavMenu li:last-child {
    margin-right: 0;
  }
}

.page-footer .footerNav .footerCopy {
  text-align: center;
  margin: 20px 0 15px 0;
}

@media (min-width: 992px) {
  .page-footer .footerNav .footerCopy {
    text-align: right;
    margin: 0;
  }
}

.cc-window {
  z-index: 99999 !important;
}

.cc-message {
  width: 75%;
  display: inline-block;
}

.cc-compliance {
  width: 20%;
  float: right;
}

@media (max-width: 992px) {
  .cc-message {
    width: inherit;
    display: inherit;
  }
  .cc-compliance {
    width: inherit;
    float: inherit;
  }
}

/* Powermail checkbox */
.tx-powermail .checkbox label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.powermail_all_marker_datenschutz {
  display: none;
}

.frame-full {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
}
/*# sourceMappingURL=app-uka.css.map */