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

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

.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: #333333;
  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: #eb274b;
}

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

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

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

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

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

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

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

.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: #eb274b;
  height: 14px;
  display: block;
  line-height: 14px;
}

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

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

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

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

.startseite section.service {
  padding-bottom: 50px;
}

.startseite section.gebetsImpulsS {
  padding: 0;
}

.startseite section.weitereInfos {
  padding-bottom: 0;
}

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

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

.newsStartButton {
  cursor: pointer;
  display: block;
  position: fixed;
  top: 100%;
  left: 50%;
  text-align: center;
  border: 1px solid #D6D6D6;
  background: #F2F2F2;
  padding: 30px 50px 0 50px;
  border-radius: 50% 50% 0 0;
  width: 170px;
  height: 156px;
  z-index: 99990;
  margin-left: -80px;
  margin-top: -78px;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

.newsStartButton i {
  font-size: 16px;
  color: #EB274B;
}

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

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

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

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

.owl-carousel .owl-nav .owl-next i, .owl-carousel .owl-nav .owl-prev i {
  line-height: 50px;
}

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

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

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

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

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

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

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

.igAkkordeon.open {
  background: #F2F2F2;
}

.igAkkordeon.open .akkHeader .akkHeadline {
  color: #eb274b;
}

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

.read-more-element .read-more__text--full {
  overflow: hidden;
}

.read-more-element .read-more__link {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
}

.read-more-element .read-more__link:after {
  content: "\e90d";
  font-family: dbk-icons;
  font-size: 15px;
  padding-left: 8px;
  right: 10px;
  top: 22px;
  margin-top: 0;
}

.read-more-element .read-more__link.open:after {
  content: "\e90b";
}

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

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: #eb274b;
  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: #eb274b;
  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;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  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: #fbba00;
  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: #fbba00;
}

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

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

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

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

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: #eb274b;
}

form input[type='radio']:checked:after {
  content: "\e920";
  font-family: 'dbk-icons';
  width: 18px;
  height: 18px;
  background: #eb274b;
  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: #eb274b;
  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: #eb274b;
  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: #d66781;
}

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 #eb274b;
  color: #333333;
}

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

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}

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

.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: #eb274b;
  color: #eb274b;
}

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

.service .serviceItem:hover .serviceTitle {
  color: #eb274b;
}

@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: #eb274b;
}

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

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

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

@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: #d66781;
}

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

.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: #eb274b;
  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: #d66781;
}

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

/* PLUGINS */
.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: #eb274b;
}

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

.news .news-list-view .article .header p {
  font-family: 'Roboto', sans-serif;
  color: #eb274b;
  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: #eb274b;
  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: #eb274b;
}

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

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

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

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

.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: #eb274b;
  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: #d66781;
}

.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: 24px;
    line-height: 30px;
  }
  .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: #eb274b;
}

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

.newsIcon.newsCat156 {
  display: inline-block;
  width: 32px;
  height: 26px;
  float: left;
  margin-right: 15px;
  background: url("/typo3conf/ext/ig_project/Resources/Public/Img/Termin-Badge-SW-Logo-Synodaler-Weg.png") center center no-repeat;
  background-size: contain;
}

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

.tx-kesearch-pi1 .clearer {
  display: block;
  height: 1px;
  line-height: 1px;
  clear: both;
}

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

.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;
  color: #707070;
}

@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;
  font-weight: bold;
}

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

.readSpeaker .readSpeakerOpen {
  color: #333333;
  background: transparent;
  padding: 0;
  bordeR: none;
  -webkit-transition: 0.6s color;
  transition: 0.6s color;
  font-size: 16px;
  line-height: 20px;
}

.readSpeaker .readSpeakerOpen i {
  color: #EB274B;
  margin-right: 5px;
  line-height: 20px;
  vertical-align: top;
}

.readSpeaker .readSpeakerOpen:hover {
  color: #EB274B;
}

.rsbtn {
  z-index: 1000;
}

.rsbtn span {
  font-size: 14px !important;
  line-height: 26px !important;
}

.rsbtn .rsbtn_play {
  background: transparent !important;
  border: none !important;
}

.rsbtn .rsbtn_play .rsbtn_left {
  margin-left: 0 !important;
}

.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text span {
  padding-left: 26px !important;
}

.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text .rsbtn_label {
  padding-left: 26px !important;
}

.rsbtn .rsbtn_play .rsbtn_left .rsbtn_text:before {
  font-family: dbk-icons;
  font-size: 0.9em !important;
  content: "\e926" !important;
  color: #EB274B !important;
  line-height: 25px !important;
}

.rsbtn .rsbtn_play .rsbtn_right {
  color: #EB274B !important;
  margin-left: 20px !important;
  border-left: none !important;
}

.rsbtn .rsbtn_play:hover .rsbtn_right:before, .rsbtn .rsbtn_play:focus .rsbtn_right:before {
  color: #EB274B !important;
}

.rsbtn .rsbtn_play:hover .rsbtn_text span, .rsbtn .rsbtn_play:focus .rsbtn_text span {
  color: #EB274B !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner {
  margin-left: 10px !important;
  border: none !important;
  background: transparent !important;
  padding-left: 15px !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:hover, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:focus {
  color: #EB274B !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:active {
  background: transparent !important;
  color: #EB274B !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item:first-child {
  border-left: none !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container .rsbtn_progress_handle.dragged a {
  background-color: #EB274B !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container .rsbtn_progress_handle a:focus, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container .rsbtn_progress_handle a:hover {
  background-color: #EB274B !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container .rsbtn_progress_played {
  background: #FBBA00 !important;
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_volume_container .rsbtn_volume_slider .rsbtn_volume_handle:focus, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_volume_container .rsbtn_volume_slider .rsbtn_volume_handle:hover, .rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_volume_container .rsbtn_volume_slider .rsbtn_volume_handle.rsfocus {
  background-color: #EB274B !important;
}

.rsbtn .rsbtn_tooltoggle {
  height: 26px !important;
  top: 0 !important;
  left: 90px !important;
  border-top: none !important;
  border-color: #D6D6D6 !important;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools {
  border-color: #D6D6D6 !important;
  background-color: white !important;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel {
  font-size: 12px !important;
  line-height: 14px !important;
  vertical-align: top;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel a {
  vertical-align: top;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel a span {
  font-size: 12px !important;
  line-height: 14px !important;
  vertical-align: top;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel a span.rsbtn_label_read {
  color: #e60 !important;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_powered span.rsbtn_btnlabel a span.rsbtn_label_speaker {
  color: #33a !important;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer {
  margin-top: 18px !important;
}

.rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:focus, .rsbtn .rsbtn_toolpanel .rsbtn_tools .rsbtn_tools_inner .rsbtn_toolcontainer .rsbtn_toollist li .rsbtn_tool:hover {
  color: #EB274B !important;
}

.rsFileBtn .rsbtn_text:before {
  font-family: dbk-icons;
  font-size: 12.6px;
  content: "\e926";
  color: #EB274B;
  line-height: 25px;
}

.rsFileBtn .rsbtn_text span {
  padding-left: 2px;
  font-size: 14px;
  color: #333333;
}

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

@use "sass:math";
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dropzone {
  position: relative;
  min-height: 290px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable *:not(.dz-preview) {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dropzone .dz-message figure, .dropzone .dz-message span {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.dropzone:hover .dz-message figure, .dropzone:hover .dz-message span {
  opacity: .5;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview * {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 54px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

.dropzone .dz-preview.dz-file-preview.dz-complete {
  position: relative;
}

.dropzone .dz-preview.dz-file-preview.dz-complete::before {
  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;
  content: "\e90f";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
  height: 100%;
  z-index: 1001;
  font-size: 48px;
  color: #eb274b;
}

.dropzone .dz-preview.dz-file-preview.dz-complete:hover::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropzone .dz-preview.dz-file-preview.dz-complete:hover * {
  opacity: .3;
}

.popper-tooltip {
  background: #eb274b;
  color: white;
  font-weight: bold;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0px;
  display: none;
  text-align: center;
  max-width: 400px;
}

.popper-tooltip[data-show] {
  display: block;
}

.popper-arrow,
.popper-arrow::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.popper-arrow {
  visibility: hidden;
}

.popper-arrow::before {
  visibility: visible;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popper-tooltip[data-popper-placement^="top"] > .popper-arrow {
  bottom: -4px;
}

.popper-tooltip[data-popper-placement^="bottom"] > .popper-arrow {
  top: -4px;
}

.popper-tooltip[data-popper-placement^="left"] > .popper-arrow {
  right: -4px;
}

.popper-tooltip[data-popper-placement^="right"] > .popper-arrow {
  left: -4px;
}

.tx-ig-contestaward-detail-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-top: 30px;
}

.tx-ig-contestaward-detail-page img,
.tx-ig-contestaward-detail-page video {
  width: 100%;
  height: auto;
}

.tx-ig-contestaward-detail-page audio {
  width: 100%;
}

.tx-ig-contestaward-detail-page__back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.tx-ig-contestaward-detail-page__back-link > span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tx-ig-contestaward-detail-page__youtube-embed {
  position: relative;
  padding-bottom: 56.25%;
}

.tx-ig-contestaward-detail-page__youtube-embed iframe,
.tx-ig-contestaward-detail-page__youtube-embed > div {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}

.tx-ig-contestaward-detail-page__youtube-embed iframe video,
.tx-ig-contestaward-detail-page__youtube-embed > div video {
  width: 100%;
}

.tx-ig-contestaward-detail-page__page-title {
  text-align: center;
}

.tx-ig-contestaward-detail-page__medium-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 32px;
}

.tx-ig-contestaward-detail-page__medium-title-wrapper img {
  width: 18px;
  height: 18px;
}

.tx-ig-contestaward-detail-page__medium-icon {
  width: 18px;
  height: 18px;
}

.tx-ig-contestaward-detail-page__medium-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tx-ig-contestaward-detail-page__rate-system {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tx-ig-contestaward-detail-page__linklist-title {
  display: block;
  margin-bottom: 16px;
}

.tx-ig-contestaward-detail-page__pdf-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-top: 30px;
  margin-bottom: 30px;
}

.tx-ig-contestaward-detail-page__pdf-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1rem;
  text-decoration: none;
}

.tx-ig-contestaward-detail-page__pdf-link:hover, .tx-ig-contestaward-detail-page__pdf-link:focus {
  text-decoration: none;
}

.tx-ig-contestaward-detail-page__pdf-text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.tx-ig-contestaward-detail-page__pdf-title {
  font-size: 24px;
  color: #333333;
  font-weight: 500;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.tx-ig-contestaward-detail-page__pdf-cta {
  font-weight: 500;
}

.tx-ig-contestaward-detail-page__pdf-icon {
  font-size: 72px;
  color: #333333;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-detail-page__publish-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.75fr 1.25fr;
        grid-template-columns: 0.75fr 1.25fr;
    gap: 1rem;
  }
}

.tx-ig-contestaward-detail-page__publish-grid p {
  margin: 0;
}

.tx-ig-contestaward-detail-page__publish-grid > div:nth-of-type(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-detail-page__person-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.75fr 1.25fr;
        grid-template-columns: 0.75fr 1.25fr;
    gap: 1rem;
  }
}

.tx-ig-contestaward-detail-page__person-grid p {
  margin: 0;
}

.tx-ig-contestaward-detail-page__person-grid > div:nth-of-type(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.tx-ig-contestaward-detail-page__linkGroup.linkGroup {
  margin-bottom: 0px;
}

.tx-ig-contestaward-detail-page__secure {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-detail-page__secure {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.tx-ig-contestaward-detail-page__secure p {
  margin-bottom: 0;
  display: inline;
}

.tx-ig-contestaward-detail-page__rate-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tx-ig-contestaward-detail-page__rate-grid p {
  margin: 0;
}

.tx-ig-contestaward-detail-page__rate-grid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tx-ig-contestaward-detail-page__rate {
  display: block;
  position: relative;
  padding: 8px 20px 8px 40px;
  border: 2px solid;
  color: #333333;
  background-color: transparent;
  border-radius: 9999px;
}

.tx-ig-contestaward-detail-page__rate::before {
  content: "";
  font-size: 12px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid;
  /* 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;
}

.tx-ig-contestaward-detail-page__rate--active::before {
  content: "\e920";
  background-color: white;
  color: #333333;
}

.tx-ig-contestaward-detail-page__rate--red {
  border-color: #eb274b;
}

.tx-ig-contestaward-detail-page__rate--red::before {
  border-color: #eb274b;
}

.tx-ig-contestaward-detail-page__rate--red:hover {
  color: #eb274b;
}

.tx-ig-contestaward-detail-page__rate--red.active {
  color: white;
  background-color: #eb274b;
}

.tx-ig-contestaward-detail-page__rate--green {
  border-color: #3ea937;
}

.tx-ig-contestaward-detail-page__rate--green:hover {
  color: #3ea937;
}

.tx-ig-contestaward-detail-page__rate--green::before {
  border-color: #3ea937;
}

.tx-ig-contestaward-detail-page__rate--green.active {
  color: white;
  background-color: #3ea937;
}

.tx-ig-contestaward-detail-page__rate--yellow {
  border-color: #fbba00;
}

.tx-ig-contestaward-detail-page__rate--yellow:hover {
  color: #fbba00;
}

.tx-ig-contestaward-detail-page__rate--yellow::before {
  border-color: #fbba00;
}

.tx-ig-contestaward-detail-page__rate--yellow.active {
  color: white;
  background-color: #fbba00;
}

.tx-ig-contestaward-detail-page__rate--small {
  font-size: 12px;
  padding: 4px 10px 4px 26px;
}

.tx-ig-contestaward-detail-page__rate--small::before {
  font-size: 6px;
  left: 4px;
  width: 18px;
  height: 18px;
}

.tx-ig-contestaward-formfields #new-application-form {
  border: none;
  padding: none;
}

.tx-ig-contestaward-formfields #new-application-form input[type="text"],
.tx-ig-contestaward-formfields #new-application-form input[type="date"],
.tx-ig-contestaward-formfields #new-application-form textarea {
  border-radius: 0;
  border: 1px solid #333333;
  padding: 9px 15px;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  font-size: 18px;
  font-weight: 500;
}

.tx-ig-contestaward-formfields #new-application-form input[type="text"]:focus,
.tx-ig-contestaward-formfields #new-application-form input[type="date"]:focus,
.tx-ig-contestaward-formfields #new-application-form textarea:focus {
  border-color: #fbba00;
  outline: none;
}

.tx-ig-contestaward-formfields #new-application-form input[type="date"] {
  padding-right: 10px;
}

.tx-ig-contestaward-formfields label {
  display: block;
  margin-bottom: 8px;
}

.tx-ig-contestaward-formfields label.required {
  display: inline-block;
  position: relative;
}

.tx-ig-contestaward-formfields label.required::after {
  position: relative;
  width: 100%;
  height: 100%;
  content: "*";
}

.tx-ig-contestaward-formfields input,
.tx-ig-contestaward-formfields textarea {
  width: 100%;
}

.tx-ig-contestaward-formfields form input[type="submit"],
.tx-ig-contestaward-formfields form button[type="submit"] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tx-ig-contestaward-formfields__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-formfields__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.tx-ig-contestaward-formfields__input--upload {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.tx-ig-contestaward-formfields__add-person {
  margin-bottom: 40px;
}

.tx-ig-contestaward-formfields__add-person.submit::after {
  content: "\e90f";
  right: initial;
  left: 20px;
  color: #eb274b;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tx-ig-contestaward-formfields__add-person input[type="submit"] {
  padding: 10px 20px 10px 44px;
  background-color: white;
  color: #eb274b;
  border: 2px solid #eb274b;
}

.tx-ig-contestaward-formfields__add-person input[type="submit"]:hover {
  background-color: #eb274b;
  color: white;
}

.tx-ig-contestaward-formfields__add-person--remove.submit::after {
  content: "\e90e";
  right: initial;
  left: 20px;
  color: #eb274b;
}

.tx-ig-contestaward-formfields__add-person.submit:hover::after {
  color: white;
}

.tx-ig-contestaward-formfields__form-group {
  width: 100%;
}

.tx-ig-contestaward-formfields__form-group--mb-small {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-formfields__form-group--30 {
    width: 30%;
  }
  .tx-ig-contestaward-formfields__form-group--20 {
    width: 20%;
  }
}

.tx-ig-contestaward-formfields__form-group--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tx-ig-contestaward-formfields__form-group--flex input[type="checkbox"] {
  width: 20px;
  margin: 2px 0 0 0;
}

.tx-ig-contestaward-formfields__form-group--grid {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-formfields__form-group--grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tx-ig-contestaward-formfields__form-group--grid > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.tx-ig-contestaward-formfields__form-group--grid > label div {
  padding: 12px 16px 12px 16px;
  background-color: #f2f2f2;
  border: 1px solid #d6d6d6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.tx-ig-contestaward-formfields__form-group--grid > label div span {
  position: relative;
  display: block;
  padding: 0px 24px 0px 52px;
}

.tx-ig-contestaward-formfields__form-group--grid > label div span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #333333;
}

.tx-ig-contestaward-formfields__form-group--grid input[type="radio"] {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  width: 0;
  height: 0;
  border: none;
}

.tx-ig-contestaward-formfields__form-group--grid input[type="radio"]:checked::after {
  content: none;
}

.tx-ig-contestaward-formfields__form-group--grid input[type="radio"]:checked + div {
  background-color: white;
  border: 1px solid #eb274b;
}

.tx-ig-contestaward-formfields__form-group--grid input[type="radio"]:checked + div span {
  color: #eb274b;
}

.tx-ig-contestaward-formfields__form-group--grid input[type="radio"]:checked + div span::before {
  background: radial-gradient(circle, #eb274b 0%, #eb274b 50%, white 50%, white 100%);
  border: 1px solid black;
}

.tx-ig-contestaward-formfields__form-group #linkSecure ~ .tx-ig-contestaward-formfields__wrapper {
  display: none;
}

.tx-ig-contestaward-formfields__form-group #linkSecure:checked ~ .tx-ig-contestaward-formfields__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tx-ig-contestaward-formfields__labelwrap {
  display: block;
  margin-bottom: 8px;
}

.tx-ig-contestaward-formfields__labelwrap--tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.tx-ig-contestaward-formfields__labelwrap--inline {
  display: block;
  max-width: calc(100% - 70px);
}

.tx-ig-contestaward-formfields__labelwrap--inline > span {
  margin-left: 8px;
}

.tx-ig-contestaward-formfields__labelwrap--inline > span > span {
  left: calc(50% + 9px);
  bottom: 34px;
}

.tx-ig-contestaward-formfields__checkbox-label {
  width: calc(100% - 36px);
  margin-bottom: 0;
}

.tx-ig-contestaward-formfields__tooltip {
  margin-bottom: 8px;
  width: 10px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}

.tx-ig-contestaward-formfields__tooltip::before {
  content: "?";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #eb274b;
  color: #eb274b;
}

.tx-ig-contestaward-formfields__tooltip--mt-small {
  margin-top: 5px;
}

.tx-ig-contestaward-formfields__dropzone {
  background: rgba(251, 186, 0, 0.1);
  border-radius: 12px;
  border: 2px dashed #333333;
}

.tx-ig-contestaward-formfields__dropzone .dz-preview * {
  pointer-events: none;
  cursor: pointer;
}

.tx-ig-contestaward-formfields__dropzone .dz-preview {
  cursor: pointer;
}

.tx-ig-contestaward-formfields__done {
  padding: 20px;
  color: #3ea937;
  border: 2px solid #3ea937;
  border-radius: 5px;
  text-align: center;
  margin-top: 20px;
}

.tx-ig-contestaward-listview__empty-list {
  margin-bottom: 80px;
}

.tx-ig-contestaward-listview__medium-icon {
  width: 18px;
  height: 18px;
}

.tx-ig-contestaward-listview__media-type-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tx-ig-contestaward-listview select {
  background-image: url("/typo3conf/ext/ig_project/Resources/Public/Icons/tx_ig-contestaward/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 2rem;
}

.tx-ig-contestaward-listview form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

.tx-ig-contestaward-listview__form-selects-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-listview__form-selects-wrapper {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tx-ig-contestaward-listview__form-submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-listview__form-submit-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.tx-ig-contestaward-listview__list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-listview__list-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.tx-ig-contestaward-listview__other-section-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tx-ig-contestaward-listview__other-section-link > span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tx-ig-contestaward-listview__icon-arrow--down {
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tx-ig-contestaward-listview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tx-ig-contestaward-listview__list > a {
  color: #333333;
}

.tx-ig-contestaward-listview__list > a:hover {
  color: #333333;
}

.tx-ig-contestaward-listview__list--foreign-list {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .tx-ig-contestaward-listview__list--foreign-list {
    padding: 100px 0;
    scroll-margin-top: 50px;
  }
}

.tx-ig-contestaward-listview__list--foreign-list::before {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #f2f2f2;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tx-ig-contestaward-listview__item {
  border-top: 1px solid #999999;
  padding: 30px 0;
}

.tx-ig-contestaward-listview__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.tx-ig-contestaward-listview__item-bottom {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}

@media (min-width: 768px) {
  .tx-ig-contestaward-listview__item-bottom {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.tx-ig-contestaward-listview__author-name {
  margin-bottom: 0;
}

.tx-ig-contestaward-listview__content-wrapper {
  width: 100%;
}

.tx-ig-contestaward-listview__rating-dot {
  border-radius: 50%;
  height: 20px;
  width: 20px;
  border: 1px solid #d6d6d6;
  position: relative;
}

.tx-ig-contestaward-listview__rating-dot::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  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;
  font-size: 12px;
  color: white;
}

.tx-ig-contestaward-listview__rating-inner {
  height: auto;
  border-radius: 24px;
  background-color: white;
  border: 1px solid #d6d6d6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tx-ig-contestaward-listview__rating-inner--green > div:nth-child(1) {
  background-color: #3ea937;
  border-color: #3ea937;
}

.tx-ig-contestaward-listview__rating-inner--green > div:nth-child(1)::before {
  content: "\e920";
}

.tx-ig-contestaward-listview__rating-inner--yellow > div:nth-child(2) {
  background-color: #fbba00;
  border-color: #fbba00;
}

.tx-ig-contestaward-listview__rating-inner--yellow > div:nth-child(2)::before {
  content: "\e920";
}

.tx-ig-contestaward-listview__rating-inner--red > div:nth-child(3) {
  background-color: #eb274b;
  border-color: #eb274b;
}

.tx-ig-contestaward-listview__rating-inner--red > div:nth-child(3)::before {
  content: "\e920";
}

.tx-felogin-pi1 > h3 {
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}

@media (min-width: 992px) {
  .tx-felogin-pi1 > h3 {
    font-size: 46px;
    line-height: 52px;
  }
}

.tx-felogin-pi1 > h3 + div {
  font-family: 'Droid Serif';
  text-align: center;
}

.tx-felogin-pi1 form.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tx-felogin-pi1 form.row > fieldset {
  padding-top: 30px;
}

.tx-felogin-pi1 form.row > fieldset > legend {
  display: none;
}

html {
  scroll-behavior: smooth;
}

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: #eb274b;
  -webkit-transition: 0.6s color;
  transition: 0.6s color;
}

a:focus {
  color: #eb274b;
}

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

.linkButton {
  display: inline;
  padding: 10px 44px 10px 20px;
  color: white;
  background: #eb274b;
  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-rot {
  background-color: #eb274b;
}

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

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

blockquote p.zitatname {
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
  color: #333333;
}

blockquote span.zitatname, blockquote p.zitatname {
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
  color: #333333;
}

blockquote p.zitatname {
  margin-top: 10px;
  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;
}

.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: 210px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 60px 0;
  padding: 20px 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: 16px;
  margin-bottom: 24px;
  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: #eb274b;
  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: 50px;
  -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: #eb274b;
  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 .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: #eb274b;
  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: #eb274b;
  }
  .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 .footerFB {
  width: 100%;
  position: relative;
  border-top: 1px solid #d6d6d6;
  margin-bottom: 65px;
  text-align: center;
}

.page-footer .footerFB .social-container {
  margin: 0 auto;
  margin-top: -25px;
  width: 666px;
  padding: 0 30px;
  background-color: #fff;
}

.page-footer .footerFB .social-container .footer-social-facebook {
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #d6d6d6;
  margin-right: 15px;
  border-radius: 50%;
  float: left;
  background: #fff;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.page-footer .footerFB .social-container .footer-social-facebook:before {
  display: block;
  font-size: 17px;
  font-family: dbk-icons;
  content: "\e925";
  line-height: 46px;
  text-align: center;
  color: #333333;
}

.page-footer .footerFB .social-container .footer-social-facebook:hover {
  border-color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-facebook:hover:before {
  color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-youtube {
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #d6d6d6;
  margin-right: 15px;
  border-radius: 50%;
  float: left;
  background: #fff;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.page-footer .footerFB .social-container .footer-social-youtube:before {
  display: block;
  font-size: 17px;
  font-family: dbk-icons;
  content: "\e92c";
  line-height: 46px;
  text-align: center;
  color: #333333;
}

.page-footer .footerFB .social-container .footer-social-youtube:hover {
  border-color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-youtube:hover:before {
  color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-twitter {
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #d6d6d6;
  margin-right: 15px;
  border-radius: 50%;
  float: left;
  background: #fff;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.page-footer .footerFB .social-container .footer-social-twitter:before {
  display: block;
  font-size: 17px;
  font-family: dbk-icons;
  content: "\e92b";
  line-height: 46px;
  text-align: center;
  color: #333333;
}

.page-footer .footerFB .social-container .footer-social-twitter:hover {
  border-color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-twitter:hover:before {
  color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-instagram {
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #d6d6d6;
  margin-right: 15px;
  border-radius: 50%;
  float: left;
  background: #fff;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.page-footer .footerFB .social-container .footer-social-instagram:before {
  display: block;
  font-size: 17px;
  font-family: dbk-icons;
  content: "\e92f";
  line-height: 46px;
  text-align: center;
  color: #333333;
}

.page-footer .footerFB .social-container .footer-social-instagram:hover {
  border-color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-instagram:hover:before {
  color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-linkedin {
  display: block;
  height: 50px;
  width: 50px;
  border: 1px solid #d6d6d6;
  margin-right: 15px;
  border-radius: 50%;
  float: left;
  background: #fff;
  cursor: pointer;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.page-footer .footerFB .social-container .footer-social-linkedin:before {
  display: block;
  font-size: 17px;
  font-family: dbk-icons;
  content: "\e931";
  line-height: 46px;
  text-align: center;
  color: #333333;
}

.page-footer .footerFB .social-container .footer-social-linkedin:hover {
  border-color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-linkedin:hover:before {
  color: #eb274b;
}

.page-footer .footerFB .social-container .footer-social-fb-text {
  padding-top: 14px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 21px;
  border: none;
  color: #404040;
}

@media (max-width: 992px) {
  .page-footer .footerFB {
    border: none;
  }
  .page-footer .footerFB .social-container {
    width: 330px;
    text-align: center;
  }
  .page-footer .footerFB .social-container .footer-social-facebook, .page-footer .footerFB .social-container .footer-social-youtube, .page-footer .footerFB .social-container .footer-social-twitter, .page-footer .footerFB .social-container .footer-social-instagram, .page-footer .footerFB .social-container .footer-social-linkedin {
    float: none;
    position: relative;
    margin: 0 auto 20px auto;
  }
  .page-footer .footerFB .social-container .footer-social-fb-text {
    padding-top: 15px;
    width: 100%;
    text-align: center;
  }
}

.page-footer .footerNav {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

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

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

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

@media (min-width: 992px) {
  .page-footer .footerNav .footerNavMenu {
    display: inline-block;
  }
  .page-footer .footerNav .footerNavMenu li {
    display: inline-block;
    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;
}

.powermail_form_22 input[type="text"]:disabled {
  display: none;
}

.powermail_form_22 select:disabled {
  display: block;
  background: #fff;
  border: 0;
  color: #fff;
  top: -4px;
  z-index: 1000;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*# sourceMappingURL=app.css.map */